@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=Rationale&display=swap");
@import url("http://fonts.cdnfonts.com/css/share-techmono-2");
.menu-btn {
  transition: all 0.5s ease-out;
}

.menu-btn:hover .btn-line {
  background: #0FF2B2;
}

.menu-btn .btn-line {
  width: 30px;
  height: 4px;
  margin: 0 0 5px 0;
  background: rgb(255, 255, 255);
  transition: all 0.5s ease-out;
}

.menu-btn .s {
  width: 20px;
  background: #0FF2B2;
  float: right;
}

.menu-btn.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
  background: #0FF2B2;
  width: 30px;
}

.menu {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-right: 5%;
  transition: 0.7s ease-in-out;
  background-color: black;
  pointer-events: none;
  display: grid;
  place-content: end;
}

.menu-nav {
  text-align: right;
}
.menu-nav a {
  text-decoration: none;
  color: #ffffff;
}
.menu-nav li {
  list-style-type: none;
}
.menu-nav h1 {
  margin: 1em 0;
  transition: 1s;
  font-size: 1.5rem;
}
.menu-nav h1:hover {
  color: #0FF2B2;
}

.menu.show {
  opacity: 0.9;
  pointer-events: all;
  overflow: hidden;
}

.nav-item {
  position: relative;
  opacity: 0;
  right: -200px;
}

.nav-item.show {
  right: 0;
  transition: 1s ease-in-out;
  opacity: 100;
}

.nav-item.close {
  transform: translateX(190px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.nav-item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-item:nth-child(4) {
  transition-delay: 0.4s;
}

#path {
  stroke-dasharray: 11;
  stroke-dashoffset: 11;
}

.test #path {
  animation: clipanim 0.3s linear forwards;
}

@keyframes clipanim {
  from {
    stroke-dashoffset: 11;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.epiccursor {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0FF2B2;
  position: fixed;
  z-index: 5;
  opacity: 0.9;
  pointer-events: none;
  transition-duration: 100ms;
  top: 48%;
  left: 48%;
}

.cursormain {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: fixed;
  z-index: 5;
  pointer-events: none;
  top: 50%;
  left: 50%;
}

.addcopy {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 5;
  pointer-events: none;
  transform: scale(0);
  background-image: url("../../svg/addcopy.svg");
}

.shrink {
  transform: scale(1.2);
  opacity: 0;
}

.sitegrow {
  animation: cursorAnim2 0.5s forwards;
}

.expand {
  animation: cursorAnim2 0.3s linear;
}

.grow {
  animation: cursorAnim 0.5s infinite alternate;
  border: 1px solid #0ff2b2;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes cursorAnim2 {
  25% {
    transform: scale(0);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cursorAnim3 {
  to {
    transform: scale(0);
  }
}
.preview-image {
  transform: translate(-50%, -50%);
  position: fixed;
  width: 350px;
  pointer-events: none;
  transition-duration: 100ms;
  transition: 0.3s ease-out;
  opacity: 0;
}
.preview-image img {
  width: 300px;
  height: 200px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #071110;
}

::-webkit-scrollbar-thumb {
  background: #0BBF8C;
}

::-webkit-scrollbar-thumb:hover {
  background: #0FF2B2;
}

body {
  margin: 0 auto;
  background-color: black;
  font-family: "Be Vietnam", sans-serif;
  color: #0BBF8C;
  cursor: none;
}
body a {
  cursor: none;
}

.nav_container {
  width: 100%;
  padding: 0.8em 0 3em 0;
  background-image: linear-gradient(to bottom, black 50%, rgba(0, 15, 26, 0) 100%);
  position: fixed;
  z-index: 4;
}

.menu1 {
  width: 400px;
  position: relative;
  top: -5px;
  right: 1em;
  display: none;
}
.menu1 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.menu1 ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: lighter;
}
.menu1 ul li a:hover {
  color: #0FF2B2;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  padding: 0.2em 1.5vw;
}

.bgl {
  order: 2;
  display: none;
}

.q {
  order: 1;
}

.arrow {
  width: 12px;
  position: relative;
}

.year {
  position: relative;
  top: -30px;
  left: -20px;
  display: flex;
  transform: rotate(-90deg);
}
.year h6 {
  margin: 0;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.3em;
}
.year div {
  width: 40px;
  border-bottom: 1px solid #001E16;
  margin-right: 0.5em;
  height: 9px;
}

.side {
  width: 96%;
  padding: 0 1.5vw;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 7vh;
  z-index: -4;
  margin: 0 auto;
}

.body_container {
  height: auto;
  padding: 1em 0;
  transition: 0.8s ease-in-out;
}

.headline {
  padding: 30vh 0;
}

.body {
  width: 85%;
  margin: 0 auto;
}
.body h3 {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
}
.body h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: lighter;
  color: #03c58e;
}
.body h4 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: bolder;
  font-size: 1.3rem;
  font-family: "Kanit", sans-serif;
}
.body text {
  color: #ffffff;
}
.body a {
  text-decoration: none;
  color: #0BBF8C;
  transition: 0.5s ease;
}
.body a:hover {
  color: #0FF2B2;
}

.quote {
  max-width: 500px;
  margin: 0.5em 0;
}

.line {
  padding: 1em 0;
}

.about_container h3,
.work_container h3,
.footer h3 {
  font-size: 1.1rem;
  font-weight: light;
  color: #03c58e;
}

#work {
  margin: 10em 0;
}

