@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}

:root {
  --background-dark: #060b07;
  --text-light: #fff;
  --text-muted: #ccc;

  --gradient-primary: linear-gradient(65deg, rgba(174, 72, 229, 1) 0%, rgba(85, 72, 229, 1) 100%);
  --gradient-hover: linear-gradient(65deg, rgba(180, 72, 235, 1) 0%, rgba(100, 72, 235, 1) 100%);

  --gradient-button: linear-gradient(65deg, rgb(174, 72, 229) 0%, rgb(85, 72, 229) 100%);
  --gradient-button-hover: linear-gradient(65deg, rgb(180, 72, 235) 0%, rgb(100, 72, 235) 100%);

  --font-family: "Rubik", sans-serif;
  --font-size-base: 1.25rem;
  --font-size-title: 2.5em;
  --font-size-small: 1rem;
  --padding-base: 1rem;
  --transition-fast: .3s;

  --parallax-margin-top-default: 40svh;
  --parallax-margin-top-offset: 3.5rem;
}

html {
  color-scheme: dark;

  &:focus-within {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--background-dark);
}

.center {
  text-align: center !important;
}

.parallax {
  position: relative;
  overflow: hidden;

  .parajjax {
    overflow: hidden;
    position: relative;
    height: 82rem;
    background: var(--background-dark);

    .parajjax-layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      pointer-events: all;
      will-change: transform !important;

      img {
        width: 100%;
        height: auto;
      }
    }

    .parallax_dragondick {
      top: 3.5rem;
      margin-top: 42rem;
      z-index: 15;
    }

    .parallax_bg {
      z-index: 10;

      img {
        min-height: 75rem;
      }
    }

    .parallax_sun {
      margin-top: 30rem;
      z-index: 12;
    }

    .parallax_wolfdick {
      z-index: 13;
      top: 2rem;
    }

    .parallax_characters {
      z-index: 14;
    }

    .parallax_plants {
      margin-top: 42rem;
      z-index: 16;
    }

    .parallax_hero {
      margin-top: 5rem;
      z-index: 18;
    }

    /* Clouds */
    .parallax__cloud {
      z-index: 13 !important;
    }

    .parallax__cloud_1 {
      width: 514px !important;
      margin-top: 40svh;
    }

    .parallax__cloud_2 {
      width: 186px !important;
      margin-top: 30svh;
      margin-left: 60svw;
    }

    .parallax__cloud_3 {
      width: 70px !important;
      margin-top: 50svh;
      margin-left: 30svw;
    }

    .parallax__cloud_4 {
      width: 150px !important;
      margin-top: 60svh;
      margin-left: 40svw;
    }

    .parallax__cloud_5 {
      width: 137px !important;
      margin-top: 47svh;
      margin-left: 70svw;
    }

    .parallax__cloud_6 {
      width: 329px !important;
      margin-top: 67svh;
      margin-left: 57svw;
    }

    .parallax__cloud_7 {
      width: 247px !important;
      margin-top: 20svh;
      margin-left: 70svw;
    }
  }

  .fog-overlay {
    z-index: 14;
    position: absolute;
    top: 36rem;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url('/assets/img/waft.png') no-repeat center;
    opacity: 0.25;
    animation: fogMove 15s ease-in-out infinite;
  }
}

.main-content {
  position: relative;
  /*background: var(--background-dark);*/
  padding-block: 2rem;
  padding-top: 0;
  margin-top: -2rem;
  z-index: 2;
}

h1 {
  color: var(--text-light);
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: "Rubik-Italic", sans-serif;
  color: var(--text-light);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
}

img {
  display: block;
  max-width: 100%;
}

i.x2 {
  font-size: 2rem;
}

i.x3 {
  font-size: 3rem;
}

