body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h2, h3, p {
  padding: 0;
  margin: 0;
}

p {
  font-size: 18px;
}

ul {
  list-style: none;
  padding: 0;
}

.container h2 {
  margin: 36px 0;
}

img {
  width: 100%;
}

nav {
  background-color: #ceb99a;
  height: 64px;
  position: sticky;
  top: 0px;
  font-weight: 500;
}

.nav-container {
  margin: auto;
  display: flex;
  align-items: center;
  margin: 0 120px;
  justify-content: space-between;
  height: 100%;
}

#logo {
  width: 168px;
  mix-blend-mode: multiply;
  cursor: pointer;
}

.navigation-menu {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

a {
  text-decoration: none;
  color: #25190b;
}

a:hover {
  text-decoration: underline;
}

header #banner {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
}

.container {
  margin: 0 120px;
}

.reviews {
  display: flex;
  gap: 36px;
}

.reviews p {
  width: 75%;
}

.reviews div {
  width: 25%;
}

#ratings-img {
  border-radius: 20px;
}

.cards {
  display: flex;
  justify-content: space-between;
}

.cards h3 {
  text-transform: uppercase;
}

.cards section {
  cursor: pointer;
  width: 30%;
  background-color: #ceb99a;
  transition: all 300ms ease-in-out;
  border-radius: 10px;
}

.cards section:hover {
  transform: scale(1.05);
}

.card-info {
  padding: 10px 15px;
}

.room-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-info .room-info {
  padding-top: 10px;
}

.cards img {
  max-height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.facilities {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 34px;
}

.facilities section {
  display: flex;
  width: 50%;
}

.facilities section div {
  width: 100%;
}

.facilities section img {
  height: 100%;
}

.facilities-indoor-info,
.facilities-laundary-info {
  width: 100%;
  color: #ceb99a;
  background-color: #25190b;
  padding: 20px;
}

.facilities-indoor-info h3,
.facilities-laundary-info h3 {
  padding-bottom: 20px;
}

footer {
  background-color: #ceb99a;
  color: #25190b;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 16px;
}

.footer-nav ul li {
  padding-bottom: 9px;
}

.community {
  text-align: center;
}

.community img {
  width: 93px;
}

.footer-line {
  margin: 0 120px;
  border: 0.5px solid #25190b;
  opacity: 0.5;
}

#copyright {
  font-family: "serif";
  font-style: italic;
  text-align: center;
  clear: both;
  padding: 27px 0;
}

.quick-links .privacy-terms .contact-info {
  display: block;
  float: left;
  width: 33%;
}

#banner {
  width: 100%;
  height: 100%;
}