@import 'bootstrap.min.css';
@import 'swiper-bundle.min.css';
@import 'photoswipe.css';
@import 'pixel-perfect.css';
@import 'pixel-perfect-social.css';
@import 'base.css';
@font-face {
  font-family: 'HelveticaNeueLTGEO-75Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf) format('woff');
}
.site-navigation .menu a, .site-navigation .menu .menu-item-label {
  font-family: 'HelveticaNeueLTGEO-75Bold';
}
.site-navigation.menu-vertical.menu-for-drawer .menu > li > a {
  font-family: 'HelveticaNeueLTGEO-75Bold';
}
/* h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-feature-settings: 'case' on;
} */

.title-8xl {
  font-size: 65px;
}

.site-brand a img {
  margin-top: -5px;
}

.gold-bg {
  background: #b72161;
  color:#fff!important;
}

.site-class-item.inner-style .site-class-inner .entry-class-thumbnail img {
 height: 450px;
 object-fit: cover;
 width: 100%; 
}

.instructor-thumbnail a img {
  height: 400px;
  object-fit: cover;
  width: 100%; 
}

.site-video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.site-video-background .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* DARK OVERLAY (important for readability) */
.site-video-background .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}

/* CONTENT ABOVE VIDEO */
.site-video-background .content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}
.title-3xl {
  font-size: 30px;
}
.title-2xl {
  font-size: 35px;
}

.dropdown-menu {
  min-width: 180px;
}

.dropdown-item {
  border-radius: 10px;
  padding: 8px 12px;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: linear-gradient(135deg,#6ea8fe,#8ec5fc);
  color: #fff;
}

.dropdown-toggle {
  border-radius: 12px;
  padding: 8px 14px;
}

.lang-dropdown {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.05);
}

.langs-active {
  background-color: #e5e5e500!important;
  border: 1px solid #ffffff73!important;
  color: #fff!important;
}
.site-header.transparent:not(.stuck).hover .langs-active{
  color: #000!important;
  border: 1px solid #333!important;
}
.site-header.transparent:not(.stuck).hover .langs-active svg{
  filter: brightness(0) saturate(100%) invert(9%) sepia(42%) saturate(3260%) hue-rotate(215deg) brightness(92%) contrast(88%);

}
