.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: 0;
}

html,
body {
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  user-select: none;
  overflow: hidden;
}
.toBottom {
  position: fixed;
  bottom: 0vh;
}

#birdList{
  margin-top: 2vh;
  height: 23vh;
  border-radius: 2%x;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  overflow-x: scroll !important;
}

/* width */
::-webkit-scrollbar {
	width: 1vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(95, 95, 95); 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #0da056; 
	border-radius: 10px;
  }
  
.birdDivs{
  width: 20%;
  margin-right: 1%;
  border-radius: 5%;
  background-color: mintcream;
  border: 1px solid;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20vh;
  margin-top: 1vh;
}
#birdName{
  visibility: hidden;
}
#EnglishName,#HindiName{
  font-size: 3vw;
  /* border: 5px ridge grey; */
  /* border-radius: 2vh; */
  /* background-color: #a29ce9; */
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
#HindiName{
  height: 20vh;
    line-height: 7vh;
    padding-top: 4vh;
}
#EnglishName{
  margin-top: 5vh;

}
#spelling{
  line-height:6vh;
  margin-top:2vh;
  height: 30vh;
}
#Devnagari{
  margin:2vh 0 2vh 0;
  display:none;
}
#info{
  visibility: hidden;
  /* border: 10px ridge grey; */
  /* border-radius: 5%; */
  /* background-color: #a29ce9; */
  height: 50vh;
  /* font-weight: bold; */
  font-family: serif;
  text-align: left;
  font-size: 1.6vw;
  overflow-y: auto;
  margin-top: -5vh;
  margin-left: 5vw;
  padding-top: 5vh;
}

#questionDiv{
  margin-top: 10vh;
  color:white;
}

#birdImg{
  margin: 8%;
  /* border: 10px ridge grey;; */
   border-radius: 5%; 
  /* height: 40vh; */
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    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);
  }
}

.birdImages{
  border-radius: 5%;
  height: 20vh;
}

#soundImg{
  pointer-events: none;
  visibility: hidden;
}

.blinker {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

#birdImgDiv{
  margin-left: 5vw;
  visibility: hidden;

}

.keys{
  font-weight:bold;
  color:white;
  font-size: 2vw;
}

.values{
  color:white;
  font-weight: 500;
  font-size: 1.8vw;

}
#homeAndLogoDiv{
  margin-top: 2vh;
}
#gamePage,#instrPage{
  position:absolute;
}
#homeButton{
  z-index: 1;
}

.bgClass{
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  user-select: none;
  overflow: hidden;

}
.catagories{
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 15vh;
  margin-top: 2vh;
  text-align: center;
  color: white;
  font-size: 1.6vw;
  line-height: 6vh;
  font-weight: bold;
  padding: 2vh;

}
#catagory{
  overflow-y: auto;
  height: 65vh;
  z-index: 100;
}
#catagory4{
  font-size: 1.6vw;
  line-height: 6vh;
}
#instrPage{
  display: none;
}

#instruction{
  padding: 5vh;
  margin-top: 20vh;
  color: black;
  font-size: 2.5vw;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 3vh;
}
.loader
{
  position: fixed!important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: center no-repeat#afaca7d1;
  z-index: 1;
}