/* ==============================
   CSS FOR FESTIVAL
   ============================== */

html {

  font-family: 'Bangers', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  margin-top: -0.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #000;
  scroll-behavior: smooth;
}

header, section, footer {
  position: relative;
  z-index: 1;
}

section, header, footer, div {
  max-width: 100%;
  box-sizing: border-box;
}

/* ==============================
   HERO SECTION
   ============================== */

header {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
  text-align: center;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

nav {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin-top: 1.5rem;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

nav ul a:hover {
  color: #FFD700; 
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.welcome-textbox {
  position: relative;
  z-index: 2; 
  top: 40%;
  transform: translateY(-50%);
}

.welcome-textbox h1 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
}

.welcome-textbox p {
  font-size: 1.5rem;
}

#welcome-textbox #countdown, #countdown {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #FFD700; 
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

@keyframes pulseGlow {
  0% { text-shadow: 0 0 10px #FF4EDB, 0 0 20px #6A0DAD; }
  50% { text-shadow: 0 0 20px #FFD700, 0 0 30px #FF4EDB; }
  100% { text-shadow: 0 0 10px #FF4EDB, 0 0 20px #6A0DAD; }
}

.welcome-textbox h1 {
  animation: pulseGlow 2s infinite ease-in-out;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#countdown {
  font-family: 'Fredoka One', sans-serif;
}

/* ==============================
   ABOUT SECTION
   ============================== */

.about-container {
  flex: 1 1 400px; /* responsive width */
  background: linear-gradient(135deg, #6A0DAD, #FF4EDB); /* purple-pink gradient for festival energy */
  border-radius: 1.5rem;
  padding: 2rem;
  color: white;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}


.about-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.about-container h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
  font-family: 'Bangers', sans-serif; 
  font-weight: 500; 
}

.about-image {
  width: 100%;    
  height: 250px;      
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: transform 0.3s;
}

.about-image:hover {
  transform: scale(1.05); 
}
.about-container-container {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.about-container p {
  font-weight: 400; 
  font-size: 1.1rem;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif;
}

/* ==============================
   2026 LINEUP
   ============================== */

#lineup {
  display: block;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto 1.5rem auto;
  padding: 0.5em 1.2em;
  border-radius: 1rem;
  background: linear-gradient(135deg, #7B1FA2, #FF61E6);
  color: #FFFFFF;
  font-family: 'Bangers', sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: center;
  text-shadow:
    2px 2px 5px rgba(0, 0, 0, 0.6),
    0 0 12px rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#lineup:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

#lineup img {
  display: block;    
  margin: 0.5rem auto; 
  max-width: 100%;
  height: auto;
  display: block;
}
/* ==============================
   SCHEDULE
   ============================== */
 
#schedule {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatson {
  max-width: 900px;
  margin: 3rem 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #6A0DAD, #FF4EDB);
  border-radius: 1.5rem;
  color: white;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  font-family: 'Poppins', sans-serif;
}

.whatson h2 {
  font-family: 'Bangers', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  margin-bottom: 1rem;
}

.whatson p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.slideshow {
  position: relative;
  width: 80%;
  max-width: 900px;
  height: auto;
  min-height: 600px;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.slideshow img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
  cursor: pointer;
  border-radius: 1rem;
  aspect-ratio: 16 / 9;
  height: 100%; 
  object-fit: cover; 
}

.slideshow img.active {
  opacity: 1;
  z-index: 1;
}

.slideshow img.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: 100vh;
  object-fit: contain;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  opacity: 1 !important;
  cursor: zoom-out;
}

.arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  z-index: 10000;
  display: none; 
  user-select: none;
  transition: background 0.3s;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.arrow.left {
  left: 2%;
}

.arrow.right {
  right: 2%;
}


/* ==============================
   TICKETS
   ============================== */

#tickets {
  padding: 80px 20px;
  background: lightblue;
  text-align: center;
  margin-top: 1rem;
}

#tickets h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #333;
}

.ticket-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.ticket-card {
  background: #f8f8f8;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 30px 20px;
  flex: 1 1 250px;
  max-width: 300px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  font-family: arial, sans-serif;
}

.ticket-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.ticket-card h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #FF6600;
}

.ticket-card .price {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.ticket-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.ticket-card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.ticket-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #FF6600;
}

.ticket-card button {
  background: #FF6600;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.membership-card button:hover {
  background: #e65c00;
}

.ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FF6600;
  color: white;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  transform: rotate(15deg);
}

