.home-banner {
  position: relative;
  overflow-x: hidden;
}

.home-banner > img {
  max-height: 100vh;
  height: 100vh;
  object-fit: cover;
  object-position: 20% center;
}

.home-banner .right-banner-swiper {
  position: absolute;
  width: 85%;
  max-height: 100%;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  object-position: left;
}

.home-banner .right-banner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.slide-header {
  position: absolute;
  z-index: 1;
  font-size: 5rem;
  line-height: 5rem;
  bottom: 8%;
  left: 38%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: left;
}

.slide-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slide-content img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}

.slide-description-1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  width: 300px;
}

.slide-description-1 h2 {
  font-size: var(--h2-font-size);
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-description-1 p {
  font-size: 1rem;
  font-weight: 600;
}

.slide-description-2 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: left;
  width: 300px;
}

.slide-description-2 h3 {
  font-size: var(--h3-font-size);
  font-weight: 800;
  margin-block: 0;
  line-height: 2rem;
}

.slide-description-2 h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--h2-font-size);
  line-height: 1.2rem;
  font-weight: 700;
  margin-block: 0;
  margin: 30px 0;
}

.slide-description-2 h2 span {
  font-size: 3rem;
}

.slide-description-2 p {
  font-size: 1rem;
  font-weight: 600;
  text-align: justify;
}

.slide-description-3 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: left;
  width: 300px;
}

.slide-description-3 h2 {
  font-size: var(--h2-font-size);
  font-weight: 700;
  margin-bottom: 20px;
  margin: 10px 0;
  line-height: 2rem;
}

.slide-description-3 p {
  font-size: 1rem;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  left: 0px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 2px solid #c4c4c4;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: #c4c4c4 !important;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .home-banner .right-banner-swiper {
    padding: 0;
    width: 100%;
    max-height: 85vh;
  }

  .home-banner .right-banner-swiper .swiper-slide {
    justify-content: flex-end;
  }

  .slide-content {
    justify-content: flex-end;
  }

  .slide-content img {
    width: 90%;
  }

  .slide-header {
    font-size: 8rem;
    line-height: 8rem;
    bottom: 10%;
    left: 7%;
    transform: translate(0, 0);
  }

  .slide-description-1 {
    width: 100%;
  }

  .slide-description-1 p {
    font-size: 1.4rem;
    width: 100%;
  }

  .slide-description-1 h2 {
    font-size: 3rem;
  }

  .slide-description-2 {
    top: 48%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: #000000;
    width: 400px;
  }

  .slide-description-2 h3 {
    font-size: 1.8rem;
  }

  .slide-description-2 h2 {
    font-size: 2rem;
  }

  .slide-description-3 {
    top: 80%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: left;
    width: 420px;
  }

  .slide-description-3 h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .slide-description-3 p,
  .slide-description-2 p {
    font-size: var(--p-font-size);
  }
}
