#zoom-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zoom-bg img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.05s linear;
  will-change: transform;
}

body {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    background-color: black;
    /* background: url('polygon-scatter-haikei.svg'); */
    color: white;
    overflow-x: hidden;
    /* opacity: 0;
    transition: opacity 0.5s ease; */

}

#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: -1;
  background-image: url('svg2.svg'); /* use your file path */
  background-size: cover; /* or 'contain' or specific sizing */
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
}

#parallax-bg svg {
  width: 100%;
  height: 200%;
  object-fit: cover;
}



/* Open button styling */
.open-btn {
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    display: inline-block;
  }
  
  /* Overlay that grows in height */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
    transition: height 0.5s ease;
    z-index: 1000;
    
    
  }
  
  /* Content centered inside the overlay */
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 0px;
    font-family: 'Orbitron';
  }

  /* Menu links */
  .overlay-content a {
    position: relative;
    font-size: 4em;
    color: white;
    padding: 30px 20px;
    text-decoration: none;
    overflow: hidden;
    z-index: 9999; /* keep text above */
    display: inline-block;
    transition: color 0.4s ease;
  }

  /* Background pseudo-element */
  .overlay-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255,1.2); /*(2,0,146) blue background */
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
    z-index: -1; /* behind text */
  }

  /* Hover effect */
  .overlay-content a:hover::before {
    transform: translateX(-50%) scaleX(1);
  }

  .overlay-content a:hover {
    color: rgb(0, 0, 0);
  }
  
  .closebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 3em;
    text-decoration: none;
    color: white;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }
  @media (max-width: 768px) {
    .overlay-content a {
      font-size: 2em;        /* scale down from 4em */
      padding: 16px 20px;   /* reduce padding too */
    }
  
    .closebtn {
      font-size: 2em;        /* scale the X button down too */
      top: 16px;
      right: 24px;
    }
  }

  .dropdown-button {
    position:relative;
    /* top: 20px;                where you want it */
    /* left: 20px; */
    z-index: 10000;
    font-family: 'Orbitron', sans-serif;
    background-color: rgb(0, 0, 0,0);
  color: rgb(2, 0, 146);
  padding: 16px;
  font-size: 16px;
  border: none;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  .bar {
    height: 2.3px;
    width: 100%;
    background-color: rgb(255, 255, 255); /* Set the color to black */
  }
  
  .glow-box {
    position: relative;
    top: 100px;
    left: 400px;
  width: 700px;
  height: 450px;
  background-image: url('groot.jpeg');
  background-size: cover;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 0 60px rgb(20, 26, 104), inset 0 0 60px rgba(150, 75, 0, 0.238);
  filter: contrast(1.1) saturate(1.2);
  }

  .glow-box:hover {
    box-shadow: 0 0 200px rgb(20, 26, 104), inset 0 0 100px rgba(150, 75, 0, 0.4);
    transition: box-shadow 2.3s ease;
  } 
  
  .layout-container {
    position: relative;
    top:5px;
    left:-50px;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  
  .name-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* text-decoration: none; */
  }
  
  .name-list li {
    cursor: pointer;
    margin: 0.75rem 0;
    font-size: 3.1rem;
    transition: color 0.4s, font-weight 0.2s;
    position: relative;
    left:0%;
    top: 20px;
    z-index: 1;
    color: #ffffff;
    /* text-decoration: none; */
  }
  .name-list ul li a{
    text-decoration: none;
  }
  .name-list:visited {
    text-decoration: none;
    color: white /* your desired color */;
}
  
  .name-list li:hover {
    color: #ffffffad;
  }
  
  .name-list li.active {
    font-weight: bold;
    /* text-decoration: none; */

    /* color: #ffffff; */
  }
  .NoU{
    text-decoration: none;
  }

  
  .glow-box {
    /* position: relative;
    top:100px; */
    width: 1024px;
    height: 576px;
    border-radius: 20px;
    border: 2px solid white;
    box-shadow: 0 0 60px rgb(20, 26, 104), inset 0 0 60px rgba(150, 75, 0, 0.2);
    filter: contrast(1.1) saturate(1.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .glow-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: opacity 0.3s ease-in-out;
  }

  .logo {
    height: 8.8vh;
    position: relative;
    top: 0px;
    left: 580px;
}
.latest {
  position: relative;
  top: 400px;

}

.lis {
  font-size:3em;
}


.lis::before {
   
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgb(2, 0, 146);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
    z-index: -1; /* behind text */
  
} 


.movie-list {
  list-style: none;
  padding: 0px;
  margin: 0em 0;
  font: size 30px;
}

.movie-list li {
  position: relative;
  cursor: pointer;
  margin: 0em 0;
  font-size: 3em;
  transition: color 0.2s, font-weight 0.2s;
  width: 100%;
  height: 200px;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 0;
}
.movie-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 146);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.4s ease;
  z-index: -1; /* behind text */
}

