body {
    background-color: #f4f2eb !important;
}

.logo {
    width: 15%;
    height: 15%;
}

.hr {
    border: 2px solid black;
    opacity: 1;
    width: 90%;
}



.row-post {
    background-color: rgba(255, 67, 99, 0.122);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card-post {
    border: 5px solid rgb(255, 255, 255);
}

.gal-item {
    overflow: hidden;
    padding: 8px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.post-button {
    text-decoration: none !important;
    color: red !important;
}

.card {
}

.aboutus {
    background-color: #f4f2eb;
    max-width: 60%;
    box-shadow: #6d1568 13px 8px;
    border: 5px solid #6d1568;
    border-radius: 15px;
    font-size: 40px;
}

.about-us {
    margin-top: 1rem !important;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    text-align: center;
}


/* Responsive */
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .about-us {
        padding: 7px;
        font-weight: 400;
        font-size: 2rem;
    }
    .aboutus {

        max-width: 80%;

    }
    #carouselExampleIndicators {
        margin-top: 1rem;
    }

    #carousel-img{
        width: 80px;
    }
  }

.image-containerz {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Maintain 1:1 aspect ratio */
}

.image-containerz img,
.image-containerz video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
