/* @import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');



* {
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
}


/* SF Pro Display - Regular */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYBLACKITALIC.OTF") format("woff2");
    font-weight: 400;
    font-style: normal;
}

/* SF Pro Display - Medium */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYMEDIUM.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-weight: 800;
}

/* SF Pro Display - Bold */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYBOLD.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

/* SF Pro Display - Black Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYBLACKITALIC.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
}

/* SF Pro Display - Heavy Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYHEAVYITALIC.woff2") format("woff2");
    font-weight: 800;
    font-style: italic;
}

/* SF Pro Display - SemiBold Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYSEMIBOLDITALIC.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
}

/* SF Pro Display - Light Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYLIGHTITALIC.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
}

/* SF Pro Display - Thin Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYTHINITALIC.woff2") format("woff2");
    font-weight: 100;
    font-style: italic;
}

/* SF Pro Display - UltraLight Italic */
@font-face {
    font-family: "SF Pro";
    src: url("../../assets/fonts/SFPRODISPLAYULTRALIGHTITALIC.woff2") format("woff2");
    font-weight: 200;
    font-style: italic;
}


/* =========================
   Base Reset
========================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

/* =========================
   Images & Media
========================= */
img,
svg,
video {
    max-width: 100%;
    height: auto;
}

/* =========================
   Links
========================= */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.mb_12 {
    margin-bottom: 12px !important;
}

.mt_32 {
    margin-top: 32px !important;
}

.mb_32 {
    margin-bottom: 32px !important;
}

.pb_32 {
    padding-bottom: 32px !important;
}

.pt_32 {
    padding-top: 32px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_52 {
    margin-top: 52px !important;
}


/* =========================
   Forms (safe with Bootstrap)
========================= */
input,
select,
textarea,
button {
    font-family: inherit;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

.container {
    padding-left: 72px;
    padding-right: 72px;
    max-width: 100%;
}

.mb_72 {
    margin-bottom: 72px;
}

.mb_42 {
    margin-bottom: 42px;
}


.outline_btn a {
    border-radius: 100px;
    border: 1px solid #030712;
    padding: 16px 20px;
    color: #030712;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
}

.section_title h2 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.24px;
}

/* =========================
   Common Helpers
========================= */


/* Header Section CSS Start Here */
/* BRAND */

header.sticky-top {
    background-color: #ffffff;
    /* Header background */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0px 2px 5px hsl(50deg 10 10 / 0.25); */
    z-index: 1020;
    /* Bootstrap standard */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


#about_sticky {
    top: 80px;
    z-index: 1020;
    /* above content, below navbar */
}


.navbar .navbar-brand {
    color: #030712;
    font-family: "SF Compact", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    /* 800 → 800 */
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar .navbar-brand span {
    color: #AEB2BA;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #030712;
    font-family: "SF Compact", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 16px;
    text-decoration: none;
}

/* ACTIVE LINK */
.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
}


/* ACTIVE UNDERLINE */
/* .navbar-expand-lg .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #030712;
} */

/* Header Section CSS End Here */

/* Banner Section CSS Start Here */

.home_banner {
    background: #FFF;
    padding: 60px 0;
}

.home_banner .home_banner_intro {
    color: #030712;
    font-family: "SF Compact";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.84px;
}

.home_banner h1 {
    color: #030712;
    font-family: "Gloock", serif;
    /* font-size: 233px; */
    font-size: clamp(60px, 16vw, 100vw);

    font-style: normal;
    font-weight: 400;
    line-height: 300px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.home_banner .bnr_description p {
    color: #AEB2BA;
    font-family: "SF Compact";
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -2px;
    margin: 0;
}

.home_banner .bnr_description p span {
    color: #030712;
}

.home_banner .bnr_btn {
    text-align: end;
}

.home_banner .bnr_btn a {
    background: #030712;
    color: #FFF;
    padding: 16px 32px;
    border-radius: 30px
}

/* Banner Section CSS End Here */

/* Client Section CSS Start Here */
.client_section {
    padding: 48px 0;
}

.client_section .client_item img {
    width: 200px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 200.00/27.25;
}

.client_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}



/* Client Section CSS End Here */

/* About Us Section Start Here */
.about_us_sec {
    padding: 72px 0;
}



.about_description h2 {
    /* color: #030712;
    font-family: "SF Compact";
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 74px;
    letter-spacing: -1.24px; */
    margin-bottom: 32px;
}

.about_description p {
    color: #030712;
    font-family: "SF Compact";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}

.about_description p span {
    font-weight: 800;
}

.about_us_sec .about_img {
    text-align: end;
}

.about_us_sec .about_img img {
    width: 480px;

}

/* About Us Section End Here */

/* Key Metrics Section CSS Start Here */
.key_metrics_sec {
    padding-top: 72px;
}

.key_metrics_sec .key_metrics {
    height: 100%;
}

.key_metrics_sec .key_metrics h3 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 13px;
}

