@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prata&family=Spline+Sans+Mono:wght@400;700&family=Urbanist:wght@100;400;900&display=swap");
html {
  overflow-x: clip;
}

body, html {
  margin: 0;
  padding: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  --background: #0D0D0D;
  --invert-background: #f2f2f2;
  --portfolionavheight: 0%;
}

body {
  width: calc(100% - 63.5px);
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

@keyframes loadtyping {
  0% {
    content: "_";
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.flash {
  animation: flash 1s infinite;
}

.displaynone {
  display: none !important;
}

.overflowhidden {
  overflow: hidden;
  height: 100vh !important;
}

.opacity0 {
  opacity: 0 !important;
}

.translateright {
  transform: translateX(70px);
}

body {
  background-color: var(--background);
  transition: background-color 0.05s ease;
}
body .loading-screen {
  background-color: #0D0D0D;
  position: absolute;
  z-index: 99998;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
  padding-left: 10%;
}
body .loading-screen .loading-text {
  font-family: "Spline Sans Mono";
  font-weight: bold;
  font-size: 184px;
  filter: invert(100%);
  transform: translateX(-12px);
}
body nav > .computer:after {
  content: " ";
  display: block;
  position: absolute;
  /* filter: invert(0%); */
  height: var(--portfolionavheight);
  width: 100%;
  right: 0;
  mix-blend-mode: difference;
  background: #f2f2f2;
  bottom: 0;
  pointer-events: none;
}
body nav .computer {
  z-index: 100;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  font-family: Urbanist;
  font-size: 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-right: 3px;
  transition: transform 1s ease;
  transform: translateX(0px);
  filter: invert(100%);
}
body nav .computer .border {
  width: 0.5px;
  height: 100vh;
  position: relative;
  right: 60px;
  background-color: var(--background);
}
body nav .computer .scroll-indication {
  position: absolute;
  height: 160px;
  width: 3px;
  background-color: var(--background);
  translate: -52px;
  border-radius: 1px;
  transition: top 0.2s ease-in-out 0.3s, height 0.3s ease-out, width 0.3s ease-out;
}
body nav .computer .scroll-indication1 {
  top: 17%;
  transform: translateY(-50%);
}
body nav .computer .scroll-indication2 {
  top: 50%;
  transform: translateY(-50%);
}
body nav .computer .scroll-indication3 {
  top: 83%;
  transform: translateY(-50%);
}
body nav .computer .scroll-transition {
  height: 100px;
  width: 4px;
  transition: top 0.8s ease-in-out 0.2s, height 0.3s ease-in, transfrom 0.3s ease-in;
}
body nav .computer .links {
  display: flex;
  justify-content: space-around;
  width: 60px;
  align-items: center;
  translate: 5px;
}
body nav .computer .links .link {
  cursor: pointer;
  color: var(--background);
  width: 100%;
  display: flex;
  align-items: center;
}
body main .section1 {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 10%;
}
body main .about {
  padding-top: 100px;
  padding-right: 15%;
  padding-left: 15%;
  position: sticky;
  z-index: -1;
  top: 0;
  padding-bottom: 200px;
}
body main .about .about-box {
  min-height: 100vh;
  background-color: #FEFAE0;
  border-radius: 30px;
  padding: 30px;
  font-size: 24px;
  font-family: "Spline Sans Mono", monospace;
}
body main .about .about-box p > a {
  color: #0D0D0D;
}
body main .portfolio {
  background-color: #0D0D0D;
  position: relative;
  z-index: 10;
  width: calc(100vw - 200px);
  min-height: calc(100vh - 300px);
  padding: 150px 100px;
}
body main .portfolio .portfolio-container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
body main .portfolio .portfolio-container .portfolio-link {
  text-decoration: none;
  color: #FEFAE0;
  transition: color 0.3s ease;
  margin-bottom: 20px;
}
body main .portfolio .portfolio-container .portfolio-link .link-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 100;
  font-size: 84px;
}
body main .portfolio .portfolio-container .portfolio-link .link-date {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-left: 20px;
}
body main .portfolio .portfolio-container .portfolio-link:hover {
  color: #9d9c93;
}
body main #contact {
  position: relative;
  z-index: 20;
  font-family: "Urbanist", sans-serif;
  min-height: 100vh;
  padding: 0 100px;
  color: #f2f2f2;
  background: #0D0D0D;
}
body main #contact .contact-form {
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}
body main #contact .contact-form .form-element-container {
  display: flex;
  justify-content: space-between;
}
body main #contact .contact-form .form-element-container .form-el1 {
  padding-right: 30px;
}
body main #contact .contact-form .form-element-container .form-el2 {
  padding-left: 30px;
}
body main #contact .contact-form .form-element-container .form-element {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  margin-bottom: 20px;
}
body main #contact .contact-form .form-element-container .form-element label {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 2px;
}
body main #contact .contact-form .form-element-container .form-element .form-input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0;
  height: 52px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  width: 100%;
  border-radius: 0;
  font-family: "Urbanist", sans-serif;
  color-scheme: dark;
}
body main #contact .contact-form .form-element-container .form-element .form-input:focus, body main #contact .contact-form .form-element-container .form-element .form-input:active {
  border-color: rgba(255, 255, 255, 0.9) !important;
  outline: none;
}
body main #contact .contact-form .form-element-container .form-element .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Urbanist", sans-serif;
}
body main #contact .contact-form .form-element-container .form-element .form-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Urbanist", sans-serif;
}
body main #contact .contact-form .form-element-container .form-element textarea {
  margin-top: 10px;
  font-family: "Urbanist", sans-serif;
  height: 130px !important;
}
body main #contact .contact-form .buttonerror {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body main #contact .contact-form .buttonerror .button {
  height: 46px;
  background-color: rgba(216, 216, 216, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  box-shadow: #000 4px 4px 0 0, rgba(255, 255, 255, 0.65) 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  padding: 12px 40px;
  text-align: center;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
body main #contact .contact-form .buttonerror .button:not([disabled]):active {
  box-shadow: #000 2px 2px 0 0, rgba(255, 255, 255, 0.65) 2px 2px 0 1px;
  transform: translate(2px, 2px);
  outline: 0;
}
body main #contact .contact-form .buttonerror .requirederror {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}
body main #contact .contact-form .buttonerror .requirederror .required {
  text-align: end;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}
