@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.swiper-container {
  position: relative;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  background-attachment: local;
}


@media (min-width: 56px) {
  .swiper-slide {
    height: 130px;
  }
}

@media (min-width: 568px) {
  .swiper-slide {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .swiper-slide {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .swiper-slide {
    height: 400px;
  }
}



/*# sourceMappingURL=slider.css.map */
