#banner {
  background-repeat: no-repeat;
  background-position: center;
  height: 940px;
  position: relative;
}

#banner .banner__title {
  font-family: 'PT Serif';
  font-weight: 700;
  font-size: 64px;
  line-height: 116%;
  color: white;
  max-width: 620px;
  width: 100%;
  margin-bottom: 20px;
  filter: drop-shadow(1px 1px 4px black);
}

#banner .banner__subtitle {
  filter: drop-shadow(1px 1px 4px black);
    font-size: 20px;
  line-height: 150%;
  color: white;
  width: 486px;
  max-width: 96%;
  margin-bottom: 30px;
}

#banner .swiper {
  overflow: hidden;
  position: relative;
  height: inherit;
}

#banner .swiper-slide {
  padding-top: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .swiper-slide::before {
  position: absolute;
  /* content: ''; */
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: black;
  opacity: 0.3  ;
  z-index: 1;
}

#banner .swiper-slide .container {
  z-index: 2;
  position: relative;
}

#banner .swiper-pagination {
  margin: 0 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: static;
}

@media (max-width: 425px) {
  #banner .swiper-pagination {
    margin: 0 40px;
  }

  #banner .banner__title {
    font-size: 30px;
  }

  #banner .banner__subtitle {
    font-size: 18px;
  }

  #banner {
    height: 667px;
  }
}

#banner .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 15px;
}

#banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  border: 2px solid #83aa51;
  position: relative;
}

#banner .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #83aa51;
  opacity: 0;
}

#banner .swiper-pagination-bullet-active:before {
  opacity: 1;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #83aa51;
  border-radius: 50%;
  position: relative;
  margin: 0px;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

#banner .swiper-buttons {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
  border: 1px solid #6c3700;
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#banner .swiper-button-next:hover,
#banner .swiper-button-prev:hover {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0px;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

#banner .swiper-button-next:hover.swiper-button-next:after,
#banner .swiper-button-prev:hover.swiper-button-prev:after {
  border-bottom: 2px solid #6c3700;
  border-left: 2px solid #6c3700;

}

#banner .swiper-button-next:after {
  left: 10px;
}

#banner .swiper-button-prev:after {
  left: 14px;
}

.arrow__img {
  height: 50px;
  width: 50px;
}

.arrow__link {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}