#show h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 300px) {
  #show h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@container (min-width: 992px) {
  #show h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

#show h2 {
  font-size: 20px;
  font-weight: 200;
  font-style: normal;
  line-height: normal;
}

@media (min-width: 992px) {
  #show h2 {
    font-size: 32px;
    font-weight: 200;
    font-style: normal;
    line-height: normal;
  }
}

#show h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 35px;
}

#show h6 {
  font-weight: 200;
}

#show .paragraph {
  color: #000;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

#show .preview-photo {
  object-fit: cover;
  aspect-ratio: 2/1;
  padding-top: 50px;
  width: 100%;
}

#show .lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#bookyourticket .row {
  padding: 96px 0px;
}

#bookyourticket h1 {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#bookyourticket p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

#bookyourticket .button {
  background: #E4FF4B;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 10px;
  text-decoration: inherit;
  margin-top: 40px;
  min-width: 368px;
  min-height: 64px;
  max-width: 50%;
  border-radius: 0;
  border: none;
}

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

#show .container {
  max-width: 1000px;
}