.key_metrics_sec .key_metrics h4 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px;
    margin-bottom: 25px;
}

.key_metrics_sec .key_metrics p {
    color: #374151;
    font-family: "SF Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

/* Key Metrics Section CSS End Here */

/* Selected Work Section CSS Start Here */
.selected_work_sec {
    padding: 72px 0;
}

.selected_work_sec .selected_work_sec_img img {
    height: 100%;
    align-self: stretch;
    border-radius: 10px;
}

.selected_work_btn {
    text-align: end;
}

.selected_work_sec_card {
    margin: 0 10px;
}

.selected_work_sec .selected_work_sec_card .selected_work_sec_content h3 b {
    font-weight: 600;
}

.selected_work_sec .selected_work_sec_card .selected_work_sec_content h3 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin: 0;
}


.selected_work_sec .selected_work_sec_card .selected_work_sec_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}



/* Selected Work Section CSS End Here */




/* Visual Playground Section Start Here */

.virtual_playground_card {
    overflow-x: hidden !important;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); */
    transition: transform 0.4s ease;
    padding-left: 72px;
}

.virtual_playground_img img {
    border-radius: 10px;
    width: 100%;
}

.virtual_playground_card:hover {
    transform: translateY(-8px);
}

.virtual_playground_img img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
}

.swiper-slide-active .virtual_playground_img img {
    transform: scale(1.05);
}

/* Navigation arrows styling */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

/* Visual Playground Section End Here */


/* Things they say behind my back Section CSS Start Here */
.team_slider_sec {
    padding: 70px 0;
    position: relative;
}

.team_slider_sec .section_title h2 {
    margin-bottom: 40px;
}

