.ex-number-template-score:lang(np) {
  font-family: 'kalimati' !important;
  top: 12%;
}
.ex-number-template-score {
  background-color: #ffe599ff;
  text-align: left;
  width: 20%;
  right: 0;
  top: 0.9% !important;
  color: #111;
  border-radius: 0;
  display: none;
}
.activity_container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.3em;
  background: #fff;
  box-shadow: inset 0 0 30px #f2f2f2;
  font-family: patrickhand;
}

.activity_container,
.activity_container * {
  position: relative;
  margin: 0;
  padding: 0;
}

.activity_container .nextBtn {
  display: none;
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 7%;
  height: 10%;
}

.activity_container .prevBtn {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 7%;
  height: 10%;
}

/*=====================================
=            common styles            =
=====================================*/

.board {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vertical-horizontal-center {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}

.coverboardfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ex-number-template-score {
  top: 0.5%;
}

p,
tr {
  font-family: sniglet;
  color: #111;
}
.bg_ex {
  width: 100%;
  height: 100%;
}
.exercise {
  position: absolute;
  top: 58%;
  right: 38%;
  font-size: 5vw;
  color: #fff;
}
.rhino_dancing {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 15%;
}
.squirrel-listening {
  position: absolute;
  top: 60%;
  right: 15%;
  width: 15%;
}

.exercisebg {
  background-color: #81c1ffff;
}
.question {
  background-color: #3d85c6ff;
  padding: 2%;
  font-size: 2vw;
  color: #fff;
  text-align: left;
}
.optionblock {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.opt1,
.opt2 {
  width: 30%;
  height: 50%;
  background-color: #fff;
  border-radius: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1%;
  margin: 7% 0;
}

.tree {
  width: 50%;
  margin: 6%;
}
.pot {
  width: 30%;
  margin: 6%;
}
.book {
  width: 30%;
  margin: 6%;
}
.opt1,
.opt2 {
  height: 30vw;
}
.opt2 {
  padding: 4%;
}
.opt2_table {
  border: 3px solid #6d9eeb;
  color: #111;
  width: 100%;
  height: 10%;
}
.opt2_table tr th,
.opt2_table tr td {
  width: 50%;
}
.opt2_table tr th {
  border: 3px solid #6d9eeb;
  padding: 7% 10%;
}
.opt2_table tr td {
  border: 3px solid #6d9eeb;
  padding: 7% 10%;
}
.answer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ans {
  background-color: #ffab40ff;
  color: #111;
  padding: 1.5% 5%;
  border-radius: 10px;
  font-size: 1.5vw;
  cursor: pointer;
  user-select: none;
}
.answer div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 25%;
}
.tick,
.cross {
  width: 7%;
  margin-left: 2%;
  opacity: 0;
}
.ex2 {
  flex-direction: column;
}
.ex2_1 {
  padding: 9% 0%;
}
.sunflower {
  width: 15%;
}
.ans2 {
  width: 50%;
  /* margin-left: 30%; */
}
.apple {
  width: 20%;
}
.optionblock_ex3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ex3_option1,
.ex3_option2 {
  width: 28%;
  height: 90%;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 7% 1%;
  margin: 5% 0;
}
.ex3_option2 {
  margin-left: 23%;
}
.ex3_option1 table {
  border: 3px solid #cc0000;
  width: 80%;
  display: block;
}
.ex3_option2 table {
  border: 3px solid #cc0000;
  width: 80%;
}
.ex3_option1 table tr th {
  text-align: center;
  padding: 5% 0;
  width: 100%;
  display: block;
}
.ex3_option1 table tr td {
  max-width: 100%;
  padding: 4%;
  border: none !important;
  border-left: 3px solid #cc0000 !important;
}

.ex3_option2 table tr th {
  text-align: center;
  padding: 5% 0;
  width: 100%;
  display: block;
}
.ex3_option2 table tr td {
  max-width: 100%;
  padding: 4%;
  border: none !important;
  border-left: 3px solid #cc0000 !important;
}
.ans3 {
  margin-left: 21%;
}
.ans3 {
  min-width: 35%;
}
.opt1ex4 {
  flex-direction: column;
  padding: 2% 0;
}
.car {
  width: 30%;
  margin: 2% 0;
}
.appleqn {
  width: 3%;
  position: absolute;
  /* top: 3%; */
  left: 26%;
  z-index: 2;
  display: none;
}

.apple6 {
  left: 20.5%;
}
:lang(np).apple6 {
  left: 19%;
}
.ans4 {
  width: 50%;
  /* margin-left: 10%; */
}
.tomato {
  width: 10%;
}
.ex5table {
  background-color: #fff;
  border: 2px solid #cc0000;
  width: 80%;
  margin: 5% auto 10%;
}
.ex5table tr td {
  width: 50%;
  border: 3px solid #cc0000;
  padding: 1%;
}
.ex5option {
  display: flex;
  justify-content: space-around;
}
.ex5option h1 {
  background-color: #fff;
  padding: 5%;
  border-radius: 10px;
}
.ans5 {
  width: 30%;
  margin: 7%;
  margin-left: 15%;
}
.tomatoqn,
.bookqn {
  width: 3%;
  position: absolute;
  top: 3%;
  left: 20.5%;
  z-index: 2;
}

.tomatoqn2 {
  left: 16%;
  display: none;
}

:lang(np).bookqn {
  left: 20%;
}
:lang(np).bookqn2 {
  left: 26%;
}
:lang(np).bookqn9 {
  left: 26%;
}
.ex6table {
  width: 28%;
  border: 3px solid #000;
  position: absolute;
  background-color: #fff;
  top: 20%;
  left: 34.5%;
}
.ex6table.img-hint {
  left: 35.5%;
}
.ex6table th {
  border: 3px solid #000;
  padding: 2%;
}
.ex6table td {
  border: 3px solid #000;
  padding: 2%;
}
.ex6table td:nth-child(2) {
  width: 75%;
}
.book {
  width: 20%;
}
.bookqn {
  width: 4%;
  left: 28%;
  top: 5%;
  display: none;
}
.ex6option {
  display: flex;
  justify-content: space-around;
  margin-top: 15%;
}
.ex6option h1 {
  background-color: #fff;
  width: 15%;
  padding: 5%;
  border-radius: 10px;
}
.answer6 {
  margin-top: 7%;
  margin-left: 3%;
}
.ans6 {
  width: 30%;
}
.bookqn1 {
  left: 26%;
}
.ex8option {
  display: flex;
  justify-content: space-around;
  margin-top: 15%;
}
.ex8option img {
  padding: 3%;
  background-color: #fff;
  border-radius: 10px;
}
.bookqn2 {
  left: 31%;
}
.madan,
.hari {
  width: 17%;
}
.ex9option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15% 10% 0% 10%;
}
.ex9option div {
  background-color: #fff;
  width: 30%;
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
.book9 {
  width: 40%;
  margin: 5%;
}
.ex9option div:nth-child(2) {
  padding: 6% 0;
}
.bookqn9 {
  left: 27%;
  /* justify-content: space-evenly; */
}
.answer9 {
  margin-top: 5%;
  left: 15%;
  top: 20%;
}
.answer9 div:nth-child(2) {
  padding-left: 10%;
}
.ex10 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 7%;
}
.ex10 div {
  background-color: #fff;
  width: 40%;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 3%;
  border-radius: 5vw;
}
.tab1 {
  background-color: #fff;
  width: 90%;
  border: 2px solid #999999;
}
.tab1 th,
.tab1 td {
  border: 2px solid #999999;
  padding: 2%;
  overflow: hidden;
}
.tab1 td:nth-child(2) {
  width: 70%;
}
.star {
  width: 10%;
}
.tab2 {
  background-color: #fff;
  width: 90%;
  border: 2px solid #999999;
}
.tab2 th,
.tab2 td {
  border: 2px solid #999999;
  padding: 2%;
}
.tab2 td:nth-child(2) {
  width: 70%;
}
.answer10 {
  /* margin-top: -15%; */
  margin-top: -21%;
  left: 7%;
}
.answer1 {
  margin-top: -25%;
  left: 10%;
}
.asnwer2 {
  left: 0;
}
.answer3 {
  left: 0;
}
.ans10 {
  width: 30%;
}