.wrapper {
  width: min(69rem, 100% - 4rem);
  margin-inline: auto;

  &.wide {
    width: min(69rem, 100% - 4rem);
  }

  &.superwide {
    width: min(80rem, 100% - 4rem);
  }

  &.megawide {
    width: min(85rem, 100% - 4rem);
  }

  &.gigawide {
    width: min(90rem, 100% - 4rem);
  }

  .c {
    text-align: center;
    display: block;
  }

  p {
    text-transform: initial;
    line-height: 2.1rem;
    letter-spacing: 0.69px;
    /* If you see this, you maaaaay get something if you poke me on Telegram ;3 @Keenora */
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300;
  }

  li {
    text-transform: initial;
    line-height: 2.1rem;
    letter-spacing: 0.69px;
    margin-bottom: 1.5rem;
    font-weight: 300;

    strong {
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  section h2 {
    padding-top: 3rem;
    z-index: 3;
    position: relative;

    &:before {
      content: "";
      width: 15%;
      position: absolute;
      height: 3px;
      background: #ac48e5;
      right: 0;
      margin-top: 1.4rem;
      z-index: -1;
      filter: drop-shadow(0px 0px 4px rgba(255, 255, 200, 0.3));
    }

    &:after {
      content: "";
      width: 15%;
      position: absolute;
      height: 3px;
      background: #5748e4;
      left: 0;
      margin-top: 1.4rem;
      z-index: -1;
      filter: drop-shadow(0px 0px 4px rgba(255, 255, 200, 0.3));
    }
  }
}

.gradient-text {
  background: linear-gradient(65deg, rgb(174, 72, 229) 0%, rgb(85, 72, 229) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button,
.pretix-widget-action>button,
.pretix-widget-resume-button,
.pretix-widget-voucher-button-wrap>button {
  font-style: italic;
  text-transform: uppercase !important;
  background: var(--gradient-button) !important;
  padding: 1em 2em !important;
  border: 0 !important;
  border-radius: 0.125em !important;
  cursor: pointer !important;
  transition: .5s all;
  z-index: 1000;
  position: relative;
  opacity: 0.9;
  font-size: 18px !important;
  font-weight: 900;
  font-family: var(--font-family);

  &:hover {
    background: var(--gradient-button-hover) !important;
    opacity: 0.96;
  }
}

.primary-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: 5svh;
  width: 100%;
  padding-block: 1rem;
  margin-bottom: -20svh;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0);
  border-bottom: 1px solid transparent;
  overflow: hidden;

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    z-index: -1;
    opacity: 0;
    transition: opacity var(--transition-fast) linear;
  }

  &.burger-open::after {
    opacity: 0 !important;
  }

  .primary-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .flex-group {
      display: flex;
      gap: 1rem;
      margin-top: -1.5rem;
      margin-right: -3rem;

      .fa-bluesky {
        color: rgb(16, 131, 254);
      }

      .fa-telegram {
        color: rgb(36, 161, 222);
      }

      .fa-instagram {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      @media (max-width: 768px) {
        transform: scale(2);
        margin-top: 1rem;
        margin-right: 0;
      }
    }

    .primary-nav {
      margin-left: -1%;

      a {
        color: white;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
      }

      ul {
        flex: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
        transition: 0.5s opacity;
        opacity: 1;

        li {
          padding: .3rem .55rem;
          opacity: .8;
          transition: .5s all;
          border-bottom: 3px solid transparent;
          text-transform: uppercase;

          &:hover,
          &.active {
            opacity: 1;
            border-color: #ad00ff;
          }
        }
      }
    }
  }

  &.scrolled {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .5);

    .primary-nav li:hover,
    .primary-nav li.active {
      border-color: #fff !important;
    }

    &::after {
      opacity: 1;
    }
  }

  &.burger-open {
    .primary-nav>ul {
      opacity: 0;
    }
  }
}

.logo {
  max-width: 100px;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    inset: -3rem;
    z-index: -1;
    background: radial-gradient(hsl(0 0% 100% / 0.5), transparent 70%);
  }
}

