/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --_size: 1.6rem;
  --_font-default: "Poppins", sans-serif;
  --_font-accent: "JetBrains Mono", sans-serif;
  --_radius-s: 1rem;
  --_radius-m: 2rem;
  --_radius-l: 3rem;
  --_radius-xl: 4rem;
  --_animspeed-fast: 0.1s;
  --_animspeed-medium: 0.3s;
  --_animspeed-slow: 0.6s;
  --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
}

/* prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  :root {
    --_animspeed-fast: 50ms;
    --_animspeed-medium: 50ms;
    --_animspeed-slow: 50ms;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  border: none;
  cursor: pointer;
}

input,
label {
  font: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  width: 100%;
  min-width: 360px;
  font: normal 400 var(--_size)/1.4 var(--_font-accent);
  text-rendering: optimizeLegibility;
}

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

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

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

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

h1 {
  color: #95ff00;
  font-size: 6vw;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  color: #95ff00;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4vw;
  }
}

p {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #00f2ff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

section {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #ff0095;
  overflow: hidden;
  z-index: -1;
}
section h1,
section h2 {
  width: 75%;
}

.banner img {
  width: 260px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .banner img {
    width: 400px;
  }
}

footer {
  background-color: #0029cf;
}
footer h2 {
  text-align: center;
  color: #00f2ff;
}

.container {
  position: relative;
  -webkit-transform: translateY(0svh);
     -moz-transform: translateY(0svh);
      -ms-transform: translateY(0svh);
          transform: translateY(0svh);
  background-color: #ff0095;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  z-index: 2;
}

.menu-logo {
  width: 3em;
  height: 3em;
  -moz-border-radius: 100%;
       border-radius: 100%;
  overflow: hidden;
}

.menu-toggle-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.menu-toggle-label {
  overflow: hidden;
}
.menu-toggle-label p {
  position: relative;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  will-change: transform;
  color: #95ff00;
}

.menu-hamburger-icon {
  position: relative;
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #95ff00;
  -moz-border-radius: 100%;
       border-radius: 100%;
}
.menu-hamburger-icon span {
  position: absolute;
  width: 15px;
  height: 1.25px;
  background-color: #95ff00;
  -webkit-transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  -moz-transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
.menu-hamburger-icon span:nth-child(1) {
  -webkit-transform: translateY(-3px);
     -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.menu-hamburger-icon span:nth-child(2) {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.menu-hamburger-icon.active span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg) scaleX(1.05);
     -moz-transform: translateY(0) rotate(45deg) scaleX(1.05);
      -ms-transform: translateY(0) rotate(45deg) scaleX(1.05);
          transform: translateY(0) rotate(45deg) scaleX(1.05);
}
.menu-hamburger-icon.active span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.05);
     -moz-transform: translateY(0) rotate(-45deg) scaleX(1.05);
      -ms-transform: translateY(0) rotate(-45deg) scaleX(1.05);
          transform: translateY(0) rotate(-45deg) scaleX(1.05);
}

.menu-overlay,
.menu-overlay-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 1;
}

.menu-overlay {
  background-color: #0029cf;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  will-change: clip-path;
}

.menu-overlay-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  will-change: transform;
  pointer-events: all;
}

.menu-media-wrapper {
  display: none;
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  opacity: 0;
  will-change: opacity;
}
@media only screen and (min-width: 1200px) {
  .menu-media-wrapper {
    display: block;
  }
}

.menu-content-wrapper {
  -webkit-box-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-content-main {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.menu-footer {
  margin: 0 auto;
}

.menu-content-main,
.menu-footer {
  width: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
@media only screen and (min-width: 1200px) {
  .menu-content-main,
  .menu-footer {
    width: 75%;
  }
}

.menu-content-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .menu-content-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
}

.menu-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.menu-col:nth-child(1) {
  -webkit-box-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.menu-col:nth-child(2) {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.menu-link a {
  font-size: 3.5rem;
}

.menu-tag a {
  color: rgba(255, 255, 255, 0.5);
}

.menu-footer p {
  font-weight: 400;
  color: #00f2ff;
}

.line {
  position: relative;
  will-change: transform;
}