/* Landing */
.about-img .left-info p {
    margin-bottom: 0;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: justify;
    width: 50%;
    margin-left: 65px;
    transform: translateY(-40px);
    margin-top: 25px;
}

.about-landing .about-img .about-1 {
    height: 550px;
}

.about-img .mid-info {
    padding: 10px 40px;
    width: auto;
    background-color: #f4f4f4;
    /* background-color: #ffc929; */
    border-radius: 15px;
    text-align: center !important;
}

.about-img .mid-info img {
    height: 100px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.about-img .mid-info .title {
    color: #fff;
    background-color: #ffc929;
    padding: 5px;
    border-radius: 4px;
}

.about-img .right-info p {
    margin-bottom: 0;
    text-align: justify;
    -webkit-line-clamp: 14;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    /* margin-top: 40px; */
}

.about-img .right-info i {
    color: rgb(41, 134, 254);
    margin-top: 5px;
    margin-right: 5px;
}

@media (min-width:1200px) {
    .about-img .right-info p {
        -webkit-line-clamp: 17;
    }
}
@media (min-width:768px) and (max-width :990px) {
    .about-img .right-info p {
        -webkit-line-clamp: 11;
    }
}
@media (min-width:320px) and (max-width :767px) {

    .about-landing .about-img .about-1 {
        height: auto;
    }
    .about-img .right-info .about-2 {
        height: 306px;
    }
    .about-img .left-info p {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        transform: translate(0);
    }

    .about-img .mid-info img {
        /* height: 150px; */
    }

    .about-img .mid-info {
        margin: 10px auto 0;
    }
}

@media (min-width:768px) and (max-width :990px) {
    .about-landing .about-img .about-1 {
        height: 300px;
    }

    .about-img .left-info p {
        margin-left: 40px;
        transform: translateY(-20px);
    }

    .about-img .mid-info {
        padding: 0px 10px;
        position: absolute;
        bottom: 0px;
        left: 44%;
    }

    .about-img .mid-info img {
        /* height: 130px; */
    }

    .about-img .right-info {
        transform: translateY(30px);
    }

    .about-img .right-info .about-2 {
        transform: scaleX(1.8) translateX(-40px);
        height: 200px;
    }

    .about-img .right-info .info {
        transform: translate(-25px, -25px);
    }
}

@media (min-width:990px) {
    .about-img .mid-info {
        position: absolute;
        bottom: 50px;
        left: 47%;
    }

    .about-img .right-info {
        transform: translateY(60px);
    }

    .about-img .right-info .about-2 {
        transform: scaleX(1.8) translateX(-40px);
        height: 306px;
    }

    .about-img .right-info .info {
        transform: translate(-25px, -25px);
    }
}

@media (min-width:991px) and (max-width :1199px) {
    .about-img .mid-info {
        padding: 0 30px;
        left: 45%;
    }

    .about-img .mid-info img {
        /* height: 150px; */
    }
}





/* vision-and-mision */
.vision-and-mision .info {
    padding-left: 10px;
    border-left: 3px solid #EBD50C;
}

.vision-and-mision .info p {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.vision-and-mision .information {
    box-shadow: 0px 0px 15px 6px #AED0FCBA;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
}

.vision-and-mision .information img {
    width: auto;
    height: 70px;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 10px;
}

.vision-and-mision .information .title {
    margin: 10px 0;
    font-weight: bold;
}

.vision-and-mision .information .p {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

/* about */

.about {
    margin-top: 50px;
}

.about .about-content .title {
    color: var(--primary);
}

.about .about-content ul li i {
    color: var(--primary);
    font-size: 30px;
    margin-right: 10px;
}

.about .about-content ul li {
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    text-align: start !important;
}

.about .profile-img .profile {
    width: 100%;
    height: auto;
}

.about .profile-img .logo-img {
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: myAnim 2s ease-in-out 0s infinite normal forwards;
}

@keyframes myAnim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

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

@media (min-width:320px) and (max-width :767px) {
    .about {
        margin-top: 30px;
    }

    .about .about-content ul li {
        width: 100%;
    }

    .about .profile-img {
        margin-bottom: 30px;
    }

    .about .profile-img .profile {
        width: 100%;
        height: auto;

    }

    .about .profile-img .logo-img {
        height: 170px;
    }
}

@media (min-width:768px) and (max-width :990px) {
    .about .profile-img .logo-img {
        height: 150px;
    }
}

@media (min-width:1200px) {
    .about .profile-img .profile {
        aspect-ratio: 1/1;
        object-fit: contain;
        height: auto;

    }
}

@media (min-width:1440px) {
    .about .profile-img .logo-img {
        height: 230px;
    }
}