@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    /* transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    /* position: absolute; */
    /* top: 100%;
    left: 0;  */
  }
}

@font-face {
  font-family: font1;
  src: url(../assets/img/ShadowsIntoLight-Regular.ttf);
  font-weight: bold;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-image: url(../assets/img/newbg.png);
  background-repeat: no-repeat;
  background-size:cover;
  font-family: "br-medium";
 
}
/* 
.bannerImageClass {
  background-image: url(../assets/img/jackpot.png);
  background-repeat: no-repeat;
  background-size:cover;
  font-family: "br-medium";
} */

#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.8);
z-index: 2;
}

.full-height{
    background-image: url(../assets/img/Introscene.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
    height: 100%;
    padding-top: 44px;
  /* margin-top: -124px; */
}

.full-heightShip {
  background-image: url(../assets/img/Introscene.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
    height: 100%;
}

.main-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.full-heightCoupon {
  background-image: url(../assets/img/Introscene.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-top: 60px;
}

.rewardBtnDiv {
  position: absolute;
  top: 10px;
  left: 16px;
  background-image: url(../assets/img/rewardIcon.png);
  background-size: contain;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.circluarBtn {
  width: 30px;
  content: "Rewards";
}

.floatText {
  
}

.circluarBtnCoupon {
  width: 28px;
  content: "Coupons";
}

.tiltClass {
  background-image: url(../assets/img/Introscene.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 100vh;
}

.neftBtn:hover,
.upiBtn:hover,
.walletBtn:hover
{
  background: #26a9e0;
}


.leftpageborder {
  position: fixed;
  width: 20px;
  height: 100%;
  left: 0;
  background-color:#24a7b1;
  z-index: 999;
  top: 0;
}

.toppageborder {
    position: fixed;
    width: 100%;
    height: 20px;
    top: 0;
    background-color:#24a7b1;
    z-index: 99;
}


.successPageHeight {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-top: 66px;
  padding-left: 15px;
  padding-right: 25px;
  padding-bottom: 24px;
}

.floatingDiv {
  padding-top: 89px;
  position: absolute;
}

.titleClass {
  color: black;
  font-size: 20px;
  font-size: 20px;
  margin-left: 1%
}

.bigTitle {
  color: white;
}

.wthree-text label {
  font-size: 0.85em;
}

.wthree-text ul li, .wthree-text ul li:nth-child(2) {
  display: block;
  float: none;
}

.wthree-text label {
  font-size: 0.9em;
  color: #fff;
  font-weight: 200;
  cursor: pointer;
  position: relative;
}
.wthree-text ul li:nth-child(2) {
  margin-top: 1.5em;
}


.rightpageborder {
  position: fixed;
  width: 20px;
  height: 100%;
  right: 0;
  background-color:#24a7b1;
  z-index: 999;
  top: 0;
}

.bottompageborder {
  position: fixed;
  width: 100%;
  height: 20px;
  bottom: 0;
  background-color:#24a7b1;
  z-index: 99;
}


.full-height img{
  width: 100%;
}


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;
}

#Introduction,
#Registration,
#otpOverlay,
#CouponPage,
#successPage,
#otpScreen,
#gamestart,
#EnterDetails {
  max-width: 500px;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;  
  align-items: center;
}
#Introduction {
  max-width: 600px;
}

#Registration .title,
#otpOverlay .title,
#successPage .title,
#CouponPage .title
{
  font-size: 32px;
  color:black;
  font-weight: bold;
  font-family: "br-bold";
  display: flex;
  padding-top: 150px;
  justify-content: center;
}

#Shipping .title {
  font-size: 16px;
  color: gray;
  font-weight: bold;
  font-family: "br-bold";
  display: flex;
  padding-left: 30px;
  justify-content: center;
}

#payment .title,
#Couponcode .title {
  font-size: 16px;
  color: gray;
  font-weight: bold;
  font-family: "br-bold";
  display: flex;
  padding-left: 6px;
  padding-top: 38px;
  padding-bottom: 63px;
  justify-content: center;
}

