* {
  padding: 0;

  margin: 0;
  box-sizing: border-box;
}
#menu {
  width: 90%; /* thay min-width: 100vw bằng width: 100% */
  height: 120px;

  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logo {
  font-family: "animalchariot";
  font-size: 36px;
  font-weight: bold;
  color: black;
  list-style: none;
  font-weight: bold;
  font-size: 50px;
  cursor: pointer;
  margin-right: 400px;
}
.nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-right: -200px;
}
.nav li {
  margin: 0 20px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.nav li a {
  text-decoration: none;
  color: black;
  font-family: "courgette";
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 24px;
}
.nav li a:hover {
  color: rgb(93, 93, 122);

  transition: 0.4s;
}

#bannerlist {
  width: 100%;
  min-height: 500px;
}
#bannerlist .tieude {
  margin: auto;
  top: 150px;
  left: 100px;
  color: black;
  padding: 10px;
  position: absolute;
  top: 150px;
  left: 100px;
  font-weight: bold;
}
#bannerlist .tieude h1 {
  font-family: "animalchariot";
  font-size: 100px;
}
#bannerlist .tieude p {
  font-family: "courgette";
  font-size: 35px;
}
.button {
  width: 150px;
  height: 50px;
  border: 0.1px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5); /* bóng nhẹ */
  position: absolute;
  top: 400px;
  left: 100px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}
.button a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-family: "courgette";
}
.button:hover {
  background-color: grey;
  transition: 0.4s;
}
.banner {
  margin-top: 500px;
  width: 90%;
  max-width: 80vw;
  height: 700px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* bóng nhẹ */
  border-radius: 10px;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 1.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 25px;
  border-radius: 5px;
  z-index: 10;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.8);
}
#sugest {
  width: 100%;
  margin: auto;
  min-height: 100px;
}
#sugest h2 {
  font-family: "animalchariot";
  text-align: center;
  font-size: 40px;
  margin: 40px 0;
  font-weight: bold;
}
#sugest .places {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-evenly;
}
#sugest .places .place-card {
  width: 300px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* bóng nhẹ */
  border-radius: 10px;
  margin: 20px;
}
#sugest .places .place-card:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
#sugest .places .place-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#sugest .places .place-card .place-card-info {
  padding: 10px;
  text-align: center;
  color: black;
  padding: 10px;
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}
#should {
  width: 94%;
  margin: auto;
  min-height: 500px;
  margin-bottom: 50px;
}
#should .mainshould {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* bóng nhẹ */

  padding: 30px;
  border-radius: 10px;
}
#should .mainshould .textshould {
  width: 40%;
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: black;
}
#should .mainshould .textshould h2 {
  font-family: "Comic Relief", system-ui;
  font-weight: 1000;
  font-style: normal;
  font-size: 50px;
  color: black;
}

#should .mainshould .textshould li {
  margin-bottom: 20px;
  list-style: none;
}
#should .mainshould .imageshould {
  width: 30%;
  height: auto;
}
#should .mainshould .imageshould img {
  width: 100%;
  border-radius: 10px;
}
#rate {
  width: 100%;
  min-height: 300px;
  margin-bottom: 50px;
}

#rate h2 {
  font-family: "courgette";
  text-align: center;
  font-size: 40px;
  margin: 40px 0;
  font-weight: bold;
}
#rate .mainreviewcard {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
#rate .mainreviewcard .reviewcard {
  width: 400px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* bóng nhẹ */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
}
#rate .mainreviewcard .reviewcard .textrv {
  margin-left: 20px;
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
  color: black;

  justify-self: center;
}
#rate .mainreviewcard img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(0, 0, 0, 0.3); /* viền đen mờ */
}
@font-face {
  font-family: "animalchariot"; /* tên bạn muốn đặt */
  src: url("/font/animal_chariot/Animal Chariot.ttf") format("truetype");
  font-weight: normal; /* hoặc bold nếu muốn */
  font-style: normal; /* hoặc italic nếu muốn */
}

/* Mobile phones (small devices) */
@media (max-width: 600px) {
  #menu {
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    gap: 10px;
  }

  .logo {
    margin-right: 0;
    font-size: 36px;
    text-align: center;
  }

  .nav {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .nav li {
    margin: 6px;
    font-size: 18px;
  }

  .nav li a {
    font-size: 18px;
    padding: 6px 10px;
  }

  #bannerlist .tieude {
    position: static;
    top: auto;
    left: auto;
    padding: 18px;
    text-align: center;
  }

  #bannerlist .tieude h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  #bannerlist .tieude p {
    font-size: 16px;
  }

  .button {
    position: static;
    margin: 18px auto;
    left: auto;
    top: auto;
    width: 140px;
    height: 44px;
    line-height: 44px;
  }

  .banner {
    margin-top: 20px;
    height: 380px;
    width: 95%;
  }

  .slides img {
    object-position: center;
  }

  #sugest .places {
    flex-direction: column;
    align-items: center;
  }

  #sugest .places .place-card {
    width: 92%;
    min-height: auto;
    margin: 12px 0;
  }

  #should .mainshould {
    flex-direction: column;
    padding: 18px;
  }

  #should .mainshould .textshould {
    width: 100%;
    font-size: 18px;
  }

  #should .mainshould .imageshould {
    width: 100%;
    margin-top: 16px;
  }

  #rate .mainreviewcard .reviewcard {
    width: 94%;
    height: auto;
    display: flex;
    gap: 12px;
    padding: 16px;
    flex-direction: row;
  }
}

/* Tablet devices */
@media (min-width: 601px) and (max-width: 1024px) {
  #menu {
    width: 95%;
    padding: 10px 0;
  }

  .logo {
    font-size: 42px;
    margin-right: 120px;
  }

  .nav li a {
    font-size: 20px;
    padding: 8px 12px;
  }

  #bannerlist .tieude h1 {
    font-size: 64px;
  }

  #bannerlist .tieude p {
    font-size: 22px;
  }

  .button {
    top: 320px;
    left: 40px;
    width: 140px;
    height: 46px;
  }

  .banner {
    height: 550px;
  }

  #sugest .places .place-card {
    width: 45%;
    min-height: 420px;
  }

  #should .mainshould {
    flex-direction: row;
  }
}

/* Desktop adjustments for very large screens */
@media (min-width: 1200px) {
  #bannerlist .tieude h1 {
    font-size: 120px;
  }

  .logo {
    font-size: 56px;
  }

  #sugest .places .place-card {
    width: 300px;
  }
}
.footer {
  margin-top: 100px;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;

  background: rgba(54, 48, 48, 0.247);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(0, 0, 0, 0.637);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0);

  box-shadow: 0 8px 30px rgba(160, 67, 67, 0.2); /* độ nổi */
  color: rgb(0, 0, 0);
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #00c8ff;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}
