.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

html, body {
    width: 100vw;
    background-color: #fff;
    overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

#navbar {
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.port {
  color: pink;
  font-family: "Rubik Glitch", system-ui !important;
}

.folio {
  color: pink;
  font-family: "Rubik Glitch", system-ui !important;
}

.description {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

.gallery-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 160vw;
  height: 100vh;
  display: flex;
  gap: 4em;
}

.col {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4em;
  will-change: transform;
}

.portfolio-img {
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.portfolio-img.main img {
  position: relative;
  transform: scale(2);
  will-change: transform;
}

.container {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: pink;
  padding: 2em;
}

.hero {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img-mobile {
  display: none;
}

.header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.scroll-icon-container {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 5 !important;
  color: pink;
}

  .scroll-icon {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    z-index: 5 !important;
    width: 40px;
    filter: brightness(0) saturate(100%) invert(89%) sepia(20%) saturate(1000%) hue-rotate(300deg) brightness(105%) contrast(105%);
  }

.intro-divider {
  width: 1.5px;
  height: 30%;
  background-color: pink;
}

.divider {
  width: 1.5px;
  height: 30%;
  background-color: pink;
}

section.ws {
  width: 100vw;
  height: 600vh;
  background-color: transparent;
}

  .project-container-mobile {
    display: none;
  }

.project-container-right {
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center; 
  height: 100vh;
  background-color: #000;
  color: #fff;
  padding: 2em;
}

.visit-left {
  width: 200px;
  height: 55px;
  background: linear-gradient(to right, pink 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 25px;
  font-size: 25px;
  letter-spacing: 5px;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-decoration: none;
  color: #fff;
  transition: background-position 0.4s ease-out, color 0.4s ease-out;
}

.visit-right {
  width: 200px;
  height: 55px;
  background: linear-gradient(to right, pink 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 25px;
  font-size: 25px;
  letter-spacing: 5px;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-decoration: none;
  color: #000;
  transition: background-position 0.4s ease-out, color 0.4s ease-out;
}

.visit-right:hover, .visit-left:hover {
  background-position: left bottom;
  color: black;
}

/* .visit-right:hover, .visit-left:hover {
  background: pink;
  color: #000;
  transition: background-position 0.4s ease-out, color 0.4s ease-out;
} */

.project-img {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}

.project-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  max-width: 50%;
}

.project-info {
  font-size: 24px;
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif;
  width: 40vw;
}

.project-link {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.project-link:hover {
  color: pink;
}

.project-container-left {
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  align-items: center; 
  height: 100vh; 
  background-color: #fff;
  color: #000;
  padding: 2em; 
}

.project-img {
  width: 40%;
  height: auto;
  object-fit: contain;
}

.project-link {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  z-index: 21;
}

.project-link:hover {
  color: pink;
}

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  color: pink;
}

.outro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  color: pink;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* google fonts */
.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  .bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }  

  .rubik-glitch-regular {
    font-family: "Rubik Glitch", system-ui;
    font-weight: 400;
    font-style: normal;
  }  
  /* google fonts */

/* LOADER START */

.pre-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 19;
  }
  
  .loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }

  .loader-content {
    width: 100% !important;
    min-height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
    z-index: 19;
  }

  .loader-text {
    font-size: 5em;
    z-index: 19;
  }

  .count {
    text-align: right;
    line-height: 1;
    padding: 0 1em;
    font-family: "Bebas Neue", sans-serif;
    z-index: 19;
  }

  .copy {
    font-family: "Rubik Glitch", system-ui;
    font-size: 1.563em;
    text-transform: uppercase;
    line-height: 1;
    z-index: 19;
  }

  .ml16 {
    overflow: hidden;
    z-index: 19;
  }

  .ml16 .letter {
    display: inline-block;
    line-height: 1em;
    font-size: 2em;
    z-index: 19;
  }

  .loader-bg {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: pink;
    z-index: 19;
  }

  /* LOADER END */

/* NAV START */

a {
    cursor: pointer;
    text-decoration: none;
    color: pink;
    font-family: "Bebas Neue", sans-serif;
}

a:hover  {
  color: #fff !important;
}

i:hover {
  color: #fff !important;
}

nav {
    width: 100%;
    padding: 2em;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 22;
}

  nav > div {
    flex: 1;
    font-size: 1.5em;
  }

  .kaneki {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
  }

  .links {
    display: flex;
    justify-content: flex-end;
    gap: 5em;
  }

.nav-button {
    text-decoration: none;
    color: pink;
    font-family: "Bebas Neue", sans-serif;
}

/* NAV END */

/* MEDIA QUERIES */

@media screen and (min-width: 901px) {

  .loader-2-mobile {
    display: none;
  }

}

@media screen and (max-width: 900px) {

  #img-gallery {
    display: none;
  }

  .hero-img-mobile {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .hero-img {
    display: none;
  }

  footer {
      flex-direction: column;
      gap: 2em;
  }

  .footer-copy p {
      width: 100%;
  }

  .footer-nav {
      width: 100%;
      justify-content: space-between;
  }

  nav {
      display: flex;
      flex-direction: column;
  }

  .img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 10em;
    height: 12em;
    padding-right: 1.5em;
  }

  .img:nth-child(1) {
    width: 10em;
    height: 12em;
    background-size: cover;
  }

  .img:nth-child(2) {
    width: 10em;
    height: 12em;
    background-size: cover;
  }

  /* LOADER */

    .loader {
      z-index: 20;
    }

  .loader-content {
    width: 100% !important;
    min-height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 20;
  }

  .loader-text {
    font-size: 5em;
    z-index: 19;
  }

  .count {
    text-align: right;
    line-height: 1;
    padding: 0 1em;
    font-family: "Bebas Neue", sans-serif;
    z-index: 19;
  }

  .copy {
    font-family: "Rubik Glitch", system-ui;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1;
    z-index: 19;
  }

  /* LOADER END */

  /* MOBILE NAV */

  .logo {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 5%; 
    top: 20%;
  }

   .kaneki {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
  }
        
  nav {
    width: 100%;
    padding: 2em;
    display: flex;
    z-index: 10 !important;
    flex-direction: column; 
    align-items: flex-end; 
    right: 0; 
    top: 0; 
  }
        
  a {
    text-decoration: none;
    cursor: pointer;
  }
        
  a:hover {
    color: #000 !important;
  }
        
  i:hover {
    color: pink !important;
  }
        
  nav > div {
    font-size: 1.5em;
  }
        
  .links {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
    
  .primary-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 40%;
    background: pink;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: min(3rem) 2rem;
    z-index: 100 !important;
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }
    
  .primary-navigation[data-visible="true"] {
    transform: translateX(0%);
  }
    
  .primary-navigation a {
    color: #fff;
  }
    
  .menu-btn {
    position: fixed;
    right: 1%; 
    top: 1%;
    z-index: 18;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .5s ease-in-out;
  }
    
  .menu-btn_burger {
    width: 25px;
    height: 3px;
    background:#fff;
    border-radius: 2.5px;
    transition: all .5s ease-in-out;
  }
    
  .menu-btn_burger::before,
  .menu-btn_burger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 2.5px;
    transition: all .5s ease-in-out;
  }
    
  .menu-btn_burger::before {
    transform: translateY(-8px);
    background:#fff;
  }
    
  .menu-btn_burger::after {
    transform: translateY(8px);
    background:#fff;
  }

  .contact-button {
    display: flex;
    text-align: center;
    font-size: 2em;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  /* ANIMATION */
  .menu-btn.open .menu-btn_burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
    
  .menu-btn.open .menu-btn_burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
    
  .menu-btn.open .menu-btn_burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }

  .project-container-right {
    display: none;
  }

  .project-container-left {
    display: none;
  }

  .project-container-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    min-height: 100vh;
  }

  .project-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    order: 2; /* This places text after the image */
  }

  .project-text h1 {
    font-size: 12vw; /* Adjust as needed */
    margin-bottom: 0.5em;
  }

  .project-info {
    font-size: 18px;
    margin-bottom: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    width: 90vw;
    max-width: 500px;
  }

  .project-img {
    width: 90vw;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    margin-bottom: 2em;
    order: 1; /* This places image before the text */
  }

  .visit-left {
    margin-top: 1em;
  }

  #window-animation {
    display: none;
  }
  
  .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: pink;
  color: #000;
}

.intro-divider {
  width: 1.5px;
  height: 30%;
  background-color: #000;
}
  
}