.s-block__title,
.top-navbar {
    display: none;
}
.offers .swiper-fade .swiper-slide * {
    color: white !important;
}
body.index .navbar-brand img:not(.fixed-pinned .navbar-brand img) {
    opacity: 0;
}

/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  
/* start customize setion*/
.md\:grid-cols-3 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 30% !important;
    height: 340px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 25% !important;
    height: 215px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 40% !important;
    height: 130px !important;
    background-color:unset;
}
}

/* end customize setion*/

.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}

.banner-entry>div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry>div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0) 100%);
}

.banner-entry>div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry>div:active:after {
    opacity: 0;
}

.banner-entry>div:not(:hover) {
    transform: scale(0.95);
}

@media (max-width: 768px) {
.landing-page-fixed-bannar .photo>p {
    display: none;
}

section.landing-page-fixed-bannar.landing-page-fixed-bannar-0.translate-y-\[-75px\].md\:translate-y-\[-105px\].px-4.py-\[5px\].flex.items-center.justify-around {
    gap: 7px;
}
.leading-9 {
    line-height: 2.25rem;
    font-size: 23px;
}
.sq-images .mbclass,
p.getter.font-medium,
h2.title.flex {
    color: white !important;
}
}
img.max-w-24.mb-2 {
    filter: invert(100%) brightness(2);
}