nav {
  height: 100px;
  position: absolute;
  width: 100%;
}

nav .grid-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.drawer-btn .drawer-btn__icon__dash {
  background: white;
}

.drawer-btn .drawer-btn__text {
  text-transform: uppercase;
  font-weight: bold;
}

.drawer-active .drawer-btn .drawer-btn__icon__dash {
  background: white;
}

.btn.ticket__btn {
  bottom: -45px;
}

.lineup__artist::before {
  transition: none;
}

.lineup__artist:hover .lineup__artist-image {
  filter: none;
  transition: none;
}
.lineup__main-heading {
  margin: 60px 0;
  display: block;
  overflow-wrap: break-word;
}
.lineup__heading {
  display: block;
}

.lineup__visual {
  background: none;
}

.aftermovie {
  background-color: #002f3d;
  background: none;
}

.visual-right-bottom {
  background: url("../img/bottom-right.png");
  background-size: cover;
  width: 274px;
  height: 503px;
  z-index: 2;
  position: absolute;
}

.visual-left-top {
  background: url("../img/top-left.png");
  background-size: cover;
  width: 264px;
  height: 353px;
  position: absolute;
  z-index: -1;
}

.visual-23-right-top {
  background: url(../img/JND_star_big.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 10;
  top: -150px;
  right: -200px;
}

.visual-23-left-bottom {
  background: url(../img/JND_star_big.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 800px;
  height: 800px;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -230px;
}

.visual-23-left-bottom.sub-page {
  background: url(../img/JND_star_blue.png) !important;
  background-size: contain !important;
  z-index: -1;
  bottom: 400px;
  left: -330px;
}

.lineup:before {
  background: none;
}

.header__content {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__content .grid-container {
  width: 100%;
}

.header__image {
  box-shadow: none;
  object-fit: cover;
}

.header__image-holder {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  margin-top: 0 !important;
  margin-bottom: 70px;
}

.header__image-holder .transparent-overlay {
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg, #3bcaff, transparent);
  bottom: 0;
  display: block;
  z-index: 2;
  position: absolute;
}

.header__image-holder .logo {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.header__image-holder .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 100px 0;
}

.header__image-holder .logo svg {
  position: absolute;
  bottom: 20px;
  width: 40px;
  height: auto;
  fill: white;
  left: 50%;
  transform: translateX(-50%);
}

.header__image-holder:after {
  background: none;
  display: none;
  background-size: cover;
  height: 650px;
  width: 265px;
}

.header__video-holder {
  position: absolute;
  right: -125px;
  width: 740px;
  height: 450px;
}

.header__video-holder iframe {
  width: 100%;
  height: 100%;
}

.lineup:after {
  background: none;
  background-size: cover;

  height: 100%;
}

.tickets {
  margin-bottom: 125px;
}

.ctabar {
  height: 385px;
}

.ctabar__button-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}

.ctabar__content {
  z-index: 10;
}

.ctabar__heading {
  z-index: 20;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-top: 0;
  width: 100%;
}

.visual-left-bottom {
  display: none;
}

.header__subpage-heading {
  text-transform: capitalize;
  margin-top: 200px;
  z-index: 10;
  position: relative;
}

.info {
  z-index: 30;
}

.info__dropdowns > h2 {
  margin: 20px 0;
}

.tickets__wrap {
  margin-bottom: 125px;
}

.tickets__frame {
  margin-bottom: 50px;
}

.tickets__frame h2 {
  margin: 20px 0;
}

.tickets.tickets--overview {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.header__text {
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 3;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.header__subpage-text {
  margin-top: 25px;
  z-index: 10;
  position: relative;
}

.newsletter__inner {
  gap: 30px;
}

.newsletter__form .gform_body .gform_fields {
  display: flex !important;
  gap: 0 !important;
}

.newsletter__form .gform_body .gform_fields .gfield--type-submit input {
  background: #000;
  color: white;
  border: 0;
  padding: 14px 20px !important;
  outline: 0;
  width: 100%;
  height: 100%;
}

.newsletter__form .gform_body .gform_fields .newsletter__form-input {
  padding: 0;
}

.newsletter__form .gform_body .gform_fields .newsletter__form-input input {
  border: 0;
  padding: 14px 20px !important;
  min-width: 280px;
  outline: 0;
}

.gform_validation_errors {
  border: none !important;
  box-shadow: none !important;
  padding: 16px 16px !important;
  border-radius: 0 !important;
}

.newsletter__form
  .gform_body
  .gform_fields
  .newsletter__form-input
  .gfield_validation_message {
  display: none;
}

.lineup__cta {
  padding: 0 20px;
  text-align: center;
}

.logo-big-bg {
  background: url("https://newpeak1.nl/wp-content/uploads/2019/12/logo-big-bg.png");
  background-size: cover;
  height: 400px;
  width: 400px;
  margin-left: 70px;
}

.tabs {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-bottom: 20px;
  display: flex;
  top: 0;
  position: relative;
  width: 100%;
  outline: 0;
}

.lineup__overview,
.info__inner {
  z-index: 30;
}

.lineup__overview .cell:nth-child(2) {
  margin-top: 160px !important;
}

@media only screen and (max-width: 500px) {
  .gform_wrapper.gravity-theme .gform_fields {
    flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .lineup__overview .lineup__cta,
  .lineup__overview .tabs {
    display: none;
  }
  .lineup__overview .cell:nth-child(2) {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .logo-big-bg {
    height: 200px;
    width: 200px;
    margin: auto;
  }

  .visual-left-top {
    display: none;
  }
  nav {
    height: 80px;
  }
  .newsletter__inner {
    gap: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .header__video-holder {
    width: 100%;
    left: 0;
    margin-top: 60px;
    overflow: hidden;
    padding-top: 56.25%;
    height: auto;
    position: relative;
  }
  .header__video-holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .header__subpage-heading,
  .header__subpage-text,
  .ctabar__content,
  .tickets {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .header__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header__content .grid-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .visual-23-right-top {
    width: 400px !important;
    height: 400px !important;
    top: -100px !important;
    right: -150px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .visual-23-right-top {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -200px;
  }
}

@media only screen and (min-width: 1440px) {
  .newsletter::after {
    bottom: -50px;
    height: 95px;
  }

  .visual-left-top {
    width: 364px;
    height: 453px;
  }

  .visual-right-bottom {
    width: 300px;
  }
}

.grecaptcha-badge {
  z-index: 100;
}

.header__image-holder .transparent-overlay {
  background: linear-gradient(360deg, #053268, transparent);
}

.header__image {
  opacity: 0.6;
}

.lineup__visual {
  height: fit-content;
}

.visual-23-right-top,
.visual-23-left-bottom {
  display: none;
}

.visual-23-right-top,
.visual-23-left-bottom {
  display: none;
}