.hero {
  margin-block-start: max(20vh, 8rem);

  .hero__title {
    font-size: 3.25rem;
    max-width: 15ch;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    position: relative;
    margin: 0;
    text-align: left;

    >span {
      font-style: normal;
      font-size: 0.5em;
      display: block;
      padding-block: 4svh;
    }

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: black;
      z-index: -1;
      scale: 2;
      opacity: 0.5;
      filter: blur(5rem);
      translate: -50%;
    }
  }

  .hero__subtitle {
    margin: 0;
    text-align: left;
    font-size: 2rem;
    padding-top: .6em;
    font-style: normal;
    position: relative;

    &+small {
      padding-bottom: 10rem;
      display: block;
      font-size: 0.9rem;
      padding-top: .5rem;

      @media (max-width: 768px) {
        padding-bottom: 10rem;
      }
    }

    /*
    &:after {
      content: "Date & Location changed!";
      color: red;
      font-size: 0.9rem;
      position: absolute;
      top: 5px;
      transform: rotate(7deg);
      margin-left: -60px;
      z-index: 10000;
    }
    */
  }
}

.countdown-wrapper {
  margin: 0 auto;
  width: 75%;
  border: 3px solid #03a9f4;
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding-bottom: 2rem;
  padding-top: 3rem;

  .countdown {
    margin: 0 auto;
    width: 80%;
    padding: 0;
    display: flex;
    gap: 10%;

    li {
      display: inline-block;
      text-align: center;
      min-width: 110px;

      p {
        -webkit-text-fill-color: #8cd2f3;
        margin: 0;
        text-align: center;
      }

      span {
        font-size: 60px;
        line-height: 70px;
        font-weight: 900;
        color: #03a9f4;
      }
    }
  }
}

.tickets {
  width: 100%;
  clear: both;
  display: inline-block;

  .ticketContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    float: left;
    transition: 0.2s all;

    .ticketShadow {
      animation: bouncingShadow 0.6s ease-out infinite alternate;
      margin-top: 4px;
      width: 95%;
      height: 10px;
      border-radius: 50%;
      background-color: rgb(122 127 163);
      filter: blur(17px);
    }

    &:hover {
      filter: saturate(1) !important;
      transform: scale(1.25);
      cursor: pointer;

      .ticket {
        animation: bouncingCard 0.6s ease-out infinite alternate;
      }
    }

    .ticket {
      background: var(--gradient-primary);
      color: var(--text-light);
      border-radius: 12px;

      .ticketTitle {
        font-size: 1.5rem;
        font-weight: 700;
        padding: 12px 16px 4px;
        text-align: center;
      }

      hr {
        width: 90%;
        border: 1px solid #efefef;
      }

      .ticketDetail {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 4px 16px;
        line-height: 1.8rem;
      }

      .ticketSubDetail {
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
        padding: 12px 16px;

        .code {
          margin-right: 24px;
        }
      }

      .ticketRip {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .circleLeft {
          width: 12px;
          height: 24px;
          background-color: var(--background-dark);
          border-radius: 0 12px 12px 0;
        }

        .ripLine {
          width: 100%;
          border-top: 3px solid var(--background-dark);
          border-top-style: dashed;
        }

        .circleRight {
          width: 12px;
          height: 24px;
          background-color: var(--background-dark);
          border-radius: 12px 0 0 12px;
        }
      }
    }
  }

  &:hover .ticketContainer {
    filter: saturate(0.1);
  }
}

footer {
  background: var(--background-dark);
  padding-top: 5rem;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  grid-area: footer;

  .wf-wrap {
    width: 90svw;
    margin: 2rem auto;
    padding-top: 2rem;
    border-top: 4px solid #9943d0;

    .wf-container-footer {
      width: 80svw;
      margin: 0 auto;

      .widget {
        color: #888;
        width: calc(25% - 2rem);
        float: left;
        padding: 1rem;
        font-weight: 500;
        font-size: .9rem;

        .widget-title {
          font-weight: 600;
          color: #aaa;
        }

        &#media_image-2 img {
          margin: 0 auto;
        }
      }
    }
  }
}

.parallax_spacer {
  min-height: 13.37rem;
}

section#more,
section#team {
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  gap: 30px;
  padding: 0px;

  [class*="-image"] {
    display: flex;
    align-items: center;

    img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
  }

  .home-image {
    margin-top: 6.9rem;
  }
}

