/* section-one-start */
.section-one {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.section-one:after {
    content: "";
    position: absolute;
    width: 472px;
    height: 472px;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: var(--gra-26, linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%));
    filter: blur(450px);
    opacity: 0.5;
}

.section-one-img {
    position: relative;
}

.section-one-img img {
    max-width: 100%;
    height: auto;
}

.section-one-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.section-one .row {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
}

.section-one .row:before {
    content: "";
    position: absolute;
    width: 574px;
    height: 200px;
    right: 10%;
    top: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #4C4C4C 0%, rgba(76, 76, 76, 0.40) 100%);
    filter: blur(50.70000076293945px);
    opacity: 0.1;
    transform: rotate(301deg);
    z-index: -1;
}

.section-one-para {
    margin: 0;
    padding: 5px 10px 5px 10px;
    color: #ffffffcc;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400;
}

@media(max-width:991px) {
    .section-one-content {
        margin-top: 30px;
    }

    .section-one-para {
        line-height: 1.6;
        font-size: 16px;
    }

    .section-one {
        overflow: hidden;
    }

}

/* section-one-end */



/* section-nine-start*/
.section-nine {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
    background: #05060E;
}

.section-nine .row {
    max-width: 1200px;
    margin: 0px auto;
}

.section-nine .row::before {
    position: absolute;
    content: "";
    width: 69%;
    height: 79%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/game/bg-sec9.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: -1;
}

.section-nine .row::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: url('../img/game/bg-2sec9.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.section-nine .title-cmn h2,
.section-nine .title-cmn p {
    margin: 0 auto;
}

.section-nine .contain-width {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 800px;
}

.section-nine .contain-width::before {
    content: "";
    position: absolute;
    width: 69%;
    height: 79%;
    top: 59%;
    left: 63%;
    transform: translate(-50%, -50%);
    background: radial-gradient(closest-side, rgba(0, 129, 241, .2), transparent 72%);
    z-index: -1;
    pointer-events: none;
    animation: section-nine-glow 7s ease-in-out infinite;
}

.section-nine .contain-width::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: radial-gradient(closest-side, rgba(123, 108, 255, .14), transparent 72%);
    z-index: -1;
    pointer-events: none;
    animation: section-nine-glow 9s ease-in-out infinite reverse;
}

@keyframes section-nine-glow {

    0%,
    100% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

.tech-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.warp-contain {
    flex: 1;
}

.wrap-stack {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.stack-card {
    position: relative;
    min-width: 140px;
    padding: 15px;
    border-radius: 20px;
    background: #040F23;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    will-change: transform;
    transition:
        transform .5s cubic-bezier(.22, .61, .36, 1),
        opacity .5s ease,
        box-shadow .5s cubic-bezier(.22, .61, .36, 1),
        background-color .5s ease;
}

.stack-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .35),
            rgba(255, 255, 255, .08));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity .5s ease;
}

.stack-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 44px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .85), transparent);
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
    transition:
        opacity .45s ease,
        transform .65s cubic-bezier(.22, .61, .36, 1);
    pointer-events: none;
}

.stack-card img {
    max-width: 48px;
    margin-bottom: 12px;
    transition: transform .5s cubic-bezier(.22, .61, .36, 1);
}

.stack-card p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.section-nine.js .stack-card:not(.is-inview),
.section-nine.js .stack-main-card:not(.is-inview) {
    opacity: 0;
    transform: translateY(28px);
}

.section-nine.js .stack-card.is-inview,
.section-nine.js .stack-main-card.is-inview {
    opacity: 1;
    transform: translateY(0);
}

.section-nine .stack-card:hover {
    transform: translateY(-10px);
    background: #06142B;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .45),
        0 0 0 1px rgba(0, 129, 241, .18),
        0 8px 34px rgba(0, 129, 241, .14);
}

.section-nine .stack-card:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.section-nine .stack-card:hover img {
    transform: scale(1.12);
}

.stack-main-card {
    display: flex;
    transition:
        transform .5s cubic-bezier(.22, .61, .36, 1),
        opacity .5s ease;
}

