@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body,
html,
.nunito {
  font-family: "Nunito", sans-serif;
}

.swiper-cus-icon .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev" !important;
}
.swiper-cus-icon .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next" !important;
}

.cus-slider-swiper .swiper-pagination {
  bottom: 0;
  left: 0;
  padding: 0 0 2.5% 5%;
  width: auto;
}
.cus-slider-swiper .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}
.cus-slider-swiper .swiper-pagination-bullet-active {
  width: 3vw !important;
  background-color: #fff;
}
.cus-slider-swiper .swiper-pagination-bullet {
  width: 1.5vw;
  height: 3px;
  margin: 0 8px !important;
}
.cus-slider-swiper .swiper-slide-visible.swiper-slide-active .title-text {
  transform: translateX(0%) !important;
}
.cus-slider-swiper .title-text {
  transform: translateX(-200%) !important;
}
.feed-in.in-view .cus-overlay {
  opacity: 1 !important;
}
.in-view .cus-overlay {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}
header.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* .hide_with_form.activeblank {
  display: none;
} */
@media (max-width: 991px) {
  .cus-slider-swiper .swiper-pagination-bullet-active {
    background-color: #000000 !important;
    width: 8vw !important;
  }
  .cus-slider-swiper .swiper-pagination-bullet {
    width: 4vw;
    background-color: #8f9397;
  }
}
