@font-face {
  font-family: "AvantGarde-Book";
  src: url("/assets/fonts/ICTAvantGarde/ICTAvantGarde-Book.woff2") format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* ======= MAIN weekend ROOM PAGE ======= */
.weekend-container {
  color: #b29a60;
  width: 100%;
  max-width: 1280px;
  margin: 100px auto;
  padding: 40px 40px 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  background-color: #efeceb;
}

/* LEFT CONTENT */
.weekend-content {
  flex: 1;
  max-width: 500px;
  margin-top: -6px;
}

.heading {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

/* MENU LIST */
.weekend-menu-list {
  list-style: none;
  padding: 0;
  margin-top: 60px;
  max-width: 400px;
}

.weekend-menu-list a {
  text-decoration: none;
  color: #b29a60;
}

.weekend-menu-list li {
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}

.weekend-menu-list li i {
  font-size: 15px;
  color: #b29a60;
}

.next-btn,
.prev-btn {
  position: absolute;
  top: 42%;
  background-color: rgba(0, 0, 0, 0.0);
  color: white;
  border: none;
  font-size: 35px;
  cursor: pointer;
  z-index: 10;
  border-radius: 4px;
  transition: all 0.3s ease;
}



.prev-btn:active,
.next-btn:active {
  transform: scale(0.9);
}

.image-container .next-btn{
  right: 0;
}
.image-container .prev-btn{
  left: 0;
}

.image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  display: none;
}
.image-container img:first-of-type{
  display: block;
}

/* MICHELIN BADGE */
.michelin-badge {
  position: fixed;
  bottom: 20px;
  right: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.michelin-badge img {
  width: 90px;
  height: auto;
  margin-bottom: 80px;
}



/* === Tablet dọc & điện thoại nhỏ: ≤767px === */
@media (max-width: 767px) {
  .weekend-content,
  .image-container {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .weekend-content {
    padding: 0 20px 0 20px;
  }

  .image-container {
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .image-container img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .weekend-description,
  .weekend-menu-list {
    max-width: 100%;
    margin-top: 30px;
  }

  .heading {
    font-size: 15px;
    letter-spacing: 0.3em;
  }

  .body-description {
    margin: 32px 0 0;
  }

  .weekend-menu-list li {
    /* font-size: 12px;
    letter-spacing: 0.2em; */
    margin: 0 0 12px 0;
  }

  .michelin-badge {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 10px;
  }

  .michelin-badge img {
    width: 65px;
    margin-bottom: 25px;
  }

  /* .next-btn,
  .prev-btn {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
    border-radius: 4px;
  }

  .prev-btn {
    right: 90%
  }

  .next-btn {
    right: 2%;
  } */

}

/* === Điện thoại rất nhỏ: ≤480px === */
@media (max-width: 480px) {
  .heading {
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 0;
  }

  .weekend-container {
    padding: 20px 0 20px 0;
    margin: 60px 0 5px 0;
  }

  .michelin-badge img {
    width: 65px;
    margin-bottom: 20px;
  }
}
