html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #131313;
  overflow-x: hidden;
  width: 100%;
}

h1 {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(2.1875rem, 1.9196rem + 1.3393vw, 3.125rem);
  text-align: left;
  color: #F2F0EF;
  margin: 0 0 50px;
}

h2 {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(2.1875rem, 1.7708rem + 2.2222vw, 3.4375rem);
  text-align: left;
  color: #F2F0EF;
  margin: 0;
  margin-bottom: 40px;
}

h3 {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(1.8125rem, 1.6875rem + 0.6667vw, 2.1875rem);
  text-align: left;
  color: #F2F0EF;
  margin: 0;
  margin-bottom: 20px;
}

p {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1667rem + 0.4444vw, 1.5rem);
  max-width: 60ch;
  text-align: left;
  color: #F2F0EF;
  margin: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, p {
  padding: 0 2%;
}

.header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 20px 2% 0;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.header__btn {
  position: fixed;
  top: 2%;
  right: 4%;
  background: rgba(38, 37, 36, 0.7);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.5px;
  transition: transform 0.4s ease-in-out;
}
.header__btn span {
  display: block;
  width: 32px;
  height: 3px;
  background: #C9C8C7;
  transition: transform 0.35s ease-in-out;
  transform-origin: center;
}
@media (min-width: 600px) {
  .header__btn span {
    width: 44px;
  }
}
.header__btn:hover {
  transform: scale(1.1);
}
.header__btn:hover span {
  background: #F2F0EF;
}

.header__btn--open .header__rod:first-child, .header__btn--open header__rod:last-child {
  opacity: 0;
  transform: scaleX(0);
}
.header__btn--open .header__rod:last-child {
  opacity: 0;
  transform: scaleX(0);
}
.header__btn--open .header__rod:nth-child(2) {
  transform-origin: left;
  transform: translateY(4.5px) rotate(30deg) scaleX(0.7);
}
.header__btn--open .header__rod:nth-child(3) {
  transform-origin: left;
  transform: translateY(-4.5px) rotate(-30deg) scaleX(0.7);
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #131313;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
  transform: translateX(-100%);
  transition: 0.2s ease-in-out;
}

.header__menu--open {
  transform: translateX(0);
  visibility: visible;
}

.header__el {
  margin: 20px 0;
  margin-left: 2%;
  font-family: "Geist Mono", sans-serif;
}
.header__el a {
  color: #C9C8C7;
  text-decoration: none;
  font-size: clamp(2.1875rem, 1.875rem + 1.6667vw, 3.125rem);
  transition: 0.3s ease;
}
.header__el a:hover {
  color: #F2F0EF;
  transform: scale(1.1) rotate(180deg);
}

@media (min-width: 1000px) {
  .header__btn {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100vh;
    padding: 0;
    border-right: 2px solid #F2F0EF;
    justify-content: center;
    z-index: 3;
  }

  .header__menu {
    position: relative;
    transform: translateX(0);
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
    align-items: center;
  }

  .header__el {
    margin: 15px 0;
  }
  .header__el a {
    font-size: 20px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
  }
}
@media (min-width: 1000px) {
  main {
    padding-left: 100px;
    width: 100%;
    box-sizing: border-box;
  }
}

