@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cairo", system-ui;
}

body {
    position: relative;
}

body .last-img img {
    position: absolute;
    left: 0;
    bottom: -15%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
p,
ul {
    margin: 0;
}


body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    width: 0.5rem;
}

body::-webkit-scrollbar-thumb {
    background-color: #0828B2;
    border-radius: 30px;

}


header {
   
    background-repeat: no-repeat;
    background-size: cover;
}

header .slider {}

header .nav-bar {
    padding: 20px 0;
}

header .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 350px;
    border-radius: 0 30px 30px 0;
    background-color: #FEF0EB;
    z-index: -1;
    filter: blur(60px);
}

header .nav-bar .container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    transform: translateY(-100px);
    opacity: 0;
}

.nav-bar .container .logo-imgs {
    display: flex;
    align-items: end;
    gap: 20px;
}

.nav-bar .container .logo-imgs .logo {
    width: 200px;
    height: 50px;
}

.nav-bar .container .logo-imgs .pre-logo {
    width: 50px;
    height: 70px;
}

.nav-bar .container .nav-links {
    display: flex;
    align-items: end;
    padding-left: 4rem;
}

.nav-bar .container .nav-links ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-bar .container .nav-links ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #4D4D4D;
    text-decoration: none;
}

.nav-bar .container .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.nav-bar .container .buttons .enter-btn {
    background-color: #0828B2;
    color: #FFFF;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.nav-bar .container .buttons .subscribe-btn {
    padding: 8px 10px;
    text-decoration: none;
    color: #0828B2;
    background-color: transparent;
    border: 1px solid #0828B2;
    border-radius: 10px;
    transition: 0.3s ease;

}

.nav-bar .container .buttons .subscribe-btn:hover {
    background-color: #0828B2;
    color: #FFFF;
}





.swiper {
    width: 100%;
    height: 100%;
    margin-top: 5rem;
    opacity: 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
}

.swiper-slide:hover {
    cursor: grab;
}

.swiper-slide .container {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-slide .container .left img {
    width: 420px;
    height: 430px;
}

.swiper-slide .container .left .mobile {
    width: 400px;
    height: 350px;
}

.swiper-slide .container .left .last-slide {
    width: 439px;
    height: 314px;
}

.swiper-slide .container .right h1 {
    font-size: 2.75rem;
    color: #0828B2;
    font-weight: 600;
}

.swiper-slide .container .right h1 span {
    color: #FF6700;
}

.swiper-slide .container .right h2 {
    color: #4D4D4D;
    padding-top: 1rem;
    font-size: 2rem;
}

.swiper-slide .container .right h3 {
    color: #212121;
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
}

.swiper-slide .container .right ul {
  
    font-size: 1.25rem;
    padding-top: 1rem;
}

.about .container .left .how-works ul li,
.swiper-slide .container .right ul li {
    
    align-items: center;
    gap: 10px;
}

.about .container .left .how-works ul li i,
.swiper-slide .container .right ul li i {
    font-size: 7px !important;
    padding-top: 5px;
}

.swiper-slide .container .right .download {
    padding-top: 2rem;
    display: flex;
    gap: 20px;
}


.about .container {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
    position: relative;
}

.about .container .right {
    position: relative;
    overflow: hidden;
}

.about .container .circle {
    position: absolute;

    right: 5%;
    top: 25%;

}



.about .container .first {
    right: 4%;
    top: 24%;
    transform: rotate(15deg);
    width: 435px;
}

.about .container .seconde {
    top: 27%;
    right: 5%;
    width: 380px;
    transform: rotate(8deg);
}

.about .container .third {
    top: 27%;
    right: 7%;
    width: 380px;
    transform: rotate(7deg);
}

.about .container .blur {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 500px;
    height: 350px;
    border-radius: 0 30px 30px 0;
    background-color: #FEF5F2;
    z-index: -1;
    filter: blur(60px);
}



.about .container .right img {
    width: 420px;
    height: 650px;
    margin-top: 3.5rem;
    z-index: 555;
    opacity: 0;
}

.about .container .left p {
    font-size: 1.25rem;
    color: #0828B2;
}


.about .container .right {
    inset: 0;
    flex: 0.95;
    position: relative;
}

.about .container .back-shadow img {
    position: absolute;
    width: 450px;
    height: 450px;
    inset: 0;
}

.about .container .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    opacity: 0;
}

