/** video-section **/


.video-section {
    width: 100%;

}

.slider-wrapper {
    width: 100%;
}

.slider-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out; /* Smooth sliding effect */
}

.video-container {
    flex: 0 0 100%; /* Each container takes full width */
    box-sizing: border-box;
}
.bg-layer{
    width: 100%;
}
.bg-layer img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
