@font-face {
  font-family: "br-bold";
  src: url(../fonts/BarlowSemiCondensed-Black.ttf);
  font-weight: normal;
}
/* @font-face {
  font-family: "br-italic";
  src: url(../fonts/Barlow-Bold.ttf);
  font-weight: normal;
} */
@font-face {
  font-family: "br-medium";
  src: url(../fonts/BarlowSemiCondensed-Medium.ttf);
  font-weight: normal;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: "br-medium";
}
html::backdrop {
  background: transparent;
}
::backdrop {
  z-index: 0;
  background-color: transparent !important;
}
html,
*:fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
  background-color: transparent !important;
  z-index: 1;
}
#game div {
  background-color: transparent !important;
}
#game{
  position: absolute;
  width:100%;
  height:100vh;
}
.paytmPanel {
    margin: auto;
    padding: 10px;
  }
/* .loadingBg {
  background-image: url(../images/Loading-Landscape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "br-bold";
}
.mainBg {
  background-image: url(../images/BG.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.blurBg {
  background-image: url(../images/GameBlurBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gameBg {
  background-image: url(../images/GiftBG.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
} */
.main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.webText {
  position: relative;
  color: white;
  font-size: 50px;
  font-family: "br-medium";
  text-align :center;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* top: 80%; */
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-40%);
  -webkit-transform: translate(-50%,-40%);
  transform: translate(-50%,-40%);
}

.logoWeb {
  position: relative;
  align-items: center;
  justify-content: center;
  left: 37%;
  width: 30%;
}

/* #allowSensor { 
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
} */

.paytmText {
 font-size: 24px;
 color: black;
 font-family: "br-medium";
 margin: 0 auto 40px;
 text-align :center;
 display: flex;
 align-items: center;
 justify-content: center;
}

.paytmSuccessText {
  font-size: 16px;
  color: black;
  font-family: "br-medium";
  margin: 0 auto 40px;
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
 }
/* #screen-lock {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #fff;
    top: 0px;
    height: 100vh;
    background-image: url(../images/mobileBG.png);
    background-size: cover;
    background-repeat: no-repeat;
} */
#screen-lock #center-data {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#screen-lock #center-data .logo{
  width: 150px;
  opacity: 0.5;
  margin: 5vh 0;
}
#screen-lock #center-data .anim{
  width: 400px;
  max-width: 100%;
}
#screen-lock .message{
  font-size:18px;
  color: #fff;
}
#Introduction,
#Registration,
#otpOverlay,
#gamestart,
#EnterDetails {
  width: 90%;
  max-width: 500px;
  margin:auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;  
  margin-top: 50px;
  margin-bottom: 30px;
  align-items: center;
}
#Introduction {
  max-width: 600px;
}
#Registration .logo,
#otpOverlay .logo,
#paytmPanel, .logo,
#gamestart .logo,
#EnterDetails .logo {
  width: 65%;
  /* margin-bottom: 3px;
  margin-top: 0.5vh; */
  margin: auto; 
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: auto;
  margin-right: auto; */
}

