.hero {
  border-radius: 0 0 100px 100px;
}
@media (max-width: 1200px) {
  .hero {
    border-radius: 0 0 40px 40px;
  }
}

.intro + .privileges-section {
  margin-top: -100px;
  padding-top: 120px;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .intro + .privileges-section {
    margin-top: -40px;
    padding-top: 80px;
    border-radius: 40px;
  }
}

.privileges-section .gallery-section {
  padding-bottom: 0;
}

.privileges-section + .booking-section {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .privileges-section + .booking-section {
    margin-top: 80px;
  }
}

.services-section .advantages__title {
  text-align: center;
}

.hotels {
  padding-bottom: 0;
}

.gallery-section {
  padding-top: 0;
}
.gallery-section .gallery-title,
.gallery-section .gallery-subtitle {
  color: #fff;
}
.gallery-section .btn.btn-secondary {
  color: #fff;
  border-color: #fff !important;
}

/*# sourceMappingURL=06-tour.css.map */
