.about-banner {
    background: url("../images/contact-bg.png") no-repeat center center;
    background-size: cover;
    height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-banner-content h1 {
    color: #68b5ff;
    font-size: 21vw;
    line-height: 30vw;
    text-transform: uppercase;
    font-family: "Coign Pro 25 Medium";
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 14px;
}

.about_us {
    background-size: cover;
    padding: 100px 157px;
    background-color: #0A0A0D;
}

section.about-office-numbers {
    background: #0A0A0D;
    padding: 50px 0px 0px 0px;
}

.content-head h5 {
    color: #68b5ff;
    font-family: "Neue Haas", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 1rem;
}

/* .content-about-para p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;

    font-family: "Questrial", sans-serif;
} */
.content-about-para p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    font-family: "Questrial", sans-serif;
}

.about-office-numbers .office-content-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-office-numbers .office-content-head h5 {
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;

}

@keyframes smoothGradient {
    0% {
        background-position: 0% 0%;
    }

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

.about-office-numbers .office-content-head span {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #999999;
    font-family: "Questrial", sans-serif;
    text-transform: uppercase;
}

.fz-60.fw-700 h5 {
    text-align: center;
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}

.about-office-content {
    border-right: 2px solid #3e3e3e;
    display: flex;
    justify-content: center;
}

.last-about-office {
    border-right: none !important;
}

section.about_us_what_we_do {
    padding: 100px 157px;
}

.content-head-what h5 {
    color: #f5ea14;
    font-family: "Gravedigger";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 1rem;
}

.content-subhead-what p {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
    font-family: "Questrial", sans-serif;
}

.progress-bar-wrapper .progress-bar-content .progress-bar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.progress-bar-wrapper .progress-bar-content .progress-bar-head span:first-child {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    font-family: "Questrial", sans-serif;
    text-transform: uppercase;
}

.progress-bar-wrapper .progress-bar-content .progress-bar-head span:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Gravedigger";
    color: #d0d91c;
}

.progress-bar {
    height: 4px;
    width: 100%;
    background-color: #e5e5e5;
}

.progress-bar .progress-bar-fill {
    height: 100%;
    background-color: #d0d91c;
}

.softnox-gallery {
    padding-top: 100px;
}