.card-stack-main {
    padding: 30px;
    border-radius: 20px 20px 20px 60px;
    background: linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%);
    will-change: transform;
    transition: box-shadow .5s ease;

    border-radius: 20px 20px 20px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
}

.stack-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: section-nine-float 5.5s ease-in-out infinite;
}


@keyframes section-nine-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

.card-stack-main p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media (max-width: 1199px) {
    .section-nine .contain-width {
        height: auto;
    }

    .section-nine .contain-width::before,
    .section-nine .contain-width::after {
        display: none;
    }

    .tech-grid {
        flex-direction: column;
        gap: 30px;
    }

    .stack-main-card {
        display: none;
    }

    .wrap-stack {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .section-nine .row::before {
        display: none;
    }

    .warp-contain-main {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-nine {
        padding: 60px 0;
    }

    .wrap-stack {
        gap: 12px;
        margin-top: 18px;
    }

    .stack-card {
        min-width: 105px;
        padding: 14px 10px;
    }

    .stack-card img {
        max-width: 40px;
        margin-bottom: 8px;
    }

    .stack-card p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .section-nine {
        padding: 48px 0;
    }

    .wrap-stack {
        gap: 10px;
    }

    .stack-card {
        min-width: 100px;
        padding: 12px 8px;
    }

    .stack-card img {
        max-width: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .section-nine .contain-width::before,
    .section-nine .contain-width::after,
    .stack-card-img {
        animation: none;
    }

    .section-nine.js .stack-card:not(.is-inview),
    .section-nine.js .stack-main-card:not(.is-inview) {
        opacity: 1;
        transform: none;
    }
}

/* section-nine-end*/

/* section 5 start  */

.section-5 {
    position: relative;
    z-index: 1;
    padding: 100px 0 40px;
    overflow: visible;
}

.section-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%);
    filter: blur(600px);
    z-index: -1;
}

.process-sticky {
    position: sticky;
    top: 100px;
    height: fit-content;
}

section.section-5 .heading p {
    max-width: 600px;
    margin: 0;
}

.process-sticky::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    right: -160px;
    background: url('../img/home/line-section5.webp') no-repeat right top / contain;
    pointer-events: none;
}

.line-sec5 img {
    position: absolute;
    top: 56%;
    right: -50px;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 52px;
    z-index: 2;
}

.bg-crcl1,
.bg-crcl2,
.bg-crcl3 {
    position: absolute;
    top: 56%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.bg-crcl1 {
    width: 70px;
    height: 70px;
    right: -68px;
    background-color: #ffffff11;
}

.bg-crcl2 {
    width: 90px;
    height: 90px;
    right: -86px;
    background-color: #ffffff0c;
}

.bg-crcl3 {
    width: 110px;
    height: 110px;
    right: -105px;
    background-color: #ffffff05;
}

.section-5 .title-cmn {
    position: relative;
    z-index: 1;
}

.section-5 .title-sub {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.89);
}

.section-5 .title-sub .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--FC-AI-BUTTON, linear-gradient(96deg, #0752C2 -37.15%, #3C80E6 52.06%, #0752C2 84.55%, #02275D 118.14%));
    box-shadow: 0 0 14px rgba(60, 128, 230, 0.55);
}

