body{
    background-color: #111;
    overflow-x: hidden;
}

.unmarkone{
    
    color: #ffffffbf;
    
}
.unmarktwo span{
    text-decoration: underline;
    color: #ffffffbf;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* heading */
  .art {
    margin: 30px 50px;
      display: flex;
      gap: 0.2em;
      font-size: 18vw;
      
      color: white;
      text-transform: uppercase;
      font-family: "Bebas Neue", sans-serif;
      justify-content: center;
      letter-spacing: -50px;
      z-index: 5;
      position: relative;

    }

    .art span {
      display: inline-block;
      animation: rotateIn 2s ease forwards;
      opacity: 0;
    }

    /* Staggered animation delays */
    .art span:nth-child(1) { animation-delay: 0s; }
    .art span:nth-child(2) { animation-delay: 0.1s; }
    .art span:nth-child(3) { animation-delay: 0.2s; }
    .art span:nth-child(4) { animation-delay: 0.3s; }
    .art span:nth-child(5) { animation-delay: 0.4s; }
    .art span:nth-child(6) { animation-delay: 0.5s; }
    .art span:nth-child(7) { animation-delay: 0.6s; }
    .art span:nth-child(8) { animation-delay: 0.7s; }
    .art span:nth-child(9) { animation-delay: 0.8s; }
    .art span:nth-child(10) { animation-delay: 0.9s; }
    .art span:nth-child(11) { animation-delay: 1s; }
    .art span:nth-child(12) { animation-delay: 1.1s; }

    @keyframes rotateIn {
      0% {
        transform: rotateY(90deg) scale(0.5);
        opacity: 0;
      }
      100% {
        transform: rotateY(0deg) scale(1);
        opacity: 1;
      }
    }


    /* infinite loop */  
    .infinite-text-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 40px;
      white-space: nowrap;
      z-index: 1;
    }

    /* Inner container for entry animation */
    .infinite-text-inner {
      display: inline-block;
      animation: slide-in 2s ease-out forwards;
    }

    .infinite-text {
      display: inline-block;
      font-size: 90px;
      color: white;
      font-family: "Bebas Neue", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0px;
      font-weight: 600;
      animation: scroll-left 20s linear infinite;
      animation-delay: 2s; /* Starts after slide-in */
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes slide-in {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(0%);
      }
    }


    /* first image */
  .first-img {
  margin-top: -370px;
  text-align: center;
  animation: image-rise-in 2.5s ease-out forwards;
  opacity: 0;
    position: relative;
  z-index: 4;
}

.first-img img {
  object-fit: cover;
  width: 630px;

}

