/* HERO SLIDER */

.hero-slider-wrapper {
  overflow: hidden;
}

.hero-slide {
  height: 100vh !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: white !important;
}
.swiper-button-next {
  padding-right: 40px;
}
.swiper-button-prev {
  padding-left: 40px;
}
.black-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slider-img:hover .plus-layer {
  opacity: 1;
}
.plus-layer {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  opacity: 0;
  transition: all 300ms;
}
.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background-color: white !important;
}
.swiper-pagination {
  bottom: 64px !important;
}
/* HERO SLIDER */

/* PRODUCT SLIDER */
.product-slide {
  height: 475px !important;
  border-radius: 15px;
  overflow: hidden;
}
.product-slide img {
  height: 430px;
  border-radius: 15px;
}
.testo-descrizione {
  text-align: center;
  padding-top: 24px;
  text-transform: capitalize;
}

/* PRODUCT SLIDER */

/* IPOGEO SLIDER */

.btn-wrapper-ipogeo {
  display: flex;
  gap: 24px;
  width: min-content;
  margin: 64px auto;
}
.btn-wrapper-lightbox {
  margin: 34px auto;
}
.custom-white-swiper-button-disabled {
  opacity: 0.4;
}
.custom-black-swiper-button-disabled {
  opacity: 0.4;
}
.custom-white-swiper-button-prev {
}
.custom-white-swiper-button-next {
}
/* IPOGEO SLIDER */

/* IPOGEO LIGHTBOX SLIDER */

.lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.lightbox.show {
  display: flex;
}
.lightbox-content {
  margin: auto;
  width: 100%;
}
.slide-content {
  max-width: 1200px;
  width: 60%;
  margin: auto;
}
.lightbox .btn-arrow-container {
  color: white;
}
.closure-btn-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-35px, 35px);
  cursor: pointer;
  z-index: 90;
}

.ipogeo-slide-lightbox img {
  max-height: 600px;
}
/* IPOGEO LIGHTBOX SLIDER */

/* PROGETTI SLIDER */
.project-slide img {
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  transform: scale(1);
  transition: all 400ms;
}
.project-slide a {
  display: block;
  text-decoration: inherit;
  color: currentColor;
}
.project-slide a:hover .img-scale {
  transform: scale(0.9);
}

/* PROGETTI SLIDER */

@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
}
