@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.bookmyshow {
    height: 40px;
    width: 150px;
    margin: 30px 0px 20px 180px;

}

.search_bar {

    width: max-content;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px 50px;
}

.header {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    margin: -65px 300px 0px 0px;
}

.button {
    margin: -45px 140px 0px 10px;
    text-align: right;
}

.btn {
    height: 32px;
    width: 80px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centers bars vertically */
    align-items: center;
    /* Centers bars horizontally */
    width: 50px;
    /* Size of the circular box */
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    /* Positioning in the top-right corner */
    background-color: #ffffff;
    /* Blue color for the rounded box */

    /* Makes the box round */
    padding: 10px;
    /* Adds space inside the rounded box */

    margin: 12px 55px 0px 0px;
}

.bar {
    height: 2px;
    /* Same height for all bars */
    width: 20px;
    /* Smaller width than the box */
    background-color: grey;
    /* White color for the lines */
    margin: 3px 0;
    /* Space between the bars */
    border-radius: 2px;
    transition: 0.3s;
}

.background_bar {
    background-color: #f7f7f7;
    margin: 10px 0px 0px 0px;
}

.bar_names {
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 100px;
    font-size: 16px;
}

.carousel-item {
    transition: transform 0.5s ease-in-out;
    /* Adjusts the sliding speed and smoothness */
}

.carousel-fade .carousel-item {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.active,
.carousel-fade .carousel-item-prev.active {
    transform: translateX(0);
}

.movie-poster {
    height: 300px;
    width: 200px;
    margin: 0px 10px 0px 50px;
    border-radius: 5px;
}

.caption_title {
    font-size: 19px;
    margin: 10px 0px 0px 50px;
}

.caption_genre {
    color: grey;
    font-size: 16px;
    margin: 0px 0px 0px 50px;
}

.images_head {
    margin: 50px 0px 10px 50px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 25px;
}

.images_list {
    margin: 30px 0px 0px 0px;
}

.bms_header {
    margin: 100px 0px 0px 150px;
    width: 1200px;
    height: 90px;
}

.Event_head {
    margin: 50px 0px 10px 80px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 25px;
}

.event_image {
    height: 200px;
    width: 200px;
    margin: 0px 0px 60px 80px;
    border-radius: 5px;
}

.bg_premire {
    padding: 0px 0px 20px 100px;
    margin: 0px 0px 10px 0px;
    background-color: #2B3149;
    width: 1550px;
    height: 600px;
    color: white;
}


.premire_images {
    height: 300px;
    width: 200px;
    margin: 0px 30px 0px 0px;
    border-radius: 5px;
}

.premire_title {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    font-family: "Roboto";
}

.premire_lang {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-family: "Roboto";
}

.music_poster {
    height: 350px;
    width: 220px;
    margin: 0px 0px 10px 80px;
    border-radius: 5px;
}

.music_head {
    margin: 50px 0px 10px 80px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 25px;
}

.music_title {
    margin: 0px 0px 0px 80px;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 600;
}

.music_place {
    color: grey;
    font-size: 16px;
    margin: 0px 0px 40px 80px;
}


.card {
    width: 120px;
    height: 70px;
}

.bg-footer {
    height: 100px;
    width: 1550px;
    background-size: 200px;
    background-color: #414142;

}

.foot {
    width: 1550px;
}