body {
  margin: 0;
  padding: 0;
  background: white;
}


html, body{
    overflow-x: hidden;
    background: white;

  }




@media only screen and (min-width:300px) and (max-width : 680px) {
html, body{
    overflow-x: hidden;
  }
}


.vidClass {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
    background-image: url('../images/topBackground2.jpg');
    background-repeat: no-repeat;
    background-color: black;
}


.vidClass iframe {
  width: 100vw;
     height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
     min-height: 100vh;
     min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
   }



   .top {
     overflow: hidden;
     position: absolute;
     width: 100%;
     height:100%;
     top:0;
     z-index: 0;
     background-image: url('../images/topBackground2.jpg');
     background-repeat: no-repeat;
     background-color: black;
   }

   iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
   }

   .wrapper {
     position: relative;
     padding-bottom: 200%;
     transform: translateY(-35.95%);
     z-index: 0;

   }

   .foregroundShadow {
     width: 100vw;
     height: 100%;
     background: rgba(0,0,0,0.38);
     z-index: 30;
     top:0;
     left: 0;
     position: absolute;
     display: flex;
     flex-direction: column;
     align-items: center;
     color: white;

   }

   .epVirtualLogo {
     width: 15%;
     padding-top: 8%;
   }

   .epVirtualLogo img {
     max-width: 100%;
     height: auto;
   }




   .topTitle {
     font-family: 'krungthepregular';
     font-size: 4vw;
     padding-top: 60px;
   }


.topDesc {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2vw;
  padding-top: 20px;
  width: 45%;
  text-align: justify;
}


.planEventButton {
  font-family: 'krungthepregular';
  font-size: 1.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 35px;
  padding: 10px 35px 10px 35px;
  margin-top:30px;
  cursor: pointer;
  color:white;
}


.planEventButton:hover {
  background: white;
  color: black;
}



@media (max-width:500px) {
  .epVirtualLogo {
    width: 30%;
    padding-top: 35%;

  }

  .topTitle {
    font-family: 'krungthepregular';
    font-size: 5vw;
    padding-top: 70px;
  }


  .topDesc {
   font-size: 4.2vw;
   padding-top: 20px;
   width: 90%;
  }


  .planEventButton {
   font-size: 3.3vw;
   border: 2px solid white;
   border-radius: 35px;
   padding: 10px 35px 10px 35px;
   margin-top:40px;
  }

  iframe {
    height: 120%;
  }
 .wrapper {
   position: relative;
   padding-bottom: 250%;
   transform: translateY(-40.95%);
   z-index: 0;

 }
}


.restBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: black;
}

.topDummy {
  position: relative;
  width: 100%;
  height: 100vh;
}

.salientPoint {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 100px;

}

.salientPoint2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 100px;

}

.salientPointImg {
  width: 50%;
  margin-right: 2%;
  margin-left: 2%;

}

.salientPointImg img {
  max-width: 100%;
  height: auto;
}

.salientPointImg2 {
  width: 50%;
  margin-right: 2%;
  margin-left: 2%;

}

.salientPointImg2 img {
  max-width: 100%;
  height: auto;
}


.salientPointDesc {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.salientPointDesc2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.salientPointTitle {
  font-family: 'krungthepregular';
  font-size: 2vw;
  text-align: center;
  width: 80%;
  margin-left:10%;
  margin-right: 10%;

}

.salientPointText {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
  font-size: 1.2vw;
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
}


@media (max-width:500px) {

  .topDummy {
    position: relative;
    width: 100%;
    height: 90vh;
  }

  .salientPoint {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 100px;

  }


  .salientPoint2 {
    flex-direction: column-reverse;
    justify-content: space-around;
    margin-top: 100px;
  }

  .salientPointImg {
    width: 100%;

  }

  .salientPointImg2 {
    width: 100%;

  }

  .salientPointDesc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.salientPointDesc2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



  .salientPointTitle {
    font-family: 'krungthepregular';
    font-size: 5.3vw;
    text-align: center;
    width: 90%;
    margin-top: 20px;


  }

  .salientPointText {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    font-size: 4vw;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
  }


}


.goldVideo {
  width: 100vw;
  height: 400px;

}


.goldVideo iframe,
    .goldVideo object,
    .goldVideo embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}

