.navbar {
  list-style: none;
}

* {
  margin: 0;
  box-sizing: border-box;
  color: #48487F;
  padding: 0;
}

a {
  color: #48487F;
}

.nav-item {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  .nav-item {
    font-size: 14px;
  }
}

.header__title {
  font-size: 60px;
  width: 50%;
  font-family: "Librebasker Vile";
  font-weight: bold;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 45px;
  }
}
@media (max-width: 589px) {
  .header__title {
    font-size: 30px;
  }
}
.header__subtitle {
  font-size: 25px;
}
@media (max-width: 589px) {
  .header__subtitle {
    font-size: 18px;
  }
}

#brand {
  display: block;
}
@media (max-width: 768px) {
  #brand {
    display: none;
  }
}

.line {
  width: 50px;
  height: 2px;
  background-color: #48487F;
  margin: auto;
  margin-top: 30px;
}

.star {
  color: #FBBC04;
}
#opinion{
  margin-bottom: 30px;
}
.opinion__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.opinion__block-stars {
  display: flex;
}
@media (max-width: 768px) {
  .opinion__block {
    font-size: 12px;
  }
}
.opinion__block-footer {
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.opinion__options {
  display: flex;
  margin-left: 20px;
  justify-content: space-evenly;
}

.gallery__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.gallery__blocks {
  margin-top: 30px;
}
.gallery__block {
  width: 30vw;
  height: 30vw;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #48487F;
}
@media (max-width: 768px) {
  .gallery__block {
    width: 40vw;
    height: 40vw;
  }
}

li {
  margin-bottom: 5px;
}

.contact__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

a {
  color: #48487F;
  text-decoration: none;
}

.atractions__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.atractions__content {
  font-size: 18px;
}
@media (max-width: 768px) {
  .atractions__content {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .atractions__content {
    font-size: 13px;
  }
}
.atractions__list {
  font-weight: bold;
}

.map {
  width: 100%;
  text-align: center;
  height: 300px;
}

.swiper-image {
  height: 400px;
}
@media (max-width: 768px) {
  .swiper-image {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .swiper-image {
    height: 150px;
  }
}

.invitation {
  background-color: #EFEFEF;
  border-radius: 50px;
  width: 70vw;
  margin: auto;
  margin-top: 30px;
}
.invitation__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .invitation__title {
    font-size: 15px;
  }
}
.invitation__content {
  padding-bottom: 30px;
  padding-left: 15%;
  padding-top: 15px;
  padding-right: 15%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .invitation__content {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .invitation__content {
    font-size: 12px;
  }
}

.information {
  background-color: #EFEFEF;
  border-radius: 50px;
  width: 70vw;
  margin: auto;
  margin-top: 30px;
}
.information__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .information__title {
    font-size: 15px;
  }
}
.information__content {
  padding-bottom: 30px;
  padding-left: 15%;
  padding-top: 15px;
  padding-right: 15%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .information__content {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .information__content {
    font-size: 12px;
  }
}

.footer-block__title {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .footer-block__title {
    font-size: 15px;
  }
}
.footer-block__content {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-block__content {
    font-size: 15px;
  }
}
.footer-block__button {
  border: none;
  width: 160px;
  height: 50px;
  color: white;
  background-color: #48487F;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-block__button {
    width: 120px;
    height: 50px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  #map-slide {
    height: 400px;
    width: 900px;
  }
}
@media (max-width: 997px) {
  #map-slide {
    height: 400px;
    width: 700px;
  }
}
@media (max-width: 768px) {
  #map-slide {
    width: 500px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  #map-slide {
    width: 300px;
    height: 150px;
  }
}/*# sourceMappingURL=style.css.map */