/* NAV BAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 13px 16px;
  margin: auto;
  /* width: calc(100% - 32px); */
  z-index: 10;
}
.navbar .nav-bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, #110812 0%, rgba(17, 8, 18, 0.50) 100%);
  box-shadow: 0 4px 10px 0 rgba(64, 56, 65, 0.11);
}
.navbar > a {
  z-index: 50;
}
.navbar > a, .navbar > .hamburger {
  filter: invert(1);
}
.nav-inv > a, .nav-inv > .hamburger {
  filter: invert(0);
}
.nav-inv > .nav-bg {
  opacity: 1;
}
.navbar > a, .navbar > .hamburger, .navbar > .nav-bg {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.but-tickets {
  width: 130px;
}
nav a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
}
.mobilenav {
  position: fixed;
  background: var(--color2);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s;
  overflow: hidden;
  z-index: 100;
  font-size: 1.4em;
}
.mobilenav.open {
  visibility: visible;
  height: 100%;
}
.mobilenav nav {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-size: 1.2em;
}
.mobilenav nav > a {
  padding: 0 0 clamp(8px, 3vh, 30px);
  width: min(40vh, 474px);
}
.mobilenav .gettickets {
  position: absolute;
  bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.hamburger {
    /* position: absolute;
    left: 0; */
    height: 30px;
    width: 41px;
    cursor: pointer;
    z-index: 100;
    background: url("../images/_icons/menu_icon.png") no-repeat;
    background-size: cover;
}
.hamburger.close {
    position: absolute;
    top: 3vw;
    right: 3vw;
    height: 55px;
    width: 43px;
    cursor: pointer;
    z-index: 120;
    background: url("../images/_icons/close.png") no-repeat;
    background-size: cover;
}
.hamburger span {
    background: var(--white);
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.hamburger .top {
  top: 7px;
}
.hamburger .middle {
    top: 20px;
}
.hamburger .bottom {
    top: 33px;
}
html.noscroll {overflow:hidden !important;}
.hamburger.active .top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}
.hamburger.active .middle {
    opacity: 0;
}
.hamburger.active .bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

@media (min-width: 768px) {
  .navbar {
    padding: 13px 5vw;
    flex-direction: row; 
  }
  .but-tickets {
    width: clamp(130px, 12vw, 240px); 
  }
  .hamburger {
    height: auto;
    width: clamp(90px, 9vw, 200px);
    aspect-ratio: 200 / 46;
  }
}
@media (min-width: 1200px) {
  .navbar { padding: 13px 5vw; }
}


/* HEADER */
header {
  width: 100%;
  padding: 0px;
  zoom: 1;
  position: relative;
  background-color: var(--dark);
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}

@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 10;
    padding: 0;
    top: 0;
  }
}

.alert-bar {
  background-color: var(--light);
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
  margin-top: 56px;
}

.alert-bar span {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .alert-bar {
    font-size: min(47px, 3.4vw);
    letter-spacing: -1.47px;
    margin: 0;
  }
  .alert-bar span {
    line-height: 1.6;
  }
}


/* SOCIAL */
.social {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 12px;
  align-items: center;
  font-size: 32px;
  margin: 0;
}
.social .fb {
  -webkit-mask: url("../images/_icons/social-facebook-circle.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-facebook-circle.svg") no-repeat 50% 50%; }
.social .ig {
  -webkit-mask: url("../images/_icons/social-instagram.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-instagram.svg") no-repeat 50% 50%; }
.social .tw {
  -webkit-mask: url("../images/_icons/social-x.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-x.svg") no-repeat 50% 50%; }
.social .yt {
  -webkit-mask: url("../images/_icons/social-youtube.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-youtube.svg") no-repeat 50% 50%; }
.social .tt {
  -webkit-mask: url("../images/_icons/social-tiktok.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-tiktok.svg") no-repeat 50% 50%; }
  .social .threads {
  -webkit-mask: url("../images/_icons/social-threads.svg") no-repeat 50% 50%;
  mask: url("../images/_icons/social-threads.svg") no-repeat 50% 50%; }
.social a div {
  height: 1em;
  width: 1em;
  background-color: var(--light);
  -webkit-mask-size: cover;
  mask-size: cover;
}
/* .social a:hover div {
  background-color: var(--color-fade);
} */

