.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
  bottom: 0 !important;
  left: 0;
  padding: 10px;

}

.swiper-pagination-bullet {
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.28 10.28'><rect x='1.51' y='1.51' width='7.27' height='7.27' transform='rotate(45 5.14 5.14)' fill='%237f7e37'/></svg>");
  background-repeat: no-repeat;
  color: #7f7e37;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: none;
}

.swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.28 10.28'><rect x='1.51' y='1.51' width='7.27' height='7.27' transform='rotate(45 5.14 5.14)' fill='%23e8dab2'/></svg>");

  /* background: #eac11a  !important ; */
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container {
  width: 100%;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.swiper-slide {
  width: 500px;
  height: auto;
  padding: 0 15px;
}

.two .swiper-slide {
  width: 64dvi;
  text-align: center;

}

.two .swiper-slide>div {
  transform: scale(0.85);
  transition: transform 0.4s ease;
  transform-origin: center center;
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.5));
}

.two .swiper-slide.swiper-slide-active>div {
  transform: scale(1);
}

.btnNext,
.btnPrev {
  position: absolute;
  bottom: 0;
  padding: 5px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.btnNext {
  right: 35%;
}

/* Prev button */
.btnPrev {
  left: 35%;
}

.fitsimage {
  width: 100%;
  height: 32dvi;
  object-fit: cover;
  display: block;
  -webkit-mask-image: url('../images/pattern-mask.png');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url('../images/pattern-mask.png');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;


}

.btnPrev i {
  display: none;
}

.btnNext i {
  display: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
  bottom: 0 !important;
  left: 0;
  padding: 10px;
}

@media (max-width: 600px) {
  .fitsimage {
    box-shadow: unset;
    width: 100%;
    height: 58dvi;
    object-fit: cover;
    /* scale: 0.6; */
  }

  .swiper-container {
    width: 100%;
  }

  .two .swiper-slide {
    /* width: 100%; */
    width: 78dvi;
    text-align: center;
    padding: 2px;
  }

  .btnNext {
    position: absolute;
    right: 10%;
    bottom: 0;
  }

  .btnPrev {
    position: absolute;
    left: 10%;
    bottom: 0;
  }

  .swiper-pagination {
    scale: 0.8;
  }

  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}