.home-hero {
  position: relative;
  width: 100%;
}

.carousel-hero-wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 700px;
  overflow: hidden;
  background-color: var(--duda-green-dark);
}

.carousel-hero {
  width: 100%;
  position: relative;
}

.carousel-hero .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}

.carousel-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.carousel-hero .swiper-slide .carousel-hero-img {
  transition: 8.5s ease-out;
  transform: scale(1);
}

.carousel-hero .swiper-slide.swiper-slide-active .carousel-hero-img {
  transform: scale(1.15);
}

.carousel-hero .carousel-hero-img::before { 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(153deg, rgba(0,0,0,0.8323704481792717) 0%, rgba(0,0,0,0) 100%);
  opacity: 1;
  z-index: 2;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.30);
  z-index: 1;
  display: none;
}



.carousel-hero-content {
  width: 100%;
  max-width: 737px;
  position: relative;
  z-index: 2;
}

.carousel-hero-content .btn {
  margin: 20px 0 0;
}

.carousel-hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(3rem, 3vw, 4.2rem);
  margin: 0 0 16px 0;
}

.carousel-hero-content p {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', Times, serif;
}

.carousel-hero-nav {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.carousel-hero-pagination {
  padding: 0 0 30px 0;
  bottom: 100px !important;
}

.carousel-hero-nav svg {
  position: absolute;
  width: 1930px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .carousel-hero-nav svg {
    width: 104%;
  }
}


.carousel-hero-pagination.swiper-pagination .swiper-pagination-bullet {
  border: none;
  background: #9DAFBD;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.carousel-hero-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #688564;
}

.carousel-hero.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.wysiwyg-content {
  font-size: 1.8em;
}

@media screen and (min-width: 768px) {
  .carousel-hero-nav-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 0;
  }

  .carousel-hero-nav-item {
    width: 30%;
    margin: 0;
  }

  .carousel-hero-nav-item h3 {
    margin: 0 0 16px 0;
  }

  .carousel-nav-inner {
    padding: 0 1% 32px 49px;
    text-align: left;
    background-position: 0 0;
  }
}
