/* Add custom CSS styles below */ 
section#video-banner .containt.flex {
    z-index: 10;
    right: 38%;
    top: 15%;
}
section#video-banner .containt.flex svg{
  display: none;
}
section.bunner_leila .title_subtitle.justify-center {
    background: rgba(166, 117, 77, 0.2) !important;
    border: 1px solid #ffe0c742;
    backdrop-filter: blur(5px);
    height: auto;
}
.users_posts .thumbs-title-subtitle h2, .users_posts .thumbs-title-subtitle p {
    color: #fff !important;
}
.users_posts .thumbs-title-subtitle .s-slider-wrapper .s-slider-thumbs {
    opacity: 0;
}
/* Banner */
.index salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
   border-radius: 0 !important;
}
.index .s-block.s-block--photos-slider img{
    border-radius: 0 !important;
} 
.index salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.index .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
section.L_special-title h1.text-2xl {
    color: #591C20;
}
section.L_special-title svg.w-full path[fill="#000000"] {
    fill: #591C20;
}

@media (max-width: 600px) {
section#video-banner .containt.flex {
    right: 30%;
}
  .bunner_leila .container {
        background-position: 95%;
    }
.bunner_leila .container .main_content .reight-content {
    height: 20rem;
}
}
@media (min-width: 1000px) {
  section#video-banner {
    height: 80vh;
}
}