.slider-container {
    display: flex;
    gap: 20px;
    padding: 20px 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.team-card {
    position: relative;
    height: 520px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    overflow-x: hidden !important;
}

/* Default state - compact */
.team-card:not(.active) {
    width: 136px;
}

/* Active/Hover state - expanded */
.team-card.active,
.team-card:hover {
    width: 436px;
    /* transform: translateY(-10px); */
    /* box-shadow: 0 20px 60px rgba(253, 111, 0, 0.3); */
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.team-card.active .card-image,
.team-card:hover .card-image {
    opacity: 0;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #030712;
    box-shadow: 0 0.583px 2.917px 0 rgba(255, 255, 255, 0.20) inset;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.team-card.active .card-content,
.team-card:hover .card-content {
    opacity: 1;
}

.card-label {
    color: #FD6F00;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: fit-content;
}

.card-label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #FD6F00;
    transition: width 0.3s ease;
}

.team-card.active .card-label::after,
.team-card:hover .card-label::after {
    width: 100%;
}

.card-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.card-description {
    color: #DFCDCD;
    font-family: "SF Compact";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    overflow-y: auto;
    flex: 1;
    padding-right: 10px;
}

.card-description::-webkit-scrollbar {
    width: 4px;
}

.card-description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.card-description::-webkit-scrollbar-thumb {
    background: rgba(253, 111, 0, 0.5);
    border-radius: 2px;
}

.card-description::-webkit-scrollbar-thumb:hover {
    background: rgba(253, 111, 0, 0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section_title h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .team-card {
        height: 450px;
    }

    .team-card:not(.active) {
        width: 120px;
    }

    .team-card.active,
    .team-card:hover {
        width: 320px;
    }

    .card-content {
        padding: 25px;
    }

    .card-name {
        font-size: 20px;
    }

    .card-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        padding: 20px;
    }

    .team-card:not(.active) {
        width: 100px;
    }

    .team-card.active,
    .team-card:hover {
        width: 280px;
    }
}


/* Things they say behind my back Section CSS End Here */


/* Gallery Section CSS Start Here */
.gallery_section {
    padding: 60px 0;
}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.gallery_item {
    overflow-x: hidden !important;
    border-radius: 12px;
}

.gallery_item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery_item:nth-child(odd) img {
    transform: scale(1);
    /* filter: grayscale(0); */
}

/* EVEN items */
.gallery_item:nth-child(even) img {
    transform: scale(1.05);
    /* filter: grayscale(100%); */
    margin-top: 64px;
}

/* Hover effect (optional but modern) */
.gallery_item:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
}

/* Gallery Section CSS End Here */


/* footer section */
footer {
    background: #030712;
    padding: 60px 0 0 0;
}

.footer_desc .ft_label {
    color: #FFF;
    text-align: center;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.footer_desc {
    text-align: center;
    padding-bottom: 36px;
}

.footer_desc h2 {
    color: #FFF;
    text-align: center;
    font-family: "SF Compact";
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 86px;
    position: relative;
}

.footer_desc h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    border-radius: 20px;
    background: #FAFAFA;
    margin: 48px auto 20px auto;
}

.footer_desc p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer_desc .ft_img {
    position: relative;
    display: inline-block;
}

.footer_desc .ft_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 50px;
}

/* After circle */
.footer_desc .ft_img::after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 12px;
    width: 18px;
    height: 18px;
    border-radius: 19px;
    border: 2px solid #FFF;
    background: #2FFD0F;
}

.ft_email {
    display: inline-flex;
    padding: 22px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 100px;
    border: 1px solid rgba(250, 250, 250, 0.44);
    margin-top: 50px;
}

.ft_email a {
    color: #FFF;
    text-align: center;
    font-family: "SF Compact";
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-size-16, 16px);
    /* 100% */
    letter-spacing: var(--stroke-weight-2, 2px);
    text-transform: lowercase;
}

.ft_copyright {
    border-top: 1px solid #1C202A;
    padding: 32px;
    border-bottom: 1px solid #1C202A;
}

ul.ft_links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 54px;
}

ul.ft_links li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

ul.ft_social_links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

ul.ft_social_links li a i {
    color: #FFF;
    font-size: 20px;
    transition: color 0.3s ease;
}

.ft_copyright_sec {
    padding: 22px 0;
    text-align: center;
}

.ft_copyright_sec p {
    color: rgba(255, 255, 255, 0.40);
    font-family: "SF Compact";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Footer Section Css End Here */



/* About us CSS Start Here */
.scroll_spy_sec {
    padding: 80px 0;
}

.scroll_spy_sec .nav-pills .nav-link.active,
.scroll_spy_sec .nav-pills .show>.nav-link {
    color: #030712;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 943;
    line-height: 24.8px;
    background-color: transparent;
}

.scroll_spy_sec .nav-pills .nav-link {
    color: #6B6B6B;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px;
    padding: 12px 0;
}

.about_card img {
    width: 100%;
    margin-bottom: 52px;
}

.about_card p {
    color: #374151;
    font-family: "SF Compact";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 26px;
}

.about_card p b {
    font-weight: 800;
}

.scroll_spy_sec h2 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.about_card h3 {
    color: #222227;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.8px;
}

.about_exp_container {
    position: relative;

}

.about_exp_container .about_exp_card {
    padding-bottom: 45px;
    position: relative;
    padding-left: 47px;
}

.about_exp_container .about_exp_card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: calc(100% - 0px);
    background: #F0DBD6;
    flex: 1 0 0;
    z-index: 1;
}

