@charset "UTF-8";
/* ----- Font information ---- */
/* ----- Device width information ---- */
/* -------- Colors -------- */
html,
body {
  font-family: "Sarabun", sans-serif, sans-serif;
  font-weight: 500;
  color: #1C1818; }

body {
  background-image: url(../image/bg-textures.jpg);
  background-repeat: repeat;
  cursor: url("../image/cursor.png"), auto;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

.full-width {
  width: 100%; }

.error {
  color: red;
  font-weight: 400; }

.text-light {
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.rtl {
  direction: rtl;
  text-align: right; }

.no-event {
  pointer-events: none; }

.hidden {
  display: none; }

.centered {
  text-align: center;
  font-size: 0; }
  .centered div {
    float: none;
    display: inline-block; }

.btn-inline {
  display: inline; }

.no-border-radius {
  border-radius: 0; }

.cleaner {
  clear: both; }

.help-block {
  font-weight: 300;
  font-size: 85%; }

td.srl {
  max-width: 32px; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #ddd; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.form-check-input {
  margin-top: 5px; }

.form-control.inline {
  display: inline;
  width: auto; }
  .form-control.inline.number {
    text-align: center;
    width: 75px; }
    .form-control.inline.number:last-child {
      width: 100px; }

.rpm-nav {
  z-index: 9999;
  border-bottom: 2px solid #4A3F3D;
  margin: 0;
  padding: 0;
  display: none;
  height: auto; }
  .rpm-nav li.border-line {
    position: relative;
    margin: 0 4%; }
    .rpm-nav li.border-line div {
      position: absolute;
      top: -18px;
      height: 32px;
      width: 2px;
      background-color: #4A3F3D; }
  .rpm-nav li .my-menu {
    cursor: pointer; }
    .rpm-nav li .my-menu:hover, .rpm-nav li .my-menu.active {
      color: #999; }
    .rpm-nav li .my-menu.active {
      cursor: default; }
  .rpm-nav li span {
    color: #1C1818;
    cursor: pointer; }

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.dark-layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(33, 33, 33, 0.75);
  animation: bgLoader 3s linear infinite;
  -webkit-animation: bgLoader 3s linear infinite; }

.loader-circle, .loader-content {
  width: 120px;
  height: 120px;
  position: fixed;
  /* change this to fixed */
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 50; }
  .loader-circle.loader-circle, .loader-content.loader-circle {
    border: 7px solid whitesmoke;
    /* Light grey */
    border-top: 7px solid #4A4A4A;
    /* white */
    border-radius: 50%;
    animation: spin 2s linear infinite; }
  .loader-circle.loader-content, .loader-content.loader-content {
    text-align: center;
    line-height: 120px; }
    .loader-circle.loader-content span, .loader-content.loader-content span {
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      animation: spinTransition 2s linear infinite;
      opacity: 0; }

#home {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #home .introduction {
    font-weight: 600;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    position: absolute;
    opacity: 0.75;
    transform: translate(-50%, -50%);
    z-index: 10; }
    #home .introduction h1 {
      display: none;
      margin-top: -1.5%; }
    #home .introduction h2 {
      display: none;
      opacity: 0; }

section#about, section#works {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 100%;
  display: none;
  /*height: 100vh;*/ }
  section#about h1, section#works h1 {
    text-shadow: 0 1px white, 0 2px #999; }
    section#about h1 span, section#works h1 span {
      position: relative; }
      section#about h1 span .border-line, section#works h1 span .border-line {
        position: absolute;
        width: 50%;
        height: .2rem;
        top: 3.5rem;
        background: #222;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 0 1px white, 0 2px #999; }
  section#about#works, section#works#works {
    left: 200%; }
  section#about .hobbies, section#works .hobbies {
    margin-top: 2rem; }
    section#about .hobbies .card, section#works .hobbies .card {
      background-color: transparent;
      border: 1px solid #eee;
      border-radius: .5rem;
      margin-bottom: 1rem; }
    section#about .hobbies img, section#works .hobbies img {
      padding: 2rem;
      padding: 5%;
      margin: 0 auto;
      max-width: 200px; }
  section#about .profile, section#works .profile {
    opacity: 0; }
    section#about .profile.show-animate, section#works .profile.show-animate {
      animation: fadeInFromNone 1s ease-in;
      opacity: 1; }
  section#about .my-image img, section#works .my-image img {
    border-radius: 50%;
    padding: 2%;
    background-color: #eee; }
  section#about .portfolio-work, section#works .portfolio-work {
    margin-top: 1rem;
    padding: 0 7px; }
    section#about .portfolio-work img, section#works .portfolio-work img {
      padding: 5%;
      border-radius: 50%;
      margin: 0 auto 1rem; }
    section#about .portfolio-work .description, section#works .portfolio-work .description {
      padding: 1rem 0.5 rem; }
      section#about .portfolio-work .description a, section#works .portfolio-work .description a {
        margin-top: 1rem; }

.skill-bar {
  position: relative;
  width: 100%;
  height: 50px; }
  .skill-bar .progress-label {
    float: left;
    margin-right: 1em;
    margin-top: -5px;
    width: 80px; }
  .skill-bar .progress-bar {
    background-color: #333; }

div.clickEffect {
  position: fixed;
  box-sizing: border-box;
    /*border-style: solid;
ΓÇâΓÇâborder-color: $dark-grey;*/
  background-color: #4A3F3D;
  border-radius: 50%;
  animation: clickEffect 0.4s ease-out;
  z-index: 99999; }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes spinTransition {
  0% {
    /*        transform: rotate(0deg);
            -webkit-transform: rotate(0deg);*/ }
  20% {
    opacity: 1; }
  50% {
    opacity: 0; }
  65% {
    opacity: 1; }
  100% {
    opacity: 0;
    /*        transform: rotate(-360deg);
            -webkit-transform: rotate(-360deg);*/ } }
@-webkit-keyframes bgLoader {
  0% {
    background-color: rgba(33, 33, 33, 0.75); }
  50% {
    background-size: rgba(33, 33, 33, 0.5); }
  100% {
    background-size: rgba(33, 33, 33, 0.25); } }
@keyframes clickEffect {
  0% {
    opacity: 1;
    width: 0.5em;
    height: 0.5em;
    margin: -0.1em;
    /*border-width:0.5em;*/ }
  100% {
    opacity: 0.2;
    width: 1.5em;
    height: 1.5em;
    margin: -0.5em;
    /*border-width:0.03em;*/ } }
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
    transform: translateX(-999px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

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