body {
  background-color: #d8d8d8;
}

.hero-content {
  margin-top: 10% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}
.hero-content h5 {
  color: #fff;
  margin: 0;
}

.hero-content h1 {
  width: 70%;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.content-section {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding-inline: 5%;
}
.content-section .first {
  align-self: start;
  width: 50%;
  padding-left: 3vw;
}
.content-section .first p {
  font-size: 2vw;
  text-align: start;
  letter-spacing: 3px;
  transform: scaleX(1.2);
}
.content-section .second {
  align-self: end;
  padding-right: 3vw;
  width: 40%;
}
.content-section .second p {
  letter-spacing: 0.1rem;
  font-size: 1.4vw;
  text-align: start;
}

.content-section img {
  margin-top: 5%;
  width: 70%;
  object-fit: contain;
}

.experience-section {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7rem;
}
.experience-section h5 {
  margin: 0;
}
.experience-section h1 {
  text-align: center;
  width: 70%;
  margin-top: 2%;
  font-weight: 300;
}
.descriptions {
  margin-top: 3%;
  width: 60%;
  border-top: 1px solid #000;
  padding: 2vh 0;
  display: flex;
  gap: 1.1vh;
  align-items: center;
  justify-content: center;
}

.descriptions .key {
  width: 40%;
  font-size: 1.2vw;
  font-weight: 700;
}
.descriptions .value {
  width: 100%;
  justify-self: end;
  font-size: 1.1vw;
  font-weight: 300;
}

.hotel-section {
  width: 100%;
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

.hotel-section img {
  width: 60%;
  margin: 60px;
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 70%;
  margin-top: 1rem;
}
.text-content p {
  color: white;
  line-height: 1.6;
  margin: 0;
  width: 55%;
}

.text-content h5 {
  color: white;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .hero-content h5 {
    font-size: 3vw;
  }
  .hero-content h1 {
    font-size: 6vw;
    width: 100%;
  }
  .content-section {
    padding: 0;
  }
  .content-section .first {
    align-self: center;
    width: 60%;
    padding: 0;
  }
  .content-section .first p {
    text-align: center;
    font-size: 3vw;
  }
  .content-section .second {
    align-self: center;
    padding: 0;
    width: 60%;
  }
  .content-section .second p {
    font-size: 2.5vw;
    text-align: center;
  }
  .content-section img {
    width: 100%;
  }
  .experience-section {
    margin-bottom: 5rem;
  }
  .experience-section h1 {
    font-size: 6vw;
    width: 100%;
  }
  .experience-section h5 {
    font-size: 3vw;
  }
  .descriptions {
    width: 90%;
    height: 18vh;
    gap: 1rem;
  }
  .descriptions .key {
    font-size: 3vw;
  }
  .descriptions .value {
    font-size: 2.5vw;
  }
  .hotel-section {
    height: 20vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 1rem;
  }
  .hotel-section img {
    max-width: 100%;
    object-fit: cover;
    margin: 0;
  }
  .text-content {
    max-width: 80%;
    margin: 0;
    padding: 5vw 5vw;
    justify-content: center;
    text-align: center;
  }
  .text-content p {
    width: 100%;
    font-size: 3vw;
  }
  .text-content h5 {
    font-size: 3vw;
  }
  .text-content h1 {
    font-size: 6vw;
  }
}

@media screen and (min-width: 540px) and (max-width: 1024px) {
  .hero-content h5 {
    font-size: 3vw;
  }
  .hero-content h1 {
    font-size: 6vw;
    width: 100%;
  }
  .content-section {
    padding: 0;
  }
  .content-section .first {
    align-self: center;
    width: 60%;
    padding: 0;
  }
  .content-section .first p {
    text-align: center;
    font-size: 3vw;
  }
  .content-section .second {
    align-self: center;
    padding: 0;
    width: 60%;
  }
  .content-section .second p {
    font-size: 2.5vw;
    text-align: center;
  }
  .content-section img {
    width: 100%;
  }
  .experience-section {
    margin-bottom: 5rem;
  }
  .experience-section h1 {
    font-size: 3vw;
    width: 100%;
  }
  .experience-section h5 {
    font-size: 2vw;
  }
  .descriptions {
    width: 90%;
    height: 20vh;
    gap: 1rem;
  }
  .descriptions .key {
    font-size: 2vw;
  }
  .descriptions .value {
    font-size: 2vw;
  }
  .hotel-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 1rem;
  }
  .hotel-section img {
    max-width: 100%;
    object-fit: cover;
    margin: 2rem;
  }
  .text-content {
    max-width: 80%;
    margin: 0;
    padding: 5vw 5vw;
    justify-content: center;
    text-align: center;
  }
  .text-content p {
    width: 100%;
    font-size: 2vw;
  }
  .text-content h5 {
    font-size: 3vw;
  }
  .text-content h1 {
    font-size: 6vw;
  }
}
