* {
  box-sizing: border-box;
}

body {
  background-color: #1e201e;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Inter/Inter_18pt-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Inter/Inter_18pt-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/PPCirka/PPCirka-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/PPCirka/PPCirka-Light.ttf) format("truetype");
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/assets/video/ezgif-4-25017e4f0a.gif);
  z-index: 300;
  width: 100%;
  height: 300vh;
  opacity: 0.05;
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  text-decoration: none;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link,
.nav-button {
  transition: filter 0.3s ease;
}

.nav-links:hover .nav-link:not(:hover),
.nav-links:hover .nav-button:not(:hover) {
  filter: blur(1.5px);
}

.nav-button {
  cursor: pointer;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.3rem;
  color: #fcf7eb;
  background: transparent;
  border: 1px solid #fcf7eb;
  padding: 15px 35px;
  border-radius: 45px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #fcf7eb;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fcf7eb;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #1e201e;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #fcf7eb;
  margin: 0 0.5rem;
}

main {
  padding: 10rem 8rem 6rem 8rem;
  background-color: #1e201e;
}

h1 {
  color: #fcf7eb;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  font-size: 4.6rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

h2 {
  color: #fcf7eb;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  font-size: 3.6rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

h3 {
  color: #fcf7eb;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  font-size: 3.2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

h4 {
  color: #fcf7eb;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  font-size: 2.4rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

main p {
  color: #fcf7eb;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}

main li {
  color: #fcf7eb;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 2rem;
}

main a {
  color: #b90b0b;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.4rem;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.date {
  margin-top: 2rem;
  font-family: monospace;
  font-size: 0.9rem;
}

footer {
  background-color: #fcf7eb;
  padding: 4rem 8rem 0 8rem;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-footer {
  width: 180px;
}

.social-links-layout {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  border: 1px solid #363636;
  cursor: pointer;
}

.social-links-mobile {
  display: none;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0;
}

.constent-linked {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  text-decoration: none;
  color: #363636;
}

.footer-item a .line2 {
  display: inline-flex;
  align-items: center;
}

.footer-item a .line2 img {
  margin-left: -8px;
}

.footer-item {
  width: 50%;
}

.quick-links {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.quick-links h6 {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  margin: 0;
  color: #363636;
}

.quick-links ul {
  padding: 0;
}

.quick-links ul li {
  list-style: none;
  line-height: 1.7rem;
}

.quick-links a {
  font-size: 1.2rem;
  color: #363636;
  font-weight: 200;
  text-decoration: none;
}

.site-divider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  background-color: #363636;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #363636;
  font-size: 0.9rem;
  font-weight: 200;
  margin: 0;
}

.credits {
  color: #363636;
  font-size: 0.9rem;
  font-weight: 200;
  text-decoration: none;
}

.credits:hover {
  color: #03aed2;
}

.text {
  height: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden !important;
  position: relative;
  display: inline-block;
}

.text.play .letter {
  transform: translateY(-100%);
}

.text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.024, 1);
  position: relative;
}

.letter:nth-child(1) {
  transition-delay: 0s;
}
.letter:nth-child(2) {
  transition-delay: 0.015s;
}
.letter:nth-child(3) {
  transition-delay: 0.03s;
}
.letter:nth-child(4) {
  transition-delay: 0.045s;
}
.letter:nth-child(5) {
  transition-delay: 0.06s;
}
.letter:nth-child(6) {
  transition-delay: 0.075s;
}
.letter:nth-child(7) {
  transition-delay: 0.09s;
}
.letter:nth-child(8) {
  transition-delay: 0.105s;
}
.letter:nth-child(9) {
  transition-delay: 0.12s;
}
.letter:nth-child(10) {
  transition-delay: 0.135s;
}
.letter:nth-child(11) {
  transition-delay: 0.15s;
}
.letter:nth-child(12) {
  transition-delay: 0.165s;
}
.letter:nth-child(13) {
  transition-delay: 0.18s;
}
.letter:nth-child(14) {
  transition-delay: 0.195s;
}
.letter:nth-child(15) {
  transition-delay: 0.21s;
}
.letter:nth-child(16) {
  transition-delay: 0.225s;
}
.letter:nth-child(17) {
  transition-delay: 0.24s;
}
.letter:nth-child(18) {
  transition-delay: 0.255s;
}
.letter:nth-child(19) {
  transition-delay: 0.27s;
}
.letter:nth-child(20) {
  transition-delay: 0.285s;
}
.letter:nth-child(21) {
  transition-delay: 0.3s;
}
.letter:nth-child(22) {
  transition-delay: 0.315s;
}
.letter:nth-child(23) {
  transition-delay: 0.33s;
}
.letter:nth-child(24) {
  transition-delay: 0.345s;
}
.letter:nth-child(25) {
  transition-delay: 0.36s;
}
.letter:nth-child(26) {
  transition-delay: 0.375s;
}
.letter:nth-child(27) {
  transition-delay: 0.39s;
}
.letter:nth-child(28) {
  transition-delay: 0.405s;
}

@media (max-width: 768px) {
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  main {
    padding: 35% 5% 15% 5%;
  }

  h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  footer {
    padding: 3rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  main {
    padding: 20% 5% 10% 5%;
  }

  h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  footer {
    padding: 1rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }

  main {
    padding: 15% 5% 6rem 5%;
  }

  footer {
    padding: 4rem 5% 0 5%;
  }

  .quick-links {
    gap: 2rem;
  }

  .constent-linked {
    font-size: 2.6rem;
  }
}
