.hero-section{
    padding:120px 30px 80px    ;
     background: url("../images/About-us/aboutsection/about-bg-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.hero-tag{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: #222222;
}

.hero-section h1{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 56px;
letter-spacing: 0%;
color: #222222;
    max-width:595px;
    margin:10px 0;
}

.hero-section p{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 29.25px;
letter-spacing: 0px;
color: #364052;
    max-width:653px;
}

.btn-primary{
    padding:10px 22px;
    border-radius:6px;
    margin-top:10px;
    font-family: Space Grotesk;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.3px;
text-align: center;
vertical-align: middle;
text-transform: capitalize;

}

.hero-chip{
    max-width:527px;
    max-height: 482px;
}



/* sequence section  */

.sequence-section {
    position: relative;
    padding: 40px 0 0;
    background: #fff;
    overflow: hidden;
}

/* DOT GRID BACKGROUND */

.sequence-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#d8dce5 1px, transparent 1px);
    background-size: 19px 17px;
    opacity: 1;
    z-index: 1;
}

.sequence-section .container {
    position: relative;
    z-index: 2;
}

.section-heading {
    margin-bottom: 100px;
}

.sequence-section .section-heading{
    padding: 0;
}

.subtitle {
    font-family: Arial;
font-weight: 700;
font-style: Bold;
font-size: 10px;
line-height: 15px;
letter-spacing: 4px;
text-align: center;
text-transform: uppercase;

    color: #0659F5;
}

.section-heading h2 {
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 48px;
letter-spacing: -1.2px;
text-align: center;
    margin: 12px 0;
    padding: 0px !important;
}

.section-heading p {
    color: #4A5565;
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
}

.timeline-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
    margin-top: 60px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E2E8F0;
    transform: translateX(-50%);
}

.timeline-row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    margin-bottom: 160px;
    position: relative;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #0659F5;
    margin: auto;
    position: relative;
    z-index: 5;
    transition: all .4s ease;
}

/* Active Dot */

.timeline-dot.active {
    background: #0659F5;
    border-color: #0659F5;
    box-shadow: 0 0 0 8px rgba(6,89,245,.15);
    transform: scale(1.2);
}

.timeline-content h3 {
    font-family: Bricolage Grotesque;
font-weight: 400;
font-style: Regular;
font-size: 30px;
line-height: 36px;
letter-spacing: 0px;
text-align: right;
/* width: 433px !important; */
    color: #16234c;
    margin-top: 30px;
        /* margin-left: 130px; */
}

.timeline-contentt h3 {
    font-family: Bricolage Grotesque;
font-weight: 400;
font-style: Regular;
font-size: 30px;
line-height: 36px;
letter-spacing: 0px;
text-align: right;
/* width: 433px !important; */
    color: #16234c;
    margin-top: 30px;
        margin-left: 155px;
}

.timeline-content p {
   font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 22.75px;
letter-spacing: 0px;
    /* margin-left: 120px !important; */
    color: #7b8496;
    /* max-width: 360px; */
}
.timeline-contentt p {
   font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 22.75px;
letter-spacing: 0px;
    /* margin-left: 120px !important; */
    color: #7b8496;
    /* max-width: 360px; */
}

.left .timeline-contentt p,h3 {
    text-align: right !important;
    /* padding-right: 30px; */
    /* margin-left: 110px; */
}

.right .timeline-content p,h3 {
    /* padding-left: 30px; */
    text-align: left !important;
    /* margin-right: 100px; */
}

.icon-card {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 150px;  */
}
.icon-card-2 {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 150px;  */
}
.icon-card-3 {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 150px;  */
}
.icon-card-4 {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    background: white;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 150px;  */
}

.left .icon-card {
    margin-left: 395px;
}
.left .icon-card-3 {
    margin-left: 395px;
}

.icon-card img {
    width: 64px;
}
.icon-card-2 img {
    width: 84px;
}
.icon-card-3 img {
    width: 36px;
}.icon-card-4 img {
    width: 32px;
}

.feature-card-1 {
    width: 256px;
    height: 160px !important;
    border-radius: 30px;
    background: white;
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
/* margin-left: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card-1 img {
    width: 80px;
    border-top: 0.8px solid #0659F533;
    padding: 6px;
    border-radius: 10px;
box-shadow: 0px 10px 30px -5px #0659F526;
margin-bottom: 0;
  animation: floatCard 8s ease-in-out infinite;

}

@keyframes floatCard {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}

.code-card {
    /* width: 320px;
    background: white; */
    /* border-radius: 22px; */
    /* object-fit: cover ; */
    /* overflow: hidden; */
    /* box-shadow: 0 20px 60px rgba(0,0,0,.1); */
}

.code-card img {
    margin: 0;
    width: 350px;
    height: 240px;
    /* padding: 30px; */
    font-size: 14px;
    color: #334155;
    margin-left: 160px;
}