.movie-list li:hover::before {
  transform: scaleY(1);
}x

.movie-list li:hover {
  /* background-color: rgb(2, 0, 146,0.8); */
  color:rgb(0, 0, 0);
  /* width: 100%; */
  
  
  /* height: 200px; */
}

.movie-list li.active {
  font-weight: bold;
  color: #ffffff;
}

.IP {
  position: relative;
  
  /* object-position: 0px -190px; */
  width: 100vw;        /* full viewport width */
  height: 100vh;       /* full viewport height */
  object-fit: cover;   /* fills screen, crops excess */
  object-position: center;
  display: block;
  z-index:0;
  /* padding-top: 80px; */
}

.title {
  position:relative;
  top: -150px;
  left: 100px;
  font-size: 4em;
}
.Dir {
  position: relative;
  left: 60px;
  top: -50px;
  font-size: 2.0em;
}
.Wri {
  position: relative;
  left: 950px;
  top: -120px;
  font-size: 2.0em;
}
.STAR {
  position: relative;
  left: 60px;
  top: -50px;
  font-size: 2.0em;
}
.SYN {
  position: relative;
  left: 950px;
  top:-120px;
  font-size: 2.0em;
}
.REL{
  position: relative;
  left: 25%;
  top:-50px;
  font-size: 2.0em;
}
.TRA {
  position: relative;
  left: 45%;
  top:-200px;
  font-size: 1.5em;
}


::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

/* For other browsers */
::selection {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
}