.faq-container,
.img-side-container {
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  gap: 30px;
  padding: 20px;

  @media screen and (max-width: 768px) {
    flex-wrap: wrap-reverse;

    &.wrap-rereverse {
      flex-wrap: wrap;
    }
  }

  .faq-image,
  .location-image,
  .image {
    figure {
      @media screen and (max-width: 768px) {
        margin: 0;
      }
    }

    img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
  }

  &.noimage {
    padding-top: 0;
    margin-top: -1.3rem;
  }

  .faq-content,
  .content {
    flex: 1;

    h1 {
      font-size: var(--font-size-title);
      margin-bottom: 20px;
    }

    p {
      color: #ccc;
      font-size: 1rem;
      line-height: 1.6;

      a {
        color: #ff9800;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }
    }

    .accordion {
      margin-top: 20px;

      .accordion-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #333;

        .accordion-title {
          display: block;
          padding: 15px;
          font-size: 1rem;
          background: var(--gradient-primary);
          cursor: pointer;
          border-radius: 4px;
          transition: background-color var(--transition-fast);

          &:hover {
            background-color: #444;
          }
        }

        .accordion-content {
          max-height: 0;
          overflow: hidden;
          transition: max-height var(--transition-fast) ease-out;
          background-color: #1e1e1e;
          padding: 0 .6rem;

          p {
            padding: 10px 0;
          }

          ul {
            padding: 0 1.5rem;
            margin: 0;

            li {
              list-style: circle;
              padding: 0;
              margin: 0;
              font-size: 0.9rem;
            }
          }
        }

        input[type="radio"] {
          display: none;

          &:checked~.accordion-content {
            max-height: 800px;
          }
        }
      }

      input[type="radio"] {
        &:checked {
          &~.accordion-item input[type="radio"] {
            &:not(:checked)~.accordion-content {
              max-height: 0;
            }
          }
        }
      }
    }
  }

  .content {
    h2 {
      padding-top: 0;
    }
  }
}

@media screen and (max-width: 768px) {
  .hide-mb {
    display: none !important;
  }

  .countdown-wrapper {
    .countdown {
      flex-wrap: wrap;
      justify-content: space-around;
    }
  }

  .button {
    margin: 0 auto;
    display: block;
  }

  .tickets {
    .ticketContainer {
      width: 100%;
    }
  }

  .wrapper {
    /*margin-left: 1.5rem;*/
  }

  .hero {
    margin-block-start: max(16vh, 8rem);

    .hero__title {
      font-size: 2.5rem;
    }

    .hero__subtitle {
      font-size: 1.5rem;
      padding-bottom: 3rem;
    }
  }

  .main-content {
    margin-top: 0;

    &.burger-open {
      display: none !important;
    }
  }

  .parallax {
    .parajjax {
      height: 54rem;
    }

    & .parajjax {
      .parallax_characters {
        margin-top: 60svh;
      }

      .parallax_sun {
        margin-top: 70svh;
      }
    }
  }

  .faq-container {
    & .faq-content {
      & .accordion {
        & .accordion-item {
          & input[type="radio"] {
            &:checked~.accordion-content {
              max-height: 90rem;
            }
          }
        }
      }
    }
  }

  footer {
    &.burger-open {
      display: none !important;
    }

    & .wf-wrap {
      & .wf-container-footer {
        .widget {
          width: calc(100% - 2rem);
          border-bottom: 2px solid #333;
        }
      }
    }
  }
}

