.navigation {
  background-color: white;
  min-height: 10vh;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.nav-link {
  color: rgb(59, 59, 59);
  font-weight: 500;
}

.nav-link:hover {
  color: #d68323;
}

.main {
  padding: 0;
  min-height: 90vh;
}

.header {
  height: 90vh;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("img/fruits-7434339_1920.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-sm {
  min-height: 30vh;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("img/fruits-7434339_1920.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header h1 {
  font-size: 9rem;
  font-weight: bold;
  color: #1784ce;
}

.header p {
  font-size: 1.2rem;
  color: #1784ce;
  margin-top: 30px;
  font-weight: 500;
}

.header h3 {
  color: #d68323;
}

.active {
  color: #d68323;
  border-bottom: 2px solid #1784ce;
}

footer {
  background-color: #1784ce;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.socials {
  display: flex;
  gap: 10px;
}
.social {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}

.partners {
  justify-content: center;
  padding: 30px;
  margin-top: 30px;
}

.card {
  border: none;
}

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

.partner h4 {
  text-align: center;
  color: #1784ce;
}

.partner div {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center {
  justify-content: center;
  align-items: center;
}
.text-lg {
  font-size: 1.2rem;
}

thead {
  background-color: #1784ce;
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

ul {
  padding: 0;
  list-style: none;
}

table,
th,
td {
  border: 1px solid #1784ce;
  padding: 10px;
}

li {
  margin: 10px;
}

.card-title {
  color: white;
  font-size: 1.8rem;
  background-color: #1784ce;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-link {
  color: white;
  background-color: #d68323;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
}

.card-link:hover {
  background-color: #1784ce;
}
.newsletter {
  background-color: #1784ce;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.288);
}

.btn-primary {
  background-color: #d68323;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #1784ce;
}

.login-link {
  background-color: #d68323;
  color: white;
}

.login-link:hover {
  background-color: #1784ce;
  color: white;
}

.event-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-date {
  font-weight: bold;
}

.card-body {
  padding: 0px;
}

.event {
  margin-bottom: 20px;
}

.ul-2 {
  list-style-type: disc;
  padding: 10px;
}

.workshops h2 {
  background-color: #1784ce;
  color: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
