.s-block--hero-slider .swiper-slide .overlay-bg:after, .s-block--slider-with-bg .slider-bg:before{
  display: none;
}
.s-slider-nav-arrow {
  display: none;
}
@media (min-width: 1024px) {
   .swiper-wrapper .lg\:text-title-size {
    font-size: 40px;
  }
}


 .banner-entry {
  h3, p {
    opacity: 1;
  }
}
  .banner-entry.has-overlay:after {
    background: transparent !important;
  }
/* start of categories swiper */
.s-block--categories {
  .swiper-wrapper {
    justify-content: center;
    @media (max-width: 767px) {
      justify-content: start;
      gap: 0;
    }
  }

  .slide--cat-entry {
    height: auto;
    background-color: white;
    border: none;
      padding-block: 2rem;
     i {
      display: none;
    }
    h2 {
      margin-block-start: 1rem;
    }
  }

  .slide--cat-entry::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 50px;
  }


  .swiper-slide:nth-child(1) a::before {
    background-image: url("https://i.ibb.co/bM6k5H22/areej-1.png");
  }
  
  .swiper-slide:nth-child(2) a::before {
    background-image: url("  https://i.ibb.co/TD969R9T/areej-2.png");
  }
  
  .swiper-slide:nth-child(3) a::before {
    background-image: url("https://i.ibb.co/4ZtQGxTc/areej-3.png");
  }
  
  .swiper-slide:nth-child(4) a::before {
    background-image: url("https://i.ibb.co/HTdNSbkZ/areej-4.png");
  }
    .swiper-slide:nth-child(5) a::before {
    background-image: url("https://i.ibb.co/PvwGVQHP/areej-5.png");
  }
}
/* end of categories swiper */
.s-block--banners {
  a ,article{
    padding: 0 !important;
  }
}