.about_exp_container .about_exp_card:last-child:after {
    height: calc(100% - 100%);
}

.about_exp_container .about_exp_card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -3px;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FF8564;
    z-index: 9;
}


.about_exp_container .about_exp_card h3 {
    color: #030712;
    font-family: "SF Compact";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    /* margin-bottom: 8px; */
    margin: 0;
}

.about_exp_container .about_exp_card img {
    display: flex;
    width: 82px;
    height: 82px;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

.about_exp_container .about_exp_card p {
    color: #030712;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.about_exp_container .about_exp_card p span {
    color: #B44F00;
    /* margin-bottom: 8px; */

    margin: 0;
    display: block;
}

.about_exp_desc {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 21px;
    margin-bottom: 24px;
}

p.exp_label {
    color: #374151;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.about_list ul {
    padding-left: 20px;
    list-style-type: disc;
}

.about_list ul li {
    position: relative;
    color: #2C2C2C;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 32px;
    margin-top: 32px;
}

/* Border via ::before */
.about_list ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E6E7EA;
}


.about_list ul li::marker {
    color: #2C2C2C;
}

.tool_used_card .tool_used {
    margin-top: 37px;
    padding-bottom: 37px;
    position: relative;
}

.tool_used_card .tool_used::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E6E7EA;
}

