.accord__container {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.accord__item {
    cursor: pointer;
    padding: 32px;
    background-color: var(--innerBg);
    border-radius: var(--brad)
}

.accord__item h3,.accord__item p {
    margin-bottom: 0
}

.accord__item>div:first-child>p {
    font-weight: 400;
    color: var(--mainText)!important;
    /* font-size: 24px!important; */
    margin-bottom: 0
}

.accord__item>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.accord__item>div:last-child {
    max-height: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.075, .82, .165, 1)
}

.accord__item>div:last-child p {
    color: #aaaab4!important
}

.show {
    visibility: visible!important
}

@media (max-width: 768px) {
    .reason {
        padding:48px 24px!important
    }

    .reason>a {
        width: 100%
    }

    .accord__item>div:first-child {
        gap: 14px
    }

    .accord__item {
        padding: 32px 24px
    }
}

.faq>div {
    background-color: var(--bg);
    border-radius: var(--brad)
}

footer {
    background-color: #1a1919
}

.footer__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
    margin-bottom: 29px
}

.footer__top>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.footer__top>div>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.footer__top>div>ul a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--innerBlackBg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__top>div>ul img {
    height: 45%;
    object-fit: contain
}

.footer__top>nav ul {
    margin-left: auto;
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 39px;
    row-gap: 12px;
    justify-content: right
}

.footer__top>nav li a {
    width: max-content
}

.footer__bottom {
    padding: 8px 0;
    text-align: left;
    background-color: #1d1d1e
}

.footer__bottom p {
    color: var(--textP);
    font-size: 14px
}

@media (max-width: 768px) {
    .footer__top {
        flex-direction:column-reverse;
        align-items: start;
        gap: 24px
    }

    .footer__top>div:first-child>a {
        max-width: 153px
    }

    .footer__top>div>ul {
        display: none
    }

    .footer__top>nav ul {
        margin-left: initial;
        max-width: 80%;
        align-items: start;
        gap: 24px;
        row-gap: 12px;
        justify-content: left
    }
}

.hiw {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    /* padding: 32px; */
    /* background-color: var(--innerBg2); */
    /* background: linear-gradient(
        to right,
        rgba(134, 138, 255, 0.3) 0%,
        rgba(18, 203, 163, 0.3) 100%
    ); */
    border-radius: var(--brad);
    /* #868bff 0%,
    #64aee7 50%,
    #12cba3 100% */
    /* (#252527, #252527) */
    gap: 48px;
}

.hiw > div {
    flex: 1 1 50%;
}
.hiw > div:first-child {
    flex: 1 1 50%;
}
.hiw > div:last-child {
    aspect-ratio: 2/1;
}
.hiw > div:last-child img {
    object-position: 50% 20%;
}
.hiwRev {
    flex-direction: row-reverse;
}
.hiwRev > div:first-child > div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.hiw > div:first-child > a {
    max-width: 40%;
    min-width: 312px;
}
.hiw > div:first-child > div a {
    flex: 1 0 20%;
}

.hiw_swiper {
    border-radius: var(--brad);
    overflow: hidden;
    /* max-height: 640px; */
}
.hiw_swiper .swiper-slide {
    display: flex;
    flex-direction: row;
    gap: 6px;
    max-width: 100%;
}

.hiw_swiper .swiper-slide > * {
    flex: 1 1 50%;
}

@media (max-width: 1100px) {
    .refferal_img {
        display: none;
    }
}

@media (max-width: 768px) {
    .hiw {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 0;
        gap: 14px;
    }
    .hiw > div {
        width: 100%;
        flex: 1 1 100% !important;
    }
    .hiw > div:first-child {
        margin-top: 24px;
    }
    .hiw > div:first-child > div {
        flex-direction: column;
    }
    .hiw > div:first-child > a {
        max-width: 100%;
    }

    .results{
        display: none !important;
    }
}

.htu > div:last-child {
    flex: 1 1 46%;
}
.htu .htu_gif {
    position: absolute;
    border-radius: var(--brad);
    overflow: hidden;
    width: 20%;
    height: auto;
    z-index: 5;
    rotate: -15deg;
    top: 144px;
    left: 36px;
    box-shadow: -6px 12px 24px rgba(0, 0, 0, 0.4);
}

.htu-img{
    grid-column: 2;
    grid-row-start: 1;
    grid-row: 1/4;
    max-height: 350px;
    width: 100%;
    object-position: 50% 28%;
    min-height: 100%;

}

@media (max-width: 768px){
    .htu-img{
        display: none;
    }
}

.htu > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.htu div:last-child div:not(:last-child){
    grid-column: 1;
}