.about .container .left h1 {
    color: #212121;
    font-weight: 600;
    font-size: 2.125rem;
    margin: 0;
}

.about .container .left h2 {
    font-size: 1.5rem;
    color: #4D4D4D;
    padding-top: 0.5rem;
    margin: 0;

}

.about .container .left .how-works .last-heading,
.about .container .left .how-works .heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 1rem;
}

.about .container .left .how-works .heading img {
    width: 24px;
    height: 24px;
}

.about .container .left .how-works .heading h1 {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
    margin: 0;

}

.about .container .left .how-works ul {
    list-style: none;
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-right: 0.5rem;
    margin: 0;
}

.about .container .left .how-works .last-heading h1 {
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
    margin: 0;

}



.last-section .container {
    padding-top: 2rem;
}

.last-section .container .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.last-section .container .heading h1 {
    font-size: 2.125rem;
    color: #000000;
    font-weight: bold;
    margin: 0;
}

.last-section .container .heading img {
    width: 300px;
    padding-top: 0.5rem;

    transform: translateY(-50px);
    opacity: 0;
}

.last-section .container .sub-heading h2 {
    font-size: 1.75rem;
    color: #4D4D4D;
    font-weight: 600;
    text-align: center;
    padding-top: 2rem;
    margin: 0;
}

.last-section .container .sub-heading p {
    margin: 0;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 1rem;
}

footer {
    position: relative;
    overflow: hidden;
}

footer .last-img {
    position: absolute;
    left: -50%;
    bottom: -30%;
    z-index: -555555;
}


footer .container .demo-vid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
}


.scroll {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #0828B2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 1rem;
    opacity: 0;
    transition: 0.3s ease;
}

.scroll.active {
    opacity: 1;
}





footer .demo-vid .left {
    position: relative;
}

footer .demo-vid .left .my-video {
    width: 436px;
    height: 230px;
    box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
    opacity: 0;
    margin-top: 2rem;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 55555;
    border-radius: 50%;
    border: none;
    padding: 10px;
    cursor: pointer;
    background-color: #ffff;
    opacity: 0;
}




.pulse {
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
}


footer .demo-vid .right h4 {
    font-size: 1.5rem;
    color: #4D4D4D;
    margin: 0;
}


footer .demo-vid .right p {
    font-size: 1.5rem;
    color: #4D4D4D;
    padding-top: 0.5rem;
}

footer .demo-vid .right p span {
    font-weight: 700;
}