.poster-box {
  position: relative;
  top:0px;
  left:15%;
  width: 576px;
  height: 357px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.poster-box2 {
  position: relative;
  top:0px;
  left:5%;
  width: 976px;
  height: 457px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article-box2 {
  position: absolute;
  top:250px;
  left:8%;
  width: 240px;
  height: 320px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article{
  position:absolute;
  top:170px;
  left: 100px;
  text-decoration: underline;
}
.details {
  position: absolute;
  top:550px;
  left: 860px;
}


.poster-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: opacity 0.3s ease-in-out;
}


.footericons {
  display: flex;
  justify-content: center;
  /* font-size: 3em; */
}
.footericons a{
  text-decoration: none;
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
.footericons a i{
  font-size: 3em;
  color: black;
  opacity: 0.9;
}
.footericons a:hover {
  background-color: #ffffffbf;
}

.footernav {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  /* text-decoration: none; */
}

.footernav ul li a{
  color: #ffffff;
  text-decoration: none;
}




@font-face {
  font-family: 'Norse';
  src: url('Norse.otf') format('opentype');
  /* If you have a bold version: */
  font-weight: bold;
}

.norse-text {
  font-family: 'Norse', serif;  /* fallback to serif if not loaded */
  position:relative;
  left:5%;
    top: -240px;
    font-size: 6em;;
    text-decoration: none;
}
.Orb{
  font-family: 'Orbitron';  /* fallback to serif if not loaded */
  position:relative;
  left:3%;
    top: -240px;
    font-size: 5em;;
    text-decoration: none;
    color: rgb(255, 255, 255);
    
}
.Orb:hover{
  /* color:rgb(0, 0, 0); */
  backdrop-filter: blur(10px);
  /* transition: color 2.3s ease; */
}

.LR {
  position: absolute;
  top: 1000px;
  /* font-size: 5em; */
  font-weight: 2em;
  font-family: 'Orbitron';
  color:rgb(255, 255, 255)
}




.norse {
  font-family: 'UnifrakturMaguntia', cursive;
}

svg {
  display: block; /* removes inline centering gaps */
}


.film-wrapper {
  /* width: 900px;       visible window */
  overflow: hidden;   /* hides the rest of the strip */
  margin: auto;
  cursor: pointer;
  position: relative;
  top: -300px;
}

.film-scroll {
  width: 1500px;      /* full SVG width */
  transition: transform 2s ease;
}

.film-wrapper:hover .film-scroll {
  transform: translateX(-600px); /* scroll left on hover */
}

.vintage {
  filter: sepia(0.6) contrast(0.8) brightness(0.9);
}




.about {
  position:absolute;
  inset:0;
  /* top: 50%;
  left: 50%; */
  display: grid;
  white-space: nowrap;
  /* justify-content: center; */
  place-items: center;
  text-align: center;
  font-size: 2.8rem;
  opacity: 1;
  transition: opacity 0.8s ease;
  font-weight:100;
  letter-spacing: 0.07em;
}
.about span {
  display: inline;
}


/* SCROLL */
.container {
  position:relative;
  height: 100vh;
}

.panel {
  position:absolute;
  inset:0;
  /* top: 50%;
  left: 50%; */
  display: grid;
  /* justify-content: center; */
  place-items: center;
  text-align: center;
  font-size: 3rem;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.panel.active {
  opacity: 1;
}
@media (max-width: 768px) {
  
  
    .panel {
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
  
    .panel h1,
    .panel h2 {
      position: static;  /* removes any absolute/relative positioning */
      top: auto;
      left: auto;
      transform: none;
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0 20px;
      font-size: clamp(1.2rem, 5vw, 2rem); /* scales nicely on all phone sizes */
    }
  
    /* Make sure the background image doesn't push text around */
    .back {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
  
    /* Lift text above the background image */
    .panel h1,
    .panel h2,
    .panel a {
      position: relative;
      z-index: 1;
    }
  }





.bat {
  font-family: 'Nabla';
  font-size: 22px; /* Example font size */
}

h1,h2 {
    color: #ffffff;
    font-family: 'Orbitron';
    position: relative;
  z-index: 500;
}
.bang{
  font-family: 'Bangers', cursive;
  font-size:9vw;
  /* justify-content: center;
  align-content: center ; */
  /* place-items: center; */
  margin-bottom: 200px;
}
.rubik{
  font-family: "Rubik Glitch", system-ui;
  font-size: 9vw;
  /* margin-bottom: 200px; */
}
small{
  font-size: 0.5em;
}

.back {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  object-fit: cover;      /* fills screen without stretching */
  object-position: center; /* keeps important part centered */
  /* justify-content: center; */

  z-index: 1;
}

.head {
  font-family: 'ZCOOL KuaiLe';
  color: #ffffff;
  position:fixed;
  top: -10px;
  left: 45%;
  font-size: 2em;
  text-align:center;
  z-index: 99999;
}
.link {
  text-decoration: none;
}
.down {
  position: fixed;
  bottom: -50px;
  right: 20px;
  font-size: 4em;
}
.list{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* FOR EACH INDIVUAL PROJECT PAGE */


.hero {
    position: relative;
  height: 100vh;
  width:100vw;
  overflow: hidden;        /* CLIPS the zoom */
 

  margin: 0;       /* ensure no default spacing */
  padding: 0;
}

.hero-video, .own {
    /* position: absolute;
    inset: 0;*/
  
    width: 100%;
    height: 100%; 
  
    object-fit: cover;      /* fills screen without stretching */
    object-position: center; /* keeps important part centered */
  
    z-index: 0;
    
    /* overflow: hidden;        IMPORTANT */
    transition: transform 0.4s ease; /* move transition here */
    display: block;
}
/* .own:hover {
  transform: scale(1.05);
} */
.hero:hover .own{
  transform: scale(1.05);
}
.hero-video {
  display:none; 
}

.title-wrapper{
  display: flex;
  /* justify-content: center; */
  margin-top: -180px;   /* replaces translateY */
  padding-inline: 5vw;

}

.own2{
  position: relative;
  top: -170px;
  left: -25%;
  font-size: 5em;
  text-align: center;
  margin: 0 auto;
  margin-left: 60px;;

}
.own3{
  position: relative;
  top: -170px;
  left: -12%;
  font-size: 5em;
  text-align: center;
  margin: 0 auto;
  margin-left: 60px;;

}

.info {
  display: flex;           /* places children in a row */
  justify-content: center; /* center horizontally */
  gap: 2em;                /* spacing between items */
  align-items: center;     /* vertically aligns if heights differ */
}
.ownD{
  /* position: relative;
  top: 0px;
  left: 0px; */
  font-size: 3em;
  text-indent: 0.2em;
  text-align: center;


}
.name{
  font-size: 0.8em;
  
}

.ownW{
  position: relative;
  top: 0px;
  left: 0%;
  font-size: 3.7em;
  /* font-family: 'ZCOOL KuaiLe'; */
  font-family: 'Orbitron';
  color: #ffffff;
  text-indent: 0.8em;
  text-align: center;


}
.ownS{
  position: relative;
  top: -00px;
  left: 0%;
  font-size: 3em;
  font-family: 'Orbitron';
  color: #ffffff;
  text-align: center;
}
.ownS2{
  text-align: center;
  font-size: 2em;
  font-family: 'Orbitron';
  color: #ffffff;
  /* margin-left: 2em; This is */
  margin: 0 auto;
  padding: 0 20px;
}
.ownR{
  display: flex;
  justify-content: center;
  font-size: 2.5em;
  font-family: 'Orbitron';
  color: #ffffff;
  /* text-indent: 1.3em; */
  text-align: center;

}

.poster {
  position: relative;
  top:0px;
  left: 4%;
  width: 346px;
  height: 576px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: opacity 0.3s ease-in-out;
}

.trailer {
  position: relative;
  top: -290px;
  left: 50%;
  width:150px;
  height: 60px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0,0);
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 24px;
  font-size: 1.2em;
  font-family: 'Orbitron';
}
.trailer:hover{
  color:rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  transition: color 0.6s ease;
  transition: background-color 0.6s ease;
  transition: border 0.6s ease;


}



.lgo {
  height: 8.8vh;
  position: relative;
  top: 0px;
  left: 580px;
    filter: drop-shadow(0 0 0 transparent);

  }
















@font-palette-values --myPalette {
  font-family: "Nabla";
  base-palette: 0;
  override-colors:
  0 #000000,
  1 #000000,
  2 #000000,
  3 #000000,
  4 #000000,
  5 #ffffff;
}
.nabla{
   font-family: "Nabla";
  font-palette: --myPalette;
  font-size: 6em;
}




.topnav {
  background-color: #333;
  overflow: hidden;
  display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 20px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.navbar{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 990;
/* background: rgb(255, 255, 255); */
background: rgb(0, 0, 0,0.85);
/* backdrop-filter: blur(10px); */
transition:
transform 0.45s cubic-bezier(.22,1,.36,1),
opacity 0.3s ease,
background 0.3s ease;

will-change: transform, opacity;


height: 64px;
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
padding: 0 -1rem;
}
.navbar.hidden {
  transform: translateY(-120%);
  opacity: 0;
}
.navbar.transparent {
  background: transparent;
}
.navbar:not(.transparent) {
  backdrop-filter: blur(10px);
}

.navbar.scrolled {
  background: rgba(0, 0, 0, 0.85);
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.3); */
  backdrop-filter: blur(10px);
}


.toplogo img{
  height: 100%;
  max-height: 40px;
  width: auto;
  /* align-items: center; */
  justify-self: center;
}

.nav-actions{
  justify-self: end;
  padding-right: 40px;
}





/* Carousel images */
.carousel {
  position: relative;
  top: -200px;;
  display: flex;
  overflow-x: auto;            /* allows horizontal scroll */
  scroll-snap-type: x mandatory; /* snap to each image */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  scrollbar-width: none;  
  transition: transform 0.4s ease;     /* hide scrollbar on Firefox */
}

.carousel::-webkit-scrollbar {
  display: none;               /* hide scrollbar on Chrome/Safari */
}

.carousel img {
  flex: 0 0 50vw;              /* half the screen width */
  height: 60vh;                /* adjust as needed */
  object-fit: contain;           /* cover the frame */
  scroll-snap-align: start;    /* snap start of image */
  transition: transform 0.4s ease;
}

.carousel:hover img {
  transform: scale(1.05);
}




.photo-box {
  position: relative;
  top:50px;
  left:10%;
  width: 357px;
  height: 576px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-box2 {
  position: absolute;
  top:210px;
  left:65%;
  width: 357px;
  height: 576px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 60px rgb(0, 0, 0), inset 0 0 60px rgba(255, 255, 255, 0.2);
  filter: contrast(1.1) saturate(1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about1{
  position: absolute;
  top: 780px;
  left: 70%;
}
.about2{
  position: absolute;
  top: 780px;
  left: 15%;
}


.intro{
  display: block;
  margin: auto;
  width: 65%;
  /* width: 60%; */
  height: 65%;
  object-fit: contain;
  align-items: center;
  justify-content: center;
}
.parent{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  
}
@media (max-width: 768px) {
  .parent {
    margin-top: -10vh;
  }
}
.intro2{
  /* display: block;
  margin: auto; */
  width: clamp(250px, 45vw, 700px);
  height: auto;
    /* width: 60%; */
  /* height: 45%; */
  object-fit: contain;
  pointer-events: none;
  display: block;
  /* margin-top: 100px;; */
  /* animation: zoomIn 2s ease forwards; */
}
@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
#cursorSvg{
  /* margin-top: 100px; */
position: absolute;
width: clamp(60px, 15vw, 140px);
  height: clamp(60px, 15vw, 140px);
pointer-events: none;
/* outline: 1px solid lime; */
z-index: -1;
}
/* @media (max-width: 768px) {
  #cursorSvg {
    width: 40px;
    height: 40px;
  }
} */
@media (min-width: 800px) {
  #cursorSvg {
    width: 80px; /* 7vh is the same for ipad*/
    height: 80px;
  }
  
}



.benter {
  opacity: 0;
pointer-events: none;
transition: opacity 1.8s ease;
  position: absolute;
  top: calc(50% + 220px); /* adjust depending on video height */
  left: 50%;
  transform: translateX(-50%) translateY(340px);
  /* text-align: center; */
  margin: auto;
  width:250px;
  height: 60px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0,0);
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 24px;
  font-size: 1.2em;
  font-family: 'Orbitron';
  /* align-items: center;
  justify-content: center; */

}
.benter:hover{
  color:rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  transition: color 0.6s ease;
  transition: background-color 0.6s ease;
  transition: border 0.6s ease;


}
.benter.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* --- VARIABLES --- */
:root {
  --item-width: 220px;
  --item-height: 330px;
  --push-distance: 220px;
}

/* --- SCROLLABLE RING --- */
.ring {
  display: flex;
  gap: 20px;
  padding: 200px;

  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  border-style: solid;
  border-color: rgb(0, 0, 0);
}

/* --- ITEM --- */
.item {
  position: relative;
  width: var(--item-width);
  height: var(--item-height);
  flex-shrink: 0;

  border-radius: 12px;
  overflow: visible;
  cursor: pointer;

  transition: transform 0.45s ease;
  will-change: transform;
  transform-origin: left center;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 1.5px;
  border-radius: 0.5em;
}

/* --- EXPAND HOVERED ITEM --- */
.item:hover {
  transform: scale(2);
  z-index: 10;
}

/* --- PUSH ALL ITEMS AFTER --- */
.item:hover ~ .item {
  transform: translateX(var(--push-distance));
}

/* --- IMAGE STYLES --- */
.img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.33em;

  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* --- HOVER IMAGE TRANSITION --- */
.img.hover {
  opacity: 0;
  transform: scale(1.0);
}

.item:hover .img.default {
  opacity: 0;
}

.item:hover .img.hover {
  opacity: 1;
  transform: scale(1);
}


.caption {
  position: absolute;
  inset: 0;
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 1rem;
  color: white;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0)
  );

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.item:hover .caption{
  opacity: 1;
  transform: translateY(0);
}


.seg{
  
  margin-top:7%;
  margin-left: 7%;
  pointer-events: none;
}
.seg2{
  display: flex;
  margin-top:7%;
  /* margin-left: auto; */
  pointer-events: auto;
}
.corner-contain{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  z-index: 2;
  /* display: grid;
  height: 100vh;
  width: 100vw;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; */
}
.corner{
position: absolute;
font-size: clamp(1rem, 4vw, 2rem);
text-shadow: none;
  transition: text-shadow 0.3s ease;
  pointer-events: auto;
}
.corner:hover {
  text-shadow:
    0 0 6px rgba(255,255,255,0.6),
    0 0 18px rgba(255,255,255,0.3);
}

/* @media (max-width: 768px) {

  .corner-contain {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    place-items: center;
    gap: 20px;
    padding-top: 40px;
  }

  .corner {
    position: static; /* remove absolute positioning 
    font-size: 1.5rem;
  }

} */

.top-left{
  top: 2%;
  left: 2%; 
  animation-delay: 0.25s; 
  transition: text-shadow 0.3s ease;
  
}
/* .top-left:hover{
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.6),
    0 0 15px rgba(255, 255, 255, 0.4),
    0 0 30px rgba(255, 255, 255, 0.2);
} */
.top-right{
  top: 2%;
  right: 2%; 
  animation-delay: 0.5s; 
}
.bottom-left{
  bottom: 2%;
  left: 2%; 
  animation-delay: 0.75s; 
}
.bottom-right{
  bottom: 2%;
  right: 2%; 
  animation-delay: 1s; 
}


/* #fadein{
  opacity:0;
  transition: 5s;
} */

.fade-in-element {
  /* Initially hide the element */
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  /* Apply the animation */
  /* animation: fadeIn 4s forwards; 2s duration, forwards keeps the final state (opacity: 1) */
}

/* Define the animation */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}



/* INTRO ANIMATION */
.animation-container {
  /* text-align: center; */
   display: flex; 
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  
}

.glitch-video {
  width: 100%;        /* responsive width */
  max-width: 600px;   /* optional max size */
  display: block;
  margin: 0 auto 0px auto; /* spacing below video */
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.my-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}


/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90px;
  height: 90px;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0);
  color: white;
  font-size: 2.5rem;

  border: 2px solid white;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.25s ease, background 0.25s ease;
}

/* Hover interaction */
.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 0.9);
  color: black;
}

