/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: poppins !important;
} */

.about_content {
    padding: 50px 0px;
}

.about-image-2.wow.fadeInUp {
    width: 85%;
}

.about_content p {
    font-size: 15px;
    color: #4a4a4a;
}

/* .about_content .about_img1 {
    width: 80%;
    animation: morphing 5s infinite ease-in-out; 
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0,0,0,0.2);
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
} */


@media screen and (max-width:767px) {
    .about_content p {
        margin-bottom: 60px;
        margin-top: 20px;
        text-align: justify;
    }

    .about_content .about_img1 {
        width: 100%;
        animation: morphing 5s infinite ease-in-out;
    }

    @keyframes morphing {
        0% {
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
        }

        25% {
            border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
        }

        50% {
            border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
            box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
        }

        75% {
            border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
        }
    }

    .about_sec2 p {
        text-align: justify;

    }
}

.about_content .about_img1 {
    width: 90%;
    animation: morphing 5s infinite ease-in-out;
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

/* .about_img1 {
    width: 80%;
    animation: morphing1 5s infinite ease-in-out,
        morphing2 6s infinite ease-in-out,
        morphing3 7s infinite ease-in-out;
}

@keyframes morphing1 {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes morphing2 {
    0% {
        border-radius: 25% 75% 60% 40% / 50% 50% 50% 50%;
        box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    }

    50% {
        border-radius: 40% 60% 50% 50% / 60% 40% 60% 40%;
        box-shadow: -10px -10px 50px rgba(0, 0, 0, 0.2);
    }

    100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    }
}

@keyframes morphing3 {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
        box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    }

    30% {
        border-radius: 60% 40% 50% 50% / 40% 60% 60% 40%;
    }

    60% {
        border-radius: 55% 45% 60% 40% / 45% 55% 45% 55%;
    }

    100% {
        border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
        box-shadow: -10px -5px 40px rgba(0, 0, 0, 0.2);
    }
} */

.about_contents {
    padding: 50px 0px 0px 0px;
}

.about_contents p {
    margin-top: 30px;
}

.about_sec2 {
    padding: 0px 0px 50px 0px;
}


.about_sec2 p {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 20px;

}

.about_sec3 p {
    font-size: 15px;
    color: #4a4a4a;
    margin-top: 20px;
}

.about_sec4 {
    background-image: url(./images/aboutschive.avif);
    background-size: cover;
    text-align: center;
    padding: 100px 10px;
    background-position: right;
    margin: 50px 0px;
}