.tool_used {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.tool_used img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.tool_used h3 {
    color: #2C2C2C;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 4px;
}

.tool_used p {
    color: #4D4D4D;
    font-family: "SF Compact";
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.15px;
    margin: 0;
}

/* About Us CSS End Here */



.selected_work_banner {
    padding: 152px 0;
    background: #F9F9F9;
}

.selected_work_banner h1 {
    color: #000;
    font-family: "SF Compact";
    font-size: 125.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 136px;
    letter-spacing: -2.04px;
}

.selected_work_banner h1 span {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "SF Compact";
    font-size: 125.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 136px;
    letter-spacing: -2.04px;
}


/* Contact Section CSS */

.contact_sec {
    background: #F9F9F9;
    padding: 80px 0;
}

.contact_us_content {
    padding-right: 50px;
}


.contact_sec .contact_sec_inner {
    padding: 40px 60px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 3px 3px 40px 0 rgba(0, 0, 0, 0.08);

}

.contact_sec .contact_sec_inner h2 {
    color: #000;
    font-family: "SF Compact";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 20px;
}

.contact_sec .contact_sec_inner h2 span {
    color: #AEB2BA;
}

.contact_sec .contact_sec_inner p {
    color: #030712;
    font-family: "SF Compact";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px;
}

.contact_detail {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin: 25px 0;
}

.contact_detail .contact_icon {
    width: 36px;
    padding: 6px;
    gap: 10px;
    border-radius: 4px;
    background: rgba(174, 178, 186, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_detail a {
    color: #030712;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 39px;
}

.contact_us_form .form-label {
    color: #344054;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.contact_us_form .form-control {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);

    overflow: hidden;
    color: #667085;
    text-overflow: ellipsis;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact_us_form .form-control:placeholder {
    color: #667085;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact_us_form .sub_btn {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    background: #000;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: "SF Compact";
    font-size: 15.1px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.8px;
}


/* Contact Section CSS */


/* News Bytes  CSS */

.news_bytes_banner {
    padding: 52px 0 0 0;
}

.news_bytes_banner h1 {
    color: #030712;
    text-align: center;
    font-family: "SF Compact";
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: -1.6px;
    margin-bottom: 16px;
}

.news_bytes_banner p {
    color: #374151;
    text-align: center;
    font-family: "SF Compact";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
}

.news_bytes_content_img img {
    min-width: 100%;
    height: auto;
    border-radius: 10px;
    background: #D0071A;
}

.news_bytes_content h2 {
    color: #111;
    font-family: "SF Compact";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.88px;
    margin: 52px 0 32px 0;
}

.news_bytes_content h3 span {
    color: #D0071A;
}

.news_bytes_content h3 {
    color: #111;
    font-family: "SF Compact";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
}

.news_bytes_content p {
    color: #212121;
    font-family: "SF Compact";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.2px;
    margin-bottom: 52px;
}

.news_bytes_content2 p {
    font-size: 22px;
    line-height: 36px;
}

.news_bytes_img {
    text-align: end;
}

.news_bytes_img img {
    width: 372px;
}

.process_highlight {
    background: #fff;
    padding: 52px 0;
}

.process_highlight_card {
    border-radius: 10px;
    background: rgba(255, 233, 236, 0.80);
    padding: 24px;
    height: 100%;
}

.process_highlight .process_highlight_card h3 {
    color: #111;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.process_highlight .process_highlight_card p {
    color: #53595F;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.design_process_card {
    margin-bottom: 52px;
}


.discovery_phase .discovery_phase_card {
    border-radius: 10px;
    background: #D0071A;
    padding: 22px 36px 39px 18px;
}


.discovery_phase .discovery_phase_card p {
    color: #FFF;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}

.discovery_phase .discovery_phase_card p::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #FFF;
}

.analysis_table img,
.analysis_rating img,
.evaluation img {
    min-width: 100%;
    margin-top: 32px;
    margin-bottom: 50px;
}


.define_phase_sec h2 {
    color: #111;
    font-family: "SF Compact";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.88px;
}

.define_phase_sec h3 {
    color: #111;
    font-family: "SF Compact";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
}

.define_phase_sec p {
    color: #080808;
    font-family: "SF Compact";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: -0.2px;
}


.define_phase_sec .define_phase_gb {
    border-radius: 10px;
    background: rgba(255, 237, 240, 0.80);
    padding-right: 24px;
    margin-bottom: 32px;
}

.define_phase_img img {
    max-width: 100%;
    border-radius: 10px 0 0 10px;
    width: 201px;
}

.define_phase_card h4 {
    color: #111;
    font-family: "SF Compact";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.define_phase_card_content h4 {
    color: #111;
    font-family: "SF Compact";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.define_phase_sec .define_phase_card_content p {
    color: #0D1A33;
    text-align: right;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}

.define_phase_sec .define_phase_card_content p span {
    color: #111;
    font-weight: 800;
    line-height: 160%;
}

.define_phase_card_content {
    /* padding: 30px 0 0 0; */
}

ul.list_1 {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

ul.list_1 li:first-child::marker {
    content: "";
}

ul.list_1 li {
    color: rgba(13, 26, 51, 0.80);
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.df_list p:first-child {
    position: relative;
}

.df_list p:first-child::after {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 24px;
    color: rgba(13, 26, 51, 0.10);
}

.define_phase_card_data h5 {
    color: #111;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    margin: 0;
}

ul.list_2 {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

ul.list_2 li {
    color: #0D1A33;
    font-family: "SF Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}

.define_phase_card_data {
    border-radius: 10px;
    background: #FFF;
    padding: 20px 20px 21px 20px;
    height: 100%;
}

.findings_insights {
    border-radius: 10px;
    background: #D0071A;
    padding: 52px;
}

ul.list_3 {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
    background-color: transparent;
}

ul.list_3 li {
    color: #FFF;
    font-family: "SF Compact";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
}

.user_flow_img {
    text-align: center;
    margin-top: 32px;
}

.user_flow_img img {
    width: 806px;
    max-width: 100%;
}

.schetches_img img {
    border-radius: 10px;
    background: #FFEDF0;
    width: 420px;
}


.visual_guidline {
    border-radius: 10px;
    background: #D0071A;
    padding: 80px 47px;
}

.visual_guidline .visual_gui_title h2 {
    color: #FFF;
    font-size: 110.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 46px;
}

.visual_guidline .visual_gui_title p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.18px;
}

.visual_guidline .visual_gui_title h2 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.72px;
}

.visual_guidline .visual_gui_title h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
}

.visual_guidline img {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 100%;
}

.visual_design .visual_bg {
    border-radius: 10px;
    background: #FFEDF0;
    padding: 30px;
}

.visual_design_data .visual_label {
    color: #D0071A;
    font-family: "SF Compact";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

.visual_design_data h3 {
    color: #111;
    font-family: "SF Compact";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.visual_design_data p {
    color: #1C191D;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.visual_image {
    text-align: end;
}

.visual_image img {
    width: 584px;
}

ul.visual_list {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

ul.visual_list li {
    color: #1C191D;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 32px;
}

.prototyping_img {
    margin: 45px 0;
}

.prototyping_img img {
    width: 100%;
    border-radius: 10px;
}

ul.methodology_list {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

ul.methodology_list li {
    color: #030712;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.36px;
    margin-bottom: 32px;
}

ul.methodology_list li b {
    color: #030712;
    font-family: "SF Compact";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.36px;
}

.participate_bg {
    border-radius: 10px;
    background: #FFEDF0;
    padding: 32px 52px;
}

ul.participate_list {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

ul.participate_list li {
    color: #111;
    font-family: "SF Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 18px;
}

.participate_img {
    text-align: end;
}

.participate_img img {
    width: 506px;
}

.user_feedback_bg {
    border-radius: 10px;
    background: #D0071A;
    padding: 32px 59px;
}

.tank_you_bg {
    background: #D0071A;
    padding: 46px 0;
}

.tank_you_bg p {
    color: #FFF;
    text-align: center;
    font-family: "SF Pro";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.04px;
    margin: 0;
}


.rotate-top-right {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    font-size: 34px;
    color: #030712;
}

.rotate-top-right:hover {
    transform: rotate(-45deg) scale(1.1);
}



.hide_desktop {
    display: none;
}

/* News Bytes  CSS */



/* 992 start here */


/* On screens that are 992px or less */

@media screen and (max-width: 992px) {

    .container {
        /* overflow: hidden; */
        overflow-x: hidden;
    }

    .hide_mobile {
        display: none;
    }

    .hide_desktop {
        display: block;
    }

    .selected_work_sec_card {
        margin: 0 0px;
    }

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .navbar-toggler {
        border-radius: 100px;
        border: 1px solid #030712;
        padding: 12px 24px;
    }

    .navbar-toggler-icon {
        background: url(../img/nav_icon.png);
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .navbar {
        padding: 20px 0;
    }

    .home_banner {
        background: #FFF;
        padding: 32px 0;
    }

    .home_banner h1 {
        font-size: clamp(60px, 15vw, 100vw);
        line-height: 90px;
    }

    .home_banner .bnr_description p {
        color: #374151;

        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0.44px;
    }


    .about_us_sec .row {
        flex-direction: column-reverse;
    }

    .about_us_sec {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .about_img .bnr_btn {
        margin: 30px 0;
    }

    .about_img .bnr_btn a {
        border-radius: 100px;
        background: #030712;
        padding: 12px 20px;
        min-width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.32px;
        display: block;
    }

    .about_description {
        margin-top: 20px;
    }

    .section_title h2 {
        color: #030712;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.64px;
    }

    .about_description p {
        color: #374151;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.4px;
    }

    .outline_btn a {
        display: block;
        text-align: center;
    }


    .client_section .client_item img {
        width: 141px;
    }


    .key_metrics_sec {
        padding-top: 32px;
    }

    .key_metrics_sec .key_metrics h4 {

        font-size: 24px;
        margin-bottom: 15px;
    }

    .key_metrics_sec .key_metrics p {
        margin-bottom: 20px;
    }

    .key_metrics_sec .key_metrics h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .selected_work_sec {
        padding: 32px 0;
    }

    .selected_work_btn {
        margin-top: 15px;
    }

    .virtual_playground_sec.py-5 {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
    }

    .selected_work_sec .mb-5 {
        margin-bottom: 2rem !important;
    }

    .virtual_playground_card {
        padding-left: 0 !important;
    }

    .team_slider_sec {
        padding: 30px 0;
    }

    footer {
        padding: 35px 0 0 0;
    }

    .footer_desc h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .footer_desc h2::after {
        border-radius: 10px;
        margin: 15px auto 20px auto;
    }

    .footer_desc h2::after {
        margin: 15px auto 20px auto;
    }

    .footer_desc .ft_img img {
        margin-top: 30px;
    }

    .ft_copyright {
        padding: 32px 10px;
    }


    ul.ft_links {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.ft_social_links {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .gallery_item:nth-child(even) img {
        margin-top: 20px;
    }

    /* about us */

    .scroll_spy_sec {
        padding: 30px 0;
    }

    .scroll_spy_data nav {
        display: none;
    }

    .about_card img {
        margin-bottom: 30px;
    }

    .mb_72 {
        margin-bottom: 32px;
    }

    .scroll_spy_sec h2 {

        font-size: 26px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .about_exp_container .about_exp_card {
        padding-bottom: 25px;
        padding-left: 25px;
    }


    .about_exp_container .about_exp_card:last-child:after {

        height: calc(100% - 15%);

    }

    .contact_sec {
        padding: 40px 0;
    }

    .contact_sec .contact_sec_inner {
        padding: 30px 30px;
        border-radius: 15px;

    }

    .contact_sec .contact_sec_inner h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .about_list ul li {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .tool_used_card .tool_used {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .gallery_section {
        padding: 30px 0;
    }

    .selected_work_banner {
        padding: 32px 0;

    }

    .selected_work_banner h1 {
        font-size: 52px;
        line-height: 76px;
    }


    .selected_work_banner h1 span {
        font-size: 60px;
        line-height: 76px;
    }

    .contact_sec_inner .row.mb-4 {
        margin-bottom: 0 !important;
    }

    .news_bytes_banner {
        padding: 32px 0 0 0;
    }

    .news_bytes_banner h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 16px;
    }

    .news_bytes_content h2 {
        font-size: 32px;
        line-height: 48px;
        margin: 32px 0 22px 0;
    }

    .news_bytes_banner p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .news_bytes_content p {
        font-size: 24px;
        margin-bottom: 32px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .news_bytes_img {
        margin-bottom: 30px;
    }

    .process_highlight {
        background: #fff;
        padding: 0 0 32px 0;
    }

    .news_bytes_content2 .row.mb-4 {
        margin-bottom: 0 !important;
    }

    .process_highlight_card {
        padding: 24px;
        height: auto;
        margin-bottom: 30px;
    }

    .define_phase_img img {
        width: 100%;
    }

    .define_phase_sec .define_phase_gb {
        padding-right: 0px;
        margin: 32px 0;
    }

    .define_phase_img img {
        border-radius: 10px !important;
        margin-bottom: 20px;
    }

    .define_phase_card_data {
        height: auto;
        margin: 20px 20px;
    }

    .define_phase_card_content {
        margin: 0 30px;
    }

    .mt_52 {
        margin-top: 32px !important;
    }

    .define_phase_sec h2 {
        font-size: 34px;
        line-height: 60px;
    }

    .visual_guidline img {
        margin-top: 0;
        margin-bottom: 0px;
        width: 100%;
    }

    .visual_guidline {
        padding: 20px 20px;
    }

    .visual_design_data h3 {
        margin-bottom: 15px;
    }

    .visual_image.text-start {
        margin-bottom: 30px;
    }

    .visual_image {
        margin-bottom: 20px;
    }

    .participants_sec .process_highlight_card {
        margin: 0 20px;
    }

    .participate_bg {
        border-radius: 10px;
        background: #FFEDF0;
        padding: 22px 32px;
    }

    .user_feedback_bg {
        border-radius: 10px;
        background: #D0071A;
        padding: 22px 25px;
    }

    .tank_you_bg {
        background: #D0071A;
        padding: 36px 0;
    }

    .tank_you_bg p {

        font-size: 32px;

    }











}


/* On screens that are 992px or less */