@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');


* {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  scrollbar-width: auto;
  scrollbar-color: #171a2e #232946;
}

*::-webkit-scrollbar {
  width: 0px;
}

*::-webkit-scrollbar-track {
  background: #232946;
}

*::-webkit-scrollbar-thumb {
  background-color: #171a2e;
  border-radius: 10px;
  border: 3px solid #232946;
}


* {
  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}


body {
  color: #fffffe;
  background-image: url("/images/ooorganize.svg"), url("/images/waves.svg") ;
  background-size: cover;
    background-repeat: no-repeat;
  background-position-y: -16px;

  background-color: #232946;
  padding: 20px;
  width: 100vw;
  height: 100vh;

  font-size: 18px;


}

h1 {
  font-family: 'Dela Gothic One', cursive;
  font-weight: 300;
  color: #fffffe;

  align-items: center;

  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 50px;
  font-size: 28px;
  text-align: center;

}



.header {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;

  max-width: 1400px;
  position: relative;

  z-index: 9;


  margin-top: -10px;
  text-align: center;

  padding: 12px;
  padding-right: 34px;
  
  transition: 0.5s;
  /* 	    background-color: hsla(230, 33%, 17%, 0.7); */

}

.header a {
  font-family: 'Kanit', sans-serif;
  float: left;
  color: #fffffe;


  text-align: center;
  margin-top: 14px;
  margin-left: 19px;
  margin-right: 14px;
  margin-bottom: 14px;
    
  text-decoration: none;

  
  font-size: 18px;
  line-height: 25px;

  
  transition: 0.5s;
}

.header a.logo {
  margin-left: 14px;
  font-size: 25px;
  text-align: center;
  color: #fffffe;
  font-weight: bold;
  font-family: 'Dela Gothic One', cursive;
  font-weight: 300;
  transition: 0.5s;
  text-shadow: 4px 4px 0px #171A2E;
}

.header a:hover {

  color: #b8c1ec;
  transition: 0.5s;
}

.header a.logo:hover {
  color: #b8c1ec;
  
  transition: 0.5s;
}


.header a.active {

  font-weight: bold;
  color: #b8c1ec;
}

.header a.active:hover {

  color: #C59DF1;
  transition: 0.5s;
}
.header a.support:hover{
    color: #FFAED8;
    transition: 0.5s;
}

.header-right {
  float: right;
  text-align: center;
}

  .header-menu{
      float: right;
      text-align: center;
  }

.aclass {
    opacity: 90%;
  color: #fffffe;
  display: inline-block;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 4px;

  width: 100%;
  max-width: 152px;


  text-decoration: none;

  align-items: center;



  font-size: 16px;
  font-family: 'Kanit', sans-serif;

  
  background-color: #1d213a;
  border-radius: 16px;

/* 	border: 2px solid #202540; */
  transition: 0.5s;
  text-align: center;
}

.aclass:hover {
  background-color: #171a2e;

}







.loader {
  z-index:1000;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}

.loader-wrapper {
  z-index:1000;
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #232946;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}


  .hero{
      
      width: 1405px;
      margin: auto;
      margin-bottom: 36px;
      
    }

  .center {
      padding: 12px;
      width: 1405px;
      max-width: 100vw;
      position: absolute;
      bottom: 30%;
      left: 0;
      right: 0;
      margin: auto;
      margin-bottom: 36px;
      
    }
  
  .head{
      font-size: 32px;
      color: #fffffe;
      margin-left: 28px;
      margin-right: 28px;
      font-family: 'Dela Gothic One', cursive;
      font-weight: 300;
  }
  
  .copy{
      margin-left: 28px;
      margin-right: 28px;
      font-size: 24px;
      font-family: 'Kanit', sans-serif;
      
  }
  
   #typewriter {
      color: #b8c1ec;
      font-size: 32px;
      font-family: 'Dela Gothic One', cursive;
      font-weight: 300;
      
    }

    #cursor {
      color: #b8c1ec;
      animation: blink 1s linear infinite;
    }

    @keyframes blink {
      0% {
        opacity: 100%;
      }
      50% {
        opacity: 0%;
      }
    }


  @media screen and (max-width: 750px) {
      .aclass {
          width: 100%;
          max-width: 147px;
        }
      .head{
          font-size: 28px;
          color: #fffffe;
          font-family: 'Dela Gothic One', cursive;
      }
      .copy{
          font-size: 22px;
          font-family: 'Kanit', sans-serif;
          
      }

      #typewriter {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;
          
        }
  }

  @media screen and (max-width: 700px) {
      .head{
          font-size: 24px;
          color: #fffffe;
          font-family: 'Dela Gothic One', cursive;
      }
      .copy{
          font-size: 18px;
          font-family: 'Kanit', sans-serif;
          
      }

      #typewriter {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;
          
        }

       .aclass {
          width: 100%;
          max-width: 142px;
        }

      
  }

