@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

header {
    background-color: #DDE4FB;
}

.right_nav ul li {
    text-decoration-color: #2B60FF !important;
}

.right_nav ul li a {
    color: #000;
}


/* ------------------------- Section 1 ---------------------------- */
.about_section1_container {
    /* background: url('./../../assets/images/capabilities.png'); */
    height: 90dvh;
    background-size: cover;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.about_section1_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.about_section1_container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000053;
}

.about_section1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 20px;
    font-family: 'Poppins';
    z-index: 2;
    position: relative;
    height: 90dvh;
}

.about_section1 h2 {
    font-size: 40px;
    color: #fff;
}

.about_section1 p {
    color: #fff;
    text-align: center;
    width: 50%;
}

.about_section1 img {
    position: relative;
    width: 35px;
    margin-top: 30px;
    margin-bottom: 50px;
    height: fit-content;
    animation: shake 1s linear infinite;
    cursor: pointer;
}

.kenburns-left {
    -webkit-animation: kenburns-left 10s ease-out both;
    animation: kenburns-left 10s ease-out both;
}

@keyframes shake {
    0% {
        transform: translateY(5px);
    }

    25% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(5px);
    }
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}


/* ---------------------------- Section 2 ------------------------------- */
.about_section2 {
    padding: 40px 4%;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 30px;
}

.about_section2 .about_logo {
    width: 220px !important;
}

.about_section2 .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.about_section2 .left .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-bottom: 2px solid #cacaca;
    width: 100%;
}

.about_section2 .left .box img {
    width: 100%;
    margin-bottom: 15px;
}

.about_section2 .left p {
    line-height: 1.7;
}

.about_section2 .right {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    height: fit-content;
}

.about_section2 .right .box{
    display: flex;
    align-items: center;
    gap: 15px;
}

.about_section2 .right h2{
    z-index: 2;
    position: relative;
}


.about_section2 .right .downFade {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #fff 10%, transparent);
    z-index: 1;
}

