/* Hero Section Styles */
/* Hide header navigation on this page */



.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-background {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Remove the after element for the desktop version */
.hero-background::after {
  display: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mainheader
{
  padding-top:20px;
  padding-bottom:20px;
}

.mainheader.scrolled
{
  padding:5px 0;
}

@media (max-width: 1200px){
  .mainheader.scrolled .container-fluid.d-xl-none {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .mainheader,
  .mainheader.scrolled
  {
    height: 60px;
  }

  .mainheader.scrolled .container-fluid.d-xl-none
  {
    padding-top: 0;
  }
}

@media (min-width: 769px){
  .mainheader.scrolled {
    height: 55px;
  }
}

@media (max-width: 1200px){
  .mainheader.scrolled {
    height: 55px;
  }
}


.mainheader.scrolled .top-buttons .btn-join-small 
{
  background:#000;
  color:#fff;
}



.mainheader.scrolled .top-buttons .btn-signin
{
  color:#000;
}

.mainheader .top-buttons .btn.btn-join-small:hover
{
  background:#fff;
  color:#000;
}

.mainheader.scrolled .top-buttons .btn.btn-signin:hover
{
  color:#000;
}




/* Mission text overlay */
.mission-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  pointer-events: none;
}

.mission-top {
  font-size: 50px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}

.mission-bottom {
  font-size: 110px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  line-height: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  max-width: 800px;
  z-index: 2;
}

.beta-label {
  font-family: 'Adventure V1', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 65.13px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Adventure V1', sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 92px;
  letter-spacing: -2px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
  text-transform: none;
}

/* First row - above the line */
.hero-top-row {
  position: absolute;
  bottom: 113px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 3;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18.13px;
  line-height: 28px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.btn-join-bottom {
  background-color: white;
  color: black;
  border-radius: 30px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-join-bottom:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Second row - below the line */
.hero-bottom-row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 40px 32px 40px;
  color: white;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.scroll-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}

.scroll-arrow {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.top-buttons {


  z-index: 10;

}

.btn-join-small {
  background-color: white;
  color: black;
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-signin {
  display: none !important;
  color: white;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-signin:hover {
  opacity: 0.8;
}

/* Hide mobile buttons on desktop */
.hero-mobile-buttons {
  display: none;
}

/* Media Queries */
@media (max-width: 992px) {
  .hero-title {
    font-size: 80px;
  }
  
  .mission-bottom {
    font-size: 90px;
  }
  
  .mission-top {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 60px;
  }
  
  .beta-label {
    font-size: 14px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .hero-top-row, .hero-bottom-row {
    padding: 15px 20px;
  }
  
  .btn-join-bottom {
    padding: 10px 30px;
    font-size: 14px;
  }
  
  .mission-bottom {
    font-size: 70px;
  }
  
  .mission-top {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  /* Mobile-specific styles */
  .hero-section {
    background-color: #f9f7f4;
  }
  
  .hero-background::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    display: block;
  }
  
  .hero-image {
    z-index: 0;
  }
  
  .hero-title {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    text-align: left;
  }
  
  .top-buttons {
    display: none;
  }
  
  .btn-join-small {
    padding: 6px 20px;
    font-size: 12px;
  }
  
  .btn-signin {
    font-size: 12px;
  }
  
  .hero-subtitle {
    font-size: 16px;
  }
  
  .hero-content {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 110px;
    width: 100%;
    height: auto;
    z-index: 3;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transform: none;
    text-align: left;
    max-width: none;
  }
  
  .hero-mobile-buttons {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  
  .btn-signin-mobile,
  .btn-join-mobile {
    font-family: var(--font-inter, sans-serif);
    font-weight: 600;
    font-size: 16px;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
  }
  
  .btn-signin-mobile {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  
  .btn-join-mobile {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
  }
  
  /* Hide elements that are not needed in mobile */
  .hero-top-row,
  .hero-bottom-row,
  .beta-label {
    display: none;
  }
}

.v3 .video-right .mission-overlay {
  justify-content: flex-start;
}

.v3 .video-right .mission-title {
text-align:left;
padding-left: 30px;
}

@media (max-width: 991px) {
  .mission {
    padding-bottom: 0px; 
    margin-bottom: 100px;
  }

  .container
  {
    max-width: 95%;
  }


}