.howtoplay {
  width: 35%;
  /* margin-bottom: 3px;
  margin-top: 0.5vh; */
  margin: auto; 
  margin: 0 auto 20px;
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howtoplayTitle {
  font-size: 32px;
 margin: 0 auto 20px;
 color: white;
 font-weight: bold;
 font-family: "br-bold";
 margin: auto; 
 text-align :center;
 display: flex;
 align-items: center;
 justify-content: center;
}

.registerText {
  margin: auto; 
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Introduction .logo {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 12vh;
}
#Introduction .startPlaying {
  width: 50%;
  min-width: 200px;
  margin: 10vh auto 15px;
  cursor: pointer;
}
#Registration .title,
#otpOverlay .title,
#gamestart .title,
#paytmPanel, .title,
#EnterDetails .title {
  font-size: 32px;
   margin: 5px auto;
  color: white;
  font-weight: bold;
  font-family: "br-bold";
  margin: auto; 
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Registration form,
#otpOverlay form,
#EnterDetails form {
  /* max-width: 400px;
  width: 90%; */
}
#Registration form input,
#EnterDetails form input,
#otpOverlay form input,
#paytmPanel form input,
#EnterPackCodePopup input {
  font-size: 16px;
  border: none;
  background-color: white;
  padding: 10px 12px;
  width: calc(100% - 24px);
  display: block;
  margin: 0 auto 20px;
  font-family: "br-medium";
}
#Registration form .error,
#otpOverlay form .error,
#EnterDetails form .error {
  font-size: 12px;
  margin: -15px auto 10px;
  font-weight: bold;
  width: 100%;
  display: none;
}
.bodyId {
    background-image:url(../assets/img/ketchup/Home.png);
    background-size: 500px;
}
#Registration form .error.checkBoxError {
  margin-top: 8px;
  text-align: center;
}
#Registration form input[type="checkbox"] {
  display: none;
}
.successfullText {
 font-size: 32px;
 margin: 5px auto;
 color:black;
 font-weight: bold;
 font-family: "br-bold";
 margin: auto; 
 text-align :center;
 display: flex;
 align-items: center;
 justify-content: center;
}
#Registration form label.checkBox {
  color: white;
  margin: 12px auto 20px;
  display: block;
  width: fit-content;
  font-size: 14px;
}
#Registration .pack-code {
  position: relative;
}
#Registration .pack-code .queIcon {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 7%;
  max-width: 30px;
  cursor: pointer;
}
#Registration .pack-code .infoPopup,
#EnterPackCodePopup .infoPopup
{
  position: absolute;
  top: -154px;
  right: -306px;
  width: 300px;
  max-width: 90%;
  z-index: 10;
}
#otpOverlay  .resend-otp{
  text-align: center;
  float:right;
  text-decoration: underline;
  font-size: 20px;
  margin:20px 0;
  color: #fff;
  display: none;
  cursor: pointer;
  width:100%;
}
#EnterPackCodePopup .infoPopup
{
  top: -88px;
  right: -79px;
}
#Registration .pack-code .infoPopup .info,
#EnterPackCodePopup .infoPopup .info
{
  width: 100%;
}
#Registration .pack-code .infoPopup .closeInfo,
#EnterPackCodePopup .infoPopup .closeInfo
{
  position: absolute;
  width: 30px;
  top: -3px;
  right: 0px;
  cursor: pointer;
}
#otpOverlay form  .submitBtn,
#Registration form .submitBtn,
#gamestart form .submitBtn,
#EnterDetails form .submitBtn {
  width: 50%;
  margin: px auto 0px; 
  background: none;
   margin: auto; 
  text-align :center;
  cursor: pointer;
  display: flex;
  background-image: url(../assets/img/ketchup/ContinueButton.png);
  align-items: center;
  justify-content: center;
  background-size: cover;
}
#otpOverlay form  .otpBtn{
  width: 50%;
  margin: px auto 0px; 
  background: none;
   margin: auto; 
  text-align :center;
  cursor: pointer;
  display: flex;
  background-image: url(../assets/img/ketchup/ConfirmOTP.png);
  align-items: center;
  justify-content: center;
  background-size: cover;
}
#gamestart form .beginBtn{
    width: 130px;
    height: 35px;
    margin: 0px auto 0px; 
    background: none;
    text-align :center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;

    /* width: 100px;
    margin: auto; 
    /* width: 80%;
    margin: auto;  */
    /* width: 120px; */
    /* margin: px auto 0px;  */
    /* width: 120px; 
    margin: auto;  */
    /* text-align :center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover; */
}
#paytmPanel,
#paytmSuccess {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#allowSensor {
  /* padding: 15px; */
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#paytmPanel form  .beginButton {
  /* width: 50%;
  margin: auto; 
  background: none;
  margin: auto; 
  position: absolute;
  text-align :center;
  cursor: pointer;
  display: flex;
  background-image: url(../assets/img/ketchup/Submit.png);
  align-items: center;
  justify-content: center;
  background-size: cover; */

  padding:0;
  margin: auto;
  width: 150px;
  height: 39px;
  /* text-align: center; */
  position: relative;
  display: block;
  cursor: pointer;
  border: none;
  /* align-items: center;
  justify-content: center; */
  background-image: url(../assets/img/ketchup/Submit.png);
  background-size: 100%;
}
.takeHome {
  padding:0;
  margin: auto;
  width: 150px;
  height: 39px;
  /* text-align: center; */
  position: relative;
  display: block;
  cursor: pointer;
  border: none;
  /* align-items: center;
  justify-content: center; */
  background-image: url(../assets/img/ketchup/GoHome.png);
  background-size: 100%;
  /* width: 65%;
  margin: auto; 
  text-align :center;
  cursor: pointer;
  display: flex;
  background-image: url(../assets/img/ketchup/GoHome.png); 
  align-items: center;
  justify-content: center;
  background-size: cover; */
}
.sensorButton {
   width: 150px;
}
#howToPlay from  .howToplayBtn{
  background-image: url(../assets/img/ketchup/backarrow.png);
  /* background-size: cover; */
}
.homeButton {
  width: 65%;
  margin: px auto 0px; 
  background: none;
  margin: auto; 
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkBox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid white;
  border-radius: 4px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkBox input:checked ~ .checkmark:after {
  display: block;
}
.checkBox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tandc {
  font-family: "br-medium";
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.context {
  font-family: "br-medium";
  color: white;
  font-size: 20px;
  text-align: center;
  margin: auto; 
  margin: 0 auto 50px;
  text-align :center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howTo {
    margin-top: 8px;
    text-align: center;
    color: white;
    margin-bottom: 3px;
    text-decoration: underline;
    /* font-family: "br-medium";
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer; */
}
.contactUs {
  color: white;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: center;
}
#game #EnterPackCodePopup, #game #termsAndCondition {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
#EnterPackCodePopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85) !important;
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: 30%;
  padding: 30px;
  max-width: 500px;
  border: 2px solid white;
  color: white;
  width: calc(80% - 60px);
  display: none;
}
#EnterPackCodePopup .contactUs{
  margin: 20px -20px -20px;
  max-width: 70%;
  text-align: start;
}
#termsAndCondition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85) !important;
  padding: 15px;
  max-width: 500px;
  border: 2px solid white;
  color: white;
  width: calc(90% - 60px);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}