footer .copy-rights {
    margin-top: 3rem;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-top: 1px solid;
    border-image: linear-gradient(to right, #ffff, #000000, #ffff) 1;

}

footer .copy-rights p {
    color: #000000;
    font-weight: 600;
}




@media screen and (max-width: 1200px) {
    .nav-bar .container .logo-imgs .logo {
        width: 150px;
        height: 40px;
    }

    .nav-bar .container .nav-links ul li a {
        font-size: 1rem;
    }

    .swiper-slide .container .right h1 {
        font-size: 1.8rem;
    }

    .swiper-slide .container .right h3 {
        font-size: 1.5rem;
    }

    .swiper-slide .container .right h2 {
        font-size: 1.5rem;
    }

    s .about .container .left .how-works ul,
    .swiper-slide .container .right ul {
        font-size: 1rem;
    }

    .swiper-slide .container .left img {
        width: 380px;
        height: 400px;
    }

    .swiper-slide .container .right .download img {
        width: 165px;
        height: 52px;
    }






    .about .container .first {
        width: 390px;
    }

    .about .container .seconde {
        width: 335px;
    }

    .about .container .third {
        width: 335px;
    }

    .about .container .right img {
        width: 380px;
        height: 610px;
    }

}


.mobile-nav {
    display: none;
}

.mobile-nav-btn {
    display: none;
}


@media screen and (max-width: 992px) {
    .mobile-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #FFF;
        width: 350px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000000;
        height: 100vh;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

        transition: 0.3s ease;
        transform: translateX(-100%);
    }

    .mobile-nav.active {
        transform: translateX(0);
    }


    .mobile-nav .close-btn {
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 1.8rem;
        color: red;
        transition: 0.3s ease;
        cursor: pointer;
    }

    .mobile-nav .close-btn:hover {
        transform: rotate(90deg);
    }

    .mobile-nav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        padding-top: 2rem;
        gap: 2rem;
    }

    .mobile-nav ul li a {
        font-size: 18px;
        font-weight: 600;
        color: #4D4D4D;
        text-decoration: none
    }

    .mobile-nav .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
        gap: 1rem;
    }

    .mobile-nav .buttons .enter-btn {
        background-color: #0828B2;
        color: #FFFF;
        padding: 8px 10px;
        border-radius: 10px;
        text-decoration: none
    }

    .mobile-nav .buttons .subscribe-btn {
        padding: 8px 10px;
        text-decoration: none;
        color: #0828B2;
        background-color: transparent;
        border: 1px solid #0828B2;
        border-radius: 10px;
        transition: 0.3s ease
    }

    .mobile-nav .buttons .subscribe-btn:hover {
        background-color: #0828B2;
        color: #FFF;
    }

    .nav-bar .container .nav-links,
    .nav-bar .container .buttons {
        display: none;
    }

    .mobile-nav-btn {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .mobile-nav .logo-imgs .logo {
        width: 170px;
        height: 50px;
    }



    .swiper-slide .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .swiper-slide .container .right ul,
    .about .container .left .how-works ul {
        padding: 0;
        padding-top: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }

    .swiper-slide .container .right ul li {
        text-align: center;

    }

    .swiper-slide .container .right .download {
        padding: 0;
        padding-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-slide .container .left img {
        display: block;
        margin: 2rem auto;
    }

    .about .container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .about .container .left .how-works .last-heading,
    .about .container .left .how-works .heading {
        align-items: center;
        justify-content: center;
    }


    .about .container .right img {
        display: block;
        margin: 0 0 0 5rem;
    }

    .about .container .left h1 {
        font-size: 1.8rem;
    }

    .about .container .left h2 {
        font-size: 1rem;
        padding-top: 1rem;
    }


    .last-section .container .heading h1 {
        font-size: 1.8rem;
    }

    .last-section .container .heading img {
        width: 250px;
    }

    .last-section .container .sub-heading h2 {
        font-size: 1.2rem;
    }

    .last-section .container .sub-heading p {
        font-size: 1.3rem;
    }

    footer .container .demo-vid {
        flex-direction: column;
    }

    footer .demo-vid .right h4 {
        text-align: center;
    }

    footer .demo-vid .right p {
        padding-top: 1rem;
        text-align: center;
    }






    .about .container .first {
        width: 390px;
        right: 23%;
        top: 43%;
    }

    .about .container .seconde {
        width: 335px;
        right: 25%;
        top: 46%;
    }

    .about .container .third {
        width: 335px;
        right: 28%;
        top: 46%;
    }

    .about .container .right img {
        width: 380px;
        height: 580px;
    }

    .about .container .blur {
        top: 40%;
        right: 15%;
    }
}



@media screen and (max-width : 771px) {
    .about .container .left .how-works .heading h1 {
        font-size: 1.2rem;
    }

    .about .container .left .how-works .last-heading h1 {
        font-size: 0.9rem;
    }

    .about .container .left .how-works .heading img,
    .about .container .left .how-works .last-heading img {
        width: 18px;
        height: 18px;
    }

    .swiper-slide .container .right .download img {
        width: 130px;
        height: 40px;
    }

    .swiper-slide .container .left img {
        width: 290px;
        height: 350px;
    }

    .about .container .left p {
        font-size: 1rem;
    }

    .about .container .left h1 {
        font-size: 1.1rem;
    }

    .about .container .left h2 {
        font-size: 0.9rem;
    }

    .swiper-slide .container .right h2 {
        font-size: 1.2rem;
    }

    .swiper-slide .container .right ul li,
    .about .container .left .how-works ul li,
    .swiper-slide .container .right ul li {
        font-size: 0.8rem;
    }



    .last-section .container .heading h1 {
        font-size: 1.2rem;
    }

    .last-section .container .heading img {
        width: 160px;
    }

    .last-section .container .sub-heading h2 {
        font-size: 0.9rem;
    }

    .last-section .container .sub-heading p {
        font-size: 1rem;
    }

    footer .demo-vid .right h4 {
        font-size: 1rem;
    }

    footer .demo-vid .right p {
        font-size: 0.9rem;
    }

    footer .copy-rights p {
        font-size: 0.9rem;
    }

    .about .container .right img {
        width: 400px;
        height: 560px;
        margin-top: 2rem;
    }


    .nav-bar .container .logo-imgs .logo {
        width: 130px;
        height: 30px;
    }

    .nav-bar .container .logo-imgs .pre-logo {
        width: 40px;
        height: 60px;
    }


    .about .container {
        overflow-x: hidden;
    }

    .about .container .first {
        width: 350px;
        right: 15%;
        top: 43%;
    }

    .about .container .seconde {
        width: 300px;
        right: 18%;
        top: 46%;
    }

    .about .container .third {
        width: 300px;
        right: 23%;
        top: 46%;
    }

    .about .container .right img {
        width: 350px;
        height: 550px;

    }

    .about .container .blur {
        top: 40%;
        right: 15%;
    }

}


.break {
    display: none;
}

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


    .break {
        display: block;
    }

    .copy-rights {
        text-align: center;
    }

    footer .demo-vid .left .my-video {
        width: 370px;
        height: 194px;
    }

    .swiper-slide .container .left img {
        width: 250px;
        height: 300px;
    }

    .about .container .right img {
        width: 310px;
        height: 450px;
    }

    .swiper-slide .container .left .mobile {
        width: 250px;
        height: 290px;
    }



    .about .container .first {
        width: 350px;
        right: 5%;
        top: 43%;
    }

    .about .container .seconde {
        width: 295px;
        right: 10%;
        top: 46%;
    }

    .about .container .third {
        width: 295px;
        right: 15%;
        top: 46%;
    }

    .about .container .right img {
        width: 350px;
        height: 550px;
    }

    .about .container .blur {
        top: 40%;
        right: 0%;
    }

    .swiper-slide .container .left .last-slide {
        width: 300px;
        height: 250px;
    }
}


