@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap');
section {
  position: relative;
  width: 100%;
}

a:hover {
  text-decoration: none !important;
}

hr {
  border:none;
  height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px; 
}

body {
  color: #2b2b2b !important;
  background-color: #fff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
  
}
.text-th{
  font-family: 'Kanit', sans-serif;
}

.text-gray{
  color:#2b2b2b !important;
}




/* .wrap{
  font-family: 'Mulish', sans-serif !important;
} */

.loader{
  width: 100%;
  min-height: 120vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.text__glitch{
  color: #009999;
font-size: 60px;
letter-spacing: 1px;
text-align: center;
text-transform: Uppercase;
}

a {
  color: inherit;
}

#container {
  position: relative;
  z-index: 2;
}

.fv {
  top: 0px !important;
  height: 100vh;
  width: 100%;
}

.holderCircle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}
.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ffffff;
  color: #009999;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6;
}
.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.dotCircle .itemDot .forActive::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #009999;
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}
.dotCircle .itemDot .forActive::before {
  content: "";
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid #009999;
  right: -39px;
}
.dotCircle .itemDot.active .forActive {
  display: block;
}
.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 410px;
  height: 410px;
  border: 2px dotted #004b4b;
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear;
}
.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #ffffff;
  transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
  background: #009999; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #009999 0%,
    #adefef 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #009999 0%,
    #adefef 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #009999 0%,
    #adefef 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.13);
}
.dotCircle .itemDot {
  font-size: 40px;
}
.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentCircle .CirItem {
  border-radius: 100%;
  color: #59d2c6;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px;
}
.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}
.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000000;
  opacity: 0.1;
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
  .holderCircle {
    width: 300px;
    height: 300px;
    margin: 110px auto;
  }
  .holderCircle::after {
    width: 100%;
    height: 100%;
  }
  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 300px;
    height: 300px;
    border: 2px dotted #a733bb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
  }
  .contentCircle .CirItem {  
    left: 30px;   
    top: -80px;   
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
}
.title-box .title {
  font-size: 30px !important;
  letter-spacing: 2px;
  position: relative;
  z-index: -1;
}
.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  font-weight: 300;
  color: #640178;
}
.title-box p {
  font-size: 10px;
  line-height: 2em;
  left: 0px;
  top: 50px;
}


/* .fv_img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
}

.fv_img2 {
  width: 30%;
  margin: 0 auto;
} */

.heading {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 0;
  padding: 1.5em 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 99;
}

.heading h1 {
  font-size: 3rem;
}

.heading a {
  font-size: 0.889rem;
  text-transform: capitalize;
  text-decoration: none;
  padding: .555em 1.5em;
  display: block;
  margin-top: .5em;
  border-radius: 2.5em;
  background-color: #fff;
  color: #1f1f1f;
  transition: .25s transform;
}

.heading a:hover {
  transform: scale(1.075);
}

.slide{
  vertical-align: middle;
}

