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;
}
#start_Page {
  width: 1280px;
  height: 720px;
  position: absolute;
  color: #fff;
  background-image: url(images/game_layout.jpg);
}
#start_Page #hangman_title {
  width: 864px;
  height: 148px;
  position: absolute;
  left: 14%;
  top: 21%;
  background-image: url(images/title.png);
}
#start_Page #startClick {
  width: 225px;
  height: 117px;
  position: absolute;
  left: 39%;
  top: 53%;
  cursor: pointer;
  background-image: url(images/btn_play.png);
}
#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_layout.jpg")
}
.gameContainer:after {
  content: "";
  display: table;
  clear: both;
}
.gameContainer #home_Btn {
  position: absolute;
  width: 81px;
  height: 75px;
  background-image: url(images/btn_home.png);
  top: 10px;
  left: 20px;
  cursor: pointer;
}
#clue {
  font-size: 26px;
  background: #00000091;
  width: max-content;
  max-width: 70%;
  margin-left: 65px;
  padding: 20px;
  border-radius: 15px;
}
#completeboat{
  position: absolute;
    right: -470px;
    bottom: 0px;
}
.gameContainer #boat {
  width: 464px;
  height: 225px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url(images/boat.png);
}
#river_top_layer{
  position: absolute;
  width: 1280px;
  height: 68px;
  bottom: 0px;
  background-image: url(images/river_top-layer.png);
}
.gameContainer #character {
  width: 173px;
  height: 303px;
  bottom: 109px;
  position: absolute;
  background-image: url(images/girl.png);
}
.gameContainer #fish1 {
  width: 869px;
  height: 167px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: skew(20deg, 1deg);
  background-image: url(images/Anim_Fish-1.gif);
  display: none;
}
.gameContainer #fish2 {
  width: 935px;
  height: 168px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(images/Anim_Fish-2.gif);
  display: none;
}
.gameContainer #fish3 {
  width: 869px;
  height: 167px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url(images/Anim_Fish-3.gif);
  display: none;
}
.gameContainer #drowning_water{
  width: 300px;
  height: 313px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  background-image: url(images/Anim_Water.gif);
  display: none;
}

.pointer_none {
  pointer-events: none;
}
.appreciate_Popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0009;
  display: none;
}
.appreciate_Popup #appreciate_Message {
  position: absolute;
  width: 558px;
  height: 302px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/box.png);
}
.appreciate_Popup #appreciate_Message #appreciate_text {
  display: block;
  margin: 60px 20px 0px 20px;
  font-size: 55px;
  font-weight: bold;
}
#next_btn {
    display: block;
    width: 218px;
    height: 93px;
    margin: 25px auto;
    line-height: 2.4;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(images/btn_next.png);
}
#Play_again {
    display: block;
    width: 218px;
    height: 93px;
    margin: 33px auto;
    line-height: 2.8;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(images/btn_next.png);
}
#closeBtn {
  position: absolute;
  width: 90px;
  height: 90px;
  color: #000;
  top: 26%;
  right: 26%;
  /* font-size: 22px; */
  cursor: pointer;
  background-image: url(images/btn_close.png);
}
.tryAgain_Popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0009;
  display: none;
}
.tryAgain_Popup #tryAgain_Message {
  position: absolute;
  width: 558px;
  height: 302px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/box.png);
}
.tryAgain_Popup #tryAgain_Message #tryAgain_text {
    display: block;
    margin: 55px 0px 0px 14px;
    width: 90%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.finalScreen_Popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0009;
  display: none;
}
.finalScreen_Popup #finalScreen_Message {
  position: absolute;
  width: 558px;
  height: 302px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;   
  color: #422f21;   
  background-image: url(images/box.png);
}
.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;
}
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;
  padding: 0;
  max-width: 1100px;
}
#alphabet:after {
  content: "";
  display: table;
  clear: both;
}
.gameContainer #buttons {
  background: #0000007d;
  width: 90%;
  border-radius: 20px;
  display: inline-block;
  margin: 90px 0px 0px 0px;
}
#alphabet li {
  float: left;
  margin: 20px 5px 22px 21px;
  list-style: none;
  width: 55px;
  height: 50px;
  padding-top: 10px;
  background: #fff;
  color: #000;
  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;
}
#alphabet li:hover {
  background: #c1d72e;
  border: solid 1px #fff;
  color: #fff;
}
#my-word {
  margin: 50px 0px 0px 65px;
  display: flex;
  padding: 0;
  justify-content: left;
  font-size: 26px;
}
#my-word li {
  position: relative;
  list-style: none;
  margin: 10px;
  display: inline-block;
  line-height: 1.4;
  font-size: 2em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  height: 70px;
  width: 70px;
}
.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;
}