/* Add custom CSS styles below */ 
    body:after {
    content:"";
      background-image: url('https://ik.imagekit.io/hetvpbdlww/%D8%AE%D9%84%D9%81%D9%8A%D8%A9%20%D8%B4%D9%81%D8%A7%D9%81%D8%A9%20%D9%84%D9%84%D9%85%D9%88%D9%82%D8%B9.png'); 
  width: 100%;
  height: 100%;
  inset: 0;
  position: fixed;
    z-index: -1;
    background-size: cover;
    }
    
.categ-main .swiper .swiper-wrapper .swiper-slide a img {
    border-radius: 20px;
}

.main_Subcateg_content img {
    border-radius: 20px;
}

.categ-main .swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.slide--cat-entry h2{
display: none;
}

.main_Subcateg_content h1{
display: none;
}

@media (max-width: 576px) {
    .categ-main .swiper .swiper-wrapper .swiper-slide {
        width: 33%;
    }
    
        .slide--cat-entry h2 {
        font-size: 15px !important;
        height: 50px;
        text-align: center;
    }
    
.categ-main .swiper .swiper-wrapper .swiper-slide a img {
    border-radius: 10px;
}
.main_Subcateg_content img {
    border-radius: 10px;
}
}

@media (max-width: 768px) {
    .main_Subcateg {
     height:unset;
    }
    
.categ-main .swiper .swiper-wrapper .swiper-slide {
  height: unset;
  }
}

@media (max-width: 375px) {
    .categ-main .swiper .swiper-wrapper .swiper-slide {
        width: 50%;
    }
    
        .main_Subcateg_content img {
        width: 125px;
        height: 125px;
    }
}