#banners {
  padding-top: 20px;
}

#banners .inner .banners {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

#banners .swiper-slide {
  width: 240px;
  transition:
    transform .4s ease,
    blur .4s ease,
    opacity .4s ease;
}

#banners .swiper-slide-active {
  transform: scale(1.25);
  filter: blur(0);
  opacity: 1;
  z-index: 2;
}

#banners .swiper-slide-prev,
#banners .swiper-slide-next {
  transform: scale(0.85);
  filter: blur(1.5px);
  opacity: 0.7;
}

#banners .swiper.is-single .swiper-slide {
  width: 50% !important;
  margin: 0 auto !important;
  transform: scale(1) !important;
  filter: none !important;
  transform: scale(1) !important;
}

#banners .swiper.is-two .swiper-wrapper {
  display: flex;
  justify-content: center;
}

#banners .swiper.is-two .swiper-slide {
  width: calc((100% - 20px) / 2);
  transform: none;
  filter: none;
  opacity: 1;
}

#banners .swiper.is-two .swiper-slide:last-of-type {
  margin-right: 0 !important;
}

#banners .swiper.is-two .swiper-slide-prev,
#banners .swiper.is-two .swiper-slide-next {
  filter: none;
  opacity: 1;
}

#banners .swiper.is-two .swiper-slide-active {
  transform: none;
}

#banners .swiper.is-two .swiper-pagination {
  display: none;
}

#banners .swiper.is-three .swiper-slide {
  transform: none;
  filter: none;
  opacity: 1;
}

#banners .swiper.is-three .swiper-slide-active,
#banners .swiper.is-three .swiper-slide-prev,
#banners .swiper.is-three .swiper-slide-next {
  transform: none;
  filter: none;
  opacity: 1;
}

#banners .banners a {
  display: block;
  width: 100%;
}

#banners .inner .banners img {
  display: block;
  object-fit: contain;
  width: 100%;
  aspect-ratio: inherit;
}

/* ... */
/* #banners .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

#banners .swiper-pagination-bullet-active {
  background-color: var(--theme-color) !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px !important;
} */

/* --- */
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: inherit !important;
  bottom: 0px !important;
}

#banners .swiper-pagination-progressbar {
  height: 3px;
  background: rgba(9, 9, 9, .1);
}

#banners .swiper-pagination-progressbar-fill {
  background: var(--theme-color-p);
}

.footer_banners {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer_banners img {
  object-fit: contain;
  width: 100%;
}