.dacing_monkey {
  position: absolute;
  top: 20%;
  right: 35%;
  width: 30%;
}
.Congratulations {
  font-size: 2vw;
  color: #fff;
  padding: 5%;
  letter-spacing: 2px;
  font-weight: 600;
}
.learned {
  position: absolute;
  top: 70%;
  width: 100%;
  font-size: 2vw;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}
.linkbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 85%;
  width: 100%;
}
.link_btn {
  padding: 1% 3%;
  margin: 0 2%;
  background-color: #ff7f78;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.link_btn p {
  color: #fff;
  font-size: 1.5vw;
  margin: 0 !important;
}
table {
  font-size: 1.5vw;
}
.imgtext {
  border: 2px solid red;
  width: 100%;
  height: 15%;
  background-color: #3d85c6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extra-option {
  position: absolute;
  background-color: #fff;
  color: #111;
  width: 18vw;
  height: 15vw;
  display: grid;
  place-content: center;
  border-radius: 2vw;
  top: 40%;
  left: 15%;
  font-weight: 800;
  font-size: 5vw;
}

.extra-option.opt-2 {
  left: 64%;
}

.answer5,
.answer6 {
  left: 8%;
}

.answer5 {
  top: 25%;
}

.answer6 {
  top: 10%;
  left: 12%;
}

