html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}
.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;
}
@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}


#rental_testimonials {
    background: radial-gradient(22.47% 49.62% at 46.6% 45.25%, #5B5959 0%, #282828 50.11%, #080808 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.film-review-text {
    font-family: Montserrat;
    font-weight: 700;
    font-style: italic;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1%;
    color: #E3DEDE;
}
.film-review-text::before {
    content: '"';
    font-size: 4rem;
    
    position: absolute;
    left: -30px;
    top: -20px;
    color: #E3DEDE;
    font-family: 'PT Serif Caption', serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1%;

}

.film-review-text::after {
    content: '"';
    font-size: 4rem;
    position: absolute;
    right: -30px;
    bottom: -30px;
    color: #E3DEDE;
    font-family: 'PT Serif Caption', serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1%;
}
/* Container for slider navigation */
.film-review-slider-nav {
    z-index: 10;
    padding: 0 20px;
}


/* Container for arrow buttons */
.film-review-slider-arrows {
    display: flex;
    align-items: center;
}
.film-review-slider-arrows-button {
    transform: none !important;
    background: #1D1D1D;
    border-radius: 50%;
    border: solid 1px #494949;
}
.film-review-slider-arrows-button:hover {
    background: #414141;
}

/* Container for tiny-slider navigation dots */
.film-review-tns-nav-container {
    display: flex;
    gap: 8px;
    background: #1D1D1D;
    padding: 10px 15px;
}


.film-review-tns-nav-item {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #494949;
    border: none;
    transition: all 0.3s ease;
}
.film-review-tns-nav-item.tns-nav-active {
    background: #6E6EEF;
}


@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 */
    }
}

