body,
* {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  background-color: #ffffff;
}

section {
  display: block;
}

sup {
  font-size: 60%;
  vertical-align: super;
}
a {
  text-decoration: none;
  cursor: pointer;
}

p,
span,
a,
div {
  font-weight: 400;
}
button {
  cursor: pointer;
  border: none;
}
strong {
  font-weight: bold;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}
/* for Andale Mono font */
@font-face {
  font-family: "Andale Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Andale Mono"), url("../fonts/andale-mono/ANDALEMO.woff") format("woff");
}
/* ------ Reusable classes -------- */
.valign-top {
  vertical-align: top;
}
.txt-wht {
  color: #ffffff;
}
.txt-blk {
  color: #000000;
}
.txt-ltblue {
  color: #0171e3;
}
.txt-center {
  text-align: center;
}
.txt-dkblue {
  color: #10294b;
}
.txt-disabledGrey {
  color: #8a8a8a;
}
.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.ft-weight-bold {
  font-weight: 700;
}
.ft-weight-med {
  font-weight: 500;
}
.ft-weight-semimed {
  font-weight: 600;
}
.normal-txt {
  font-size: 18px;
  line-height: 1.3em;
}

.tiny-txt {
  font-size: 14px;
  line-height: 16px;
}

.container {
  width: 100%;
  height: 100%;
}
.is-blurred {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
/*  The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#svg-check {
  width: 100px;
  display: block;
  margin: 30px auto;
  fill: #71bf4c;
}
#closeModal,
#closeModalThank {
  border-radius: 40px;
  display: block;
  margin: 30px auto;
  float: none;
  font-size: 20px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #979797;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #979797;
}
.form1 {
  margin-top: 40px;
}
.form1 input,
.form1 select {
  display: block;
  width: 90%;
  height: 50px;
  margin: 8% auto;
  padding: 2%;
  text-align: center;
  background-color: #fbfbfb;
  color: #979797;
  border: 1px solid #979797;
}
.form1 option {
  text-align: left;
}
/* --------- Index Style --------- */
.main {
  width: 100%;
  margin: 40px auto;
}

.main p {
  font-size: 20px;
  line-height: 26px;
}

.normal-txt {
  font-size: 20px;
}

header {
  width: 100%;
  height: fit-content;
  margin: 0 auto 40px;
}
header > div {
  width: 100%;
}
header div.logo {
  background-color: #2cabe1;
  padding: 20px 0;
}

header div.headLogo {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
}

header div.subLogo {
  width: 100%;
  margin: 20px auto 0;
}
header div.headLogo img,
header div.subLogo img {
  width: 94%;
}
header div.subLogo img {
  max-width: 200px;
}
header div.headLogo img {
  max-width: 270px;
  padding: 0;
}

.logo img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.main h1,
.main h2 {
  font-size: 40px;
  font-weight: 700;
}
h2.gradient-text {
  margin-bottom: 20px;
}
.banner1 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
}
.banner1 .logo {
  padding-top: 45px;
}
.banner2 {
  background-color: #000000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner1 > *,
.banner2 > * {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.hero-container {
  height: 400px;
  position: relative;
  width: 100%;
}

.vr-img-box {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  min-height: 500px;
  background-image: url(../images/img_glow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vr-img-box img {
  object-fit: contain;
  width: 350px;
  height: 100%;
}

.floating {
  animation-name: floating;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 15px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.demo-btn {
  width: 300px;
}
.getStarted-btn {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.learnMore p.hover-line:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

.signUp-sect {
  margin: 60px auto;
  text-align: center;
  display: block;
  max-width: 90%;
}

.padding-lr-3p {
  padding-left: 3%;
  padding-right: 3%;
}

.padding-tb-3p {
  padding-top: 3%;
  padding-bottom: 3%;
}

.padding-lr-5p {
  padding-left: 5%;
  padding-right: 5%;
}
.feature-header {
  margin-top: 50px;
}
.features {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
div.feature-img {
  margin: 0 auto 20px;
}
.feature-img img {
  vertical-align: bottom;
  width: 60px;
}
.features > div {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features p {
  padding: 0 0 10px;
  width: 240px;
  margin: 0 auto;
  font-weight: 300;
}

.slides {
  width: 100%;
}
.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.5s;
  overflow: hidden;
}
.slides img:hover {
  transform: scale(1.1);
}
.slides > div {
  color: #ffffff;
  padding: 0px;
  margin: 10px auto 0;
  width: 100%;
  height: 580px;
}
.slideTxt {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slideImg-box {
  overflow: hidden;
  height: 350px;
}
.slides h2 {
  font-size: 30px;
}

h3 {
  margin-bottom: 10px;
}

.signUp-sect h2 {
  padding: 10px 0 30px;
}
.slides h2 {
  padding: 0 0 10px;
}

.signUp-sect p {
  padding: 0% 0% 30px;
}

#slide1 {
  background-color: #2d102d;
}
#slide2 {
  background-color: #002070;
}
#slide3 {
  background-color: #7279a9;
}
#slide4 {
  background-color: #16172b;
}
#slide5 {
  background-color: #102138;
}
#slide6 {
  background-color: #002c5e;
}

.features h3 {
  font-size: 20px;
}

.slides p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  width: 300px;
  font-weight: 300;
}

.main-video {
  width: 100%;
  height: 250px;
  margin: 50px auto 60px;
}
.main-video iframe {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 360px;
}
.footer {
  width: 90%;
  margin: 50px auto 25px;
  padding-top: 50px;
  border-top: 1px solid #cecece;
}

.footer-logo {
  border-bottom: 2px solid #eecc63;
  width: 75%;
  padding: 0 0 20px;
}

.footer-logo img {
  width: 90%;
  object-fit: cover;
}
.footer div.flex {
  margin: 20px auto;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-address {
  margin-top: 25px;
}

p.disclaimer.tiny-txt {
  font-size: 10px;
  line-height: 12px;
}
.disclaimer a,
.footer a,
.footer p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-size-adjust: none;
}

.disclaimer a {
  text-decoration: none;
}
.disclaimer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer p.disclaimer,
.disclaimer a {
  font-size: 14px;
  line-height: 26px;
  text-size-adjust: none;
}

.gradient-text {
  /* Fallback: Set a background color. */
  background-color: #efd275;
  background-image: linear-gradient(180deg, #ffffff, #efd275);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/* for CTA with underline animation */
.u-ani {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-family: Andale Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1.25rem;
}
.u-ani:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  background-color: #acdac5;
  width: 0;
  height: 0.07em;
  -webkit-transition: width 300ms, -webkit-transform 300ms;
  transition: width 300ms, -webkit-transform 300ms;
  -o-transition: transform 300ms, width 300ms;
  transition: transform 300ms, width 300ms;
  transition: transform 300ms, width 300ms, -webkit-transform 300ms;
}
.u-ani:hover:before {
  width: 100%;
  transform: translate3d(-100%, 0, 0);
}
.u-ani:hover:before,
.u-ani:focus:before {
  transform: translate3d(0, 0, 0);
}

/* for CTA as button with underline animation */
.ud-btn {
  display: inline-block;
  width: 100%;
  border-radius: 1.3rem;
  background-color: #efeb6c;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Andale Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1.25rem;
  line-height: 1;
  color: #10294c;
  max-width: 22.5rem;
  transition: all 250ms ease-in-out;
}
.ud-btn:hover {
  background-color: #e8e8e8;
  transition: all 250ms ease-in-out;
}
.u-aniBtn span {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-family: Andale Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.u-aniBtn span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  background-color: #acdac5;
  width: 0;
  height: 0.07em;
  -webkit-transition: width 300ms, -webkit-transform 300ms;
  transition: width 300ms, -webkit-transform 300ms;
  -o-transition: transform 300ms, width 300ms;
  transition: transform 300ms, width 300ms;
  transition: transform 300ms, width 300ms, -webkit-transform 300ms;
}
.u-aniBtn:hover span:before {
  width: 100%;
  transform: translate3d(-100%, 0, 0);
}
.u-aniBtn:hover span:before,
.u-aniBtn:focus span:before {
  transform: translate3d(0, 0, 0);
}
.ud-btn-gry {
  background-color: #e9e9e9;
}
.textBox {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#acdac5), color-stop(56%, #efeb6c), to(#59c6d7));
  background: -o-linear-gradient(left, #acdac5 0, #efeb6c 56%, #59c6d7 100%);
  background: linear-gradient(90deg, #acdac5 0, #efeb6c 56%, #59c6d7);
  background-clip: border-box;
  -webkit-background-clip: text;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #fff0;
  display: inline-block;
  font-weight: 500;
  position: relative;
}
.textBox:before {
  content: attr(data-hover);
}
.textBox:after {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  content: attr(data-hover);
  left: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: width 1.2s;
  -o-transition: width 1.2s;
  transition: width 1.2s;
  white-space: nowrap;
  width: 0;
}
header div.contact {
  background-color: #efeb6c;
  max-width: none;
  border: none;
  display: block;
  border-radius: 0;
  padding: 20px 0;
}

.contact a {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 10px 25%;
}

.buy-btn {
  width: 150px;
}
.disabled {
  pointer-events: none;
  color: #8a8a8a;
}

@media screen and (min-width: 640px) {
  header div.subLogo {
    margin-right: 8%;
  }
  .banner1,
  .banner2 {
    max-height: 1024px;
  }
  .banner1 {
    height: 750px;
  }
  .hero-container {
    height: 480px;
  }
  .vr-img-box {
    width: 100%;
    max-width: 640px;
    min-height: 550px;
    margin: 0% auto 0;
  }
  .vr-img-box img {
    width: 450px;
  }
  .slides p {
    width: 500px;
  }
  .slideTxt {
    height: 180px;
  }
  .slideImg-box {
    overflow: hidden;
    height: 433px;
    display: flex;
    justify-content: center;
  }
  .slides img {
    height: 433px;
    width: 768px;
  }
  .slides > div {
    height: 613px;
  }
  .normal-txt {
    font-size: 24px;
    line-height: 1.3em;
  }
  .main-video {
    height: 360px;
    width: 640px;
  }
  .footer {
    width: 90%;
  }
  .footer-logo {
    padding: 0;
    border: none;
    border-right: 3px solid #eecc63;
  }
  .footer-logo {
    width: 40%;
  }
  .footer-address {
    margin: 0 0 0 20px;
    line-height: 20px;
  }
  #slide6 h2 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  header div.logo {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  header div.contact {
    width: 30%;
    padding: 25px 0;
  }
  header div.headLogo {
    margin: 0 0 0 5%;
    width: 65%;
  }
  header div.subLogo {
    width: 25%;
    margin: 0 5% 0 0;
  }
  header div.headLogo img {
    max-width: 350px;
  }
  header div.subLogo img {
    max-width: 150px;
  }
  .contact a {
    font-size: 22px;
    padding: 10px 10%;
  }
  .banner1 {
    height: 800px;
  }
  .hero-container {
    height: 520px;
  }
  .banner2 p {
    min-width: 700px;
    max-width: 1024px;
  }
  .vr-img-box {
    margin: 0 auto 0;
    max-width: 768px;
    min-height: 600px;
  }
  .vr-img-box img {
    width: 500px;
  }

  .feature-img img {
    vertical-align: bottom;
  }
  .slides {
    display: flex;
    flex-wrap: wrap;
  }
  .slides > div {
    height: 633px;
    margin: 1% auto 0;
    width: 49%;
  }
  .slides img {
    height: 433px;
    width: 815px;
  }
  .slideTxt {
    height: 200px;
}
  .slides p {
    width: 340px;
  }
  .main-video {
    min-height: 360px;
  }
  .form1 input,
  .form1 select {
    height: 60px;
  }
}
@media screen and (min-width: 1380px) {
  #slide6 h2 {
    max-width: 700px;
  }
  header > div {
    max-height: 120px;
  }
  header div.contact {
    padding: 32px 0;
  }
  header div.headLogo img {
    max-width: 400px;
  }
  header div.subLogo img {
    max-width: 200px;
  }
  header div.headLogo {
    margin-left: 10%;
  }
  header div.subLogo {
    margin-right: 10px;
  }
  .main p {
    font-size: 24px;
    line-height: 34px;
  }
  .normal-txt {
    font-size: 26px;
  }
  .contact a {
    padding: 20px 25%;
  }
  .banner1 {
    padding: 0;
    height: 920px;
  }
  .hero-container {
    height: 600px;
  }
  .vr-img-box {
    margin: 0 auto;
    max-width: 830px;
    min-height: 640px;
  }
  .vr-img-box img {
    width: 600px;
  }
  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 350px;
    align-items: center;
    max-width: 1236px;
  }
  .features > div {
    min-height: 300px;
    padding: 0;
    width: 33%;
  }

  .normal-txt {
    font-size: 29px;
    line-height: 35px;
  }
  .features p,
  .slides p {
    font-size: 24px;
    margin: 0 auto;
    line-height: 30px;
  }
  .features p {
    width: 260px;
  }
  .features h3 {
    font-size: 24px;
  }

  .logo img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .slides {
    max-width: 1660px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .slides > div {
    max-width: 815px;
    height: 660px;
  }
  .slideImg-box {
    overflow: hidden;
    height: 460px;
  }

  .slides img {
    height: 460px;
    width: 815px;
  }
  .slides p {
    width: 500px;
  }
  .slides h2,
  h3 {
    font-size: 36px;
  }
  .signUp-sect {
    margin: 100px auto;
  }
  .footer {
    width: 1124px;
    margin: 50px auto 50px;
  }
  .footer-logo {
    border: none;
    border-right: 3px solid #eecc63;
    width: 40%;
    padding: 0;
  }
  .footer-logo img {
    width: 304px;
  }
  .footer div.flex {
    width: 840px;
  }
  .footer-address p,
  .footer-address a {
    font-size: 20px;
    line-height: 26px;
  }
  p.disclaimer.tiny-txt {
    font-size: 12px;
    line-height: 12px;
  }
}