.play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.fixed-close{
  position: fixed;
  bottom: 16px;
  right:16px;
  z-index: 10;

  cursor: pointer;
}


/* FOOTER */

.site-footer{
  padding: 1.5rem;
  background: rgb(0, 0, 0);
  color:#ccc;
}

.footer-content{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
}
.footer-content p{
  margin: 0;
}
.footer-icons{
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer-icons a{
  /* margin-left: 1rem; */
  display: inline-flex;
  color:#ccc;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-icons a:hover{
  color:#fff;
  transform: translateY(-2px);
}

.footer-icons svg{
  width: 30px;
  height: 30px;
}



/* CONTACT US */

input {
  /* padding: 12px; */
  font-size: 18px;
  /* margin: 0px 20px 10px 0; */
  /* width: 300px; */
  height: 55px;
  box-sizing: border-box;
  padding: 0.6rem;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}

input,textarea {
  width: 100%;
}
input:focus{
  outline: none;
  background: rgba(255, 255, 255, 0.25);
}

input[type=email]{
  width: 100%;
}
textarea{
  width: 100%;
  font-size: 28px;;
  font-family: 'Orbitron';
  box-sizing: border-box;
  padding: 0.6rem;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  resize: none;
}
textarea:focus{
  outline: none;
  background: rgba(255,255,255,0.25);
}

.CB{
  margin: 20px auto 40px auto;  /* centers it */
  display: block;               /* required for margin auto to work */
  width:150px;
  height: 60px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0,0);
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 24px;
  font-size: 1.2em;
  font-family: 'Orbitron';
}
.CB:hover{
  color:rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  transition: color 0.6s ease;
  transition: background-color 0.6s ease;
  transition: border 0.6s ease;
}
.glass-card{
  background: rgba(55,255,255,0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.3);

  box-shadow: 0 8px 32px rgba(0,0,0,0.25);

  padding: 2rem;
  max-width: 640px;
  margin: 2rem auto;
}

