body:lang(np),
body:lang(np) * {
  font-family: happymonkey !important;
}
div.headerblock {
  z-index: 9;
}
.bg1 {
  background-color: #b5f3eb;
  background-size: 100% 100%;
  /* background-image: url(../images/bg_play.png); */
}
.lstimgbg {
  /* background-image: url('../images/playtime/bg03.png'); */

  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-aspect-ratio: 4/3) {
  .chapter {
    font-size: 4vw;
  }
}
@media (max-aspect-ratio: 4/3) {
  .chapter {
    font-size: 2.5vw;
  }
}
.playagain {
  font-family: happymonkey;
  position: absolute;
  top: 41%;
  cursor: pointer;
  left: 5%;
  height: 20%;
  width: 30%;
}
.mainmenu {
  font-family: happymonkey;
  position: absolute;
  top: 15%;
  left: 26%;
  cursor: pointer;
  height: 20%;
  width: 30%;
}
.learnagain {
  font-family: happymonkey;
  position: absolute;
  top: 39%;
  left: 47%;
  cursor: pointer;
  height: 20%;
  width: 30%;
}
.colorchange {
  animation: colorchange 1s ease-in both infinite;
}
@keyframes colorchange {
  0% {
    color: black;
  }
  50% {
    color: green;
  }
  100% {
    color: black;
  }
}
.mainmenu:hover,
.learnagain:hover,
.playagain:hover {
  transform: scale(1.15);
  transition: 0.3s;
}
.cong {
  position: absolute;
  bottom: 34%;
  width: 83%;
}
.dialougebox {
  position: absolute;
  max-height: 80%;
  min-width: 17%;
  max-width: 70%;
  bottom: 15%;
  font-family: happymonkey;
  background: #8a83d8;
  -webkit-border-radius: 2vmin;
  -moz-border-radius: 2vmin;
  border-radius: 2vmin;
}
.lastpg-monkey {
  z-index: 9;
  position: absolute;
  top: 10%;
  left: 40%;
  width: 30%;
  height: auto;
}
.bg1 {
  background-color: #d8f5ff;
  background-size: 100% 100%;
}
.relativecls {
  position: relative;
  width: 100%;
}
.centertext {
  left: 14%;
  position: relative;
  top: 100%;
  transform: translateY(30%);
  padding: 1% 1%;
  height: auto;
  color: white;
}
.rhinoimgdiv {
  position: absolute;
  top: 49%;
  width: 15%;
  float: left;
  left: 20%;
}
.squirrelisteningimg {
  position: absolute;
  top: 58%;
  width: 14%;
  float: left;
  left: 71%;
}
.buttonbox {
  position: absolute;
  width: 100%;
  height: 87%;
  bottom: 0%;
  font-family: happymonkey;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* display: none; */
}
.buttonboxinside {
  margin-top: 70%;
  position: relative;
  width: 19%;
  left: 9%;
  height: 100%;
}

[class*='diybutton'] {
  transform: translate(-50%, -50%) scale(0);
  background: #ffe38f;
  padding: 0%;
  border-radius: 0.5em;
  color: #434343;
  font-family: happymonkey;
  animation: buttanim 0.7s ease-out forwards;
  border: 0.1em solid #fcd172;
  border-radius: 0.5em;
  transition-duration: 0.2s;
  text-align: center;
  font-size: 6vw;
  z-index: 40;
}

/* @media (min-aspect-ratio: 4/2){
      [class*="diybutton"]{
      font-size: 3vh;
      }
  } */

@keyframes buttanim {
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.icon {
  transform: translate(145%, -50%);
  width: 20%;
  bottom: -70%;
  position: absolute;
}
.icon-one {
  left: 12%;
}
.icon-two {
  left: 37%;
}
.icon-three {
  left: 62%;
}
.icon-four {
  left: 87%;
}

.forhover:hover {
  cursor: pointer;
  background: #f9cb9c;
  border: 0.1em solid #e69138;
  color: black;
}
.headerblock {
  position: absolute;
  width: 100%;
  height: 13%;
  top: 0%;
  font-family: happymonkey;
  background-color: #0a90db;
  padding: 2%;
  color: #fff;
  font-size: 3.2vw;
}
.box {
  position: absolute;
  width: 100%;
  top: 0%;
  font-size: 3.2vw;
  font-family: happymonkey;
}
@media (max-aspect-ratio: 4/3) {
  .box {
    font-size: 3.2vw;
  }
}
.imagebox {
  position: relative;
  height: 100%;
  /* top: 30%; */
}
.imagebox1 {
  position: relative;
  height: 50%;
  width: 100%;
  top: -92%;
}
.butterfly {
  position: absolute;
  top: 32.5%;
  width: 12%;
  display: none;
}
.butterfly-1 {
  left: 6.5%;
}
.butterfly-2 {
  left: 32%;
}
.butterfly-3 {
  right: 31%;
}
.butterfly-4 {
  right: 6.5%;
}
.rabbit {
  position: relative;
  top: 30%;
  width: 66%;
  left: -46%;
}