.about_section2 .right .upFade {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(to bottom, #fff 10%, transparent);
    z-index: 1;
}

.slider_left .aboutSwiper {
    height: 600px;
    padding: 10px !important;
}

.slider_left .aboutSwiper .about_slide {
    background-color: #dde4fb;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: fit-content !important;
}

.slider_left .aboutSwiper .about_slide h3 {
    color: #547aeb;
}

.slider_left .aboutSwiper .about_slide p {
    font-size: 14px;
}

.slider_right .navigation {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.slider_right .navigation .pre,
.slider_right .navigation .next {
    width: 35px;
    height: 35px;
    background-color: #547aeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider_right .navigation .next img {
    transform: rotate(180deg);
}

.about_slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.about_slide.active-slide {
    transform: scale(1.07) !important;
    opacity: 1;
}


/* ------------------------ Section 3 ------------------------------ */
.about_section3_container {
    background: url('./../../assets/photos/about_3.jpg');
    /* height: 100dvh; */
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.about_section3 {
    padding: 40px 4%;
}

.about_section3 .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: 'Poppins';
    padding: 50px 30px;
    /* background: transparent; */
    background-color: #4286f484;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.about_section3 .boxes h2 {
    font-size: 30px;
}

.about_section3 .boxes p {
    width: 80%;
    text-align: center;
    color: #fff;
    line-height: 1.7;
    font-weight: 300;
}


.about_section3 .boxes .box {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    transition: all 0.3s ease;
}

.about_section3 .boxes .box h2 {
    font-size: 100px;
    font-family: sans-serif;
}

.about_section3 .boxes .box:hover {
    transform: scale(1.02);
}

.about_section3 .boxes .box:first-child h2 {
    color: #232E52;
}

/* .about_section3 .boxes .box:nth-child(2) h2{
    color: #3C588E;
} */
.about_section3 .boxes .box:last-child h2 {
    color: #90B6F1;
}

.about_section3 .boxes .box .content h3 {
    color: #547aeb;
    font-size: 26px;
}

.about_section3 .boxes .box .content {
    display: flex;
    flex-direction: column;
}


.about_section3 .boxes .box .content ul {
    margin-left: 15px;
}

.about_section4_container {
    background-color: #fff;
    margin-top: 40px;
}


/* ------------------------------------ Section 4 -------------------------------- */
.about_section4 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.about_section4 h2 {
    font-size: 40px;
    color: #000;
}

.about_section4 h2 span {
    color: #547aeb;
}

.about_section4 .slab {
    display: flex;
    overflow: hidden;
}

.about_section4 .slab .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.about_section4 .slab .left .box {
    background-color: #efefef;
    display: flex;
    border-radius: 70px;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.9s ease;
}

.about_section4 .slab .left .box:hover {
    transform: scale(1.03);
}

.about_section4 .slab .left .box:nth-child(2) {
    width: 97%;
}

.about_section4 .slab .left .box:nth-child(2) .tell {
    background-color: #87A2F1;
}

.about_section4 .slab .left .box:nth-child(3) .tell {
    background-color: #CCD7F9;
}

.about_section4 .slab .left .box:nth-child(4) .tell {
    background-color: #2B60FF;
}

.about_section4 .slab .left .box:nth-child(3) {
    width: 97%;
}

.about_section4 .slab .left .box p {
    font-size: 14px;
    padding: 12px 30px;
}

.about_section4 .slab .left .box .tell {
    background-color: #547aeb;
    width: 180px !important;
    white-space: nowrap;
    padding: 10px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 70px 70px 0;
    font-weight: 500;
    text-align: center;
    height: 100%;
}

.about_section4 .slab .right {
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: -225px; */
}

.about_section4 .slab .right img{
    width: 100%;
}

.about_section4 .slab .right .box {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: conic-gradient(#87a2f1 0% 25%,
    #2b60ff 25% 50%,
    #ccd7f9 50% 75%,
    #4285f4 75% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(70deg);
    display: none;
}

.about_section4 .slab .right .box .inner_box {
    width: 330px;
    height: 330px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section4 .slab .right .box .inner_box .in_box {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background-color: #1b3faa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section4 .slab .right .box .inner_box .in_box img {
    width: 100px;
}

/* ------------------------------ Section 5 ------------------------------ */
.about_section5 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section5 .box {
    background-color: #B6C8FF;
    padding: 50px 30px;
    padding-bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.about_section5 .box h2 {
    font-size: 40px;
    color: #fff;
}

.about_section5 .box p {
    text-align: center;
    font-family: "Handlee", cursive;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
}

.signature {
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.signature img{
    width: 100px;
}

.signature p {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.sign{
    width: 100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    gap: 15px;
}


/* ----------------------- Section 6 ------------------------------ */
.about_section6 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.about_section6 p {
    width: 85%;
    text-align: center;
}

.about_section6 h2 {
    font-size: 40px;
}

.about_section6 .boxes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.about_section6 .boxes .box {
    width: calc(50% - 15px);
    height: 430px;
    border: 1px solid #547aeb;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: #fff;
    background-color: #547aeb;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.about_section6 .boxes .box .details {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.about_section6 .boxes .box .details img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.about_section6 .boxes .box p {
    width: 100%;
    text-align: left;
}


/* ********************** Responsive ****************************** */


@media screen and (max-width: 768px) {
    .about_section1_container img {
        object-position: center;
    }

    .about_section1 {
        padding: 40px 4%;
        align-items: flex-start;
        justify-content: center;
    }

    .about_section1 h2 {
        font-size: 30px;
        color: #fff;
        text-align: left;
    }

    .about_section1 p {
        color: #fff;
        text-align: left;
        width: 100%;
    }

    .about_section1 img {
        align-self: center;
    }


    /* ---------------------------- Section 2 -------------------------- */
    .about_section2 {
        padding: 30px 4%;
        flex-direction: column;
        gap: 30px;
    }

    .about_section2 .about_logo {
        width: 150px !important;
        margin: 10px 0;
    }

    .about_section2 .left {
        width: 100%;
    }

    .about_section2 .right {
        width: 100%;
    }

    /* ---------------------------- Section 3 -------------------------- */
    .about_section3 {
        padding: 30px 4%;
    }

    .about_section3 .boxes h2 {
        font-size: 25px;
        text-align: left;
    }

    .about_section3 .boxes {
        padding: 30px 15px;
        align-items: flex-start;
    }

    .about_section3 .boxes p {
        width: 100%;
        text-align: left;
    }

    .about_section3 .boxes .box .content h3 {
        color: #fff;
        font-size: 20px;
    }

    .about_section3 .boxes .box {
        padding: 10px;
        flex-direction: column;
    }

    .about_section3 .boxes .box h2 {
        font-size: 70px;
    }

    .about_section3 .boxes .box .content {
        display: flex;
        gap: 15px;
    }


    /* ---------------------------- Section 4 -------------------------- */

    .about_section4 {
        padding: 30px 4%;
    }

    .about_section4 h2 {
        font-size: 28px;
    }

    .about_section4 .slab {
        flex-direction: column;
        gap: 30px;
    }

    .about_section4 .slab .left .box {
        height: fit-content;
        flex-direction: column;
        border-radius: 10px;
    }

    .about_section4 .slab .left .box .tell {
        width: 100% !important;
        border-radius: 0 0 10px 10px;
        padding: 15px;
    }

    .about_section4 .slab .right {
        margin-right: 0;
    }

    .half_circle{
        display: none;
    }

    .about_section4 .slab .right .box {
        display: flex;
        width: 320px;
        height: 320px;
    }

    .about_section4 .slab .right .box .inner_box {
        width: 240px;
        height: 240px;
    }

    .about_section4 .slab .right .box .inner_box .in_box {
        width: 200px;
        height: 200px;
    }

    .about_section4 .slab .right .box .inner_box .in_box img {
        width: 80px;
    }

    /* ----------------------------- Section 5 --------------------------------- */
    .about_section5 {
        padding: 30px 4%;
    }

    .about_section5 .box {
        padding: 30px 10px;
        height: 580px;
        justify-content: flex-start;
    }

    .about_section5 .box h2 {
        font-size: 26px;
    }

    .about_section5 .box p {
        font-size: 18px;
    }

    .sign{
        padding: 10px;
        bottom: 10px;
    }

    /* -------------------------- Section 6 ------------------- */
    .about_section6{
        padding: 30px 4%;
        align-items: flex-start;
    }

    .about_section6 p {
        width: 100%;
        text-align: left;
    }
    .about_section6 h2 {
        font-size: 28px;
    }

    .about_section6 .boxes {
        flex-direction: column;
        width: 100%;
    }

    .about_section6 .boxes .box {
        width: 100%;
        padding: 15px;
        height: fit-content;
    }

    .about_section6 .boxes .box .details p{
        margin-top: -10px;
        color: #313131;
    }

    .about_section6 .boxes .box .details img {
        height: 80px;
        width: 80px;
    }

    .about_section6 .boxes .box .details {
       flex-direction: column;
       gap: 10px;
       align-items: flex-start;
    }
}