@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');


* {
  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;
  color: #fffffe;

  align-items: center;

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

}


.footclass {
  color: #fffffe;

  margin-left: 15px;

  text-decoration: none;

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


  transition: 0.5s;
}

.skew {
  text-shadow: -13px 13px 0px #171A2E;
  transform: skew(10deg, 10deg);
}

.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: 32px;
  border-radius: 9px;
  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;
  padding: 14px;
  text-decoration: none;

  margin-left: 5px;
  font-size: 18px;
  line-height: 25px;

  border-radius: 18px;
  transition: 0.5s;
}

.header a.logo {
  font-size: 25px;
  text-align: center;
  color: #fffffe;
  font-weight: 400;
  font-family: 'Dela Gothic One', cursive;
  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;
}

.aclass {
  
    opacity: 90%;
  color: #fffffe;
  display: inline-block;
  margin-left: 24px;
  padding: 12px;
  margin-top: 10px;
  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;

  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: 18;
  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%;
  }
}

.center {
  display: grid;
  align-items: center;
  height: 90vh;

  
}

.center-container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
  .hero{
      top: 70vh;
      bottom: 0;
      margin-left: auto;
      margin-right: auto;
      
      max-width: 1400px;
      position: relative;

      
    }
  
  .head{
      font-weight: 400;
      font-size: 32px;
      color: #fffffe;
      margin-left: 28px;
      margin-right: 28px;
      font-family: 'Dela Gothic One', cursive;
  }
  .copy{
      margin-left: 28px;
      margin-right: 28px;
      font-size: 24px;
      font-family: 'Kanit', sans-serif;
      
  }
  
   
  .preload {
      overflow: hidden;
  } 


  
  /* This is whats needed */
  .containerIframe {
      margin-top: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

.description{
  font-size: 24px;
  max-width: 700px;
  font-family: 'Kanit', sans-serif;
}

.hook{
  font-weight: 400;
  text-align: left;
}

.blob {
  max-width: 90vw;
  position: absolute;
  height: 65%;
  z-index: -10;
  left: 0;
  margin-bottom: -10vh;
  bottom: 0;
}

.img-mid{
top: 45vh;
z-index: 4;
max-width: 434.86px;
max-height:244.61px;
position: absolute;

box-shadow: -5px 5px 80px 5px rgba(0, 0, 0, 0.25);
border-radius: 35px;
transform: rotate(3.58deg);
}

.img-top{
margin-right: 30px;
top: 25vh;
max-width: 267px;
max-height: 267px;
z-index: 3;
position: absolute;

box-shadow: 0px 4px 34px 14px rgba(0, 0, 0, 0.25);
border-radius: 35px;
transform: rotate(-3.69deg);
}

.img-bot{
margin-left: 200px;
top: 62vh;
max-width: 267px;
max-height: 267px;
z-index: 4;
position: absolute;

box-shadow: 0px -2px 56px 21px rgba(0, 0, 0, 0.25);
border-radius: 35px;
transform: rotate(-3.69deg);
}

.img-group{

float: right;
  
  width: 500px;

}

.showMenu {
    transform: translateY(0);
  }
  .material-icons {

      font-size: 32px;
  }
    .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;
  }
  @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;
      }
}
@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: -2px;
      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: fixed;
    z-index: 100;
    top: 18px;
    right: 1rem;
    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;
  } 



    .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 {
      font-size: inherit;
      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;
  }


.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: 46px;
          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: 1400px) {
  .img-mid{
    right: 0;
    opacity: 0.3;
    top: 30vh;
    margin-right: 42px;
    z-index: -1;
    width: 67vw;
    max-width: 869.72px;
    max-height: 489.22px;
    position: absolute;

    box-shadow: -5px 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    transform: rotate(3.58deg);
  }

  .img-top{
    opacity: 0.3;
    display: none;
    margin-right: 30px;
    top: 25vh;
    max-width: 267px;
    max-height: 267px;
    z-index: -2;
    position: absolute;

    box-shadow: 0px 4px 34px 14px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    transform: rotate(-3.69deg);
  }

  .img-bot{
    display: none;
    opacity: 0.3;
    margin-left: 200px;
    top: 62vh;
    max-width: 267px;
    max-height: 267px;
    z-index: -3;
    position: absolute;

    box-shadow: 0px -2px 56px 21px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    transform: rotate(-3.69deg);
  }

  .img-group{

    float: right;
      
      width: 500px;

  }

 }

 @media screen and (max-width: 950px) {
.img-mid{
  border-radius: 10px;
  box-shadow: -5px 5px 5px 5px rgba(0, 0, 0, 0.25)
}
  .hero-cards{
      display: none;
  }

}

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

  .logo{
      font-size: 22px;
  }
  .img-mid{
    display: none;
  }
 .hero-text{
      text-align: center;
 }
 .hook{
  text-align: center;
 }
 .description{
  text-align: center;
  font-size: 16px;
  padding: 5px;
 }

 .hook{
  font-size: 18px;
 }

 .aclass{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: grid
 }

}
  
@media screen and (max-width: 515px) {
.aclass{
  max-width: 90vw;
}
}


.color-span-sp{
    color: #b8c1ec;
    font-family: 'Kanit', sans-serif;
    font-size: inherit;
  }