/* Animation: from bottom of screen + slight rotation */
@keyframes image-rise-in {
  0% {
    transform: translateY(100vh) rotate(10deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}


/* small-text */
.small-text{
    padding: 20px 0px 0px 20px;
    color: #ffffffbf;
    width: 20%;
    font-family: "Montserrat Variablefont Wght", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: -130px;
}
.line img{
    width: 100%;
}
.line{
    padding: 150px 0px;
}
/* white effect */   

/* section4 */

     .section4-container {
  padding: 70px 20px 100px 20px;
}

.section4-text-section p {
  font-size: 100px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 130px;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  word-wrap: break-word;
  letter-spacing: 0px;
}

.section4-letter {
  transition: color 0.1s ease;
  color: #666;
}

.section4-letter.section4-active {
  color: white;
}

.white {
  color: white;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

     .years{
        display: flex;
        border-bottom: 1px solid #757575;
      font-weight: 500;
        padding:  10px 20px 20px 20px ;
            color: #a5a5a5;
    font-size: 60px;
        text-transform: uppercase;
        font-family: Bebas Neue, sans-serif;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .yearones{
        width: 33%;
    }
      .yeartwos{
        width: 33%;
    }
      .yearthrees{
        width: 33%;
    }

 .year {
  display: flex;
  border-bottom: 1px solid #757575;
  font-weight: 500;
  padding: 10px 20px 20px 20px;
  color: #a5a5a5;
  font-size: 60px;
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  letter-spacing: 0px;
  line-height: 1.2;
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.year:hover {
  width: 90%;
}

.yearone,
.yeartwo,
.yearthree {
  width: 33%;
}

.yeartwo {
  position: relative; /* Needed for absolute img positioning */
     /* Adds depth for 3D rotation */
}

.yeartwo p{
  margin: 0px;
}

.yeartwo img {
  position: absolute;
  top: 60px;
  left: 80px; /* initial offset from text */
  z-index: 2;
  height: 300px;
  width: 300px;
  object-fit: cover;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: top center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.yeartwo img.show {
  opacity: 1;
}
/* Keyframes for flipDown */
@keyframes flipDown {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}


/* image-animation-oveer*/


.let{
    color: white;
    display: flex;
    padding: 290px 20px 20px 20px;
}
.letone{
    width: 70%;


}
.lettwo{
    width: 30%;
    text-align: end;
    display: flex;
    padding-right: 40px;
    padding-top: 80px;
    justify-content: end;
}

.letonetwo{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Montserrat Variablefont Wght", sans-serif;
    padding-top: 20px;
    color: #ffffffbf;
    padding-right: 90px;
    padding-left: 20px;
    padding-bottom: 50px;
}


/* footer */
.email{
display: flex;

padding: 20px;
color: white;


}
.emailone{
    width: 40%;
}
.emailtwo{
    width: 40%;
}

.emailthree{
    width: 20%;
}
.emailoneone{
    line-height: 1.3;
    font-size: 18px;
        font-weight: 600;
        font-family: "Montserrat Variablefont Wght", sans-serif;       
}
.emailonetwo{
        line-height: 1.2;
        font-weight: 500;
            color: #ffffffbf;
                font-family: Bebas Neue, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: color 0.3s ease;
}
.emailonetwo:hover{
  color: #757575;
}
.style{
    display: flex;
     color: #ffffffbf;
     font-weight: 400;
     font-size: 20px;
     line-height: 1.2;
     gap: 20px;
     font-family: "Montserrat Variablefont Wght", sans-serif;
}
.style p:hover{
  font-weight: 600;
  color: white;
}
.style p {
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.created{
    display: flex;
    justify-content: space-between;
    color: #ffffffbf;
    margin: 20px 20px 90px 20px;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid ;
    font-family: "Montserrat Variablefont Wght", sans-serif;
}
.created p{
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.created p:hover{
  font-weight: 600;
  color: white;
}

/* scroll-container */.scroll-indicator {
  width: 70px;
  height: 180px;
  border: 2px solid #bbb;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: flex-end; /* Align arrow to bottom */
  justify-content: center;
  transition: background-color 0.5s ease-in-out;
  overflow: hidden;
}

.scroll-indicator:hover {
  background-color: #333;
}

.arrow {
  width: 2px;
  height: 100px;
  background-color: white;
  position: relative;
  bottom: 0px;
  transition: height 0.6s ease-in-out, transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid white;
}

.scroll-indicator:hover .arrow {
  height: 150px;
   /* Optional subtle fade */
}



/* footer over */
/* white */

   .letoneone-container {
      padding: 10px 20px;
    }

    .letoneone-text-section p {
      font-family: "Bebas Neue", sans-serif;
      font-size: 100px;
      color: #666;
      text-transform: uppercase;
      font-weight: 500;
      text-align: left;
      margin: 0;
      word-wrap: break-word;
      letter-spacing: 0px;
      line-height: 80px;
    }

    .letoneone-letter {
      transition: color 0.2s ease;
      color: #666;
    }

    .letoneone-letter.active {
      color: white;
    }
      

/* white-over */


/* menu  */
/* MENU */body.no-scroll {
  overflow: hidden;
}

.unmarked {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  z-index: 2000;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #0e0e0e;
  z-index: 1999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0); /* base position */
  transition: opacity 0.4s ease;
  overflow: hidden;
}


.fullscreen-menu.active {
  pointer-events: auto;
  opacity: 1;
}



/* Content above the curtain layer */
.menu-content {
  text-align: center;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  position: relative;
  z-index: 2;
}

.menu-item {
  font-size: 100px;
  margin: 5px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.menu-item:hover {
  opacity: 0.7;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
  color: white;
}
/* Fake curtain */
.fullscreen-menu::before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e;
  transition: top 0.8s ease;
  z-index: 1;
}

.fullscreen-menu.active::before {
  top: 0;
}


/* menu click here */
/* Fullscreen Marquee */
.menu-marquee {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 3000;
  text-align: center;
}

/* Marquee track: crystal clear & scrolling */

/* Blur effect only on menu item behind */
.menu-item.blur {
  filter: blur(14px);
  opacity: 0.3;
}

/* Animation keyframes */
@keyframes marqueeAnim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.menu-item {
  position: relative;
  z-index: 1; /* ensure it appears above the track */
}

.menu-item:hover .menu-marquee {
  display: block;
}

.menu-marquee::before,
.menu-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.menu-marquee::before {
  left: 0;
  background: linear-gradient(to right, #0e0e0e, transparent);
}

.menu-marquee::after {
  right: 0;
  background: linear-gradient(to left, #0e0e0e, transparent);
}


.menu-item-wrapper {

  position: relative;
  display: flex;
  flex-direction: column;
}

.menu-marquee {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeAnim 50s linear infinite;
  font-size: 18px;
  color: #ffffffbf;
  font-family: Montserrat, sans-serif;
  opacity: 1;
  letter-spacing: 1px;
}

.menu-item.blur {
  filter: blur(12px);
  opacity: 0.3;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* flip down */
.flip-down-on-scroll {
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: opacity 0.3s ease, transform 0.3s ease;
  backface-visibility: hidden;
}

.flip-down-on-scroll.visible {
  opacity: 1;
  transform: rotateX(0deg);
}

