body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  height: 100%;
  text-align: center;
  font-size: 12px;

  -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;
  
}
#start_Page {
  width: 1280px;
  height: 720px;
  position: absolute;
  color: #fff;
  z-index: 9;
  background-image: url(images/home/home_bg.png);
}
#gameball{
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(images/ball.gif);
  bottom: 77px;
  left: 79px;
  border: 1px solid #ffaf04;
  border-radius: 100px;
}
#copyright{
  position: absolute;
    width: 200px;
    height: 30px;
    bottom: 1px;
    left: 530px;
    font-size: 20px;
    z-index: 9;
}
#quizreview_home_ball{
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(images/game/ball.png);
  bottom: 87px;
    left: 79px;
}
#start_Page #quizreview_title {
  width: 533px;
  height: 95px;
  position: absolute;
  left: 29%;
  top: 35%;
  background-image: url(images/title.png);
  background-position: -519px 130px;
}
#start_Page #startClick {
  width: 405px;
  height: 135px;
  position: absolute;
  left: 34%;
  top: 54%;
  cursor: pointer;
  background-image: url(images/btn_play.png);
  transform:scale(1, 1);
}
#start_Page #startClick:hover {
  transform:scale(.9, .9);
}
#wrapper {
  width: 1280px;
  height: 720px;
  /*background-color: black;*/
  color: #fff;
}
.gameContainer {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("images/game/ui_bg.png")
}
#light1{
  width: 192px;
  height: 244px;
  margin: 0;
  position: absolute;
  top: 31%;
  left: 0%;
  background-image: url("images/game/light.png");
  background-size: cover;
}
#light2{
  width: 192px;
  height: 244px;
  margin: 0;
  position: absolute;
  top: 27%;
  left: 60%;
  background-image: url("images/game/light.png");
  background-size: cover;
}
#light3{
  width: 192px;
  height: 244px;
  margin: 0;
  position: absolute;
  top: 47%;
  left: 86%;
  background-image: url("images/game/light.png");
  background-size: cover;
}
.gameContainer:after {
  content: "";
  display: table;
  clear: both;
}
.gameContainer #home_Btn {
  position: absolute;
  width: 81px;
  height: 75px;
  top: 10px;
  left: 20px;
  cursor: pointer;
}
#header{
  position: absolute;
  width: 1280px;
  height: 81px;
  background-image: url(images/game/ui_header.png);
  background-size: cover;
}
#unittext{
  position: absolute;
    font-size: 30px;
    left: 195px;
    top: 16px;
}
#quizreview{
  position: absolute;
  font-size: 30px;
  left: 315px;
  top: 16px;
}
#DvTimer{
  position: absolute;
    width: 146px;
    height: 49px;
    left: 578px;
    top: 1px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 25px;
    background-image: url(images/game/ui_timer.png);
    background-size: cover;
}
#continuebtn{
  display: none;
  position: absolute;
    width: 269px;
    height: 129px;
    right: -51px;
    top: -60px;
    background-image: url(images/game/ui_btn_continue.png);
    background-size: cover;
    cursor: pointer;
}
#ui_question_box{
  position: absolute;
    width: 1258px;
    height: 367px;
    left: -1px;
    top: 81px;
    background-image: url(images/game/ui_question_box.png);
    background-size: cover;
}
#cluetext{
  position: absolute;
    font-size: 50px;
    left: 90px;
    color: #fdcb00;
    top: 101px;
}
#clue {
  font-size: 30px;
    width: max-content;
    max-width: 70%;
    margin-left: 65px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    top: 123px;
    left: 10px;
}


