.field--name-field-hero-text,
.field--name-field-hero-video {
  display: none;
}

.hero-image-section {
  position: relative;
  width: 100%;
  height: 80vh !important;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero-image-section {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .hero-image-section {
    min-height: 800px;
  }
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
  color: white;
  padding: 0 20px;
  margin-top: 60px;
  width: var(--container-width);
  max-width: 100%;
}

.hero-content-inner {
  max-width: 400px;
}

.hero-content h1 {
  font-size: 4rem;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
}

@media (max-width: 768px) {
  .hero-image-section {
    height: 400px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}
/*
@media (max-width: 768px) {
    .nav-container {
      padding: 1rem 1.5rem;
    }

    .hero-nav .mcan-logo{
      margin-top: 32px;
    }
}*/
/*Hero Video Styles*/
.hero-video-wrapper {
  width: 100%;
  overflow: hidden;
}
.hero-video-wrapper .top-bar-region {
  position: absolute;
  width: 100%;
  z-index: 1001;
}
.hero-video-wrapper .hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.hero-video-wrapper .mcan-logo {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hero-video-wrapper .mcan-logo {
    margin-top: 20px;
  }
}
.hero-video-wrapper .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hero-video-wrapper .mobile-menu-toggle {
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.hero-video-wrapper {
  /*	.mobile-menu-toggle span {
  		width: 25px;
  		height: 3px;
  		background: #263e9e;
  		transition: all 0.3s ease;
  	}
  	.mobile-menu-toggle:hover span {
  		background: #263e9e;
  	}*/
}
.hero-video-wrapper .nav-container button.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.hero-video-wrapper .nav-container button.mobile-menu-toggle:hover span {
  background: #fff;
}
.hero-video-wrapper .nav-container button.is-active span {
  width: 25px;
  height: 3px;
  background: #263e9e;
  transition: all 0.3s ease;
}
.hero-video-wrapper .nav-container button.is-active:hover span {
  background: #263e9e;
}
.hero-video-wrapper {
  /*.hero-video-section {
  	position: relative;
  	width: 100%;
  	//overflow: hidden;
  	height: 100vh;
  	min-height: 80vh;
  }*/
}
.hero-video-wrapper .hero-video-container {
  position: relative;
  width: 100%;
  height: 80vh;
}
.hero-video-wrapper .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero-video-wrapper .hero-content-video {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: white;
  text-align: center;
  padding: 2rem;
}
.hero-video-wrapper .hero-content-video-inner {
  max-width: 1080px;
  animation: fadeInUp 1s ease-out;
}
.hero-video-wrapper .hero-title {
  color: white;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-video-wrapper .hero-subtitle {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 300;
  margin-bottom: 2.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.field--name-field-hero-title,
.field--name-field-hero-subtitle,
.field--name-field-hero-video-2 {
  display: none;
}/*# sourceMappingURL=hero.css.map */