@font-face {
  font-family: 'Kelsi';
  src: url('fonts/Kelsi-fill.otf') format('woff2'),
       url('fonts/Kelsi-Regular.otf') format('woff');

  font-weight: normal;
  font-style: normal;
}
html{
    scroll-behavior: smooth;
}
section {
  scroll-margin-top: 100px; /* adjust to navbar height */
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: #000000;
    color: white;
}

nav {
  position: absolute;       /* sit on top of hero/video */
  top: 0;
  left: 0;
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;  /* remove solid background */
  z-index: 10;    
  padding-right: 3vh;          /* ensures it stays above the video */
}

.nav-title {
    font-family: 'Kelsi', sans-serif;
    font-size: 3.5vh;
    padding: 2vh 5vh;
    color: white;
}

.nav-map {
    display: flex;
    list-style: none;
    gap: 2vh;
}

.nav-map li a {
    font-weight: 500;
    transition: color 0.3s;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.2vh;
}

.nav-map li a:hover {
    color: #93d0ff;
}

.hero-vid {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}


.hero-container{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
   color: #ffffff;
   display: flex;
   flex-direction: column;
   justify-content: center;
   
}
.hero-content p{
    line-height: 0.5;
    opacity: 0.96;
}
.hero-content h1 {
  font-size: 5.5vh;
  font-weight: lighter;
  margin-bottom: 20px;
  line-height: 1.4;
}

.hero-content h1, .hero-content p {
    margin: 0
}
.hero-content p{
    font-size: 1.5vh;
}

.hero-links {
    display: flex;
    gap: 10px;

}

.hero-links a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    font-size: 1.9vh;
    opacity: 0.9;
}

.hero-links a:hover {
    color: #93d0ff;
}

/* info */
.info {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
    padding: 12vh;
}

/* show */
.show img {
  height: 55vh;
  width: 100vh;
  transition: 0.4s ease-in;
  z-index: 3;
}

.show  img:hover{
    box-shadow: 
    0 0 2vh rgb(255, 62, 62),
    0 0 4vh rgb(255, 62, 62),
    0 0 4.5vh rgb(255, 62, 62); /* neon magenta */
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.show {
    margin-bottom: 200px;
}
.show-video-image-container{
    display: flex;
    justify-content: center;
}

.show-video-thumbnail {
    position: relative;
    margin: 25px 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0vh;
    color: white;
    background: rgba(0,0,0,0.6);
    padding: 0vh;
    border-radius: 30%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    
}

.show-video-thumbnail:hover .play-button {
  opacity: 1;
}

.show-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;  
    
}

.show-overlay-text h1 {
    margin: 0;
    font-size: 2vw;
    font-weight: lighter;
}

.show-overlay-text h5 {
    margin: 0;
    font-size: 1.5vw;
    font-weight: lighter;
}

/*reel*/
.reel-section-container {
    display: flex;
    justify-content: center;
    gap: 12vh;
}

.reel-video video {
  width: 45vh;
  height: 80vh;
  border-radius: 2vh;
  object-fit: cover;
}

.reel-description h1, p{
    margin: 0;
    font-weight: lighter;
}

.reel-description {
  width: 45vh;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: lighter;
  font-size: 2.4vh;
  gap: 3vh;
  padding: 0% 0% 10% 0%;
}

.reel-description h5{
    opacity: 0.8;
    font-weight: lighter;
}

.reel-section-container a {
    text-decoration: none;
    color: white;
    line-height: normal; 
}

/* about section */
.about-container {
    display: flex;
    justify-content: center;
    gap: 15vh;
    margin-bottom: 100px;
}

.about-img-container img {
    width: 42vh;
    height: 65vh;
    border-radius: 2vh;
}

.about-text {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3vh;
    font-weight: lighter;
    
}

.about-text h5, h1, p {
    margin: 0;
    font-weight: lighter;
}

.about-text h5 {
    font-size: 1vw;
    font-weight: lighter;
}

.about-text h1 {
    font-size: 4.5vh;
    font-weight: lighter;
}
.about-text,.not {
    font-size: 2vh;
}
.about-text p {
    font-size: 2.37vh;
}

.about-text {
    width: 45vh;
    height: 80vh;   
}
.about-text a{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
    font-size: 2vh;
}

/* footer */
.footer-container {
    display: flex;
    justify-content: center;
    padding: 4vh;
    background-color: #111;
    font-size: 2vh;
}

/* carousel */
.brands {
    margin: 2rem 0;
}

.carousel {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #000000;
  padding: 2vh 0;
}

.carousel-track {
  display: inline-flex;
  align-items: center;
  animation: scroll 31s linear infinite;
  gap: 17vh;
}

.carousel-track img {
  height: 4vh;
  object-fit: contain;
  transition: filter 10s;
  filter: brightness(0) invert(1);
}

.carousel img.big{
  height: 6vh;
  object-fit: contain;
   justify-content: center;
 }
  .carousel img:hover {
    filter: grayscale(0%);
  }
  .carousel img.small{
  height: 2vh;
  object-fit: contain;
   justify-content: center;
 }
 .carousel img.big1{
  height: 9vh;
  object-fit: contain;
   justify-content: center;
 }
 .carousel img.big2{
  height: 12vh;
  object-fit: contain;
   justify-content: center;
 }
 .carousel img.invert{
    filter:grayscale(100%);
}



@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
