.btn__border,
.btn__fill_dark {
    color: var(--textMain) !important
}

.btn,
.btn_text,
.btn_text>span {
    display: inline-block
}

.btn,
header>nav>ul a {
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

.btn__fill,
.btn__fill_dark {
    background-color: var(--accent)
}

.liCircle li:not(:last-child),
h2 {
    margin-bottom: 16px
}

#home,
#users-uploads,
.btn:hover {
    box-shadow: none
}

#free-trial,
.header .wrapper {
    padding-bottom: 0 !important
}

#free-trial,
*,
.burger,
a,
html,
p {
    position: relative
}

.controls>div,
.icon-left:hover {
    cursor: pointer
}

.btn_text,
.btn_text>span,
.liCircle li>*,
.main__bottom>a>*,
h2>* {
    vertical-align: middle
}

.bannerRad,
.main>div,
.mainswiper,
.refferal_img,
.swiper-slide {
    overflow: hidden
}

#users-uploads .wrapper:first-child p,
.main__title p {
    margin-bottom: 0
}

.btn {
    width: 100%;
    border-radius: 100px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 16px 0;
    box-shadow: 0 0 34px 4px rgba(28, 9, 62, .6) inset
}

.btn:hover {
    scale: 1.06;
    box-shadow: 0 0 10px 2px rgba(110, 226, 255, .6) inset
}

.btn__border {
    padding: 12px 0 !important;
    border: 2px solid var(--accent)
}

.btn::after {
    content: none
}

.btn__fill_dark {
    font-size: 16px !important
}

.btn__fill {
    padding: 16px 0 !important;
    color: var(--textBtn) !important
}

.btn__white {
    background-color: var(--m7C);
    color: var(--m2C)
}

.btn__light {
    background-color: var(--orangeLight);
    color: var(--orange) !important
}

.btn_text {
    background-color: transparent;
    color: var(--purple) !important;
    width: max-content !important
}

.btn_text>span {
    transform: translateY(1px);
    margin-left: 8px
}

.btn__gray {
    background-color: #f3f4f5
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--brad) var(--brad) 0 0 !important
}

header>nav>a {
    display: none !important
}

header>nav>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 39px
}

header>nav>ul a {
    width: max-content
}

header>a {
    max-width: 186px;
    z-index: 80
}

.mobile__menu {
    display: none;
    z-index: 61
}

.burger {
    width: 60px;
    height: 60px;
    transition-duration: .5s;
    scale: 0.4
}

.icon-left,
.icon-right {
    width: 50%;
    top: 30px
}

.icon-left,
.icon-left::after,
.icon-right,
.icon-right::after {
    transition-duration: .5s;
    height: 8px
}

.open>.icon-left,
.open>.icon-right {
    background: 0 0
}

.icon-left,
.icon-left::after,
.icon-left::before,
.icon-right,
.icon-right::after,
.icon-right::before,
.mainswiper>div>div>div::after,
.mainswiper>div>div>div::before {
    background-color: #fff;
    position: absolute
}

.open>.icon-left::before {
    transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px)
}

.open>.icon-left::after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px)
}

.open>.icon-right::before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px)
}

.open>.icon-right::after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px)
}

.icon-left::before,
.icon-right::before {
    transition-duration: .5s;
    width: 100%;
    height: 8px;
    content: "";
    top: -20px
}

.icon-left::after,
.icon-right::after {
    width: 100%;
    content: "";
    top: 20px
}

.icon-right {
    left: 30px
}

.controls>div,
.pagination__item,
a::after {
    transition: .4s cubic-bezier(.075, .82, .165, 1)
}

a:hover::after,
img,
section::after {
    width: 100%
}

@media (max-width:1024px) {
    header {
        padding: 16px 0
    }

    header>a:last-child {
        display: none
    }

    header>nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(21, 21, 22, .9);
        backdrop-filter: blur(8px);
        z-index: 50;
        transform: translateX(-120%) translateY(0);
        transition: .4s cubic-bezier(.075, .82, .165, 1);
        display: flex;
        flex-direction: column
    }

    header>nav>ul {
        margin-top: 130px;
        margin-left: 40px;
        flex-direction: column;
        align-items: start;
        gap: 40px;
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden
    }

    header>nav>ul a {
        color: var(--textMain) !important;
        font-size: 16px !important
    }

    header>nav>a {
        display: inline-block !important;
        margin: auto auto 52px;
        z-index: 90;
        max-width: 90%;
        color: var(--textBtn) !important
    }

    .navOpen {
        transform: translateX(-3.9%) translateY(0)
    }

    .mobile__menu {
        display: block
    }
}

.fadeInDown,
header {
    animation-delay: .5s !important
}

:root {
    --bg: #373538;
    --innerBg: #281e3f;
    --innerBgAlt: #160341;
    --innerBlackBg: #402457;
    --innerBlackLighterBg: #351921;
    --yellow: #ffc278;
    --purple: #e682ff;
    --orange: #ff7d34;
    --green: #3cff73;
    --accent: #4d07ce;
    --orangeLight: #fdf0ea;
    --lightOrange: #fdf0ea;
    --textMain: #fdf6ff;
    --textP: #fff1f8;
    --textPLighter: #f3cbff;
    --textBtn: #ffffff;
    --brad: 32px
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none
}

