html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --head__title: 400%;
    --head__weight: 900;
    --para__size: 150%
}

:root {
    --pr-color: white;
    --second-color: black;
    --color-1-1: red;
    --color-1-2: orange;
    --cubicbz: cubic-bezier(0.9, 0, 0.1, 1);
    --fz-big: 60px;
    --pd: 50px;
}



/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #141414;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2e2e2e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}




body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.publisher_m {
    display: none;
}

.publisher_btn {
    outline: 2px solid white;
    color: white !important;
}

.publisher_btn:hover {
    background-color: white;
    color: rgb(0, 0, 0) !important;
}

.publisher_btn:active {
    outline: 2px solid white;
    color: rgb(255, 255, 255) !important;
}




/* footers  */

.footer__here {
    background-image: url(/static/img/affliate_marketing/footer.png);
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__inner h2 {

    font-size: calc(2rem + .5vw);
    font-weight: 600;
}

.footer__inner a {
    width: calc(10rem + 1.5vw);
}

.contact__btn {
    /* height: 3rem; */
    margin-top: 3em;

}

a h5 {
    font-weight: 500;
    margin: 0;
    line-height: 1.7rem;
}

.nomadaz_logo {
    width: 5em;
}


/* Footer end  */


/* xm  */
@media screen and (max-width: 575.98px) {

    .one,
    .wrapper {
        display: none;
    }

    /* For multilevel drop  */

    .i__gaming.show .dropend .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: unset !important;

    }

    .dropend li {
        /* border: 2px solid red; */
        padding-left: .7em;
    }

    .dropend .dropdown-menu {
        border: none !important;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        position: relative;
        top: 0px;
        transform: rotate(90deg);
        left: 2px;
    }



    /* For multilevel drop end */
    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }


    .one__mobile__inner h1 {
        font-family: Poppins;
        font-size: 45px;
        font-weight: 600;
        line-height: 60.88px;
        margin-top: 2em;
        color: #D6D6D6;
        margin-bottom: 2em;

    }

    .one__mobile__inner p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        color: #D6D6D6;

    }

    .two__mobile__inner h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;
        text-align: center;
        max-width: 362px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .two__mobile__inner p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 1em;
        Width: 100%;

    }

    .para ul li {
        color: #BEB3B3;
    }




    /* Footer  */

    .footer__here {
        background-image: none;
        background-color: black !important;
        width: 100%;
        height: 100%;
        background-position: 100% 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }

}

/* sm  */
@media screen and (min-width: 576px) and (max-width: 767.98px) {

    .one,
    .wrapper {
        display: none;
    }

    /* For multilevel drop  */

    .i__gaming.show .dropend .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: unset !important;

    }

    .dropend li {
        /* border: 2px solid red; */
        padding-left: .7em;
    }

    .dropend .dropdown-menu {
        border: none !important;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        position: relative;
        top: 0px;
        transform: rotate(90deg);
        left: 2px;
    }



    /* For multilevel drop end */
    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }


    .one__mobile__inner h1 {
        font-family: Poppins;
        font-size: 45px;
        font-weight: 600;
        line-height: 60.88px;
        margin-top: 2em;
        color: #D6D6D6;
        margin-bottom: 2em;

    }

    .one__mobile__inner p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        color: #D6D6D6;

    }

    .two__mobile__inner h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;

        max-width: 400px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* margin-bottom: 2em; */
        margin: auto;
    }

    .para_content {
        margin-top: 2em;
    }

    .two__mobile__inner p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        margin-bottom: 2em;
        Width: 100%;

    }

    .para ul li {
        color: #BEB3B3;
    }


    /* Footer Upper  */

    .footer__here {
        background-image: none;
        background-color: black !important;
        width: 100%;
        height: 100%;
        background-position: 100% 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .footer__inner h2 {
        font-size: 48px;
        line-height: 50.09px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        margin-bottom: 2rem;

    }

    .footer__inner p {

        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;


    }


}



/* //md */
@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .one,
    .wrapper {
        display: none;
    }

    /* For multilevel drop  */

    .i__gaming.show .dropend .dropdown-toggle::after {
        transform: rotate(90deg);
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: unset !important;

    }

    .dropend li {
        /* border: 2px solid red; */
        padding-left: .7em;
    }

    .dropend .dropdown-menu {
        border: none !important;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        position: relative;
        top: 0px;
        transform: rotate(90deg);
        left: 2px;
    }



    /* For multilevel drop end */

    .publisher_btn {
        display: none;
    }

    .publisher_m {
        display: block;
    }


    .one__mobile__inner h1 {
        font-family: Poppins;
        font-size: 45px;
        font-weight: 600;
        line-height: 60.88px;
        margin-top: 2em;
        color: #D6D6D6;
        margin-bottom: 2em;

    }

    .one__mobile__inner p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        color: #D6D6D6;

    }

    .two__mobile__inner h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;

        max-width: 400px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* margin-bottom: 2em; */
        margin: auto;
    }

    .para_content {
        margin-top: 2em;
    }

    .two__mobile__inner p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        margin-bottom: 2em;
        Width: 100%;

    }

    .para ul li {
        color: #BEB3B3;
    }


    /* Footer  upper*/

    .footer__inner h2 {
        font-size: calc(2rem + .5vw) !important;
        font-family: Inter;
        font-weight: 600;
        line-height: 58.09px;




    }

    .footer__inner p {
        font-family: Poppins;
        font-size: calc(1rem + .2vw) !important;
        font-weight: 400;
        line-height: 24px;
        text-align: center;

    }


}