.videoEmbed {
  position: relative;
  width: 100vw;
  height:600px;
  overflow:hidden;
  margin-top: 100px;
  background-image: url('../images/goldWavesBackground.jpg');
  background-repeat: no-repeat;
  background-color: black;
}

.viddd {
position: absolute;
 top: 0px;
 margin-left: 0px;
 width: 100vw   !important;
 height: 900px  !important;
 overflow: hidden;
 border: 0;
 padding-bottom: 200px;
}

.vidCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.goldStdTitle {
  font-family: 'krungthepregular';
  font-size: 5vw;
  text-align: center;
  width: 80%;
  color: rgb(255,220,135);
}

.userExpTitle {
  font-size: 2.4vw;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 400;

}

.expDesc {
  font-size: 1.5vw;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  color: white;
  font-weight: 600;
  width: 60%;
  margin-top:60px;
  margin-bottom:40px;

}


@media (max-width:500px) {

  .videoEmbed {
    position: relative;
    width: 100vw;
    height:600px;
    overflow:hidden;
    margin-top: 0;
    background-image: url('../images/goldWavesBackground.jpg');
    background-repeat: no-repeat;
  }


  .viddd {
  position: absolute;
   top: 0px;
   margin-left: 0px;
   width: 300vw   !important;
   height: 900px  !important;
   overflow: hidden;
   border: 0;
   padding-bottom: 400px;

  }


  .vidCover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .goldStdTitle {
    font-family: 'krungthepregular';
    font-size: 8vw;
    text-align: center;
    margin-top:40px;
    width: 80%;
    color: rgb(255,220,135);
  }

  .userExpTitle {
    font-size: 5.4vw;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 400;

  }

  .expDesc {
    font-size: 3.5vw;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: white;
    font-weight: 600;
    width: 80%;
    margin-top:60px;
    margin-bottom:40px;

  }
}


.subTitle {
  font-family: 'krungthepregular';
  font-size: 3vw;
  text-align: center;
  width: 100%;
  color: black;
  padding-top:50px;
}

.subTitle2 {
  font-family: 'krungthepregular';
  font-size: 3vw;
  text-align: center;
  width: 100%;
  color: white;
  padding-top:10px;
}

.subTitleDesc {
  font-size: 1.2vw;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: black;
  font-weight: 400;
  width: 80%;
  margin-top:30px;
  margin-bottom:40px;
  margin-left: 10%;
  margin-right: 10%;

}


.subTitleDesc2 {
  font-size: 1.2vw;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
  font-weight: 400;
  width: 80%;
  margin-top:30px;
  margin-bottom:40px;
  margin-left: 10%;
  margin-right: 10%;

}


@media (max-width:500px) {

  .subTitle {
    font-size: 5vw;
  }

  .subTitle2 {
    font-size: 5vw;
  }

  .subTitleDesc {
    font-size: 4.2vw;
    text-align: justify;

  }

  .subTitleDesc2 {
    font-size: 4.2vw;
    text-align: justify;

  }

}


.applicationsParent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.applicationBox {
  display: flex;
  flex-direction: column;
  width: 25%;
  border: 2px solid rgb(50,130,255);
  border-radius: 10px;
  padding: 3px 5px 5px 5px;
  background: rgba(18, 30, 120, 1.0);
  background: -webkit-linear-gradient(top, rgba(18, 30, 120, 1.0), rgba(1, 156, 255, 1.0));
  background: -moz-linear-gradient(top, rgba(18, 30, 120, 1.0), rgba(1, 156, 255, 1.0));
  background: linear-gradient(to bottom, rgba(18, 30, 120, 1.0), rgba(1, 156, 255, 1.0));
}

.appBoxTitle {
  font-family: 'krungthepregular';
  font-size: 2vw;
  text-align: center;
  width: 100%;
  color: white;
  padding-top:10px;
  height: 100px;
}


.appBoxDesc {
  font-size: 1.2vw;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  color: white;
  font-weight: 400;
  width: 80%;
  margin-top:20px;
  margin-bottom:40px;
  margin-left: 10%;
  height:350px;
  overflow-y: auto;
}


.getInTouch {
  font-family: 'krungthepregular';
  font-size: 1.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  border-radius: 35px;
  padding: 10px 35px 10px 35px;
  margin-top:30px;
  cursor: pointer;
  width: 12%;
  margin-left: 42%;
}


.getInTouch:hover {
  background: black;
  color: white;
}


