* {
    margin: 0;
    padding: 0px;
    outline: none !important;
    font-family: "Inter", sans-serif;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar {
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.navbarsub {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

a,
li,
ul {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
}

.logo {
    margin-left: 0px;
    padding-left: 0px;
}

.logo a img {
    margin-left: 0px;
    width: 200px;
}

.logoimg {
    width: 190px;
}

.nav-link {
    margin-left: 19px;
    margin-right: 19px;
}

.nav-link a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #192c6a;
}

.login {
    border: 1px solid #192c6a;
    border-radius: 16px;
    padding: 0px 20px !important;
}

.linktag {
    outline: none;
    border: none;
}

.link {
    width: 210px;
    position: absolute !important;
    right: 300px;
    bottom: 500px;
    z-index: 99 !important;
    box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
    border-radius: 40px;
}

#navbarNavDropdown {
    justify-content: flex-end;
    align-items: center !important;
}

.selectcountry {
    border: none;
    outline: none;
    z-index: 999;
    display: block;
}

.headtext {
    width: 550px;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    /* or 79px */
    letter-spacing: -0.02em;
    background: radial-gradient(50% 50% at 50% 50%, #1f0e54 0%, #7043ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.headtextsecond {
    width: 400px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    /* or 39px */
    letter-spacing: 0.15px;
    color: #1d2b5e;
}

.sliderbody {
    padding: 80px 0px;
    background: radial-gradient(50.75% 70.03% at 20.67% 9.97%, #d3c6fd 0%, #ffffff 80.98%);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.slidermain {
    position: relative;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.headtextthirt {
    width: 400px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    /* or 39px */
    letter-spacing: 0.15px;
    color: #1d2b5e;
}

.startnow {
    padding: 10px 60px 10px 15px;
    color: white;
    text-align: center;
    border-radius: 30px;
}

.playicon {
    margin-top: 50px !important;
}

.layerlead {
    scale: 0.8;
    cursor: pointer;
    width: 1000px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.sailbody {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(44.83% 45.85% at 53.15% 60.85%, #cabafd 0%, #ffffff 100%);
}

.sailmain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sailhead {
    display: flex;
    justify-content: center;
    align-items: center;
}

.showsell {
    width: 924px;
    height: 230px;
    font-style: normal;
    font-weight: 600;
    font-size: 66px;
    line-height: 120%;
    text-align: center;
    color: #2700a0;
}

.layermain {
    cursor: pointer;
    position: absolute;
    width: 340px;
    height: 363px;
    top: 20px;
    z-index: 3;
    background: rgba(62, 0, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 24px;
}

.layerlead:hover .layermainsecond {
    left: 15px;
    transform: rotate(0deg);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.layerlead:hover .layermainthirt {
    left: 650px;
    transform: rotate(0deg);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.layerlead .layermainsecond,
.layerlead .layermainthirt {
    transition: all 500ms cubic-bezier(0.25, 1, 0.5, 1);
}

.layermainsecond {
    cursor: pointer;
    position: absolute;
    width: 340px;
    height: 363px;
    left: 260px;
    top: 80px;
    z-index: 2;
    background: rgba(62, 0, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    transform: rotate(-25deg);
}

.layermainthirt {
    cursor: pointer;
    position: absolute;
    width: 340px;
    height: 363px;
    left: 390px;
    top: 80px;
    z-index: 1;
    background: rgba(62, 0, 255, 0.5);
    backdrop-filter: blur(10px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    transform: rotate(25deg);
}

.layer {
    margin: 30px 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

.onlylink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 156px;
    margin: 30px 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    /* or 39px */
    letter-spacing: 0.15px;
    color: #ffffff;
}

.easysales {
    width: 170px;
    height: 80px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #feffc7;
}

.usereelshead {
    background-color: transparent;
}

.howusereelspay {
    width: 549px;
    font-weight: 600;
    font-size: 66px;
    line-height: 120%;
    /* or 79px */
    color: #7043ff;
}

.reelscount {
    font-weight: 400;
    font-size: 24px;
    width: 576px;
    margin-bottom: 40px;
    letter-spacing: 0.15px;
    color: #7043ff;
}

.usereels {
    padding-top: 70px;
    background: radial-gradient(50.75% 80.03% at 10.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
}

.askme {
    margin-top: 200px;
    width: 750px;
    height: 200px;
}

.askmeparagraf {
    color: #1d2b5e;
    height: 144px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    /* or 48px */
    text-align: center;
    letter-spacing: 0.15px;
}

.sailbodymobil {
    display: none;
}

.headtextthirt_small {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .mySwiper {
        background-color: transparent !important;
        margin-right: 0px;
        width: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
    .swiper-button-prev {
        position: absolute !important;
        left: 310px !important;
        top: 270px !important;
        right: -5.5px !important;
        width: 30px !important;
        height: 30px !important;
        z-index: 99 !important;
    }
    .swiper-button-next {
        position: absolute !important;
        right: -8px !important;
        border-radius: 100px !important;
        width: 30px !important;
        height: 30px !important;
        z-index: 99 !important;
    }
    .link {
        width: 210px;
        position: absolute !important;
        right: 220px;
        bottom: 500px;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
    .sailbody {
        background: radial-gradient(50.75% 70.03% at 10.67% 9.97%, #d3c6fd 0%, #ffffff 80.98%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .sliderbody {
        padding: 80px 0px;
        background: radial-gradient(80.75% 50.03% at 30.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
    }
    .link {
        width: 210px;
        position: absolute !important;
        right: 260px;
        bottom: 0px !important;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
    .headtext {
        text-align: center;
    }
    .headtextsecond {
        text-align: center;
    }
    .headtextthirt {
        text-align: center;
    }
    .playicon {}
    .slidermain {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bigtextlead {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sailbodymobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sailmainmobil {}
    .sailheadmobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .showsellmobil {
        width: 340px;
        font-size: 48px;
        text-align: center;
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        /* or 62px */
        text-align: center;
        color: #5f2cff;
    }
    .layerleadmobil {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sailbody {
        display: none;
    }
    .layermainmobil {
        cursor: pointer;
        /* position: absolute; */
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 3;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermobil {
        margin: 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .easysalesmobil {
        width: 170px;
        margin-top: 10px;
        margin-left: 10px;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #feffc7;
    }
    .layermobil img {
        width: 50px;
    }
    .onlylinkmobil {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 130px;
        margin: 0px 0px 20px 25px;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /* or 39px */
        letter-spacing: 0.15px;
        color: #ffffff;
    }
    .layermainsecondmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 2;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermainthirtmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        margin-bottom: 40px;
        z-index: 0;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .smallcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .howusereelspay {
        text-align: center;
    }
    .reelscount {
        text-align: center;
    }
    .onlylink {
        width: 200px;
        height: 100px;
        margin-top: -50px;
        margin-left: 20px;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    .selectcountry {
        position: absolute;
        right: 20%;
        top: 30px;
        border: none;
        outline: none;
        background-color: transparent;
    }
    .navbar {
        padding: 20px 0px 20px 0px;
    }
    .askme {
        margin-top: 40px !important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .usereels {
        padding-top: 70px;
        background: radial-gradient(30.75% 40.03% at 40.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.9px) {
    .sliderbody {
        padding: 80px 0px;
        background: radial-gradient(80.75% 55.03% at 30.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
        /* background: radial-gradient(66.75% 81.03% at 40.67% 18.97%, #d3c6fd 0%, #FFFFFF 80.98%); */
    }
    .link {
        width: 210px;
        position: absolute !important;
        right: 170px;
        bottom: 0px !important;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .headtext {
        text-align: center;
        font-size: 55px;
    }
    .headtextsecond {
        text-align: center;
    }
    .headtextthirt {
        text-align: center;
    }
    .playicon {}
    .slidermain {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bigtextlead {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .showsell {
        width: 600px;
        font-size: 55px;
    }
    .smallcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sailbody {
        display: none !important;
    }
    .sailbodymobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sailmainmobil {}
    .sliderbody {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
    }
    .sailheadmobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .showsellmobil {
        width: 340px;
        font-size: 48px;
        text-align: center;
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        /* or 62px */
        text-align: center;
        color: #5f2cff;
    }
    .howusereelspay {
        text-align: center;
    }
    .reelscount {
        text-align: center;
    }
    .layerleadmobil {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .layermobil {
        margin: 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .easysalesmobil {
        width: 170px;
        margin-top: 10px;
        margin-left: 10px;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #feffc7;
    }
    .layermobil img {
        width: 50px;
    }
    .onlylinkmobil {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 130px;
        margin: 0px 0px 20px 25px;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /* or 39px */
        letter-spacing: 0.15px;
        color: #ffffff;
    }
    .layermainmobil {
        cursor: pointer;
        /* position: absolute; */
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        top: 20px;
        z-index: 3;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermainsecondmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 2;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermainthirtmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 0;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .usereels {
        margin-top: 120px !important;
    }
    .askmeparagraf {
        margin-top: -150px;
    }
    .selectcountry {
        position: absolute;
        right: 170px !important;
        top: 30px;
        border: none;
        outline: none;
        background-color: transparent;
    }
    .usereels {
        padding-top: 70px;
        background: radial-gradient(30.75% 40.03% at 40.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
    }
}

@media only screen and (max-width: 576px) {
    .sliderbody {
        padding: 80px 0px;
        background: radial-gradient(80.75% 55.03% at 30.67% 10.97%, #d3c6fd 0%, #ffffff 80.98%);
    }
    .link {
        width: 210px;
        position: absolute !important;
        right: 145px !important;
        bottom: 0px !important;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
    .nav {
        position: fixed;
    }
    /* .navbarsmall{
    position: relative;
  } */
    .selectcountry {
        position: absolute;
        right: 70px;
        top: 30px;
        border: none;
        outline: none;
        background-color: transparent;
    }
    .slidermain {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logoimg {
        width: 150px;
    }
    .bigtextlead {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    .headtext {
        width: 340px !important;
        flex-wrap: wrap;
        text-align: center;
    }
    .headtextsecond {
        width: 350px;
        text-align: center;
    }
    .headtextthirt {
        display: none;
    }
    .getsmallText {
        display: block !important;
    }
    .headtextthirt_small {
        width: 320px;
        text-align: center;
        font-size: 22px;
    }
    .link {
        width: 210px;
        position: absolute !important;
        right: 170px;
        bottom: 10px;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
    #carouselExample {
        margin-top: 30px;
    }
    .playicon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sliderbody {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
    }
    .showsell {
        width: 340px;
        font-size: 48px;
    }
    .sailbody {
        display: none;
    }
    .sailbodymobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sailmainmobil {}
    .sailheadmobil {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .showsellmobil {
        width: 340px;
        font-size: 48px;
        text-align: center;
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        /* or 62px */
        text-align: center;
        color: #5f2cff;
    }
    .layerleadmobil {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .layermainmobil {
        cursor: pointer;
        /* position: absolute; */
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 3;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermobil {
        margin: 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .easysalesmobil {
        width: 170px;
        margin-top: 10px;
        margin-left: 10px;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #feffc7;
    }
    .layermobil img {
        width: 50px;
    }
    .onlylinkmobil {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 130px;
        margin: 0px 0px 20px 25px;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        /* or 39px */
        letter-spacing: 0.15px;
        color: #ffffff;
    }
    .layermainsecondmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 2;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .layermainthirtmobil {
        cursor: pointer;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 300px;
        height: 220px;
        margin-top: 18px;
        z-index: 0;
        background: rgba(62, 0, 255, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 24px;
    }
    .usereels {
        margin-top: 50px;
        padding-bottom: 80px;
    }
    .smallcontainer {
        display: flex;
        flex-direction: column-reverse;
    }
    .usereelshead {
        width: 340px;
        font-size: 40px;
    }
    .howusereelspay {
        margin-top: 20px;
        width: 340px;
    }
    .reelscount {
        width: 360px;
    }
    .askme {
        margin-top: 20px;
        width: 340px;
    }
    .askmeparagraf {
        font-size: 27px;
        text-align: start;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .usereels {
        padding-top: 70px;
        background: white;
    }
}

.ny-element {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.element {
    /* -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); */
    transform: rotateY(-90deg);
}

#slider {
    position: relative;
    width: 200px;
    height: 400px;
    overflow: hidden;
}

#arrow-up,
#arrow-down {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border: 1px solid #999;
    border-radius: 50%;
    cursor: pointer;
}

#arrow-up {
    top: 10px;
    left: 10px;
}

#arrow-down {
    bottom: 10px;
    left: 10px;
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.video_link {
    height: 36px;
    position: absolute !important;
    right: 272px;
    bottom: 500px;
    z-index: 99 !important;
    box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1D2B5E;
    padding-right: 12px;
    padding-left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    width: max-content;
}

@media only screen and (max-width: 1199.9px) {
    .video_link {
        /* right: 55px !important; */
        left: 15% !important;
        bottom: 16px !important;
        z-index: 99 !important;
        box-shadow: 0px 0px 5px 1px rgba(82, 81, 81, 0.2);
        border-radius: 40px;
    }
}

@media only screen and (min-width: 1200.0px) {
    .swiper-button-prev {
        position: absolute !important;
        left: 450px !important;
        top: 270px !important;
        width: 30px !important;
        height: 30px !important;
        z-index: 99 !important;
    }
    .swiper-button-next {
        position: absolute !important;
        right: 50px !important;
        border-radius: 100px !important;
        width: 30px !important;
        height: 30px !important;
        z-index: 99 !important;
    }
}