/* ==============================
   FAQ
   ============================== */

#faq {
  max-width: 800px;
  margin: 4rem auto;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #6A0DAD, #FF4EDB);
  color: white;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
  font-family: 'Poppins', sans-serif;
}

#faq h2 {
  text-align: center;
  font-family: 'Bangers', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0.8rem;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
}

.faq-question:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1rem;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 1rem;
}

/* ==============================
   FOOTER / CONTACT 
   ============================== */

#footer {
  background: linear-gradient(135deg, #6A0DAD, #FF4EDB);
  color: white;
  padding: 3rem 2rem 1rem;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.4);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-section h3 {
  font-family: 'Bangers', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.footer-section p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 0.5rem 0;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #FFD700;
}

.socials {
  margin-top: 1rem;
}

.socials a {
  color: white;
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: transform 0.3s, color 0.3s;
}

.socials a i {
  color: white;
}

.socials a:hover {
  color: #FFD700;
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.8;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 1rem;
}

/* ==============================
   CONFETTI
   ============================== */

#confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff61e6;
  opacity: 0.9;
  transform: rotate(0deg);
  border-radius: 2px;
  animation: fall 6s linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* ==============================
   MEDIA QUERIES
   ============================== */

/* ==============================
   LAPTOPS (≤1200px)
   ============================== */
@media (max-width: 1200px) {
  nav ul {
    gap: 15px;
  }

  .welcome-textbox h1 {
    font-size: 3.5rem;
  }

  .welcome-textbox p {
    font-size: 1.3rem;
  }

  .about-container {
    flex: 1 1 45%;
  }

  .ticket-card {
    max-width: 280px;
  }

  .slideshow {
    max-width: 800px;
    min-height: 500px;
  }
}

/* ==============================
   TABLETS (≤1024px)
   ============================== */
@media (max-width: 1024px) {
  nav ul {
    flex-wrap: wrap;
    gap: 12px;
  }

  .about-container-container {
    flex-direction: column;
    align-items: center;
  }

  #schedule {
    flex-direction: column;
    align-items: center;
    gap: 2rem; 
  }

  .whatson {
    width: 90%;
    margin-bottom: 1rem;
  }

  .slideshow {
    width: 90%;
    max-width: 600px;
    min-height: 400px;
  }

  .ticket-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .welcome-textbox h1 {
    font-size: 2.8rem;
  }

  .welcome-textbox p {
    font-size: 1rem;
  }

  nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .about-container-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 2rem auto;
    padding: 1.5rem;
    text-align: center;
  }

  .about-image {
    height: 200px;
  }

  .whatson {
    padding: 1.5rem;
    width: 95%;
  }

  .whatson h2 {
    font-size: 2rem;
  }

  .whatson p {
    font-size: 1rem;
  }

  .slideshow {
    width: 95%;
    min-height: 300px;
  }
  
   #lineup {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  #lineup h2 {
   text-align: center;
  }

  #tickets h2 {
    font-size: 2rem;
  }

  .ticket-card {
    width: 90%;
    max-width: none;
  }

  .ticket-card h3 {
    font-size: 1.5rem;
  }

  .ticket-card .price {
    font-size: 1.6rem;
  }

  #faq {
    width: 90%;
    max-width: 500px;
    margin-top: 1rem;
    padding: 1.5rem;
    text-align: center;
  }

  .faq-question {
    font-size: 1rem;
    padding: 0.8rem;
  }

  .footer-content {
    gap: 1rem;
  }

  .footer-section h3 {
    font-size: 1.5rem;
  }

  .footer-section p,
  .footer-section ul li a {
    font-size: 0.9rem;
  }

  .footer-bottom p {
    font-size: 0.8rem;
  }
}

@media (max-width: 414px) {
  #lineup {
    font-size: 1.6rem; 
    letter-spacing: 2px;
    padding: 0.4em 0.6em;
    max-width: 90%;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    margin: 0 auto;
  }
}