@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
.block__hero-slider {
  padding-top: 0;
}
.block__hero-slider .slide.swiper-slide {
  position: relative;
  height: 600px;
}
@media (min-width: 768px) {
  .block__hero-slider .slide.swiper-slide {
    height: 700px;
  }
}
.block__hero-slider .slide.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.block__hero-slider .slide.swiper-slide .wrap-img,
.block__hero-slider .slide.swiper-slide .wrap-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block__hero-slider .slide.swiper-slide .wrap-img img,
.block__hero-slider .slide.swiper-slide .wrap-img video,
.block__hero-slider .slide.swiper-slide .wrap-video img,
.block__hero-slider .slide.swiper-slide .wrap-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__hero-slider .swiper-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 32px !important;
  transform: translate(-50%) !important;
  display: flex;
  justify-content: flex-end;
  padding: 0 1rem;
}
.block__hero-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fcfcfd;
}