.burger-menu {
  position: relative;
  display: none;

  &.active {
    z-index: 1000;

    .burger-nav {
      display: flex;
      background: var(--gradient-primary);
      opacity: 1;
    }

    .burger-button {
      z-index: 1000;

      span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
      }

      span:nth-child(2) {
        opacity: 0;
      }

      span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
      }
    }
  }

  .burger-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 40px;
    position: absolute;
    right: 0;

    span {
      background: #fff;
      height: 3px;
      width: 100%;
      border-radius: 3px;
      transition: 0.3s ease-in-out;
    }
  }

  .burger-nav {
    transition: 0.5s opacity;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999;

    img {
      width: 33%;
      padding-top: 2rem;
      border-bottom: 2px solid #fff;
      padding-bottom: 1.5rem;
      margin-bottom: 1rem;

      @media (max-width: 768px) {
        padding-top: 0rem;
      }
    }

    ul {
      text-align: center;
      display: inline-block !important;
      padding: 0;
      margin: 0;

      li {
        margin: 15px 0;
        padding: 0rem !important;
        list-style: none;

        a {
          text-decoration: none;
          color: #fff;
          font-size: 1.2rem;
          transition: 0.2s;

          &:hover {
            color: #ff7f50;
          }
        }
      }
    }
  }

  @media screen and (max-width: 768px) {
    display: inline-block;
    position: absolute;
    top: 1.6rem;
    width: 40px;
    right: 2rem;
    height: 40px;
    z-index: 10000;
  }
}

/* LineUp */
ul#artist-list {
  display: flex;
  min-height: 80svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  min-width: 100%;
  flex-direction: column;

  .bio {
    grid-auto-flow: row;
    grid-template-rows: min-content;
    grid-gap: 24px;

    p {
      font-size: 1.3rem;
      line-height: 1.9rem;
      margin-block: 3rem;

      @media (max-width: 1024px) {
        font-size: 1.15rem;
        line-height: 1.6rem;
      }
    }
  }

  @media only screen and (min-width: 1280px) {
    flex-direction: row;
  }

  li {
    flex: 1;
    display: flex;
    align-items: stretch;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;

    &[style*="macid"] {
      background-size: contain !important;
    }

    &:before {
      content: "";
      position: absolute;
      z-index: 20;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 15, 15, 0.75);
    }

    &.smoltext h2 {
      font-size: 2.2rem !important;
    }

    &.smoltext p {
      line-height: 1.35rem;
    }

    @media (max-width: 768px) {
      min-height: 6rem;
    }

    &.active {
      flex: 13;
      /* ENHANCE ... if there are too many artists x3 */
      cursor: default;
      background-position: center;

      @media (max-width: 768px) {
        min-height: 45rem;
      }

      &:before {
        background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
      }
    }

    h3 {
      font-weight: bold;
      white-space: nowrap;
      position: absolute;
      z-index: 30;
      opacity: 1;
      top: 50%;
      left: 50%;
      transition: top 0.35s, opacity 0.15s;
      transform-origin: 0 0;
      font-size: 24px;
      text-transform: uppercase;
      transform: translate(-50%, -50%) rotate(0deg);

      @media only screen and (min-width: 1280px) {
        top: 95% !important;
        left: 50%;
        font-size: 32px;
        transform: translate(-20px, -50%) rotate(-90deg);
      }

      @media (max-width: 768px) {
        height: 5rem;
      }

      .active & {
        opacity: 0;
        top: 200%;
      }
    }

    .section-content {
      position: relative;
      z-index: 30;
      opacity: 0;
      align-self: flex-end;
      width: 100%;
      transition: all 0.35s 0.1s ease-out;

      .active & {
        opacity: 1;
      }

      .inner {
        position: absolute;
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-column-gap: 20px;
        align-items: flex-end;
        left: 0;
        bottom: 0;
        padding: 20px;
        opacity: 0;
        transition: opacity 0.25s ease-out;

        @media only screen and (min-width: 768px) {
          grid-auto-flow: column;
          grid-template-columns: calc(100% - 340px) 300px;
          grid-column-gap: 40px;
          padding: 40px;
        }

        @media only screen and (min-width: 1280px) {
          grid-auto-flow: column;
          grid-template-columns: 100%;
          grid-column-gap: 40px;
          padding: 40px;
        }

        .active & {
          opacity: 1;
        }

        .bio {
          h2 {
            font-size: 36px;
            line-height: 36px;
            font-weight: 700;
            text-transform: uppercase;
            margin-block: 0;

            @media only screen and (min-width: 768px) {
              font-size: 48px;
              line-height: 48px;
            }

            @media only screen and (min-width: 1280px) {
              font-size: 2.8rem;
              line-height: 64px;
              text-align: left;
            }

            &:before,
            &:after {
              display: none;
            }
          }
        }
      }
    }

    .artist-profile-link {
      pointer-events: none;
      text-decoration: none;
      margin-right: 1rem;
      display: inline-block;
      opacity: 0.7;
      transition: 0.5s all;

      .active & {
        pointer-events: all;
      }

      &:hover {
        transform: scale(1.2);
        opacity: 1;
      }

      .beatport {
        display: inline-block;
        filter: hue-rotate(114deg) contrast(.2) saturate(5.5);
        max-height: 1.8rem;
      }
    }
  }
}

