@font-face {
  font-family: Fredoka;
  src: url(../fonts/Directive-Four.otf);
}
@font-face {
  font-family: Pristina;
  src: url(../fonts/RAGE.TTF);
}
@font-face {
  font-family: Earls;
  src: url(../fonts/EarlsRevenge-69Kg.ttf);
}
@font-face {
  font-family: Oswaldos;
  src: url(../fonts/Oswald-VariableFont_wght.ttf);
}
@font-face {
  font-family: Bebas;
  src: url(../fonts/Bebas-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.034);
  scroll-behavior: smooth;
}
* p {
  font-size: 0.9rem;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  14% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  49% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  50% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}
@keyframes moveout {
  from {
    transform: rotate(30deg) translateX(140px);
  }
  to {
    transform: rotate(30deg) translateX(0px);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideFromAbove {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(30%);
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideToLeft {
  to {
    transform: translateX(-135%);
  }
  from {
    transform: translateX(0%);
  }
}
@keyframes slideToRight {
  to {
    transform: translateX(135%);
  }
  from {
    transform: translateX(0%);
  }
}
@keyframes softGlow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes strafeLeft {
  0% {
    transform: translate(-0.05em);
  }
  14% {
    transform: translate(-0.05em);
  }
  15% {
    transform: translate(0);
  }
  49% {
    transform: translate(0);
  }
  50% {
    transform: translate(-0.05em);
  }
  99% {
    transform: translate(-0.05em);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes strafeRight {
  0% {
    transform: translate(0.05em);
  }
  14% {
    transform: translate(0.05em);
  }
  15% {
    transform: translate(0);
  }
  49% {
    transform: translate(0);
  }
  50% {
    transform: translate(0.05em);
  }
  99% {
    transform: translate(0.05em);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes zoomOut {
  0%, 10% {
    transform: scale(0.1);
    opacity: 0;
  }
  20%, 30%, 50% {
    transform: scale(0.1);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideToLeftt {
  to {
    transform: translateX(-600%);
  }
  from {
    transform: translateX(0%);
  }
}
@keyframes slideToRightt {
  to {
    transform: translateX(600%);
  }
  from {
    transform: translateX(0%);
  }
}
@keyframes bouncy {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
*::-moz-selection {
  color: #060a2d;
  background-color: #ffffff;
}
*::selection {
  color: #060a2d;
  background-color: #ffffff;
}

body {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  font-family: Fredoka;
}

.background_dots {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -10;
  position: fixed;
  opacity: 1;
}

.vert-lines {
  position: absolute;
  top: 0%;
  left: -5%;
  right: 0%;
  width: 110vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -5;
  display: flex;
  justify-content: space-between;
}
.vert-lines .vert-line {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.046);
}

.hor-lines {
  position: absolute;
  top: -10%;
  left: 0%;
  right: 0%;
  width: 100vw;
  height: 120vh;
  z-index: -4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hor-lines .hor-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.046);
}

.loader {
  z-index: 900000;
  background-color: black;
  display: block;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
}
.loader span {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}
.loader span:first-child {
  animation: bouncy 1s ease infinite;
}
.loader span:nth-child(2) {
  animation: bouncy 1s ease -0.5s infinite;
}
.loader span:last-child {
  animation: bouncy 1s ease -0.25s infinite;
}

.body {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero_section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
  width: 100vw;
  height: 100vh;
  margin: 0%;
  padding: 0%;
  flex: none;
  perspective: 1000px;
}
.hero_section .img {
  position: absolute;
  left: 1%;
  opacity: 100%;
  filter: grayscale(100%) brightness(60%);
  z-index: 60;
  width: 40%;
}
.hero_section .introductory_message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 82%;
  height: 100vh;
  padding-bottom: 7%;
  z-index: 10;
}
.hero_section .introductory_message #headingOne {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hero_section .introductory_message .address_me {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0%;
  margin-bottom: -1.5%;
  margin-left: 12%;
  font-size: calc(1.32vw + 1vh);
  letter-spacing: 5px;
  overflow: hidden;
  cursor: context-menu;
}
.hero_section .introductory_message .address_me .text-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 100%;
  background-color: black;
}
.hero_section .introductory_message .address_me #dropCap {
  font-size: calc(3vw + 2vh);
  margin-right: -4%;
  opacity: 1;
}
.hero_section .introductory_message .address_me #dropCap.chosen {
  opacity: 1;
}
.hero_section .introductory_message .address_me.clicked {
  animation: disappear 2000ms forwards, slideToLeft 3000ms forwards 1000ms;
}
.hero_section .introductory_message .my_nickname {
  width: 78vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: calc(8.5vw + 8vh);
  color: #ffffff;
  cursor: pointer;
  z-index: 400;
  position: relative;
  overflow: hidden;
  /* text-shadow: 
                  0.05em 0 0 rgba(255, 0, 0, .75),
                  -0.025em -0.05em 0 rgba(0, 255, 0, .75),
                  0.025em 0.05em 0 rgba(0, 0, 255, .75);
  */
}
.hero_section .introductory_message .my_nickname span {
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 90%;
  margin-right: 2%;
}
.hero_section .introductory_message .my_nickname .h-line {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0%;
  height: 1px;
  background-color: white;
}
.hero_section .introductory_message p {
  position: relative;
  margin-top: 1%;
  align-self: flex-end;
  text-align: right;
  margin-right: 4%;
  font-family: Pristina;
  font-size: calc(1vh + 0.9vw);
  letter-spacing: 2px;
  color: rgb(182, 182, 182);
  transform: scaleY(1.3);
}
.hero_section nav {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 45%;
  height: 10%;
  display: flex;
  justify-content: center;
  z-index: 70;
}
.hero_section nav .menus {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.hero_section nav .menus div {
  display: flex;
  justify-content: right;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  padding: 0%;
  color: rgba(255, 255, 255, 0.89);
  transition: 300ms ease;
}
.hero_section nav .menus div:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.hero_section nav .menus div:hover + span > span {
  width: 100%;
  transition: 600ms;
}
.hero_section nav .menus span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  width: 13%;
  margin: 0 2%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.568);
}
.hero_section nav .menus span span {
  width: 0%;
  margin-left: 0%;
  background-color: yellowgreen;
  height: 1px;
}
.hero_section nav .menus span:last-child {
  margin-right: 0;
}
.hero_section .three_js_corner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  opacity: 1;
  transition-duration: 5000ms;
  z-index: 100;
}
.hero_section .three_js_corner.clicked {
  animation: disappear 2000ms forwards;
}
.hero_section .three_js_corner.introduced {
  opacity: 1;
}
.hero_section .transition-mask {
  background-color: yellowgreen;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 3px;
  z-index: 2000;
}

@media screen and (max-width: 960px) {
  .hero_section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 100vw;
    min-height: 100dvh;
    margin: 0%;
    overflow: hidden;
  }
  .hero_section .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30%;
    opacity: 100%;
    padding-left: 2%;
    filter: grayscale(100%) brightness(60%);
    z-index: 6;
    width: 150%;
    max-height: 100dvh;
    min-width: 480px;
    max-width: 1000px;
    overflow: hidden;
  }
  .hero_section img {
    width: 120%;
  }
  .hero_section .introductory_message {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98vw;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 30vh;
    margin: 0 auto;
    z-index: 10;
  }
  .hero_section .introductory_message #headingOne {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  .hero_section .introductory_message .address_me {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: -3.5%;
    margin-left: 1%;
    font-size: calc(2.7vw + 1.8vh);
    letter-spacing: 5px;
    overflow: hidden;
    cursor: context-menu;
  }
  .hero_section .introductory_message .address_me .text-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 100%;
    background-color: black;
  }
  .hero_section .introductory_message .address_me #dropCap {
    margin-right: -2%;
    opacity: 1;
    font-weight: 100;
  }
  .hero_section .introductory_message .address_me #dropCap.chosen {
    opacity: 1;
  }
  .hero_section .introductory_message .address_me span {
    margin-bottom: 20%;
  }
  .hero_section .introductory_message .address_me span:first-child {
    margin-left: -1%;
  }
  .hero_section .introductory_message .address_me.clicked {
    animation: disappear 2000ms forwards, slideToLeft 3000ms forwards 1000ms;
  }
  .hero_section .introductory_message .my_nickname {
    width: 100vw;
    margin-top: 1%;
    margin-bottom: 4%;
    justify-content: space-between;
    font-size: calc(5.5vw + 5vh);
    color: #ffffff;
    cursor: pointer;
    z-index: 400;
    position: relative;
    overflow: hidden;
  }
  .hero_section .introductory_message .my_nickname span {
    position: relative;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 90%;
  }
  .hero_section .introductory_message .my_nickname .h-line {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 0%;
    height: 1px;
    background-color: white;
  }
  .hero_section .introductory_message p {
    position: relative;
    margin-top: 1%;
    align-self: flex-end;
    text-align: right;
    margin-right: 0%;
    font-family: Pristina;
    font-size: calc(1.2vh + 0.95vw);
    letter-spacing: 2px;
    color: rgb(182, 182, 182);
    transform: scaleY(1.3);
  }
  .hero_section nav {
    position: relative;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: right;
    z-index: 70;
    margin-top: 12%;
    overflow-x: auto;
  }
  .hero_section nav .menus {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 35%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: right;
  }
  .hero_section nav .menus div {
    display: flex;
    justify-content: right;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 1;
    text-align: center;
    padding: 0%;
    margin-bottom: 2%;
    color: rgba(255, 255, 255, 0.89);
    transition: 300ms ease;
  }
  .hero_section nav .menus div:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .hero_section nav .menus div:hover + span > span {
    width: 100%;
    transition: 600ms;
  }
  .hero_section nav .menus span {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    width: 10%;
    margin: 0 2%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
  }
  .hero_section nav .menus span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .hero_section nav .menus span:last-child {
    margin-right: 0;
  }
  .hero_section .three_js_corner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    opacity: 1;
    transition-duration: 5000ms;
    z-index: 100;
  }
  .hero_section .three_js_corner.clicked {
    animation: disappear 2000ms forwards;
  }
  .hero_section .three_js_corner.introduced {
    opacity: 1;
  }
  .hero_section .transition-mask {
    background-color: yellowgreen;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 3px;
    z-index: 2000;
  }
}
@media screen and (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .vert-lines {
    position: absolute;
    top: 0%;
    left: -5%;
    right: 0%;
    width: 110vw;
    height: 200vh;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: -5;
    display: flex;
    justify-content: space-between;
  }
  .vert-lines .vert-line {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.046);
  }
  .hor-lines {
    position: absolute;
    top: -10%;
    left: 0%;
    right: 0%;
    width: 100vw;
    height: 220vh;
    z-index: -4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hor-lines .hor-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.046);
  }
  .hero_section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 100vw;
    min-height: 200dvh;
    max-height: 200dvh;
    margin: 0%;
    overflow-y: scroll;
  }
  .hero_section .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    opacity: 100%;
    padding-left: 2%;
    filter: grayscale(100%) brightness(60%);
    z-index: 6;
    width: 100%;
    min-height: 200dvh;
    min-width: 480px;
    max-width: 1000px;
    overflow: hidden;
  }
  .hero_section img {
    width: 120%;
  }
  .hero_section .introductory_message {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    z-index: 10;
  }
  .hero_section .introductory_message #headingOne {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  .hero_section .introductory_message .address_me {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: -3.5%;
    margin-left: 1%;
    font-size: calc(2.7vw + 1.8vh);
    letter-spacing: 5px;
    overflow: hidden;
    cursor: context-menu;
  }
  .hero_section .introductory_message .address_me .text-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 100%;
    background-color: black;
  }
  .hero_section .introductory_message .address_me #dropCap {
    margin-right: -2%;
    opacity: 1;
    font-weight: 100;
  }
  .hero_section .introductory_message .address_me #dropCap.chosen {
    opacity: 1;
  }
  .hero_section .introductory_message .address_me span {
    margin-bottom: 20%;
  }
  .hero_section .introductory_message .address_me span:first-child {
    margin-left: -1%;
  }
  .hero_section .introductory_message .address_me.clicked {
    animation: disappear 2000ms forwards, slideToLeft 3000ms forwards 1000ms;
  }
  .hero_section .introductory_message .my_nickname {
    width: 100vw;
    margin-top: 3%;
    margin-bottom: 0%;
    justify-content: space-between;
    font-size: calc(5.5vw + 5vh);
    color: #ffffff;
    cursor: pointer;
    z-index: 400;
    position: relative;
    overflow: hidden;
    /* text-shadow: 
                    0.05em 0 0 rgba(255, 0, 0, .75),
                    -0.025em -0.05em 0 rgba(0, 255, 0, .75),
                    0.025em 0.05em 0 rgba(0, 0, 255, .75);
    */
  }
  .hero_section .introductory_message .my_nickname span {
    position: relative;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 90%;
  }
  .hero_section .introductory_message .my_nickname .h-line {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 0%;
    height: 1px;
    background-color: white;
  }
  .hero_section .introductory_message p {
    position: relative;
    margin-top: 1%;
    align-self: flex-end;
    text-align: right;
    margin-right: 0%;
    font-family: Pristina;
    font-size: calc(1.2vh + 0.95vw);
    letter-spacing: 2px;
    color: rgb(182, 182, 182);
    transform: scaleY(1.3);
  }
  .hero_section nav {
    position: relative;
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: right;
    z-index: 70;
    margin-top: 15%;
  }
  .hero_section nav .menus {
    height: -moz-fit-content;
    height: fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .hero_section nav .menus div {
    display: flex;
    justify-content: right;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    padding: 0%;
    color: rgba(255, 255, 255, 0.89);
    transition: 300ms ease;
  }
  .hero_section nav .menus div:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .hero_section nav .menus div:hover + span > span {
    width: 100%;
    transition: 600ms;
  }
  .hero_section nav .menus span {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    width: 13%;
    margin: 0 2%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
  }
  .hero_section nav .menus span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .hero_section nav .menus span:last-child {
    margin-right: 0;
  }
  .hero_section .three_js_corner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    opacity: 1;
    transition-duration: 5000ms;
    z-index: 100;
  }
  .hero_section .three_js_corner.clicked {
    animation: disappear 2000ms forwards;
  }
  .hero_section .three_js_corner.introduced {
    opacity: 1;
  }
  .hero_section .transition-mask {
    background-color: yellowgreen;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 3px;
    z-index: 2000;
  }
}
.about_me_area {
  width: 100vw;
  height: 100vh;
}
.about_me_area .text-mask {
  position: fixed;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1%;
  top: 0;
  left: 0;
  letter-spacing: 5px;
  z-index: 3000;
  overflow: hidden;
}
.about_me_area .text-mask:hover {
  letter-spacing: 0.8vw;
  color: yellowgreen;
  transition: 300ms ease;
}
.about_me_area .text-mask .orbytal {
  cursor: pointer;
}
.about_me_area section {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: right;
}
.about_me_area section .image {
  top: 50%;
  left: 3%;
  transform: scale(0.9) translateY(-50%);
  opacity: 100%;
  filter: grayscale(0%) brightness(60%);
  z-index: 60;
  position: absolute;
  width: 40%;
}
.about_me_area section .about_me_text_area {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding-top: 2%;
}
.about_me_area section .about_me_text_area .header_area {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: right;
  margin-left: 12%;
  margin-bottom: 2%;
  opacity: 1;
}
.about_me_area section .about_me_text_area .header_area .address_me {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0%;
  margin-bottom: -2%;
  margin-left: 11%;
  font-size: calc(1vw + 1vh);
  letter-spacing: 5px;
  cursor: context-menu;
  overflow: hidden;
}
.about_me_area section .about_me_text_area .header_area .address_me #dropCap {
  font-size: calc(3vw + 2vh);
  margin-right: -4%;
  opacity: 1;
}
.about_me_area section .about_me_text_area .header_area .address_me #dropCap.chosen {
  opacity: 1;
}
.about_me_area section .about_me_text_area .header_area .address_me .text-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 100%;
  background-color: black;
}
.about_me_area section .about_me_text_area .header_area .my_nickname {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: calc(6.5vw + 6vh);
  color: #ffffff;
  letter-spacing: 15px;
  cursor: pointer;
  z-index: 400;
  position: relative;
  overflow: hidden;
}
.about_me_area section .about_me_text_area .header_area .my_nickname span {
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 90%;
}
.about_me_area section .about_me_text_area .header_area .my_nickname .h-line {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0%;
  height: 1px;
  background-color: white;
}
.about_me_area section .about_me_text_area .header_area p {
  position: relative;
  margin-top: 1%;
  align-self: flex-end;
  text-align: right;
  margin-right: 0%;
  font-family: Pristina;
  font-size: calc(0.8vh + 0.8vw);
  letter-spacing: 2px;
  color: rgb(182, 182, 182);
  line-height: 100%;
  transform: scaleY(1.3);
}
.about_me_area section .about_me_text_area .text-area {
  position: inherit;
  width: auto;
  height: 90vh;
  padding-left: 35%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.about_me_area section .about_me_text_area .text-area .text-portion {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.about_me_area section .about_me_text_area .text-area .text-portion .v-line {
  position: absolute;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.about_me_area section .about_me_text_area p {
  cursor: pointer;
  line-height: 250%;
  text-align: justify;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 2%;
}
.about_me_area section .about_me_text_area p a {
  color: yellowgreen;
}
.about_me_area section .about_me_text_area p a:hover {
  font-weight: 700;
}
.about_me_area section .about_me_text_area .button_area {
  width: 80%;
  margin-top: 2%;
  padding-left: 20%;
  height: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.about_me_area section .about_me_text_area .button_area div {
  flex-shrink: 0;
  margin: 0;
  transition: 300ms ease;
}
.about_me_area section .about_me_text_area .button_area div button {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  background-color: transparent;
  color: white;
  transition: 300ms ease;
  cursor: pointer;
}
.about_me_area section .about_me_text_area .button_area div button:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.about_me_area section .about_me_text_area .button_area div:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.about_me_area section .about_me_text_area .button_area div:hover + span > span {
  width: 100%;
  transition: 900ms;
}
.about_me_area section .about_me_text_area .button_area span {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  margin: 0 1% 0 1%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.568);
  transition: 900ms;
}
.about_me_area section .about_me_text_area .button_area span span {
  width: 0%;
  margin-left: 0%;
  background-color: yellowgreen;
  height: 1px;
}
.about_me_area section .about_me_text_area .button_area span:last-child {
  margin-right: 0;
}
.about_me_area .transition-mask {
  background-color: yellowgreen;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 3px;
  z-index: 2000;
}
@media screen and (max-width: 960px) {
  .about_me_area .text-mask {
    position: fixed;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 2%;
    top: 0;
    left: 0;
    letter-spacing: 5px;
    z-index: 3000;
    overflow: hidden;
  }
  .about_me_area .text-mask:hover {
    letter-spacing: 0.8vw;
    color: yellowgreen;
    transition: 300ms ease;
  }
  .about_me_area .text-mask .orbytal {
    cursor: pointer;
  }
  .about_me_area section {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 8%;
  }
  .about_me_area section .image {
    top: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 100%;
    min-width: 400px;
    max-width: 1000px;
    transform: scale(1) translateY(0%);
    opacity: 100%;
    filter: grayscale(0%) brightness(60%);
    z-index: -1;
    position: relative;
  }
  .about_me_area section .image img {
    width: 120%;
  }
  .about_me_area section .about_me_text_area {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    padding-top: 2%;
    padding-left: 0%;
    overflow: visible;
  }
  .about_me_area section .about_me_text_area .header_area {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: right;
    margin-left: 0%;
    margin-bottom: 5%;
    opacity: 1;
  }
  .about_me_area section .about_me_text_area .header_area .address_me {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin-bottom: -2%;
    margin-left: 0%;
    font-size: calc(2.7vw + 1.8vh);
    letter-spacing: 5px;
    cursor: context-menu;
    overflow: hidden;
  }
  .about_me_area section .about_me_text_area .header_area .address_me #dropCap {
    font-size: calc(3vw + 2vh);
    margin-right: -4%;
    opacity: 1;
  }
  .about_me_area section .about_me_text_area .header_area .address_me #dropCap.chosen {
    opacity: 1;
  }
  .about_me_area section .about_me_text_area .header_area .address_me span {
    margin-bottom: 20%;
  }
  .about_me_area section .about_me_text_area .header_area .address_me span:first-child {
    margin-right: 5%;
  }
  .about_me_area section .about_me_text_area .header_area .address_me .text-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 100%;
    background-color: black;
  }
  .about_me_area section .about_me_text_area .header_area .my_nickname {
    width: 95vw;
    margin-top: 1%;
    margin-bottom: 2%;
    justify-content: space-between;
    font-size: calc(5.5vw + 5vh);
    color: #ffffff;
    letter-spacing: 0px;
    cursor: pointer;
    z-index: -1;
    position: relative;
    overflow: hidden;
  }
  .about_me_area section .about_me_text_area .header_area .my_nickname span {
    position: relative;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 90%;
  }
  .about_me_area section .about_me_text_area .header_area .my_nickname .h-line {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 0%;
    height: 1px;
    background-color: white;
  }
  .about_me_area section .about_me_text_area .header_area p {
    position: relative;
    margin-top: 7%;
    align-self: flex-end;
    text-align: right;
    font-family: Pristina;
    font-size: calc(1.2vh + 0.95vw);
    letter-spacing: 2px;
    color: rgb(182, 182, 182);
    line-height: 100%;
    transform: scaleY(1.3);
  }
  .about_me_area section .about_me_text_area .text-area {
    position: inherit;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0%;
    overflow: visible;
    margin-top: -50%;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion {
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    position: relative;
    background-color: transparent;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion .v-line {
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    background-color: rgb(255, 255, 255);
    z-index: -1;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion p {
    cursor: pointer;
    line-height: 250%;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2.5%;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion p a {
    color: yellowgreen;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion p a:hover {
    font-weight: 700;
  }
  .about_me_area section .about_me_text_area .text-area .text-portion p:last-child {
    margin-bottom: 32%;
  }
  .about_me_area section .about_me_text_area .button_area {
    position: fixed;
    bottom: 0%;
    width: 100%;
    margin-top: 2%;
    padding-left: 0%;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    -webkit-backdrop-filter: brightness(40%) blur(5px);
            backdrop-filter: brightness(40%) blur(5px);
  }
  .about_me_area section .about_me_text_area .button_area div {
    flex-shrink: 0;
    margin: 0;
    transition: 300ms ease;
  }
  .about_me_area section .about_me_text_area .button_area div button {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 100%;
    background-color: transparent;
    color: white;
    transition: 300ms ease;
    cursor: pointer;
  }
  .about_me_area section .about_me_text_area .button_area div button:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .about_me_area section .about_me_text_area .button_area div:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .about_me_area section .about_me_text_area .button_area div:hover + span > span {
    width: 100%;
    transition: 900ms;
  }
  .about_me_area section .about_me_text_area .button_area span {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    margin: 0 1% 0 1%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
    transition: 900ms;
  }
  .about_me_area section .about_me_text_area .button_area span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .about_me_area section .about_me_text_area .button_area span:last-child {
    margin-right: 0;
  }
}

.portfolio_area {
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio_area .orbytal {
  position: absolute;
  display: inline-block;
  margin: 1%;
  top: 0;
  left: 0;
  letter-spacing: 5px;
  cursor: pointer;
  z-index: 3000;
}
.portfolio_area .orbytal:hover {
  letter-spacing: 0.8vw;
  color: yellowgreen;
  transition: 300ms ease;
}
.portfolio_area h1 {
  font-size: calc(3vw + 2vh);
  font-weight: 200;
}
.portfolio_area h3 {
  line-height: 250%;
  letter-spacing: 2px;
}
.portfolio_area .my-resume {
  position: absolute;
  top: 1%;
  left: 0;
  right: 0%;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100vw;
  padding: 1% 0%;
  letter-spacing: 0.2vw;
  color: rgba(255, 255, 255, 0.89);
  z-index: 2000;
}
.portfolio_area .my-resume a {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  text-transform: uppercase;
  transition: 300ms ease;
}
.portfolio_area .my-resume a:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.portfolio_area .my-resume a:hover + span > span {
  width: 100%;
  transition: 600ms;
}
.portfolio_area .my-resume span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  width: 5vw;
  margin: 0 0% 0% 1%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.568);
}
.portfolio_area .my-resume span span {
  width: 0%;
  margin-left: 0%;
  background-color: yellowgreen;
  height: 1px;
}
.portfolio_area .portfolio_grid {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 5%;
}
.portfolio_area .portfolio_grid section {
  cursor: pointer;
  width: 100vw;
  min-height: 50vh;
  padding: 0% 15%;
  background-color: rgba(255, 255, 255, 0.018);
  margin-bottom: 0.5%;
  outline-width: 0.01em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.portfolio_area .portfolio_grid section.click_feature {
  pointer-events: none;
}
.portfolio_area .portfolio_grid section section {
  display: none;
}
.portfolio_area .portfolio_grid section:hover .img-slides {
  opacity: 0.1;
}
.portfolio_area .portfolio_grid section .img-slides {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.05;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  animation: slideToLeft 60s infinite linear;
  transform: translateX(-100%);
}
.portfolio_area .portfolio_grid section .img-slides img {
  width: 45%;
  height: 50vh;
}
.portfolio_area .portfolio_grid section .img-slides:first-child {
  left: 135%;
  width: 100%;
}
.portfolio_area .portfolio_grid section p {
  font-weight: 100;
  margin-left: 1%;
}
.portfolio_area .portfolio_grid section div {
  display: flex;
  width: 40vw;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 3%;
  margin-left: 1%;
}
.portfolio_area .portfolio_grid section div p {
  flex-shrink: 0;
}
.portfolio_area .portfolio_grid section div:nth-child(5) div {
  display: flex;
  flex-direction: row;
  margin-top: 0%;
  margin-left: 0%;
}
.portfolio_area .portfolio_grid section div:nth-child(5) div p {
  margin-right: 2vw;
}
.portfolio_area .portfolio_grid section .see-more {
  position: relative;
  opacity: 1;
  margin-top: 2rem;
  color: yellowgreen;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media (hover) {
  .portfolio_area .portfolio_grid section .see-more {
    position: absolute;
    opacity: 0%;
    color: yellowgreen;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.portfolio_area .portfolio_grid section:nth-child(2) .img-slides, .portfolio_area .portfolio_grid section:nth-child(4) .img-slides {
  animation: slideToRight 60s infinite linear;
}
.portfolio_area .portfolio_grid section:nth-child(2) .img-slides:first-child, .portfolio_area .portfolio_grid section:nth-child(4) .img-slides:first-child {
  left: -135%;
  width: 100%;
}
.portfolio_area .portfolio_grid section:last-child .img-slides {
  animation: slideToRight 60s infinite linear;
}
.portfolio_area .portfolio_grid section:last-child .img-slides:first-child {
  left: -135%;
  width: 100%;
}
.portfolio_area .transition-mask {
  background-color: yellowgreen;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  width: 0%;
  height: 3px;
  z-index: 2000;
}
.portfolio_area .project-description {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  width: 100vw;
  min-height: 100vh;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.727);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translateX(-100%);
  overflow: hidden;
}
.portfolio_area .project-description .site-link {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100vw;
  padding: 1% 0%;
  letter-spacing: 0.2vw;
  color: rgba(255, 255, 255, 0.89);
}
.portfolio_area .project-description .site-link a {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  text-transform: uppercase;
  transition: 300ms ease;
}
.portfolio_area .project-description .site-link a:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.portfolio_area .project-description .site-link a:hover + span > span {
  width: 100%;
  transition: 600ms;
}
.portfolio_area .project-description .site-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  width: 5vw;
  margin: 0 0% 0% 1%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.568);
}
.portfolio_area .project-description .site-link span span {
  width: 0%;
  margin-left: 0%;
  background-color: yellowgreen;
  height: 1px;
}
.portfolio_area .project-description p {
  line-height: 200%;
}
.portfolio_area .project-description .nav-arrow {
  position: absolute;
  position: fixed;
  top: 1vh;
  right: 0%;
  width: 70px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: 200ms;
  opacity: 0.5;
  transform: rotate(180deg);
}
.portfolio_area .project-description .nav-arrow .arrowbody {
  background-color: rgba(255, 255, 255, 0.95);
  width: 60%;
  height: 10%;
}
.portfolio_area .project-description .nav-arrow .arrowhead {
  background-color: rgba(255, 255, 255, 0.95);
  width: 30%;
  height: 40%;
  position: absolute;
  right: 0%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.portfolio_area .project-description .nav-arrow:hover {
  opacity: 1;
  right: 1%;
}
.portfolio_area .project-description section {
  width: 100%;
  height: 100vh;
  padding: 1%;
  margin-top: 3%;
  overflow-y: scroll;
}
.portfolio_area .project-description section .slides-container {
  width: 100vw;
  min-height: 65vh;
  margin-top: 3%;
  cursor: grab;
  background-color: blue;
}
.portfolio_area .project-description section .slides-container:active {
  cursor: grabbing;
}
.portfolio_area .project-description section .other-texts {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 5%;
  min-height: 50vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.portfolio_area .project-description section .other-texts > * {
  width: 30vw;
}
@media screen and (max-width: 960px) {
  .portfolio_area .orbytal {
    position: absolute;
    display: inline-block;
    margin: 2%;
    top: 0;
    left: 0;
    letter-spacing: 5px;
    cursor: pointer;
    z-index: 3000;
  }
  .portfolio_area .orbytal:hover {
    letter-spacing: 0.8vw;
    color: yellowgreen;
    transition: 300ms ease;
  }
  .portfolio_area .portfolio_grid {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin-top: 10%;
    padding-top: 5%;
  }
  .portfolio_area .portfolio_grid section {
    width: 100%;
    min-height: 45vh;
    padding-top: 1.2rem;
    background-color: rgba(255, 255, 255, 0.018);
    margin-bottom: 0.5%;
    outline-width: 0.01em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: rgba(224, 224, 224, 0.774);
  }
  .portfolio_area .portfolio_grid section section {
    display: none;
  }
  .portfolio_area .portfolio_grid section:hover .img-slides {
    opacity: 0.1;
  }
  .portfolio_area .portfolio_grid section .img-slides {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100vh;
    opacity: 0.05;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    animation: slideToLeft 20s infinite linear;
    transform: translateX(-100%);
  }
  .portfolio_area .portfolio_grid section .img-slides img {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    width: 135%;
    height: 45vh;
  }
  .portfolio_area .portfolio_grid section .img-slides:first-child {
    left: 135%;
    width: 100%;
  }
  .portfolio_area .portfolio_grid section p {
    font-weight: 100;
    margin-left: 1%;
    text-align: center;
  }
  .portfolio_area .portfolio_grid section h1 {
    text-align: center;
    color: white;
  }
  .portfolio_area .portfolio_grid section h3 {
    color: rgba(255, 255, 255, 0.842);
  }
  .portfolio_area .portfolio_grid section div {
    display: flex;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    margin-left: 1%;
  }
  .portfolio_area .portfolio_grid section div:nth-child(5) div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0%;
    margin-left: 0%;
  }
  .portfolio_area .portfolio_grid section div:nth-child(5) div p {
    margin-right: 2vw;
  }
  .portfolio_area .portfolio_grid section:nth-child(2) .img-slides {
    animation: slideToRight 20s infinite linear;
  }
  .portfolio_area .portfolio_grid section:nth-child(2) .img-slides:first-child {
    left: -135%;
    width: 100%;
  }
  .portfolio_area .project-description {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100vw;
    min-height: 100vh;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.727);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transform: translateX(-100%);
  }
  .portfolio_area .project-description .nav-arrow {
    position: absolute;
    position: fixed;
    top: 1vh;
    right: 0%;
    width: 70px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: 200ms;
    opacity: 0.5;
    transform: rotate(180deg);
  }
  .portfolio_area .project-description .nav-arrow .arrowbody {
    background-color: rgba(255, 255, 255, 0.95);
    width: 60%;
    height: 10%;
  }
  .portfolio_area .project-description .nav-arrow .arrowhead {
    background-color: rgba(255, 255, 255, 0.95);
    width: 30%;
    height: 40%;
    position: absolute;
    right: 0%;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  }
  .portfolio_area .project-description .nav-arrow:hover {
    opacity: 1;
    right: 1%;
  }
  .portfolio_area .project-description .site-link {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100vw;
    padding: 2% 0%;
    letter-spacing: 0.2vw;
    color: rgba(255, 255, 255, 0.89);
  }
  .portfolio_area .project-description .site-link a {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
    text-transform: uppercase;
    transition: 300ms ease;
  }
  .portfolio_area .project-description .site-link a:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .portfolio_area .project-description .site-link a:hover + span > span {
    width: 100%;
    transition: 600ms;
  }
  .portfolio_area .project-description .site-link span {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: left;
    width: 10vw;
    margin: 0 0% 0% 1%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
  }
  .portfolio_area .project-description .site-link span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .portfolio_area .project-description section {
    width: 100%;
    height: 100vh;
    padding: 2%;
    margin-top: 8%;
    overflow-y: scroll;
  }
  .portfolio_area .project-description section .slides-container {
    width: 100vw;
    min-height: 65vh;
    margin-top: 3%;
    background-color: blue;
  }
  .portfolio_area .project-description section .other-texts {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 20%;
    min-height: -moz-max-content;
    min-height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .portfolio_area .project-description section .other-texts > * {
    width: 90vw;
    margin-top: 10%;
  }
}
@media screen and (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .portfolio_area .orbytal {
    position: absolute;
    display: inline-block;
    margin: 2%;
    top: 0;
    left: 0;
    letter-spacing: 5px;
    cursor: pointer;
    z-index: 3000;
  }
  .portfolio_area .orbytal:hover {
    letter-spacing: 0.8vw;
    color: yellowgreen;
    transition: 300ms ease;
  }
  .portfolio_area .portfolio_grid {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin-top: 10%;
    padding-top: 5%;
  }
  .portfolio_area .portfolio_grid section {
    width: 100%;
    min-height: 90vh;
    padding: 0% 0%;
    background-color: rgba(255, 255, 255, 0.018);
    margin-bottom: 0.5%;
    outline-width: 0.01em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .portfolio_area .portfolio_grid section section {
    display: none;
  }
  .portfolio_area .portfolio_grid section:hover .img-slides {
    opacity: 0.1;
  }
  .portfolio_area .portfolio_grid section .img-slides {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100vh;
    opacity: 0.05;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    animation: slideToLeft 20s infinite linear;
    transform: translateX(-100%);
  }
  .portfolio_area .portfolio_grid section .img-slides img {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    width: 135%;
    height: 90vh;
  }
  .portfolio_area .portfolio_grid section .img-slides:first-child {
    left: 135%;
    width: 100%;
  }
  .portfolio_area .portfolio_grid section p {
    font-weight: 100;
    margin-left: 1%;
    text-align: center;
  }
  .portfolio_area .portfolio_grid section h1 {
    text-align: center;
  }
  .portfolio_area .portfolio_grid section div {
    display: flex;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    margin-left: 1%;
  }
  .portfolio_area .portfolio_grid section div:nth-child(5) div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0%;
    margin-left: 0%;
  }
  .portfolio_area .portfolio_grid section div:nth-child(5) div p {
    margin-right: 2vw;
  }
  .portfolio_area .portfolio_grid section:nth-child(2) .img-slides {
    animation: slideToRight 20s infinite linear;
  }
  .portfolio_area .portfolio_grid section:nth-child(2) .img-slides:first-child {
    left: -135%;
    width: 100%;
  }
  .portfolio_area .project-description {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100vw;
    min-height: 100vh;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.727);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transform: translateX(-100%);
  }
  .portfolio_area .project-description .nav-arrow {
    position: absolute;
    position: fixed;
    top: 1vh;
    right: 0%;
    width: 70px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: 200ms;
    opacity: 0.5;
    transform: rotate(180deg);
  }
  .portfolio_area .project-description .nav-arrow .arrowbody {
    background-color: rgba(255, 255, 255, 0.95);
    width: 60%;
    height: 10%;
  }
  .portfolio_area .project-description .nav-arrow .arrowhead {
    background-color: rgba(255, 255, 255, 0.95);
    width: 30%;
    height: 40%;
    position: absolute;
    right: 0%;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  }
  .portfolio_area .project-description .nav-arrow:hover {
    opacity: 1;
    right: 1%;
  }
  .portfolio_area .project-description section {
    width: 100%;
    height: 100vh;
    padding: 2%;
    margin-top: 8%;
    overflow-y: scroll;
  }
  .portfolio_area .project-description section .slides-container {
    width: 100vw;
    min-height: 65vh;
    margin-top: 3%;
    background-color: blue;
  }
  .portfolio_area .project-description section .other-texts {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 20%;
    min-height: 200vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .portfolio_area .project-description section .other-texts > * {
    width: 90vw;
  }
}

.contact_me_area {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_me_area .transition-mask {
  background-color: yellowgreen;
  position: fixed;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 3px;
  z-index: 2000;
}
.contact_me_area .text-mask {
  position: fixed;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1%;
  top: 0;
  left: 0;
  letter-spacing: 5px;
  z-index: 3000;
  overflow: hidden;
}
.contact_me_area .text-mask:hover {
  letter-spacing: 0.8vw;
  color: yellowgreen;
  transition: 300ms ease;
}
.contact_me_area .text-mask .orbytal {
  cursor: pointer;
}
.contact_me_area .form-area {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 600px;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_me_area .form-area .header-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  margin-bottom: 2%;
  padding-left: 4%;
}
.contact_me_area .form-area h1 {
  font-size: calc(2.22vh + 1.2vw);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.contact_me_area .form-area p {
  padding-left: 4%;
  font-size: 0.9rem;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 100;
}
.contact_me_area .form-area form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact_me_area .form-area form > * {
  margin-top: 3%;
}
.contact_me_area .form-area form input {
  height: 3rem;
  font-family: fredoka;
  background-color: transparent;
  border: solid 1px white;
  border-radius: 0.25rem;
  color: white;
  padding: 1%;
  margin-left: 4%;
}
.contact_me_area .form-area form textarea {
  font-family: fredoka;
  background-color: transparent;
  border: solid 1px white;
  border-radius: 0.25rem;
  padding: 1%;
  color: white;
  height: 35vh;
  margin-left: 4%;
}
.contact_me_area .form-area form .button_area {
  width: 0%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: right;
  opacity: 0;
  background-color: transparent;
  -webkit-backdrop-filter: brightness(10%) blur(5px);
          backdrop-filter: brightness(10%) blur(5px);
}
.contact_me_area .form-area form .button_area div {
  flex-shrink: 0;
  margin: 0;
  transition: 300ms ease;
}
.contact_me_area .form-area form .button_area div button {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  background-color: transparent;
  color: white;
  transition: 300ms ease;
  cursor: pointer;
  text-transform: uppercase;
}
.contact_me_area .form-area form .button_area div button:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.contact_me_area .form-area form .button_area div:hover {
  letter-spacing: 0.5vw;
  color: yellowgreen;
}
.contact_me_area .form-area form .button_area div:hover + span > span {
  width: 100%;
  transition: 900ms;
}
.contact_me_area .form-area form .button_area span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
  margin: 0 1% 0 1%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.568);
  transition: 900ms;
}
.contact_me_area .form-area form .button_area span span {
  width: 0%;
  margin-left: 0%;
  background-color: yellowgreen;
  height: 1px;
}
.contact_me_area .img-area {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.contact_me_area .img-area #myCanvasContainer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_me_area .img-area #myCanvasContainer canvas {
  height: 90vh;
  width: 60vw;
}
.contact_me_area .img-area .social-handles {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 12vw;
  height: 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 2%;
}
.contact_me_area .img-area .social-handles div {
  width: 100%;
  border: 2px white solid;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}
.contact_me_area .img-area .social-handles div:hover {
  border: yellowgreen;
  opacity: 1;
}
.contact_me_area .img-area .social-handles div img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.contact_me_area .img-area .social-handles div:nth-child(1) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.contact_me_area .img-area .social-handles div:nth-child(2) {
  grid-column: 2/3;
  grid-row: 2/3;
  transform: translateX(3%) translateY(-5%) rotateZ(5deg);
}
.contact_me_area .img-area .social-handles div:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
  transform: translateX(-34%) translateY(1%) rotateZ(1deg);
}
.contact_me_area .img-area .social-handles div:nth-child(3) img {
  width: 90%;
  margin-left: 30%;
  margin-right: 10%;
  margin-top: 10%;
}
.contact_me_area .img-area .social-handles div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 1/2;
  transform: translateX(-37%) translateY(-7%) rotateZ(-13deg);
}
.contact_me_area .img-area .social-handles div:nth-child(5) {
  grid-column: 1/2;
  grid-row: 2/3;
  transform: translateX(6%);
}
.contact_me_area .img-area .social-handles div:nth-child(5) img {
  margin-top: 3%;
}

@media screen and (max-width: 960px) {
  .contact_me_area {
    width: 100vw;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_me_area .transition-mask {
    background-color: yellowgreen;
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    height: 3px;
    z-index: 2000;
  }
  .contact_me_area .text-mask {
    position: fixed;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 2%;
    top: 0;
    left: 0;
    letter-spacing: 5px;
    z-index: 3000;
    overflow: hidden;
  }
  .contact_me_area .text-mask:hover {
    letter-spacing: 0.8vw;
    color: yellowgreen;
    transition: 300ms ease;
  }
  .contact_me_area .text-mask .orbytal {
    cursor: pointer;
  }
  .contact_me_area .form-area {
    width: 95%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 600px;
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact_me_area .form-area .header-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    margin-bottom: 2%;
    padding-left: 0%;
  }
  .contact_me_area .form-area h1 {
    font-size: calc(2.22vh + 1.2vw);
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .contact_me_area .form-area p {
    padding-left: 0%;
    font-size: 0.9rem;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 100;
  }
  .contact_me_area .form-area form {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .contact_me_area .form-area form > * {
    margin-top: 3%;
  }
  .contact_me_area .form-area form input {
    height: 3rem;
    font-family: fredoka;
    background-color: transparent;
    border: solid 1px white;
    border-radius: 0.25rem;
    color: white;
    padding: 1%;
    margin-left: 0%;
  }
  .contact_me_area .form-area form textarea {
    font-family: fredoka;
    background-color: transparent;
    border: solid 1px white;
    border-radius: 0.25rem;
    padding: 1%;
    color: white;
    height: 35vh;
    margin-left: 0%;
  }
  .contact_me_area .form-area form .button_area {
    width: 0%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: right;
    opacity: 0;
    background-color: transparent;
    -webkit-backdrop-filter: brightness(10%) blur(5px);
            backdrop-filter: brightness(10%) blur(5px);
  }
  .contact_me_area .form-area form .button_area div {
    flex-shrink: 0;
    margin: 0;
    transition: 300ms ease;
  }
  .contact_me_area .form-area form .button_area div button {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 100%;
    background-color: transparent;
    color: white;
    transition: 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
  }
  .contact_me_area .form-area form .button_area div button:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .contact_me_area .form-area form .button_area div:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .contact_me_area .form-area form .button_area div:hover + span > span {
    width: 100%;
    transition: 900ms;
  }
  .contact_me_area .form-area form .button_area span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: right;
    margin: 0 1% 0 1%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
    transition: 900ms;
  }
  .contact_me_area .form-area form .button_area span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .contact_me_area .img-area {
    position: absolute;
    width: 0%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: right;
  }
  .contact_me_area .img-area #myCanvasContainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .contact_me_area .img-area #myCanvasContainer canvas {
    height: 30vh;
    width: 20vw;
    display: none;
  }
  .contact_me_area .img-area .social-handles {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 30vw;
    height: 20vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 2%;
  }
  .contact_me_area .img-area .social-handles div {
    width: 100%;
    border: 2px white solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
  }
  .contact_me_area .img-area .social-handles div:hover {
    border: yellowgreen;
    opacity: 1;
  }
  .contact_me_area .img-area .social-handles div img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .contact_me_area .img-area .social-handles div:nth-child(1) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .contact_me_area .img-area .social-handles div:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3;
    transform: translateX(3%) translateY(-5%) rotateZ(5deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    transform: translateX(-34%) translateY(1%) rotateZ(1deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(3) img {
    width: 90%;
    margin-left: 30%;
    margin-right: 10%;
    margin-top: 10%;
  }
  .contact_me_area .img-area .social-handles div:nth-child(4) {
    grid-column: 2/3;
    grid-row: 1/2;
    transform: translateX(-37%) translateY(-7%) rotateZ(-13deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(5) {
    grid-column: 1/2;
    grid-row: 2/3;
    transform: translateX(6%);
  }
  .contact_me_area .img-area .social-handles div:nth-child(5) img {
    margin-top: 3%;
  }
}
@media screen and (max-width: 960px) and (max-height: 500px) and (orientation: landscape) {
  .contact_me_area {
    width: 100vw;
    height: 200dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
  }
  .contact_me_area .transition-mask {
    background-color: yellowgreen;
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    height: 3px;
    z-index: 2000;
  }
  .contact_me_area .text-mask {
    position: fixed;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 2%;
    top: 0;
    left: 0;
    letter-spacing: 5px;
    z-index: 3000;
    overflow: hidden;
  }
  .contact_me_area .text-mask:hover {
    letter-spacing: 0.8vw;
    color: yellowgreen;
    transition: 300ms ease;
  }
  .contact_me_area .text-mask .orbytal {
    cursor: pointer;
  }
  .contact_me_area .form-area {
    width: 95%;
    height: 150vh;
    min-height: 600px;
    margin-top: 15%;
    padding-top: 13%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  .contact_me_area .form-area .header-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    margin-bottom: 2%;
    padding-left: 0%;
  }
  .contact_me_area .form-area h1 {
    font-size: calc(2.22vh + 1.2vw);
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .contact_me_area .form-area p {
    padding-left: 0%;
    font-size: 0.9rem;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 100;
  }
  .contact_me_area .form-area form {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .contact_me_area .form-area form > * {
    margin-top: 3%;
  }
  .contact_me_area .form-area form input {
    height: 3rem;
    font-family: fredoka;
    background-color: transparent;
    border: solid 1px white;
    border-radius: 0.25rem;
    color: white;
    padding: 1%;
    margin-left: 0%;
  }
  .contact_me_area .form-area form textarea {
    font-family: fredoka;
    background-color: transparent;
    border: solid 1px white;
    border-radius: 0.25rem;
    padding: 1%;
    color: white;
    height: 35vh;
    margin-left: 0%;
  }
  .contact_me_area .form-area form .button_area {
    width: 0%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: right;
    opacity: 0;
    background-color: transparent;
    -webkit-backdrop-filter: brightness(10%) blur(5px);
            backdrop-filter: brightness(10%) blur(5px);
  }
  .contact_me_area .form-area form .button_area div {
    flex-shrink: 0;
    margin: 0;
    transition: 300ms ease;
  }
  .contact_me_area .form-area form .button_area div button {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 100%;
    background-color: transparent;
    color: white;
    transition: 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
  }
  .contact_me_area .form-area form .button_area div button:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .contact_me_area .form-area form .button_area div:hover {
    letter-spacing: 0.5vw;
    color: yellowgreen;
  }
  .contact_me_area .form-area form .button_area div:hover + span > span {
    width: 100%;
    transition: 900ms;
  }
  .contact_me_area .form-area form .button_area span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: right;
    margin: 0 1% 0 1%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.568);
    transition: 900ms;
  }
  .contact_me_area .form-area form .button_area span span {
    width: 0%;
    margin-left: 0%;
    background-color: yellowgreen;
    height: 1px;
  }
  .contact_me_area .img-area {
    position: absolute;
    width: 0%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    margin-top: 100%;
  }
  .contact_me_area .img-area #myCanvasContainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .contact_me_area .img-area #myCanvasContainer canvas {
    height: 100%;
    width: 150%;
    display: none;
  }
  .contact_me_area .img-area .social-handles {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 30vw;
    height: 20vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 2%;
  }
  .contact_me_area .img-area .social-handles div {
    width: 100%;
    border: 2px white solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
  }
  .contact_me_area .img-area .social-handles div:hover {
    border: yellowgreen;
    opacity: 1;
  }
  .contact_me_area .img-area .social-handles div img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .contact_me_area .img-area .social-handles div:nth-child(1) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .contact_me_area .img-area .social-handles div:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3;
    transform: translateX(3%) translateY(-5%) rotateZ(5deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2;
    transform: translateX(-34%) translateY(1%) rotateZ(1deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(3) img {
    width: 90%;
    margin-left: 30%;
    margin-right: 10%;
    margin-top: 10%;
  }
  .contact_me_area .img-area .social-handles div:nth-child(4) {
    grid-column: 2/3;
    grid-row: 1/2;
    transform: translateX(-37%) translateY(-7%) rotateZ(-13deg);
  }
  .contact_me_area .img-area .social-handles div:nth-child(5) {
    grid-column: 1/2;
    grid-row: 2/3;
    transform: translateX(6%);
  }
  .contact_me_area .img-area .social-handles div:nth-child(5) img {
    margin-top: 3%;
  }
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.034);
  border-radius: 100vw;
  margin-block: 0.5em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 100vw;
}

.overlap_feature {
  position: fixed;
  top: 0%;
  left: 0%;
}

.click_feature {
  pointer-events: none;
}

.prevent-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}