.bannerRad,
.swiper-slide,
img,
section::after {
    border-radius: var(--brad)
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth
}

@media (max-width:968px) {
    body {
        overflow: hidden
    }
}

@media (max-width: 768px) {
    html{
        scroll-behavior: unset;
    }
}

body,
html {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(270deg, #373538, #331e33 15%, #2b2a2b 36%, #331e33 70%);
    color: var(--textMain)
}

.liCircle li>*,
h2>* {
    display: inline-block
}

body::-webkit-scrollbar {
    width: 12px
}

body::-webkit-scrollbar-track {
    background: 0 0
}

body::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: var(--brad)
}

a {
    text-decoration: none;
    color: inherit
}

img {
    height: 100%;
    object-fit: cover;
    display: block
}

.liCircle li::before,
p>* {
    display: inline-block
}

li,
ul {
    padding: 0;
    list-style: none;
    marker: none
}

.liCircle li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

.liCircle li::before {
    margin-right: 16px;
    font-size: 24px;
    content: "â€¢";
    color: var(--textP)
}

.liCircleColor li::before {
    color: var(--purple)
}

.bannerRad {
    aspect-ratio: 2/1
}

a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0
}

a:has(img, div)::after {
    content: none
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: var(--m3C);
    line-height: 130%
}

h1 {
    font-size: 64px;
    margin-bottom: 40px
}

h2 {
    font-size: 40px;
    z-index: 20
}

.main h2 {
    max-width: 450px
}

h3 {
    font-size: 32px
}

a,
p,
q {
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    color: var(--textP);
    line-height: 180%
}

section {
    margin-bottom: 100px
}

#users-uploads .wrapper:first-child,
section {
    box-shadow: 0 -20px 0 rgba(77, 7, 206, .73)
}

.results {
    box-shadow: 0 1px 34px 4px rgba(28, 9, 62, .6) inset
}

section p {
    margin-bottom: 32px
}

.width60 {
    max-width: 60%
}

.width50 {
    max-width: 50%
}

.width40 {
    max-width: 40%
}

.wrapper,
section:not(.noWrap) {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    background: #130125;
    border-radius: var(--brad);
    padding: 2rem
}

section::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 64px -28px rgba(64, 36, 87, .59) inset;
    -moz-box-shadow: 0 0 64px -28px rgba(64, 36, 87, .59) inset;
    box-shadow: 0 0 64px -28px rgba(64, 36, 87, .59) inset;
    pointer-events: none
}

@media (max-width:1340px) {

    .wrapper,
    section:not(.noWrap) {
        max-width: 95%
    }
}

.swiper-wrapper {
    align-items: stretch !important;
    max-height: 640px
}

.swiper-slide {
    height: unset !important
}

.pagination__container {
    z-index: 50;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 80%;
    height: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px
}

.pagination__item {
    border-radius: 100px;
    flex: 1 1 35%;
    background-color: var(--innerBg)
}

.pagination_active {
    background-color: var(--accent)
}

.disabled img {
    opacity: .5
}

.controls {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    pointer-events: none
}

.controls.second {
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}

.controls>div {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
    user-select: none;
    pointer-events: all
}

.controls>div>* {
    height: 30%;
    transform: translateX(1px)
}

.controls>div img {
    object-fit: contain
}

.controls>div:first-child img {
    rotate: 180deg
}

.main {
    border-radius: 0 0 var(--brad) var(--brad) !important
}

.mainswiper,
.mainswiper>div>div>div,
.refferal {
    border-radius: var(--bradMed)
}

main h1 {
    margin-bottom: 12px
}

.main>div {
    display: flex;
    flex-direction: column
}

.main__bottom {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 20px 0
}

.main__title {
    max-width: 509px
}

.main__title h1 {
    color: var(--textMain);
    font-weight: 600 !important
}

.main__title p {
    color: var(--gray) !important
}

.main__bottom>a {
    max-width: 376px;
    align-self: flex-end
}

.main__bottom>a span {
    margin-left: 10px
}

.main__bottom>a>* {
    display: inline-block
}

.mainswiper {
    z-index: 0;
    display: flex;
    align-items: stretch;
    align-self: stretch;
    flex: 1 1 48.5%;
    width: 100%;
    aspect-ratio: 2.2/1;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: cover
}

.main .swiper-wrapper {
    max-height: 720px !important
}

.main .swiper-slide:nth-child(2)>div {
    height: 100%
}

.main .swiper-slide:not(:nth-child(2)) {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.main .swiper-slide:not(:nth-child(2))>div,
.main .swiper-slide:not(:nth-child(2))>div:last-child {
    height: 70%
}

.mainswiper>div>div>div {
    max-width: 80%
}

.mainswiper img {
    scale: 1.01;
    object-position: top
}

.mainswiper img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    animation: 5s ease-in-out infinite clipPathAnimation
}