@media (max-width:500px) {

  .applicationsParent {
    flex-direction: column;
  }

  .applicationBox {
    width: 80%;
    border: 2px solid rgb(50,130,255);
    border-radius: 10px;
    padding: 3px 5px 5px 5px;
    margin-left:10%;
    margin-bottom:50px;
  }

  .appBoxTitle {
    font-family: 'krungthepregular';
    font-size: 4vw;
    width: 100%;
    padding-top:10px;
    height: 50px;
  }


  .appBoxDesc {
    font-size: 4.2vw;
    width: 80%;
    margin-top:0px;
    margin-bottom:10px;
    height:400px;
    overflow-y: none;
  }


  .getInTouch {
    font-size: 4.3vw;
    margin-top:0;
    cursor: pointer;
    width: 50%;
    margin-left: 15%;
  }


}


.blueDivider {
  background: rgb(50,130,255);
  width: 100%;
  height: 3px;
  margin-top: 50px;
}


.testimonialsParent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.testimonialBox {
  display: flex;
  flex-direction: column;
  width: 49.8%;
  margin-bottom: 5px;
  background: rgba(19, 19, 19, 1.0);
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 1.0), rgba(59, 62, 76, 1.0));
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 1.0), rgba(59, 62, 76, 1.0));
  background: linear-gradient(to bottom, rgba(19, 19, 19, 1.0), rgba(59, 62, 76, 1.0));
}

.testText {
  font-size: 1.1vw;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  color: rgb(200,200,200);
  font-weight: 300;
  width: 90%;
  margin-top:40px;
  margin-bottom:40px;
  margin-left: 5%;
}

.testBy {
  font-family: Arial;
  color: rgb(200,200,200);
  width: 90%;
  margin-bottom:40px;
  margin-left: 5%;
}

.testByName {
  font-size:1.2vw;
}

.testByDesignation {
  font-size:1vw;
  font-style: italic;
}

@media (max-width:500px) {

  .testimonialBox {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
  }

  .testText {
    font-size: 4.1vw;

    width: 90%;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 5%;
  }

  .testBy {

    width: 90%;
    margin-bottom:40px;
    margin-left: 5%;
  }

  .testByName {
    font-size:4.2vw;
  }

  .testByDesignation {
    font-size:3vw;
    font-style: italic;
  }
}

.pricingParent {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  background: rgb(40,50,100);
}


@media (max-width:500px) {

  .pricingParent {
    height: 500px;
  }

}


.outdoorParent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  background-image: url('../images/virtualBackground.jpg');
  background-repeat: no-repeat;
  background-color: black;
}



.bigCaption {
  font-family: 'Arial Black';
  font-size: 4.3vw;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color:white;
}

@media (max-width:500px) {

  .outdoorParent {
    height: 550px;
  }

  .bigCaption {
    font-size: 7.3vw;
  }

}

