/* --------------------
/* Made by Bram Janssen
/* --------------------

/* Loading fonts */
@font-face {
  font-family: Function_Regular;
  src: url(../fonts/Function_Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: eds-market-bold,sans-serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  /* colors */
  --mainColor: white;
  /* verry light grey */
  --secColor: #4D4D4D;
  /* dark grey */
  --aColor1: #F4814E;
  /* orange */
  --aColor2: #c9683c;
  /* purple */
  --aColor3: #D24E51;
  /* red ish */
  --grad1: linear-gradient(90deg, rgba(210, 114, 38, 1) 0%, rgba(210, 38, 131, 1) 100%);
  /* orange > purple */
  /* movement */
  --trans1: 0.3s 0s ease;
  --trans2: 1s 0s ease;
  --trans3: 5s 0s ease;
  /* font size */
  --fSize1: 1rem;
  --fSize1two: 1.2rem;
  --fSize1half: 1.5rem;
  --fSize2: 2rem;
  --fSize3: 3rem;
  --fSize4: 5rem;
  /* padding */
  --contPad: 20px;
  --contPad2: 50px;
  /* container ofset */
  --ofsetPos: translate(2px, 2px);
  --ofsetNeg: translate(-4px, -4px);
  --ofsetPos2: translate(2px, 2px);
  --ofsetNeg2: translate(-2px, -2px);
  /* background shadow */
  --shadow1: rgba(0, 0, 0, 0.44) 0px 3px 8px;

  /*gallery subitem width */
  --width: -440px;
}

html body{
  margin: 0px;
  width: 100vw;
  height: 100vh;
  font-family: Function_Regular;
  background-image: url("../strand.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}



.main-container{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction: column;
  position: fixed;
  left: 0px;
  top: 0px;
}

.main-wraper{
  width: 60%;
  max-width: 1200px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 100;
}

.background-oval:after{
  width: 80%;
  max-width: 1200px;
  height: 700px;
  background-color: rgb(255,255,255,0.8);
  border-radius: 50%;
 filter: blur(30px);
 -webkit-filter: blur(30px);
 content: "";
 position: absolute;
 z-index: 2;
}


.main-logo{
  width: 100%;
  object-fit: contain;
    z-index: 3;
}

.main-nav{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
      z-index: 3;
}

.main-nav-item{
  width: 100%;
  height: 100%;
  font-size: var(--fSize2);
  display: flex;
  justify-content:center;
  align-items: center;
  cursor: pointer;
  transition: var(--trans1);
}

.main-nav-item:hover{
  transform: scale(1.1);
}

.main-ticket-item{
  font-size: var(--fSize4);
  color: var(--aColor1);
  font-weight: bold;
}

.main-subtitle{
height: 16%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: var(--fSize1two);
}

.main-subtitle>span{
  margin-bottom: 2rem;

}

.main-subtitle>div{
    font-size: var(--fSize1half);
}

/* ticket option */
.ticket-wrapper{
flex-direction: row;
gap: 3rem;
}

.ticket-option{
  background-color: var(--mainColor);
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  height: 500px;
  width: 300px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: var(--trans1);
  cursor: pointer;
}

.big-ticket-option{
  height: 600px;
  width: 350px;
}

.ticket-option:hover{
transform: scale(1.02);
}

.ticket-text{
  flex-grow: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: var(--fSize1half);
  text-align: center;
  padding-top: 20px;
}

.ticket-title{
  font-size: var(--fSize2);
  font-family: eds-market-bold;
  text-align: center;
  color: var(--aColor1);;
}

.ticket-button{
  padding: 20px 40px 20px 40px;
  background-color: var(--aColor1);
  text-align: center;
  color: var(--mainColor);
  border-radius:20px;
  font-size: var(--fSize1half);
  font-weight: bold;
  transition: var(--trans1);
  cursor: pointer;
}

.ticket-button:hover{
  background-color: var(--aColor2);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




#main{
  transform: translateY(100vh);
  opacity: 0%;
  transition: var(--trans1);
}

#tickets{
transform: translateY(-100vh);
opacity: 0%;
transition: var(--trans1);
}

#order{
  transform: translateX(100vw);
  opacity: 0%;
  transition: var(--trans1);
}

#personalise{
  transform: translateX(100vw);
  opacity: 0%;
  transition: var(--trans1);
}

#done{
  transform: translateX(100vw);
  opacity: 0%;
  transition: var(--trans1);
}

#lineup{
  transform: translateX(-100vw);
  opacity: 0%;
  transition: var(--trans1);
}

#gallery{
  transform: translateX(-100vw);
  opacity: 0%;
  transition: var(--trans1);

width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}



#info{
  transform: translateX(100vw);
  opacity: 0%;
  transition: var(--trans1);
}

#crew{
  transform: translateX(100vw);
  opacity: 0%;
  transition: var(--trans1);
}

.ticket-info{
  background-color: var(--mainColor);
  padding: 40px 40px 20px 40px;
  border-radius: 20px;
  height: 640px;
  width: 800px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: var(--trans1);
}

.ticket-info-center{
  align-items: center
}

.ticket-button-span{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.ticket-button-divider{
  margin: 0px 40px 0px 40px
}

.button-width{
width: 100%;
}

.text-input-label{
  width: 50%;
  padding: 10px;
  text-align: center;
    font-size: var(--fSize1);
}

.text-input{
  height: 50px;
  font-size: var(--fSize1half);
  border-radius: 20px;
  border: 0px solid;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: GhostWhite;
    text-align: center;
}

.ticket-code-container{
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}
/**/

.ticket-form-item{
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: var(--fSize2);
  padding: 1rem 0px 1rem 0px;
  justify-content: space-between;
}
.ticket-form-input{
  width: 50%;
  border-radius: 5px;
  border: 0px solid;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: GhostWhite;
  padding: 5px;
}

.ticket-form-checkbox{
  height: 2rem;
  width: 2rem;
  border-radius: 5px;
  border: 0px solid;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: GhostWhite;
    margin: auto;
    margin-right: 2rem;
        margin-left: 2rem;
    padding: 1rem;
}

.ticket-form-wrapper{
    width: 75%;
  flex-grow: 100;
}

.ticket-form-text{

}

#personalise-button{
}


/**/


.gallery-fix{
  width: 90%;
}

.gallery-item{
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  height: auto;
  overflow: hidden;
    z-index: 22;

}

.gallery-item-img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  cursor: pointer;
}

.gallery-wrapper{
width: 100%;
height: 90%;
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
border-radius:20px;
}

.gallery-wrapper::-webkit-scrollbar {
  display: none;
  height: inherit;
}

.gallery-container{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  z-index: 20;
  flex-wrap: wrap;
  border-radius:20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* */
.highlight{
  color: var(--aColor1) !important;
  cursor: pointer;
}

.disabled {
background-color: grey;
cursor: default;
}

.disabled:hover{
  background-color: grey;
}

.display{
  opacity: 100% !important;
  transform: translate(0px) !important;
}

.back-button{
padding: 10px 40px 10px 40px;
background-color: var(--aColor1);
border-radius: 10px;
color: var(--mainColor);
position: fixed;
left: 20px;
bottom: 20px;
font-size: var(--fSize1half);
font-weight: bold;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
    transition: var(--trans1);
    z-index: 10;
    transform: translateY(10vh);
    opacity: 100%;
        z-index: 10;
}


.back-button:hover{
  transform: scale(1.1) translate(0px) !important;
          z-index: 10;
}
