/* CUSTOMER STYLES
-------------------------------------*/

.mobile-bar,
.mobile-navigation {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mobile-navigation.active {
    display: none !important;
  }
  .mobile-plus {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .main-navigation,
  .headerarea {
    display: none;
  }
  .mobile-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 12;
  }
  .menu-toggle {
    display: none;
  }
  .mobile-bar {
    height: 50px;
    background: var(--teal-dark);
    display: block;
    z-index: 15;
    position: fixed;
    width: 100%;
    top: -1px;
    box-shadow: 0px 0px 1px #000;
  }

  .toggle-x {
    color: #fff;
    right: 8px;
    top: 12px;
    position: absolute;
    cursor: pointer;
  }

  .toggle-x span {
    width: 30px;
    height: 3px;
    background-color: var(--cream);
    display: block;
    margin-bottom: 8px;
  }

  .mobile-navigation.active {
    height: 100%;
    visibility: visible;
  }
  .mobile-navigation ul {
    list-style: none;
    margin: 0;
  }
  .mobile-navigation ul li {
    margin-bottom: 3px;
  }

  .mobile-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
  }
  .nav-inner .menu-main-nav-container {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    height: 100%;
    /*overflow-y:inherit; */
    padding: 0 30px;
  }

  .mobile-navigation.active .nav-inner {
    /*overflow-y: auto;*/

    /*padding-bottom: 70px;*/
  }

  .toggle-x span {
    transition: 0.5s ease;
  }

  .toggle-x.active .hamburger-top {
    transform: rotate(45deg);
    margin-top: 10px;
    width: 36px;
  }
  .toggle-x.active .hamburger-bot {
    transform: rotate(-45deg);
    margin-top: -10px;
    width: 36px;
  }
  .toggle-x.active .hamburger-mid {
    display: none;
  }

  .mobile-logo {
    position: absolute;
    left: 5px;
    bottom: 3px;
    width: 124px;
  }

  .menu-item-has-children {
    position: relative;
  }

  .mobile-navigation .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.75s;
    padding: 0 0 0 15px;
  }

  /* .menu-item-has-children::after {
    content: "+";
    color: #fff;
    position: absolute;
    right: 20px;
    top: -11px;
    font-size: 30px !important;
  } */

  .sub-menu.active {
    max-height: 500px;
  }

  .menu-item-has-children:hover::after {
    cursor: pointer;
  }
  .current-menu-item.page_item a {
    color: var(--cream) !important;
  }

  .fixed {
    position: fixed;
  }
}

.mobile-plus {
  cursor: pointer;
  position: absolute;
  left: 80%;
  top: 1px;
  color: #fff;
  background: none;
  font-size: 25px;
  font-weight: 700;
  outline: none;
  border: none;
  padding: 5px;
}

.mobile-plus:hover,
.mobile-plus:focus,
.mobile-plus:active,
.mobile-plus:visited {
  outline: none;
}

/* HEADERAREA
-------------------------*/

.headerarea {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(
    to bottom,
    rgba(10, 26, 32, 0.98),
    rgba(10, 26, 32, 0.7)
  );
  border-bottom: 1px solid rgba(42, 138, 158, 0.2);
  backdrop-filter: blur(10px);
}

.headerarea .row {
  align-items: center;
}

.home .headerarea {
  background: none;
}

.headerarea .container {
  max-width: 1800px;
}

.logo-side {
  width: 120px;
  position: relative;
  opacity: 1;
}

.nav-side .main-navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end !important;
}
.nav-side .menu-item-has-children {
  position: relative;
}

.nav-side .menu-item-has-children > a::after {
  content: "+";
  color: var(--cream);
  position: absolute;
  margin-left: 5px;
  font-size: 20px;
  line-height: 0;
  display: inline-block;
  top: 9px;
}

.nav-side ul li a {
  padding: 0 20px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.7;
}

.menu.nav-menu {
  padding: 0;
}

.nav-side ul li a:hover {
  opacity: 1;
  color: var(--teal-light);
}
.home .current-menu-item.page_item a,
.home .nav-side ul li a:hover,
.home .current-menu-item.page_item a .sticky .nav-side ul li a:hover,
.sticky .current-menu-item.page_item a,
.mobile-navigation .nav-side ul li a:hover {
  color: var(--teal-light);
}

