.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: 0 !important;
}
.toBottom {
  position: fixed;
  bottom: 5vh;
}
.Bottom {
  position: fixed;
  bottom: 0;
}

html {
  height: 100%;
}
body {
  user-select: none;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.numbers {
  text-align: center;
  font-weight: 900;
  color: white;
  /* margin-left: 0.2%; */
  font-family: "Comic Sans MS", Times, serif;
}
.numbers {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* #dummyDiv {
  border-radius: 4vh;
  background-color: rgba(8, 79, 154, 0.46);
} */

p,
span {
  font-size: 4vw;
  font-family: calibri;
  color: black;
  text-align: center;
  font-weight: bold;
}

#timer {
  margin-top: 10vh;
  display: none;
}

.container {
  /*
	height:10vh;
*/
  /* margin-top: 0.2%; */
  display: flex;
  justify-content: center;
}

.rotate {
  animation-name: rotate;
  animation-duration: 1s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

.rotateLeft {
  animation-name: rotateLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-90deg);
  }
}

#gamePage {
  display: none;
}
.levels {
  height: 12vh;
  margin-top: 5vh;
  text-align: center;
  font-size: 3vw;
  color: black;
  font-weight: bold;
  border: 3px solid black;
  border-radius: 3vh;
  box-shadow: 12px 6px 7px rgb(0, 0, 0),
    inset -100px 0px 100px rgba(189, 161, 161, 0.5);
}

.numbers1 {
  -webkit-text-stroke: 1px black;
  height: 9.25vh;
  font-size: 3.7vw;
  width: 5.3vw;
}
.numbers2 {
  -webkit-text-stroke: 1px black;
  height: 10vh;
  font-size: 3.5vw;
  width: 5.1vw;
}
.numbers3 {
  -webkit-text-stroke: 1px black;
  height: 10vh;
  font-size: 3vw;
  width: 5.1vw;
}
.numbers4 {
  -webkit-text-stroke: 1px black;
  height: 9vh;
  font-size: 3vw;
  width: 4.5vw;
}
.numbers5 {
  -webkit-text-stroke: 1px black;
  height: 8vh;
  font-size: 2.2vw;
  width: 3.9vw;
}

#grandTotal,
#score {
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
  color: white;
  margin-top: 5vh;
  font-family: "Comic Sans MS", Times, serif;
}

.blink_me {
  animation: blinker 3s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#textPara {
  font-size: 4vw;
  color: black;
  font-weight: bold;
}

#homeButton {
  z-index: 1000;
}

.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: rgb(174, 53, 28);
  box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(56, 58, 120);
}

#bonusModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  height: 34%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10%;
  margin-top: 45vh;
}
#message {
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
  color: white;
  margin-top: 5vh;
}


#wrongImg {
  margin-top: 5vh;
}

#play {
  position: fixed;
  bottom: 0;
}

#progressBarDiv {
  visibility: hidden;
  height: 6vh;
  margin-top: 3vh;
  border: 8px solid #407d7e;
  /*border-radius: 3vw;*/
}

#timeTaken {
  display: none;
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

#grandTotal,
#innerDiv,
#score {
  user-select: none;
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#innerDiv {
  padding: 1vh;
  /* 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); */
  box-shadow: 2px 2px 10px 25px #4bcedc;
}
.images {
  height: 100%;
}

#gameOver
{
      margin-top: 20vh;
}

#responseTextDiv
{
  font-size:10vw;
  font-weight: bold;
  font-family: cursive;
  color:white;
}

#text1,#text2{
  font-size: 1.8vw;
  font-family: calibri;
  color: white;
  text-align: left;
  font-weight: bold;
}

h1{
  font-size: 3vw;
  font-family: calibri;
  color: white;
  text-align: center;
  font-weight: bold;
}

#close{
  opacity: 1 !important;
  color: red;
  float: right;
  font-size: 5vw;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}

#howToPlayImg
{
  height: 12vh;
}

#scoredMarks{
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  color: white;
  margin-top: 5vh;
  text-shadow: 5px 0 0 #e5097f, 5px 0 0 #e5097f, 0 5px 0 #e5097f, 0 -5px 0 #e5097f, 5px 5px #E5097F, -5px -5px 0 #e5097f, 5px -5px 0 #e5097f, -5px 5px 0 #E5097F;
}
#score,#scoredMarks{
  font-family: "Comic Sans MS", Times, serif;
}

#scoreMsg{
  font-size: 3vw;
  font-weight: bold;
  font-family: cursive;
  color: white;
  text-align: center;
}
@media screen and (max-width:480px){
  .numbers1{
    height:5vh;
  }
  .numbers2{
    height:4vh;
  }
  .numbers3{
    height:4vh;
  }
  #scoreCard{
    margin-left: 6vw;
  }
  .toBottom{
    position: fixed;
    bottom:40vh;
  }
  #message{
    margin-top: 25vh;
  }
}