@media screen and (max-width: 610000px) {
      .hamburger{
          display: none;
      }
      
  }
@media screen and (max-width: 610px) {
    .hamburger{
          display: block;
      }
  .aclass {
      width: 100%;
      max-width: 132px;
  }
  #typewriter {
      color: #b8c1ec;
      font-size: 24px;
      font-family: 'Poppins', sans-serif;
      
  }  
  .head{
      font-size: 24px;
      color: #fffffe;
      font-family: 'Poppins', sans-serif;
  }
  .copy{
      font-size: 18px;
      font-family: 'Kanit', sans-serif;		
  }
  .header a {
      float: none;
      display: none;
  }
  .header a.logo {
      font-family: 'Poppins', sans-serif;
      display: block;
      float: left;
  }
  .header-right {
      float: none;
  }
  h1 {
      font-family: 'Poppins', sans-serif;
  }
}
  

  .moveLeft{
      opacity: 90%;
      margin-left: 4px;
      background-color: #b8c1ec;
      color: #1d213a;;
  }
 .moveLeft:hover{
      opacity: 100%;
      background-color: #b8c1ec;
  }
  
  

  
  .glow-support:hover {
    
    box-shadow: 0 5px 15px rgba(184, 193, 236, .4);
  }
  .glow-join:hover {
    
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .menuItem {
    font-family: 'Dela Gothic One', cursive;
    text-decoration: none;
    display: block;
    margin: 2rem 4rem;
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
      transition: 0.5s;
  }
  
  .menuItem:hover {
    text-decoration: none;
    
  }
  
  .hamburger {
    text-decoration: none;
    position: absolute;
    z-index: 100;
    top: 1.6rem;
    right: 0.65rem;
    font: size 32px;
    color: #ffffff;
    padding: 18px;
    border: none;
    border-radius: 18px;
    background: none;
    cursor: pointer;
  }
  
  .closeIcon {
    display: none;
  }
  
  .menu {
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #232946;
    backdrop-filter: blur(5px);
    
    color: white;
    list-style: none;
    padding-top: 4rem;
  }
  @supports (backdrop-filter: blur(5px)) {
    .menu {
      background: hsla(230, 33%, 1%, 0.1);
      backdrop-filter: blur(5px);
    }
  }
  
  .showMenu {
    transform: translateY(0);
  }
  .material-icons {

      font-size: 32px;
  }

    .menu a.logo {

    }
  
    .menu a:hover {
      text-decoration: none;
      color: #b8c1ec;
      transition: 0.5s;
    }
  
    .menu a.logo:hover {
      color: #b8c1ec;
      text-decoration: none;
      transition: 0.5s;
    }
  
   
    .menu a.active {
      text-decoration: none;
      font-weight: bold;
      color: #b8c1ec;
    }
  
    .menu a.active:hover {
      text-decoration: none;
      color: #C59DF1;
      transition: 0.5s;
    }
    .menu a.support:hover{
        text-decoration: none;
        color: #FFAED8;
        transition: 0.5s;
    }
  
    .menu-right {
        text-decoration: none;
      float: right;
      text-align: center;
    }

  .menu-menu{
      text-decoration: none;
      float: right;
      text-align: center;
  }


  .preload {
      overflow: hidden;
  } 

  .moveLeft{
      opacity: 90%;
      margin-left: 4px;
      background-color: #b8c1ec;
      color: #1d213a;;
  }
 .moveLeft:hover{
      opacity: 100%;
      background-color: #b8c1ec;
  }

    .head1 {
      font-family: 'Dela Gothic One', cursive;
      color: #FFFFFF;
      height: 90%;
      width: 100%;
      display: flex;
      position: fixed;
      align-items: center;
  
      justify-content: center;
      font-size: 58px;
      text-align: center;
      
  
    }
      
      .text {
          background: linear-gradient(-45deg, #FFFFFE, #b8c1ec, #C59DF1);
          
          background-size: 300%;
          

          font-weight: 900;
          font-size: 80px;
          filter: drop-shadow(-10px 10px 0px #171A2E);
          overflow: hidden;
          
          -webkit-background-clip: text;
          color: transparent;
          animation: animated_text 12s ease-in-out infinite;
          -moz-animation: animated_text 12s ease-in-out infinite;
          -webkit-animation: animated_text 12s ease-in-out infinite;
          background-color: #FFFFFE;
      }
      
      @keyframes animated_text {
          0% {
              background-position: 0px 50%;
          }
          50% {
              background-position: 100% 50%;
          }
          100% {
              background-position: 0px 50%;
          }
      }
  @media screen and (max-width: 850px) {
      .text {

          font-weight: 900;
          font-size: 66px;

      }
  }
  @media screen and (max-width: 610px) {
      .text {

          font-weight: 900;
          font-size: 48px;

      }
      
     
      .aclass {
          width: 100%;
          max-width: 132px;
      }
      #typewriter {
          color: #b8c1ec;
          font-size: 24px;
          font-family: 'Poppins', sans-serif;
          margin-left: 6px;
      }  
      
      .header a {
          float: none;
          display: none;
      }
      .header a.logo {
          font-family: 'Poppins', sans-serif;
          display: block;
          float: center;
      }
      .header-right {
          float: none;
      }
      h1 {
          font-family: 'Poppins', sans-serif;
      }
  
      .head1 {
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
        height: 100%;
        width: 90%;
        display: flex;
        position: fixed;
        align-items: center;
  
        justify-content: center;

        text-align: center;
      
  
      }
  

  
    }
    .hook{
      text-align: left;
    }

    .color-span {
      color: #b8c1ec;
      font-family: 'Dela Gothic One', sans-serif;
    }
  
  .hero-text{
      max-width: 581px;
      margin-left: 26px;
      margin-right: 26px;
  }
  .description{
      font-family: 'Kanit', sans-serif;
      font-size: 24px;
      font-weight: 100;
  }

.blob {
  position: absolute;
  width: min(562px, 90vw);
  height: min(639px, 90vh);
  z-index: -1;
  right: 0;
  
  bottom: 0;
}

.hero-cards{
  display: flex;
  position: absolute;
  right: 0;
  transform: translateY(-80%)
}


@media screen and (max-width: 750px) {
      .aclass {
          width: 100%;
          max-width: 147px;
      }

      .head {
          font-size: 28px;
          color: #fffffe;
          font-family: 'Dela Gothic One', cursive;
      }

      .copy {
          font-size: 22px;
          font-family: 'Kanit', sans-serif;

      }

      #typewriterLarge {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;

      }

      #typewriterSmall {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;

      }

  }

  @media screen and (max-width: 700px) {
      .head {
          font-size: 24px;
          color: #fffffe;
          font-family: 'Dela Gothic One', cursive;
      }

      .copy {
          font-size: 18px;
          font-family: 'Kanit', sans-serif;

      }

      #typewriterLarge {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;

      }

      #typewriterSmall {
          color: #b8c1ec;
          font-size: 28px;
          font-family: 'Dela Gothic One', cursive;

      }

      .aclass {
          width: 100%;
          max-width: 142px;
      }


  }

  @media screen and (max-width: 610000px) {
      .hamburger {
          display: none;
      }

      .menu {
          display: none;
      }

      .menuItem {
          display: none;
      }

  }

  @media screen and (max-width: 630px) {
      .menu {
          display: block;
      }

      .menuItem {
          display: block;
      }

      .hamburger {
          display: block;
      }

      .aclass {
          width: 100%;
          max-width: 132px;
      }

      #typewriterLarge {
          color: #b8c1ec;
          font-size: 24px;
          font-family: 'Dela Gothic One', cursive;

      }

      #typewriterSmall {
          color: #b8c1ec;
          font-size: 24px;
          font-family: 'Dela Gothic One', cursive;

      }

      .head {
          font-size: 24px;
          color: #fffffe;
          font-family: 'Dela Gothic One', cursive;
      }

      .copy {
          font-size: 18px;
          font-family: 'Kanit', sans-serif;
      }

      .header a {
          float: none;
          display: none;
      }

      .header a.logo {
          font-family: 'Dela Gothic One', cursive;
          display: block;
          float: left;
      }

      .header-right {
          float: none;
      }

      h1 {
          font-family: 'Dela Gothic One', cursive;
      }
  }

  .large {
      display: block;
  }

  .small {
      display: none;
  }





  @media screen and (max-width: 480px) {

      .swiper {
          float: none;
          margin-bottom: 90px;
          float: center;
          margin-left: auto;
          margin-right: auto;
      }

      .swiperPos {
          position: absolute;
          margin-left: auto;
          margin-right: auto;
      }

      .large {
          display: none;
      }

      .small {
          display: block;

          text-align: center;
      }

      .hamburger {
          display: block;
      }

      .aclass {
          width: 100%;
          margin-left: 0px;
          max-width: 132px;
      }

      #typewriterLarge {
          color: #b8c1ec;
          font-size: 25px;
          font-family: 'Dela Gothic One', cursive;

      }

      #typewriterSmall {
          color: #b8c1ec;
          font-size: 25px;
          font-family: 'Dela Gothic One', cursive;

      }

      .head {
          font-size: 25px;
          color: #fffffe;
          line-height: 28px;
          font-family: 'Dela Gothic One', cursive;
          margin-bottom: 10px;
      }

      .copy {
          font-size: 18px;
          font-family: 'Kanit', sans-serif;
          margin-bottom: 10px;
      }

      .header a {
          float: none;

          display: none;
      }

      .header a.logo {
          font-family: 'Dela Gothic One', cursive;
          display: block;
          float: left;
      }

      .header-right {
          float: none;
      }

      h1 {
          font-family: 'Dela Gothic One', cursive;
      }
  }

@media screen and (max-width: 950px) {
  .hero-cards{
      display: none;
  }

}

@media screen and (max-width: 650px) {
  .logo{
      font-size: 22px;
  }
 .hero-text{
      text-align: center;
 }
 .hook{
  text-align: center;
 }
 .description{
  font-size: 18px;
 }

 .hook{
  font-size: 20px;
 }




}
  
@keyframes fadeInUp {
      from {
          transform: translate3d(0, 40px, 0)
      }

      to {
          transform: translate3d(0, 0, 0);
          opacity: 1
      }
  }

  @-webkit-keyframes fadeInUp {
      from {
          transform: translate3d(0, 40px, 0)
      }

      to {
          transform: translate3d(0, 0, 0);
          opacity: 1
      }
  }


  .animatedFadeInUp {
      opacity: 0
  }

  .fadeInUp {
      opacity: 0;
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
  }

  .animated {
      animation-duration: 1s;
      animation-fill-mode: both;
      -webkit-animation-duration: 1s;
      -webkit-animation-fill-mode: both
  }

  .hideme {
      opacity: 0;
  }