.nav-side .sub-menu {
  display: block;
  background: var(--navy);
  padding: 5px;
  min-width: 11em;
}

.nav-side .sub-menu li a {
  line-height: 18px;
  padding: 6px 10px;
  font-size: 14px;
}
.nav-side .sub-menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 100%;
  display: none;
}

.nav-side .sub-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.nav-side ul li a:hover::after {
  color: var(--teal-light);
  transition: all 0.2s ease-in-out;
}

/* BANNERAREA
-------------------------------*/

.banner {
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
}

.eyebrow-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.eyebrow-text h5 {
  margin-bottom: 0;
}

.eyebrow-line {
  width: 40px;
  height: 1px;
  background: #2a8a9e;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 80% 80% at 70% 50%,
      rgba(26, 92, 107, 0.15) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 40% 60% at 20% 80%,
      rgba(192, 57, 43, 0.08) 0%,
      transparent 50%
    );
}

.banner-content {
  /* position: absolute;
  left: 0;
  bottom: 25%;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 15px; */
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.banner-content .container {
  max-width: 1400px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.banner-content .ban-words h2 {
  color: #fff;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.9;
  letter-spacing: 4px;
  color: #e8dfc4;
  margin-bottom: 8px;
}

.ban-words {
  width: 100%;
  max-width: 430px;
}
.lteal {
  color: var(--teal-light);
}
.rred {
  color: var(--red);
}
.banner-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(232, 223, 196, 0.65);
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
}

.hero-subtitle {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(18px, 2.5vw, 28px);
  letter-spacing: 8px;
  color: #c0392b;
  margin-bottom: 28px;
}

/* .sticky.headerarea {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
} */

/* .sticky.headerarea .row {
  align-items: center;
} */

.ban-logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.nav-phone {
  margin-left: 30px;
}

.nav-phone svg {
  width: 15px;
  height: 30px;
}
.mobile-phone svg:hover,
.nav-phone svg:hover {
  transform: scale(1.1);
}

.mobile-phone svg {
  width: 18px;
  height: 36px;
}

.mobile-phone {
  position: absolute;
  right: 70px;
  top: 6px;
}

.nav-side {
  display: flex;
  align-items: center;
}

.ban-split {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.groovy-pic {
  width: 100%;
  max-width: 460px;
  margin: 80px 0;
  position: relative;
  z-index: 1;
}

.groovy-pic::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(42, 138, 158, 0.3);
  z-index: -1;
}

.hero-image-badge {
  position: absolute;
  bottom: -25px;
  right: -25px;
  background: var(--teal-dark);
  border: 1px solid var(--teal-light);
  padding: 10px 18px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--teal-light);
  text-transform: uppercase;
}

.ticker-wrap {
  background: var(--red-dark);
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  overflow: hidden;
  padding: 10px 0;
}

.ticker {
  display: flex;
  gap: 60px;
  animation: ticker 20s linear infinite;
  white-space: nowrap;
}

.ticker-item {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  color: var(--cream);
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 20px;
}

.ticker-item::before {
  content: "★";
  color: var(--gold);
  font-size: 10px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE
-------------------------------*/

@media only screen and (max-width: 1600px) {
  .banner-content {
    bottom: 15%;
  }
  .groovy-pic {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1550px) {
  .ban-words {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1300px) {
  .ban-words {
    max-width: 501px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1025px) {
  .nav-side ul li a {
    padding: 10px 17px;
  }
}
@media only screen and (max-width: 991px) {
  .ban-split {
    flex-direction: column;
  }
  .groovy-pic {
    margin: 50px 0;
  }

  .our-show h2 {
    text-align: center;
  }

  .ban-words {
    margin: 120px auto 50px;
    text-align: center;
  }
  .banner {
    padding-bottom: 40px;
  }

  .banner {
    overflow: visible;
  }
  .eyebrow-block {
    flex-direction: column-reverse;
    text-align: center;
  }

  .banner-content p {
    margin: 0 auto 48px;
  }
}
@media only screen and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 600px) {
  .ban-logo {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
  .banner {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .mobile-phone {
    right: 60px;
  }
}

@media only screen and (max-width: 380px) {
  .mobile-phone {
    right: 51px;
  }
}

@media only screen and (max-width: 319px) {
}
