* {
  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;
}
#content .tieude {
  margin: auto;
  text-align: center;
  padding: 30px;
  font-family: "courgette";
  font-size: 30px;
}
.section1 {
  margin: 40px;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border: 0.1px black dashed;
  padding: 20px;
}
.section1 .text {
  align-self: center;
  padding: 70px;
  min-width: 70px;
  min-height: 10px;
  font-family: "courgette";
  font-size: 25px;
}
.section1 .pic {
  margin-right: 150px;
}
.section1 .pic img {
  border-radius: 10px;
  width: auto;
  height: 400px;
}

.banner2 {
  width: 95vw;
  min-height: 100px;
  margin-left: 10px;
  margin: auto;
  position: relative;
}
.banner2 img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
}
.textbanner2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 81, 255);
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(248, 248, 248, 0.7);
  font-family: "animalchariot";
  padding: 20px;
  margin-top: -100px;
  min-width: 800px;
}
.textabout {
  font-size: 25px;
  font-family: "Comic Relief", system-ui;
  width: 1300px;
  margin: auto;
  padding: 30px;
  gap: 30px;
}
.pic img {
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}
.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: white;
}

.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 */
}
