@font-face {
  font-family: 'Misans Latin VF'; /* Tên font bạn muốn sử dụng */
  src: url('./fonts/MiSans Latin VF.ttf');
}
body {
  font-family: 'MiSans Latin VF', sans-serif;
  background-color: hwb(0 100% 0%);
  line-height: 1.2;
}

.hero-section {
  background-image: url('https://cdn.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1403/https://www.tvu.edu.vn/wp-content/uploads/2021/12/dh-tra-vinh-tiep-tuc-1-1.jpg');
  background-size: cover;
  background-position: center;
  height: 40vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-text {
  text-align: center;
}
.hero-text h1 {
  font-size: 3rem;
}
.hero-text p {
  font-size: 1.5rem;
}
.qr-section {
  text-align: center;
  margin: 2rem 0;
}
.slide-section img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.home_sectiontitle {
  color: #ff739d;
}
footer {
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  background-color: #343a40;
  color: white;
  padding: 1rem 0;
  text-align: center;
}
.activity-card {
  margin-bottom: 20px;
}
.download-btn {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  font-weight: Medium;
  padding: 4px 12px;
  background-color: #3a8bf5;
  color: white;

  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
  text-align: center;
  cursor: pointer;
  background-size: 200% auto;
  transition: 0.5s;          
  border-radius: 16px;

}

.download-btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.activity_card {
  border: 0;
  background-color: rgb(236, 236, 236);
  border-radius: 15px;

}

.card-body {
  padding: 16px 22px;
}


.act_card-name {
  line-height: 1.2;
  color: #240d49;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  
}
.act_card-date {
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 8px;
  font-size: 15px;
  
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-link {
  color: rgb(51, 51, 51);
}
.nav-bold .nav-link.active {
  font-weight: 500;
  max-width: auto;
  color: #ff739d;
}

.nav-icon {
  font-weight: 500;
  font-size: 22px;
  padding-right: 6px;
}

.nav-item {
  padding: 0px 12px;
}


.act_title {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 3px;
}

.act_subtitle {
  color: #5f5f5f;
  font-weight: 400;
  font-size: 16px;
}

.bxs-cloud-download {
  margin-right: 5px;
  font-size: 18px;
}


.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}


@media (max-width: 576px) {
  .act_title {
    font-size: 20px;
  }

  .act_subtitle {
    font-size: 14px;
  }
}

