body,
html {
  overflow-x: hidden;
}

#swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-slide .slideimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-active {
  position: absolute;
  width: max-content !important;
  z-index: 3;
  left: 50% !important;
  bottom: 3% !important;
  transform: translate(-50%, 0);
}

.swiper-active .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-active .swiper-pagination-bullet-active {
  width: 35px;
  height: 12px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.mob {
  display: none !important;
}