#about {
  padding-top: 8em;
}

.illus {
  margin-bottom: 0.5em;
  padding-right: 1rem;
}
.illus h1 {
  position: relative;
  margin: 0;
  font-weight: bolder;
  font-size: 2.5rem;
  font-family: "Kanit", sans-serif;
  color: #0BBF8C;
  line-height: 1em;
}
.illus h1 text {
  font-size: 2.3rem;
  color: #0BBF8C;
}

.fc {
  width: 100%;
}

.about h6 {
  margin: 0;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: lighter;
}
.about h5 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
}
.about h5 a {
  font-size: 1.1rem;
}

.skill {
  display: flex;
  width: 100%;
}
.skill span {
  margin: 1.5em 0;
}
.skill span h3 {
  font-family: "Kanit", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
}
.skill span h5 {
  font-size: 0.9rem;
  font-weight: lighter;
}

.icon {
  width: 3em;
  margin-top: 0.5em;
  margin-right: 2em;
}

.tools {
  margin: 2em 0;
  width: 100%;
}

.thead h2 {
  line-height: 1em;
  color: rgb(243, 243, 243);
  font-size: 2.5rem;
  font-family: "Kanit", sans-serif;
}

.techs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.techs span {
  width: 100%;
}
.techs span li {
  color: #ffffff;
  list-style: none;
  margin: 0.5em 0;
  font-size: 1rem;
}

.wline {
  padding: 1em 0;
}

.work {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  padding-right: 1em;
  position: relative;
  border-bottom: solid 1px #001E16;
}
.work h4 {
  margin-bottom: 0.5em;
  color: white;
  font-family: "Kanit", sans-serif;
}
.work h5 {
  margin: 0;
  font-weight: lighter;
  line-height: 1.7em;
  font-size: 0.9rem;
  color: #ffffff;
}

.argo {
  margin-left: 2em;
  padding-top: 5px;
}
.argo img {
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}

.work:hover .argo img {
  transform: rotate(-130deg);
}

