.exhibition-page {
  font-family: "Inter", sans-serif;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  color: #1a202c;
  background-color: #f9fafb;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
  height: 400px;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  animation: fadein 2s ease;
}

.badge {
  display: inline-block;
  background: #2563eb;
  color: white;
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.dates {
  margin-top: 1rem;
  font-size: 1rem;
  color: #4b5563;
  text-align: center;
}

#countdown-timer {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #ef4444;
}

#map {
  height: 300px;
  margin: 2rem 0;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
}

article {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  color: #374151;
}

.tags {
  margin-top: 1.5rem;
}

.tag {
  display: inline-block;
  margin: 0.3rem 0.3rem 0 0;
  padding: 0.4rem 0.8rem;
  background-color: #facc15;
  color: #1f2937;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.organizer-card {
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 2rem;
}

.organizer-card h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.organizer-card p {
  margin-bottom: 1rem;
  color: #6b7280;
}

.social-links {
  list-style: none;
  padding: 0;
}

.social-links li {
  margin-bottom: 0.5rem;
}

.social-links a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.social-links a:hover {
  text-decoration: underline;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#title {
  margin-bottom: 50px;
  margin-top: 150px;
}
.exhibition-gallery {
  max-width: 1150px;
  max-height: 700px;
}
.exhibition-title-details {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, #4f46e5, #9333ea, #f43f5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientText 6s ease infinite;
  max-width: 90%;
  word-break: break-word;
}

@keyframes gradientText {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.exhibition-title-details {
  text-align: center;
}

#map {
  width: auto;
  margin: auto;
}

.w-full {
  width: 75%;
  height: fit-content;
  display: flex;
  margin: auto;
}
.filter-form {
  justify-content: center;
}
.organizer-card {
  text-align: center;
}

article {
  text-align: center;
}
