/* Add custom CSS styles below */ 
 video {
    height: 400px;
    object-fit: cover;
}
salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}
 .lazy__bg.lazy.entered.loaded{
        background-size: contain;
        background-repeat: no-repeat;
    }
    a.banner-entry.square-photos {
        background: transparent;
    }
    img {
        background: transparent !important;
        border-radius:0;
    }
body {
  background-image: url('https://i.ibb.co/6c0HRYYZ/image.png');
  background-size: cover;       /* تجعل الصورة تغطي العنصر بالكامل */
  background-position: center;  /* توسيط الصورة */
  background-repeat: no-repeat; /* منع تكرار الصورة */
}