.bg {
  background-image: url(https://source.unsplash.com/BteCp6aq4GI);
  background-size: cover;
  background-position: center;
}

.fv_img1 {
  position: absolute;
  top: -130px !important;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}

@media only screen and (max-device-width: 480px){
  .content-text{margin-top: 40px !important;} 
  .beonTime{display: none;}
  .mobileText{font-size: 12px;}
  .mobileImg{display: none;}
  .fv_img1 {
  position: absolute;
  top: -70px !important;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}
.fv {
  top: 0px !important;
  height: 30vh;
  width: 100%;
}
.ftco-about{
  margin-top: 0px!important;
}
}
@media only screen and (max-device-width: 768px){
  .mobileImg{display: none;}
  .content-text{margin-top: 40px !important;} .beonTime{display: none;}
  .mobileText{font-size: 12px;}
  .fv_img1 {
  position: absolute;
  top: -70px !important;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}
.fv {
  top: 0px !important;
  height: 30vh;
  width: 100%;
}
.ftco-about{
  margin-top: 0px!important;
}
}

 /* Styling modal */
 .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 40%;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

.modal .modal-content {
  padding: 20px 20px 20px 20px;
  -webkit-animation-name: modal-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: modal-animation;
  animation-duration: 0.5s;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.text-gd {
  font-size: 72px;
  background: -webkit-linear-gradient(rgb(4, 92, 97), rgb(14, 235, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ukiyo {
  margin-top: 12.5em;
}

.img-size-1 {
  margin-left: 10%;
}

.img-position-r {
  margin-left: auto;
  margin-right: 10%;
}

.img-size-full {
  width: 100%;
  height: 115vh;
}

.img-size-full-2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-size-full-3 {
  width: 80%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-size-1 {
  width: 33.3333%;
  height: 75vh;
}

.img-size-2 {
  width: 50%;
  height: 100vh;
}

footer {
  padding: 15em 5% 10em;
  opacity: 0.5;
}

@media screen and (max-width: 800px) {
  .heading {
    width: 92.5%;
  }

  .heading a {
    font-size: 2vw;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .heading h1 {
    font-size: 6vw;
  }

  .img-position-l {
    margin-left: 0;
  }

  .img-position-r {
    margin-right: 0;
  }

  .img-size-full {
    height: 100vh;
    height: 100vh;
  }

  .img-size-1 {
    width: 75%;
    height: 75vh;
  }

  .img-size-2 {
    width: 75%;
    height: 100vh;
  }
}

@media screen and (max-width: 500px) {
  .heading a {
    font-size: 3vw;
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading h1 {
    font-size: 7.5vw;
  }
}

.f-1r{
  font-size: 0.5rem;
}

h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem !important;
  color: transparent;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.6rem;
  }
}
h2:hover span:nth-child(1) {
  transform: translateY(-1rem);
}
@media only screen and (max-width: 1100px) {
  h2:hover span:nth-child(1) {
    transform: translateY(-0.7rem);
  }
}
@media only screen and (max-width: 900px) {
  h2:hover span:nth-child(1) {
    transform: translateY(-0.55rem);
  }
}
@media only screen and (max-width: 700px) {
  h2:hover span:nth-child(1) {
    transform: translateY(-0.47rem);
  }
}
@media only screen and (max-width: 480px) {
  h2:hover span:nth-child(1) {
    transform: translateY(-0.4rem);
  }
}
h2:hover span:nth-child(2) {
  transform: translateY(1rem);
}
@media only screen and (max-width: 1100px) {
  h2:hover span:nth-child(2) {
    transform: translateY(0.7rem);
  }
}
@media only screen and (max-width: 900px) {
  h2:hover span:nth-child(2) {
    transform: translateY(0.55rem);
  }
}
@media only screen and (max-width: 700px) {
  h2:hover span:nth-child(2) {
    transform: translateY(0.47rem);
  }
}
@media only screen and (max-width: 480px) {
  h2:hover span:nth-child(2) {
    transform: translateY(0.4rem);
  }
}
h2:hover span:nth-child(3) {
  opacity: 1;
  transition: opacity 700ms ease;
}
h2 span:nth-child(1), h2 span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  color: #031231;
  transition: 0.5s;
  overflow: hidden;
}

h2 span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 350ms ease;
  font-size: 1.8rem;
  color: #fff;
  background: #66e3be;
  width: 97.5%;
  padding-left: 5px;
  text-align: center;
  letter-spacing: 0.5rem;
  word-spacing: 1rem;
  line-height: 100%;
}
@media only screen and (max-width: 1100px) {
  h2 span:nth-child(3) {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 900px) {
  h2 span:nth-child(3) {
    font-size: 1rem;
    width: 97%;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 700px) {
  h2 span:nth-child(3) {
    font-size: 0.85rem;
    width: 96%;
    letter-spacing: 3px;
    word-spacing: 0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  h2 span:nth-child(3) {
    font-size: 0.65rem;
    letter-spacing: 2px;
    word-spacing: 0.2rem;
  }
}

.pyramid {
  position: absolute;
  right: 50vw;
  bottom: 0;
  width: 0;
  height: 0;
  transform: translateX(0);
  border-style: solid;
  border-width: 0 100vw 120vw 100vw;
  border-color: transparent transparent #015c5c transparent;
}

.sand {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9vw;
  min-height: 8rem;
  background: #009999;
}

.ternary-system {
  position: absolute;
  bottom: 0;
  left: 82vw;
  transform: translateX(-100%);
}

.sun {
  position: relative;
  border-radius: 50%;
  background: #bbf0f0;
}

.sun.primary {
  position: absolute;
  top: 15vw;
  left: 5vw;
  width: 1rem;
  height: 1rem;
}

.sun.secondary {
  position: absolute;
  top: 5vw;
  left: 11vw;
  width: 16vw;
  max-width: 6rem;
  height: 16vw;
  max-height: 6rem;
}

.sun.ternary {
  right: 0;
  transform: translateX(10.8rem);
  width: 80vw;
  max-width: 800px;
  height: 80vw;
  max-height: 800px;
}

.pendulums {
  position: absolute;
  width: 50px;
  height: 200px;
  right: 35vw;
  top: -120px;
  perspective: 400px;
}

.pendulum {
  position: absolute;
  width: 50px;
  height: 200px;
  right: 44%;
  top: 0;
  left: 50%;
  transform: translateZ(-300px) translateX(-50%);
}

.pendulum.shadow {
  top: 263%;
  left: -65%;
  bottom: 0;
  transform-origin: 50% 0;
  transform: translateX(-50%) scaleY(-1) scaleZ(2) rotateY(-30deg) rotateX(-75deg) translateZ(300px);
}

.pendulum .bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 20px;
  height: 200px;
  background: rgb(255, 254, 254);
}

.pendulum .string {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 150px;
  background: rgb(254, 253, 253);
}

.pendulum .weight {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(250, 240, 240);
}

.pendulum .motion {
  position: absolute;
  height: 200px;
  width: 50px;
  transform-origin: 50% 10px;
  animation: swing 1600ms infinite ease-in-out;
}

.pendulum.shadow .bar, .pendulum.shadow .string, .pendulum.shadow .weight {
  background: #2d2d2c;
}

.text {
  position: absolute;
  width: auto;
  right: 18vw;
  bottom: calc(63vh);
  transform: translateY(50%);
  font-size: 1.3rem;
}

.title {
  text-align: center;
  font-size: 1em;
  /* font-family: "Oswald"; */
  font-weight: 300;
  /* text-transform: uppercase; */
  line-height: 1.3em;
  margin: 0;
  color: #222;
}

.title strong {
  display: block;
  font-weight: 700;
  font-size: 6em;
  line-height: 1em;
}

.title em {
  /* font-style: normal; */
  font-weight: 400;
  font-size: 2.6em;
  line-height: 1em;
  letter-spacing: 0.29em;
  margin-left: 0.25em;
}

p {
  position: absolute;
  left: 50%;
  transform: translateX(3.2em);
  /* font-family: "Oswald"; */
  font-size: 0.6em;
  color: #222;
  margin: 0 17px;
  padding: 0;
  text-align: right;
}

@keyframes swing {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@media only screen and (orientation: portrait) {
  .text {
    right: 50%;
    top: 10%;
    transform: translateX(50%);
    font-size: 7vw;
  }

  .title {
    font-size: 1em;
  }
}

.lerp-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.25rem;
  line-height: 1.1;
}
.lerp-wrap span {
  position:relative;
  width:100px;
  height:100px;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  font-size: clamp(32px, 3vw, 8vw);
  background:#fff;
}