@media (min-width: 768px) {
  .social {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .social {
    gap: 9px;
  }
}



/* MAIN */
main {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}


/* CONTAINER */
.container {
  max-width: 870px;
  margin: 100px auto;
  padding: 0 1.2em;
}
.tight {
  max-width: 870px;
}

/* HOME */
html {
  scroll-snap-type: y proximity;
}
main {
  /* height: 100dvh; */
  overflow: hidden;
  /* scroll-snap-type: y mandatory; */
  /* scroll-behavior: smooth; */
  text-wrap: pretty;
}

section {
  width: 100vw;
  min-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  display: block;
  margin: 15dvh 0;
  /* margin-bottom: -50px; */
  /* top: 0; */
  position: relative;
  overflow: hidden;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
  scroll-snap-align: start;
  scroll-snap-stop: always;
  /* scroll-behavior: smooth; */
  box-shadow: 0px -16px 45px -10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px -16px 45px -10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px -16px 45px -10px rgba(0, 0, 0, 0.7);
}
/* Style for the transparent spacer that provides the scroll delay */
.scroll-delay-spacer {
    height: 30vh;
    pointer-events: none; /* Allows clicks to pass through */
    z-index: 0;
    background-color: transparent; /* Totally invisible */
}

.bg-wrap {
  width: 100%;
  min-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  display: flex;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
  flex-direction: column;
}

#top {
  margin: 0;
}
.billing-bg {
  background: url(../images/bg_billing_sm.jpg) 85% center no-repeat;
  background-size: cover;
}
.quotes-bg {
  background: url(../images/bg_quotes_md.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.tickets-bg {
  background: url(../images/bg_tickets_md.jpg) 85% center no-repeat;
  background-size: cover;
}
.about-bg {
  background: url(../images/bg_about_md.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.cast-bg {
  background: url(../images/bg_cast_md.jpg) 70% 50% no-repeat;
  background-size: cover;
  box-shadow: 0px -500px 200px -100px rgba(71, 71, 71, 0.64) inset;
  -webkit-box-shadow: 0px -500px 200px -100px rgba(71, 71, 71, 0.64) inset;
  -moz-box-shadow: 0px -500px 200px -100px rgba(71, 71, 71, 0.64) inset;
}
.creative-bg {
  background: url(../images/bg_creative_md.jpg) 50% top no-repeat;
  background-size: cover;
}
.faq-bg {
  background: url(../images/bg_faq_md.jpg) 50% top no-repeat;
  background-size: cover;
}

section h1 {
  max-width: 474px;
  align-self: center;
}

.tickets-row {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 47px;
  font-size: 18px;
}
.tickets-row > div {
  align-items: stretch;
}
.tickets-row .gettickets {
  font-size: 23px;
}
.booth {
  font-size: 18px;
  font-weight: 700;
}
.tel {
  font-size: 22px;
  font-weight: 700;
}

#faq .container, #faq h6 {
  text-align: left;
  align-items: flex-start;
}
#faq h6 {
  margin-bottom: 5px;
}


@media (min-width: 1024px) {
  .tickets-row {
    display: grid;
    grid-template-columns: 1fr 5px 1.25fr 5px 1fr;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 35px;
  }
  .tickets-row > div {
    flex: 1;
  }
  .booth {
    font-size: 20px;
    font-weight: normal;
  }
  .boxoffice {
    font-size: 20px;
    font-weight: normal;
  }
  .tel {
    font-size: 20px;
  }
}


@media (min-aspect-ratio: 1/1) {
  .billing-bg {
    background: url(../images/bg_billing_lg.jpg) 85% -2vh no-repeat;
    background-size: cover;
  }
  .quotes-bg {
    background: url(../images/bg_quotes_lg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .tickets-bg {
    background: url(../images/bg_tickets_lg.jpg) 90% center no-repeat;
    background-size: cover;
  }
  .about-bg {
    background: url(../images/bg_about_lg.jpg) 10% 50% no-repeat;
    background-size: cover;
  }
  .cast-bg {
    background: url(../images/bg_cast_lg.jpg) 30% 50% no-repeat;
    background-size: cover;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .creative-bg {
    background: url(../images/bg_creative_lg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .faq-bg {
    background: url(../images/bg_faq_lg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}



/* FOOTER */
footer {
  width: 100%;
  min-height: 0;
  padding: 40px 0;
  margin: auto;
  font-size: 16px;
  text-align: center;
  /* position: fixed; */
  top: unset;
  background-color: #000000;
}
.footer-container {
  padding: 0 1.2em;
  margin: auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
}
footer .but-tickets {
  margin: 10px auto;
}
.connect {
  width: 175px;
}
.address {
  font-size: 16px;
  font-weight: 700;
}
footer .end {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
  .address {
    font-size: 17px;
  }
}




/* NEWSLETTER */

.signup {
  width: 198px;
}
.newsletter {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  max-width: 340px;
}
.newsletter .input {
  width: 100%;
}
.newsletter .input input {
  width: 100%;
  padding: 0;
  background: var(--color-fade);
  color: var(--light);
  text-align: center;
  line-height: 60px; /* The height of input and button */
  letter-spacing: 1px;
  font-family: var(--font1);
  font-size: 1.3em;
  margin-top: 0px;
}
.newsletter .input input, .newsletter .input input:focus-visible {
  border: 0;
  /* border-radius: 4px; */
}
input::-ms-input-placeholder {
  color: var(--dark);
}
input::placeholder {
  color: var(--dark);
}
.newsletter .checkbox {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 16px;
  display: inline-block;
  /* justify-content: center;
  align-items: flex-start; */
}
.checkbox > input {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    transition-duration: 0.3s;
    background-color: var(--white);
    cursor: pointer;
    vertical-align: middle;
    margin-right: 1em;
  }

.checkbox > input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
}
.newsletter a {
  color: var(--white);
}
.submit button {
  max-width: 175px;
  width: 48vw;
  padding: 14px;
}

.privacy {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.25;
}
#signup .end {
  display: none;
}

@media (min-width: 768px) {

}
@media (min-width: 1200px) {
  #signup {
    /* padding: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin: 0 auto;
  }
  /* .newsletter {
    flex-direction: row;
    gap: 9px;
    max-width: none;
  } */
  .newsletter .input input {
    /* line-height: 46px; */
  }
  #signup .end {
    display: flex;
    flex-shrink: 1;
    font-size: 12px;
    text-align: left;
  }
}



/* MODAL */
.mfp-bg {
  background-color: var(--color2);
  opacity: 1;
}
.mfp-wrap {
  /* border: 6px solid var(--light); */
  overflow-y: hidden;
  top: 0;
  left: env(safe-area-inset-left, 0px);
  right: env(safe-area-inset-right, 0px);
  width: auto;
  height: calc(100dvh - 12px - env(safe-area-inset-bottom)) !important;
  /* --border-width: 10px;
  padding: var(--border-width);
  &:before {
    content: '';
    position: fixed;
    inset: 0;
    border: solid red var(--border-width);
  } */
}
.mfp-wrap::-webkit-scrollbar,.mfp-container::-webkit-scrollbar,.mfp-content::-webkit-scrollbar,.modal::-webkit-scrollbar {
display: none !important;
}
.mfp-wrap,.mfp-container,.mfp-content,.modal {
-ms-overflow-style: none !important;  /* IE and Edge */
scrollbar-width: none !important;  /* Firefox */
}
.mfp-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: calc(100% - 1px);
}
.mfp-container:before {
  height: auto;
  display: block;
}
.mfp-content {
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
}
.modal {
  position: relative;
  padding: 0 130px;
  width: auto;
  max-width: 1000px;
  margin: auto;
}
.modal h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.modal p {
  margin: .8em 0;
  /* padding-bottom: 60px; */
}
.mfp-close {
  margin: 0;
  min-width: 44px !important;

  color: var(--light) !important;
}
.mfp-arrow,.mfp-close {
  min-width: 0;
}
.mfp-arrow {
  width: 100px;
  height: 36px;
  margin-top: -22px; /* half the height */
  opacity: 1; /* mouseover override */
}
.mfp-arrow:before,.mfp-arrow:after {
  border: none;
  margin: 0;
  top: 0;
}
.mfp-arrow:hover, .mfp-arrow:focus,.mfp-close:hover, .mfp-close:focus {
    background: none;
}
.mfp-arrow-left {left: 2.5vw}
.mfp-arrow-right {right: 2.5vw}
.mfp-arrow-left:after,.mfp-arrow-right:after {
  mask: url(../images/_icons/arrow-left.png);
  mask-size: cover;
  background-color: var(--light);
  display: inline-block;
  width: 100px;
  height: 36px;
  content:"";
}
.mfp-arrow-right:after {
  mask: url(../images/_icons/arrow-right.png);
  mask-size: cover;
}
.mfp-arrow-left:hover:after,.mfp-arrow-right:hover:after {
  background-color: var(--light);
}
.bottom-fade {
	width: 100%;
    height: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), var(--color2));
    position: absolute;
    bottom: 0;
    z-index: 10000;
}

@media (max-width: 575px) {
  .modal {padding: 0 42px;}
  .mfp-arrow {bottom: 20px; top: auto;}
  .mfp-arrow-left {left: 5%}
  .mfp-arrow-right {right: 5%}
  .mfp-content {height: calc(100dvh - 100px);}
  .modal { margin-top: 60px; }
  /* .modal p {padding-bottom: 40px;} */
  .bottom-fade {
		height: 60px;
		bottom: 80px;
	}
}
@media (min-width: 576px) and (min-height: 596px) {
  .mfp-wrap {
    width: auto;
    height: auto !important;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
  .mfp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px 10vw;
  }
  .mfp-arrow {
    position: relative;
    bottom: auto; 
    top: auto;
    margin-top: 0;
  }
  .mfp-content {
    height: auto;
  }
  .mfp-close {
    top: 10%;
    right: 2vw;
  }
}
@media (max-width: 1000px), (max-height: 1000px) {
  .mfp-close {
    top: 1.5vw;
    right: 1.5vw;
  }
  .modal {padding-top: calc(1.5vw + 10px);}
}
@media (min-width: 1420px) {
  .mfp-arrow-left {left: 0}
  .mfp-arrow-right {right: 0}
  .mfp-close {right: 5.5vw;}
}
/* MODAL OPENING INLINE ON DESKTOP */
/* @media (min-width: 1000px) {
  html {overflow:auto !important;}
  .mfp-bg {display: none !important;}
  .mfp-wrap {
    overflow:initial !important;
    position: relative;
  }
  .mfp-container {
    position: relative;
  }
} */

/* QUOTE SLICK SLIDER CAROUSEL */
.section-quotes {
    display: flex;
    flex-direction: column;
    /* padding: 20px var(--x-screen-16-36); */
    /* margin: 0 auto 48px; */
    font-size: 18px;
    width: 100%;
}
.section-quotes .slick-track {
    /* gap: 36px; */
}
.section-quotes .slick-prev {
    left: 0;
}
.section-quotes .slick-next {
    right: 0;
}
.section-quotes .slick-dots {
    bottom: 10px;
}

.quote-wrap {
    display: flex !important;
    position: relative;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.quote-wrap img {
    object-fit: contain;
    /* -webkit-box-shadow:0px 0px 122px 17px rgba(45,255,196,0.9);
    -moz-box-shadow: 0px 0px 122px 17px rgba(45,255,196,0.9);
    box-shadow: 0px 0px 122px 17px rgba(45,255,196,0.9); */
    max-width: 42dvh;
}
@media (max-aspect-ratio: .46) {
  .quote-wrap img {
    max-width: 100vw;
  }
}
@media (min-aspect-ratio: 1.7 / 1) {
  .quote-wrap img {
    max-width: 26vw;
  }
}

/* .quote-wrap span {
    display: block;
    text-align: center;
    text-wrap: balance;
}
.quote-wrap span:first-child::before {
    content: "“"; 
}
.quote-wrap span:first-child::after {
    margin-right: -.65em;
    content: "”"; 
} */
@media (min-width: 768px) {
  /* .section-quotes {
    margin-bottom: 55px;
  } */
}




/* PRIVACY */
#privacy main {
  background: none;
  padding: 16px;
  margin: 20px auto;
  font-size: 12px;
  text-align: left;
  gap: 6px;
}
#privacy p {
  width: 100%;
  font-size: 12px;
}
#privacy a {
  color: var(--light);
}
#privacy ul, #privacy ul li {
  list-style: initial;
}
#privacy ul, ol {

	margin-left: 1em;
	margin-bottom: 1.2em;
	line-height: 1.2;
}
#privacy ul li, ol li {
	margin-bottom: .7em;
  float: none;
  display: list-item;
}
#privacy .navbar, #privacy footer {
  display: none;
}