body {
    font-family: sans-serif;
    background-color: black;
    color: white;
    margin: 0;
}

.nav-bar {
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
    padding: 10px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }


  .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .nav-link {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
    padding: 5px 0;
    transition: all 0.3s ease;
  }

  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff5256, #ff7b7e);
    transition: width 0.3s ease;
  }

  .nav-link:hover {
    color: #ff5256;
  }

  .nav-link:hover::after {
    width: 100%;
  }

  .nav-link.active {
    color: #ff5256;
  }

  .nav-link.active::after {
    width: 100%;
    background: linear-gradient(90deg, #ff5256, #ff7b7e);
    box-shadow: 0 0 10px rgba(255, 82, 86, 0.3);
  }

  .nav-link.active::after {
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .nav-links .logo,
    .nav-links div:last-child {
      display: none;
    }
  
    .nav-links {
      justify-content: center;
      padding: 10px;
    }
  
    .nav-links div {
      gap: 20px;
    }
  
    .nav-link {
      font-size: 1rem;
    }
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.spacer {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.5);
}

.sound-prompt {
    position: absolute;
    right: 0;
    bottom: 40px;
    background: black;
    color: white;
    padding: 5px 20px;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 1;
}


.sound-prompt button {
    background: white;
    color: black;
    font-size: 1rem;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.3s;
}

.sound-prompt button:hover {
    background: #333;
    color: white;
}

.sound-icon-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.play-icon {
    width: 32px;
    height: 32px;
}

.monthsspacer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    font-size: 3rem;
    position: relative;
    text-align: center;
  }
  

.sound-label {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: rgb(255 82 86);
    color: white;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 8px 0 0 8px;
    transform: translateY(-50%);
    white-space: nowrap;
}


.spacer1 {
    height: 100vh;
    background-color: black;
}

.scroll-reveal {
    text-align: center;
    justify-content: center;
}


.Second-scroll-reveal {
    background: url('withoutfear.jpeg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    filter: brightness(0.8);
    position: relative;
}

.scroll-reveal h2 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 0;
}

.scroll-reveal p {
    font-size: 2rem;
    line-height: 1.8;
    max-width: 50ch;
    margin-inline: auto;
    text-align: start;
}

.Second-scroll-reveal p {
    font-size: 2rem;
    line-height: 1.8;
    max-width: 50ch;
    margin-inline: auto;
    text-align: start;
}



.green-fill,
.orange-fill,
.white-fill {
    color: hsl(0 0% 100% / 0.2);
    background-size: 0% 100%;
    background-clip: text;
    background-repeat: no-repeat;
    animation: scroll-reveal linear forwards;
    animation-timeline: view(y);
    animation-range-start: contain 20vh;
    animation-range-end: contain 30vh;
}

.green-fill {
    background-image: linear-gradient(90deg, #0d8320, #0d8320);
}

.orange-fill {
    background-image: linear-gradient(90deg, #FF5733, #FF5733);
}

.white-fill {
    background-image: linear-gradient(90deg, white, white);
}

.scroll-reveal p span {
    color: hsl(0 0% 100% / 0.2);
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-image: linear-gradient(90deg, white, white);
    animation: scroll-reveal linear forwards;
    animation-timeline: view(y);
    animation-range-start: contain 0vh;
    animation-range-end: contain 50vh;
}



@keyframes scroll-reveal {
    to {
        background-size: 100% 100%;
    }
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: black;
}

.video-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: black;
}

.video-sectionlast {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background-color: black;
}

.video-section video {
    max-height: 100%;
    width: auto;
    max-width: 80%;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
    border: 4px solid white;
}

.video-section1 video {
    max-height: 100%;
    width: auto;
    max-width: 80%;
    margin-top: 20px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
    border: 4px solid white;
}

.video-sectionlast video {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}


@media (max-width: 600px) {
    .video-section1 video {
        max-width: 95%;
    }

    .ebin-img {
        width: 100% !important;
        height: 250px;
        border-radius: 6px;
        float: left;
    }

    .scroll-reveal p {
        line-height: 1.3;
        font-size: 1.3rem;
    }

    .scroll-reveal h2 {
        font-size: 2.5rem;
        line-height: 1;
        margin-bottom: 0;
    }
    
    
    .Second-scroll-reveal p {
        line-height: 1.3;
        font-size: 1.3rem;
    }
    
}

.ebin-img {
    width: 450px;
    height: 270px;
    border-radius: 6px;
    margin-right: 20px;
    float: left;
    border: 1px solid black;
}

.parallax-section {
    position: relative;
    height: 80vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  
  .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
    z-index: 1;
  }
  
  .parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 40px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
  }
  
  .parallax-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ff5256, #ff7b7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .parallax-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes fadeUp {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .parallax-section {
      background-attachment: scroll;
      height: 60vh;
    }
  
    .parallax-content {
      padding: 20px;
    }
  
    .parallax-content h2 {
      font-size: 2rem;
    }
  
    .parallax-content p {
      font-size: 1rem;
    }
  }