@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-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  background-image: url("../img/nextvr_bg@2x.jpg");
  /* background-size: 1920px 1080px; */
  background-size: auto 100%;
  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;
  }
}

 body {
  background: transparent;
  font-family: 'ibm', sans-serif;
  font-size: 10px;
  height: 100vh;
  z-index: -2;
}

.f {
  display: none;
}

.container {
  z-index: 9999;
  max-width: 1200px;
}

.top-right {
  z-index: -1;
  position: fixed;
  top: 0px;
  right: 0px;
  max-height: 50%;
}

.bottom-left {
  z-index: -1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  max-height: 50%;
}

.logo {
  max-width: 450px;
  width: 100%;
}

.fix42 {
  padding: 10px;
  position: fixed;
  top: 0px;
  right: 0px;
}

.mobile {
  position: fixed;
  max-width: 1000px;
}

.main-box {
  z-index: 9999;
}

.main-button {
  font-size: 3.0rem;

  background: #0000009C 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  border-radius: 9px;
  color: #FFFFFF;
  padding: 0.5rem;
  /* max-width: 700px; */
  width: 100%;
}

.main-text {
  font-size: 2.4rem;
  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;
}

.mobile-response {
  display: none;
  max-width: 740px;
  margin: auto;
}

@media screen and (max-width: 500px) {

  .main-text {
    font-size: 1.8rem;
  }

  .main-button {
    font-size: 1.8rem;
  }

  .web-response {
    display: none;
  }

  .mobile-response {
    display: block;
  }

  html {
    background-position: 75% 50%;
  }

  .footer {
    height: 24px;
    font-size: 6px !important;
  }
}

@media screen and (max-width:768px) {
  .footer {
    font-size: 10px;
  }

  .main-text {
    font-size: 20px;
  }

  .main-button {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  /* .mobile {
    display: none;
  } */

  .web-response {
    display: none;
  }


  .mobile-response {
    display: block;
  }

  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 820px) {
  .mobile-response {
    max-width: 624px;
  }
}

/* @media screen and (max-width:1400px) {
  .mobile {
    display: none;
  }
} */

.app-image {
  margin: 1rem 0.1rem;
  /* border: 2px solid #FFFFFF; */
  /* border-radius: 20px; */
}