#community-list {
  display: grid;
  grid-gap: 15px;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-flow: dense;
  padding-top: 1rem;
  margin-block: 4rem;

  @media (max-width: 768px) {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .item {
    border: 15px solid transparent;
    background-image: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    text-shadow: 0 1px 1px #26145F;
    aspect-ratio: 1/1;
  }
}

a.button {
  margin: 1rem auto 1.69rem auto;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: .5rem 1rem;

  &.apply {
    text-align: center;
    display: block;
    width: 9rem;
  }
}

#age-check-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;

  #age-check-box {
    background: #222;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10svw 5svw rgba(199, 0, 255, 0.5);
    max-width: max(450px, 87svw);
    border: 1px solid #333;
    animation: pulseGlow 5s infinite alternate ease-in-out;

    h2 {
      margin-top: 0;
    }

    p {
      margin: 10px 0;
      font-weight: 500;
    }

    button {
      margin: 10px;
      padding: 10px 15px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      border-radius: 5px;
      transition: background .4s;

      &#btn-yes {
        background: var(--gradient-button);
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;

        &:hover {
          background: var(--gradient-button-hover);
        }
      }

      &#btn-no {
        background: #666;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;

        &:hover {
          background: #888;
          color: #222;
        }
      }
    }
  }
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
  top: 0;
  pointer-events: none;

  &.burger-open {
    display: none !important;
  }
}

.lowest-footer {
  clear: both;
  text-align: center;
  border-top: 2px solid #222;
  width: 50%;
  margin: 0 auto;
  padding-top: 2rem;
  margin-top: 11rem;
  font-size: 0.7rem;
  font-weight: 100;
  color: #c1c1ce;
  opacity: .8;
  letter-spacing: 1px;
  word-spacing: 8px;
  padding-bottom: 2rem;

  &.burger-open {
    display: none !important;
  }

  a,
  a:active,
  a:link,
  a:disabled {
    text-decoration: underline;
    transition: .5s all;
  }

  a:hover {
    opacity: 1;
  }
}

.map-placeholder {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../img/map-preview.jpg') no-repeat center center;
  background-size: cover;
  margin-bottom: 0;

  .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(106 91 121 / 90%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    #load-map {
      cursor: pointer;
    }

    p {
      color: #000;
    }
  }
}

.thumbnail-list {
  &.thick {
    li img {
      width: 137px;
    }
  }

  ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;

    li img {
      width: 169.69px;
      cursor: pointer;
      opacity: 0.6;
      transition: opacity .3s;
      z-index: 1000;

      .active,
      &:hover {
        opacity: 1;
      }
    }
  }

  @media (max-width: 768px) {
    display: none;
  }
}

.location-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
  object-position: center;

  .main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .8s ease-in-out;

    &.front {
      z-index: 2;
      opacity: 1;
    }

    &.back {
      z-index: 1;
      opacity: 0;
    }
  }
}

.clear {
  display: block;
  clear: both;
}

img+figcaption {
  opacity: 0;
  font-size: 0.6rem;
  padding-top: 0.4rem;
  text-align: right;
  transition: 0.5s all;
}

img:hover+figcaption {
  opacity: 0.8;
}

