html {
  scroll-behavior: smooth;
}
.hero {
  width: 100%;
  position: relative;
  height: 370px;
}
@media (min-width: 768px) {
  .hero {
    height: 600px;
  }
}
.hero .background {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 0;
}
.hero .background img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 550px) {
  .hero .background img {
    object-position: 40% center;
  }
}
.hero .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hero .content .title {
  max-width: 70%;
}
.hero .content .buton.border-green {
  font-size: 1rem;
}
.hero .description {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 15px 2px;
  max-width: 200px;
}
@media (min-width: 768px) {
  .hero .description {
    max-width: 450px;
    padding: 20px;
  }
}
.buton.border-green {
  border: 1px solid #009534;
  color: #1f1f1f;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
.buton.border-green:hover {
  background-color: #009534;
  color: #fff;
}
.carusel-comunitati {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .carusel-comunitati {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.carusel-comunitati .swiper-button-prev,
.carusel-comunitati .swiper-button-next {
  color: #000;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.carusel-comunitati .swiper-button-prev:after,
.carusel-comunitati .swiper-button-next:after {
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .carusel-comunitati .swiper-button-prev,
  .carusel-comunitati .swiper-button-next {
    display: none;
  }
}
