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;
}
#bottomFlowerDiv{
    height:10vh;
    background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
}
#playButtonDiv,#bottomFlowerDiv,#widget{
	position: fixed;
	bottom:0;
}
#checkNext{
    position: fixed;
	bottom:5vh;
}
#homeDiv{
    margin-top: 18vh;
}
#que,#gamePage{
    margin-top: 2vh;
}
#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: black;
    font-size: 7vw;
    font-weight:bold;
    text-align: end;
}
#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;
}
#questionMsg
{
font-size:3.5vw;
}
#responseBox {
	margin-top: 25vh;
	background-color: #185b94;
	color: white;
 position:relative;
 top:0;
 left:0;
 height: 48vh;
 padding:2vh;
 }
 #btnDiv
 {
 margin-top:3vh;
 }
 #Yes,#No
 {
 background-color:rgb(249,185,0);
 color:black;
 font-size:2.5vw;
 font-weight:bold;
 }
 @keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
 
  50% {
	opacity: 1;
  }
 }
 
 .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration:1s;
 }
 .modal-content{
 background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
 box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
 border: 4px solid white;
 position: fixed;
	top: 25vh;
	right: 0;
	bottom: 0;
 left: 25vh;
 height:fit-content;
 }
 .overlay
 {
 z-index: 10;
 background-color: rgba(0,0,0,0.5);
 }
.blink_me
{
    animation:blinker 1s linear infinite;
}
@keyframes blinker
{
    50%
    {
        opacity:0.1;
    }
}