.large-cloud-card {
    width: 256px;
    height: 192px;
    border-radius: 26843500px;
    background: white;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 25px 80px rgba(79, 121, 255, .15);
}

.large-cloud-card img {
    width: 52px;
}

.orbit-card {
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: white;

    display: flex;
    justify-content: center;
    align-items: center;
margin-left: 230px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
}

.orbit-card img {
    width: 220px;
    
}


/* BENEFITS */

.benefits-section{
    padding:5px 40px 80px;
    background: #F9F9FB;

}

.benefits-section{
    padding-left: 80px;
    padding-right: 80px;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading h2{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 48px;
letter-spacing: -1.2px;
text-align: center;

}

.section-heading p{
    color:#6a7486;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;

}

.benefit-card{
    background:white;
    padding:40px;
    border-radius:18px;
max-height: 240px;    
max-width: 397px;
border:1px solid #EDEDED;transition: .3s;
/* box-shadow: 0px 20px 40px 16px #0659F414; */

}
.benefit-card:hover {
    transform: translateY(-8px);box-shadow: 0px 20px 40px 16px #0659F414;

}

.benefit-card img{
    width:40px;
    margin-bottom:30px;
}

.benefit-card p{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 27px;
letter-spacing: 0px;
color: #222222;
}

.benefit-card span{
    font-family: Bricolage Grotesque;
font-weight: 400 !important;
font-style: Regular;
font-size: 20px !important;
line-height: 27px !important;
letter-spacing: 0px;
color: #4D4D4D !important;
}

.center-image-card{
    /* background:#a8bfff; */
    border-radius:10px;
    overflow:hidden;
    background: linear-gradient(180deg, #91B0FE 0%, #ABC1F8 100%);
position: relative;
    max-width: 390px;
   max-height: 468px;
}

.center-image-card img{
    /* width:100%; */
       max-width: 659px;
    height: 585px;
    position: relative;
    top: 16.5px;
    max-width: 659px;
    height: 553px;
    max-height: 100%;
    position: relative;
    top: 15.5px;
    right: 25px;
}


/* ECOSYSTEM */

.ecosystem-section{
    padding:40px 0 220px;
    background:#fff;
}

.tech-item{
    text-align:center;
}

.tech-item img{
    width:52px;
    height:52px;
    object-fit:contain;
    margin-bottom:15px;
    opacity: 0.5;    
}

.tech-item img:hover{
    /* background-color: #0659F5; */
    opacity: 1;
}

.ecosystem-section .mt-4{
    gap: 35px;
    justify-content: space-between;
}

.ecosystem-section .col-auto {
    flex: 0 0 auto;
    width: auto;
    margin-top: 0;
}

.ecosystem-section h2{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
text-align: center;

}

.ecosystem-section p{
    font-family: Arial;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
text-align: center;
color: #4A5565;
}

.tech-item span{
    display:block;
    color:#5A5C5F;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
    line-height: 15px;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 20px;
}


/* ==========================
   TABLET RESPONSIVE
========================== */
@media (max-width: 991px) {

    .hero-section {
        padding: 120px 20px 60px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 34px;
        line-height: 44px;
        max-width: 100%;
    }

    .hero-section p {
        font-size: 18px;
        max-width: 100%;
    }

    .hero-chip {
        max-width: 100%;
        height: auto;
        margin-top: 40px;
    }

    /* Timeline */

    .timeline-row {
        text-align: center;
        margin-bottom: 80px;
    }

    /* .timeline-line,
    .timeline-dot {
        display: none;
    }

    .timeline-content,
    .timeline-contentt,
    .timeline-image {
        width: 100%;
    } */

    .timeline-content h3,
    .timeline-contentt h3,
    .timeline-content p,
    .timeline-contentt p {
        text-align: center !important;
        margin: 20px auto;
        max-width: 100%;
    }

    .timeline-contentt h3 {
        margin-left: 0;
    }

    .icon-card,
    .icon-card-2,
    .icon-card-3,
    .icon-card-4 {
        margin: 0 auto 20px;
    }

    .left .icon-card,
    .left .icon-card-3 {
        margin-left: auto;
    }

    .code-card img,
    .orbit-card,
    .feature-card-1,
    .large-cloud-card {
        margin: 0 auto;
    }

    .code-card img {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-left: 0;
    }

    .orbit-card {
        width: 220px;
        height: 220px;
        margin-left: auto;
    }

    .orbit-card img {
        width: 180px;
    }

    /* Benefits */

    .benefits-section {
        padding: 60px 20px;
    }

    .benefit-card {
        max-width: 100%;
    }

    .center-image-card {
        max-width: 100%;
        margin: auto;
    }

    .center-image-card img {
        width: 100%;
        height: auto;
        position: static;
    }

    /* Ecosystem */

    .ecosystem-section {
        padding: 60px 20px 100px;
    }

    .ecosystem-section .mt-4 {
        gap: 25px;
        justify-content: center;
    }
}


/* ==========================
   MOBILE RESPONSIVE
========================== */
@media (max-width: 767px) {

    .hero-section {
        padding: 140px 15px 50px;
    }

    .hero-tag {
        font-size: 18px;
    }

    .hero-section h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 28px;
    }

    .btn-primary {
        width: 100%;
        max-width: 250px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .section-heading p {
        font-size: 15px;
    }

    .timeline-content h3,
    .timeline-contentt h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .feature-card-1 {
        width: 100%;
        max-width: 240px;
        height: 140px !important;
    }

    .large-cloud-card {
        width: 220px;
        height: 170px;
    }

    .orbit-card {
        width: 180px;
        height: 180px;
    }

    .orbit-card img {
        width: 140px;
    }

    .benefit-card {
        padding: 25px;
    }

    .benefit-card p,
    .benefit-card span {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .tech-item img {
        width: 42px;
        height: 42px;
    }

    .tech-item span {
        font-size: 13px;
    }

    .ecosystem-section h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .ecosystem-section p {
        font-size: 15px;
        line-height: 24px;
    }
}


/* ==========================
   EXTRA SMALL DEVICES
========================== */
@media (max-width: 480px) {

    .hero-section h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-section p {
        font-size: 15px;
    }

    .section-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .timeline-content h3,
    .timeline-contentt h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .icon-card,
    .icon-card-2,
    .icon-card-3,
    .icon-card-4 {
        width: 90px;
        height: 90px;
    }

    .icon-card img {
        width: 50px;
    }

    .icon-card-2 img {
        width: 65px;
    }

    .benefit-card {
        padding: 20px;
    }
}



/* ==========================
   MOBILE - KEEP DESKTOP LAYOUT
========================== */

@media (max-width: 991px) {

    .timeline-wrapper{
        overflow-x: hidden;
    }

    .timeline-row{
        grid-template-columns: 1fr 50px 1fr;
        margin-bottom: 80px;
    }

    .timeline-line{
        display: block;
    }

    .timeline-dot{
        display: block;
        width: 14px;
        height: 14px;
    }

    .timeline-content,
    .timeline-contentt{
        width: 100%;
    }

    .timeline-content h3,
    .timeline-contentt h3{
        font-size: 22px;
        line-height: 28px;
        margin-top: 20px;
    }

    .timeline-content p,
    .timeline-contentt p{
        font-size: 13px;
        line-height: 20px;
    }

    /* Remove large desktop margins */

    .left .icon-card,
    .left .icon-card-3{
        margin-left: auto;
        margin-right: 20px;
    }

    .timeline-contentt h3{
        margin-left: 0;
    }

    .icon-card,
    .icon-card-2,
    .icon-card-3,
    .icon-card-4{
        width: 80px;
        height: 80px;
    }

    .icon-card img{
        width: 45px;
    }

    .icon-card-2 img{
        width: 55px;
    }

    .icon-card-3 img{
        width: 28px;
    }

    .icon-card-4 img{
        width: 25px;
    }

    .feature-card-1{
        width: 180px;
        height: 120px !important;
    }

    .feature-card-1 img{
        width: 60px;
    }

    .code-card img{
        width: 220px;
        height: auto;
        margin-left: 40px;
    }

    .large-cloud-card{
        width: 180px;
        height: 140px;
    }

    .large-cloud-card img{
        width: 40px;
    }

    .orbit-card{
        width: 180px;
        height: 180px;
        margin-left: 60px;
    }

    .orbit-card img{
        width: 150px;
    }
    .footer-ctam {
        margin-bottom: 40px !important;
    }
}

/* Small Mobile */
@media (max-width: 576px){

    .timeline-row{
        grid-template-columns: 1fr 30px 1fr;
        gap: 10px;
    }

    .timeline-content h3,
    .timeline-contentt h3{
        font-size: 18px;
        line-height: 24px;
    }

    .timeline-content p,
    .timeline-contentt p{
        font-size: 12px;
        line-height: 18px;
    }

    .feature-card-1{
        width: 140px;
        height: 100px !important;
    }

    .code-card img{
        width: 150px;
        margin-left: 0;
    }

    .large-cloud-card{
        width: 130px;
        height: 100px;
    }

    .orbit-card{
        width: 130px;
        height: 130px;
        margin-left: 0;
    }

    .orbit-card img{
        width: 100px;
    }

    .icon-card,
    .icon-card-2,
    .icon-card-3,
    .icon-card-4{
        width: 60px;
        height: 60px;
    }
    .footer-ctm{
        margin-bottom: 40px;
    }
}