.about-us-header {
    background-image: url('./Images/bg\ comp.png');
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 3%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.us-about {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    color: rgba(29, 36, 43, 1);
    margin: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}

.two-lines {
    width: 100%;

}

.about-heads {
    display: flex;
    justify-content: center;
}

.about-header {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    color: rgba(29, 36, 43, 1);
}


.about-para {
    display: flex;
    justify-content: center;
}

.about-text {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--Color-Text-2, rgba(51, 51, 51, 1));
    max-width: 70%;

}

.ideas-sec {
    border-radius: 3rem;
    border: 1px solid #0077C0;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px 0px #FFF, 10px 10px 30px 0px rgba(174, 174, 192, 0.40);
}


.turning-idea {
    display: flex;
    padding-top: 2%;
}

.left-para-div {
    width: 60%;
    padding-left: 3%;
    padding-right: 3%;
}

.right-img {
    width: 40%;
    display: flex;
    justify-content: end;
}

.idea-div {
    padding: 5%;
}

.rocket-light {
    width: 100%;
}

.our-story-div {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    background: linear-gradient(180deg, #000000 0%, #1D242B 100%);

}

.our-story {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.story-para {
    display: flex;
    justify-content: center;
}

.story-text {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 18px;
    color: rgba(240, 240, 243, 1);
    text-align: center;
    max-width: 70%;
    line-height: 27px;
}



/* carousel css starts */

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    /* background-color: #717171; */
    /* background: rgba(108, 183, 230, 1); */

}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


/* carousel css ends */


.year-rows {
    display: flex;
    justify-content: space-between;
    /* padding-left: 2%;
    padding-right: 2%; */
}

.single-year {
    background: linear-gradient(180deg, #FFFFFF 5%, #FFFFFF 49.5%, #66C2FB 100%);
    border-radius: 112px;
    padding: 2%;
    text-align: center;
    width: 32%;


}

.year {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 60px;
    color: rgba(29, 36, 43, 1);
    margin: 0;

}

.year-text {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    max-width: 300px;
    height: 45px;
    /* height: 2.8125rem; */


}

.guiding-principles {
    background: rgba(240, 240, 243, 1);
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;

}

.guide-rows {
    display: flex;
    justify-content: space-around;
    padding-top: 3%;
}

.success {
    width: 23%;
    box-shadow: 8.82px 8.82px 26.47px 0px rgba(174, 174, 192, 0.4);
    background: rgba(240, 240, 243, 1);
    padding: 2%;
    border-radius: 12px;


}

.success:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
}


.sucess-heads {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 20px;
    color: rgba(22, 4, 4, 1);


}

.success-para {
    font-family: Quicksand;
    font-weight: 400;
    font-size: 14px;
    color: rgba(22, 4, 4, 1);
}

.clients {
    display: flex;
    justify-content: space-around;
    padding-top: 3%;
}

.clients-logs {
    width: 15%;
    border-radius: 16px;
    background: rgba(240, 240, 243, 1);
    box-shadow: 10px 10px 30px 0px rgba(174, 174, 192, 0.4);

}

.clients-logs:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 35px 0px rgba(174, 174, 192, 0.6);
    /* background-color: antiquewhite; */
}

@keyframes appear {
    from {
        opacity: 0;
        scale: 0.4;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.clients-logs {
    animation: appear 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.success {
    animation: appear 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.logo-of-clients {
    width: 100%;

}

.client-comp {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 14px;
    color: rgba(22, 4, 4, 1);
    text-align: center;
    margin: 0;
    padding-top: 5%;
}





.image-frame {
    max-height: 100px;
}

.tech-display {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.technologies-row {
    display: flex;
    justify-content: space-around;
}

.single-tech {
    width: 20%;
}

.tech-img {
    width: 100%;
}



.single-tech {
    animation: appear 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.single-tech:hover {
    transform: translateY(-5px);
    /* box-shadow: 12px 12px 35px 0px rgba(174, 174, 192, 0.6); */
}


.mobile-years {
    display: none;
}

.mobile-clients {
    display: none;
}


.techno-mobile {
    display: none;
}


@media(max-width:1024px) {
    .right-img {
        display: block;
    }
}


@media(max-width:768px) {
    .us-about {
        font-size: 35px;
    }

    .about-header {
        font-size: 22px;
        text-align: center;
    }

    .about-text {
        font-size: 16px;
        max-width: 90%;
    }

    .our-story {
        font-size: 22px;
    }

    .story-text {
        font-size: 16px;
        max-width: 90%;
    }

    .start-engine {
        width: 10%;
    }

    .year {
        font-size: 30px;
    }

    .year-text {
        font-size: 14px;
    }

    .dot {
        height: 10px;
        width: 10px;
    }

    .guide {
        width: 30%;
    }

    .sucess-heads {
        font-size: 16px;
    }



}



@media(max-width:425px) {
    .us-about {
        font-size: 25px;
    }

    .about-header {
        font-size: 18px;
    }

    .about-text {
        font-size: 14px;
        max-width: 100%;
        line-height: 22px;
    }

    .turning-idea {
        display: block;
    }

    .left-para-div {
        width: 100%;
    }

    .right-img {
        width: 100%;
    }

    .our-story {
        font-size: 18px;
    }

    .story-text {
        font-size: 14px;
        width: 100%;
        line-height: 22px;
    }

    .slideshow-container,
    .dot {
        display: none;
    }

    .mobile-years {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .single-year {
        width: 80%;
        margin-top: 5%;
    }

    .year-text {
        max-width: 100%;
        max-height: 35px;
    }

    .year-text {
        max-width: 97%;
    }

    .mobile-years {
        display: block;
    }

    .single-year {
        padding: 3%;
    }





    .mobile-years {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-year {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }

    .single-year.visible {
        opacity: 1;
        transform: translateY(0);
    }


    .guide-rows {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }

    .success {
        width: 100%;
        margin-top: 2%;
    }

    .guide {
        width: 15%;
    }

    .outer-clients {
        display: none;
    }

    .two-ways-clients {
        display: flex;
        justify-content: space-around;
        margin-top: 3%;
    }

    .clients-logs {
        width: 40%;
    }

    .mobile-clients {
        display: block;
    }

    .techno-outer {
        display: none;
    }

    .single-tech {
        width: 48%;
    }

    .techno-mobile {
        display: block;
    }

    .about-header {
        text-align: center;
    }

    .contact-head {
        max-width: 100% !important;
    }

    .excelent-head {
        max-width: 85%;
    }


}