html{
    height:100%;
} 
body{
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center;
background-size:100% 100%;
/* overflow:hidden;  */
user-select:none;
}
.noPadding{
padding:0% !important;
}
.se-pre-con{
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}
.toBottom{
    position: fixed;
    bottom: 5vh;
}
.bgClass{
   
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    user-select:none; 
}
.bottomClass{
    bottom: 3vh;
    position: fixed;
    display: flex;
    align-items: baseline;
}
.homelogoClass{
    top: 7vh;
}
#textId{
    color: white;
    font-size: 3.5vw;
    font-weight: bold;
}
#innerQuesDivId
{
    font-size: 3.5vw;
    color: white;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 18vh;
    height: 13vh;
}
#gamePage{
    position: absolute;
    top: 12vh;
}
#givenFindData{
    top: 28vh;
}
.innerQuesClass{
    height: 12vh;
}
.styleBorder{
    border: 2px solid white;;
}
#equalSignId,#quesMarkId{
    font-size: 4.5vw;
    color:black;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 6vh;
}
#innerId{
    top: 8vh;
}
#digitalProblemQues{
    display: none;
    top:23vh;
}
#numberDiv{
    background-color:#396d6fa3;
    border-radius: 8vh;
    box-shadow:7px 5px 14px black;
    border: 1px solid red;
}
#divisor {
    border-radius: 0 0 2vw;
    border-right: 2px solid  white;;
    border-bottom: 2px solid  white;;
}
#divident {
    border-top: 2px solid  white;;
}
.height
{
    height: 10vh;
}
.editField{
    font-size: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
   color: white;;
} 
.border {
    border-bottom: 2px solid  white;;
}
#ansStep{
    top: -7vh;
}
#ansStep1
{
    visibility: hidden;
}
#digitalQuesDiv{
    height: 48vh;
}
#finalAns{
    top: 5vh;
    left: 3vw;
}
#equalSign{
    top: 8vh;
    font-size: 4vw;
    color:white;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}
.leftClass{
    margin-left: 1vw;
}
.blink_me{
    animation: blinker 1s linear infinite;
    background-color: #a7c6e261;
  }
  @keyframes blinker {  
    50% { opacity: 0.5; }
  }
  .pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.bounce
{
    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);
} 
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .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);
  }
  .overlay {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #responseDiv{
    top: 15vh;
    height: 40vh;
}
#responseImg{
    top: 8vh;
}
  #gameOver{
    margin-top: 14vh; 
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    color:white;  
  }
  #acknowledgementDiv {
    display: none;
    background-color: aliceblue;
  /*   margin-top: 3vh; */
    border: 0.22vw solid black;
    border-radius: 3vw;
    box-shadow: 5px 6px 2px black;
    text-align: center;
  }
  #developerNameDiv{
      margin-bottom: 2vh;
  }
  .fontClass{
      font-size:1.3vw;
      margin-top:1vh;
      color:black;
  }
  .firstLetter:first-letter{
      font-size:1.5vw;
  }