#termsAndCondition .scrollable {
  overflow: auto;
  padding-right: 5px;
}
#termsAndCondition .scrollable ol{
  padding-left: 15px;
  font-size: 14px;
  margin-top: 0;
}
#termsAndCondition .scrollable li{
  margin-bottom: 5px;
}
#EnterPackCodePopup .text{
  font-size: 25px;
  font-family: 'br-bold';
  text-align: center;
  margin: 0 auto 40px;
}
#EnterPackCodePopup .note{
  font-size: 20px;
  font-family: 'br-medium';
  text-align: left;
  margin: 0 auto 20px;
}
#termsAndCondition .text{
  font-size: 30px;
  font-family: 'br-bold';
  text-align: center;
  margin: 0 auto 10px;
}
#EnterPackCodePopup .text img{
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}
#EnterPackCodePopup .continuePlaying{
  width: 45%;
  margin: 35px auto 10px;
  display: block;
  cursor: pointer;
}
#EnterPackCodePopup .closePopup, #termsAndCondition .closePopup{
  position: absolute;
  top: -1%;
  right: -7%;
  width: 6%;
  min-width: 20px;
  cursor: pointer;
}
#accept-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  font-size: 16px;
  z-index: 100;
  text-align: center;
}
#accept-cookies p{
  padding: 0 15px;
  text-align: center;
}
#accept-cookies .btn{
  margin: 10px auto 20px;
  display: block;
  background: #599ad5;
  outline: none;
  border: none;
  padding: 10px 12px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}



@media only screen and (max-width: 1024px) {
  #Registration .pack-code .infoPopup
  {
    top: -168px;
    right: -180px;
  }
  #EnterPackCodePopup .infoPopup
  {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  /* .mainBg {
    background-image: url(../images/mobileBG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .loadingBg {
    background-image: url(../images/loadingBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  } */
  #Registration .pack-code .infoPopup,
  #EnterPackCodePopup .infoPopup
  {
    top: -100px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    max-width: 85%;
  }
  #EnterPackCodePopup .infoPopup
  {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #Registration .pack-code .infoPopup .closeInfo,
  #EnterPackCodePopup .infoPopup .closeInfo
  {
    position: absolute;
    width: 10%;
    top: 1%;
    right: 0px;
  }
}

img:focus {
  outline: none;
}
.error {
  font-size: 12px;
  color: white;
  margin: -15px auto 10px;
  font-weight: bold;
  width: 100%;
  color: #ff5733;
  display: none;
}