.section-5 .title-cmn h2 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-5 .htag-silver {
    background: var(--silver-Main-Style, linear-gradient(95deg, #6B7079 -8.34%, #A7ADB9 11.21%, #C6CCD6 37.77%, #DCE1EB 45.65%, #C0C5D0 54.31%, #A7ADB9 74.91%, #888D96 95.91%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-5 .process-desc {
    max-width: 700px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

.sec-5-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.sec-5-img img {
    width: 100%;
    max-width: 557px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.scroll-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sec5-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    padding: 30px 26px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid #0000;
    transform: scale(0.9) translateY(0);
    border: 2px solid #001b32;
    will-change: transform, opacity, box-shadow;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        background-color 0.5s ease;
}

.sec5-card h3 {
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.sec5-card p {
    margin: 20px 0 0;
    color: #ffffffcc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.sec5-card:not(.active) h3,
.sec5-card:not(.active) p {
    transform: translateY(2px);
}

.sec5-card:hover {
    background: linear-gradient(270deg, #0081f112 0%, #d5ecff12 100%);
    border: 2px solid #001b32;
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: blur(0);
    box-shadow: 0 0 24px 4px #ffffff0a;
    border-radius: 14px;
    border: 2px solid rgb(255 255 255 / 15%);
    background: linear-gradient(270deg, rgba(11, 11, 11, 0.00) 0%, #040409 100%);
}


.sec5-card.active h3,
.sec5-card.active p {
    transform: translateY(0);
}

.sec5-card.active .above {
    transform: scale(1.1) translateY(0px);
}

.sec5-card.below {
    transform: scale(0.92) translateY(6px);
}

@media (max-width: 1199.98px) {

    .line-sec5 img,
    .process-sticky::before,
    .bg-crcl1,
    .bg-crcl2,
    .bg-crcl3 {
        display: none;
    }

    .section-5 .title-cmn h2 {
        font-size: 38px;
    }

    .sec5-card {
        min-height: 200px;
    }
}

@media (max-width: 991.98px) {
    .section-5 {
        padding: 60px 0 30px;
    }

    .process-sticky {
        position: static;
    }

    .sec5-card {
        min-height: 190px;
    }
}

@media (max-width: 767.98px) {
    .section-5 {
        padding: 40px 0 24px;
    }

    .section-5 .title-cmn h2 {
        font-size: 30px;
    }

    .section-5 .process-desc {
        font-size: 16px;
    }

    .sec5-card {
        min-height: 180px;
        padding: 24px 20px;
    }

    .sec5-card h3 {
        font-size: var(--fs-20);
    }
}

@media (max-width: 575.98px) {
    .section-5 {
        padding: 32px 0 20px;
    }

    .section-5 .title-cmn h2 {
        font-size: 26px;
    }

    .section-5 .title-sub {
        font-size: 13px;
    }

    .section-5 .process-desc {
        font-size: 15px;
    }

    .sec5-card {
        min-height: 160px;
        padding: 22px 18px;
    }

    .sec5-card h3 {
        font-size: 18px;
    }

    .sec5-card p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .sec5-card,
    .sec5-card:hover,
    .sec5-card.active {
        transition: none;
        transform: none;
    }
}

.mt-30 {
    margin-top: 30px !important;
}

/* section 5 end  */


/* section-eleven-start */
.section-eleven {
    padding: 80px 0;

}

.section-eleven-wrapper {
    position: relative;
    border-radius: 22px;
    padding: 70px;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 4px solid rgba(255, 255, 255, .08);
    overflow: hidden;
}
.section-eleven-subtitle {
    display: inline-block;
    background: linear-gradient(95deg, #6B7079 -8.34%, #A7ADB9 11.21%, #C6CCD6 37.77%, #DCE1EB 45.65%, #C0C5D0 54.31%, #A7ADB9 74.91%, #888D96 95.91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;

}

.section-eleven-title {
    color: #FFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 650px;
}

.section-eleven-description {
    color: #9a9a9a;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 520px;
}

.section-eleven-image {
    position: relative;
}

.section-eleven-image img {
    width: 100%;
    max-width: 480px;
    transition: .5s;
    filter: drop-shadow(0 25px 60px rgba(0, 132, 255, .35));
}

.section-eleven-image:hover img {
    transform: scale(1.05);
}

@media(max-width:1199px) {
    .section-eleven-title {
        font-size: 44px;
    }
}

@media(max-width:991px) {
    .section-eleven {
        padding: 80px 0;
    }

    .section-eleven-wrapper {
        padding: 50px 35px;
    }

    .section-eleven-title {
        font-size: 36px;
    }

    .section-eleven-description {
        margin-left: auto;
        margin-right: auto;
    }

}

@media(max-width:767px) {
    .section-eleven-wrapper {
        padding: 35px 25px;
    }

    .section-eleven-title {
        font-size: 30px;
    }

    .section-eleven-description {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    .section-eleven {
        padding: 60px 0;
    }

    .section-eleven-title {
        font-size: 26px;
    }

}

/* section-eleven-end */

/* sectionn 8 start  */

.section-8 .title-cmn h2,
.section-8 .title-cmn p {
    margin: 0 auto;
}

.section-8 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-8 {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.section-8::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/home/background-sec88.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;

}

.sec-8-img {
    position: absolute;
    top: 63%;
    left: 50.5%;
    transform: translate(-50%, -50%);
}

.sec-8-card1 {
    position: relative;
    border-radius: 30px;
    padding: 50px 20px;
}

.sec-8-card1::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 3.72%, rgba(4, 4, 10, 0.26) 97.19%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    mask-composite: exclude;
    pointer-events: none;
}

.sec-8-card1 h3,
.sec-8-card3 h3 {
    font-size: var(--fs-24);
    font-weight: var(--fw-700);
    color: #fff;
}

.sec-8-card1 p,
.sec-8-card3 p,
.sec-8-card2 p {
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    color: #ffffffcc;
    line-height: 1.8;
    margin-top: 25px;
}

.sec-8-card2 {
    background: url('../img/home/bg-sec8-card3-11.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 50px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 410px;
    min-width: 400px !important;
}

.sec-8-card2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: url("../img/home/bg-sec8-card3-1-hover.webp") center / cover no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: 1;
}

.sec-8-card2:hover::before {
    opacity: 1;
}

.sec-8-card3 {
    background: url('../img/home/bg-card-2-sec88.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 410px;
    padding: 50px 20px;
    position: relative;
}

.sec-8-card3::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: url("../img/home/bg-card-2-sec8-hover.webp") center / cover no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: 1;
}

.sec-8-card3:hover::before {
    opacity: 1;
}

.sec-8-card2 h3 {
    font-size: var(--fs-24);
    font-weight: var(--fw-700);
    color: #fff;
}

.sec8-set2 {
    margin-top: 60px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.why-grid>.title-cmn,
.why-grid>.sec8-img-item {
    grid-column: 1 / -1;
}

.why-grid>.sec8-img-item {
    height: 0;
    position: static;
}

.why-grid>.sec-8-card1 {
    grid-column: span 3;
}

.why-grid>.sec-8-card2,
.why-grid>.sec-8-card3 {
    grid-column: span 6;
}

.text-center.sec-8-card2 p,
.text-center.sec-8-card3 p {
    max-width: 480px;
    margin: 20px auto;
}

.sec8-set2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    margin-top: 100px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.sec8-set2>.sec-8-card1 {
    grid-column: span 3;
}

.sec8-set2>.sec-8-card3 {
    grid-column: span 6;
}

.sec-8-card1::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: url("../img/home/card-border-bg.webp") center / cover no-repeat;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: 1;
}

.sec-8-card1:hover::before {
    opacity: 1;
}

@media (min-width: 1440.98px) and (max-width: 2024px) {
    .sec-8-card1::before {
        background-position: center;
        background-size: contain;
    }
}

@media (max-width: 1200.98px) {
    .sec-8-img {
        position: unset;
        z-index: 1;
        transform: translate(0);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec-8-img img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .section-8:before {
        display: none;
    }

    .sec-8-card2,
    .sec-8-card3 {
        position: relative;
        background-image: url('../img/home/bg-card-sec8.webp');
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
        padding: 50px 20px;
        min-height: 0 !important;
        min-width: 0 !important;
    }

    .sec-8-card2::before,
    .sec-8-card3::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 30px;
        padding: 1px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 3.72%, rgba(4, 4, 10, 0.26) 97.19%);
        mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
        mask-composite: exclude;
        pointer-events: none;
    }

    .sec8-set2 {
        margin-top: 30px;
    }

    .sec-8-card2 h3 {

        font-size: var(--fs-24);
        font-weight: var(--fw-700);
        color: #fff;
    }

    .sec-8-card1 h3,
    .sec-8-card2 h3,
    .sec-8-card3 h3 {

        font-size: var(--fs-20);
    }

    .sec-8-card1 p,
    .sec-8-card2 p,
    .sec-8-card3 p {

        font-size: var(--fs-16);
    }

    .sec-8-card1:hover h3,
    .sec-8-card2:hover h3,
    .sec-8-card3:hover h3 {

        -webkit-text-fill-color: #fff
    }

    .sec-8-card2:hover,
    .sec-8-card3:hover,
    .sec-8-card1:hover {

        background-image: var(--gra-26, linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%))
    }

}

@media (max-width: 1340.98px) {
    .sec-8-img img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 1199.98px) {

    .why-grid,
    .sec8-set2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .why-grid>.sec-8-card1,
    .sec8-set2>.sec-8-card1 {
        grid-column: span 1;
    }

    .why-grid>.sec-8-card2,
    .sec8-set2>.sec-8-card3 {
        grid-column: span 2;
        order: 3;
    }
}

@media (max-width: 767.98px) {
    .section-8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-8 .heading {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-grid,
    .sec8-set2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-grid>.sec-8-card1,
    .why-grid>.sec-8-card2,
    .sec8-set2>.sec-8-card1,
    .sec8-set2>.sec-8-card3 {
        grid-column: span 1;
        order: 0;
    }

    .sec-8-card1,
    .sec-8-card2,
    .sec-8-card3 {
        padding: 34px 20px;
    }
}

/* section 8 end  */

/* slider 1 (section 3 testimonials) start  */
.section-3 {
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.section-3 .title-cmn {
    position: relative;
    z-index: 1;
}

.section-3 .title-sub {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.89);
}

.section-3 .title-sub .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--FC-AI-BUTTON, linear-gradient(96deg, #0752C2 -37.15%, #3C80E6 52.06%, #0752C2 84.55%, #02275D 118.14%));
    box-shadow: 0 0 14px rgba(60, 128, 230, 0.55);
}

.section-3 .title-cmn h2 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.section-3 .htag-silver {
    background: var(--silver-Main-Style, linear-gradient(95deg, #6B7079 -8.34%, #A7ADB9 11.21%, #C6CCD6 37.77%, #DCE1EB 45.65%, #C0C5D0 54.31%, #A7ADB9 74.91%, #888D96 95.91%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sec3-card-rating .star {
    background: var(--gra-26, linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    letter-spacing: 1px;
}

.sec3-slider .owl-stage {
    display: flex;
}
.sec3-slider-card-outer {
    position: relative;
    padding: 2px;
    height: 100%;
    display: flex;
    border: 1px solid #0081f12a;
    border-radius: 20px;
    clip-path: polygon(50% 0, 100% 0, 100% 75%, 74% 100%, 0 100%, 0 0);
    transition: transform .65s cubic-bezier(.22, 1, .36, 1), border-color .45s ease, opacity .45s ease, filter .45s ease;
}

.sec3-slider-card-outer::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0;
    padding: 1.6px;
    background:
        linear-gradient(327deg,
            rgba(255, 255, 255, 0.03) -7.84%,
            rgba(153, 153, 153, 0) 91.52%) padding-box,

        linear-gradient(122deg,
            #078EEE 10.79%,
            rgba(154, 72, 234, 0.20) 89.78%) border-box;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    box-shadow:
        inset 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 1;
    clip-path: polygon(50% 0, 100% 0, 100% 75%, 74% 100%, 0 100%, 0 0);
    transition: opacity .45s ease;
}

/* .sec3-slider-card-outer:hover::before, */
.sec3-slider .owl-item.center .sec3-slider-card-outer::before {
    opacity: 1;
}

.sec3-slider .owl-item.center .sec3-slider-card {
    box-shadow: 0 28px 60px -22px rgba(0, 129, 241, .4);
}

.sec3-slider-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 35px;
    border-radius: 20px 20px 100px 20px;
    background: url('../img//home/slider-bg.webp');
    background-size: 100% 100%;
    background-position: right center;
    clip-path: polygon(50% 0, 100% 0, 100% 75%, 74% 100%, 0 100%, 0 0);
    transition: box-shadow .45s ease;
}

.sec3-slider-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
}

.sec3-card-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.sec3-score {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.sec3-slider-description {
    flex: 1;
}

.sec3-slider-description p {
    color: #ffffffcc;
    font-size: var(--fs-16);
    font-weight: var(--fw-400);
    line-height: 1.7;
    margin: 0;
}

.dvd-linr {
    height: 1px;
    width: 100%;
    background: linear-gradient(160deg, #ffffff52 20%, #0a1c2f00 100%);
    margin: 20px 0;
}

.sec3-card-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.avat-slider {
    background-color: #000510;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 0;
}

.avat-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(215deg, #078EEE 1.28%, rgba(154, 72, 234, 0.10) 85.91%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    mask-composite: exclude;
    pointer-events: none;
}

.ppl {
    min-width: 0;
}

.sec3-slider-card h3 {
    font-size: var(--fs-24);
    font-weight: var(--fw-700);
    margin: 0 0 4px;
    color: #fff;
}

.ppl p {
    font-size: var(--fs-14);
    font-weight: var(--fw-400);
    color: #ffffffcc;
    margin: 0;
}

.sec3-slider .owl-dots {
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sec3-slider .owl-dot {
    display: inline-flex;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.sec3-slider .owl-dot span {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #6b6b6b96;
    transition: width 0.4s ease, background-color 0.4s ease;
}

.sec3-slider .owl-dot.active span {
    position: relative;
    overflow: hidden;
    width: 46px;
    background-color: #6b6b6b96;
}

.sec3-slider .owl-dot.active span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: var(--gra-26, linear-gradient(223deg, #078EEE 1.13%, #9A48EA 100%));
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
    animation: dotani 5s linear forwards;
    z-index: 1;
}

.sec3-slider .owl-dot:focus-visible {
    outline: 2px solid #0081f1;
    outline-offset: 3px;
    border-radius: 10px;
}

.sec3-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    /* display: flex !important; */
    display: none;
    gap: 10px;
}

.sec3-slider .owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #000510;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sec3-slider .owl-nav button:hover {
    border-color: #0081f1;
    color: #0081f1;
}

.sec3-slider .owl-nav button:focus-visible {
    outline: 2px solid #0081f1;
    outline-offset: 2px;
}

.sec3-slider .owl-nav button.owl-prev {
    border-radius: 10px 10px 10px 30px;
    background: #d6d6d6 !important;
}

.sec3-slider .owl-nav button.owl-next {
    border-radius: 10px 30px 10px 10px;
    background: #d6d6d6 !important;
}

.sec3-slider .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

@keyframes dotani {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {
    .sec3-slider .owl-nav {
        top: auto;
        right: 10px;
        bottom: 0;
        display: none !important;
    }
}

@media (max-width: 767px) {
    .section-3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .sec3-slider-card {
        padding: 20px 25px;
    }

    .avat-slider {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .sec3-slider-card {
        padding: 18px 20px;
    }

    .sec3-score {
        font-size: 32px;
    }

    .sec3-slider .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .sec3-slider .owl-dots {
        margin-top: 24px;
        gap: 7px;
    }

    .sec3-slider .owl-dot span {
        width: 24px;
        height: 4px;
    }

    .sec3-slider .owl-dot.active span {
        width: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sec3-slider .owl-dot.active span::before {
        animation: none;
    }

    .sec3-slider-card-outer::before,
    .sec3-slider .owl-nav button {
        transition: none;
    }
}

/* slider 1 (section 3 testimonials) end  */
/* slider 1 end  */
/* section-twelve-start */
.section-thirteen {
    padding: 60px 0;
}

.section-thirteen-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.section-thirteen-card p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

section.section-thirteen .row {
    row-gap: 30px;
    justify-content: center;
}

.section-thirteen-card {
    border-radius: 24px;
    border-bottom: 1.05px solid rgba(255, 255, 255, 0.10);
    border-left: 1.05px solid rgba(255, 255, 255, 0.10);
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
}

.section-thirteen-card::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 24px;
    background: radial-gradient(120% 120% at 100% 0%,
            rgba(0, 129, 241, 0.18) 0%,
            rgba(4, 4, 9, 0) 55%),
        var(--bg-dark);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.45s ease, transform 0.45s ease;
    z-index: -1;
}

.section-thirteen-card:hover::after {
    opacity: 1;
    transform: scale(1);
}

.section-thirteen-card:hover::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 38%;
    background: #fff;
    width: 3px;
    height: 50px;
    opacity: 1;
    border-radius: 12px;
    transform: scale(1);
}

.section-thirteen-card:hover {
    transform: translateY(-8px);
    border-bottom: 1.05px solid rgba(255, 255, 255, 0.10);
    border-left: 1.05px solid rgba(255, 255, 255, 0.10);
}

@media (max-width: 767.98px) {
    .section-thirteen-card {
        padding: 30px;
    }

    .section-thirteen {
        padding-bottom: 30px;
    }
}

/* section-twelve-end */

/* section-fifteen-start  */
section.section-fifteen {
    padding-top: 60px;
}

.case-study {
    background: #0b0b0b;
    padding: 20px;
    border-radius: 20px;
}

.case-study__container {
    max-width: 900px;
}

.case-study__header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: repeating-linear-gradient(to bottom,
            #fcfcfc63 0 4px,
            transparent 4px 10px);
    height: calc(80% - 20px);
}

.timeline__item {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 50px;
}

.timeline__item:last-child {
    padding-bottom: 0;
}

.timeline__icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: #0b0b0b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.timeline__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.timeline__content {
    flex: 1;
}

.timeline__content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.timeline__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #b9b9b9;
}

.section-fifteen .owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.section-fifteen .owl-carousel .owl-nav button img {
    border: 1px solid #3A3A3A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 44px;
    height: 44px;
}

.case-study-carousel figure img {
    height: 645px;
}

.section-fifteen .case-study-carousel .owl-stage,
.section-fifteen .case-study-carousel .owl-item {
    will-change: transform;
}

.section-fifteen .case-study-carousel .owl-item {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.section-fifteen .case-study-carousel .owl-item.fzCaseFadeIn {
    animation: fzCaseFadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.section-fifteen .case-study-carousel .owl-item.fzCaseFadeOut {
    animation: fzCaseFadeOut 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fzCaseFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fzCaseFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.section-fifteen .case-study-carousel .owl-item.active figure img {
    animation: fzKenBurns 9s ease-in-out both;
    will-change: transform;
}

@keyframes fzKenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@media (max-width:992px) {
    .case-study__header h2 {
        font-size: 30px;
    }

    .timeline__content h3 {
        font-size: 24px;
    }

    .timeline__content p {
        font-size: 16px;
    }

}

@media (max-width:576px) {

    .case-study {
        padding: 40px 18px;
    }

    .case-study__header {
        margin-bottom: 30px;
    }

    .case-study__header h2 {
        font-size: 24px;
    }

    .timeline::before {
        left: 16px;
    }

    .timeline__item {
        gap: 16px;
        padding-bottom: 36px;
    }

    .timeline__icon {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .timeline__icon img {
        width: 18px;
        height: 18px;
    }

    .timeline__content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .timeline__content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .case-study-carousel figure img {
        height: 100% !important;
    }

}

@media (min-width: 1440.98px) and (max-width: 2024px) {
    section.section-fifteen .container {
        max-width: 1400px;
    }
}

/* section-fifteen-end  */

/* section-ten-start */
.section-ten {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    margin-top: 80px;
}

.section-ten-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    object-position: 100% 30%;
}

.section-ten-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.00) 8.65%, rgba(0, 0, 0, 0.87) 63.17%, #000 97.71%);
    z-index: -2;
}

.section-ten-content {
    max-width: 900px;
    margin: auto;
    padding: 40px 15px;
}

.section-ten-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 25px;
}

@media (max-width:991px) {
    .section-ten {
        min-height: 520px;
    }

    .section-ten-title {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .section-ten {
        min-height: 460px;
        padding: 80px 0;
    }

    .section-ten-title {
        font-size: 30px;
    }

    .section-ten-video {
        object-position: center;
    }
}

@media (max-width:480px) {
    .section-ten-title {
        font-size: 28px;
        line-height: 1.35;
    }

    .section-ten-video {
        object-position: center;
    }
}

/* section-ten-end */


/* section-twelve-start */
.section-twelve {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

section.section-twelve .row {
    max-width: 1350px;
    margin: 0 auto;
}

.section-twelve-title {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-twelve-subtitle {
    display: inline-block;
    color: #3ca8ff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-twelve-heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-twelve-heading span {
    color: #38a8ff;
}

.section-twelve-description {
    color: #b9b9b9;
    font-size: 17px;
    line-height: 1.8;
    max-width: 700px;
    margin: auto;
}

.section-twelve-card {
    position: relative;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .08);
    transition: .95s;
}

.section-twelve-card:hover {
    border-color: #4d4d4d;
}

.section-twelve-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/home/bg-leader.webp");
    background-size: cover;
    background-position: center;
}

.section-twelve-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to top, #05060E, transparent);
    z-index: 2;
}

.section-twelve-image {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 2;
    width: 80%;
    transition: .95s;
}

.section-twelve-image img {
    width: 100%;
    max-width: 540px;
    max-height: 540px;
    transition: .95s;
}

.section-twelve-card:hover .section-twelve-image img {
    transform: scale(1.06);
}

.section-twelve-content {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 3;
    transition: .85s;
    text-align: center;
    width: 100%;
}

.section-twelve-name {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-twelve-role {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.section-twelve-overlay {
    position: absolute;
    inset: 0;
    top: -2px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: url("../img/home/bg-leader-hover.webp"); */
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: .95s;
    z-index: 5;
}

.section-twelve-overlay>* {
    position: relative;
    z-index: 2;
}

.section-twelve-overlay-name {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-twelve-overlay-role {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.section-twelve-overlay-description {
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
}

.section-twelve-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-twelve-footer-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.section-twelve-card.section-twelve-card-icon {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 32px;
    background: #0b0d16;
}

.section-twelve-card.section-twelve-card-icon::before,
.section-twelve-card.section-twelve-card-icon::after {
    display: none;
}

.section-twelve-card-icon-box {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 168, 255, .10);
    border: 1px solid rgba(56, 168, 255, .25);
    transition: .75s;
}

.section-twelve-card-icon-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: .75s;
}

.section-twelve-card.section-twelve-card-icon:hover .section-twelve-card-icon-box {
    background: #1a8fff;
    border-color: #1a8fff;
    transform: translateY(-4px);
}

.section-twelve-card.section-twelve-card-icon:hover .section-twelve-card-icon-box img {
    transform: scale(1.1);
}

.section-twelve-card-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-twelve-card-text p {
    color: #b9b9b9;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width:1199px) {
    .section-twelve-heading {
        font-size: 42px;
    }
}

@media (max-width:991px) {
    .section-twelve {
        padding: 80px 0;
    }

    .section-twelve-title {
        margin-bottom: 50px;
    }

    .section-twelve-heading {
        font-size: 36px;
    }

    .section-twelve-overlay {
        padding: 30px;
    }
}

@media (max-width:767px) {
    .section-twelve {
        padding: 60px 0;
    }

    .section-twelve-title {
        margin-bottom: 40px;
    }

    .section-twelve-heading {
        font-size: 30px;
    }

    .section-twelve-description {
        font-size: 15px;
    }

    .section-twelve-name,
    .section-twelve-overlay-name {
        font-size: 22px;
    }

    .section-twelve-role,
    .section-twelve-overlay-role {
        font-size: 15px;
    }

    .section-twelve-overlay-description {
        font-size: 14px;
    }

    .section-twelve-footer-name {
        font-size: 16px;
    }

    .section-twelve-image {
        width: 100%;
        max-width: 450px;
    }

    .section-twelve-card {
        height: 350px;

    }

    .section-twelve-image img {
        max-width: 440px;
        max-height: 440px;
    }
}

/* section-twelve-end */

h1 .span-border,
h2 .span-border,
h3 .span-border,
h4 .span-border {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.section-two,
.section-three,
.section-four,
.section-five,
.section-5,
.section-six,
.section-seven,
.section-eight,
.section-8,
.section-nine,
.section-ten,
.section-eleven,
.section-twelve,
.section-12,
.section-thirteen,
.section-fourteen,
.section-fifteen,
.section-sixteen,
.section-seventeen,
.section-eighteen,
.section-faq {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}
.footer {
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}