 html, body {
      margin: 0;
      padding: 0;
      overflow: hidden;
      background: black;
    }
    canvas {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
    }

    .starheader{
      background-color:black;
      overflow: hidden;
      border-bottom: 3px solid white;
      margin-bottom: 24px;
    }


canvas {
  width: 100%;
  height: 100%;
  z-index: 0; 
}


.starheader {
  position: relative;
  z-index: 5;
}

.meet-section {
  position: relative;
  z-index: 1;
}


html, body {
  overflow-x: hidden;
  overflow-y: auto;
}


.meet-section {
  text-align: center;
  margin-top: 140px;
}

.meet-section h1 {
  color: #ffc200;
  font-size: 2.5em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Bruno Ace SC", sans-serif;
  text-shadow: 0 0 20px rgba(255, 194, 0, 0.5);
}

.meet-section hr {
  width: 150px;
  height: 3px;
  background: #ffc200;
  border: none;
  margin: 0 auto 40px;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  justify-items: center;
  padding: 0 40px 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}


    #logo{
      width:230px;
      height:60px;
      padding: 15px;
      margin-top: px;
      margin-left : 30px;
      margin-bottom: px;
    }

canvas {
  z-index: 0;
  width: 100%;
  height: 100%;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

.meet-section {
  text-align: center;
  margin-top: 150px;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.meet-section h1 {
  color: #ffc200;
  font-size: 2.5em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Bruno Ace SC", sans-serif;
  text-shadow: 0 0 20px rgba(255, 194, 0, 0.5);
}
.meet-section hr {
  width: 180px;
  height: 3px;
  background: #ffc200;
  border: none;
  margin: 0 auto 40px;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  justify-items: center;
  padding: 0 40px 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.ticket {
  width: 380px;
  height: 180px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 194, 0, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5),
              inset 0 0 30px rgba(255, 194, 0, 0.05);
}

.ticket.yellow {
  background: linear-gradient(135deg, rgba(255, 194, 0, 0.15) 0%, rgba(0, 0, 0, 0.85) 100%);
  border: 2px solid #ffc200;
  box-shadow: 0 8px 32px rgba(255, 194, 0, 0.3),
              inset 0 0 40px rgba(255, 194, 0, 0.1);
}

.ticket.white {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2),
              inset 0 0 40px rgba(255, 255, 255, 0.05);
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid #ffc200;
  margin-right: 20px;
  box-shadow: 0 0 20px rgba(255, 194, 0, 0.6),
              0 0 40px rgba(255, 194, 0, 0.3),
              inset 0 0 20px rgba(255, 194, 0, 0.1);
}

.info {
  text-align: left;
  position: relative;
  z-index: 3;
  flex: 1;
}
.info h3 {
  font-size: 1.3em;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #ffc200;
  text-shadow: 0 0 10px rgba(255, 194, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}

.ticket.yellow .info h3 {
  color: #ffc200;
  text-shadow: 0 0 15px rgba(255, 194, 0, 0.8);
}
.ticket.white .info h3 {
  color: #ffc200;
  text-shadow: 0 0 10px rgba(255, 194, 0, 0.6);
}
.info p {
  margin: 6px 0;
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.info p:first-of-type {
  color: #ffc200;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.info p:last-of-type {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  line-height: 1.4;
  margin-top: 8px;
}

.Interstellar{
   color: white;
   text-align: center;
   font-family: "Bruno Ace SC", sans-serif;
   position: relative;
   font-size: 60px;
   margin-top:10px;
   z-index: 2;
   background-color: transparent;
}

.sub{
   display: inline-flex;
   gap: 0.35em;
   align-items: baseline;
  
}

.word-slot{
   display: inline-block;
   position: relative;
   height: 1em;
}

.title{
   display: grid;
   margin: 0 auto;
   place-items: center;
   gap: 12px;
   text-align: center;
   font-family: "Bruno Ace SC", sans-serif;
   letter-spacing:1px;
   background-color: transparent;
}

.title .Interstellar{
   font-size: clamp(40px,8vw,96px);
   color:#fff;
}

.title .sub{
   color:#fff;
   font-family: "Bruno Ace SC", sans-serif;
   font-weight: 950;
   text-transform: uppercase;
   background-color: transparent;
   display: inline-flex;
   align-items: baseline;
   justify-content: center;
   flex-wrap: nowrap;
   gap: 0.4hch;
   white-space: nowrap;

}

.title .sub em{
   font-style: normal;
   color: #ffc200;
}

#changing-word{
   transition: opacity 0.5s ease-in-out;
   position: absolute;
   left: 0;
   top: 0;
   white-space: nowrap;
}

.fade-out{
   opacity:0;
}

.launch{
  position:relative;
  display:flex;
  justify-content: center;
  align-items:flex-end;
  margin-top:40px;
  z-index:3;
}

.launch .rocket{
  width:530px;
  height:950px;
  position: relative;
  z-index: 3;
}

.launch .smoke{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  pointer-events:none;
  width:100%;
  height:750px;
  z-index:2;
}

.launch .secondsmoke{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  pointer-events:none;
  width:100%;
  height:750px;
  z-index:4;
  opacity: 0.7;
}



.hero{ position: relative; }
.hero-copy{
  position: absolute;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  max-width: 42ch;
  z-index: 5;
}
.hero-copy.left  { left: 10%; top: 350px; width: 30%; }
.hero-copy.right { right: 100px; top: 350px; width: 24%; }
.hero-copy.left { display: grid; gap: 14px; }

#takeoff { 
  margin-right: -18px;
}

.hero-copy.left p:not(#takeoff){
  padding-right: 18px;
}

@media (min-width: 1400px){
  #takeoff { margin-right: -24px; }
  .hero-copy.left p:not(#takeoff){ padding-right: 24px; }
}

@media (max-width: 768px) {
  .launch .rocket {
    width: 265px;
    height: 475px;
  }
  
  .launch .smoke,
  .launch .secondsmoke {
    height: 375px;
  }
  
  .hero-copy.left,
  .hero-copy.right {
    position: static;
    width: 90%;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 20px;
  }
  
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
  
  .title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  
  .title .Interstellar {
    font-size: clamp(28px, 10vw, 50px);
    display: block;
  }
  
  .title .sub {
    font-size: clamp(16px, 5vw, 24px);
    flex-wrap: wrap;
    white-space: normal;
    gap: 0.3em;
    line-height: 1.4;
  }
  
  .word-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
  
  .title .sub em {
    font-size: 1.2em;
    text-align: center;
    width: auto;
    position: static;
  }
  
  #takeoff {
    margin-right: 0;
  }
  
  .hero-copy.left p:not(#takeoff) {
    padding-right: 0;
  }
  
  .launch {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .ticket {
    width: 340px;
    height: auto;
    min-height: 160px;
    padding: 20px;
  }
  
  .ticket img, .pfp {
    width: 70px;
    height: 70px;
  }
  
  .ticket .info h3, .info h3 {
    font-size: 1.1em;
  }
  
  .ticket .info p, .info p {
    font-size: 0.85em;
  }
  
  .team-container {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 20px 60px 20px;
  }
}



