body {
    background-color: #f4f2eb;
}

#main-container2 {
    margin-top: 30%;
}
.logo {
    width: 15%;
    height: 15%;
}

.hr {
    border: 2px solid black;
    opacity: 1;
    width: 90%;
}

.event-title {
    font-weight: 900;
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.event-subtitle {
    color: rgb(96, 95, 95);
    margin-bottom: 5px;
}
.event-title2 {
    font-weight: 800;
    font-size: 25px;
    color: rgb(48, 47, 47);
    margin-bottom: 5px;
}

.event-subtitle2 {
    color: rgb(96, 95, 95);
    margin-bottom: 5px;
}

.event-title3 {
    font-weight: 500;
    font-size: 15px;
    color: rgb(0, 0, 0);
    white-space: pre-line;
    line-height: 20px;
}

.hover-up:hover {
    transform: translateY(-10px); /* Adjust the value as needed */
}

.image-text {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-container {
    border: 10px inset rgba(255, 247, 7, 0.582);
    padding: 0.5rem 0.5rem 0;
    background-color: rgba(250, 239, 80, 0.368);
    box-shadow: 5px 5px 3px 0px rgba(157, 157, 157, 1);
}

.more-event {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.carousel {
    position: relative;
}

.carousel-item img {
    object-fit: cover;
}
#carousel-thumbs {
    background: #c7f9bc5e;
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}
#carousel-thumbs img {
    border: 5px solid rgba(234, 77, 255, 0.727);
    cursor: pointer;
    min-height: 150px;
}
#carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, 0.3);
}
#carousel-thumbs .selected img {
    border-color: rgb(234, 77, 255);
}
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.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;
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
        min-height: 4rem;
    }
    .about-us {
        padding: 7px;
        font-weight: 400;
        font-size: 2rem;
    }
    .about-us {
        max-width: 90% !important;
    }
}
@media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
        position: absolute;
        min-height: 4rem;
    }

    .header-title h3 {
        font-weight: 700;
        font-size: 30px;
        color: white;
    }
    .more-event {
        margin-top: 3rem;
    }
}
@media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
    .more-event {
        margin-top: 3rem;
    }
}

@media only screen and (min-width: 768px) {
    .more-event {
        margin-top: 3rem;
    }

    #event-card {
        border: 4px solid rgb(234, 77, 255);
    }
}

#backbtn {
    font-size: 1rem;
    color: rgb(55, 100, 55);
}

.carousel-caption {
    margin-bottom: 150px;

    background-color: rgba(0, 0, 0, 0.159);
}

.carousel-caption h3 {
    color: white;
    text-shadow: 4px 3px 3px rgba(128, 22, 110, 1);
}

.event {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: 1px;
}
.event:hover {
    transform: scale(1.03);
    transition: 0.5s;
}
