@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 {
    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: linear-gradient(to top right, #000 , transparent);
}

.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;
    text-align: center;
}

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

.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 ------------------------------ */
.capa_section2_container {
    background-color: #F7FEFD;
}
.capa_section2 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
}

.capa_section2 .left {
    width: 50%;
}

.capa_section2 .left p {
    line-height: 2;
}

.capa_section2 .left h3 {
    font-size: 24px;
}

.capa_section2 .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capa_section2 .right ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .capa_section2 .right ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 180px;
    background: radial-gradient(#547AEB, #304585);
    height: 150px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .capa_section2 .right ul li.active{
    transform: scale(1.07);
  }
  
  .capa_section2 .right ul li:hover{
    transform: scale(1.07);
    transition: transform 0.3s ease;
  }
  
  .capa_section2 .right ul:last-child{
    margin-left: -20px;
  }
  
  .capa_section2 .right ul:first-child{
    margin-right: -20px;
  }
  
  .capa_section2 .right ul li .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 130px;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }
  
  .capa_section2 .right ul li .inner .content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 125px;
    background: radial-gradient(#547AEB, #304585);
    color: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  /* .capa_section2 .right ul li.active{
    background-color: red;
  } */

.capa_section2 .left .box {
    display: none;
    flex-direction: column;
    gap: 30px;
}

.capa_section2 .left .box.active {
    display: flex;
}


/* ----------------------- Section 3------------------------- */
.capa_section3 {
    padding: 40px 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.capa_section3 .boxes {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.capa_section3 .boxes .box {
    width: calc(14.2% - 17px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    border-radius: 4px;
    background-color: #ccd7f9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.capa_section3 .boxes .box:hover {
    transform: translateY(-5px);
}

.capa_section3 .boxes .box img {
    aspect-ratio: 1/1;
    display: block;
    object-position: left;
    object-fit: cover;
    width: 100%;
}

.capa_section3 .boxes .box p{
    text-align: center;
}

.capa_section3 .boxes .box.active:last-child::after {
    display: none;
}

.capa_section3 .boxes .box.active:first-child::before {
    display: none;
}

.capa_section3 .boxes .box.active:last-child {
    /* transform: scale(1);  */
    border-radius: 4px 4px 0 0
}

.capa_section3 .boxes .box.active:first-child {
    /* transform: scale(1);  */
    border-radius: 4px 4px 0 0
}

.capa_section3 .boxes .box.active::after {
    position: absolute;
    z-index: 1;
    content: '';
    background-color: #fff;
    right: -20px;
    bottom: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #547aeb;
}

.capa_section3 .boxes .box.active::before {
    position: absolute;
    z-index: 1;
    content: '';
    background-color: #fff;
    left: -20px;
    bottom: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 10px 10px 0 #547aeb;
}

.capa_section3 .boxes .box.active {
    position: relative;
    transform: scale(1.07);
    background-color: #547aeb;
    height: 250px;
    color: #fff;

    img {
        border: 2px solid #fff;
        border-radius: 8px 8px 0 0;
    }
}
.capa_section3 .slabs{
    width: 100%;
}

.capa_section3 .slabs .slab{
    position: relative;
}

.capa_section3 .slabs .slab small{
    width: 300px;
    font-size: 10px;
    color: #fff;
    right: 10px;
    bottom: 10px;
    position: absolute;
}


/* ---------------------- */
.capa_section3 .slab h3{
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.capa_section3 .slab .details{
    display: flex;
    align-items: center;
    gap: 10px;
}

.capa_section3 .slab .details .span small{
    margin-top: -20px;
    color: #fff;
    position: relative !important;
}

.capa_section3 .slab img{
    width: 80px;
}

.cups{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cup{
    background-color: #fff;
    width: calc(33.3% - 13px);
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    min-height: 240px;
}

.cup p{
    margin-top: 10px;
    font-size: 14px;
}

.cup h3{
    font-size: 22px !important;
    color: #547AEB !important;
}



/* ---------------------- */

.capa_section3 .slab {
    background-color: #547aeb;
    width: 100%;
    display: none;
    padding: 25px 30px;
    transition: display 0.3s ease;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.capa_section3 .slab.active {
    display: flex;
    transition: display 0.3s ease;
}

.capa_section3 .slab .left {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capa_section3 .slab button {
    font-family: 'Poppins';
    background-color: #fff;
    color: #547aeb;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.capa_section3 .cases {
    margin-top: 40px;
    width: 100%;
}

.cases .case {
    display: none;
}

.cases .case.active {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.case .card {
    width: calc(50% - 15px);
    min-height: 350px;
    background: linear-gradient(to bottom, #547aeb, #304585);
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case .card:hover {
    transform: scale(1.06);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.case .card p {
    text-align: left;
    font-weight: 300;
    line-height: 1.7;
    color: #ffff;
    font-size: 15px;

}

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

.capa_section4 p {
    line-height: 1.7;
    text-align: center;
}

.capa_section4 img {
    width: 280px;
}



/* ************************* RESPONSIVE ********************************* */





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

    .about_section1{
        padding: 40px 4%;
    }

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

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

    /* ------------------------------ Section 2 ---------------------- */
    .capa_section2{
        flex-direction: column;
        gap: 30px;
    }

    .capa_section2 .left {
        width: 100%;
    }

    .capa_section2 .right {
        width: 100%;
    }

    .capa_section2 .right img{
        width: 100%;
    }

    .capa_section2 .right ul{
        gap: 10px;
    }

    .capa_section2 .right ul li{
        width: 140px;
        height: 130px;
    }

    .capa_section2 .right ul li .inner{
        width: 130px;
        height: 120px;
    }

    .capa_section2 .right ul li .inner .content{
        width: 125px;
        height: 115px;
        font-size: 14px;
    }
    /* --------------------------------Section 3--------------------------- */
    .capa_section3 {
        padding: 30px 4%;
        gap: 30px;
    }
    
    .capa_section3 .boxes .box {
        width: calc(50% - 10px);
    }

    .capa_section3 .slab {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .capa_section3 .slab .left {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .capa_section3 .slab .left .content {
        width: 100%;
    }

    .capa_section3 .slab .left .content_img {
        width: 100% !important;
        margin-right: 0;
    }

    .capa_section3 .slab .right {
        width: 100%;
    }

    .capa_section3 .boxes {
        gap: 20px;
    }

    .capa_section3 .boxes .box.active::before {
        display: none;
    }
    .capa_section3 .boxes .box.active::after {
        display: none;
    }

    .capa_section3 .boxes .box.active {
        position: relative;
        transform: scale(1.02);
        background-color: #547aeb;
        height: fit-content;
        color: #fff;
    
        img {
            border: 2px solid #fff;
            border-radius: 8px 8px 0 0;
        }
    }

    .capa_section3 .slabs .slab small {
        position: relative;
    }





    .cup{
        width: 100%;
        height: fit-content;
    }


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

    .capa_section4 p {
        line-height: 1.7;
        text-align: left;
    }
    
    .capa_section4 img {
        width: 200px;
    }
    

    .capa_section3 .cases .case.active {
        flex-wrap: wrap;
    }

    .case .card {
        width: 100%;
        height: fit-content;
    }

}