html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

@font-face {
  font-family: 'Lilita_One';
  src: url('fonts/Lilita_One.eot');
  src: url('fonts/Lilita_One.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lilita_One.woff') format('woff'),
    url('fonts/Lilita_One.woff2') format('woff2'),
    url('fonts/Lilita_One.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Lilita_One';
}

#wrapper {
  width: 780px;
  height: 750px;
  color: #fff;
}

#game_container {
  position: absolute;
  background-image: url("https://t3.ftcdn.net/jpg/02/33/89/38/360_F_233893891_icD3Z1rSEC8wTwTRKrhcuO4jolG2qY6O.jpg");
  width: 780px;
  height: 750px;
  background-size: cover;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  display: none;
}

#start_page {
  position: absolute;
  width: 780px;
  height: 750px;
  background-color: #000000cf;
  z-index: 9;
}

#startbtn {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
  cursor: pointer;
  background-image: url("images/startbtn.png");
  transform: scale(1, 1);
  transition: transform .5s ease-in-out;
}

#startbtn:hover {
  transform: scale(0.9, 0.9);
}

#welldonebg {
  position: absolute;
  width: 780px;
  height: 750px;
  background-color: #000000ba;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}

#main_menu_screen {
  position: absolute;
  width: 780px;
  height: 750px;
  background-color: #000000ba;
  z-index: 9;
  top: 0px;
  left: 0px;
  display: none;
}

.exitgame {
  position: absolute;
  width: 445px;
  left: 50%;
  translate: -50%;
  font-size: 50px;
  top: 280px;
}

.yesexit {
  position: absolute;
  width: 130px;
  height: 40px;
  z-index: 10;
  top: 50%;
  left: 30%;
  cursor: pointer;
  background-color: #7c94d2;
  border-radius: 10px;
  color: whitesmoke;
  transition: transform .5s ease-in-out;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  transform: scale(1, 1);
}

.yesexit:hover {
  transform: scale(0.9, 0.9);
}

.noexit {
  position: absolute;
  width: 130px;
  height: 40px;
  z-index: 10;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background-color: #7c94d2;
  border-radius: 10px;
  color: whitesmoke;
  transition: transform .5s ease-in-out;
  font-size: 30px;
  text-align: center;
  padding-top: 10px;
  transform: scale(1, 1);
}

.noexit:hover {
  transform: scale(0.9, 0.9);
}

.playagain {
  position: absolute;
  width: 188px;
  height: 188px;
  z-index: 10;
  top: 45%;
  left: 42%;
  cursor: pointer;
  background-image: url("images/startbtn.png");
  background-size: cover;
  transform: scale(1, 1);
  transition: transform .5s ease-in-out;
}

.playagain:hover {
  transform: scale(0.9, 0.9);
}

#additional_btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  cursor: pointer;
  background-image: url("images/3dotbutton.png");
  background-size: cover;
  transform: scale(1, 1);
  transition: transform .5s ease-in-out;
}

#additional_btn:hover {
  transform: scale(0.9, 0.9);
}

#teena_button {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("images/lion.png");
  background-size: cover;
  margin: 5px;
  /* transform: scale(1, 1); */
  transition: transform .5s ease-in-out;
}

#teena_button:hover {
  transform: scale(0.9, 0.9);
}

#ins_popup {
  position: absolute;
  width: 780px;
  height: 750px;
  background-color: rgb(0 0 0 / 0%);
  z-index: 9;
  top: 0px;
  left: 0px;
  display: none;
}

#ins_popup_outer {
  position: absolute;
  width: 580px;
  height: 140px;
  left: 120px;
  background-color: #7c94d2;
  bottom: 8px;
  border-radius: 20px;
}

#ins_popup_text {
  width: 100%;
  height: 100%;
  font-size: 25px;
  color: whitesmoke;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}




.bingo_card {
  position: absolute;
  width: 250px;
  height: 102px;
  left: 50%;
  translate: -50%;
  top: 10px;
  background-image: url("images/bingologo.png");
  background-size: contain;
}

#maincard {
  width: 600px;
  height: 600px;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  left: 50%;
  translate: -50%;
  top: 120px;

}

#number_container {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 0;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* background-color: #ffffff; */
}

.ques_bingo_card {
  position: absolute;
  width: 590px;
  height: 590px;
  top: 0px;
  left: 0px;
  border: 5px solid white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);

}

#whitebg {

  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  translate: -50%;
  top: 120px;
  background-image: url("images/whitebg.png");
}

.is_flipped {
  /* background-color: #ffffff; */
  pointer-events: none;
  transform: rotateY(180deg);
}

.show_bingo_dots {
  position: absolute;
  width: 318px;
  top: 48px;
  left: 44px;
  height: 307px;
}

#stopclick {
  position: absolute;
  width: 780px;
  height: 750px;
  z-index: 3;
  display: none;
}


.card0 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0px;
  left: 0px;
  border: 5px solid white;
  cursor: pointer;
}

.card1 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0px;
  left: 200px;
  border: 5px solid white;
  cursor: pointer;
}

.card2 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0px;
  left: 400px;
  border: 5px solid white;
  cursor: pointer;
}

.card3 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 200px;
  left: 0px;
  border: 5px solid white;
  cursor: pointer;
}

.card4 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 200px;
  left: 200px;
  border: 5px solid white;
  cursor: pointer;
}

.card5 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 200px;
  left: 400px;
  border: 5px solid white;
  cursor: pointer;
}

.card6 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 400px;
  left: 0px;
  border: 5px solid white;
  cursor: pointer;
}

.card7 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 400px;
  left: 200px;
  border: 5px solid white;
  cursor: pointer;
}

.card8 {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 400px;
  left: 400px;
  border: 5px solid white;
  cursor: pointer;
}

.subcard {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  float: right;
  border-radius: 50px;
  margin: 15px;
  /* display: none; */
}

.hidepoint {
  opacity: 0;
}

.active {}

.bingo_dots {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50px;
  margin: 10px;
}

#mystar {
  position: absolute;
  left: 450px;
  top: 200px;
}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #71C5E7;
  border-left: 0.3em solid transparent;
  font-size: 50px;
}

.star:before,
.star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #71C5E7;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

/*-- Loader CSS Starts --*/
#html5Loader {
  top: 0;
  left: 0;
  margin: 0;
  position: fixed;
  z-index: 3;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 49%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(49%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 49%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 49%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 49%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

#html5Loader .fallback {
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
  /*vertical-align: middle;*/
  /*display: block;font-style: normal;font-size:100px;*/
}

div#DvLoaderCont {
  width: 300px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 100;
  background: #ffffff;
  overflow: hidden;
}

div#DvLoaderProgress {
  width: 300px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: -300px;
  background: #0079c0;
}

/*-- Loader CSS Ends --*/