.neftBtn {
  margin-left: 58px;
  margin-bottom: 38px;
  width: 83px;
  height: 23px;
  border: none;
  padding-bottom: 28px;
  padding-left: 10px;
}
.upiBtn {
  margin-bottom: 38px;
  width: 83px;
  padding-left: 20p;
  height: 23px;
  border: none;
  padding-bottom: 28px;
  margin-left: -6px;
}
.walletBtn {
  margin-bottom: 38px;
  width: 83px;
  height: 23px;
  border: none;
  padding-bottom: 28px;
  margin-left: -9px;
}
#Shipping .subtitle {
  font-size: 16px;
  color: gray;
  font-weight: bold;
  font-family: "br-bold";
  display: flex;
  padding-left: 20px;
  justify-content: center;
}

#Registration form input,
#successPage form input,
#otpOverlay form input,
#CouponPage form input
{
  font-size: 16px;
    border: none;
    /* border-radius: 25px; */
    background-color: white;
    padding: 10px 15px;
    /* width: calc(70% - 24px); */
    display: block;
    margin: 0 auto 20px;
    font-family: "br-medium";

  /* font-size: 16px;
  border: none;
  border-radius: 25px;
  background-color: white;
  padding: 10px 15px;
  width: calc(70% - 24px);
  display: block;
  margin: 0 auto 20px;
  font-family: "br-medium"; */
}

#Shipping form input
{
  font-size: 16px;
    border: none;
    /* border-radius: 25px; */
    background-color: white;
    padding: 10px 15px;
    /* width: calc(70% - 24px); */
    display: block;
    margin: 0 auto 20px;
    font-family: "br-medium";
  /* font-size: 16px;
  border: none;
  border-radius: 25px;
  background-color: white;
  padding: 10px 15px;
  width: calc(70% - 24px);
  display: block;
  margin: 0 auto 20px;
  font-family: "br-medium"; */
}

.ui.input > input::-webkit-input-placeholder {
  color: rgba(10, 5, 5, 0.986);
}

.ui.input > input::-moz-placeholder {
  color: rgba(10, 5, 5, 0.986);
}

.ui.input > input:-ms-input-placeholder {
  color: rgba(10, 5, 5, 0.986);
}
#payment form input,
#Couponcode form input
{
  font-size: 16px;
    border: none;
    /* border-radius: 25px; */
    background-color: white;
    padding: 10px 15px;
    /* width: calc(70% - 24px); */
    display: block;
    margin: 0 auto 20px;
    font-family: "br-medium";
  /* font-size: 16px;
  border: none;
  border-radius: 25px;
  background-color: white;
  padding: 10px 15px;
  width: calc(70% - 24px);
  display: block;
  margin: 0 auto 20px;
  font-family: "br-medium"; */
}

.form-control 
{
  font-size: 16px;
  border: none;
  /* border-radius: 25px; */
  background-color: white;
  padding: 8px 15px;
  width: calc(115% - 24px);
  display: block;
  margin: 0 auto 20px;
  font-family: "br-medium";
}

#Registration form .error,
#successPage form .error,
#otpOverlay form .error,
#Shipping form  .error,
#CouponPage form .error 
{
  font-size: 10px;
  text-align :center;
  display: none;
}

#Registration form .error.checkBoxError,
#Shipping form  .error.checkBoxError
#otpScreen form .error.checkBoxError
{
  margin-top: 8px;
  text-align: center;
}

#Registration form input[type="checkbox"],
#Shipping form input[type="checkbox"],
#otpScreen form input[type="checkbox"]
{
  display: none;
}

#Registration form label.checkBox,
#Shipping form label.checkBox,
#otpScreen form label.checkBox
 {
  color: white;
  margin: 12px auto 20px;
  display: block;
  width: fit-content;
  height: auto;
  font-size: 14px;
}