.lineupwrapper {
  @media (max-width: 768px) {
    margin-left: -1.15rem;
  }

  .lineup-box {
    display: flex;
    gap: 7rem;
    justify-content: center;
    padding: 0rem 0 3rem 0;
    cursor: pointer;

    @media (max-width: 768px) {
      gap: 2rem;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .lineup-item {
      background: var(--gradient-primary);
      color: white;
      padding: 15px 25px;
      font-size: 2.5rem;
      font-weight: bold;
      border-radius: 10px;
      text-align: center;
      min-width: 150px;

      @media (max-width: 768px) {
        min-width: 35%;
      }

      .lineup-label {
        display: block;
        font-size: 2rem;
        opacity: .8;
        padding-bottom: 2rem;
      }
    }
  }
}

#contact {
  svg {
    height: 23rem;
    margin-right: 4rem;
  }

  #envelope {
    animation: float 2s ease-in-out infinite;
  }

  #star1,
  #star2,
  #star3,
  #star4,
  #star5,
  #star6 {
    animation: blink 1s ease-in-out infinite;
  }

  #star2 {
    animation-delay: 100ms;
  }

  #star3 {
    animation-delay: 500ms;
  }

  #star4 {
    animation-delay: 700ms;
  }

  #star5 {
    animation-delay: 300ms;
  }

  #star6 {
    animation-delay: 200ms
  }

  form {
    @media (max-width: 768px) {
      width: 100%;
    }

    .form-group {
      padding: 0rem 0 1rem 0;
    }

    .title {
      color: #212529;
      font-size: 2.5rem;
    }

    .form-control {
      background-color: #404040;
      border: none;
      box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
      width: 20rem;

      @media (max-width: 768px) {
        width: 64%;
      }

      &.thick {
        height: 3.3rem;
        padding: .5rem 3.5rem;
      }

      &:focus {
        background-color: #494949;
        border: none;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
      }

      &:focus-visible {
        outline: rgb(176 125 234 / 80%) solid 2px;
      }
    }

    .message .form-control {
      padding: 1rem;
      resize: none;
      width: 25rem;

      @media (max-width: 768px) {
        width: 86%;
      }
    }

    ::placeholder {
      font-weight: 600;
      font-size: 1.1rem;
      color: #838788;
      position: relative;
      left: 0;
    }

    input,
    textarea {
      color: #fff;
      font-size: 1.1rem;
    }

    .fas {
      color: #ad48e5;
      height: 1.3rem;
      margin-left: 1rem;
      display: inline-block;
      position: absolute;
      margin-top: 1.5rem;
    }
  }

  .btn.btn-primary {
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    border: 0;
    background: var(--gradient-primary);
    background-size: 300% 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .btn.btn-primary:hover:enabled {
    box-shadow: 0 0.5em 0.5em -0.4em rgba(180, 72, 235, 0.8);
    background-size: 100% 100%;
    transform: translateY(-0.15em);
  }
}

/* Pretix */

.pretix-widget .pretix-widget-item-title {
  padding: 1rem 0 2rem 0;
  display: inline-block;
}

.pretix-widget .pretix-widget-item-price-col,
.pretix-widget-item-availability-col {
  padding-top: 1rem;
}

.pretix-widget-item-meta>small {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 1rem;
  display: inline-block;
}

.pretix-widget-voucher-button-wrap>button {
  padding: 0.3em 2em !important;
}

.pretix-widget .pretix-widget-voucher input {
  font-size: 1.4rem;
  height: fit-content;
}

.pretix-widget .pretix-widget-attribution {
  padding-top: 1.8rem !important;
  border-top: 2px solid rgba(174, 72, 229, 1);
  width: 69%;
  margin: 2rem auto 1rem auto;

  &>a {
    color: var(--text-muted);
  }
}

.pretix-widget-item-description>p {
  font-size: calc(var(--font-size-base) * 0.8);
  line-height: 1.5rem;
}

form>.pretix-widget-error-message {
  background: var(--gradient-button);
  color: #fff !important;
  border-color: #fff !important;
  width: 80%;
  margin: 1rem auto !important;
  filter: hue-rotate(69deg);
}

/*
a[href="/reg"]:after {
  content: "OPEN";
  display: inline-block;
  position: absolute;
  font-size: 10px;
  margin-left: -7px;
  color: red;
  margin-top: -12px;
  transform: rotate(15deg);
}
*/

.aftermovie {
  width: 85%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin: 0 auto;
}

