

/* .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.swiper-slide .container .position-absolute {
  z-index: 2;
}
.swiper-slide .text-light h1,
.swiper-slide .text-light h4 {
  text-shadow: 0 0 0 #495057;
} */
