html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}
.date_and_totals .row {
    display: table;
}
#total_cost_table .row {
    display: table;
}
.header-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#header-video-player, .header-hero-image-backgound {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.edetails_share {
    display: inline;
}

.laurel-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px; /* Adjust height as needed */
}

.laurel-slider-container.zero, .laurel-slider-container.md-zero, .laurel-slider-container.lg-zero{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
}
.laurel-slider {
    display: flex;
    position: absolute;
    width: 200%; /* Double the width to create the infinite loop effect */
}
.laurel-slider.normal {
    animation: scroll 60s linear infinite; /* Adjust duration for speed */
}
.laurel-slider.slow {
    animation: scroll 100s linear infinite; /* Adjust duration for speed */
}
.laurel-slider.d-zero {
    
}
.laurel-slide {
    width: 450px; /* Half of the container width */
    height: 100%;
    display: flex;
    justify-content: center;
}
.find-tickets-link {
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}


@media screen and (min-width: 1440px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1440px;
        height: 810px;
    }
}


@media screen and (min-width: 1440px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1920px;
        height: 1080px;
    }
}
@media screen and (min-width: 1920px) {
    #header-video-player, .header-hero-image-backgound{
        width: 2560px;
        height: 1440px;
    }
}

@media screen and (min-width: 2560px) {
    #header-video-player, .header-hero-image-backgound{
        width: 2560px;
        height: 1440px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Media Queries */
@media (max-width: 1200px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1280px;
        height: 720px;
    }
}

@media (max-width: 992px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1200px;
    }
}

@media (max-width: 768px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1280px;
        height: 720px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .powered_by_gathr {
        bottom: 100px;
    }
    /* .section_film_event_right {
        background: rgb(39,39,39);
    } */
}

@media (max-width: 480px) {
    #header-video-player, .header-hero-image-backgound {
        width: 1280px;
        height: 720px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {
    .laurel-slider.normal {
        animation: scroll 60s linear infinite; /* Faster for smaller screens */
    }
    .laurel-slider.slow {
        animation: scroll 100s linear infinite; /* Adjust duration for speed */
    }
    .laurel-slider.fast {
        animation: scroll 30s linear infinite; /* Faster for smaller screens */
    }
    .laurel-slider.md-zero,.laurel-slider.lg-zero{
        animation: scroll 60s linear infinite; /* Adjust duration for speed */
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .laurel-slider.normal {
        animation: scroll 60s linear infinite; /* Medium speed for tablets */
    }
    .laurel-slider.slow {
        animation: scroll 100s linear infinite; /* Adjust duration for speed */
    }
    .laurel-slider.fast {
        animation: scroll 30s linear infinite; /* Faster for smaller screens */
    }
    .laurel-slider.lg-zero{
        animation: scroll 60s linear infinite; /* Adjust duration for speed */
    }
}
@media (min-width: 1025px) {
    .laurel-slider.normal {
        animation: scroll 60s linear infinite; /* Slower for larger screens */
    }
    .laurel-slider.slow {
        animation: scroll 100s linear infinite; /* Adjust duration for speed */
    }
    .laurel-slider.fast {
        animation: scroll 30s linear infinite; /* Faster for smaller screens */
    }
}

