* {
    margin: 0;
    padding: 0px;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

.container {
    max-width: 1170px;
}

.gapsection {
    padding: 100px 0
}

.subheading {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    color: #232323;
    margin-bottom: 50px;
}

header {
    background-color: #14AFB4;
    padding: 20px 0;
}

.bannersection {
    background: url(images/bannerbg.png) no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    border: 0;
    display: flex;
    align-content: center;
    align-items: center;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    position: relative;
}

.bannersection h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bannersection p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px
}

.bannersection a {
    padding: 12px 28px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #FF6FB0;
    cursor: pointer;
}

.bannersection .banner-content a:hover {
    background-color: #FF6FB0;
}



.bannersection nav {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
}

.bannersection nav ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    background-color: #FFFFFF69;
    padding: 20px 35px;
    border-radius: 10px;
}

.bannersection nav li a {
    padding: 12px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 4px solid transparent;
}


.bannersection nav li a:hover {
    border-color: #FC449A;
}

.bannersection nav li a.active {
    border-color: #FC449A;
}

.login-btn {
    background: url(images/login-btn.png) no-repeat;
    display: block;
    width: 98px;
    height: 38px;
    font-size: 0;
    text-indent: -9px;
    cursor: pointer;
}

.login-btn:hover {
    background: url(images/login-hover-btn.png) no-repeat;
}














h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.workboxes {
    padding: 50px 20px;
    border: 2px solid #232323;
    border-radius: 20px;
    border-bottom: 5px solid;


    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    height: 450px;
}

.workboxes:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.05);
}

.workboxes:hover img {
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
}



section.how-is-work h2.subheading {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

section.how-is-work h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
}

.workboxes p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}


.core-content {
    padding: 10%;
}

.core-content h2 {
    color: #232323;
    font-size: 35px;
    font-weight: bold;
    margin: 30px 0;
}

.core-content p {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.core-content .cricle-box {
    width: 50px;
    height: 50px;
    background: #C4F6EB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #232323;
    border-bottom: 5px solid;
    color: #232323;
    font-weight: 600;
    font-size: 26px;
}

section.pageperks {
    background-color: #C4F6EB;
    padding-top: 100px;
}

.app-btn {
    max-width: 200px;
}

.page-content-box {
    padding: 10%;
}

.page-content-box h3 {
    margin: 30px 0;
    font-size: 40px;
    font-weight: bold;
}

.page-content-box p {
    font-size: 18px;
    font-weight: 600;
}

.page-content-box .app-btn {
    margin-right: 15px;
}

footer {
    padding: 80px 100px 30px;
}

footer .footer-about p {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0;
    line-height: 28px;
}

footer a {
    text-decoration: none;
    display: flex;
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer a:hover {
    color: #FC4C9E;
}

footer h4 {
    font-weight: bold;
    font-size: 24px;
    color: #232323;
    margin-bottom: 30px;
}


.copyright {
    display: block;
    justify-content: center;
    font-family: "Urbanist", sans-serif;
    padding: 20px 0 0;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.copyright strong,
.copyright a {
    padding: 0 5px;
    color: #232323;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}


.searcharea img {
    width: 20px;
    height: auto;
    margin: 0 0 0 25px;
}


.serachbar {
    position: relative;
    display: b;
}

.serachbar input[type="text"] {
    width: 270px;
    padding: 7px 10px 7px 35px;
    font-size: 14px;
    border: 0;
    border-radius: 8px;
}

.serachbar input[type="submit"] {
    background: url(images/serachicon.png) no-repeat 0 0;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 24px;
    height: 24px;
    border: 0px;
    font-size: 0px;
}




.socialicon a {
    color: #FC4C9E;
    margin: 15px 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "arial", sans-serif;
}

.mobile-big {
    display: none;
}

.phonenumber {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.phonenumber i {
    padding-right: 15px;
    /* display: none; */
}

@media only screen and (max-width: 1200px) {

    .workboxes {
        margin-bottom: 30px;
    }

    .page-content-box h3 {
        font-size: 30px;
        font-weight: bold;
    }


    .core-content {
        padding: 10px 20px;
    }

    .core-content h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 10px 0;
    }

    .core-content p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .d1img {
        width: 100%;
    }

    .copyright {
        display: block;
        text-align: center;
        width: 100%;
    }

    .copyright a {
        display: inline-block;
    }




}


@media (min-width: 1200px) and (max-width: 1399px) {
    .bannersection {
        height: unset;
        padding: 200px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bannersection {
        height: unset;
        padding: 150px 0;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .bannersection {
        height: unset;
        padding: 90px 0;
    }
}



@media only screen and (max-width: 800px) {
  

    /* .bannersection {padding: 80px 0;} */
    .bannersection h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .bannersection nav {
        display: none;
    }

    .hamburger-not {
        display: none;
    }

    .homeslider {
        margin: 50px 0 25px;
    }

    .gapsection {
        padding: 50px 0;
    }

    footer {
        padding: 80px 20px 30px;
    }

    .core-content {
        padding: 100px 50px;
    }

    .mobile-big {
        display: block;
    }

    .deskbox-big {
        display: none;
    }

    .logo {
        text-align: center;
        display: block;
    }

}




@media only screen and (max-width:550px) {
    .bannersection h1 {
        font-size: 30px;
    }

    .gapsection {
        padding: 30px 0;
    }

    .page-content-box {
        padding: 2%;
    }

    .page-content-box h3 {
        font-size: 30px;
        font-weight: bold;
    }

    .playbtn a {
        display: block;
        margin: 20px auto;
        text-align: center;
    }


    footer h4 {
        margin-top: 30px;
    }

    .searcharea {
        margin: 15px 0 0;
        display: flex;
        justify-content: center !important;
    }

    .workboxes {
        margin-bottom: 30px;
        max-width: 350px;
        margin: 0 auto 30px;
    }


}


.join-modal {}

.join-modal .modal-content {
    background: linear-gradient(311.45deg, #14AFB4 1.35%, #48CFC0 61.83%, #88F7CD 115.96%);
    border-radius: 15px;
}

.join-modal .modal-content .modal-body {
    padding: 8% 8%;
}


.join-modal .join-modal-section img {
    margin-bottom: 50px;
}

.join-modal .join-modal-section h3 {
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 22.2px;
    text-align: left;
    color: white;
}

.join-modal .join-modal-section p {
    color: #fff;
}

h3 {}

.join-modal .join-modal-section h4 {
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 500;
    line-height: 22.2px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    color: white;
}

.join-modal .join-modal-section .skip {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.2px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.join-modal .join-modal-section form .signin-btn {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Target autofilled inputs */
input:-webkit-autofill {
    background-color: transparent !important;
    color: white !important;
    /* Set font color to white */
    transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
}

/* Ensure focus state maintains the same style */
input:-webkit-autofill:focus {
    background-color: transparent !important;
    color: white !important;
    /* Keep font color white */
    transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
}

/* Optional: Add this for better compatibility with password managers */
input {
    caret-color: white;
    /* Ensures the cursor matches the font color */
}

.request-btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 10px;
    cursor: pointer;
}


.coming-modal .join-modal-section h3 {
    font-size: 45px;
    text-align: center;
}

.coming-modal .join-modal-section {
    text-align: center;
}

.coming-modal .modal-body {
    aspect-ratio: 16/9;
}

.coming-modal .join-modal-section img {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}