* {
    margin: 0;
    box-sizing: border-box;
  }
  .font-orbitron {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }  

  .top-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    pointer-events: none;
  }
  /* DOMOVSKA STANKA, PROGRAM */
  body.theme-purple .top-gradient {
    background: linear-gradient(
      180deg,
      rgba(98, 0, 255, 0.9),
      rgba(122, 44, 255, 0)
    );
  }
  /* O FESTIVALU, INFO */
    body.theme-pink .top-gradient {
    background: linear-gradient(
      180deg,
      rgba(255, 0, 200, 0.9),
      rgba(0, 0, 0, 0)
    );
}

/* OBJEVTE NW */
body.theme-orange .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 60, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
}

/* PARTNERI, AKTUALITY */
body.theme-cyan .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 246, 255, 0.9),
    rgba(0, 0, 0, 0)
  );
}

/* WE CARE */
body.theme-green .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 255, 21, 0.9),
    rgba(0, 0, 0, 0)
  );
}
/* KONTAKTY */
body.theme-red .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 0, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
}

/* STANTE SE PARTNEREM */
body.theme-blue .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 9, 255, 0.9),
    rgba(0, 0, 0, 0)
  );
}

/* HISTORIE */
body.theme-lime .top-gradient {
  background: linear-gradient(
    180deg,
    rgba(217, 255, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
}
  
body {
  background: black;
  color: white;
  font-family: Arial, sans-serif;
  height: 95vh; 
}

.burger {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 1001;
}


.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  
}

.nav-top {
  justify-content: flex-end;
  padding: 0px 20px;
}
.nav-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 20px 20px;
  margin-top: 0px;
  
}
  