#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%;
}

#otpOverlay form  .submitBtn,
#Registration form .submitBtn,
#Shipping form .submitBtn,
#payment form .submitBtn,
#successPage form .submitBtn,
#Couponcode form .submitBtn,
#CouponPage form .submitBtn {
  width: 200px;
  height: 46px;
  background: none;
  margin: auto; 
  text-align :center;
  cursor: pointer;
  display: flex;
  background-color: lightsteelblue;
  align-items: center;
  justify-content: center;

}

.submitBtn:hover,.submitBtn:focus,.submitBtn:checked {
  background-color: #1183ca;
}




.rewardBtn {
  position: absolute;
  top: 59px;
  left: 31px;
  background-image: url(../assets/img/rewardIcon.png);
  background-size: contain;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -66px;
 }

 .mobile-form {
    /* border-radius: 2px;
    background-color: #fff;
    width: 420px;
    margin: 25px auto;
    padding: 30px 25px;
    padding-top: 30px;
    padding-top: 30px; */
 }

 .form-Bg {
  /* background-color:lightskyblue; */
  margin-top: 106px;
  padding-top: 10px;
 }

 .main-w3layouts {
  padding: 3em 0 1em;
}

.wrapper {
  position: relative;
  overflow: hidden;
}


h1 {
  text-align: center;
  color: black;
  font-weight: 30;
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}



.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 {
  display: block;
  position: relative;
  padding-left: 25px;
  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: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;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 16px;
}
.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;
}

#game #EnterPackCodePopup, #game #termsAndCondition, #game #howtoUse {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

#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;
}



#howtoUse {
  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: 50vh;
  display: flex;
  flex-direction: column;
}
#howtoUse .scrollable {
  overflow: auto;
  padding-right: 5px;
}
#howtoUse .scrollable ol{
  padding-left: 15px;
  font-size: 14px;
  margin-top: 0;
}
#howtoUse .scrollable li{
  margin-bottom: 5px;
}


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

#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;
  }
}

#termsAndCondition .closePopup{
  position: absolute;
  top: -8%;
  right: -9%;
  width: 6%;
  min-width: 20px;
  cursor: pointer;
}

#howtoUse .closePopup{
  position: absolute;
  top: -8%;
  right: -9%;
  width: 6%;
  min-width: 20px;
  cursor: pointer;
}

@media (orientation: landscape) {
  #titleId.title {
    font-size: 18px;
  }
  #logoId.logo {
    width: 5%;
    padding-bottom: 0px;
    padding-top:1%;
  }
  #logoIdOtp.logoOtp {
    width: 15%;
    padding-bottom: 7px;
    padding-top: 1%;
  }
  #nameInput.name {
    font-size: 16px;
    /* border-radius: 25px; */
    border: none;
    background-color: white;
    padding: 10px 12px;
    margin: 7px auto;
    align-items: center;
    font-family: "br-medium";
  }
 
  #uiBtn{
    padding-bottom: 20px;
    margin-left: 4.1%;
    width: calc(94% - 10px);
  }
/* 
  #otpInput.otpvalue,
  #couponId.otpvalue
   {
    font-size: 16px;
    /* border-radius: 25px; */
    /* border: none;
    background-color: white;
     padding: 10px 12px; 
    margin: 7px auto;
    align-items: center;
    font-family: "br-medium";
    margin-bottom: 47px; */

  /* } */ 
    
.successPageHeight {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  height: 100%;
  padding-top: 44px;
}



  #mobileNumber.mobile {
    font-size: 16px;
    /* border-radius: 25px; */
    border: none;
    background-color: white;
    padding: 10px 12px;
    margin: 7px auto;
    align-items: center;
    font-family: "br-medium";
  }
}

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


#nextButton {
  background-color: blue;
}


#uiBtn{
  padding-bottom: 20px;
  margin-left: 4.1%;
  width: calc(94% - 10px);
}


