* {
  padding: 0;

  margin: 0;
  box-sizing: border-box;
}
#menu {
  width: 90%; /* thay min-width: 100vw bằng width: 100% */
  height: 120px;
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}
.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(95, 95, 107);
  transition: 0.3s;
}
.banner {
  width: 100%;
  min-height: auto;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 8px;
}
.list-combo {
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.list-combo .containercombo {
  min-width: 300px;
  min-height: 300px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin: 30px;
}
.list-combo .containercombo .combo-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 300px;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}
.list-combo .containercombo .combo-card .combo-item {
  text-align: left;
  font-family: "courgette";
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  width: 400px;
  height: 250px;
  padding: 10px;
  border-radius: 8px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.3px black dashed;
}
.list-combo .containercombo .combo-card .combo-item .textitem {
  padding: 10px;
}

.list-combo .containercombo .combo-card .combo-item h2 {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.list-combo .containercombo .combo-card .combo-item p {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}
.list-combo .containercombo .combo-card .combo-item:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.list-combo .containercombo .combo-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.tieude {
  text-align: center;
  font-family: "animalchariot";
  font-size: 50px;
  margin: 20px;
}
.containercombo h1,
p {
  font-family: "courgette";
  text-align: center;
  margin: 10px;
}
.containercombo .combo-card .combo-item .textitem h2 {
  font-family: "courgette";
  text-align: center;
}
a {
  text-decoration: none;
}
.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;
}

@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 */
}
