.tab-container {
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 10px; */
    padding: 5%;
}

.tab-button {
    flex: 1;
    padding: 10px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.tab-button.active {
    background-color: #fff;
    /* color: white; */
    border-bottom: 2px solid #0fb1b8;
}

.tab-content {
    display: none;
    
}

.tab-content.active {
    display: block;
    padding: 5%;
}

.containerBazzar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 10px; */
    /* background-image: url("../images/Logobkg.png"); */
    height: 67vh;
    background-position: -290vh 609vh;
    background-size: cover;
    position: relative;
    height:auto  ;flex-direction: column;justify-content: flex-start;align-items: center;
    /* padding:0 5%; */
}
/* Overlay to simulate fading */
.containerBazzar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%); /* White semi-transparent overlay */
    z-index: 1;
    pointer-events: none; /* Allow interaction with content behind the overlay */

}

/* Ensure that content inside is above the overlay */
.containerBazzar > * {
    position: relative;
    z-index: 2;
}

.bazzarcard {
    position: relative;
    width: 100%;
    height: 40%;
    padding:0 5%;
    height: 64vh;
    margin-bottom: 5%;
}

.bazaarEvent-heading {
    position: absolute;
    bottom: 0; /* Adjust this value to position the text vertically */
    color: white; /* Set the color of the text (white works well for visibility over the image) */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a shadow for better readability over the image */
    /* transform: translate(-200%, -236%); */
    width: 90%;
    padding-left: 4%;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 0 0 10px 10px
}

.bazaardynamicTab1Container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bazaardynamicTab2Container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bazaarabout-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns the paragraph to the bottom */
    align-items: center; /* Centers the paragraph horizontally */
    /* height: 100vh;  */
    position: relative;
    padding: 5%;
    margin: 5%;
    box-shadow: 0px 14px 60px rgba(0, 0, 0, 5%);
    border-radius:5px ;
}

.bazaarabout-box ul {
    list-style-type: disc; /* Display bullets */
    padding-left: 20px; /* Indent the list */
    margin: 0px;
    width: 100%;
}

.bazaarabout-box ul li {
    margin-bottom: 10px; /* Space between list items */
    word-wrap: break-word;
    width: 100%;
}

.bazaarartistslider{
    max-width: 100%;
}