/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/HelveticaNeue.ttc');
  }
@font-face {
    font-family: "Eurostile";
    src: url('assets/eurostile.TTF') format('truetype');
}
.libre-barcode-128-regular {
    font-family: "Libre Barcode 128", system-ui;
    font-weight: 400;
    font-style: normal;
  }

body {
    margin: 0;
    background-color: #000;
}
.header{
    position: fixed;
    z-index: 4;
    width: 100vw;
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.name{
    color: white;
    position: absolute !important;
    z-index: 2;
    left: 30px;
}
.header h2{
    color: white;
    font-size: 1.5rem;
    position: relative;
    padding-right: 30px;
}

#backVideo{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 90%;
}
.flexy{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    font-size: 20px;
}
#upcoming .container{
    margin: auto;
    flex-shrink: 0;
}
#upcoming .container ul{
    list-style: none;
    padding: 0;
}
.tourdate{
    flex-shrink: 0;
}
#upcoming{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    font-size: 20px;
}
#merch{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    color: white;
    text-align: center;
    font-size: 20px;
    
}
#return{
    width: 80vw;
    height: 100vh;
    color: white;
    margin: 25vh auto;
}
.container{
    position: relative;
}
h2{
    font-weight: 600;
}
.material-symbols-outlined{
    font-size: 40px !important;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Helvetica Neue', sans-serif;
    text-decoration: none;
    color: white;
    font-weight: 400;
}
#overlay{
    position: fixed;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    mix-blend-mode: difference;
    opacity: 0.3;
    pointer-events: none;
}
body, html, #merch .container {
    overflow-y: hidden;
    overflow-x: hidden;
}
a {
    cursor: pointer !important;
  }
#gallery{
    width: 100vw;
    height: 100vh;
    color: black;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
  }
.filmstrip{
    width: calc(100vw - 20px);
    height: 160px;
    z-index: 4;
    color: #C8851B;
    -moz-text-align-last:justify;
         text-align-last:justify;
    text-align: justify;
    position: relative;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0.2px solid transparent;
    background: -o-linear-gradient(#101010) padding-box,
              -o-linear-gradient(280deg, #704b0f, #724c0e, #a16b14, #000000) border-box;
    background: linear-gradient(#101010) padding-box,
              linear-gradient(170deg, #704b0f, #724c0e, #a16b14, #000000) border-box;
    border-radius: 5px;
}
.filmstrip span{
    background-color: rgba(0,0,0,0);
    color: #C8851B;
    -webkit-filter: blur(0.3px);
            filter: blur(0.3px);
    width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
}
.emulsion{
    height: 110px;
    background-color: rgba(0,0,0,0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative;
}
.filmstrip img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.barcode{
    font-family: "Libre Barcode 128";

}
.filmstrip span:not(.libre-barcode-128-regular){
    font-family: eurostile;
}
#maskPic{
    position: fixed;
    z-index: 3;
    height: 100vh;
    pointer-events: none;
}
#cart{
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}
.link1{
    text-decoration: underline;
}
b{
    font-weight: 600;
}

h1.tourdate{
    margin-bottom: -25px;
    margin-top: -25px;
}
.ticketsButton{
  display: block;
  width: 300px;
  height: 40px;        /* keep */
  margin: 10px auto;
  text-align: center;
  line-height: 40px;   /* vertically centers one-line text */
  background: #fff;
  border-radius: 2px;
  font-weight: 700;
}
.ticketsButton a{
  display: inline-block;
  height: 100%;
  line-height: inherit;
  color: black !important;
  text-decoration: none;
}

/* CSS */
.socials {
  position: absolute;   
  bottom: 18.5vh;        
  left: 50%;            
  -webkit-transform: translateX(-50%);            
      -ms-transform: translateX(-50%);            
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;           
  z-index: 10;
}

.socials a {
  color: #d0d0d0;   
  font-size: 50px;      
  text-decoration: none;
}
#upcomingE{
    position: absolute;
    top: 15vh;
    font-size: 34px;
    font-weight: 600;
}

.copyright{
    position: fixed;
    bottom: 5px;
    width: 100vw;
    text-align: center;
    font-size: 12px;
    color: #555;
    z-index: 4;
}
.menuBar{
    display: none;
}

#cart-dropdown {
  position: fixed;
  bottom: 70px;
  right: 30px;
  width: 280px;
  background: #111;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.5);
          box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  display: none;
  z-index: 6;
}

#cart-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

#cart-dropdown ul li {
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid #222;
}