.overlay {
  position: absolute;
  font-weight: bolder;
  color: rgb(85, 85, 85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  transition: 0.5s ease-in-out;
}

.work:hover .overlay {
  opacity: 0.9;
}

.footer {
  width: 100%;
}
.footer .int {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.footer h2 {
  color: white;
  font-size: 2rem;
  font-family: "Kanit", sans-serif;
}
.footer h3 {
  margin: 0;
}
.footer h5 {
  color: #ffffff;
  font-weight: lighter;
  line-height: 1.5em;
  font-size: 0.9rem;
  margin: 1em 0;
}
.footer h5 a {
  color: #0FF2B2;
  margin: 0;
}
.footer form {
  margin: 0.5em 0;
  border: solid 1px #001E16;
  padding: 1.5em 1em;
}

.link {
  display: grid;
  align-content: center;
  margin-left: 1em;
  background: none;
  color: #ffffff;
  cursor: none;
  border: none;
  padding: 0 1.5em;
  background: black;
  transition: 0.3s linear;
}

.clipb {
  position: relative;
  bottom: -2px;
}

.link:active .clipb {
  animation: cursorAnim2 0.3s linear 1;
}

.con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1em;
  border-bottom: solid 1px #001E16;
  transition: 0.4s ease-in-out;
}

.form-group {
  position: relative;
  margin: 0 0 1em 0;
}
.form-group span {
  font-size: 0.7rem;
  color: white;
  position: absolute;
  top: 0.5em;
  transition: all 0.2s ease;
  transform-origin: 0 0;
  cursor: text;
  font-weight: lighter;
  pointer-events: none;
}
.form-group .border {
  height: 2px;
  display: block;
  position: relative;
  left: 0;
  top: -2px;
  transform: scaleX(0);
  transition: all 0.3s ease;
  background: #0FF2B2;
}

.mb {
  margin-bottom: 0.5em;
}

.form-control {
  font-family: "Be Vietnam", sans-serif;
  border: none;
  color: white;
  border-bottom: solid #001E16 2px;
  display: block;
  width: 100%;
  padding: 0.3em 0;
  font-size: 0.7rem;
  background: none;
  outline: none;
  cursor: none;
}
.form-control:focus + span, .form-control:valid + span {
  transform: translateY(-1.5em) scale(0.7);
  color: #0FF2B2;
}
.form-control:focus + span + .border, .form-control:valid + span + .border {
  transform: scaleX(1);
}

.send {
  border: none;
  background: none;
  color: #0BBF8C;
  font-size: 0.9rem;
  font-family: "Be Vietnam", sans-serif;
  transition: 0.5s;
  padding: 0;
}

.send:hover {
  color: #0FF2B2;
}

textarea.form-control {
  height: 60px;
}

.footer1 {
  margin-top: 10vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: solid #0BBF8C 1px;
}
.footer1 span {
  font-weight: lighter;
  color: #5a5a5a;
}
.footer1 span h6 {
  font-size: 0.5rem;
  margin: 1.5em 0;
}

@media only screen and (min-width: 600px) {
  html {
    font-size: 18px;
  }
  .what span {
    display: inline;
  }
  .menu-btn {
    display: none;
  }
  .menu1 {
    display: block;
  }
  .icons {
    margin: 0 auto;
    display: flex;
    margin-top: 1em;
  }
  .icons .tr {
    margin-right: 0;
  }
  .skillcon {
    width: 90%;
    margin-right: 2em;
    text-align: center;
  }
  .about {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .body {
    width: 80%;
  }
  .about_container {
    display: flex;
  }
  .q {
    display: grid;
    align-content: center;
    width: 380px;
  }
  .headline {
    display: flex;
    justify-content: space-between;
  }
  .bgl {
    display: block;
    position: relative;
    top: -1.5em;
  }
  .bgl img {
    width: 300px;
  }
  .disc {
    display: flex;
    justify-content: space-between;
  }
  .footer {
    display: flex;
    margin-bottom: 6vh;
  }
  .int {
    padding-right: 1.3em;
  }
  .int h2 {
    text-align: left;
  }
  .int h5 {
    text-align: left;
  }
  .illus {
    width: 30%;
  }
  .illus h1 {
    font-size: 3rem;
  }
  .illus h1 text {
    font-size: 2.8rem;
  }
  .thead {
    width: 30%;
    margin: 0.5em 0;
  }
  .kz {
    padding-top: 0.5em;
  }
  .about {
    width: 60%;
  }
  .tools, .wline {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1100px) {
  .body {
    width: 75%;
  }
  html {
    font-size: 18px;
  }
  .icons span {
    max-width: 250px;
  }
  .bgl img {
    width: 35vw;
    max-width: 500px;
    position: relative;
  }
  .fc {
    margin: 0 0 0 3em;
  }
  .footer {
    display: flex;
    margin-bottom: -3vh;
  }
  .illus h1 {
    position: relative;
    font-size: 3rem;
  }
  .illus h1 text {
    font-size: 2.8rem;
  }
  .w {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .nav_container, .side {
    max-width: 1350px;
  }
  .illus {
    width: 40%;
  }
  .thead {
    width: 40%;
  }
}/*# sourceMappingURL=main.css.map */