body {
  font-family: "Montserrat", sans-serif;
  background: #f5f5f7;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

.wrapper {
  padding: 40px;
  overflow-x: hidden;
}
.hero {
  background-image: url(./assets/hero.jpg);
  width: 100%;
  height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  background-position: center;
}
.nav {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(40px);
}
.nav-link {
  background: #ffffff66;
  padding: 8px 24px;
  border-radius: 40px;
  font-width: 600;
  font-size: 24px;
  color: rgba(10, 10, 10, 1);
  font-family: "Open Sans", sans-serif;
  transition: 0.3s;
}
.nav-link:hover {
  background: #133632;
  color: rgba(255, 255, 255, 1);
}

.btn-link {
  border-radius: 40px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background: rgba(35, 88, 82, 1);
  font-family: Open Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.btn-link:hover {
  background-color: rgba(19, 54, 50, 1);
}
/* discover */
.discover-item {
  border-radius: 40px;
  transition: 0.3s;
}
.discover-item:hover {
  background: #fff;
}
.discover-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 0 24px 0 24px;
}

.discover-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  margin-top: 16px;
  color: rgba(97, 97, 97, 1);
  padding: 0 24px 0 24px;
}

.discover-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  justify-content: end;
  margin-top: 32px;
  gap: 8px;
  color: rgba(135, 135, 135, 1);
  padding: 0 24px 48px 24px;
}
/* discover */
.advantages-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: rgba(54, 54, 54, 1);
}

@media (min-width: 768px) {
  .advantages-desc {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.advantages-image {
  width: 105px;
  height: 230px;
  object-fit: cover;
  border-radius: 24px;
  margin: 0 auto;
}
@media (min-width: 380px) {
  .advantages-image {
    width: 115px;
  }
}
@media (min-width: 768px) {
  .advantages-image {
    width: 200px;
    height: 400px;
  }
}
@media (min-width: 1650px) {
  .advantages-image {
    width: 250px;
    height: 500px;
    border-radius: 40px;
    margin: initial;
  }
}

/* advantages */
.advantages-images {
  display: flex;
  margin-top: 60px;
  justify-content: end;
}
.advantages-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: rgba(54, 54, 54, 1);
}
/* itinerary */
.itinerary-title {
  flex: 1;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 1);
}
/* about */
.about-title {
  font-weight: 700;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.about-subtitle {
  font-weight: 700;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgba(83, 83, 83, 1);
  margin-bottom: 24px;
}

.about-desc {
  font-weight: 400;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  color: rgba(97, 97, 97, 1);
}

/* testimonials */
.testimonials-title {
  font-weight: 700;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #235852;
}

.testimonials-subtitle {
  font-weight: 700;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgba(83, 83, 83, 1);
}

.testimonials-desc {
  font-weight: 400;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  color: rgba(97, 97, 97, 1);
  margin-top: 30px;
}

.testimonials-name {
  font-weight: 600;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  color: rgba(97, 97, 97, 1);
  margin-top: 40px;
}

/* contact */
.contact-title {
  font-weight: 700;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #235852;
}

@media (width <= 1536px) {
}

@media (width <= 1366px) {
}

@media (max-width: 768px) {
  .discover-title {
    font-size: 20px;
    padding: 0 16px;
    margin-top: 24px;
  }
  .discover-desc {
    font-size: 16px;
    margin-top: 12px;
    padding: 0 16px;
  }
  .discover-link {
    font-size: 16px;
    margin-top: 24px;
    padding: 0 16px 24px;
  }
}

@media (width <= 640px) {
  .wrapper {
    padding: 20px 16px;
  }
  .hero {
    height: calc(100vh - 110px);
  }
  .btn-link {
    border-radius: 40px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 16px;
  }
}