body main #contact .contact-form .buttonerror .requirederror .error {
  margin-top: unset;
}
body main #contact .contact-form .error {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}
body main #contact .skills {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
body main #contact .skills .skill-el1 {
  padding-right: 30px;
}
body main #contact .skills .skill-el2 {
  padding-left: 30px;
}
body main #contact .skills .skills-container {
  width: 50%;
}
body main #contact .skills .skills-container h3 {
  font-size: 32px;
  font-weight: 400;
}
body main #contact .skills .skills-container .skills-text .skill-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  min-height: 80px;
}
body main #contact .skills .skills-container .skills-text .skill-list .text {
  font-size: 20px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  width: calc(100% - 80px);
  color: #fff;
}
body main #contact .skills .skills-container .skills-text .skill-list .text::-moz-selection {
  background-color: #54310e;
}
body main #contact .skills .skills-container .skills-text .skill-list .text::selection {
  background-color: #54310e;
}
body main #contact .skills .skills-container .skills-text .skill-list .number {
  min-width: 40px;
  padding: 5px 0;
  font-size: 58px;
  font-weight: 900;
  color: #FEFAE0;
}
body main #contact .skills .skills-container .skills-text .skill-list .number::-moz-selection {
  background-color: #54310e;
}
body main #contact .skills .skills-container .skills-text .skill-list .number::selection {
  background-color: #54310e;
}
body main #contact .skills .skills-container .skills-text .skill-list:last-child {
  border-bottom: none;
}
body main #footer {
  height: 50px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main #footer .terms {
  font-family: "Urbanist", sans-serif;
  color: #f2f2f2;
  margin-left: 30px;
  font-weight: 100;
  cursor: pointer;
}
body main #footer .socials {
  margin-right: 30px;
}
body main #footer .socials a {
  cursor: pointer;
  margin-left: 5px;
  text-decoration: none;
  color: #f2f2f2;
}
body main #footer .socials a svg {
  color: #f2f2f2;
  height: 24px;
}