@media screen and (max-width : 430px) {
    .swiper-slide .container .right h1 {
        font-size: 1.5rem;
    }

    .swiper-slide .container .right ul li,
    .about .container .left .how-works ul li,
    .swiper-slide .container .right ul li {
        font-size: 0.7rem;
    }

    .swiper-slide .container .right .download img {
        width: 100px;
        height: 30px;
    }

    .about .container .left .how-works .last-heading h1 {
        font-size: 0.7rem;
    }



}

@media screen and (max-width : 390px) {
    footer .demo-vid .left .my-video {
        width: 300px;
        height: 160px;
    }

    footer .copy-rights p {
        font-size: 0.7rem;
    }

    .about .container .left .how-works .last-heading h1 {
        font-size: 0.5rem;
    }


    .about .container .first {
        width: 310px;
        right: 8%;
        top: 45%;
    }

    .about .container .seconde {
        width: 275px;
        right: 12%;
        top: 47%;
    }

    .about .container .third {
        width: 235px;
        right: 16%;
        top: 49%;
    }

    .about .container .right img {
        width: 350px;
        height: 550px;
    }

    .about .container .blur {
        top: 40%;
        right: 0%;
    }
}







html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


body {
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 50000;
}


/* From Uiverse.io by G4b413l */
.three-body {
    --uib-size: 35px;
    --uib-speed: 0.8s;
    --uib-color: #5D3FD3;
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
}

.three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}

.three-body__dot:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
}

.three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}


.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 55555;
}

.join-now,
.login {
    display: none;
}

.join-now.active,
.login.active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F6F6F6;
    z-index: 222222;
    width: 80%;
    border-radius: 15px;
    padding: 2rem;
    transition: 0.3s ease;
    height: 95vh;
    overflow: scroll;
}

.join-now .container .heading,
.login .container .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.join-now .container .heading h1,
.login .container .heading h1 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
}

.join-now .container form,
.login .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 2.5rem; */
}

.join-now .container form .inputs,
.login .container form .inputs {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    width: 85%;
}


.join-now .container form .inputs .user-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.join-now .container form .inputs .user-number a {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: 1px solid #0828B2;
    color: #0828B2;
    margin-top: 1.6rem;
    border-radius: 8px;
    transition: 0.3s ease;
}

