.swiper-container {
  padding-top: 25px!important;
  padding-bottom: 50px!important;
  font-family: 'Arima Madurai'!important;
}

.swiper-wrapper {
  height: auto!important;
}

@media (min-width: 300px) and (max-width: 1599px) {
  .swiper-container {
    width: 100%!important;
  }
}

@media (min-width: 1600px) {
  .swiper-container {
    width: 85%!important;
  }
}

.swiper-slide {
  position: relative!important;
  background-position: center!important;
  background-size: cover!important;
  overflow: hidden!important;
  border: 10px solid #fff!important;
  border-radius: 5px!important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%)!important;
}

.swiper-slide, .swiper-slide img {
  width: 350px!important;
  height: 300px!important;
}

.swiper-slide img {
  transition: transform 0.2s linear!important;
}

.swiper-slide:hover img {
  transform: scale(1.2)!important;
}

.swiper-slide-text {
  position: absolute!important;
  bottom: 0!important;
  color: white!important;
  z-index: 2!important;
  background: rgba(0,0,0,0.6)!important;
  width: 100%!important;
  text-align: center!important;
  padding: 5px 0!important;
}

.swiper-pagination-bullet-active {
  background-color: red!important;
}