.htu > div:last-child p {
    font-family: "poppins", sans-serif;
}
.htu > div:last-child > div {
    flex: 1 1 48.5%;
    display: flex;
    gap: 2vw;
    flex-direction: row;
    padding: 30px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    overflow: hidden;
}

.htu > div:last-child > div p{
    align-self: center;
}

.htu > div:last-child > div p:last-child {
    margin-bottom: 0;
}
.htu > div:last-child > div > div > p:last-child {
    color: var(--ultraDark50) !important;
}
.htu > div:last-child > div > p:last-child {
    color: var(--ultraDark50) !important;
}
.htu > div:last-child > div > div:first-child p:first-child,
.htu > div:last-child > div > p:first-child {
    background-color: var(--accent);
    padding: 8px 13px;
    border-radius: 13px;
    min-width: 48px;
    font-weight: 700 !important;
    color: white !important;
    /* margin-bottom: 44px; */
    margin-bottom: 0;
    justify-self: center;
}

.htu > div:last-child > div > div:first-child p:first-child,
.htu > div:last-child > div > p:last-child {
    max-width: 90%;
}
.htu > div:last-child > div:nth-child(3) {
    /* grid-row: span 3; */
    /* padding: initial; */
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.htu > div:last-child > div:nth-child(3) div{
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: flex;
}

@media(max-width: 768px){
    .htu > div:last-child > div, .htu > div:last-child > div:nth-child(3) div{
    gap: 3vw;
}
}


.htu > div:last-child > div:nth-child(3) div p {
    align-self: flex-start;
}

.htu > div:last-child > div:nth-child(3) div p:last-child{
    margin-top: 10px;
}

.htu > div:last-child > div:last-child > div:first-child {
    padding: 30px 0 30px 30px;
    z-index: 2;
    max-width: 236px;
    min-width: 222px;
}

.htu > div:last-child > div:nth-child(3) > div:nth-child(2) {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: -32px;
}
.htu > div:last-child > div:nth-child(3) > div:nth-child(2) img {
    width: 90% !important;
}

.htu > div:last-child > div:nth-child(3) p {
    /* color: black !important; */
    z-index: 10;
}
.htu > div:last-child > div:nth-child(3) > img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
/* .htu .fz24 {
    font-size: 24px !important;
} */

@media (max-width: 974px) {
    .htu > div:last-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .htu > div:last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .htu > div:last-child > div:nth-child(3) > div:nth-child(2) {
        display: none;
    }
    .htu > div:last-child > div:nth-child(3) > img {
        display: none;
    }
    .htu > div:last-child > div > div:first-child p:first-child,
    .htu > div:last-child > div > p:first-child {
        /* margin-bottom: 24px; */
    }
}
.innerBg {
    background-color: #121213;
    padding: 100px 0
}

@media (max-width: 768px) {
    .innerBg {
        padding:64px 0
    }
}

.modes__wrapper {
    background-color: #151516;
    padding: 100px 0
}

.modes__wrapper h2 {
    color: var(--ultraGray30)!important
}

.modes__wrapper>div:first-child>p {
    color: var(--neturalGray50)!important
}

.modes__wrapper {
    background-color: #151516;
    padding: 100px 0;
}
.modes__wrapper h2 {
    /* color: var(--ultraGray30) !important; */
}
.modes__wrapper > div:first-child > p {
    /* color: var(--neturalGray50) !important; */
}
.models {
    /* background-color: var(--innerBg2); */
    /* padding: 32px; */
    border-radius: var(--brad);
}
.models::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--innerBg2);
    width: 100%;
    height: 100%;
    filter: blur(64px);
    border-radius: var(--brad);
}
.models__cards_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.models__cards_container > div {
    flex: 1 1 32%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 32px;
    /* background-color: rgb(39, 39, 39); */
    border-radius: var(--brad);
}
.models__cards_container div a {
    margin-top: auto;
}
.models__cards_container > div > div:first-child {
    /* flex: 0 1 50%; */
    aspect-ratio: 1.1/ 1;
    overflow: hidden;
    border-radius: var(--brad);
    & img {
        object-position: top;
    }
}
.models__cards_container > div > div:last-child {
    /* padding-right: 36px; */
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    flex: 1 1 auto;
}
.models__cards_container > div p,
.modes__wrapper h3 {
}
.models > h2,
.models__cards_container > div h3 {
    color: var(--textMain) !important;
}
.models > p,
.models__cards_container > div p {
    /* color: #967893 !important; */
}
@media (max-width: 1864px) {
    .modes__wrapper {
        width: 100vw;
    }
}
@media (max-width: 768px) {
    .modes__wrapper {
        width: 100vw;
        padding: 30px 0;
    }
    .modes__wrapper .warpper_small {
        padding: 0 20px;
    }
    .modes__wrapper > div:first-child {
        flex-wrap: wrap;
    }
    .modes__wrapper > div:first-child > div {
        flex: 1 0 50%;
    }
    .modes__wrapper > div:first-child > p {
        max-width: 100%;
    }

    .models__cards_container > div {
        flex-direction: column;
        align-items: start;
        gap: 24px;
        min-width: 80%;
    }
    .modes__wrapper .warpper_small {
        padding: 0 22px 0 20px;
    }
    .models__cards_container > div > div:last-child {
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%;
    }
    .models__cards_container > div > div:last-child a {
        max-width: 100%;
    }
    .models__cards_container > div p {
        margin-bottom: 24px !important;
    }
}


