@font-face {
  font-family: 'font1';
  src: url('./assets/fonts/aaux_problack_italic_regular-webfont.woff2') format('woff2'),
    url('./assets/fonts/aaux_problack_italic_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "font1";
  src: url("./assets/fonts/italic.ttf");
} */

@font-face {
  font-family: "font2";
  src: url("./assets/fonts/AAux.TTF");
}

@font-face {
  font-family: "font3";
  src: url("./assets/fonts/Avenger.TTF");
}

body {
  background: linear-gradient(180deg, #fbea2a, #ffffff);
  /* overflow-x: hidden; */
  width: 100%;
  height: 100vh;
  /* position: relative; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}



canvas {
  /* background-color: #5B3295; */
  /* background: radial-gradient(circle, rgba(142, 43, 146, 1) 0%, rgba(124, 45, 147, 1) 35%, rgba(91, 50, 149, 1) 100%); */
  margin: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.dummy {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.dummy2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.dummy p:nth-child(1) {
  font-family: "font2";
}

.dummy2 p:nth-child(1) {
  font-family: "font1";
}

#rotate {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
}

#rotate.active {
  display: block;
}

#rotate img {
  width: 50%;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#game-sec {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  /* background-color: #5B3295; */
  background: linear-gradient(180deg, #fbea2a, #ffffff);
}

.image {
  width: 33.33%;
}



.leftImg img {
  /* margin-left: 15px; */
  width: 45%;
}

.rightImg {
  text-align: end;
}

.rightImg img {

  width: 78%;
}

.centerImg img {
  width: 70%;
}

.centerImg {
  position: relative;
  top: -1.5vh;
}

.titletxt {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 15px;
  font-family: font2;
}

.sbmittxt {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  font-family: font2;
}

.tncContainer {
  width: 77%;
  font-family: font2;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#formID {
  display: none;
}

.tncCheck {
  display: inline-flex;
  width: 100%;
}

#check_tnc {
  width: 8%;
  height: 12px;
  margin-top: 3px;
}

.popupBG {
  height: 100vh;
  width: 100%;
  background-color: #0000007d;
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 1050; */
  overflow-y: auto;
  font-family: font2;
}

.popup-body {
  font-size: 14px;
}

.popup {
  background-color: white;
  width: 80%;
  margin: 3vh auto 0;
  border-radius: 5px;
  padding: 10px;
}

.sbmit {
  position: relative;
  top: 14vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#sbmitImg {
  cursor: pointer;
}



#errorId {
  position: relative;
  text-align: center;
  color: red !important;
  left: 0;
  right: 0;
  margin-top: 0%;
  margin-bottom: 2%;
  font-size: 2vh;
  font-family: font2;
}

.sbmit img {
  width: 50%;
}

.tncRightTxt {
  width: 100%;
  font-size: 13px;
}

.headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  margin: 0 auto;
  background: #f9e600;
  /* margin-top: 13px; */
}

.form-container {
  background-image: url(./assets/form-screen-bg.jpg);
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 426px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inputFormDiv {
  display: flex;
  flex-direction: column;
  width: 73%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 55vh;
}

.inputFormDiv input {
  height: 39px;
  width: 87%;
  margin-bottom: 14px;
  text-align: center;
  background-color: #4A95D1;
  border: none;
  outline: none;
  font-family: font2;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

#overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;

  backdrop-filter: blur(5px);
}

#instruction {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%;
}

#instruimg {
  position: absolute;
  width: 80%;
  right: 0;
  padding-top: 3%;
  margin: auto;
}

#closebtninstru {
  position: absolute;
  height: 10%;
  left: 30%;
  margin: auto;
}

#tapsubmit2 {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 60%;
  right: 0;
  margin: auto;
}

#taporgyro {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#setCountdownlabel {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  pointer-events: none;
}

#countimg {
  position: absolute;
  top: 20%;
  left: 0;
  width: 20%;
  right: 0;
  margin: auto;
}

#nxtbtninstru {
  bottom: 10%;
  position: absolute;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .sbmittxt {
    font-size: 5vw;
    padding: 0;
  }

  .titletxt {
    font-size: 3.5vw;
  }

  .inputFormDiv input {
    height: 5vh;
  }

  #check_tnc {
    height: 9px;
  }

  .tncRightTxt {
    font-size: 3.5vw;
  }

  /* #setCountdownlabel {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
    pointer-events: none;
  } */
}