* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: 400;
}

body {
  background: #703c37 url(../img/background-shape.png) center center repeat;
  color: #e8cbaf;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; 
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 300px rgba(0,0,0,1);
  pointer-events: none;
  z-index: 9999;
}

body,
html {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

img {
  display: block;
  max-width: 100%;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.scale {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

*:focus {
  outline: none !important;
}

::placeholder {
  color: #bebebe;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
  font-style: italic;
  font-weight: 400;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.he {
  justify-content: flex-end;
}

.vc {
  align-items: center;
}

.ve {
  align-items: flex-end;
}

/* -------------------------------------------------------------------------- */

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

/* -------------------------------------------------------------------------- */

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;    
}

/* -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  z-index: 1000;
}

#preloader i {
  font-size: 30px;
  color: #f3f4f6;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;  
}

/* -------------------------------------------------------------------------- */

header {
  height: 235px;
  z-index: 100;
}

header img {
  position: absolute;
  top: 20px;
  height: 300px;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(0,0,0,1));
  z-index: 20;
}

header::after {
  content: '';
  width: 300px;
  height: 300px;
  top: 20px;
  position: absolute;
  z-index: 10;
  background: #000000;
  border-radius: 100%;
  filter: blur(100px);
  opacity: 0.7;
}

/* -------------------------------------------------------------------------- */

section#intro {
  padding-top: 100px;
  background: rgba(0,0,0,0.3);
}

section#intro::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: radial-gradient(
    ellipse at center, 
    #fff 0%, 
    #ff3c00 40%, 
    transparent 50%
  );
  box-shadow: 0 0 10px #ff3c00, 0 0 20px #7d1a00;
  filter: blur(1px);
  z-index: 10;
}

section#intro h1,
section#intro h2 {
  font-family: 'Cinzel', serif;
  text-align: center;
  font-weight: 600;
  color: #f3f4f6;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

section#intro h1 {
  font-size: 36px;
}

section#intro h2 {
  font-size: 24px;
}

section#intro p {
  font-size: 16px;
  text-align: justify;
  margin: 15px 0;
}

section#intro p:last-child {
  margin-bottom: 0 !important;
}

section#intro p.small-highlight {
  font-style: italic;
}

section#intro p strong.bold {
  font-weight: 700;
  color: #f5e2d0;
}

section#intro .folder {
  padding: 0 0 0 30px;
  margin: 30px 0;
}

section#intro .folder::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 10%;
  width: 2px;
  background: radial-gradient(
    ellipse at center, 
    #fff 0%, 
    #ff3c00 40%, 
    transparent 80%
  );
  box-shadow: 0 0 10px #ff3c00, 0 0 10px #7d1a00;
  filter: blur(1px);
  z-index: 10;
}

section#intro .folder h3 {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  color: #f3f4f6;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  font-size: 18px;
}

/* -------------------------------------------------------------------------- */

section#tickets {
  background: rgba(0,0,0,0.3);
  padding-top: 50px;
}

section#tickets .ticket-header h3,
section#tickets .ticket-header h4 {
  font-family: 'Cinzel', serif;
  text-align: center;
  font-weight: 600;
  color: #f3f4f6;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

section#tickets .ticket-header h3 {
  font-size: 24px;
  padding: 30px 0;
}

section#tickets .ticket-header h4 {
  font-size: 36px;
  padding-top: 30px;
}

section#tickets .ticket-header .separator,
section#tickets .ticket-header .small-separator {
  margin: 0 auto;
  height: auto;
  opacity: 0.6;
}

section#tickets .ticket-header .separator {
  width: auto;
  height: 15px;
}

section#tickets .ticket-header .small-separator {
  width: 40%;
  height: 8px;
}

section#tickets .ticket-city {
  padding: 50px 0 100px 0;
  overflow: hidden;
}

section#tickets .ticket-city {
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: -15px;
}

section#tickets .ticket-city .ticket {
  width: calc((100% / 3) - 30px);
  margin: 15px;
  border: 2px solid;
  border-image-source: linear-gradient(
    45deg, 
    #664708, 
    #840606, 
    #7f5c12, 
    #840606, 
    #aa771c
  );
  border-image-slice: 1;
}

section#tickets .ticket-city .ticket::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: radial-gradient(
    ellipse at center, 
    #fff 0%, 
    #cc0000 30%, 
    transparent 100%
  );
  box-shadow: 0 0 10px #ff3c00, 0 0 20px #7d1a00;
  filter: blur(2px);
  z-index: 10;
}

section#tickets .ticket-city .ticket a {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

section#tickets .ticket-city .ticket span {
  width: 100%;
  height: 50px;
  border-top: 2px solid;
  border-image-source: linear-gradient(
    45deg,
    #664708, 
    #6d5003, 
    #979778, 
    #6d5003, 
    #aa771c    
  );
  border-image-slice: 1;
  font-family: 'Cinzel', serif;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  font-size: 24px;
  background: rgba(0,0,0,0.4);  
}

/* -------------------------------------------------------------------------- */

@media only screen
and (min-width : 1280px) {
  .zoom:hover img {
    transform: scale(1.05) rotate(0.5deg);
    -o-transform: scale(1.05) rotate(0.5deg);
    -ms-transform: scale(1.05) rotate(0.5deg);
    -moz-transform: scale(1.05) rotate(0.5deg);
    -webkit-transform: scale(1.05) rotate(0.5deg);
  }  
}