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

.mi-new-hero-section-wrapper,
.mi-new-hero-section-wrapper * {
    font-family: 'Geist', sans-serif;
}

.shimmer-container {
    position: relative;
    overflow: hidden;
}

.shimmer-container canvas {
    pointer-events: none;
}


.shimmer-container .mi-new-hero-section::before {
    content: '';
    position: absolute;
    background: radial-gradient(circle at 50% 50%, #000 30%, rgb(0 0 0 / 15%) 65%, rgb(0 0 0 / 7%) 79%, transparent 20%);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.mi-new-hero-section-wrapper a:focus {
    outline: none;
}

.mi-new-hero-section-wrapper {
    font-family: 'Geist', sans-serif;
    text-align: center;
    /* background-image: url('../images/hero-bg-img-2.png'); */
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.mi-new-hero-section {
    width: 100%;
    padding: 194px 20px 76px;
}

.mi-new-hero-section {
    inset: 0;
    background-image: url('../images/hero-overlay.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* ----start--041----- */
.mi-new-hero-bg {
    width: 602px;
    position: absolute;
    height: 611px;
    top: 0;
    right: 59%;
}

.mi-new-hero-bg::after {
    content: '';
    position: absolute;
    background-image: url('../images/hero-bg-gradient-upperf.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    inset: 0;
}

/* ----start--041----- */


.mi-new-hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/hero-bg-gradient-down.png');
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    left: 60%;
    top: 70%;
}

.mi-new-hero-section.gredient-middle::after {
    left: 30% !important;
    top: 75% !important;
}

.mi-new-hero-section .mi-new-hero-content {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.mi-new-hero-section .mi-new-hero-text-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mi-new-hero-section .mi-title-wrapper {
    margin: 0;
}

.mi-new-hero-section .mi-new-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #0F172B80;
    color: #FAFAFA;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: 2px solid #1D293D80;
    letter-spacing: -0.003em;
}

.mi-new-hero-section .mi-new-hero-title {
    margin: 0;
    font-size: 60px;
    line-height: 82px;
    letter-spacing: 0px;
}

.mi-new-hero-section .mi-heading-part {
    display: inline;
    margin: 0;
}

.mi-new-hero-section .mi-new-hero-subtext {
    max-width: 760px;
    margin: 0 auto;
    color: #90A1B9;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.003em;
}

.mi-new-hero-section .mi-new-hero-subtext p {
    margin: 0;
}

.mi-new-hero-section .mi-new-hero-subtext a {
    color: #2563eb;
    text-decoration: underline;
}

.mi-new-hero-section .mi-new-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 0px 20px;
}

.mi-new-hero-section .mi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 22px 24px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    color: #FAFAFA;
}

.mi-new-hero-section .mi-btn-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
}

.mi-new-hero-section .mi-btn.mi-primary {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

.mi-new-hero-section .mi-btn.mi-primary:hover {
    background-position: right center;
}

.mi-new-hero-section .mi-btn.mi-secondary {
    position: relative;
    overflow: hidden;
    /* border-top: 1px solid #FAFAFA3B !important; */
    border: 1px solid #FFFFFF3B !important;
    background: #080c1d;
}

.mi-new-hero-section .mi-btn.mi-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.mi-new-hero-section .mi-btn.mi-secondary:hover::after {
    left: 100%;
}

.mi-new-hero-section .mi-btn.mi-secondary:hover::before {
    opacity: 1;
}

.mi-new-hero-section .mi-no-text-wrapper {
    margin-top: 4px;
}

.mi-new-hero-section .mi-no {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.mi-new-hero-section .mi-free-trial {
    position: relative;
}

.mi-new-hero-section .mi-free-trial::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9ca3af;
    transform: translateY(-50%);
}

@media (max-width: 1366px) {
    .mi-new-hero-section .mi-new-hero-title {
        font-size: 54px;
        line-height: 64px;
    }

    .mi-new-hero-section .mi-new-hero-badge {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .mi-new-hero-subtext {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    .mi-new-hero-section {
        padding: 184px 48px 90px;
    }

    .mi-new-hero-section .mi-new-hero-text-content-wrapper {
        gap: 15px;
    }

    .mi-new-hero-section::before {
        top: -10%;
        left: -22%;
    }

    .mi-new-hero-section::after {
        left: 50%;
    }

    .mi-new-hero-section .mi-heading-part {
        font-weight: 400 !important;
    }

    .mi-new-hero-section .mi-new-hero-content {
        gap: 40px;
    }

    .mi-new-hero-section::before {
        height: 100%;
    }

    .mi-new-hero-section .mi-new-hero-badge {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .mi-new-hero-title {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .mi-new-hero-subtext {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
    }

}

@media (max-width: 767px) {
    .mi-new-hero-section {
        padding: 134px 20px 60px;
    }

    .mi-new-hero-section .mi-btn {
        width: 100%;
    }

    .mi-new-hero-section::after {
        left: 30%;
        top: 60%;
    }

    .mi-new-hero-section::before {
        top: -20%;
        left: -45%;
    }

    .mi-new-hero-section .mi-new-hero-badge {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .mi-new-hero-title {
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 0px;
    }

}

/* hero layout 2 start */
/* Main Container */
.mi-new-hero-section .hero-card-class-bg .main-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #0F172B;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    color: #fff;
    max-width: 1069px;
    margin: 0 auto;
    border: 1px solid #00B8DB33;
    background-image: url('../images/hero-card-img-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    z-index: 1;
    overflow: visible;
}

.hero-card-class-bg {
    width: 100%;
    max-width: 1069px;
}

.mi-new-hero-section .hero-card-class-bg::before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 15%;
    width: 100%;
    height: 100%;
    background: url('../images/hero-card-img-bg-shadow.png') no-repeat top center;
    background-size: contain;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    max-width: 1023px;
    margin: 0 auto;
}

/* Left Grid */
.mi-new-hero-section .hero-card-class-bg .left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1.5;
    width: 65%;
}

/* Card */
.mi-new-hero-section .hero-card-class-bg .card {
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 53px;
    backdrop-filter: blur(92px);
    background-image: url('../images/hero-card-bg.png');
    /* background-size: cover; */
    background-position: center;
}

.mi-new-hero-section .hero-card-class-bg .card-icon-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.mi-new-hero-section .hero-card-class-bg .card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Icon */
.mi-new-hero-section .hero-card-class-bg .icon {
    display: flex;
    font-size: 38px;
    margin-bottom: 0px;
    height: 38px;
    width: 38px;
}

.mi-new-hero-section .hero-card-class-bg .icon img {
    margin: 0 !important;
    height: 100%;
    width: 100%;
}

.mi-new-hero-section .hero-card-class-bg .orange {
    color: #ff7a00;
}

.mi-new-hero-section .hero-card-class-bg .green {
    color: #22c55e;
}

.mi-new-hero-section .hero-card-class-bg .blue {
    color: #38bdf8;
}

.mi-new-hero-section .hero-card-class-bg .yellow {
    color: #facc15;
}

.mi-new-hero-section .hero-card-class-bg .card .card-icon-title {
    font-family: Geist;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FAFAFA;
}

.mi-new-hero-section .hero-card-class-bg .card .card-icon-decription {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FAFAFA;
}

/* Right Side */
.mi-new-hero-section .hero-card-class-bg .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    gap: 20px;
    /* margin: 10px 0; */
}

.mi-new-hero-section .hero-card-class-bg .sub {
    text-align: justify;
    font-weight: 200;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FAFAFA;
    vertical-align: middle;
}

.mi-new-hero-section .hero-card-class-bg .hero-card-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}


/* .mi-new-hero-section .hero-card-class-bg .mi-new-hero-buttons-wrapper {
    padding: 0px 20px;
} */

.mi-new-hero-section .hero-card-class-bg .right .hero-card-title {
    font-family: Geist;
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0px;
    text-align: left;
    background: linear-gradient(359.47deg, #FAFAFA 17.33%, #5A8EFF 99.54%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Buttons */
.mi-new-hero-section .hero-card-class-bg .buttons {
    display: flex;
    gap: 15px;
}

.mi-new-hero-section .hero-card-class-bg .btn {
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.mi-new-hero-section .hero-card-class-bg .primary {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    color: white;
}

.mi-new-hero-section .hero-card-class-bg .primary:hover {
    opacity: 0.9;
}

.mi-new-hero-section .hero-card-class-bg .secondary {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #cbd5f5;
}

.mi-new-hero-section .hero-card-class-bg .secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

.mi-new-hero-section .hero-card-class-bg .mi-primary .mi-btn-icon {
    display: none;
}


@media (max-width: 1366px) {
    .mi-new-hero-section .hero-card-class-bg .right .hero-card-title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media (max-width: 1024px) { 
    .mi-new-hero-section .hero-card-class-bg .main-box {
        flex-direction: column;
    }

    .mi-new-hero-section .hero-card-class-bg .left {
        width: 100%;
    }
    .mi-new-hero-section .hero-card-class-bg .right {
        width: 100%;
    }

    .mi-new-hero-section .hero-card-class-bg .hero-card-text-wrapper {
        padding: 20px 20px 0px 20px;
        gap: 4px;
    }

    .mi-new-hero-section .mi-new-hero-buttons {
        justify-content: left;
        padding: 0px 20px 10px;
    }

    .mi-new-hero-section .hero-card-class-bg .card .card-icon-title {
        font-family: Geist;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .hero-card-class-bg .right .hero-card-title {
        font-family: Geist;
        font-weight: 600;
        font-size: 50px;
        line-height: 68px;
        letter-spacing: 0px;

    }
}


@media (max-width: 767px) { 
    .mi-new-hero-section .hero-card-class-bg .mi-primary .mi-btn-icon {
        display: flex;
    }

    .mi-new-hero-section .hero-card-class-bg .left {
        gap: 16px;
    }

    .mi-new-hero-section .hero-card-class-bg .card {
        gap: 20px;
        padding: 16px;
    }

    .mi-new-hero-section .hero-card-class-bg .card-icon-text-wrapper {
        text-align: left;
    }

    .mi-new-hero-section .hero-card-class-bg .hero-card-text-wrapper {
        padding: 8px 20px 8px 20px;
        gap: 0px;
    }

    .mi-new-hero-section .hero-card-class-bg .right {
        gap: 16px;
    }

    .mi-new-hero-section .mi-new-hero-buttons {
        justify-content: left;
        padding: 0px 0px 10px;
        gap: 10px;
    }

    .mi-new-hero-section .hero-card-class-bg .card .card-icon-title {
        font-family: Geist;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0px;

    }

    .mi-new-hero-section .hero-card-class-bg .sub {
        font-family: Geist;
        font-weight: 200;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .mi-new-hero-section .hero-card-class-bg .right .hero-card-title {
        font-family: Geist;
        font-weight: 600;
        font-size: 34px;
        line-height: 53px;
        letter-spacing: 0px;
    }
}


/* hero layout 2 end */
/* End Hero */

/* */

/* Start Logo Carousel */
.mcw-logo-carousel {
    --mcw-logo-bg-1: #0b0f1a;
    --mcw-logo-bg-2: #111827;
    --mcw-logo-fade-color: #0b0f1a;
    --mcw-logo-per-view: 5;
    --mcw-logo-gap: 32px;
    --mcw-logo-height: 34px;
    --mcw-logo-max-width: 180px;
    --mcw-logo-fade-width: 220px;
    --mcw-logo-opacity: 0.65;
    --mcw-logo-hover-scale: 1.08;
    --mcw-logo-padding-y: 33px;

    position: relative;
    overflow: hidden;
    padding: var(--mcw-logo-padding-y) 0;
    /* background: linear-gradient(90deg, var(--mcw-logo-bg-1), var(--mcw-logo-bg-2), var(--mcw-logo-bg-1)); */
}

.mcw-logo-carousel::before,
.mcw-logo-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: var(--mcw-logo-fade-width);
    z-index: 2;
    pointer-events: none;
}

.mcw-logo-carousel::before {
    left: 0;
    /* background: linear-gradient(to right, var(--mcw-logo-fade-color) 20%, transparent); */
    background: linear-gradient(270deg, rgba(2, 6, 24, 0) 0%, #020618 80.8%);

}

.mcw-logo-carousel::after {
    right: 0;
    /* background: linear-gradient(to left, var(--mcw-logo-fade-color) 20%, transparent); */
    background: linear-gradient(90deg, rgba(2, 6, 24, 0) 0%, #020618 80.8%);

}

.mcw-logo-carousel__viewport {
    width: 100%;
    overflow: hidden;
}

.mcw-logo-carousel__track {
    display: flex;
    align-items: center;
    gap: var(--mcw-logo-gap);
    width: max-content;
    will-change: transform;
}

.mcw-logo-carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: var(--mcw-logo-opacity);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mcw-logo-carousel__item img {
    display: block;
    width: auto;
    height: var(--mcw-logo-height);
    max-width: var(--mcw-logo-max-width);
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.mcw-logo-carousel__item:hover {
    opacity: 1;
    transform: scale(var(--mcw-logo-hover-scale));
}

.mcw-logo-carousel__empty {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #e5e7eb;
    text-align: center;
}

@media (max-width: 1024px) {
    .mcw-logo-carousel {
        --mcw-logo-per-view: 3;
        --mcw-logo-gap: 24px;
        --mcw-logo-height: 34px;
        --mcw-logo-fade-width: 120px;
    }
}

@media (max-width: 767px) {
    .mcw-logo-carousel {
        --mcw-logo-per-view: 2;
        --mcw-logo-gap: 16px;
        --mcw-logo-height: 34px;
        --mcw-logo-fade-width: 80px;
        --mcw-logo-padding-y: 20px;
    }
}

/* Logo Carousel End */


/* Start Title Widget */

.mi-split-title-section .mi-split-title-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mi-split-title-inner .mi-split-title-heading {
    margin: 0px;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
}

.mi-split-title-inner .mi-split-title-desc {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.003em;
    font-weight: 400;
}


@media (max-width: 1024px) {
    .mi-split-title-inner .mi-split-title-heading {
        margin: 0px;
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 0px;
    }

    .mi-split-title-inner .mi-split-title-desc {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 767px) {
    .mi-split-title-section .mi-split-title-inner {
        gap: 10px;
    }

    .mi-split-title-inner .mi-split-title-heading {
        margin: 0px;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .mi-split-title-inner .mi-split-title-desc {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
    }
}

/* End Title Widget */




/* img carousel start */
.custom-carousel-wrapper {
    font-family: 'Geist', sans-serif;
}

.custom-carousel-wrapper .container {
    display: flex;
    gap: 10px;
    /* padding: 40px; */
    max-width: 1280px;
    margin: 0 auto;
}

/* LEFT SIDE */
.custom-carousel-wrapper .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.custom-carousel-wrapper .card {
    border-radius: 24px;
    padding: 30px;
    transition: 0.5s;
}

/* WHITE CARD */
.custom-carousel-wrapper .card.white {
    background: #f5f5f5;
    color: #000;
    height: 65%;
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    overflow: hidden;
    background-image: url(../images/Blur.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    backdrop-filter: blur(50px);
}

.custom-carousel-wrapper .card.white .titleText {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0px;

}

/* DARK CARD */
.custom-carousel-wrapper .card.dark {
    background: #081426;
    color: #fff;
    position: relative;
    height: 35%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 40px;
}

.custom-carousel-wrapper .card.dark .subTitle {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0px;
}

.custom-carousel-wrapper .card.dark .desc {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.003em;
    margin: 0px;
    color: #90A1B9;
}

/* BUTTON */
.custom-carousel-wrapper .btn {
    display: flex;
    gap: 10px;
    margin: 00px;
    padding: 22px 24px;
    border-radius: 999px;
    /* background: linear-gradient(90deg, #3b82f6, #06b6d4); */
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    transition: all 0.2s ease;
}

.custom-carousel-wrapper .btn:hover {
    background-position: right center;
}

/* DOTS */
.custom-carousel-wrapper .dots {
    display: flex;
    margin-top: 20px;
    gap: 6px;
    justify-content: flex-end;
}

.custom-carousel-wrapper .dot {
    width: 16px;
    height: 10px;
    background: #FAFAFA;
    border-radius: 2px;
    cursor: pointer;
}

.custom-carousel-wrapper .dot.active {
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
}

/* RIGHT IMAGE */
.custom-carousel-wrapper .right {
    width: 50%;
    height: 860px;
}

.custom-carousel-wrapper .right img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}


@media (max-width: 1240px) {
    .custom-carousel-wrapper .card.white .titleText {
        font-size: 35px;
        line-height: 50px;
    }
}



@media (max-width: 1024px) {

    .custom-carousel-wrapper .right {
        height: auto;
    }

    .custom-carousel-wrapper .card.white {
        padding: 30px;
        justify-content: space-between;
    }

    .custom-carousel-wrapper .card.white .titleText {
        font-family: Geist;
        font-weight: 400;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .custom-carousel-wrapper .card.dark {
        padding: 52.5px 30px;
    }

    .custom-carousel-wrapper .card.dark .subTitle {
        font-family: Geist;
        font-weight: 400;
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .custom-carousel-wrapper .card.dark .desc {
        font-family: Geist;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 767px) {

    .custom-carousel-wrapper .right,
    .custom-carousel-wrapper .left {
        width: 100%;
    }

    .custom-carousel-wrapper .right {
        height: auto;
    }

    .custom-carousel-wrapper .card.white {
        padding: 20px;
    }

    .custom-carousel-wrapper .card.white .titleText {
        font-family: Geist;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }

    .custom-carousel-wrapper .btn {
        padding: 15px 24px;
        font-family: Geist;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;

    }

    .custom-carousel-wrapper .card.white {
        background-image: none;
    }

    .custom-carousel-wrapper .card.dark {
        padding: 20px;
        gap: 20px;
    }

}

/* img carousel end */


/* insights cards Start */

.insights-cards-container a:focus {
    outline: none;
}

.ps-relative {
    position: relative;
}

.insights-cards-container {
    max-width: 1200px;
    margin: auto;
    /* padding: 60px 0; */
}

.insights-cards-container .grid {
    display: grid;
    grid-template-columns: 55% calc(45% - 30px);
    gap: 30px;
}

.insights-cards-container .right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.insights-cards-container .card {
    background: #111A35;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.insights-cards-container .card img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    border: 1px solid #FAFAFA14;
}

.insights-cards-container .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 16px;
    border-radius: 40px;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid #FAFAFA14;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.insights-cards-container .big-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.insights-cards-container .small-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.insights-cards-container .small-card img {
    width: 228px;
    height: 265px;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
    /* border: 1px solid #FAFAFA14; */
}

.insights-cards-container .fd-r-reverse {
    flex-direction: row-reverse;
}

.insights-cards-container .big-card-description {
    -webkit-line-clamp: none !important;
}

.insights-cards-container .big-card-description,
.insights-cards-container .small-card-description {
    color: #90A1B9;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: bottom;

}

.insights-cards-container .big-card-title a,
.insights-cards-container .small-card-title a {
    font-family: Geist;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FAFAFA;
    text-decoration: none;
}


.insights-cards-container .small-card-img-wrapper {
    width: 52%;
}

.insights-cards-container .small-card-text-wrapper {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px 0;
}

.insights-cards-container .big-card-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .insights-cards-container .grid {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }

    .insights-cards-container .big-card-title a,
    .insights-cards-container .small-card-title a {
        font-family: Geist;
        font-weight: 400;
        font-size: 23px;
        line-height: 35px;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .insights-cards-container .big-card-img-wrapper {
        height: 100%;
    }

    .insights-cards-container .big-card-text-wrapper {
        height: 50%;
    }

}

@media screen and (max-width: 1024px) {
    .insights-cards-container .big-card {
        gap: 15px;
    }

    .insights-cards-container .card {
        padding: 10px;
    }

    .insights-cards-container .grid {
        gap: 20px;
    }

    .insights-cards-container .right-column {
        gap: 20px;
    }

    .insights-cards-container .small-card {
        gap: 10px;
    }

    .insights-cards-container .big-card-title a,
    .insights-cards-container .small-card-title a {
        font-family: Geist;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.003em;

    }

    .insights-cards-container .big-card-description,
    .insights-cards-container .small-card-description {
        font-family: Geist;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .insights-cards-container .small-card-text-wrapper {
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .insights-cards-container .grid {
        grid-template-columns: 100%;
    }

    .insights-cards-container .small-card {
        flex-direction: column;
    }

    .insights-cards-container .small-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        object-position: center center;
    }

    .insights-cards-container .small-card-text-wrapper,
    .insights-cards-container .small-card-img-wrapper {
        width: 100%;
    }

    .insights-cards-container .small-card-text-wrapper {
        padding: 0px;
    }

    .insights-cards-container .small-card-text-wrapper,
    .insights-cards-container .big-card-text-wrapper {
        gap: 10px;
    }

    .insights-cards-container .small-card {
        gap: 15px;
    }

    .insights-cards-container .big-card-title a,
    .insights-cards-container .small-card-title a {
        font-family: Geist;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.003em;
        vertical-align: middle;
    }

    .insights-cards-container .big-card-description,
    .insights-cards-container .small-card-description {
        font-family: Geist;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
}

/* insights cards End */



/* ------------------ */
.elementor-element {
    z-index: 3 !important;
    position: relative;
}

.case-studies-card .case-studies-card-badge {
    z-index: 10 !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}

.case-studies-card .case-studies-card-btn a {
    display: flex;
    gap: 10px;
    margin: 00px;
    padding: 22px 24px;
    border-radius: 999px;
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    transition: all 0.2s ease;
}

.case-studies-card .case-studies-card-btn a .elementor-button-content-wrapper {
    gap: 10px;
}

.case-studies-card .case-studies-card-btn a .elementor-button-text {
    display: flex;
    align-items: center;
}

.case-studies-card .case-studies-card-btn a svg { 
    width: 20px;
    height: 20px;
}

.case-studies-card .case-studies-card-btn a:hover {
    background-position: right center;
}

/* ------------------ */



.services-custom-carousel-wrapper.services-custom-carousel-wrapper {
    /* padding-left: 120px;
    padding-top: 80px;
    padding-bottom: 80px; */
    overflow: hidden;
}

.services-custom-carousel-wrapper .services-custom-carousel {
    max-width: 1200px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin: 0 auto;
    width: 100%;
}

.services-custom-carousel-wrapper .owl-carousel .owl-stage-outer {
    overflow: unset;
}

/* Card Design */
.services-custom-carousel-wrapper .card-item {
    background: linear-gradient(180deg, #0b1a3a, #08122c);
    border-radius: 24px;
    padding: 30px;
    color: #fff;
    transition: all 0.2s ease;
    opacity: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 30px;
    inset: 0;
    background-image: url('../images/game-art-design-services-overlays.png');
    background-size: 100% 70%;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF3B
}

.services-custom-carousel-wrapper .card-item .services-carousel-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 30px;
}

.services-custom-carousel-wrapper .owl-carousel.owl-drag .owl-item {
    border-radius: 30px;
    background: #030719;
    background-image: url('../images/game-art-design-services-bg.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.services-custom-carousel-wrapper .card-item img {
    width: 100%;
    border-radius: 10px;
    margin: 0px;
    /* height: 199px; */
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
}

.services-custom-carousel-wrapper .number {
    font-size: 40px;
    font-family: Geist;
    font-weight: 400;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: 0%;
    color: #FFFFFF20;
}

.services-custom-carousel-wrapper .card-item .services-carousel-title {
    margin: 0;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FAFAFA;
}

.services-custom-carousel-wrapper .card-item .services-carousel-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.services-custom-carousel-wrapper .card-item .services-carousel-description {
    margin: 0px;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #90A1B9;
    display: flex;
    gap: 16px;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.services-custom-carousel-wrapper .card-item .services-carousel-description ul {
    margin: 0px;
    padding-left: 30px;
    color: #FAFAFA;

    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -0.003em;
    vertical-align: middle;

}

.services-custom-carousel-wrapper .owl-item {
    display: flex;
}

.services-custom-carousel-wrapper .owl-stage {
    display: flex;
    align-items: stretch;
    /* justify-content: space-around; */
}

.services-custom-carousel-wrapper .owl-dots {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .services-custom-carousel-wrapper .card-item {
        gap: 38px;
    }

    .services-custom-carousel-wrapper .services-custom-carousel {
        padding: 0px 48px;
    }

    .services-custom-carousel-wrapper .number {
        font-family: Geist;
        font-weight: 400;
        font-size: 50px;
        line-height: 52px;
        letter-spacing: 0px;
    }

    .services-custom-carousel-wrapper .card-item .services-carousel-title {
        font-family: Geist;
        font-weight: 400;
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 0px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .services-custom-carousel-wrapper .services-custom-carousel {
        padding: 0px 20px;
    }

    .services-custom-carousel-wrapper .card-item {
        gap: 28px;
        padding: 20px;
    }

    .services-custom-carousel-wrapper .number {
        font-family: Geist;
        font-weight: 400;
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 0px;
    }

    .services-custom-carousel-wrapper .owl-stage {
        padding-left: 0px !important;
    }
}

/* portfolio pinned image widget start */
/* CONTAINER */
.portfolio-pinned-image-container {
    max-width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
    /* padding: 120px 40px; */
    /* padding-bottom: 100px; */
}

/* GRID */
.portfolio-pinned-image-container .arch {
    display: grid;
    grid-template-columns: 1fr 460px 317px;
    gap: 30px;
    align-items: center;

    will-change: transform;
}

/* LEFT */
.portfolio-pinned-image-container .portfolio-pinned-image-left {
    display: flex;
    flex-direction: column;
    gap: 138px;
    margin: 0px 60px 0px 0px;
}

.portfolio-pinned-image-container .portfolio-pinned-image-title {
    font-family: Geist;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #FAFAFA;
    margin: 0px;
}

.portfolio-pinned-image-container .pinned-image-left-decription {
    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3%;
    color: #90A1B9;
    margin: 0px;

}

.portfolio-pinned-image-container .pinned-image-left-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

/* IMAGE */
.portfolio-pinned-image-container .image-stack {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: url('../images/sidebar-wrapper-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    border-radius: 32px;
}

.portfolio-pinned-image-container .img-wrapper {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    padding: 10px;
}

.portfolio-pinned-image-container .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    border: 1px solid #1D293D80;

    /* ✅ ADD THESE */
    /* will-change: clip-path;
    transform: translateZ(0);
    backface-visibility: hidden; */
}

/* .portfolio-pinned-image-container {
    contain: layout paint;
} */

/* RIGHT CONTENT */
.portfolio-pinned-image-container .right {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.portfolio-pinned-image-container .card {
    position: absolute;
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

/* BADGE */
.portfolio-pinned-image-container .badge {
    display: inline-block;
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FAFAFA;
    padding: 6px 16px;
    border-radius: 12px;
    border: 1px solid #FAFAFA14;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    backdrop-filter: blur(20px);
}

.portfolio-pinned-image-container .card-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* TITLE */
.portfolio-pinned-image-container .card .card-title {
    margin: 0px 0;
    font-family: Geist;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FAFAFA;
}

/* DESC */
.portfolio-pinned-image-container .card .card-description {
    color: #90A1B9;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    margin: 0px;
}

/* BUTTON */
.portfolio-pinned-image-container .card .card-btn {
    position: relative;
    overflow: hidden;
    /* border: 1px solid #FFFFFF3B !important; */
    border-top: 1px solid #FAFAFA3B;
    background: #080c1d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 22px 24px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    color: #FAFAFA;
}

.portfolio-pinned-image-container .card-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.portfolio-pinned-image-container .card-btn:hover::after {
    left: 100%;
}

.portfolio-pinned-image-container .card-btn:hover::before {
    opacity: 1;
}

.portfolio-pinned-image-container .mb-card-img {
    display: none;
}

.portfolio-pinned-image-container .btn-main {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 22px 24px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    color: #FAFAFA;
}

.portfolio-pinned-image-container .btn-main:hover {
    background-position: right center;
}

.portfolio-pinned-image-container .arch-wrapper {
    position: relative;
}

.portfolio-pinned-image-container .bottom-btn {
    display: none;
}

.portfolio-pinned-image-container .badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}


/* Tablet */
@media (max-width: 1024px) {
    .pinned-image-left-text .btn-main {
        display: none;
    }

    .portfolio-pinned-image-container .bottom-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    /* GRID → 2 rows layout */
    .portfolio-pinned-image-container .arch {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        align-items: center;
    }

    /* TITLE FULL WIDTH */
    .portfolio-pinned-image-container .portfolio-pinned-image-left {
        grid-column: 1 / -1;
        margin: 0;
        gap: 20px;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;

    }

    /* TEXT CENTER */
    .portfolio-pinned-image-container .pinned-image-left-text {
        align-items: center;
        max-width: 600px;
    }

    /* IMAGE LEFT */
    .portfolio-pinned-image-container .image-stack {
        grid-column: 1 / 2;
        height: 420px;
        max-width: 100%;
        margin: 0;
    }

    /* CONTENT RIGHT */
    .portfolio-pinned-image-container .right {
        grid-column: 2 / 3;
        height: 420px;
        justify-content: flex-start;
        align-items: center;
    }

    /* CARD ALIGN LEFT (like your design) */
    .portfolio-pinned-image-container .card {
        max-width: 100%;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .portfolio-pinned-image-container .card .card-title {
        font-size: 26px;
        line-height: 35px;
        letter-spacing: 0px;
    }

    .portfolio-pinned-image-container .mb-card-img {
        display: none;
    }

    .portfolio-pinned-image-container .img-wrapper {
        border-radius: 27px;
    }

    .portfolio-pinned-image-container .img-wrapper img {
        border-radius: 27px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .pinned-image-left-text .btn-main {
        display: none;
    }

    .portfolio-pinned-image-container .badge-wrapper {
        flex-direction: row;
    }

    .portfolio-pinned-image-container .bottom-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .portfolio-pinned-image-container .arch {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .portfolio-pinned-image-container .portfolio-pinned-image-left {
        margin: 0;
        gap: 10px;
        text-align: center;
        align-items: center;
    }

    .portfolio-pinned-image-container {
        padding: 0px;
    }

    .portfolio-pinned-image-container .portfolio-pinned-image-title {
        font-size: 30px;
        line-height: 40px;
    }

    .portfolio-pinned-image-container .pinned-image-left-decription {
        font-size: 16px;
        line-height: 23px;
    }

    .portfolio-pinned-image-container .image-stack {
        display: none;
    }

    .portfolio-pinned-image-container .mb-card-img {
        display: flex;
        padding: 5px;
        position: relative;
        justify-content: center;
        background: url('../images/mb-sidebar-wrapper-bg.webp');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 12px;
        border: 1px solid #FAFAFA14;
    }

    .portfolio-pinned-image-container .mb-card-img img {
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
    }

    .portfolio-pinned-image-container .img-wrapper img {
        border-radius: 20px;
    }

    .portfolio-pinned-image-container .right {
        height: 100%;
        position: relative;
        overflow: visible;
        flex-direction: column;
        gap: 30px;
    }

    .portfolio-pinned-image-container .card {
        gap: 15px;
        position: unset;
        transform: none !important;
        max-width: 100%;
    }

    .portfolio-pinned-image-container .card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .portfolio-pinned-image-container .card-description {
        font-size: 14px;
    }

    .portfolio-pinned-image-container .card-btn {
        padding: 14px 18px;
        font-size: 14px;
    }

    .portfolio-pinned-image-container .btn-main {
        padding: 10px 24px;
        font-family: Geist;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;

    }
}

/* portfolio pinned image widget End */



/* small CTA Banner Widget start */

.small-cta-banner-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
    background: #00267E;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.small-cta-banner-wrapper .banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 60px;

    background: url('../images/small-cta-bg.png');
    opacity: 1;
    border-radius: 24px;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    /* border: 1px solid #1D293D80 */
}

/* .small-cta-banner-wrapper .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('../images/small-cta-bg.png');
    opacity: 1;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    

} */

.small-cta-banner-wrapper .banner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.small-cta-banner-wrapper .banner-content-title {
    color: #FAFAFA;
    margin: 0px;
    font-family: Geist;
    font-weight: 400;
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;

}

.small-cta-banner-wrapper .banner-content-description {
    color: #C1DEFF;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;

}

.small-cta-banner-wrapper .banner-content-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 22px 30px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    color: #FAFAFA;
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

.small-cta-banner-wrapper .banner-content-btn:hover {
    background-position: right center;
}

@media (max-width: 1240px) {
    .small-cta-banner-wrapper .banner {
        padding: 40px 45px;
    }

    .small-cta-banner-wrapper .banner-content-title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (max-width: 1024px) {

    .small-cta-banner-wrapper .banner {
        padding: 30px;
        gap: 30px;
        background: url('../images/tab-small-cta-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .small-cta-banner-wrapper .banner-content-title {
        font-family: Geist;
        font-weight: 400;
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 0px;
    }

    .small-cta-banner-wrapper .banner-content-btn {
        padding: 22px 24px;
    }

    .small-cta-banner-wrapper .banner-content {
        width: 492px;
    }
}

@media (max-width: 767px) {
    .small-cta-banner-wrapper .banner {
        flex-direction: column;
        align-items: center;
    }

    .small-cta-banner-wrapper .banner-content {
        width: 100%;
    }

    .small-cta-banner-wrapper .banner-content-title {
        font-family: Geist;
        font-weight: 400;
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 0%;
        text-align: center;
        text-align: center;
    }

    .small-cta-banner-wrapper .banner-content-description {
        font-family: Geist;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0%;
        text-align: center;

    }

    .small-cta-banner-wrapper .banner-content-btn {
        padding: 10px 24px;
        font-family: Geist;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }
}

/* small CTA Banner Widget End */



/* Video widget css start  */
.section-portfolio-works__video-wrapper {
    width: 100%;

    max-width: 810px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 18px;
    background: url('../images/Video-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #FFFFFF3B;

}

@media only screen and (max-width: 1199px) {
    .section-portfolio-works__video-wrapper {
        padding: 14px;
    }
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video {
    /* position: relative;
    height: 0;
    padding-bottom: 52.24%;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer; */

    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 1919px) {
    .section-portfolio-works__video-wrapper .section-portfolio-works__video {
        width: 100%;
        padding-bottom: 52.24%;
    }
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: inset 0px 0px 1px 1px #000000;
    border-radius: 18px;
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video-thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video-thumb.is-clicked {
    opacity: 0;
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video-pause,
.section-portfolio-works__video-wrapper .section-portfolio-works__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    z-index: 7;
    background-color: white;
    border: 5px solid white;
    border-radius: 99em;
    user-select: none;
    outline: 1px solid invert;
    transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1024px) {

    .section-portfolio-works__video-wrapper .section-portfolio-works__video-pause,
    .section-portfolio-works__video-wrapper .section-portfolio-works__video-play {
        height: 48px;
        width: 48px;
    }

    .section-portfolio-works__video-wrapper {
        padding: 6px;
        border-radius: 15px;
    }

    .section-portfolio-works__video-wrapper .section-portfolio-works__video video,
    .section-portfolio-works__video-wrapper .section-portfolio-works__video {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .section-portfolio-works__video-wrapper .section-portfolio-works__video-pause,
    .section-portfolio-works__video-wrapper .section-portfolio-works__video-play {
        height: 40px;
        width: 40px;
    }

    .section-portfolio-works__video-wrapper {
        padding: 6px;
        border-radius: 12px;
    }

    .section-portfolio-works__video-wrapper .section-portfolio-works__video video,
    .section-portfolio-works__video-wrapper .section-portfolio-works__video {
        border-radius: 12px;
    }
}

.section-portfolio-works__video-wrapper .section-portfolio-works__video-pause.hide,
.section-portfolio-works__video-wrapper .section-portfolio-works__video-play.hide {
    opacity: 0;
}

/* Video widget css end */





/* portfolio-environment-widget css start */
.sec-game-environment {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.sec-game-environment .environ-grid-main {
    width: 100%;
    display: grid;
    grid-template-columns: 383px 1fr;
    gap: 90px;
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .sec-game-environment .environ-grid-main {
        gap: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 380px 1fr;
        gap: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 350px 1fr;
        gap: 30px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.sec-game-environment .left-part-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.sec-game-environment .right-part-box {
    width: 100%;
    min-height: 1000px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .left-part-box {
        gap: 10px;
    }
}

.sec-game-environment .left-part-box .main-title {
    margin: 0;
    color: #FAFAFA;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box .main-title {
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .left-part-box .main-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
}

.sec-game-environment .left-part-box .description-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* .sec-game-environment .left-part-box .description-btn::before { */
.sec-game-environment .left-part-box::before {
    width: 100%;
    content: "";
    position: absolute;
    background: url('../images/shadow-left-text.webp');
    background-repeat: no-repeat;
    background-position: 0 center;
    top: 25%;
    left: 0;
    height: 100%;
    opacity: 1;
}

@media (max-width: 1365px) {
    .sec-game-environment .left-part-box .description-btn::before {
        display: none;
    }
}

.sec-game-environment .left-part-box .description-btn .text-para {
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.003em;
    font-weight: 400;
    color: #90A1B9;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box .description-btn .text-para {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .left-part-box .description-btn .text-para {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        gap: 30px;
        text-align: center;
    }
}

.sec-game-environment .left-part-box .description-btn .explore-btn {
    position: relative;
    z-index: 1;
}

.sec-game-environment .left-part-box .description-btn .explore-btn a {
    position: relative;
    padding: 22px 24px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    transition: all .4s ease-in-out;
    background-size: 200% auto;
    color: #FAFAFA;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    z-index: 1;
    display: inline-flex;
    gap: 10px;
}

.sec-game-environment .left-part-box .description-btn .explore-btn a:hover {
    color: #fff;
    transition: all .4s ease-in-out;
    background-position: right center;
}

.sec-game-environment .left-part-box .description-btn .explore-btn a span {
    padding-left: 12px;
}

@media (max-width: 1024px) {
    .sec-game-environment .left-part-box .description-btn .explore-btn {
        display: none;
    }
}

@media (min-width: 1025px) {
    .sec-game-environment .explore-btn-bottom {
        display: none;
    }
}

@media (max-width: 1024px) {
    .sec-game-environment .left-part-box {
        position: relative;
        top: 0px;
    }

    .sec-game-environment .left-part-box::before {
        content: none;
    }

    .sec-game-environment .explore-btn-bottom {
        text-align: center;
    }

    .sec-game-environment .explore-btn-bottom a {
        position: relative;
        display: inline-block;
        padding: 22px 24px;
        border-radius: 50px;
        background: linear-gradient(90deg, #0072ff, #00c6ff);
        background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
        transition: all .4s ease-in-out;
        background-size: 200% auto;
        color: #FAFAFA;
        text-decoration: none;
        font-size: 18px;
        line-height: 16px;
        font-weight: 600;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .sec-game-environment .explore-btn-bottom a:hover {
        color: #fff;
        transition: all .4s ease-in-out;
        background-position: right center;
    }

    .sec-game-environment .explore-btn-bottom a span {
        padding-left: 12px;
    }
}

.sec-game-environment .right-part-box .card-bg-inner {
    position: relative;
    display: flex;
    padding: 20px;
    border-radius: 24px;
    background: #0B1222;
    align-items: center;
    margin-top: 30px;
    z-index: 1;
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner {
        margin-top: 20px;
    }
}

.sec-game-environment .right-part-box .card-bg-inner:first-child {
    margin-top: 0;
}

.sec-game-environment .right-part-box .card-bg-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background: url('./assets/images/game-top-border.webp'); */
    background: url('../images/game-top-border.webp');
    background-repeat: no-repeat;
    background-position: top center;
    height: 1px;
}

.sec-game-environment .right-part-box .card-bg-inner::before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url(./assets/images/game-shadow-line.webp); */
    background: url('../images/game-shadow-line.webp');
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 190px;
}


.sec-game-environment .right-part-box .card-bg-inner .inner-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 410px 1fr;
    gap: 30px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid {
        grid-template-columns: 300px 1fr;
        gap: 24px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid {
        grid-template-columns: 250px 1fr;
        gap: 24px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid {
        grid-template-columns: 300px 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .left-architecture {
    width: 100%;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .left-architecture img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #FAFAFA14
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main .game-span-box {
    width: 100%;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main .game-span-box span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #FAFAFA;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 2px 0;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    border: 1px solid #FAFAFA14;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .card-title {
    margin: 10px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #FAFAFA;

}

@media (max-width: 1024px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid .card-title {
        font-size: 26px;
        line-height: 35px;
        margin: 10px 0 10px 0;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid .card-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.003em;
        margin: 10px 0 10px 0;
    }
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .text-forest {
    margin-top: auto;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #90A1B9;
    font-weight: 400;
}

/* portfolio-environment-widget css End */

/* mi-life-img-carousel css start */
.mi-life-img-carousel {
    width: 100%;
}

.mi-life-img-carousel .carousel {
    width: 100%;
    overflow: hidden;
    /* padding: 60px 0; */
}

.mi-life-img-carousel .carousel-track {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.mi-life-img-carousel .slide {
    height: 540px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.mi-life-img-carousel .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mi-life-img-carousel .carousel-track {
    will-change: transform;
}

.mi-life-img-carousel .slide {
    will-change: width, transform;
    transform: translateZ(0);
}
/* mi-life-img-carousel css End */

