
* {
  margin: 0;
  padding: 0;
}



.play-img {
  width: 2.5rem;
}

.nav-button {
  padding: 0.1rem 0.4rem!important;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  
}

.c-header {
  display: block;
  width: 100%;
}


.u-media-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 0;
}
.u-media-wrapper.u-media-wrapper--16-9 {
  padding-bottom: 100vh;
}

.c-gradient-overlay {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-image: radial-gradient(circle at 49% 50%, rgba(27, 24, 3, 0.153), rgba(23, 25, 2, 0.46));
}

.c-mouse-vertical-carousel {
  position: relative;
  overflow: hidden;
}
.c-mouse-vertical-carousel__list {
  width: 50%;
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 1;
  font-family: bold;

}

@keyframes textin {
  0% {
    opacity: 0;
    transform: translate(-8%);
  }
  100% {
    opacity: 1;
    transform: translate(0%);
  }
}

.c-mouse-vertical-carousel__list :hover {
 opacity: 1 !important;

 
}
.c-mouse-vertical-carousel__images {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  
}
.c-mouse-vertical-carousel__list-item a {
  display: block;
  padding-left: 15%;
  padding-top: 3%;
  text-decoration: none !important;
  animation: textin 0.6s forwards;
  


}

.c-header {
	display: block;
	width: 100%;
}

.u-a5 {
  font-size: 3em;
  font-weight: 800;

  color: white;
  overflow: hidden;
  background: linear-gradient(to right, gold, gold 50%, white 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition:  background-position 0.8s ease-out ;

  text-transform: capitalize;

}

.u-b4  {
	font-family: Arial;
	font-size: 1rem;
	line-height: 17px;
  left: 0rem;
	letter-spacing: 0.7px;
	font-weight: normal;
	color: #fff;
  font-family: light;

}



.u-b4 span {
  margin-left: -3rem !important;
  margin-top: -0.2rem !important;
  color: gold;
  font-size: 1.3rem;

}


a:hover .u-a5 {
  background-position: 0 100%;

}



.c-mouse-vertical-carousel__eyebrow {
  position: relative;
  padding-bottom: 12px;
}
.c-mouse-vertical-carousel__eyebrow span {
  position: absolute;
  left: -30px;
  top: 2px;
}

.c-mouse-vertical-carousel__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  filter: brightness(0.3) contrast(1.1);
  min-height: 100vh;
  opacity: 0;

}

@keyframes fadein {
  0% {
    opacity: 0;
  }


  100% {
    opacity: 1 !important;
  }
}





