body    
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}
#playButtonDiv{
	 margin-left: 85vw;
}
.alphabetDiv,#que
{
  background-repeat: no-repeat;
  background-origin: content-box;
 /*  background-attachment: fixed; */
  background-size:100% 100%;
  color: black;
}
#quePage,.bgbtn,#readWordPage
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size:100% 100%;
  height: 80vh;
}
#alphabets{
	margin-top:3vh;
}
.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;
}
#playButtonDiv,#widget{
	position: fixed;
	bottom:11vh;
	Z-index:1;
}
#widget{
	position: fixed;
	bottom:0vh;
	Z-index:1;
}
.marathiWord{
	font-size:4vw;
	text-align:center;
	height: 13vh;
}
#nextButtonDiv{
	margin-top:-10vh;
}
#queDiv{
	margin-top:5vh;
}
#soundDiv{
	margin-left:2vw;
}
.alphabetDiv
{
	margin-top:2.3vh;
	height: 14vh;
    width: 9.2vw;
	text-align:center;
	font-size:3vw;
	color:Black;
	background-color: whitesmoke;
    border-radius: 20%;
    box-shadow: 7px 9px black;
}
sub{
	font-size:1.8vw;
}
.alphabetCheckBtn{
	margin-top:6vh;
}
#ansImg{
	position: fixed;
}
#ansImgDiv{
	margin-top:7vh;
}
.sub {
  vertical-align: 0;
  position: relative;
  top: 0.8ex; 
  font-size: 80%;
}
.words
{
	height:13vh;
	width:6vw;
	text-align:center;
	font-size:3vw;
	border-radius: 10%;
	color: black;
}
#timer{
	height:15vh;
	width:8vw;
	background-color:white;
	margin-top:2vh;
	font-size:5vw;
	text-align:center;
	border-radius:50%
}
.score{
	background-color:white;
	height:15vh;
	margin-top:12vh;
	font-size:4vw;
	text-align:center;
}
.effect{
	animation:ZoomIn ;
}
#progressBarDiv {
  margin-top:6vh; 
  background-color: white;
  border-radius:1vw;
}
#ProgressBar {
 /*  width: 1vw; */
  height: 3vh;
  background-color: green;
  border-radius:1vw;
}
.leveldiv{
	margin-top:20vh;
}
.rhymeStyle{
	height:43vh;
	border-radius:1vw;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size:100% 100%;
	/*  background-color: #49596d; */
}
.rhymeSubDivStyle{
	height:15vh;
    font-size: 4vw;
    text-align: center;
	color:black;
}
#soundDivStyle{
	height:5vh;
}
#rhymingWordDiv{
	margin-top:15vh;
}
#skipButton{
	margin-top:5vh;
}
#gameOver
{
	color: black;
    font-size: 7vw;
	font-weight:bold;
}
#headerId
{
	text-align:center;
}
#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;
}
#starsDiv
{
margin-top:18vh;
margin-left:30vw;
}
#finalPage
{
	display:none;
}
#questionMsg
{
font-size:3.5vw;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
position:relative;
top:0;
left:0;
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;
}
@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.5;
    }
}
.pointer
{
	
}
.words {
   padding-left: 0%;
   padding-right: 0%;
}