@font-face {
  font-family: "ibm";
  src: url("../font/IBMPlexSansThai-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ibm";
  src: url("../font/IBMPlexSansThai-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  background-image: url("../img/nextvr_bg@2x.jpg");
  background-size: 1920px 1080px;
  background-attachment: fixed;
  font-family: 'ibm', sans-serif;
  background-repeat: no-repeat;
  font-size: 10px;
  height: 100vh;
  z-index: -2;
}

@media screen and (min-width:1920px) {
  html {
    background-size: 100% 100% !important;
  }
}

@media screen and (min-height:1080px) {
  html {
    background-size: 3840px 2160px !important;
    background-position: 50% 50%;
  }
}

 body {
  background: transparent;
  font-family: 'ibm', sans-serif;
  font-size: 10px;
  height: 100vh;
  z-index: -2;
  padding: 5rem;
  padding: 0px;
}

.semi-body {
  padding: 5rem;
}

.black-box {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  z-index: 9999;
  padding: 5rem;
  margin-bottom: 24px;
}

.bottom-left {
  z-index: -1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  max-height: 50%;
}

.logo {
  max-width: 450px;
  width: 100%;
}

.main-button {
  font-size: 4.0rem;
  border: 2px solid #FA3D6C;
  border-radius: 10px;
  color: #FA3D6C;
  background: transparent;
  padding: 0.5rem;
  max-width: 900px;
  width: 100%;
}

.main-text {
  font-size: 2.8rem;
  color: #FFFFFF;
}

.sub-head {
  font-size: 3.0rem;
  color:#FFFFFF;
  font-weight: bold;
}

.sub-text {
  font-size: 2.4rem;
}

.p-head-text {
  font-size: 2.4rem;
  color: #FFFFFF;
}

.p-sub-text {
  font-size: 1.8rem;
  color: #FFFFFF;
}

.footer {
  font-size: 1.4rem;
  z-index: 9999;

  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 36px;
  background: transparent linear-gradient(93deg, #FA3D6C 0%, #3E00BF 100%) 0% 0% no-repeat padding-box;

  color:#FFFFFF;
  padding: 8px;
}

.t-r {
  text-align: right;
}

.p-box {
  text-align: center;
}

.mobile-num-mobile {
  display: none;
}

@media screen and (max-width: 500px) {

  html {
      font-size: 8px;
  }

  .main-text {
    font-size: 1.4rem;
  }

  .main-button {
    font-size: 1.8rem;
  }

  .footer {
    height: 24px;
    font-size: 7px !important;
  }

  .top-right {
    display: none !important;
  }

  .bottom-left {
    display: none !important;
  }

  .sub-head {
    font-size: 2.0rem;
  }

  .sub-text {
    padding: 8px 0px;
    font-size: 1.4rem;
  }

  .p-img {
    width: 50% !important;
    height: auto !important;
    padding: 1.2rem 0rem !important;
  }

  .black-box {
    padding: 25px;
  }

  .p-head-text {
    font-size: 1.8rem;
  }

  .p-sub-text {
    font-size: 1.2rem;
  }

  .footer {
    height: 24px;
    font-size: 6px !important;
  }

  .sub-img {
    padding: 6px !important;
  }

  .semi-body {
    padding: 3rem !important;
  }

  .mobile-num-mobile {
    display: block !important;
  }

  .mobile-num-web {
    display: none !important;
  }

  .img-1 {
    margin-top: 8px !important;
  }

}

@media screen and (max-width:768px) {
  .footer {
    font-size: 10px;
  }
}

@media screen and (max-width:1700px) {
  .powered-box {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .contact-box {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .p-box {
    text-align: left;
  }
}

/* @media screen and (max-height:675px) {
  .footer {
    position: relative !important;
  }
} */
