.btn-home-ban-1{
    background:linear-gradient(135deg, #9f0287, #ef57c1);
    color:white;
    transition: all 0.3s ease; /* Add smooth transition */
}
.btn-home-ban-1:hover{
    background: linear-gradient(135deg, #f07fce, #be05a2);
    color:white;
    transform: translateY(-2px); /* Optional: Add slight lift effect */
    box-shadow: 0 5px 15px rgba(190, 5, 162, 0.3); /* Optional: Add hover shadow */
}
.btn-home-ban-2{
    background:linear-gradient(135deg, #89216B, #DA4453);
    color:white;
    transition: all 0.3s ease; /* Add smooth transition */
}
.btn-home-ban-2:hover{
    background: linear-gradient(135deg, #DA4453, #89216B);
    color:white;
    transform: translateY(-2px); /* Optional: Add slight lift effect */
    box-shadow: 0 5px 15px rgba(190, 5, 162, 0.3); /* Optional: Add hover shadow */
}
.btn-home-ban-3{
    background:linear-gradient(135deg, #f12711, #f5af19);
    color:white;
    transition: all 0.3s ease; /* Add smooth transition */
}
.btn-home-ban-3:hover{
    background: linear-gradient(135deg, #f5af19, #f12711);
    color:white;
    transform: translateY(-2px); /* Optional: Add slight lift effect */
    box-shadow: 0 5px 15px rgba(190, 5, 162, 0.3); /* Optional: Add hover shadow */
}
.btn-home-ban-4{
    background:linear-gradient(135deg, #642B73, #C6426E);
    color:white;
    transition: all 0.3s ease; /* Add smooth transition */
}
.btn-home-ban-4:hover{
    background: linear-gradient(135deg, #C6426E, #642B73);
    color:white;
    transform: translateY(-2px); /* Optional: Add slight lift effect */
    box-shadow: 0 5px 15px rgba(190, 5, 162, 0.3); /* Optional: Add hover shadow */
}
.ab-img{
width: 60rem;
}
.ab-title{
line-height: 1.8;
font-size: 17px;
font-weight: 500;
/* color:#823491c4; */
background: linear-gradient(90.75deg, #030138dc 6.43%, rgba(2, 65, 106, 0.83) 86.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
text-align: justify;
}
.btn-ab{
background: linear-gradient(135deg, rgb(231.39, 63.6, 234.81) 0%, rgb(58.91, 24.73, 156.19) 100%);
color:white;
transition: all 0.3s ease; /* Add smooth transition */
}
.btn-ab:hover{
background: linear-gradient(135deg, rgb(58.91, 24.73, 156.19) 0%, rgb(231.39, 63.6, 234.81) 100%);
color:white;
}
.at{
font-size:3rem;
font-weight:600;
}
.fig{
font-size:2rem;
font-weight:600;
background: linear-gradient(65deg, #4e2949, #f07fce);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.fig-text{
color:rgb(105,53,156);
font-weight:600;
}
.figure-cards{
background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border:2px solid rgba(128, 0, 128, 0.5);
/* border: 1px solid rgba(255, 255, 255, 0.18); */
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
border-radius:50px;
}
.figure-cards:hover{
border:2px solid rgba(128, 0, 128, 0.5);
transform: translateY(-5px);
transition: all 0.3s ease;
}
.sub-head-title{
font-size:30px;
font-weight:600;
color:#6e08b6;
font-family: 'josefin sans';
}
.heading-title{
background: linear-gradient(90.75deg, #800080, #e891a0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 800;
font-size:2rem;
font-family: 'josefin sans';
}

.counter {
font-size: 2rem;
font-weight: bold;
display: inline-block;
}

.backgound1 {
    background: linear-gradient(180deg, rgba(71, 44, 76, 0.15) 0%, rgba(174, 22, 204, 0.15) 100%) !important;
}



.our_work .member {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

.our_work .member img {
    border-radius: 15px;
    overflow: hidden;
}

.our_work .member .member-content {
    padding: 0 20px 30px 20px;
}

.our_work .member h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
}

.our_work .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.our_work .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    gap: 1.1rem;
}

.our_work .member .social a {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    transition: 0.3s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
}

.our_work .member .social a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.our_work .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.custom-btn {
    background: linear-gradient(145deg, rgba(231, 64, 235, 0.6), rgba(59, 25, 156, 0.7));
    color: #fff;
    transition: color 0.3s ease;
}

.card-hover {
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.card-hover:hover {
    transform: scale(1.1);
    background-color: #f0f8ff;
    color: #007bff;
}

.fixed-card {
    width: 150px;
    /* Set desired width */
    height: 200px;
    /* Set desired height */
    margin: auto;
    /* Center cards horizontally */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fixed-card i {
    margin-bottom: 10px;
}

.d-flex.gap-3 {
    gap: 15px;
    /* Adjust gap between cards */
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.step {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 100;
    transform: translateY(20px);
    transition: all 0.5s ease;
    width: 100%;
    max-width: 600px;
}

.step-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}

.step-content {
    font-size: 16px;
    color: #333;
}

.step.active {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .steps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1200px) {
    .step {
        width: calc(33.33% - 20px);
    }
}

.backg {
    background: linear-gradient(180deg, rgba(231.39, 63.6, 234.81, 1) 0%, rgba(58.91, 24.73, 156.19, 1) 100%);
}

.testimonial {
    max-height: 100px;
    /* Set the maximum height for the content */
    overflow-y: auto;
    /* Enable vertical scrolling if the content exceeds the limit */
    text-align: center;
    /* Optional: Center-align text for better appearance */
}

/* Adjust the size of the stars */
.stars img.star {
    width: 16px;
    /* Reduce the width of the star */
    height: 16px;
    /* Reduce the height of the star */
    margin: 0 2px;
    /* Optional: Add a small margin for spacing between stars */
}

/* Optional: Improve card alignment for a polished look */
.card-body {
    text-align: center;
    padding: 15px;
    /* Adjust padding for better spacing */
}

.left-sides {
    text-align: left !important;
}

.expert_sector {
    padding: 20px;
    background: #f5f5f5;
}

.k-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    flex-direction: row;
    align-content: space-around;

    position: sticky;
    top: 0;
    /* height: 10vh; */
    overflow-y: auto;
}

.drop {
    position: relative;
    width: 120px;
    height: 120px;
    box-shadow:
        inset 10px 10px 10px rgba(0, 0, 0, 0.05),
        10px 15px 10px rgba(0, 0, 0, 0.05),
        10px 15px 15px rgba(0, 0, 0, 0.05),
        inset -10px -10px 15px rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    /* margin: 0 auto; */
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    transform: translateY(0);
    transition: transform 0.5s, box-shadow 0.5s;
}

.drop:hover {
    transform: translateY(-20px) scale(1.1);
    box-shadow:
        inset 15px 15px 20px rgba(0, 0, 0, 0.1),
        20px 25px 20px rgba(0, 0, 0, 0.1),
        20px 20px 20px rgba(0, 0, 0, 0.1),
        inset -15px -15px 20px rgba(255, 255, 255, 0.9);
    animation: hover-effect 1s forwards;
}

@keyframes float {

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

    25% {
        transform: translateY(-10px) translateX(5px);
    }

    50% {
        transform: translateY(15px) translateX(-5px);
    }

    75% {
        transform: translateY(-10px) translateX(-10px);
    }
}

@keyframes hover-effect {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.content h2 {
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--clr);
    background: #EFF0F4;
    box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1),
        inset -2px -5px -10px rgba(255, 255, 255, 1),
        15px 15px 10px rgba(0, 0, 0, 0.05),
        15px 10px 15px rgba(0, 0, 0, 0.025);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}

@media (max-width: 600px) {
    .drop {
        width: 90px;
        height: 90px;
    }

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


.timeline ul {
    background: #ffffff;
    padding: 0px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 10px;
    /* background: linear-gradient(180deg, rgb(178 52 202 / 48%) 0%, rgba(174, 22, 204, 0.15) 100%); */
    background: #990599;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    /* background: linear-gradient(5deg, rgb(210 116 214 / 77%) 4.13%, rgb(149 91 169) 80.29%); */
    background: linear-gradient(135deg, #6441A5, #2a0845);
    color: white;
    text-align: center;
    /* border-radius: 30px; */
    /* border-left:5px solid purple;
    border-right:5px solid purple; */
}
.btn-home-ban-2,
.btn-home-ban-3,
.btn-home-ban-4 {
    cursor: default;
}
.timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #990599 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #990599;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
                                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    /* background: #f45b69; */
    background:#aaaaca;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
                                        –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #990599 transparent transparent;
    }
}


/* EXTRA/CLIP PATH STYLES
                                        ––––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
}

.timeline-heptagon ul li::after {
    clip-path: polygon(50% 0%,
            90% 20%,
            100% 60%,
            75% 100%,
            25% 100%,
            0% 60%,
            10% 20%);
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

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

.glass-text {
    position: relative;
    padding: 24px 42px;
    background: linear-gradient(135deg, rgba(231, 64, 235, 0.15), rgba(59, 25, 156, 0.15));
    border-radius: 80px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    position: relative;
    z-index: 1;
}

.glass-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px;
    padding: 1.5px;
    /* Border thickness */
    background: linear-gradient(135deg,
            rgba(231, 64, 235, 1) 0%,
            rgba(59, 25, 156, 1) 86%,
            rgba(185, 71, 238, 1) 100%,
            rgba(218, 107, 59, 1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}


#learn-more {
    fill-opacity: 0;
    fill: #fff;
    stroke: #fff;
    stroke-width: 2;
    border-radius: 5px;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    cursor: pointer;

    &:hover {
        fill-opacity: 1;

        &~.learn-more-text {
            fill: $primary-brand;
        }
    }
}

.learn-more-text {
    font-family: 'Roboto';
    fill: #fff;
    pointer-events: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.center {
    fill: $primary-brand;
}

.pointer {
    fill: #fff;
    stroke: #3b8fc0;
    stroke-width: 2;
}

.nav-copy {
    font-family: 'Roboto';
    fill: #fff;
    fill-opacity: 1;
    transition: all 0.3s ease;

    &.changing {
        fill-opacity: 0;
    }
}

.service {
    cursor: pointer;

    text {
        font-size: 14px;
        font-family: 'Roboto';
        text-anchor: middle;
    }

    .icon-wrapper {
        transform-origin: 50% 50%;

        &,
        &>* {
            transition: all 0.3s ease;
        }
    }

    circle {
        fill: $primary-brand;

        &.shadow {
            fill-opacity: 0;
            filter: url(#service-shadow);
        }
    }

    use {
        fill: #fff;
    }

    text {
        fill: $text-outside;
    }

    &.active,
    &:hover {

        .icon-wrapper {
            transform: scale(1.15) translateY(-5px);

            &,
            &>* {
                transition: all 0.3s ease;
            }

            circle {
                &.shadow {
                    fill-opacity: 0.4;
                }
            }
        }

        text {
            fill: $primary-brand;
            font-weight: bold;
        }

    }
}



/* Unique card centering */
.unique-rounder-card {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: -51px !important;
    left: 15% !important;
}


.image-container img {
    max-width: 70%;
    height: auto;
    border-radius: 10px;
}

.card.mob-dev-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.card.mob-dev-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hover-card .mob-out-circle {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border: 3px solid #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-card .mob-in-circle {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pill-container {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
    align-items: center;
}

.pill {
    width: 100%;
    max-width: 300px;
    background: linear-gradient(145deg, rgba(231, 64, 235, 0.15), rgba(59, 25, 156, 0.15));
    border: 1px solid rgba(231, 64, 235, 0.3);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pill:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.pill-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pill-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
}

.number-container {
    background: linear-gradient(145deg, rgba(255, 195, 0, 0.3), rgba(255, 159, 0, 0.7));
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.pill-text {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.floating-elements {
    /* position: absolute; */
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    /* Ensure elements don't block clicks */
    z-index: 1;
}


.bubble {
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: bubble-zoom 6s infinite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes bubble-zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/* Bubble positions */
.bubble1 {
    top: 23%;
    left: 25%;
    animation-delay: 0s;
}

.bubble2 {
    top: 48%;
    right: 6%;
    animation-delay: 2s;
}

.bubble3 {
    top: 80%;
    left: 15%;
    animation-delay: 4s;
}

.bubble4 {
    top: 90%;
    right: 16%;
    animation-delay: 6s;
}

.triangle,
.floating-logo {
    position: absolute;
    opacity: 0.7;
}


.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid rgba(255, 255, 255, 0.7);
    animation: triangle-rotate 8s infinite;
}

@keyframes triangle-rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(120deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* Triangle positions */
.triangle1 {
    top: 47%;
    left: 10%;
    animation-delay: 0s;
}

.triangle2 {
    top: 31%;
    right: 22%;
    animation-delay: 2s;
}

.triangle3 {
    top: 75%;
    right: 34%;
    animation-delay: 4s;
}

.triangle4 {
    top: 92%;
    left: 28%;
    animation-delay: 6s;
}

.floating-logo {
    position: absolute;
    width: 40px;
    animation: logo-float 10s infinite;
}

@keyframes logo-float {

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

    50% {
        transform: translateY(-15px);
    }
}

.left-logo {
    left: 10%;
}

.right-logo {
    right: 10%;
}


/* Base styles for floating logos */
/* .floating-logo {
        position: absolute;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        width: 50px; */
/* Adjust size as needed */
/* } */


/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-logo {
        width: 30px;
        /* Smaller icons on smaller screens */
    }
}

/* Left and right floating logos */
.left-logo {
    left: 10%;
    /* Adjust positioning as needed */
}

.right-logo {
    right: 10%;
    /* Adjust positioning as needed */
}







/* Logo positions */
.logo-js {
    top: 8%;
    left: 3%;
    animation-delay: 0s;
}

.logo-python {
    top: 7%;
    right: 3%;
    animation-delay: 2s;
}

.logo-html {
    top: 35%;
    left: 3%;
    animation-delay: 4s;
}

.logo-css {
    top: 22%;
    right: 11%;
    animation-delay: 6s;
}

.logo-java {
    top: 39%;
    left: 19%;
    animation-delay: 8s;
}

.logo-php {
    top: 81%;
    left: 74%;
    animation-delay: 10s;
}

.logo-ruby {
    top: 87%;
    left: 20%;
    animation-delay: 12s;
}

.logo-csharp {
    top: 41%;
    left: 82%;
    animation-delay: 14s;
}
.logo-aws {
    top: 32%;
    left: 97%;
    animation-delay: 14s;
}
.logo-docker {
    top: 68%;
    left: 81%;
    animation-delay: 14s;
}
.logo-db {
    top: 74%;
    left: 96%;
    animation-delay: 14s;
}
.logo-mongo {
    top: 93%;
    left: 3%;
    animation-delay: 14s;
}
.logo-react {
    top: 94%;
    left: 92%;
    animation-delay: 14s;
}
.logo-node {
    top: 73%;
    left: 33%;
    animation-delay: 14s;
}
.logo-git {
    top: 65%;
    left: 4%;
    animation-delay: 14s;
}
.logo-angular {
    top: 23%;
    left: 12%;
    animation-delay: 14s;
}





@media only screen and (max-width: 1200px) {
    #our_client .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #our_client .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #our_client .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #our_client .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #our_client .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #our_client .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #about_us .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #about_us .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #about_us .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #about_us .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #about_us .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #about_us .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #services .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #services .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #services .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #services .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #services .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #services .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #our_work_process .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #our_work_process .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #our_work_process .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #our_work_process .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #our_work_process .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #our_work_process .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #our_expert .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #our_expert .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #our_expert .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #our_expert .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #our_expert .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #our_expert .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #product .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #product .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #product .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #product .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #product .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #product .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    #testimonials .sub-head-title {
        font-size: 2rem;
        /* Adjust for medium screens */
        font-weight: bold;
    }

    #testimonials .heading-title {
        font-size: 1.75rem;
        /* Adjust for medium screens */
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px) {
    #testimonials .sub-head-title {
        font-size: 1.5rem;
        /* Adjust for smaller tablets */
        font-weight: bold;
    }

    #testimonials .heading-title {
        font-size: 1.25rem;
        /* Adjust for smaller tablets */
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    #testimonials .sub-head-title {
        font-size: 1.25rem;
        /* Adjust for phones */
        font-weight: bold;
    }

    #testimonials .heading-title {
        font-size: 1rem;
        /* Adjust for phones */
        font-weight: 600;
    }
}


.home-logo-wrapper {
grid-column-gap: 3rem;
grid-row-gap: 3rem;
justify-content: flex-start;
align-items: center;
margin-top: 1rem auto !important;
display: flex;
position: relative;
overflow: hidden;
width: 1280px;
}

.home-logo-wrapper.reverse {
margin-top: 3rem;
}

.clients-grid.logo-animate {
grid-column-gap: 3rem;
opacity: 1;
flex: none;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
width: 100rem;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
display: flex;
animation: slidess 35s infinite linear;
}
@keyframes slidess {
0% {
    transform: translateX(calc(0% + 50px));
}

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


.clients-grid.logo-animate-alt {
grid-column-gap: 3rem;
flex: none;
width: 100rem;
margin-top: 0;
margin-left: 0;
margin-right: auto;
display: flex;
animation: slidealt 35s infinite linear;
animation-direction: reverse;
}



/* Animation for the second left to right marquee */
@keyframes slidealt {
0% {
    transform: translateX(calc(0% + 50px));
}

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