.pointer_none {
  pointer-events: none;
}
.appreciate_Popup {
  position: absolute;
  height: 720px;
  width: 1280px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #00000054;
  /* background-image: url(images/popup/popup_bg.png); */
  display: none;
}
.appreciate_Popup #appreciate_Message {
  position: absolute;
  width: 701px;
  height: 530px;
  left: 288px;
  top: 100px;
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/popup/popup_box.png);
  background-size: cover;
}
.appreciate_Popup #appreciate_Message #appreciate_text {
  position: absolute;
  margin: 55px 0px 0px 14px;
  width: 100%;
  font-size: 37px;
  text-align: center;
  line-height: 40px;
  color: #c3d5ea;
  top: 161px;
  left: 0px;
  /* font-weight: normal; */
}
#popup_txt_congratulations{
  position: absolute;
  width: 554px;
  height: 82px;
  line-height: 2;
  font-size: 38px;
  font-weight: bold;
  top: 270px;
  left: 74px;
  background-image: url(images/popup/popup_txt_congratulations.png);
  background-size: cover;

}
#popup_txt_timeup{
  position: absolute;
  width: 600px;
  height: 87px;
  line-height: 2;
  font-size: 38px;
  font-weight: bold;
  top: 270px;
  left: 74px;
  background-image: url(images/game/ui_time-up.png);
  background-size: cover;

}
#popup_txt_better_luck{
  position: absolute;
    width: 425px;
    height: 29px;
    line-height: 2;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    top: 320px;
    left: 159px;
    background-image: url(images/popup/popup_txt_better.png);
    background-size: cover;
}
#next_btn {
  position: absolute;
  width: 188px;
  height: 75px;
  line-height: 2;
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
  bottom: 40px;
  left: 260px;
    background-image: url(images/popup/popup_btn_base.png);
    background-size: cover;
    transform:scale(1, 1);
}
#next_btn:hover{
  transform:scale(0.9, 0.9);
}
#Play_again {
  position: absolute;
  width: 188px;
  height: 75px;
  line-height: 2;
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
  bottom: 40px;
  left: 260px;
    background-image: url(images/popup/popup_btn_base.png);
    background-size: cover;
    transform:scale(1, 1);
}
#Play_again:hover{
  transform:scale(0.9, 0.9);
}
#closeBtn {
  display: none;
  position: absolute;
  width: 90px;
  height: 90px;
  color: #000;
  top: 26%;
  right: 26%;
  /* font-size: 22px; */
  cursor: pointer;
}
.tryAgain_Popup {
  position: absolute;
  height: 720px;
    width: 1280px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000054;
    /* background-image: url(images/popup/popup_bg.png); */
  display: none;
}
.tryAgain_Popup #tryAgain_Message {
  position: absolute;
  width: 701px;
  height: 530px;
  left: 288px;
  top: 100px;
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/popup/popup_box.png);
  background-size: cover;
}
.tryAgain_Popup #tryAgain_Message #tryAgain_text {
  position: absolute;
  margin: 55px 0px 0px 14px;
  width: 100%;
  font-size: 37px;
  text-align: center;
  line-height: 40px;
  color: #c3d5ea;
  top: 161px;
  left: 0px;
  font-weight: normal;
}
.finalScreen_Popup {
  position: absolute;
  height: 720px;
    width: 1280px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000054;
    /* background-image: url(images/popup/popup_bg.png); */
  display: none;
}
.finalScreen_Popup #finalScreen_Message {
  position: absolute;
  width: 701px;
  height: 530px;
  left: 288px;
  top: 100px;
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/popup/popup_box.png);
  background-size: cover;
}
.finalScreen_Popup #finalScreen_Message #finalScreen_text {
    display: block;
    margin: 50px 0px 0px 14px;
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}


.timeup_Popup {
  position: absolute;
  height: 720px;
    width: 1280px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000054;
    /* background-image: url(images/popup/popup_bg.png); */
  display: none;
}
.timeup_Popup #timeup_Message {
  position: absolute;
  width: 701px;
  height: 530px;
  left: 288px;
  top: 100px;
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/popup/popup_box.png);
  background-size: cover;
}
.timeup_Popup #timeup_Message #timeup_text {
    display: block;
    margin: 50px 0px 0px 14px;
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}


h1,
h2,
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  margin: 5px 0;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.6em;
}
p {
  font-size: 1.6em;
}
#alphabet {
    margin: 0px auto;
    position: absolute;
    padding: 0;
    width: 95%;
    left: 21px;
    height: 163px;
    background-image: url(images/keyboard_box.png);
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}
.gameContainer #buttons {
  position: absolute;
  /* background: #0000007d; */
  bottom: 307px;
  left: 70px;
  width: 90%;
  border-radius: 20px;
  display: inline-block;
}
#alphabet li {
  display: inline-block;  
  list-style: none;
  line-height: 80px;
  width: 84px;
  height: 80px;  
  font-weight: bold;
  font-size: 35px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* border-radius: 5px; */
  -khtml-border-radius: 5px;
  /* border: solid 1px #fff; */
  background-image: url("images/base_alphabets.png");
  -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;
  transform:scale(1, 1);
}
#alphabet li:hover {
  /* background: #c1d72e;
  border: solid 1px #fff;
  color: #fff; */
  transform:scale(.9, .9);
}
#ui_footer{
  position: absolute;
  width: 1309px;
  height: 72px;
  bottom: -20px;
  background-image: url("images/game/ui_footer.png");

}
#scorebox{
  position: absolute;
    width: 217px;
    height: 30px;
    right: 50px;
    top: 7px;
    font-size: 25px;
    padding-top: 10px;
    text-align: center;
  background-image: url("images/game/ui_score-box.png");
  background-size: cover;
}
#question_counter{
  position: absolute;
    font-size: 32px;
    font-weight: bold;
    left: 38px;
    top: 10px;
}
#hold{
  margin: 0 auto;
  display: table;
}
#my-word {
    margin: 302px 0px 0px 19px;
    font-size: 26px;
    display: flex;
}
#my-word li {
  position: relative;
  margin: 10px;
  display: inline-block;
  line-height: 86px;
  font-size: 2em;
  height: 89px;
  width: 89px;
  background-image: url(images/ui_option-box.png);
}
.active {
  /*opacity: 0.4;*/
  color: #989898!important;
  text-decoration: line-through;
  -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: default;
}
.active:hover {
  /* -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;*/
  /*opacity: 0.4;*/
  /* -moz-transition: all 1s ease-in;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;*/
}
#mylives {
  font-size: 1.6em;
  text-align: center;
  display: none;
}
button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #fff;
  color: #006699;
  border: solid 1px #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 2em;
  padding: 18px 10px;
  width: 180px;
  margin: 10px;
  outline: none;
  float: right;
  display: none;
}
button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;
}