body {
  background-color: #949494;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-content h5 {
  color: #fff;
  margin: 0;
}

.contact-content h1 {
  width: 80%;
  letter-spacing: 0.1rem;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.content-section {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.content-section .first {
  align-self: center;
  width: 45%;
  margin-left: 35%;
}
.content-section .first h5 {
  text-align: start;
}
.content-section .second {
  align-self: center;
  width: 90%;
}
.content-section .second h2 {
  text-transform: uppercase;
  font-weight: 300;
  text-align: middle;
  font-size: 1.9vw;
}

.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;
}

.card {
  display: flex;
  align-items: start;
  gap: 15rem;
  width: 100%;
}

.image {
  width: 40%;
}

.image img {
  width: 100%;
  object-fit: cover;
}

.info {
  width: 60%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info h1 {
  text-align: center;
  font-size: 40px;
  color: white;
  margin-bottom: 10px;
  margin-left: 6rem;
  font-weight: 400;
  width: 60%;
}

.info p {
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.information {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: start;
  gap: 2rem;
  margin-left: 8rem;
}

.information h5 {
  color: white;
  margin-bottom: 1rem;
}
.information p {
  color: white;
  font-weight: 300;
  margin-bottom: 6rem;
  width: 85%;
}

.facility {
  margin: 2rem;
  position: relative;
  margin: 3rem;
}

#large-div-text {
  padding: 5% 3%;
  border: 3px solid white;
  position: relative;
  margin-top: 5%;
  z-index: 0;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 2rem;
}

#why {
  text-align: center;
  z-index: 10;
  position: absolute;
  right: 50%;
  font-size: 3vw;
  transform: translate(50%, -50%);
}

.whitebg {
  background-color: #949494;
  padding: 0.5em;
  color: white;
  font-size: 3vw;
}

.facility-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.facility-item {
  text-align: center;
  width: 30%;
}

.facility-item i {
  font-size: 2vw;
  color: white;
}

.facility-item p {
  margin-top: 0.5rem;
  font-size: 1vw;
  color: white;
  margin-bottom: 1rem;
}
.footer .footer-row {
  justify-content: center !important;
}

@media screen and (max-width: 480px) {
  .contact-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .contact-content h5 {
    width: 100%;
    font-size: 3vw !important;
  }
  .content-section {
    width: 100%;
    padding: 10% 5%;
    gap: 1rem;
  }
  .content-section .first {
    width: 100%;
    margin: 0;
  }
  .content-section .first h5 {
    font-size: 3vw !important;
    text-align: center;
  }
  .content-section .second {
    width: 100%;
    margin: 0;
  }
  .content-section .second h2 {
    font-size: 4vw !important;
    text-align: center;
  }
  .room-details {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .card {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .image img {
    width: 100%;
    height: auto;
  }
  .info {
    width: 100%;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .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;
  }
  .book-btn button {
    width: 30vw;
    height: 4vh;
    font-size: 3vw;
  }
  .button-icon {
    display: none;
  }

  .information {
    margin: 3rem;
    width: 90%;
  }
  .information h5 {
    font-size: 3vw !important;
    margin-bottom: 0.5rem;
  }
  .information p {
    font-size: 3vw !important;
    margin-bottom: 2rem;
  }
  .facility {
    margin: 0;
  }
  .whitebg {
    font-size: 5vw;
  }
  #large-div-text {
    margin: 5%;
    padding: 10%;
  }
  .facility-item i {
    font-size: 5vw;
  }
  .facility-item p {
    font-size: 3vw;
  }
}

@media screen and (min-width: 540px) and (max-width: 1024px) {
  .contact-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .contact-content h5 {
    width: 100%;
    font-size: 3vw !important;
  }
  .content-section {
    width: 100%;
    padding: 10% 5%;
    gap: 1rem;
  }
  .content-section .first {
    width: 100%;
    margin: 0;
  }
  .content-section .first h5 {
    font-size: 2.5vw !important;
    text-align: center;
  }
  .content-section .second {
    width: 100%;
    margin: 0;
  }
  .content-section .second h2 {
    font-size: 3vw !important;
    text-align: center;
  }
  .room-details {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .card {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .image img {
    width: 100%;
    height: auto;
  }
  .info {
    width: 100%;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .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;
  }
  .book-btn button {
    width: 30vw;
    height: 4vh;
    font-size: 3vw;
  }
  .button-icon {
    display: none;
  }

  .information {
    margin: 3rem;
    width: 90%;
  }
  .information h5 {
    font-size: 2vw !important;
    margin-bottom: 0.5rem;
  }
  .information p {
    font-size: 2vw !important;
    margin-bottom: 2rem;
  }
  .facility {
    margin: 0;
  }
  .whitebg {
    font-size: 2vw;
  }
  #large-div-text {
    margin: 5%;
    padding: 10%;
  }
  .facility-item i {
    font-size: 3vw;
  }
  .facility-item p {
    font-size: 2vw;
  }
}