/* lg */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    .one__mobile {
        display: none;
    }


    .one h1 {
        font-family: Poppins;
        font-size: 40px;
        font-weight: 600;
        line-height: 60.88px;
        color: #D6D6D6;


    }

    .one p {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27.95px;
        text-align: center;
        color: #D6D6D6;
        max-width: 949px;
    }







    /* Two  */


    .left h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;
        text-align: center;
        max-width: 362px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .para p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 1em;

    }

    .para ul li {
        color: #BEB3B3;
    }


    .wrapper {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .section {
        display: flex;
        width: 100%;
    }

    .left,
    .right {
        width: 50%;
        padding: 1rem;
        overflow: hidden;
        min-height: 100vh;

    }

    .right {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* border: 2px solid purple; */
        padding-left: 1.5em;
    }

    .left {
        display: flex;
        justify-content: center;
        /* border: 2px solid green; */
    }

    .left .left_inner {
        /* border: 2px solid red; */
        max-height: 400px;
        max-width: 49vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Contact us  */

    .footer__inner h2 {
        font-size: 48px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
    }

    .footer__inner p {
        font-size: 16px;
        font-weight: 400;
        max-width: 800px;
        line-height: 24px;
        margin-top: 1em;
    }

    .contact__btn {
        font-size: 18px;
        font-weight: 500 !important;
        font-family: "Inter", sans-serif;
    }


}


/* xl */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

    .one__mobile {
        display: none;
    }



    .one h1 {
        font-family: Poppins;
        font-size: 45px;
        font-weight: 600;
        line-height: 65.88px;
        color: #D6D6D6;


    }

    .one p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        text-align: center;
        color: #D6D6D6;
        max-width: 1046px;
    }



    .one h1 {
        font-family: Poppins;
        font-size: 52px;
        font-weight: 600;
        line-height: 69.88px;
        color: #D6D6D6;


    }

    .one p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        text-align: center;
        color: #D6D6D6;
        max-width: 1046px;
    }


    /* Two  */


    .left h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;
        text-align: center;
        max-width: 362px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .para p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 1em;

    }

    .para ul li {
        color: #BEB3B3;
    }


    .wrapper {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .section {
        display: flex;
        width: 100%;
    }

    .left,
    .right {
        width: 50%;
        padding: 1rem;
        overflow: hidden;
        min-height: 100vh;

    }

    .right {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* border: 2px solid purple; */
        padding-left: 1.5em;
    }

    .left {
        display: flex;
        justify-content: center;
        /* border: 2px solid green; */
    }

    .left .left_inner {
        /* border: 2px solid red; */
        max-height: 400px;
        max-width: 49vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}



/* xxl */
@media screen and ((min-width: 1400px)) {

    .one__mobile {
        display: none;
    }


    .one h1 {
        font-family: Poppins;
        font-size: 52px;
        font-weight: 600;
        line-height: 69.88px;
        color: #D6D6D6;


    }

    .one p {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 400;
        line-height: 27.95px;
        text-align: center;
        color: #D6D6D6;
        max-width: 1046px;
    }


    /* Two  */


    .left h2 {
        font-family: Poppins;
        font-size: 42px;
        font-weight: 600;
        line-height: 54.6px;
        letter-spacing: -0.03em;
        text-align: center;
        max-width: 362px;
        background: #FFFFFF;
        background: linear-gradient(to right, #FFFFFF 14%, #999999 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .para p {
        color: #BEB3B3;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 1em;
        Width: 100%;

    }

    .para ul li {
        color: #BEB3B3;
    }


    .wrapper {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .section {
        display: flex;
        width: 100%;
    }

    .left,
    .right {
        width: 50%;
        padding: 1rem;
        overflow: hidden;
        min-height: 100vh;

    }

    .right {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        padding-left: 1.5em;
    }

    .left {
        display: flex;
        justify-content: center;
    }

    .left .left_inner {
        /* border: 2px solid red; */
        max-height: 400px;
        max-width: 49vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Contact us  */

    .footer__inner h2 {
        font-size: 48px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
    }

    .footer__inner p {
        font-size: 16px;
        font-weight: 400;
        max-width: 974px;
        line-height: 24px;
        margin-top: 1em;
        max-width: 730px;
    }

    .contact__btn {
        font-size: 18px;
        font-weight: 500 !important;
        font-family: "Inter", sans-serif;
    }


}