body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
.nopadding
{
	padding:0px !important;
}
#gridNumbers{
    margin-top: 25vh;
}
#bottomFlowerDiv{
    height:10vh;
    background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
}
#playButtonDiv,#bottomFlowerDiv,#widget{
	position: fixed;
	bottom:0;
}
#checkNext,#soundButton{
    position: fixed;
	bottom:5vh;
}
#homeDiv{
    margin-top: 18vh;
	z-index:1;
}
#que,#gamePage{
    position: absolute;
    margin-top: 12vh;
}
#que
{
    display: flex;
    justify-content: center;
}
.QueAns{
    margin-top: 2vh;
    text-align: right;
}
.outerDivClass{
    display: flex;
    justify-content: center;
    margin-top: 0.7vh;
}
.innerDivClass{
    margin-right: -3vw;
}
.spanStyle{
    font-size: 2vw;
    color: black;
    text-align: center;
    font-weight:bold;
}
.gridStyle{
    height: 13vh;
    color: aliceblue;
    /* color: rgb(112, 157, 255); */
    text-align: center;
    font-size: 5vw;
    border: 2px solid black;
}

.ansStyle{
    background-color: aliceblue;
    height: 13vh;
    font-size: 5vw;
    color: black;
    margin-right: -5vw;
    text-align: center;
}
#checkButton
{
   /*  margin-top: 32vh; */
   position: fixed;
    bottom: 5vh;
}
#MonkeyStone{
    position: fixed;
    bottom: 5vh;
    left: 75vw;
}
#monkeyImg{
    bottom: -5vh;
    z-index: 1;
}
    #levelPage
{
    margin-top: 20vh;
}
.ansImgStyle{
    margin-top: 15vh;
}

.star-six {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
    position: relative;
  }
  .star-six:after {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
    position: absolute;
    content: "";
    top: 5vh;
    left: -5vh;
  }

  /*final page style start*/
  
#gameOver
{
	color: white;
    font-size: 7vw;
    font-weight:bold;
    margin-top: -12vh;
}
#acknowledgementDiv 
{
	display: block;
}
#finalPage
{
	display:none;
}
#acknowledgementDiv 
{
	display: block;
	margin-top: 2vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#finalPage
{
	display:none;
}
#creditDiv{
  margin-top: 3.5vh;
}

.blink_me
{
    animation:bounceCls 1.5s linear infinite;
}


@keyframes bounceCls{
 0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0,-4px,0);
} 
}
/*final page style end*/
