@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root {
    --font-family: 'Montserrat';
}

body {
    font-family: var(--font-family);
    overflow-x: hidden;
    min-height: 250vh;
    background: linear-gradient(81.22deg, #00B2FF -38.22%, #000000 32.12%, #000000 34.13%, #000000 72.1%, #41FFEC 141.12%);
    background-attachment: fixed;
}

h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    background: linear-gradient(90deg, #FFFFFF 0%, #DADADA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

h1 span {
    background: linear-gradient(90deg, #00B2FF 0%, #41FFEC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 33px;
    line-height: 45px;
    background: linear-gradient(90deg, #00B2FF 0%, #41FFEC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

h6 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    color: #DADADA;
    margin-bottom: 0;
}

p.description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #DADADA;
    margin: 20px 0;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1160px;
    }
}

.hero-section {
    position: relative;
    overflow: hidden;
    margin-top: -80px;
}

.hero-section p {
    font-family: var(--font-family);
    max-width: 460px;
}

.hero-section .hero-slide {
    display: flex;
    align-items: center;
}

.hero-btn {
    position: relative;
    padding: 1px;
    margin-top: 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    background: #000 !important;
    border: none;
    letter-spacing: 0;
    padding: 0.5px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    transform: perspective(500px) rotateY(-32deg) skewY(1.5deg);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.animated-btn {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    border-radius: 8px;
    padding: 1px;
    isolation: isolate;
    text-decoration: none;
}

.btn-bg {
    position: absolute;
    inset: -140%;
    z-index: -1;
    background: conic-gradient(from 90deg,
            transparent 0deg,
            transparent 220deg,
            #00B2FF 280deg,
            #41FFEC 320deg,
            transparent 360deg);
    animation: rotateBorder 3s linear infinite;
}

.btn-content {
    position: relative;
    z-index: 2;
    background: #0b0b0b;
    color: #DADADA;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.animated-btn:hover .btn-content {
    background: linear-gradient(90deg, #00B2FF 0%, #41FFEC 100%);
    color: #000;
    font-weight: 500;
}

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .hero-section .hero-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1.5px;
    background: linear-gradient(135deg, #00B2FF, #41FFEC, #00B2FF, #41FFEC);
    background-size: 300% 300%;
    background-position: 0% 50%;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    transform: perspective(500px) rotateY(-32deg) skewY(1.5deg);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.hero-section .hero-btn:hover::before {
    transform: perspective(500px) rotateY(-32deg) skewY(1.5deg);
    transform-origin: left center;
    box-shadow: 0 4px 15px rgba(0, 178, 255, 0.35);
    animation: borderGradientAnimate 1.5s ease infinite;
}

@keyframes borderGradientAnimate {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
} */

.hero-section .hero-image {
    position: relative;
    text-align: right;
}

.hero-section .hero-image img {
    height: 600px;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.05);
}

.hero-section .hero-image img {
    position: relative;
    z-index: 1;
    bottom: -20px;
}

@media (min-width: 768px) {
    .hero-section .swiper-slide:nth-child(2) .hero-image img {
        height: 560px;
        margin-top: 80px;
        bottom: -60px;
    }
}

@media (min-width: 1200px) and (max-height: 750px) {
    .hero-section .swiper-slide:nth-child(2) .hero-image img {
        margin-top: 80px;
        bottom: -20px;
        transform: translateX(-40px);
    }

    .hero-marquee {
        margin-top: -70px;
    }
}

.hero-section .swiper,
.hero-section .swiper-wrapper,
.hero-section .swiper-slide {
    overflow: visible !important;
}

.hero-section .swiper {
    position: relative;
}

.hero-section .hero-slide {
    padding-bottom: 30px;
}

.hero-section .swiper-pagination {
    position: absolute !important;
    /* right: 40px !important; */
    right: 0px !important;
    left: auto !important;
    top: 50%;
    /* transform: translateY(-50%); */
    width: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.hero-section .swiper-pagination-bullet {
    width: 14px;
    height: 23px;
    border-radius: 0px 5px 0px 5px;
    background: #00574F;
    transition: 0.3s;
}

.hero-section .swiper-pagination-bullet-active {
    background: #00B2FF;
}

.hero-marquee {
    position: relative;
    width: 100%;
    transform: rotate(1.93deg);
    margin-bottom: 30px;
    z-index: 9;
}

.marquee-wrap {
    position: relative;
    margin: 0 auto;
    width: calc(100% + 160px);
    left: -80px;
    background: linear-gradient(270deg, #006D9C 0%, #006B61 100%);
}

.marquee-track {
    display: flex;
    min-width: max-content;
    animation: marqueeScroll 18s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 60px;
    min-width: max-content;
    padding: 18px 0px;
    margin-left: 60px;
}

.marquee-content span {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

.marquee-content span::after {
    content: "";
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.marquee-content span:nth-child(4n+1)::after {
    background-image: url('../img/marquee-1.webp');
}

.marquee-content span:nth-child(4n+2)::after {
    background-image: url('../img/marquee-2.webp');
}

.marquee-content span:nth-child(4n+3)::after {
    background-image: url('../img/marquee-3.webp');
}

.marquee-content span:nth-child(4n+4)::after {
    background-image: url('../img/marquee-4.webp');
}

.marquee-track {
    width: max-content;
}

.marquee-content {
    flex-shrink: 0;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.our-squad {
    margin: 80px 0 0;
}

/* .our-squad .container {
    padding: 0 80px;
} */

.our-squad .details {
    display: flex;
    align-items: center;
    gap: 80px;
}

.our-squad .details p span {
    font-family: var(--font-family);
    color: #00B2FF;
    text-transform: uppercase;
}
h2.squad-story-title{
    background: linear-gradient(90deg, #00B2FF 0%, #41FFEC 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.super-heading--standalone {
    text-align: center;
    padding: 35px 20px 0;
}

.superpowers .content {
    position: relative;
    z-index: 5;
    max-width: 900px;
    min-width: 550px;
    height: 100vh;
    text-align: center;
    padding: 20px;
}

.superpowers .content-item {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    will-change: transform, opacity;
}

.superpowers.is-pinned .content-item {
    height: 100vh;
}

.superpowers .content-item.active {
    opacity: 1;
    visibility: visible;
}

.superpowers .superpowers-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 55px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.superpowers .content-item:first-child .superpowers-title {
    background: linear-gradient(90deg, #FF0000 0%, #FF5D9B 67.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-item:nth-child(2) .superpowers-title {
    background: linear-gradient(90deg, #F15B25 0%, #FFC000 67.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-item:nth-child(3) .superpowers-title {
    background: linear-gradient(90deg, #00BC61 0%, #00B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-item:last-child .superpowers-title {
    background: linear-gradient(90deg, #FFC000 0%, #41FFEC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.superpowers .superpowers-cate {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #DADADA;
    text-align: center;
}

.superpowers .details,
.superpowers .mobile-btn {
    text-align: center;
}

.superpowers .superpowers-cate {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #DADADA;
    text-align: center;
}

.superpowers .superpowers-button {
    position: relative;
    padding: 12px 29px 17px 28.5px;
    /* width: 220px; */
    /* height: 66px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.superpowers .superpowers-button:hover {
    color: #000;
}

.superpowers .superpowers-button svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.superpowers .superpowers-button svg path {
    fill-opacity: 0;
    transition: fill-opacity 0.3s ease;
}

.superpowers .superpowers-button:hover svg path {
    fill-opacity: 1;
}

.superpowers .card {
    position: absolute;
    width: 220px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    opacity: 0;
}

.superpowers .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.superpowers .mobile-super-img {
    display: none;
}

.superpowers .card1 {
    top: -110%;
    /* top: 8%; */
    left: 8%;
}

.superpowers .card2 {
    top: -105%;
    /* top: 12%; */
    right: 8%;
}

.superpowers .card3 {
    top: -40%;
    /* bottom: 15%; */
    /* bottom: 8%; */
    left: 10%;
}

.superpowers .card4 {
    top: -35%;
    /* bottom: 10%; */
    right: 10%;
}

.superpowers .card5 {
    left: 10%;
    top: 30%;
    /* top: 160%; */
    /* top: 115%; */
    transform: translateY(-50%);
}

.superpowers .card6 {
    right: 10%;
    /* right: 20%; */
    top: 33%;
    /* top: 100%; */
    /* top: 90%; */
    transform: translateY(-50%);
}

.superpowers .card7 {
    top: 60%;
    /* top: 45%; */
    left: 10%;
    /* left: 45%; */
}

.superpowers .card8 {
    top: 60%;
    /* top: 115%; */
    /* top: 100%; */
    right: 10%;
    /* right: 45%; */
}

@media (max-width: 1400px) {
    .superpowers .card {
        width: 180px;
        height: 230px;
    }
}

@media (max-width: 1200px) {
    .superpowers .card {
        width: 160px;
        height: 210px;
    }
}

@media (max-width: 991px) {
    .superpowers .card {
        width: 140px;
        height: 180px;
    }
}

@media (max-width: 884px) {
    .superpowers .card {
        display: none;
    }

    .superpowers .mobile-super-img {
        display: block;
        width: 160px;
        height: 160px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 auto 14px;
    }
}

@media (max-width: 767px) {
    .superpowers .content {
        max-width: 100%;
        min-width: 100%;
        padding: 10px;
    }

    .superpowers .content-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .superpowers .card1 {
        top: -147%;
    }

    .superpowers .card2 {
        top: -100%;
    }

    .superpowers .card3 {
        top: -60%;
    }

    .superpowers .card5 {
        top: 10%;
    }

    .superpowers .card6 {
        top: 45%;
    }

    .superpowers .card7 {
        top: 65%;
    }

    .superpowers .card8 {
        top: 100%;
    }
}

@media (max-width: 600px) {
    .superpowers .content-item {
        justify-content: flex-start;
    }
}

/* .superpowers {
    height: 300vh;
    position: relative;
}

.superpowers .mobile-super-wrap {
    display: none;
}

.superpowers .sticky-wrap {
    position: sticky;
    top: 0;
    height: 100vh;
}

.superpowers .super-inner {
    height: 100%;
}

.superpowers .super-heading {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

.superpowers .images,
.superpowers .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
}

.superpowers .img {
    position: absolute;
    top: 50%;
    width: 280px;
    transition: transform 1s ease-in-out, opacity 0.7s ease;
}

.superpowers .img.left {
    left: 49.5%;
    transform: translate(-100%, -50%);
}

.superpowers .img.left img {
    margin-right: 10px;
}

.superpowers .img.right {
    left: 50.5%;
    transform: translate(0%, -50%);
}

.superpowers .img.right img {
    margin-left: 10px;
}

.superpowers .img img {
    width: 100%;
    display: block;
}

.superpowers .center-content {
    top: 25%;
    transform: translate(-50%, calc(-50% + 60px));
    width: 400px;
    text-align: center;
    opacity: 0;
}

.superpowers .content-block {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s;
    pointer-events: none;
}

.superpowers .content-block.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s;
}

.superpowers .content-block .superpowers-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 55px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}

.superpowers .content-block:first-child .superpowers-title {
    background: linear-gradient(90deg, #FF0000 0%, #FF5D9B 67.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-block:nth-child(2) .superpowers-title {
    background: linear-gradient(90deg, #F15B25 0%, #FFC000 67.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-block:nth-child(3) .superpowers-title {
    background: linear-gradient(90deg, #00BC61 0%, #00B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .content-block:last-child .superpowers-title {
    background: linear-gradient(90deg, #FFC000 0%, #41FFEC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.superpowers .superpowers-cate {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #DADADA;
    text-align: center;
}

.superpowers .details,
.superpowers .mobile-btn {
    text-align: center;
}

.superpowers .superpowers-button {
    position: relative;
    padding: 12px 29px 17px 28.5px;
    /* width: 220px;
    /* height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.superpowers .superpowers-button svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.superpowers-button svg stop {
    transition: stop-color 0.4s ease;
}

.superpowers-button:hover svg stop:nth-child(1) {
    stop-color: #EF005C;
}

.superpowers-button:hover svg stop:nth-child(2) {
    stop-color: #FF8ABD;
}

@keyframes colorPulse {
    0% {
        filter: drop-shadow(0 0 3px #FF8ABD);
    }

    50% {
        filter: drop-shadow(0 0 10px #EF005C);
    }

    100% {
        filter: drop-shadow(0 0 3px #FF8ABD);
    }
}

.superpowers-button:hover svg path {
    animation: colorPulse 1.5s infinite;
} */



.work-section {
    height: auto;
}

.work-section .work-sticky-wrap {
    height: 400vh;
}

.work-section .sticky {
    position: sticky;
    top: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.work-section .sticky:first-child .left .btn-wrap,
.work-section .sticky:last-child .left .btn-wrap {
    margin-left: 0px;
    /* margin-left: -10px; */
    /* left: -20px; */
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}

.work-section .sticky:nth-child(2) .left .btn-wrap {
    margin-left: 0px;
    /* margin-left: 5px; */
    /* left: 5px; */
}

.work-section .wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    will-change: transform, filter;
}

.work-section .wrapper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* border-radius: 25px; */
}

/* remove stacking context from left so children escape above wrapper-img */
.work-section .wrapper>.left {
    z-index: auto;
}

.work-section .left h2,
.work-section .left p,
.work-section .btn-wrap {
    position: relative;
    z-index: 999;
}

/* LEFT */
.work-section .left {
    width: 100%;
    /* height: 550px; */
    height: 549px;
    background: #CB014E;
    padding: 90px 30px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.work-section .sticky:nth-child(2) .left {
    background: #FF4000;
}

.work-section .sticky:nth-child(3) .left {
    background: #00B2FF;
}

.work-section .left h2 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 180px;
    background: linear-gradient(90deg, #FFFFFF 0%, #DADADA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
    margin-bottom: 0;
}

.work-section .left p {
    font-family: var(--font-family);
    opacity: 0.85;
    max-width: 31%;
    margin: 0;
    font-size: 14px;
    /* margin-top: -26px; */
    color: #fff;
}

.work-section .btn-wrap {
    width: 100%;
    /* text-align: right; */
    text-align: left;
}

.work-section .btn {
    display: inline-block;
    width: fit-content;
    padding: 6px 25px;
    background: transparent;
    border: 1px solid #FFFFFF !important;
    border-radius: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

/* RIGHT */
.work-section .right {
    position: absolute;
    top: 0;
    right: -1px;
    width: 80%;
    z-index: 1;
}

.work-section .mask {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
}

.work-section .slide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.work-section .mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-section .cards {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    z-index: 1;
}

.work-section .sticky:nth-child(2) .cards {
    grid-template-columns: none;
}

.work-section .card {
    height: 120px;
    padding: 10px;
    border: 1px solid #595959;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.work-section .sticky:nth-child(2) .card {
    border: none;
    height: auto;
}

.work-section .sticky:nth-child(3) .card {
    border: none;
    height: auto;
}

.work-section .card img {
    max-width: 200px;
    max-height: 50px;
    object-fit: contain;
    transform: translateY(0px) !important;
}

.work-section .sticky:nth-child(2) .card img {
    max-width: 100%;
    max-height: 85%;
}

.work-section .sticky:nth-child(3) .card img {
    max-width: 100%;
    max-height: 100%;
}

.work-section .last-slide-scroll {
    overflow: hidden;
    height: 450px;
}

.work-section .last-slide-scroll .scroll-up,
.work-section .last-slide-scroll .scroll-down {
    will-change: transform;
    transform: translateZ(0);
}

.work-section .last-slide-scroll .scroll-up {
    animation: marquee-up 20s linear infinite;
}

@keyframes marquee-up {
    0% {
        transform: translateY(0) translateZ(0);
    }

    100% {
        transform: translateY(-50%) translateZ(0);
    }
}

.work-section .last-slide-scroll .scroll-down {
    animation: marquee-down 20s linear infinite;
}

@keyframes marquee-down {
    0% {
        transform: translateY(-50%) translateZ(0);
    }

    100% {
        transform: translateY(0) translateZ(0);
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-image img {
        right: 68px;
    }
}

@media (max-width: 991px) {
    .voices-section .voices-image {
        display: none;
    }

    /* .superpowers {
        height: auto;
    }

    .superpowers .sticky-wrap {
        display: none;
    }

    .superpowers .mobile-super-wrap {
        display: block;
    }

    .superpowers .mobile-super-wrap .super-heading {
        position: static;
        transform: none;
        left: auto;
        margin-bottom: 20px;
    }

    .superpowers .mobile-super-blocks {
        display: flex;
        flex-direction: column;
    }

    .superpowers .mobile-super-blocks .content-block {
        position: sticky;
        top: 40px;
        opacity: 1;
        pointer-events: auto;
        text-align: left;
        /* background: #000;
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 16px;
    }

    .superpowers .mobile-btn svg path {
        stroke: #fff;
    }

    .superpowers .mobile-super-blocks .content-block:first-child {
        background: linear-gradient(90deg, #CB0141 0%, #FF5D9B 73.36%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(2) {
        background: linear-gradient(90deg, #F15B25 0%, #FFC000 100%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(3) {
        background: linear-gradient(90deg, #00BC61 0%, #00B2FF 100%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    }

    .superpowers .mobile-super-blocks .content-block:last-child {
        background: linear-gradient(90deg, #A601CB 0%, #641DA3 100%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    }

    .superpowers .mobile-super-blocks .content-block .superpowers-title {
        background: transparent !important;
        color: #fff;
        -webkit-text-fill-color: #fff !important;
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(3) {
        /* top: 54px;
        top: 40px;
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(1) .superpowers-title {
        background: linear-gradient(90deg, #FF0000 0%, #FF5D9B 67.79%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(2) .superpowers-title {
        background: linear-gradient(90deg, #F15B25 0%, #FFC000 67.79%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(3) .superpowers-title {
        background: linear-gradient(90deg, #00BC61 0%, #00B2FF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .superpowers .mobile-super-blocks .content-block:nth-child(4) .superpowers-title {
        background: linear-gradient(90deg, #FFC000 0%, #41FFEC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .work-section .sticky:nth-child(3) .container {
        height: 875px;
    }

    .work-section .sticky:nth-child(3) .wrapper .right {
        height: 100%;
    }

    .work-section .sticky:nth-child(3) .wrapper .last-slide-scroll {
        height: 640px;
    }
}

@media(max-width:991px) {

    /* Remove sticky scroll behavior */
    .work-section {
        height: auto;
        padding: 0px 0;
    }

    .work-section .wrapper .wrapper-img {
        display: none;
    }

    /* Colored wrapper per card */
    .work-section .wrapper {
        border-radius: 16px;
        overflow: hidden;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100%;
    }

    .work-section .sticky:nth-child(1) .wrapper {
        background: #CB014E;
    }

    .work-section .sticky:nth-child(2) .wrapper {
        background: #FF4000;
    }

    .work-section .sticky:nth-child(3) .wrapper {
        background: #00B2FF;
    }

    /* Left text area */
    .work-section .left,
    .work-section .sticky:nth-child(2) .left,
    .work-section .sticky:nth-child(3) .left {
        background: transparent;
        height: auto;
        padding: 20px 20px 16px;
        border-radius: 0;
        gap: 10px;
        align-items: center;
        text-align: center;
    }

    .work-section .btn-wrap {
        text-align: center;
        order: 3;
        margin-top: 5px;
        /* margin-left: -10px; */
    }

    .work-section .left h2 {
        max-width: 100%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .work-section .left h2 br {
        display: none;
    }

    .work-section .left p {
        max-width: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    /* Right cards area — black background */
    .work-section .right {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        margin-top: 0;
        background: #000;
        border-radius: 0 0 16px 16px;
        padding: 16px;
    }

    /* Reset mask */
    .work-section .mask {
        height: auto;
        overflow: hidden;
        border-radius: 0;
    }

    /* Hide the animated Subtract overlay image */
    .work-section .slide-wrap>img {
        display: none;
    }

    .work-section .slide-wrap {
        position: relative;
        width: 100%;
        height: auto;
    }

    /* Cards: static grid */
    .work-section .cards {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: none !important;
        clip-path: none !important;
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .work-section .sticky:nth-child(2) .cards {
        grid-template-columns: 1fr;
    }

    .work-section .card {
        height: 100px;
        /*height: 200px;*/
    }

    .work-section .sticky:nth-child(2) .card,
    .work-section .sticky:nth-child(3) .card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .work-section .sticky {
        top: 15px;
    }

    .work-section .sticky:nth-child(2) {
        top: 50px;
    }

    .work-section .sticky:last-child {
        top: 37px;
    }

    .voices-section .voices-heading h2 {
        font-size: 25px !important;
        line-height: 35px;
    }
}

.voices-section {
    margin: 00px 0 50px;
    color: #fff;
}

.voices-section .voices-heading h2 {
    color: #00cfff;
    font-size: 32px;
}

.voices-section .voices-wrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
    background: linear-gradient(180deg, #006D9C 0%, #006B61 100%);
    border-radius: 25px;
    height: 70vh;
    overflow: hidden;
}

.voices-section .voices-image {
    position: relative;
    width: 50%;
    height: 70vh;
    overflow: hidden;
    flex-shrink: 0;
}

.voices-section .voices-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-out, clip-path 0.8s ease-in-out;
    will-change: transform, clip-path;
}

.voices-section .voices-image img.is-incoming {
    clip-path: inset(100% 0 0 0);
    transform: scale(1.15);
    z-index: 2;
}

.voices-section .voices-image img.is-active {
    clip-path: inset(0% 0 0 0);
    transform: scale(1);
    z-index: 1;
}

.voices-section .voices-image img.is-outgoing {
    clip-path: inset(0% 0 0 0);
    transform: scale(1);
    z-index: 0;
}

.voices-section .voice-image-frame {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 345px;
    height: 413px;
    pointer-events: none;
    z-index: 5;
    border: 2px solid #41FFEC;
    border-radius: 25px;
}

.voices-section .name-tag {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(97.35deg, #0098CF 10.6%, #00964E 103.04%);
    border-radius: 0px 25px;
    padding: 8px 20px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.voices-section .voices-card {
    width: 50%;
    padding-right: 50px;
}

.voices-section .voices-card .swiper-slide {
    padding-left: 5px;
}

.voices-section .voices-card h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 33px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.voices-section .author {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #41FFEC;
    border-radius: 60px;
    padding: 8px 14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.voices-section .author span {
    font-weight: 600;
}

.voices-section .avatar-group {
    position: relative;
    margin-top: 40px;
    height: 66px;
}

.voices-section .avatar-group img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.voices-section .avatar-group img.active {
    opacity: 1;
    border: 2px solid #41FFEC;
}

.voices-section .testimonialSwiper {
    margin-top: 40px;
    border-radius: 25px;
}

.voices-section .swiper-slide .voices-wrapper {
    margin-top: 0;
    border-radius: 25px;
}

.voices-section .swiper-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-right: 10px;
}

.voices-section .swiper-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #41FFEC;
    background: transparent;
    color: #41FFEC;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.voices-section .swiper-nav button:hover {
    background: #41FFEC;
    color: #000;
}

.voices-section .swiper-pagination {
    position: static;
    margin-top: 16px;
    text-align: center;
}

.voices-section .swiper-pagination-bullet {
    background: #41FFEC;
    opacity: 0.4;
}

.voices-section .swiper-pagination-bullet-active {
    opacity: 1;
}

/* .cta-section .container {
    padding: 0 80px;
} */

.cta-section .cta-content {
    padding-left: 200px;
}

.cta-section .cta-content h2 {
    margin-bottom: 0;
}

.cta-section .cta-content p {
    max-width: 325px;
}

.cta-section .cta-btn {
    margin-top: 20px;
    position: relative;
    padding: 1px;
    /* padding: 15px 17px 8px 22px; */
    margin-top: 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #000;
    border: none;
    padding: 1px;
    background: #000;
    transition: transform 0.3s ease;
}
.cta-section h2{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(0, 178, 255) 0%, rgb(65, 255, 236) 46%) text;
}

/* IMPORTANT: must hide overflow */
.cta-btn-animated-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 50px;
    /* match your button */
}

/* animated border */
.cta-btn-animated-btn .cta-btn-btn-bg {
    position: absolute;
    inset: -205%;
    z-index: -1;
    background: conic-gradient(from 90deg, transparent 0deg, transparent 220deg, #00B2FF 280deg, #41FFEC 320deg, transparent 360deg);
    animation: rotateBorder 3s linear infinite;
}

/* text layer */
.cta-btn-animated-btn .cta-btn-btn-content {
    position: relative;
    z-index: 2;
    background: #01131b;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 262px;
    height: 50px;
    border-radius: 50px;
    border-radius: 50px;
    transition: background 0.3s ease, color 0.3s ease;
}

.cta-btn-animated-btn:hover .cta-btn-btn-content {
    background: linear-gradient(90deg, #00B2FF 0%, #41FFEC 100%);
    color: #000;
    font-weight: 500;
}

/* keyframes */
@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .cta-section .cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 60px;
    background: linear-gradient(90deg, #00964E 0%, #0098CF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
} */

.cta-section .cta-image {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.cta-section .cta-image img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    max-width: 420px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.clients-section {
    margin: 100px 0;
}

/* .clients-section .container {
    padding: 0 80px;
} */

.clients-section .clients-marquee-wrap {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
}

.clients-section .clients-marquee {
    overflow: hidden;
}

.clients-section .clients-track {
    display: flex;
    gap: 25px;
    width: max-content;
}

.clients-section .clients-marquee--left .clients-track {
    animation: marquee-left 18s linear infinite;
}

.clients-section .clients-marquee--right .clients-track {
    animation: marquee-right 18s linear infinite;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.clients-section .client-card {
    flex-shrink: 0;
    width: 220px;
    height: 188px;
    border: 1px solid #595959;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.clients-section .client-card img {
    max-width: 160px;
    max-height: 50px;
    opacity: 0.8;
    transition: 0.3s;
}

.clients-section .client-card:hover {
    border-color: #00B2FF;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}

.clients-section .client-card:hover img {
    opacity: 1;
    transform: scale(1.05);
}

@media (min-width: 1600px) {
    /* .voices-section .name-tag {
        bottom: 145px;
        left: 93px;
    } */

    .voices-section .voices-image,
    .voices-section .voices-wrapper {
        height: 65vh;
    }
}

@media (max-width: 1400px) {
    /* .voices-section .name-tag {
        bottom: 80px;
        left: 63px;
    } */

    .cta-section .cta-content {
        padding-left: 100px;
    }
}

@media (max-width: 1200px) {

    .our-squad .container,
    .voices-section .container,
    .cta-section .container,
    .clients-section .container {
        padding: 0 12px;
    }

    /* .voices-section .name-tag {
        bottom: 65px;
        left: 50px;
    } */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .voices-section .testimonialSwiper {
        margin-top: 0;
    }

    .voices-section .avatar-group {
        margin-top: 10px;
    }

    .voices-section .voices-card {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {

    .hero-image {
        text-align: center;
        margin-top: 40px;
    }

    .hero-image img {
        height: 300px;
    }

    .hero-section .swiper-pagination {
        right: 10px;
    }

    .voices-section .voices-wrapper {
        flex-direction: column;
        background: transparent;
        margin-top: 10px;
        height: auto;
    }

    .voices-section .voices-image {
        width: 100%;
    }

    .voices-section .voices-image {
        border-radius: 30px;
    }

    .voices-section .voices-image::after {
        width: 250px;
        height: 297px;
    }

    .voices-section .voices-wrapper .voices-card {
        background: linear-gradient(180deg, #006D9C 0%, #006B61 100%);
        border-radius: 25px;
        padding: 25px;
        width: 100%;
    }

    .voices-section .voices-card h3 {
        font-size: 32px;
        text-align: center;
    }

    .voices-section .voices-card h3 br {
        display: none;
    }

    .voices-section .voices-card p.description {
        text-align: center;
    }

    .voices-section .author-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voices-section .avatar-main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .voices-section .testimonialSwiper {
        margin-top: 0;
    }

    .voices-section .avatar-group {
        margin-top: 10px !important;
    }

    .cta-section .cta-content {
        padding-left: 12px !important;
    }

    .clients-section .client-card {
        width: 160px;
        height: 140px;
    }

    .work-section .btn {
        transform: 0 !important;
    }

    .cta-section .cta-image img {
        height: 55vh;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 35px;
    }

    h6 {
        font-size: 18px;
    }

    p.description {
        margin: 10px 0;
        max-width: 100%;
        font-size: 14px;
    }

    .hero-section {
        margin-top: 0;
    }

    .hero-section .hero-slide {
        padding-top: 0;
    }

    .hero-section .hero-slide .hero-content {
        order: 2;
        margin-bottom: 32px;
        text-align: center;
    }

    .hero-section .hero-image img {
        bottom: 15px;
    }

    .hero-image {
        margin-top: 0;
    }

    .hero-section .hero-image img {
        width: 200px;
        height: 100%;
    }

    .hero-btn {
        font-size: 14px;
    }

    .our-squad,
    .voices-section,
    .clients-section {
        margin: 50px 0;
    }

    /* .superpowers {
        margin-bottom: -15px;
    } */

    .voices-section {
        margin-top: 25px;
    }

    .our-squad .details {
        flex-direction: column;
        gap: 40px;
    }

    .our-squad .details .right-content {
        text-align: center;
    }

    .voices-section .voices-image::after {
        width: 160px;
        height: 185px;
    }

    .voices-section .name-tag {
        padding: 5px 12px;
        font-size: 13px;
    }

    .voices-section .voices-card h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .voices-section .avatar-group {
        margin-top: 25px;
    }

    .voices-section .avatar-group img {
        width: 60px;
        height: 60px;
    }

    .voices-section .avatar-group img:nth-child(2),
    .voices-section .avatar-group img:nth-child(3) {
        margin-left: 0;
    }

    .voices-section .voices-wrapper {
        height: auto;
    }

    .voices-section .voices-image {
        height: 350px;
    }

    .voices-section .voice-image-frame {
        width: 275px;
        height: 300px;
    }

    .voices-section .voices-image {
        width: 100%;
        display: none;
    }

    /* .superpowers .content-block .superpowers-title {
        font-size: 20px;
        line-height: 40px;
    }

    .superpowers .superpowers-cate {
        font-size: 14px;
        line-height: 24px;
    }

    .superpowers .mobile-super-swiper .details p.description:last-child {
        margin-bottom: 20px;
    } */

    .work-section .card {
        /* border-color: #fff; */
        height: 85px;
    }

    .work-section .card img {
        max-width: 180px;
        max-height: 40px;
    }

    .work-section .left h2 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 5px;
    }

    .work-section .btn {
        padding: 5px 20px;
    }

    .work-section .left p {
        margin-top: 0px;
    }

    .work-section .last-slide-scroll {
        height: 290px;
    }

    .work-section .last-slide-scroll .scroll-up {
        animation-duration: 13s;
    }

    .work-section .last-slide-scroll .scroll-down {
        animation-duration: 13s;
    }

    .cta-section .cta-content {
        text-align: center;
    }

    .cta-section .cta-content p {
        max-width: 100%;
    }

    .cta-section .cta-image {
        margin-top: 15px;
    }

    /* vertical marquee on mobile */
    .clients-section .clients-marquee-wrap {
        flex-direction: row;
        gap: 12px;
        height: 420px;
        margin-top: 30px;
    }

    .clients-section .clients-marquee {
        flex: 1;
        height: 100%;
        overflow: hidden;
    }

    .clients-section .clients-track {
        flex-direction: column;
        width: auto;
        height: max-content;
    }

    .clients-section .clients-marquee--left .clients-track {
        animation: marquee-up 12s linear infinite;
    }

    .clients-section .clients-marquee--right .clients-track {
        animation: marquee-down 12s linear infinite;
    }

    .clients-section .client-card {
        width: 100%;
        height: 110px;
    }

    .clients-section .client-card img {
        max-width: 100px;
        max-height: 40px;
    }

    .cta-section .cta-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
