body {
  background-color: #949494;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

.contact-content h5 {
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.contact-content h1 {
  width: 70%;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.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;
}

.content-section div h5 {
  color: #fff;
  margin: 2rem 0;
}

.content-section div p {
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.hotel-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

.hotel-section img {
  width: 40%;
  margin: 3rem;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 35%;
  margin-top: 1rem;
}

.text-content p {
  color: white;
  line-height: 1.6;
  margin: 0;
  width: 55%;
}

.text-content h5 {
  color: white;
  margin: 0;
}

#contact-btn {
  width: fit-content;
}

#contact-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.direction-section {
  width: 100%;
  background-color: #d8d8d8;
  margin-top: 8%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.direction-section .text-cont {
  margin: 3vh 0;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

.direction-section .text-cont h5 {
  color: black;
  margin: 1rem;
}
.direction-section .text-cont h1 {
  font-size: 4vw;
  width: 100%;
  font-weight: 200;
  color: black;
  margin: 1rem;
}

.direction-section .text-cont p {
  color: black;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1rem;
  margin-bottom: 20px;
}

.map-container {
  width: 80%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.map-container iframe {
  width: 95%;
  height: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.address-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  text-align: start;
  border-bottom: 1px solid black;
}

.address-container h5 {
  margin-bottom: 2vh;
  color: #333;
}

.address-container p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 2vh;
}
.info-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  text-align: start;
  border-bottom: 1px solid black;
}

.info-container h5 {
  margin-bottom: 2vh;
  color: #333;
}
.info-container h5 {
  margin-bottom: 1vh;
  color: #333;
}

.info-container p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 2vh;
}

@media screen and (max-width: 480px) {
  .contact-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .contact-content h5 {
    font-size: 3vw !important;
  }
  .content-section .text-contents {
    width: 100%;
    padding: 0 5%;
  }
  .content-section .text-contents h5 {
    text-align: center;
    font-size: 3vw !important;
  }
  .content-section .text-contents p {
    text-align: center;
    font-size: 3vw !important;
  }
  .hotel-section {
    flex-direction: column;
    padding: 0;
    gap: 0.5rem;
  }
  .hotel-section img {
    width: 100%;
    height: 50%;
    object-fit: cover;
  }
  .text-content {
    width: 100%;
    padding: 0 15%;
    margin-top: 0;
  }
  .text-content h5 {
    font-size: 3vw !important;
  }
  .text-content p {
    font-size: 3vw !important;
  }
  #contact-btn a {
    font-size: 2.5vw !important;
  }
  .direction-section .text-cont {
    width: 100%;
    padding: 0 5%;
    gap: 1rem;
  }
  .direction-section .text-cont h5 {
    font-size: 3vw !important;
    margin: 0;
  }
  .direction-section .text-cont h1 {
    font-size: 5vw !important;
    margin: 0;
  }
  .direction-section .text-cont p {
    font-size: 3vw !important;
    margin: 0;
  }
  .map-container {
    width: 90%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .map-container iframe {
    width: 100%;
    height: 400px;
  }
  .address-container {
    width: 90%;
    padding: 0;
  }
  .address-container h5 {
    font-size: 3vw !important;
  }
  .address-container p {
    font-size: 3vw !important;
  }
  .info-container {
    width: 90%;
    padding: 0;
  }
  .info-container h5 {
    font-size: 3vw !important;
  }
  .info-container p {
    font-size: 3vw !important;
  }
}

@media screen and (min-width: 540px) and (max-width: 1024px) {
  .contact-content h1 {
    width: 100%;
    font-size: 6vw !important;
  }
  .contact-content h5 {
    font-size: 3vw !important;
  }
  .content-section .text-contents {
    width: 100%;
    padding: 0 5%;
  }
  .content-section .text-contents h5 {
    text-align: center;
    font-size: 2.5vw !important;
  }
  .content-section .text-contents p {
    text-align: center;
    font-size: 2vw !important;
  }
  .hotel-section {
    flex-direction: column;
    padding: 0;
    gap: 0.5rem;
  }
  .hotel-section img {
    width: 80%;
    height: 50%;
    object-fit: cover;
  }
  .text-content {
    width: 100%;
    padding: 0 15%;
    margin-top: 0;
  }
  .text-content h5 {
    font-size: 2.5vw !important;
  }
  .text-content p {
    font-size: 2vw !important;
  }
  #contact-btn a {
    font-size: 2vw !important;
  }
  .direction-section .text-cont {
    width: 100%;
    padding: 0 5%;
    gap: 1rem;
  }
  .direction-section .text-cont h5 {
    font-size: 2.5vw !important;
    margin: 0;
  }
  .direction-section .text-cont h1 {
    font-size: 3.8vw !important;
    margin: 0;
  }
  .direction-section .text-cont p {
    font-size: 2vw !important;
    margin: 0;
  }
  .map-container {
    width: 90%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .map-container iframe {
    width: 100%;
    height: 400px;
  }
  .address-container {
    width: 90%;
    padding: 0;
  }
  .address-container h5 {
    font-size: 2.6vw !important;
  }
  .address-container p {
    font-size: 2vw !important;
  }
  .info-container {
    width: 90%;
    padding: 0;
  }
  .info-container h5 {
    font-size: 2.6vw !important;
  }
  .info-container p {
    font-size: 2vw !important;
  }
}