.mainswiper>div>div>div::after {
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    z-index: 20;
    filter: drop-shadow(1px 0px 4px white);
    box-shadow: -1px 0 4px #fff;
    animation: 5s ease-in-out infinite translateXAnimation
}

.mainswiper>div>div>div::before {
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 64px;
    width: 8px;
    z-index: 21;
    border-radius: 100px;
    animation: 5s ease-in-out infinite translateXAnimation
}

@keyframes clipPathAnimation {

    0%,
    100% {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }
}

@keyframes translateXAnimation {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 100%
    }
}

@media (max-width:1864px) {
    .main {
        margin-left: -12px;
        width: 100vw;
        margin-top: 0
    }
}

@media (max-width:1300px) {
    .main__bottom {
        order: 1;
        margin-top: 50px;
        padding-bottom: 0
    }
}

.refferal {
    background: url(../assets/img/reffProgramBG.webp) 0 0/100% no-repeat;
    display: flex;
    flex-direction: row;
    padding: 70px 143px 70px 100px;
    gap: 122px;
    justify-content: space-between;
    flex-wrap: wrap
}

.readyToCreate {
    background: var(--innerBg);
    padding: 0;
    border-radius: var(--brad)
}

.refferal>div {
    flex: 1 1 42.5%
}

.refferal>div:first-child {
    padding: 60px 0
}

.readyToCreate>div:first-child {
    padding: 100px 0 100px 100px
}

.refferal h2 {
    color: #fff !important
}

.refferal p {
    color: #f8f8f8 !important
}

.readyToCreate h2,
.readyToCreate p {
    color: inherit !important
}

.refferal>div>div {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap
}

.refferal>div>div>a {
    flex: 1 1 47.5%
}

.refferal_img {
    border-radius: var(--bradMed);
    position: relative
}

#free-trial::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #b0b6f7;
    background: linear-gradient(0deg, #130125 2%, rgba(194, 194, 194, 0) 28%)
}

@media (max-width:1111px) {
    .refferal {
        gap: 34px;
        flex-direction: column;
        padding: 70px;
        background-size: unset
    }

    #free-trial::after {
        position: inherit
    }

    .refferal_img {
        aspect-ratio: 1.5/1
    }

    .refferal>div:first-child {
        width: 100%;
        padding: 0
    }

    .readyToCreate .refferal_img {
        display: none
    }
}

@media (max-width:768px) {
    .btn__light {
        color: var(--textBtn) !important
    }

    section {
        margin-bottom: 60px
    }

    .wrapper,
    section:not(.noWrap) {
        max-width: 96%;
        padding: 1rem;
    }

    .liCircle li:not(:last-child) {
        margin-bottom: 2.5vw
    }

    .liCircle li::before {
        margin-right: 2vw;
        font-size: 4vw
    }

    .stars {
        width: 4vw;
        height: 4vw
    }

    .width40,
    .width50,
    .width60 {
        max-width: 100%
    }

    .padding {
        padding: 0 14px
    }

    h2 {
        font-size: 28px
    }

    h1 {
        font-size: 40px;
        margin-bottom: 24px
    }

    h3 {
        font-size: 24px
    }

    .main__bottom {
        flex-direction: column;
        align-items: start;
        gap: 26px;
        margin-top: 24px;
        padding: 10% 0 0
    }

    .mainswiper {
        aspect-ratio: 2.2/2.4
    }

    .refferal {
        padding: 8vw
    }
}

#why-choose-us {
    display: flex;
    flex-direction: row
}

#why-choose-us .heading {
    align-self: flex-start
}

@media(max-width:768px) {
    #why-choose-us {
        display: flex;
        flex-direction: column
    }
}

#users-uploads .wrapper:first-child {
    border-radius: var(--brad) var(--brad) 0 0;
    padding-bottom: 0
}

#users-uploads .wrapper:nth-child(2) {
    border-radius: 0 0 var(--brad) var(--brad)
}

/* .imageContainer{
    width: min(12rem, 150px);
    border-radius: 0;
    transition: .4s cubic-bezier(.075, .82, .165, 1);
    padding: 16px 8px;
    border-radius: var(--brad);
    aspect-ratio: 1 / 0.5;
    background: #130125;
} */

#expertsReview blockquote{
    margin: 16px 0;
    padding-left: 15px;
    position: relative;
    &&::before{
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        height: 100%;
        width: 100%;
        border-left: var(--accent) 4px solid;
        background: var(--bg);
    }
}

q {
      quotes: "\201C" "\201D" "\2018" "\2019";
      font-style: italic;
    }

#expertsReview .expert-quote p, .expert-details p{
    margin-bottom: 8px;
    /* background: var(--innerBg); */
  }

  #expertsReview blockquote{
    margin-bottom: 32px;
  }

  cite{
    font-family: poppins, sans-serif;
    font-size: 16px;
  }