header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: background-color 0.4s ease-in-out;
  background-color: rgba(10, 25, 50,1);
}

header.scrolled {
  background-color: rgba(255,255,255,1);
  background-color: rgba(10, 25, 50,1);
  color: white;
  /* background: linear-gradient(135deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 100%); */
  /* color: white; */
  z-index: 20;
}

header nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100px;
  justify-content: flex-end; display: flex;
}

header .navbar-logo {
  width: 150px;
  /* height: 70px; */
  /* margin-bottom: 10px; */
}
header .navbar-logo-desktop {
  width: 150px;
  /* width: 70px; */
  display: none;
  /* margin-bottom: 10px; */
}

header nav ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
  display: none;
}

header .ticket-button-wrapper {
  display: none !important;
}

header nav ul li {
  list-style: none;
  position: relative;
}

header nav a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

header.scrolled nav a {
  color: white;
  /* color: black; */
}

header nav .active a {
  padding-bottom: 5px;
  border-bottom: var(--red-color) solid 2px;
}

header nav a:hover {
  padding-bottom: 5px;
  text-decoration: none;
  color: white;
  border-bottom: var(--red-color) solid 2px;
}

header.scrolled nav a:hover {
  color: black;
  color: #666666;
}

header nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  background-color: white;
  text-align: left;
  padding: 0;
  display: none;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

header nav ul li .sub-menu li {
  padding: 0.25rem 2rem 0.25rem 1rem;
}

header nav ul li .sub-menu li a {
  color: #666;
}

header nav ul li .sub-menu li a:hover {
  color: black;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

header .header-menu .sub-menu li .sub-menu {
  left: 90%;
  top: 50%;
}

.header-menu {
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
}

.menu-toggle-button {
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1999;
}

.menu-toggle-button-icon {
  color: white;
  font-size: 1.2rem;
}

.menu-toggle-button svg .rotate {
  transform: rotate(90deg);
}

.slider-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 75px;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2000;

  /* align-items: flex-end; */
  
  display: none;
  padding-right: 20px;
}
.slider-menu.open {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto;
  /* min-height: 400px; */
  padding: 10px 20px;
}

.slider-menu li {
  list-style: none;
  padding: 0.7rem;
  color: white;
  color: black;
  text-align: right;
}

.slider-menu li a {
  color: white;
  color: black;
}

.slider-menu a:hover {
  padding-bottom: 5px;
  text-decoration: none;
  color: white;
  color: black;
  border-bottom: var(--red-color) solid 2px;
}

.slider-menu-sub {
  padding-left: 30px;
}

.slider-menu-sub li {
  text-align: left;
}

.slideout-dimmer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition:opacity .75s
}

.slideout-dimmer--open {
  pointer-events: all;
  opacity:1
}

@media (min-width: 1200px) {
  header {
      background: none;
  }
  header .navbar-logo {
      width: 150px;
      /* height: 100px; */
      display: none;
  }
  header .navbar-logo-desktop {
      width: 150px;
      /* height: 100px; */
      display: block;
  }
  header nav ul {
      display: flex;
  }
  .menu-toggle-button {
      display: none;
  }
  header .ticket-button-wrapper {
      display: flex !important;
  }
  .slider-menu {
      display: none;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12,3,51,0.5), rgba(12,3,51,0.5));
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  /* object-position: 30% 30%; */
  background-repeat: no-repeat;
}

.hero-image-overlay {
  background-image: linear-gradient(rgba(3,20,54,0.1), rgba(3,20,54,0.1));
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-image-wrapper {
  position: relative;
  height: 100%;
  max-width: 100%;
}

.hero-image-content {
  color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
  flex: 1;
  gap: 10px;
  position: absolute;
  top: 0; bottom: 30px; left: 0; right: 0;
  line-height: 40px;
}

.hero-image-content--title {
  font-size: 3.75rem;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 65px;
}

.hero-image-content--subtitle {
  color: #F0415B;
  font-size: 1.8rem;
  letter-spacing: 10;
}

@media (width < 796px) {
  .hero-image-content--title {
    font-size: 1.9rem;
    line-height: 35px;
  }
}

.hero-image {
  width: 100%;
  height: 70vh;
  /* background-image: linear-gradient(rgba(12,3,51,0.5), rgba(12,3,51,0.5)); */
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 100px; */
}

.hero-image-small {
  height: 40vh;
  /* margin-top: 100px; */
}

.hero-image-subsection {
  width: 100%;
  min-height: 15vh;
  /* background-image: linear-gradient(rgba(12,3,51,0.5), rgba(12,3,51,0.5)); */
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img, .hero-image-subsection img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 30% 30%;
  background-repeat: no-repeat;
}

.page-wrap {
  padding: 6rem 0;
}

.menu-top-menu-container {
  display: flex;
  align-items: center;
}