@media (max-width: 1300px) {
    .about-office-content {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .about_us {
        padding: 100px 0px;
    }

    section.about_us_what_we_do {
        padding: 100px 0px;
    }

    .content-head h5 {
        font-size: 28px;
        line-height: 40px;
    }

    .content-about-para p {
        font-size: 18px;
        line-height: 24px;
    }

    .softnox-gallery-head h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .testimonial-head h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .get_in_touch .get-in-touch-head h4 {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }

    .get_in_touch .get-in-touch-para p {
        font-size: 18px;
        line-height: 24px;
    }

    .con-icon img {
        width: 20px;
    }

    .get_in_touch .con-wrapper .con-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

.service-wrapper {
    padding: 100px 157px;
}

.head-service-wrapper {
    padding-bottom: 20px;
    border-bottom: 2px solid #f5ea14;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 36px;
    cursor: pointer;
}

.filter-wrapper .filter h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.active-filter {
    border-bottom: 1px solid #f4e914;
    /* Apply your active filter styling */
}

.filter-content2,
.filter-content3 {
    display: none;
}

.card-container {
    width: 100%;
}

@media (max-width: 1030px) {
    .service-wrapper {
        padding: 100px 50px;
    }

    .head-wrapper h4 {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 800px) {
    .service-wrapper {
        padding: 100px 20px;
    }

    .filter-wrapper .filter h5 {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
    }
}

.image-card {
    max-width: 100%;
    /* Ensure the card adjusts its width based on the parent container */
    height: 400px;
    /* Maintain aspect ratio */
    overflow: hidden;
    position: relative;
}

.card-image {
    width: 100%;
    /* Occupy full width of the card */
    height: 100%;
    /* Maintain aspect ratio */
}

.card-content h5 {
    color: #fff;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 17px;
    margin-top: 17px;
}

.filter-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-wrapper {
    padding: 100px 157px;
}

.head-service-wrapper {
    padding-bottom: 20px;
    border-bottom: 2px solid #68b5ff;
}

.head-wrapper h4 {
    text-align: center;
    font-size: 75px;
    font-family: "Questrial", sans-serif;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 17px;
}




.filter-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 36px;
    cursor: pointer;
}

.filter-wrapper .filter h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.active-filter {
    border-bottom: 1px solid #68b5ff;
    /* Apply your active filter styling */
}

.filter-content2,
.filter-content3 {
    display: none;
}

.card-container {
    width: 100%;
}

@media (max-width: 1030px) {
    .service-wrapper {
        padding: 100px 50px;
    }

    .head-wrapper h4 {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 800px) {
    .service-wrapper {
        padding: 100px 20px;
    }

    .filter-wrapper .filter h5 {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
    }
}

.image-card {
    max-width: 100%;
    /* Ensure the card adjusts its width based on the parent container */
    height: 400px;
    /* Maintain aspect ratio */
    overflow: hidden;
    position: relative;
}

.card-image {
    width: 100%;
    /* Occupy full width of the card */
    height: 100%;
    /* Maintain aspect ratio */
}

.card-content h5 {
    color: #fff;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 17px;
    margin-top: 17px;
}

.filter-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 0.85;
    cursor: pointer;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }

    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }

    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

/* timeline css */
/* Timeline styling */
.timeline {
    display: flex;
    flex-direction: column;
    padding: 60px 20px 0px 37px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .timeline {
        padding: 60px 20px 0;
    }
}

.timeline__track {
    background: #393e46;
    background-clip: content-box;
    height: 100%;
    left: 30px;
    min-height: 9px;
    max-height: 100%;
    padding: 0 5px 7px;
    position: absolute;
    top: 0;
    width: 14px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .timeline__track {
        left: calc(50% - 7px);
    }
}

.timeline__track::after {
    background: linear-gradient(90deg, #ff6a3cb3, #ff007599, #8f00ff82);
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    width: 14px;
    box-shadow: 0 0 12px #ffffff;
}

.timeline__item {
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .timeline__item {
        padding-left: 0;
        width: calc(50% + 2px);
    }
}

@media screen and (min-width: 768px) {
    .timeline__item:nth-child(odd) {
        margin-right: auto;
        padding-right: 40px;
    }
}

@media screen and (min-width: 768px) {
    .timeline__item:nth-child(even) {
        margin-left: auto;
        padding-left: 40px;
        text-align: right;
    }
}

.timeline__line {
    background: #393e46;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .timeline__line {
        left: auto;
        right: 0;
    }
}

.timeline__wrap h1 {
    color: #b12353;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Questrial", sans-serif;
}

.timeline__wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.timeline__footer {
    @media screen and (max-width: 767.9px) {
        padding-left: 30px;
    }
}

.timeline.is-init .timeline__line {
    transition: width 0.5s ease-in-out;
    width: 0;
    will-change: width;
}

.marquee-item-left,
.marquee-item-right img {
    filter: grayscale(1) !important;
}

.timeline.is-init .timeline__wrap {
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.5s, opacity 0.2s;
    will-change: opacity, transform;
    /* Replace the existing box-shadow values with the gradient colors */
    box-shadow: 0 3.4px 2.7px -30px rgba(255, 106, 60, 0.7),
        0 8.2px 8.9px -30px rgba(255, 0, 117, 0.6),
        0 25px 40px -30px rgba(143, 0, 255, 0.5);
    border: 1px solid #e6e6e6;
    border-image: linear-gradient(90deg, #ff6a3cb3, #ff007599, #8f00ff82) 1;
    padding: 21px 28px;
    font-family: "Questrial", sans-serif;

}

.timeline.is-init .timeline__footer {
    opacity: 0;
    transition: opacity 0.2s;
    will-change: opacity;
}

.timeline.is-loading .timeline__line,
.timeline.is-loading .timeline__wrap,
.timeline.is-loading .timeline__footer {
    transition: none;
}

.is-visible .timeline__line {
    width: 100%;
}

.is-visible .timeline__wrap {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.is-visible .timeline__footer {
    opacity: 1;
}

/* Demo styling */
* {
    box-sizing: border-box;
}

.intro {
    background: #393e46;
    padding: 5rem 0;
}

.intro p:last-child {
    margin-bottom: 0;
}

.timeline-section {
    background: #0a0a0d;
    padding: 50px 0;
}

.timeline-section .head-wrapper p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    font-family: "Questrial", sans-serif;
    margin-bottom: 2rem;
}

/* marquee */
.dudes-gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    background: #0a0a0d;
}

.marquee-content-left {
    display: flex;
    animation: scrolling 25s linear infinite;
}

.marquee-item-left {
    flex: 0 0 20vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
}

.marquee-item-left img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
    /*   padding: 0 20px; */
}

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

    100% {
        transform: translatex(-144vw);
    }
}

.marquee-content-left.paused {
    animation-play-state: paused;
}

.dudes-gallery-head h4 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(90deg, #FF6A3C 0%, #FF0075 51%, #8F00FF 100%);
    background-clip: text;
    font-family: "Questrial", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: smoothGradient 10s linear infinite;
    margin-top: 30px;
}


.dudes-gallery-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Questrial", sans-serif;
    padding: 10px 20px;
}

/* ameoba */
.amoeba-container {
    position: relative;
    width: 300px;
    height: 300px;
}

.amoeba {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3498db;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    animation: amoebaAnimation 5s infinite linear;
}

.image {
    width: 100%;
    height: 100%;
    background-image: url("your-image-url.jpg");
    /* Replace 'your-image-url.jpg' with the actual image URL */
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.overlay h2 {
    margin: 0;
    font-size: 1.5em;
}

.overlay p {
    margin: 10px 0 0;
    font-size: 1em;
}

@keyframes amoebaAnimation {
    0% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }

    50% {
        border-radius: 70% 30% 30% 70%;
        transform: translate(15%, -25%) scale(1.3);
    }

    100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
}

.marquee-content-right {
    display: flex;
    animation: scrollingl 25s linear infinite;
}

.marquee-item-right {
    flex: 0 0 20vw;
    margin: 0 1vw;
}

.marquee-item-right img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
}

@keyframes scrollingl {
    0% {
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.float {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}