.header, .footer, .footer-contact {
  display: none;
}

.home-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
}

.home-hero .swiper {
  position: absolute;
  top: 0;
  left: 0;
}
.home-hero .swiper,
.home-hero .swiper-wrapper,
.home-hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero .swiper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 50%);
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
}

.home-hero .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow-x: auto;
}
.home-hero .swiper:not(.swiper-initialized) .swiper-slide {
  min-width: 100%;
}

