body {
    overflow-x: hidden;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

.main-slider .image-layer:before {
    background-image: linear-gradient(-90deg, rgb(224, 218, 237) 0%, rgba(243, 246, 248, 0) 100%);
}

.why-choose-one-img {
    top: -75px;
    left: -140px;
}

.video-container {
    z-index: -100;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#video-bg {
    width: 100%;
}