.epFooterLogo {
     width: 100%;
     padding-top: 2%;
     padding-bottom: 2%;
     text-align: center;
   }

   .epFooterLogo img {
     max-width: 12%;
     height: auto;
   }

   .registerForm {
     display: flex;
     flex-direction: column;
     position: fixed;
     left: 0;
     top:0;
     width: 100%;
     background-color: black;
     background-image: url("../images/regnBackground.png");
     background-repeat: repeat;
     height: 100%;
     overflow-x: hidden;
     overflow-y: auto;
     z-index: 999;
     display: none;
   }

   .titleForForm {
     font-size: 2vw;
     margin-top: 30px;
     margin-bottom: 30px;
     font-family: Arial;
     color: white;
     text-align: center;
   }


   .loginTitle {
     width: 100%;
     text-align: center;
     color:white;
     font-size: 1.2vw;
     font-family: 'Open Sans', sans-serif;
     margin-top: 30px;
     margin-bottom: 20px;
     padding-top: -50px;
   }



   .basicDetailsForm {
     display: flex;
     flex-direction: column;
     justify-content: center;
     width: 100%;
     text-align: center;
     font-family: 'Arial';
     font-size: 18px;
   }




   .formCaption {
     position: relative;
     text-align: left;
     left: 30%;
     color: white;
     font-family: 'Open Sans', sans-serif;
       font-size: 1vw;
       margin-top: 5px;
   }

   @media (max-width:1440px) {
     .formCaption {
       font-size: 1vw;

     }
   }


   @media (max-width:500px) {
     .basicDetailsForm {
       padding-top: 20px;

     }

     .formCaption {
       left: 10%;
       font-size: 3.5vw;
     }
   }



   .formCaption2 {
     position: relative;
     text-align: justify;
     left: 30%;
     width: 40%;

     color: white;
     font-family: 'Open Sans', sans-serif;
       font-size: 1.2vw;

       padding-top: 20px;
       padding-bottom: 20px;

       border-top: 1px solid rgb(180,180,180);
       border-bottom: 1px solid rgb(180,180,180);
       margin-bottom: 20px;
       margin-top: 20px;

   }

   @media (max-width:1440px) {
     .formCaption2 {
       font-size: 1vw;

     }
   }

   @media (max-width:500px) {

     .formCaption2 {

     left: 5%;
     width: 90%;
     font-size: 3.5vw;
   }
   }


   .form_select{
     height: 35px;
     width: 40%;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
     padding: 2px;
     margin-top: 5px;
     margin-bottom: 20px;
     outline: none;
     color: rgb(200,200,200);
     background-color: rgb(0,0,0,0.5);
     text-align: center;
     border: 0px solid rgb(150,150,150);
     border-radius: 5px;
     border: 2px solid white;
     margin-left: 30%;

   }

   .form_input{
     height: 35px;
     width: 40%;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
     padding: 5px;
     margin-top: 5px;
     margin-bottom: 20px;
     outline: none;
     color: rgb(200,200,200);
     background-color: rgb(0,0,0,0.5);
     text-align: center;
     border: 0px solid rgb(0,0,0);
     border-radius: 5px;
     border: 2px solid white;
     margin-left: 30%;

   }


   .form_input_textarea{
     height: 75px;
     width: 40%;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
     padding: 5px;
     margin-top: 5px;
     margin-bottom: 20px;
     outline: none;
     color: rgb(200,200,200);
     background-color: rgb(0,0,0,0.5);
     text-align: center;
     border: 0px solid rgb(0,0,0);
     border-radius: 5px;
     border: 2px solid white;
     margin-left: 30%;

   }


   .form_input_red{
     height: 35px;
     width: 40%;
     border: 2px solid rgb(220,0,0);
     font-size: 18px;
     margin-bottom: 20px;
     background-color: rgb(255,255,255,0.5);

     font-family: 'Open Sans', sans-serif;
     padding: 5px;
     outline: none;
     text-align: center;
     margin-left: 30%;

   }

   @media (max-width : 500px) {

     .form_input{
       height: 30px;
       width: 80%;
       font-size: 16px;
       font-family: 'Open Sans', sans-serif;
       padding: 4px;
       outline: none;
       margin-left: 10%;

     }

     .form_input_textarea{
       height: 50px;
       width: 80%;
       font-size: 16px;
       font-family: 'Open Sans', sans-serif;
       padding: 4px;
       outline: none;
       margin-left: 10%;

     }

     .form_input_red{
       height: 30px;
       width: 80%;
       border: 2px solid rgb(220,0,0);
       font-size: 16px;
       padding: 4px;
       margin-left: 10%;

     }

     .form_select{
       height: 30px;
       width: 80%;
       font-size: 16px;
       font-family: 'Open Sans', sans-serif;
       padding: 1px;
       outline: none;
       margin-left: 10%;

     }

   }


   .submit_button_container {
     padding-top: 20px;
     margin-top: 20px;
     padding-bottom: 100px;
     text-align: center;
     font-family: Arial;
   }

   .submit_button{
     background: none;
     cursor: pointer;
     width: 100px;
     font-size: 16px;
     font-weight: bold;
     color: white;
     margin-bottom: 100px;

   }


   @media (max-width:500px) {

     .submit_button_container {
       padding-top: 10px;
       margin-top: 10px;
     }

   }


   .closeButton {
     position: fixed;
     right: 50px;
     top: 30px;
     color: white;
     font-family: Arial;
     font-size: 2vw;
     cursor: pointer;
   }

   @media (max-width:500px) {

     .closeButton {
       font-size: 4vw;

     }


     .titleForForm {
       font-size: 4vw;
       margin-top: 30px;
       margin-bottom: 30px;
     }

     .loginTitle {
       width: 100%;
       text-align: justify;
       width: 80%;
       margin-left: 10%;
       font-size: 3.2vw;
       margin-top: 30px;
       margin-bottom: 20px;
       padding-top: -50px;
     }


   }