.entry {
  background: #131313;
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.entry h1 {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(3.75rem, 1.2917rem + 13.1111vw, 11.125rem);
  text-align: left;
  color: #F2F0EF;
  margin: 0 0 40px;
  max-width: 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.entry h1 :last-child {
  margin-left: 1em;
}
.entry p {
  max-width: 55ch;
}
.entry__text {
  margin-bottom: 20px;
}
.entry__text :last-child {
  margin: 0;
}
.entry__keyword {
  display: flex;
  gap: 2%;
  padding: 0 2%;
}
.entry__keyword p {
  border: 1px solid #F2F0EF;
  margin-bottom: 0;
  font-weight: 700;
  font-size: clamp(1.0625rem, 1rem + 0.3333vw, 1.25rem);
}

main {
  overflow-x: hidden;
  display: block;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.RPL {
  overflow: hidden;
  display: flex;
  flex-flow: column;
}
.RPL__title {
  display: flex;
  white-space: nowrap;
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(7.75rem, 3.8958rem + 20.5556vw, 19.3125rem);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-bottom: 40px;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}
.RPL__title span {
  display: inline-block;
  padding: 0 20px;
  color: #414141;
}
.RPL__title span:nth-child(3), .RPL__title span:nth-child(7) {
  color: #F2F0EF;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.RPL__title:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.RPL__text {
  justify-self: left;
  text-align: left;
}
.RPL__text--3 {
  margin-bottom: 120px;
}
.RPL__text--bold {
  margin-top: 40px;
  font-weight: 700;
}
.RPL__subtitle {
  margin: 40px 0 20px 0;
}

.DA {
  display: flex;
  flex-flow: column;
}
.DA__typo {
  align-self: center;
  width: 75vw;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.DA__font {
  justify-self: center;
  margin-bottom: 0;
}
.DA__font :first-child {
  font-family: "Geist Mono", sans-serif;
}
.DA__font :nth-child(2) {
  font-family: "Geist", sans-serif;
}
.DA__font :last-child {
  font-family: "Nohemi", sans-serif;
}
.DA__font--title {
  justify-self: center;
  white-space: nowrap;
  margin-bottom: 10px;
}
.DA__color {
  display: grid;
  justify-self: center;
  align-self: center;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 60px;
  max-width: 200px;
}
.DA__color--square {
  height: 40px;
  min-width: 200px;
  border-width: 2px;
  border-style: solid;
  border-color: #F2F0EF;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 4px;
}
.DA__color--code {
  justify-self: center;
  margin-bottom: 0;
}
.DA__img {
  align-self: center;
  width: 75vw;
  max-width: 600px;
  margin-bottom: 80px;
}
.DA__img--1 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.DA__img--2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.DA__img--last {
  margin-top: 40px;
  margin-bottom: 120px;
}

.team {
  display: flex;
  flex-flow: column;
}
.team__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: center;
  padding: 10px 40px;
  box-sizing: border-box;
  white-space: no-wrap;
  background-color: #414141;
  color: #F2F0EF;
  text-decoration: none;
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(1.8125rem, 1.6875rem + 0.6667vw, 2.1875rem);
  border-radius: 50px;
  margin: 20px 0 40px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.team__btn svg {
  transform: rotate(-45deg);
  fill: #F2F0EF;
  height: 35px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.team__btn:hover {
  background-color: #C9C8C7;
  transform: scale(1.1);
}
.team__btn:hover svg {
  transform: rotate(0deg);
}
.team__img {
  align-self: center;
  width: 75vw;
  max-width: 600px;
  margin: 40px 0 80px;
}
.team__img img {
  width: 75vw;
  max-width: 600px;
}
.team__img figcaption {
  text-align: left;
  color: #F2F0EF;
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(1.0625rem, 1rem + 0.3333vw, 1.25rem);
}

.render {
  display: flex;
  flex-flow: column;
}
.render__btn {
  margin-bottom: 120px;
  font-size: clamp(2.1875rem, 1.7708rem + 2.2222vw, 3.4375rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.render__btn svg {
  transform: rotate(-45deg);
  fill: #F2F0EF;
  height: 50px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.render__btn:hover {
  background-color: #C9C8C7;
  transform: scale(1.1);
}
.render__btn:hover svg {
  transform: rotate(0deg);
}

.footer {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
  background-color: #131313;
  padding: 20px 0 40px;
  border-top: 2px solid #F2F0EF;
  overflow: hidden;
}
.footer__by {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(1.0625rem, 1rem + 0.3333vw, 1.25rem);
  color: #F2F0EF;
  margin: 0;
  text-align: left;
}
.footer__link {
  font-family: "Geist Mono", sans-serif;
  font-size: clamp(1.0625rem, 1rem + 0.3333vw, 1.25rem);
  color: #F2F0EF;
  margin: 0;
  text-align: left;
  padding: 0 2%;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.3s ease;
}
.footer__link:hover {
  color: #C9C8C7;
}
@media (min-width: 1000px) {
  .footer {
    padding: 20px 0 40px 100px;
    width: 100%;
    box-sizing: border-box;
  }
}

.credit {
  background: #131313;
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.credit__el {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1667rem + 0.4444vw, 1.5rem);
  max-width: 60ch;
  text-align: left;
  color: #F2F0EF;
  margin: 0;
  margin-bottom: 1rem;
}
.credit__el a {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1667rem + 0.4444vw, 1.5rem);
  color: #F2F0EF;
  transition: transform 0.3s ease;
}
.credit__el a:hover {
  color: #C9C8C7;
}

@font-face {
  font-family: "Nohemi";
  src: url("../assets/fonts/Nohemi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=app.css.map*/