.logo {
  z-index: 20;
  font-size: 22px;
  position: relative;
  letter-spacing: 2px;
  color: white;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.logo-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.logo-link:hover {
  cursor: pointer;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.lang {
  font-size: 14px;
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  z-index: 1;
}

.hero-image {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-image.desktop {
  width: 900px;
}

.hero-image.mobile {
  display: none;
  width: 300px;
}

.hero-text {
  position: absolute;
  bottom: 80px;
  left: 60px;
}

.hero-text h1 {
  font-size: 36px;
  letter-spacing: 2px;
}

.hero-text p {
  margin-top: 10px;
  font-size: 18px;
}

.buy-ticket {
  position: fixed;
  right: 40px;
  bottom: 40px;

  background: linear-gradient(90deg, #6200FF, #6200FF);
  padding: 16px 28px;
  border-radius: 40px;

  color: white;
  text-decoration: none;
  font-weight: bold;

  box-shadow: 0 0 30px rgba(255, 0, 255, 0.6);
  z-index: 100;
}

.news {
  background: white;
  color: black;
  padding: 80px 60px;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-header h2 {
  font-size: 28px;
}

.news-header .more {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.news-slider {
  overflow: hidden;
}

.news-track {
  display: flex;
  gap: 60px;
}

.news-item {
  flex: 0 0 300px;
  text-align: center;
}

.news-item img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin-bottom: 20px;
}

.news-item h3 {
  font-size: 20px;
}

.news-item p {
  margin-top: 8px;
  font-size: 16px;
}

.three-pics {
  color: black;
  align-items: center;
}

.desktop-img {
  width: 33%;
  height: auto;
}

.mobile-img {
  display: none;
}

.how-it-works {
  background: black;
  color: white;
  padding: 80px 60px;
}

.how-it-works h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.how-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: start;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.card {
  background: #0b0b0b;
  padding: 28px;
  border-radius: 16px;

  box-shadow:
    0 0 20px rgba(128, 0, 255, 0.6),
    inset 0 0 0 1px rgba(128, 0, 255, 0.4);
}

.card h3 {
  margin-bottom: 16px;
  font-size: 18px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
}

.useful-info a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.newsletter {
  background: white;
  color: black;
  padding: 80px 60px;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}

/* LEVÁ ČÁST */
.newsletter-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.newsletter-content p {
  max-width: 520px;
  font-size: 16px;
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 16px;
}

.newsletter-form input {
  width: 260px;
  padding: 14px 16px;
  border: 1px solid black;
  font-size: 14px;
}

.newsletter-form button {
  padding: 14px 28px;
  background: #6a00ff;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

/* PRAVÁ ČÁST */
.newsletter-footer {
  text-align: left;
}

.newsletter-logo {
  font-size: 28px;
  margin-bottom: 20px;
}

.newsletter-links a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
}


/* O FESTIVALU */

.about {
  padding: 5%;
  display:flex;
  flex-direction: column;
}

/* HERO */
.about-hero h1 {
  font-size: 42px;
  letter-spacing: 0.2em;
}

/* SEKCE */
.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* otočení obsahu */
.about-section.reverse {
  flex-direction: row-reverse;
}

/* TEXT */
.about-text {
  width: 45%;
}
.about-text2 {
  width: 45%;
  text-align: right;
}

.about-text h2 {
  margin-bottom: 24px;
}

.about-text p {
  line-height: 1.6;
}

/* OBRAZ */

.about-visual {
  width: 20%;
  height: auto;
  display: flex;
}

.about-visual img {
  width: 100%;
  height: auto;
}

.about-stages {
  padding-top: 5rem;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-stages .stage,
.about-stages img {
  padding: 15px;
  border-radius: 25px;
  width: 75%;
}

.about-stages img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cyan {
  border: 1px solid #00F6FF;
  box-shadow: 0 0 25px #00F6FF;
}

.white {
  border: 1px solid #fff;
  box-shadow: 0 0 25px #fff;
}

.magenta {
  border: 1px solid #FF00E1;
  box-shadow: 0 0 25px #FF00E1;
}

.blue {
  border: 1px solid #0009FF;
  box-shadow: 0 0 25px #0009FF;
}

.ultraviolet {
  border: 1px solid #7300FF;
  box-shadow: 0 0 25px #7300FF;
}

.red {
  border: 1px solid   #FF3C00;
  box-shadow: 0 0 25px #FF3C00;
}

.nw-title h1 {
  font-size: 42px;
  letter-spacing: 0.2em;
}

.explore {
  padding: 5%;
}

.explore-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explore-content h2, .explore-content img {
  padding-top: 50px;
}

.explore-content p {
  padding-top: 25px;
}

.explore-content img {
  width: 50%;
  border-radius: 25px;
}

.explore-content .waves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.explore-content .waves img {
  width: 100%;
}

@media (max-width: 768px) {
  .explore {
    padding: 120px 60px
  }

  .explore-content .waves {
    grid-template-columns: 1fr;
  }

  .pc-only {
    display: none;
  }
}

.partners {
  padding: 5%;
}

.partners-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-content h2, .partners-content p, .partners-content img {
  padding-top: 50px;
}

.waves-img {
  width: 100%;
}

.partners-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  place-items: center;
}

.partners-img img {
  width: 75%;
}

@media (max-width: 768px) {
  .partners {
    padding: 120px 60px
  }

  .partners-img {
    grid-template-columns: 1fr 1fr;
  }
}

.we-care {
  padding: 5%;
}

.we-care-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.we-care-content h2, .we-care-content img {
  padding-top: 50px;
}

.we-care-content p {
  padding-top: 25px;
}

.we-care-content img {
  width: 50%;
}

@media (max-width: 768px) {
  .we-care {
    padding: 120px 60px
  }
  .we-care-content img {
    width: 75%;
  }
}

.contact {
  padding: 5%;
}

.contact-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content h2 {
  padding-top: 50px;
}

.contact-content > p {
  padding-top: 25px;
}

.contacts {
  padding-top: 50px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: left;
}

.contact img {
  width: 40px;
}

.icon-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 10px;
}

.icon-text p {
  padding-left: 5px;
}

.adress-socials {
  grid-column: span 4;
  padding-top: 50px;
  gap: 20px;
  display: flex;
  justify-content: space-around;
}

.adress-socials p {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .contact {
    padding: 120px 20px;
  }

  .contacts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .contacts h3 {
    text-align: center;
  }

  .adress-socials {
    grid-column: span 2;
    justify-content: space-between;
  }

  .contact p, .contact li {
    font-size: 12px;
  }

  .contact img {
    width: 30px;
  }
}

.aktuality {
  padding: 5%;
}

.aktuality-content {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.aktuality-content h2 {
  text-align: center;
  padding-top: 50px;
}

.articles h2 {
  text-align: left;
}

.articles {
  text-align: left;
  padding-top: 50px;
}

.articles article {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .aktuality {
    padding: 120px 20px;
  }
}

.partner {
  padding: 5%;
}

.partner-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.partner-content h2 {
  padding-top: 50px;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .partner {
    padding: 120px 20px;
  }
}

.historie {
  padding: 5%;
}

.historie-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.historie-content h2 {
  padding-top: 50px;
  padding-bottom: 25px;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  place-items: center;
  gap: 10px;
}

.gallery2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery2 img {
  object-fit: cover;
  height: 200px;
  display: block;
}

.gallery img {
  object-fit: cover;
  height: 300px;
  display: block;
}

@media (max-width: 768px) {
  .historie {
    padding: 120px 20px;
  }

  .pc-only {
    display: none !important;
  }

  .gallery img {
    height: 125px;
  }

  .gallery2 img {
    height: 100px;
  }

  .gallery2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.program {
  padding: 5%;
}

.program-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.program-content > h2 {
  text-align: center;
}

.program-content h2, .program-content p {
  padding-top: 50px;
  padding-bottom: 25px;
}

.program-content td, th {
  padding: 10px;
  width: 25%;
  border: 1px solid #6f6f6f;
}

.program-content th {
  background-color: #404040;
}

.program-content td {
  background-color: #363636;
}

.program-content > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-content table {
  width: 50%;
  border-collapse: collapse;
}

.area-map h2 {
  align-self: flex-start;
}

.area-map li {
  padding-top: 5px;
  padding-bottom: 5px; 
}

.legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.legend img {
  width: 70%;
}

.legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.legend li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.cyan-d    { background: #00F6FF; }
.magenta-d { background: #FF00E1; }
.violet-d  { background: #7B00FF; }
.orange-d  { background: #FF3C00; }
.yellow-d  { background: #D9FF00; }
.blue-d  { background: #0009FF; }
.gray-d  { background: #5B5B5B; }
.green-d { background: #00FF15; }
.white-d { background: #D9D9D9; }

@media (max-width: 768px) {
  .program {
    padding: 120px 20px;
  }

  .legend {
    flex-direction: column;
  }

  .legend img {
    width: 100%;
  }

  .legend ul {
    column-count: 2;
  }
}

.info {
  padding: 5%;
}

.info-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.info-item {
  border-radius: 25px;
  padding: 15px;
  margin: 25px;
  width: 75%;
}

.info-header {
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.info-header:hover {
  cursor: pointer;
}

.info-header img {
  height: 50px;
}

.info-header img.rotate {
  transform: rotate(-90deg);
}

.info-item-content.hidden {
  display: none;
}

.info-item-content h3 {
  padding-top: 25px;
}

.info-item-content p {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .info {
    padding: 120px 20px;
  }

  .info-item {
    width: 95%;
  }
}


  @media (max-width: 768px) {

    
    .logo .font-orbitron{
        align-items: center;
    }

    .burger {
    display: block;
    position: fixed;
    top: 16px;
    left: 5 px;
    right: auto;
    z-index: 1001;
    }

    .hero-image.desktop {
    display: none !important;
    }

    .hero-text h1 {
    font-size: 20px;
    }

    .hero-text p {
    font-size: 12px;
    }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    padding-top: 0px;
    overflow: visible; 
  }

  .hero-image.mobile {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .logo {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 18px;
    left: 0;
    z-index: 30;
    pointer-events: none;
  }

    .nav {
    display: none;
    flex-direction: column;
    background: black;
    padding: 80px 20px 20px;
    }

    .nav.open {
    display: flex;
    }

    .news {
      padding: 50px 20px;
    }
  
    .news-track {
      display: flex;
      flex-direction: column;
      gap: 40px;
      transform: none;
    }
  
    .news-item {
      flex: none;
      width: 100%;
      text-align: center;
    }
  
    .news-item img {
      width: 100%;
      height: 240px;
      object-fit: cover;
    }

    .three-pics {
        display: block;
      }
    
      .desktop-img {
        display: none;
      }
    
      .mobile-img {
        display: block;
        width: 100%;
      }
    }
      @media (max-width: 768px) {
        .how-layout {
          grid-template-columns: 1fr;
          gap: 40px;
        }
      
        .cards {
          grid-template-columns: 1fr;
        }
      
        .useful-info {
          text-align: left;
        }
      }

      @media (max-width: 768px) {
        .newsletter {
          padding: 60px 20px;
        }
      
        .newsletter-layout {
          grid-template-columns: 1fr;
          gap: 60px;
        }
      
        .newsletter-form {
          flex-direction: column;
        }
      
        .newsletter-form input,
        .newsletter-form button {
          width: 100%;
        }
      
        .newsletter-footer {
          text-align: center;
        }
      
        .newsletter-links a {
          font-size: 18px;
          margin-bottom: 16px;
        }
      }

       /* O FESTIVALU */
       @media (max-width: 768px) {

        .about {
          padding: 120px 16px 80px;
          gap: 80px;
        }
      
        .about-section {
          flex-direction: row;
          align-items: flex-start;
          gap: 20px;
        }
      
        .about-section.reverse {
          flex-direction: row-reverse;
        }
      
        /* TEXT */
        .about-text,
        .about-text2 {
          width: 65%;
          font-size: 14px;
          line-height: 1.5;
        }
      
        .about-text2 {
          text-align: right;
        }
      
        .about-text h2,
        .about-text2 h2 {
          font-size: 18px;
          margin-bottom: 12px;
        }
      
        /* OBRAZ */
        .about-visual {
          width: 35%;
          justify-content: center;
        }
      
        .about-visual img {
          max-width: 140px;
        }

        .about-stages {
          grid-template-columns: 1fr 1fr;
        }

        .stage {
          text-align: center;
        }
      }
      
      

      .mobile-menu {
        position: fixed;
        inset: 0;
        background: black;
        color: white;
      
        display: none;
        flex-direction: column;
      
        z-index: 1000;
      }
      
      /* viditelné menu */
      .mobile-menu.open {
        display: flex;
      }
      
      .mobile-menu-header {
        height: 70px;
        background: linear-gradient(
          180deg,
          rgba(255, 215, 0, 0.9),
          rgba(0, 0, 0, 0)
        );
      
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
      
        padding: 0 16px;
      
        font-size: 18px;
        letter-spacing: 0.25em;
      }
      
      /* navigace */
      .mobile-menu-nav {
        flex: 1;
      }
      
      .mobile-menu-nav a {
        display: block;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
      
        color: white;
        text-decoration: none;
        font-size: 16px;
      }

      .mobile-menu-nav a:first-child {
        border-top: 1px solid rgba(255,255,255,0.3);
      }
      
      .mobile-menu-nav a.active {
        border-bottom: 2px solid #3fa9ff;
      }
      
      .mobile-menu-wave {
        padding: 20px;
      }
      
      .mobile-menu-wave img {
        width: 100%;
        display: block;
      }
  