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

html, body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    color: #000;
    background-color: pink;
}

/* 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;
  }  

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

  h1 {
    font-family: "Rubik Glitch", system-ui;
    font-size: 15vw;
    padding-left: 1.875rem;
  }

a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    z-index: 1;
}

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

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

nav {
    width: 100%;
    padding: 2em;
    display: flex;
  }

  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: #000 !important;
}

.button-container {
    display: flex;
    justify-content: center;
}

/* 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: #fff;
    color: #000;
    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: #000;
    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: #000;
    z-index: 19;
  }

  /* LOADER END */

  .about-title-container {
    display: flex;
    flex-direction: row;
    gap: 5vw;
    z-index: -1;
  }

  .about-text-container {
    display: flex;
    flex-direction: column;
    padding-left: 1.875em;
    width: 80vw;
    margin-bottom: 1.875em;
  }

  .about-text-1,
  .about-text-2,
  .about-text-3,
  .about-text-4,
  .about-text-5,
  .about-text-6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
  }

  .codeboxx {
    z-index: 3;
  }
    

  /* MEDIA QUERIES */

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

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

  }

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

    html, body {
      overflow-y: visible;
      overflow-x: hidden !important;
  }

  h1 {
    font-family: "Rubik Glitch", system-ui;
    font-size: 15vw;
    padding-left: 1.5rem;
  }



  .loader {
    height: 100dvh;
    width: 100vw;
  }

  .about-title-container {
    padding-top: 5rem;
  }

  .about-text-container {
    padding-top: 1.875em;
    margin-bottom: 8em;
    width: 80%;
    padding-left: 1.5rem;
  }

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

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

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

    .about-cta:hover {
      color: #fff !important;
    }

    /* LOADER */

  /* LOADER */

    .loader {
      z-index: 20;
    }

  .loader-content {
    width: 100% !important;
    min-height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    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: 2%;
      }

      .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;
        color: #000;
        cursor: pointer;
      }
      
      a:hover {
        color: pink !important;
      }
      
      i:hover {
        color: pink !important;
      }
      
      a:hover ~ .cursor {
        color: pink;
        cursor: pointer;
        transform: scale(6);
      }
      
      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: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: min(3rem) 2rem;
        z-index: 1000;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }
  
    .primary-navigation[data-visible="true"] {
        transform: translateX(0%);
        color: #000;
    }
  
    .primary-navigation a {
        color: #000;
    }
  
    .menu-btn {
        position: absolute;
        right: 2%; 
        top: 2%;
        z-index: 9999;
        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:#000;
        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;
        background:#000;
        border-radius: 2.5px;
        transition: all .5s ease-in-out;
    }
  
    .menu-btn_burger::before {
        transform: translateY(-8px);
    }
  
    .menu-btn_burger::after {
        transform: translateY(8px);
    }
  
    /* 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);
    }
    
  }