body {
  background-color: #949494;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-content h5 {
  color: #fff;
  margin: 0;
}

.hero-content h1 {
  width: 100%;
  letter-spacing: 1.2vw;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.content-section {
  margin-block: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-section div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  gap: 1.5rem;
}

.content-section div h5 {
  color: #fff;
}

.content-section div p {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.room-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem;
  padding: 2rem 4rem;
}

.details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.detail {
  border-bottom: 1px solid #787878;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}
.key {
  width: 50%;
  font-size: 1.2vw;
  color: #fff;
  font-weight: 600;
}
.fas {
  margin-right: 3%;
}

.value {
  font-size: 1.2vw;
  color: #fff;
  font-weight: 300;
}

.book-btn {
  align-self: end;
}
.card {
  display: flex;
  align-items: flex-start;
  gap: 15rem;
  width: 100%;
}
.image {
  width: 40%;
}
.image img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.info {
  width: 60%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.info h1 {
  font-size: 3vw;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  margin-left: 6rem;
  font-weight: 400;
  width: 90%;
}

.info p {
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.divider-image {
  display: flex;
  justify-content: center;
  margin: 30px 0; /* Add spacing above and below the image */
}

.divider-container img {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .hero-content {
    gap: 2rem;
  }
  .hero-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .hero-content h5 {
    font-size: 3vw !important;
  }
  .content-section div {
    width: 90%;
    padding: 5% 5%;
  }
  .content-section div h5 {
    font-size: 3vw !important;
  }
  .content-section div p {
    font-size: 3vw !important;
  }
  .room-details {
    width: 100%;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
  }
  .card {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .card.s {
    flex-direction: column-reverse;
    padding: 3% 0;
  }
  .image {
    width: 100%;
  }
  .image img {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .info {
    width: 100%;
    gap: 1rem;
  }
  .info h1 {
    font-size: 6vw !important;
    margin-left: 0;
    width: 100%;
  }
  .info p {
    font-size: 3vw !important;
    width: 80%;
  }
  .details {
    width: 80%;
  }
  .key {
    font-size: 3vw !important;
  }
  .value {
    font-size: 3vw !important;
  }
  .divider-container img {
    width: 100%;
  }
  .book-btn {
    align-self: center;
  }
}

@media screen and (min-width: 540px) and (max-width: 1024px) {
  .hero-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .hero-content h5 {
    font-size: 3vw !important;
  }
  .content-section div {
    width: 90%;
    padding: 5% 5%;
  }
  .content-section div h5 {
    font-size: 2.5vw !important;
  }
  .content-section div p {
    font-size: 2vw !important;
  }
  .room-details {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .card {
    flex-direction: column;
    gap: 2rem;
  }
  .card.s {
    flex-direction: column-reverse;
    padding: 3% 0;
  }
  .image img {
    width: 100%;
    height: auto;
    margin-left: 3rem;
  }
  .info {
    width: 100%;
    gap: 1rem;
  }
  .info h1 {
    font-size: 4vw !important;
    margin-left: 0;
    width: 100%;
  }
  .info p {
    font-size: 2vw !important;
    width: 80%;
  }
  .details {
    width: 80%;
  }
  .key {
    font-size: 2.5vw !important;
  }
  .value {
    font-size: 2.5vw !important;
  }
  .divider-container img {
    width: 100%;
  }
}