.pricing__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    align-items: center
}

.pricing__card {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    padding: 44px 36px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    text-align: left
}

.pricing__card p {
    margin-bottom: 0
}

.pricing__card h3{
    color: var(--accent)
}

.pricing__card>p:first-child {
    /* font-size: 32px; */
    color: var(--accent)
}

.pricing__card_cost {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 14px
}

.pricing__card_cost span:first-child {
    font-size: 30px;
    line-height: 92%;
    color: var(--textMain);
    font-weight: 700;
}

.pricing__card_features_title {
    color: var(--textMain);
    margin-bottom: 14px!important
}

.pricing__card>a {
    margin-top: 42px;
    margin-bottom: 24px
}

.pricing__card:nth-child(odd) {
    min-height: 578px
}

.pricing__card ul li:not(:last-child) {
    margin-bottom: 20px
}

.pricing__card_features li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(/assets/checkGreen.svg);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: left
}

.pricing__card_features li {
    margin-left: 34px
}

@media (max-width: 768px) {
    .pricing__card {
        flex:1 1 50%;
        width: 100%
    }

    .pricing__card:nth-child(odd) {
        min-height: max-content
    }

    .pricing__container {
        flex-direction: column;
        gap: 20px;
    }

    .accord__container{
        gap: 20px;
    }

    .pricing__card_cost span:first-child{
        font-size: 22px;
        align-self: center;
    }

    
}

.results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 4px;
    aspect-ratio: 2 / 1;
}
.results div {
    flex: 1 1 10%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.results div img {
    border-radius: var(--brad);
    overflow: hidden;
}
.results div:nth-child(1) img:first-child {
    height: 150%;
}
.results div:nth-child(2) img:first-child {
    height: 200%;
}
.results div:nth-child(4) img:first-child {
    height: 80%;
}
.results div:nth-child(5) img:first-child {
    height: 150%;
}

@media (max-width: 768px) {
}



.reviews__container {
    overflow: hidden;
    border-radius: var(--brad)
}

.reviews__container .swiper-wrapper {
    display: flex!important;
    flex-direction: row!important;
    align-items: stretch!important
}

.reviews__card {
    padding: 50px 40px;
    border-radius: var(--brad);
    background-color: var(--innerBg)
}

.reviews__card>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.reviews__card>div:first-child>p:first-child {
    color: var(--black)!important;
    font-weight: 700!important
}

.reviews__card>div:first-child>p:last-child {
    font-weight: 400!important;
}

.reviews__card>p {
    font-weight: 400!important;
    color: var(--gray)!important
}

.reviews__card {
    display: flex!important;
    flex-direction: column!important
}

.reviews__card>a {
    width: max-content;
    color: var(--accent)!important;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px
}

.reviews__controls {
    left: initial!important;
    right: 0;
    width: initial!important;
    gap: 8px
}

@media (max-width: 768px) {
    .reviews__card {
        height:initial!important;
        padding: 20px
    }

    .reviews__card>div p:first-child {
        font-size: 20px!important 
    }

    .reviews__card>div p:last-child {
        display: none
    }

    .reviews__card>p {
        margin-bottom: 22px
    }

    .reviews__card>a {
        margin-top: auto
    }
}

.spacer_xxl {
    margin-top: 172px
}

.spacer_x {
    margin-top: 120px
}

.spacer_68 {
    margin-top: 68px
}

.spacer_60 {
    margin-top: 60px
}

.spacer_200 {
    margin-bottom: 200px
}

.spacer_100 {
    margin-bottom: 100px
}

.spacer_84 {
    margin-bottom: 84px
}

.spacer_64 {
    margin-bottom: 64px
}

.spacer_48 {
    margin-bottom: 48px
}

.spacer_40 {
    margin-bottom: 40px
}

.spacer {
    margin-bottom: 32px
}

.spacer_s {
    margin-bottom: 24px
}

.spacer_16 {
    margin-bottom: 16px
}

#try-for-free{
    max-height: 325px;
}

