.rs-cat-slider .category-part .cat-img {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
.rs-cat-slider .category-part .cat-img img {
  width: 100%;
}
.rs-cat-slider .category-part .cat-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30, 0, 69, 0.7);
  mix-blend-mode: hard-light;
  opacity: 0.7;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
.rs-cat-slider .category-part .cat-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}
.rs-cat-slider .category-part .cat-content h5 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.rs-cat-slider .category-part .cat-content h5 a {
  color: #fff;
}
.rs-cat-slider .category-part .cat-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.rs-cat-slider .swiper-navigation {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  position: absolute;
  top: -43px;
  right: 0;
}
.rs-cat-slider .swiper-navigation .slider-arrow {
  background: none;
  color: #5E5E5E;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.4s;
}
.rs-cat-slider .swiper-navigation .slider-arrow:hover {
  background: #7817F2;
  color: #FFFFFF;
}/*# sourceMappingURL=slider.css.map */