#contactForm{
  background: rgba(255,255,255,0.00);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 2rem;
  width: 100%;
  max-width: 640px;

  border: 0.5px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);

  margin-bottom: 30px;;
  margin: 20px auto;
}


.message-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.name-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.name-row2 {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.name-row2 .field {
  flex: 1;
}

.field {
  display: flex;
  flex-direction: column;
}
label{
  font-size: 28px;
  font-weight: bold;

}

@media (max-width: 600px) {
  .name-row2 {
    flex-direction: column;
  }

  label {
    font-size: 20px;
  }

  textarea {
    font-size: 18px;
  }

  input {
    font-size: 16px;
  }
}




.hero-2{
  position: relative;
  height: 100vh;
  width: 100vh;
  overflow: hidden;
}
.hero-2 img, .hero-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-2-video{
  display: none;
}



.own3-2{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4vw;
  text-align: center;
  margin: 0;
  width: 90%;
}

.ownS2-2{
  text-align: center;
  font-size: 1.4rem;
  padding: 0 20px;
  max-width: 900px;
  margin: 40px auto 20px auto;
}
.ownR-2{
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0;
}

.name-row-2, .info-2{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0;
}

.ownD-2{
  font-size: 1.4rem;
  margin: 5px 0;
}

.ownS-2{
  text-align: center;
  font-size: 1.6rem;
  margin: 40px 0;
}

.poster-2 {
  display: block;
  width: 320px;
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.2)
}
.poster-wrapper {
  display: flex;
  align-items: center;   /* vertically align button to middle of poster */
  justify-content: center;
  gap: 30px;             /* space between poster and button */
  margin: 40px 0;
}

.trailer-2 {
  display: block;
  width: 160px;
  height: 55px;
  font-size: 1rem;
  font-family: 'Orbitron';
  color: #fff;
  background: transparent;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
}

.trailer-2:hover {
  background: white;
  color: black;
}

.play-btn-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  cursor: pointer;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

  .own3-2 {
    font-size: 7vw;
    bottom: 5%;
  }

  .ownS2-2 {
    font-size: 1.1rem;
  }

  .ownR-2 {
    font-size: 1.4rem;
  }

  .ownD-2 {
    font-size: 1.1rem;
  }

  .ownS-2 {
    font-size: 1.2rem;
  }

  .name-row-2,
  .info-2 {
    flex-direction: column;
    gap: 10px;
  }

  .poster-2 {
    width: 85%;
  }
  .poster-wrapper {
    flex-direction: column;
  }

  .trailer-2 {
    width: 140px;
    height: 50px;
  }
}

.AB-D{
  font-size: 1.5rem;
         margin-left: 2.5vw;
}