
        /* *{
            border:1px solid black;
        } */
        body {
            color: #fff;
            font-family: 'poppins', sans-serif, monospace;
            overflow-x: hidden;
        }

        .container-fluid-main {
            background-color: #3b3f4f;
            color:white;
            height: 100vh !important;
            /* display: flex; */
            align-items: center;
            justify-content: center;
        }

        .row {
            height: 100%;
        }

        .left-side {
            background-image: url("bg-img/bg-img.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 50px;
            text-align: center;

        }

        .overlayDiv {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.45);
           
        }

        

        .right-side {
            padding: 25px;


            text-align: center;
            background-color: #3b3f4f;
            /* background: linear-gradient(90deg, #70c8ff -0.16%, #0067DF 99.84%); */
        }

        .logo-title {
            margin-left: 10%;
            top: 20%;
            margin-top: 10%;
        }

        .logo {
            margin-bottom: 30px;
            /* top: 20%; */
        }

        .logo img {
            width: 100px;
        }

        .title {
            margin-bottom: 30px;
            text-align: left;
        }

        .title h3 {
            /* font-size: 2em; */
            font-weight: bold;
            /* color: #269FD8; */
        }

        .description {
            margin-bottom: 50px;
            font-size: 1em;
            font-weight: 500;
            line-height: 2em;
            text-align: start;
            letter-spacing: normal;
            margin-left: 10%;
            color: white;
        }

        .description p {
            font-size: 1.2em;
            line-height: 1.5;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
           
        }

        .join-us {
            margin-top: 20px;
            font-size: 1.5rem;
        }


        .heading {
            margin-bottom: 30px;
        }



        .heading p {
            font-size: 1rem;

        }


        .pointer {
            cursor: pointer;
        }

        


        .buttons button {
            padding: 10px 20px;
            margin: 0 10px;
            font-size: 1.2em;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        .buttons button:focus{
            border:none;
        }

        .buttons button:hover {
            opacity: 0.8;
            cursor: pointer;
        }

        .google-button {
            margin-bottom: 30px;
        }

        .google-btn {
            padding: 10px 20px;
            /* font-size: 1.2em; */
            border-radius: 5px;
            background-color: #4285f4;
            color: #fff;
            border: none;
            transition: all 0.3s ease;
            white-space: nowrap;
            background-image: linear-gradient(90deg, #6db8fd, #1774ff, #6db8fd, #1774ff);
            background-size: 300% 100%;
            box-shadow: 0 1px 1px 0 rgba(65, 132, 234, .75);
            transition: all .4s ease-in-out;

        }

        .google-btn:hover {
            scale: 1.03;
            background-position: 100% 0;
            transition: all .4s ease-in-out;
            color: white;
        }

        button {
            width: 95% !important;
            margin: 0px !important;
            outline: none;
        }



        .email-button {
            margin-bottom: 30px;
        }

        .email-btn {
            padding: 10px 20px;
            /* font-size: 1.2em; */
            border-radius: 5px;
            background-color: #333;
            color: #fff;
            border: none;
            transition: all 0.3s ease;
        }

        .email-btn:hover {
            scale: 1.03;
            background-position: 100% 0;
            transition: all .4s ease-in-out;

        }

        .px-60-0 {
            padding: 0 30px;
        }


        .terms-conditions {
            margin-bottom: 30px;
        }

        .terms-conditions p {
            font-size: 0.7em;
            line-height: 1.6;
        }

        .terms-conditions a {
            color: #fff;
            text-decoration: none;
        }

        .terms-conditions a:hover {
            text-decoration: underline;
            color: #007bff;
        }

        .copyright {
            font-size: 1.2em;
            font-weight: bold;
            color: #269FD8;
            text-decoration: none;
        }

        .copyright a :hover {
            color: white !important;
            outline: none;

        }

        .fw-700 {
            font-weight: 700;
        }

        hr {
            color: gray;
        }

        .bb1px-dark-mode {
            border-bottom: 1px solid #545e78;
        }

        .my-30-15 {
            margin: 30px 0;
        }

        .ml5 {
            margin-left: 5px;
        }

        .mr-25 {
            margin-right: 25px;
        }

        .bb-2-white {
            border-bottom: 2px solid #fff;
        }

        .opacity5 {
            opacity: 0.5;
        }

        .form {
            /* background-color: #222; */
            padding: 30px;
            border-radius: 8px;
            /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
            width: 350px;
            margin: 50px auto;
        }

         .right-side-content input {
            width: 95%;
            padding: 12px 20px;
            margin: 8px 0;
            display: inline-block;
            border: 1px solid #ccc;
            box-sizing: border-box;
            border-radius: 4px;
            background-color: #3b3f4f;
            color: #fff;
        }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="password"]:focus {
            outline: none;
            border: 1px solid #4285f4;
        }


        input[type="checkbox"] {
            margin-right: 5px;
            width: 4%;
           
        }
          .checkbox-container p{
            font-size: 0.7rem;
            margin-bottom: 0rem;
        }

         .right-side-content button {
            background-color: #007bff;
            color: white;
            padding: 12px 20px;
            margin: 8px 0;
            border: none;
            cursor: pointer;
            width: 100%;
            border-radius: 4px;
            font-size: 16px;
        }

        .right-side-content button:hover {
            opacity: 0.9;
        }


        a {
            color: #007bff;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }


        .country-code {
            position: absolute;
            top: 20;
            left: 10px;
            height: 70%;
            border: none;
            background: #3b3f4f;
            padding: 10px 10px !important;
            cursor: pointer;
            z-index: 1;
        }

        .mobileinput {
            width: 95%;
            margin-left: 10px;
        }

        .mobileinput input {
            padding-left: 80px;
            width: 100% !important;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #3b3f4f !important;

        }

        .country-code {
            /* background-color: #3b3f4f; */
            color: #929191;
        }


        .generate-otp-btn,
        .verify-otp-btn {
            /* display: inline-block; */
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            background-color: #007bff;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            margin-top: 10px;
        }

        .generate-otp-btn:hover,
        .verify-otp-btn:hover {
            background-color: #0056b3;
            outline: none;
        }

        .hidden {
            display: none;
        }

        .otp-inputs {
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
        }

        .otp-box {
            width: 20%;
            text-align: center;
            font-size: 18px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            /* Remove outline for better styling */
            outline: none;
        }

        .otp-box:focus {
            border-color: #007bff;
        }

        .desktop-d-none {
            display: none;
        }

        .password-container {
            position: relative;
            width: 100%;
        }

        .eye {
            position: absolute;
            right: 10%;
            top: 50%;
            padding-left: 10px;
            margin-bottom: 20px;

            transform: translateY(-50%);
            cursor: pointer;
        }
      

        .password {
            padding-right: 30px;
        }

        #welcome-message {
            margin-bottom: 0px;
        }

        .app-btn {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .play-icon {
            /* width: 50% !important; */
            background-color: #333;
            border-radius: 5px;
            padding: 3px 7px;
            box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
                0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),
                0 0 0 calc(var(--active, 0) * 0.375rem) hsl(260 97% 50% / 0.75);

            transition: all var(--transtion);
            z-index: 0;
            display: inline-block;
        }

        

        a {
            text-decoration: none !important;
        }



        .google-play-badge img {
            vertical-align: middle;
            margin-right: 5px;
        }


        .google-play-badge span {
            display: inline-block;
            vertical-align: middle;
        }


        .google-play-badge .get-it-on {
            font-size: 0.5rem;
            font-weight: 500;
            color: #f7f4f4;
            align-items: left;
            white-space: nowrap;
        }


        .google-play-badge .google-play {
            font-size: 0.7rem;
            font-weight: bold;
            color: #f9f7f7;
            white-space: nowrap;
        }

        @media (max-width: 767px) {
            .only-PC-view {
                display: none;
            }
            .px-60-0{
                padding: 0px !important;
            }

            .desktop-d-none {
                display: block;
            }

            .left-side {
                display: none;
            }

            .app-btn {

                display: flex;
                /* flex-direction: column; */
                justify-content: center;
                gap: 20px;


            }
            .play-icon {
                 width: 50% !important;
            }

        }

        @media only screen and (min-width: 800px) and (max-width: 1000px) {
            .left-side{
                display: none;
            }
            .custom-col {
                flex: none !important;
                width: 80%;

                margin: auto;
            }
            .right-side{
                max-width: 100%;
                background: transparent;
                border: 1px solid rgb(173, 168, 168);
                bottom: 10%;
                border-radius: 20px;
                
            }
            .main-bg-img{

            /* background-image: url("../public/assets/images/bg-img.png"); */
            background-image: url("bg-img/bg-img.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 20;
                
            }
            .overlay-tab{
            position: absolute;
            top: 0;
            left: 0;
            width: 102%;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.700);
            }
            .desktop-d-none{
                display: block;
               
            }
            .desktop-d-none img{
                width: 155px;
               
            }
  
        }