h1 {
  font-family: "Spline Sans Mono", monospace;
  font-weight: bold;
  color: #fff;
  font-size: 184px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.dark-select::-moz-selection {
  background-color: #54310e;
}

.dark-select::selection {
  background-color: #54310e;
}

.light-select::-moz-selection {
  background-color: #d9e8ef;
}

.light-select::selection {
  background-color: #d9e8ef;
}

h2 {
  font-family: "Urbanist", monospace;
  font-weight: 400;
  color: #FEFAE0;
  font-size: 124px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.noise {
  z-index: 9999999999;
  width: 100%;
  height: 100vh;
  background-image: url(../img/noise.gif);
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.02;
}

@keyframes scroll-indicator {
  0% {
    height: 160px;
  }
  50% {
    height: 120px;
  }
  100% {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  nav .computer {
    display: none;
  }
  nav .mobile {
    display: block;
    position: absolute;
    right: 0;
  }
  nav .mobile .mobile-border {
    background-color: var(--background);
    filter: invert(1);
    height: 100vh;
    width: 1px;
    position: fixed;
    left: 20vw;
    transform: translateX(0%);
    transition: transform 0.4s ease-out;
    z-index: 1000002;
  }
  nav .mobile .burger {
    z-index: 1000001;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  nav .mobile .burger label {
    display: flex;
    flex-direction: column;
    width: 70px;
    cursor: pointer;
    transform: rotate(180deg);
  }
  nav .mobile .burger label span {
    background-color: var(--background);
    filter: invert(1);
    border-radius: 10px;
    height: 7px;
    margin: 7px 0;
    transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  nav .mobile .burger span:nth-of-type(1) {
    width: 50%;
  }
  nav .mobile .burger span:nth-of-type(2) {
    width: 100%;
  }
  nav .mobile .burger span:nth-of-type(3) {
    width: 75%;
  }
  nav .mobile .burger input[type=checkbox] {
    display: none;
  }
  nav .mobile .burger input[type=checkbox]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 0px);
  }
  nav .mobile .burger input[type=checkbox]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  nav .mobile .burger input[type=checkbox]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(30px, -11px) rotatez(45deg);
  }
  nav .mobile .appear-menu {
    transform: translateX(0%);
    position: fixed;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease-out;
    width: 80vw;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: var(--background);
    z-index: 1000000;
    font-family: "Urbanist", sans-serif;
    justify-content: space-between;
    padding: 15px 30px;
    box-sizing: border-box;
  }
  nav .mobile .appear-menu .socials a {
    cursor: pointer;
    color: var(--background);
    filter: invert(1);
    text-decoration: none;
  }
  nav .mobile .appear-menu .socials a svg {
    height: 32px;
  }
  nav .mobile .appear-menu .links {
    color: var(--background);
    filter: invert(1);
    display: flex;
    flex-direction: column;
  }
  nav .mobile .appear-menu .links .mobile-link {
    font-size: 16vw;
    font-weight: 100;
    margin: 10px 0;
    cursor: pointer;
  }
  nav .mobile .appear-menu .terms {
    color: var(--background);
    filter: invert(1);
    font-size: 22px;
    font-weight: 100;
    cursor: pointer;
  }
  nav .mobile .appear-background {
    height: 100% !important;
  }
  nav .mobile .hide-menu {
    transform: translateX(100vw);
  }
  #about {
    padding-right: 7%;
    padding-left: 7%;
  }
  #portfolio {
    width: calc(100vw - 80px);
    padding: 100px 40px;
    min-height: calc(110vh - 200px);
  }
  #portfolio .portfolio-link {
    flex-direction: column;
    display: flex;
  }
  #portfolio .portfolio-link .link-date {
    margin-left: 5px;
  }
  #contact {
    margin-bottom: 30px;
    padding: 0 40px !important;
  }
  #contact .contact-form .form-element-container {
    flex-direction: column;
  }
  #contact .contact-form .form-element-container .form-element {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #contact .skills {
    flex-direction: column;
  }
  #contact .skills .skills-container {
    width: 100% !important;
    padding: 0 !important;
  }
  footer {
    display: none !important;
  }
  #form-error2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  nav .mobile {
    display: none;
  }
  #form-error {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 120px;
  }
  h2 {
    font-size: 84px;
  }
  #top  {
    padding-left: 10px;
  }
  #about {
    padding-right: 0;
    padding-left: 0;
  }
  #portfolio {
    padding: 100px 15px;
    width: calc(100vw - 30px);
  }
  #portfolio .link-title {
    font-size: 62px;
  }
  #contact {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 410px) {
  h1 {
    font-size: 110px;
  }
  .flash {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .min-safe-h-screen {
    /* for ios safari 15, safe-area-inset-bottom is 0, so a special fix apply here */
    min-height: -webkit-fill-available;
  }
}/*# sourceMappingURL=style.css.map */