.swiper {
    width: 90%;
    max-width: 400px;
    height: 400px;
    margin-bottom: 100px;
  }

.swiper-slide video,
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination{
  --swiper-pagination-color: rgba(245, 232, 216);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(245, 232, 216, 0.5); /* optional background */
  border-radius: 50%;
  padding: 10px;
  --swiper-navigation-color: black;
}

.mgtop{
  margin-top: 80px;
}