.navbar {
  height: 80px;
  margin: 20px;
  border-radius: 16px;
  padding: 0.5rem;
}

.nav-item {
  font-family: "Poppins", sans-serif;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link.active {
  position: relative;
}

.offcanvas {
  background-color: #dfbc6f;
}

.footer {
  background-color: #b04434;
  border: 2px solid black;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 50px;
  height: auto;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.contact-section {
  text-align: center;
}

.contact-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-links a {
  background-color: white;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
  padding: 8px 15px;
  border-radius: 10px;
  border: 2px solid black;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.contact-links a:hover {
  transform: scale(1.1);
}

.sponsor {
}