#try-for-free div>img{
    border-radius: var(--brad);
    overflow: hidden;
    height: 100%;
    object-position: center top;
}

#try-for-free div img{
   object-fit: cover;
   object-position: center;
   width: 100%;
   object-position: 0% 21%;
}

#try-for-free div{
    max-height: 100%    ;
}

@media (max-width: 768px) {
    .spacer_xxl {
        margin-top:calc(172px / 2)
    }

    .spacer_x {
        margin-top: calc(120px / 2)
    }

    .spacer_200 {
        margin-bottom: calc(200px / 2)
    }

    .spacer_100 {
        margin-bottom: 60px
    }

    .spacer_68 {
        margin-top: calc(68px / 2)
    }

    .spacer_60 {
        margin-top: calc(60px / 2)
    }

    .spacer_84 {
        margin-bottom: calc(84px / 2)
    }

    .spacer_64 {
        margin-bottom: calc(64px / 2)
    }

    .spacer_48 {
        margin-bottom: calc(48px / 2)
    }

    .spacer_40 {
        margin-bottom: calc(40px / 2)
    }

    .spacer {
        margin-bottom: calc(32px / 2)
    }

    .spacer_16 {
        margin-bottom: calc(16px / 2)
    }

    .spacer_s {
        margin-bottom: calc(24px / 2)
    }
}

.toc h2 {
    /* font-size: 36px!important */
    margin-bottom: 8px;
}

.toc__container>ul li {
    min-width: max-content;
    max-width: max-content
}

.toc__container>ul a {
    padding-left: 24px;
    padding-right: 24px;
    color: var(--textMain)!important
}

/* Custom scrollbar for TOC container */
.toc__container {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) transparent;
}

.toc__container::-webkit-scrollbar {
    height: 8px;
}

.toc__container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.toc__container::-webkit-scrollbar-thumb {
    background-color: var(--accent);
    border-radius: 4px;
    border: 1px solid rgba(251, 169, 44, 0.2);
}

.toc__container::-webkit-scrollbar-thumb:hover {
    background-color: #e69a1f;
}

/* Swiper scrollbar styles */
.toc__container .swiper-scrollbar,
.toc .toc__container .swiper-scrollbar,
section.toc .toc__container .swiper-scrollbar {
    position: relative !important;
    background: transparent !important;
    border-radius: 6px !important;
    height: 6px !important;
    margin-top: 10px !important;
    min-width: 100% !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
    left: 0;
    right: 0;
}

.toc__container .swiper-scrollbar-drag {
    background-color: var(--accent);
    border-radius: 6px;
    border: 1px solid rgba(111, 0, 255, 0.2);
    height: 100%;
    position: relative;
    cursor: default;
}

/* Hide scrollbar after first interaction */
.toc__container.swiper-scrollbar-hidden .swiper-scrollbar {
    opacity: 0;
}

.controls {
    pointer-events: none;
}

/* Show scrollbar on hover */
.toc__container:hover .swiper-scrollbar {
    opacity: 1;
}

@media (max-width: 768px) {
    .toc h2 {
        font-size:24px!important
    }
}

.why {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.why > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.why > div:last-child > div {
    flex: 1 0 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    min-height: 190px;
    border: 4px solid transparent;
    background: linear-gradient(#252527, #252527) padding-box,
        linear-gradient(
                270deg,
                #ff1d61ff 0%,
                #ffc7ec 100%
            )
            border-box;
    background-clip: padding-box, border-box;
}
.why > div:last-child > div > div:first-child {
    height: 100%;
    align-content: center;
    font-size: 22px;
}

@media (max-width: 768px){
    .why > div:last-child > div > div:first-child{
        /* height: 70%; */
    }
}

.why > div:last-child > div > div > span:first-child {
    color: var(--accent) !important;
    font-weight: 700 !important;
    font-size: 30px;
    margin-bottom: 0;
}

@media (max-width: 768px){
    .why > div:last-child > div > div > p:first-child{
        font-size: 22px;
    }

    .why > div:last-child > div > div > span:first-child{
        font-size: 22px;
    }
}

.why > div:last-child > div > div {
    /* text-align: center; */
    margin: auto 0;
}
.why > div:last-child > div > div > p:last-child {
    margin-top: auto;
    margin-bottom: 0;
    color: white;
    /* max-width: 175px; */
}
.why > div:last-child > div > div:last-child {
    background-color: var(--white30);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 100px;
}
.why > div:last-child > div > div:last-child img {
    height: 38%;
    object-fit: contain;
    z-index: 10;
}

@media (max-width: 768px) {
    .why {
        flex-direction: column;
    }
    .why > div:last-child > div > div:last-child {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px;
    }

    html{
        scroll-behavior: unset;
    }

}

