body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	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;
}
#homeDiv,#logoDiv
{
	margin-top:1vh;
}
#coverpage
{
	position:fixed;
	bottom:0;
}
#soundDiv
{
	margin-top:10vh;
}
.noPaddingcls
{
	padding:0px !important;
}
.positionClass
{
	position:fixed;
	bottom:0;
}
.shakeCls
{
	-webkit-animation:wobble  .40s linear; 
}
#wordDiv
{
	font-size: 4vw;
	color:black;
	text-align: center;
	font-weight: 600;
	visibility: hidden;
	left:1.5vw;
	z-index:1;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	height:21vh;
}
.backgroundProp
{
    background-repeat: no-repeat;
    background-position: center;
	 margin-left:1.5vw; 
    background-size: 100% 100%;
	 display: inline-block; 
}
#carDivs
{
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: center;
	bottom:-6vh;
	position:fixed;
	height:107vh;
}
#carDivsInner
{
	display:flex;
	position: absolute;
    bottom: 6vh;
}

.paraCls
{
	text-align: center;
    font-size: 7vw;
    color: white;
}
#acknowledgementDiv 
{
	margin-top: 10vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	display:none;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
	ont-size:1.5vw;
}
#endpage
{
	display:none;
}

#widget
{
	position:fixed;
	bottom:0;
}
#creditDiv
{
	position:fixed;
	right:0;
	bottom:0;
}
#gameOver
{
	font-size: 7vw;
    font-weight: bold;
    margin-top: 5vh;
    color: white;
}
#playAgainDiv
{
	position:fixed;
	bottom:-1vh;
}
#resultDiv
{
	margin-top: 19vh;
	visibility:hidden;
}
#homeDiv
{
	visibility:hidden;
}
#starDiv
{
	visibility:hidden;
}
.modal-content
{
	background-color:rgba(1, 6, 15, 0.612);
	box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
}
.modal
{
	position:relative;
}
#askForSkipedQuestionDiv
{
	display: none;
	position:absolute;
	
}
.overlay
{
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}
.button
{
	color: #fff;
	background-color: #52efed87;
	border: none;
	font-size: 3vw;
	border-radius: 15px;
	box-shadow: 0 4px #999;
}
#textInstuction
{
	font-size:3.5vw;
}
#nextDiv
{
	position:fixed;
	bottom:0;
	right: 0;
}
#responseBox
 {
	background-color: #185b94;
	color: white;
	position:relative;
	border: 4px solid white;
	position: fixed;
	top: 25vh;
	right: 0;
	bottom: 0;
	left: 17vh;
	height:fit-content;
	height: 45vh;
	padding:2vh;
}
#btnDiv
{
	margin-top:6vh;
}
#Yes,#No
{
	background-color:rgb(249,185,0);
	color:black;
	font-size:2.5vw;
	font-weight:bold;
}
.blink_me
{
    animation:blinker 1s linear infinite;
}
@keyframes blinker
{
    50%
    {
        opacity:0.5;
    }
}