/* LOGO */

.default-logo img {
  width: 100% !important;
}

/* PHONE ICON IN HEADER */

html[lang="ar"] .sicon-phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* CATEGEORIES BANNERS */

.banners-grid--6 .banner-entry {
    min-height: 274px;
}

.footer-lang-currency-btns .s-button-outline {
    border-width: 0px;
}

/* MAIN BANNER CONTENT */


html[lang="ar"] #main-slider-1-0 .lg:gap-5 h2 {
display: none;
    }

html[lang="ar"] #main-slider-1-0 .more-link--arrowed {
    background-color: white;
    }

html[lang="ar"] #main-slider-1-0 .container {
    padding: 0 !important;
    max-width:100%;
    justify-content: unset !important;
    }


html[lang="ar"] #main-slider-1-0 .more-link--arrowed {
    width: 200vh;
    height: 100vh;
    opacity: 0;
    }
    
html[lang="ar"] #main-slider-1-1 {
    display:none;
    }


html[lang="en"] #main-slider-1-1 .lg:gap-5 h2 {
display: none;
    }

html[lang="en"] #main-slider-1-1 .more-link--arrowed {
    background-color: white;
    }

html[lang="en"] #main-slider-1-1 .container {
    padding: 0 !important;
    max-width:100%;
    justify-content: unset !important;
    }


html[lang="en"] #main-slider-1-1 .more-link--arrowed {
    width: 200vh;
    height: 100vh;
    opacity: 0;
    }
    
 html[lang="en"] #main-slider-1-0 {
    display:none;
    } 
    
.container.slide-content.flex.items-center.justify-end.content-is-end.sm\:px-5.md\:px-20.lg\:px-32 {
opacity:0;
}






.justify-end {
    justify-content: left;
}

.lg\:text-5xl {
    font-size: 4rem;
}



@media (min-width: 1024px) {
.slide-content .text-2xl {
  margin-bottom: 0 !important;
}

.slide-content .mb-3 {
  text-align: justify;
  margin-bottom: 10px !important;
}
}

html[lang="ar"] .slide-content  .more-link--arrowed {
    /* width: 38%; */
    /*
    padding-right: 8px;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 0 11px #ffffff;
    border-radius: 20px;
    align-self: flex-start;
}
*//*
html[lang="en"] .slide-content .more-link--arrowed {
    /*width: 35%;*/
    /*
    padding-left: 9px;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 0 11px #ffffff;
    border-radius: 20px;
    align-self: flex-start;
}

*/

/* PHONE SIZE */

 @media (max-width: 1024px) {

.swiper-slide-visible .justify-end {
    justify-content: center;
    align-items: flex-start;
    margin-top:73px;
    text-align: center;
    line-height: 1.75rem;
    margin-bottom: 1.5rem !important;
}
.slide-content .more-link--arrowed {
    align-self:center !important;
}
}

/* العربية: إخفاء البنر الإنجليزي */
html[lang="ar"] #main-slider-1-1 {
    display: none !important;
}

/* الإنجليزية: إخفاء البنر العربي */
html[lang="en"] #main-slider-1-0 {
    display: none !important;
}