.join-now .container form .inputs .user-number a:hover {
    background-color: #0828B2;
    color: #ffff;
}


.join-now .container form .inputs .user-number .user-number-input {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.join-now .container form .inputs .user-number .user-number-input label {
    font-size: 1.15rem;
    color: #4D4D4D;
    font-weight: 600;
}

.join-now .container form .inputs .user-number .user-number-input input::placeholder {
    font-size: 0.9rem;
}

.join-now .container form .inputs .user-number .user-number-input input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: 1rem 0;
}

.join-now .container form .inputs .first-input,
.join-now .container form .inputs .seconde-input,
.login .container form .inputs .first-input,
.login .container form .inputs .seconde-input {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    width: 100%;
}

.join-now .container form .inputs .first-input input,
.join-now .container form .inputs .seconde-input input,
.login .container form .inputs .first-input input,
.login .container form .inputs .seconde-input input {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.join-now .container form .inputs .first-input input:focus,
.join-now .container form .inputs .seconde-input input:focus,
.login .container form .inputs .first-input input:focus,
.login .container form .inputs .seconde-input input:focus,
.join-now .container form .inputs .user-number .user-number-input input:focus {
    outline: none;
}

.join-now .container form .inputs .first-input input::placeholder,
.join-now .container form .inputs .seconde-input input::placeholder,
.login .container form .inputs .first-input input::placeholder,
.login .container form .inputs .seconde-input input::placeholder {
    font-size: 14px;
    font-weight: 600;
}


.join-now .container form .inputs .seconde-input,
.login .container form .inputs .seconde-input {
    padding: 1.5rem 0 0 0;
}

.join-now .container form .inputs .first-input label,
.join-now .container form .inputs .seconde-input label,
.login .container form .inputs .first-input label,
.login .container form .inputs .seconde-input label {
    font-size: 1.15rem;
    color: #4D4D4D;
    font-weight: 600;
}

.join-now .container form .inputs .seconde-input input,
.login .container form .inputs .seconde-input input {
    margin: 1rem 0 0 0;
}




.join-now .container .inputs .raido-btns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 1rem 0;
}

.join-now .container .inputs p {
    font-size: 1.15rem;
    color: #4D4D4D;
    font-weight: 600;
}

.join-now .container .inputs .raido-btns div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.join-now .container .inputs .raido-btns div label {
    font-size: 1rem;
    font-weight: 600;
    color: #4D4D4D;
}

.join-now .container .inputs .raido-btns input[type='radio'] {
    accent-color: #212121;
    border: 0px;
    width: 1em;
    height: 1em;
}


.join-now .container form input[type="submit"],
.login .container form input[type="submit"] {
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    transition: 0.3s ease;
}

.join-now .container form input[type="submit"]:hover,
.login .container form input[type="submit"]:hover {
    background-color: #0828B2;
    color: #FFF;
}

.join-now .close-popup,
.login .close-popup {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: red;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.join-now .close-popup:hover,
.login .close-popup:hover {
    transform: rotate(90deg);
}




@media screen and (max-width: 1217px) {
    .join-now .container form .inputs .user-number {
        flex-direction: column;
        align-items: start;
    }

    .join-now .container form .inputs .user-number .user-number-input {
        width: 100%;
    }

    .join-now .container form .inputs .user-number a {
        margin: 0.5rem 0;
    }
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0828B2;
    border-radius: 30px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0828B2;
  }

@media screen and (max-width: 772px) {
    .join-now .container .inputs .raido-btns {
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
        gap: 0.5rem;
    }


    .join-now .container form .inputs .user-number .user-number-input label,
    .join-now .container form .inputs .first-input label,
    .join-now .container form .inputs .seconde-input label {
        font-size: 0.8rem;
    }


    .join-now .container form .inputs .first-input input::placeholder,
    .join-now .container form .inputs .user-number .user-number-input input::placeholder,
    .join-now .container form .inputs .seconde-input input {
        font-size: 0.7rem;
    }


    .join-now .container .inputs .raido-btns div label {
        font-size: 0.9rem;
    }

    .join-now .container form .inputs .user-number a {
        padding: 0.25rem;
        font-size: 0.9rem;
    }
    
}