#cart-dropdown ul li:last-child {
  border-bottom: none;
}

#checkout {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background: white;
  color: black;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

#checkout:hover {
  background: #ddd;
}
.quantity-controls{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;         /* vertical centering */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    color: #000;
    width: 300px;
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: bold;
}
.ticketsButton a, .quantity-controls {
    height: 100%;
}

.quantity-controls button{
    background-color: rgba(0,0,0,0);
    color: black !important;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.quantity-controls span{
    color: black;
    font-size: 18px;
    font-weight: bold;
    cursor: default;
}

table{
    margin: 10px auto -10px auto;
    width: 300px;
}
td{
    border: 1px solid white;
    width: 25%;
    padding: 5px;
}
.selected{
    background-color: white;
    color: black;
}

.sizeButton{
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    color: inherit;
    font: inherit;
    cursor: pointer;
}   

#shirt{
    z-index: 6;
    position: relative;
}
#success{
    margin: auto;
}

.menuOverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.95);
    z-index: 12;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    pointer-events: none;
}
.menuButton{
    background: none;
    border: none;
    cursor: pointer;
}
.closeMenu{
    font-size: 60px;
    color: white;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 13;
}
.menuOverlay .menuItems{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    font-size: 30px;
}

.copyright a{
    color: #555 !important;
    text-decoration: underline;
}
.copyright a:hover{
    color: #777 !important;
}
/* backdrop */
.itemOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.95);
  z-index: 12;
  opacity: 0;
  transition: opacity 0.1s ease;
  pointer-events: none;

  display: flex;            /* centers content */
  align-items: center;
  justify-content: center;
}

/* inner content */
.itemContent {
  background: none; /* or white if you want a card */
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
#itemPic{
    max-width: 400px;
    height: auto;
}
@media(max-width: 440px){
    #itemPic{
        max-width: 90vw;
    }
}
.itemButton{
    background: none;
    border: none;
}
.closeItem{
    font-size: 60px;
    color: white;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 15;
}

.menuIcon {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 25px);
    font-weight: 200;
    font-size: 18px;
    right: 15px;
    z-index: 4;
}

@media (max-width: 730px) {
    .header{
        display: none;
    }
    .menuBar{
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: fixed;
        top: 0px;
        width: 100vw;
        height: 90px;
        background-color: #090909;
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
                box-shadow: 0 5px 5px rgba(0,0,0,0.5);
        z-index: 6;
    }
}
@media (max-width: 1000px) {
    #maskPic{
        width: 100vw;
        height: auto;
    }
}

@media (max-height: 850px) and (max-width: 850px){
    #cart-dropdown{
        padding: 0px;
        font-size: 10px !important;
    }
    #checkout{
        margin-top: 0px;
        padding: 5px;
        font-size: 14px !important;
    }
    #cart-items{
        font-size: 14px !important;
    }
}
@media (max-width: 850px){
    #merch{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 70vh;
        top: 15vh;
        font-size: 16px;
    }
    #merch .container img{
        height: 40%;
        width: auto;
    }
    .ticketsButton{
        display: block;
        width: 300px;
        height: 30px;        /* keep */
        padding: 0 10px;     /* remove vertical padding so line-height can work */
        margin: 10px auto;
        text-align: center;
        line-height: 30px;   /* vertically centers one-line text */
        background: #fff;
        border-radius: 2px;
        font-weight: 700;
    }
    .quantity-controls{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;         /* vertical centering */
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background: #fff;
        color: #000;
        width: 300px;
        padding: 10px 20px;
        border-radius: 2px;
        font-weight: bold;
    }
    .quantity-controls button{
        padding: 5px 20px;
    }
    td{
        border: 1px solid white;
        width: 25%;
        padding: 3px;
    }
}
@media ((max-width: 940px)) or ((max-height: 1400px) and (min-height: 1100px) and (max-width: 1000px)) {
    .socials{
        bottom: 10vh;
    }
}

@media (max-width: 405px){
    #shirt{
        width: 90vw;
        height: auto;
    }
}
@media (max-width: 450px){
    .copyright{
        font-size: 9.5px;
    }
}