.opt-img {
  width: 20%;
  height: 17vw;
  object-fit: cover;
  object-position: top;
}

.opt-book {
  width: 20%;
  background: url('../images/book03.png'), url('../images/book03.png'),
    url('../images/book03.png');
  background-color: #fff;
  background-size: 5vw;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 2rem 80%, 10rem 80%, 18rem 80%;
}
.opt-book.opt-2 {
  background: url('../images/book03.png'), url('../images/book03.png');
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
  background-size: 5vw;
  background-position: 2rem 80%, 10rem 80%;
}

.apple-q,
.tomato-q {
  height: 5%;
  margin-bottom: 2%;
}

.book-q {
  width: 5%;
}

@media (min-aspect-ratio: 4/3) {
  .table tr td,
  th,
  table {
    font-size: 2.3vh;
  }
  .question {
    font-size: 3vh;
    padding-right: 30%;
  }
  .exercise {
    font-size: 5vh;
    top: 60%;
    left: 60vh;
  }
  .opt1,
  .opt2 {
    height: 40vh;
  }

  .ex10 div {
    height: 41vh;
  }
  .answer6 {
    top: 22%;
  }
  .answer5 {
    top: 41%;
  }
  .ex5table {
    margin: 2% auto;
  }

  .ex6table + .answer6 {
    top: 30%;
    margin-top: 0;
  }
  .extra-option {
    width: 20vh;
    height: 20vh;
  }

  .extra-option.opt-book {
    width: 28vh;
  }

  .extra-option.opt-book {
    background-size: 7vh;
    background-position: 5% 80%, 50% 80%, 90% 80%;
    left: 14%;
  }
  .extra-option.opt-book.opt-2 {
    left: 65%;
    background-size: 8vh;
    background-position: 5% 80%, 90% 80%;
  }
  .answer9 div:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-aspect-ratio: 4/3) {
  .table tr td,
  th,
  table {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  * {
    border-width: 1px !important;
  }
}
