body:lang(np),
body:lang(np) * {
  font-family: arial !important;
}
#activity-page-lesson-tab span,
#activity-page-exercise-tab span,
.coverboardfull .boxes_top_txt {
  font-family: ubuntu !important;
}
.border {
  border: 3px solid #31538f;
}
svg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0%;
}
.background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.chapterName {
  position: absolute;
  top: 46%;
  left: 57%;
  transform: translate(-70%, -50%);
  font-size: 8vw;
}
.divider {
  position: absolute;
  width: 0.5vmin;
  height: 100%;
  top: 0%;
  left: 50%;
  background-color: #4f6a9a;
  transform: translateX(-50%);
}
.divider-a {
  background-color: #4f6a9a;
}
.divider-b {
  background-color: #234f78;
}
.divider-c {
  background-color: #22517b;
}
.divider-d {
  background-color: #1e4e79;
}
.divider-e {
  background-color: #234f7a;
}
.divider-f {
  background-color: #1e4d79;
}
.divider-g {
  background-color: #25537d;
}
.divider-h {
  background-color: #235179;
}
.bg-a {
  background-color: #fbe4d4;
}
.bg-b {
  background-color: #ead1dc;
}
.bg-c {
  background-color: #f9f3cf;
}
.bg-d {
  background-color: #e7f0d2;
}
.bg-e {
  background-color: #dff1ff;
}
.letter-word {
  position: absolute;
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%);
  color: #262626;
  font-size: 10vw;
  font-family: calibri;
}
@media (min-aspect-ratio: 4/3) {
  .letter-word {
    font-size: 13vh;
  }
}

.hl-a {
  color: #ed7d31;
  color: #434343;
}
.hl-b {
  color: #548135;
  color: #434343;
}
.hl-c {
  color: #625145;
  color: #434343;
}
.hl-d {
  color: #a77c52;
  color: #434343;
  font-family: bitter;
}
.hl-e {
  color: #d4a847;
  color: #434343;
}
.hl-f {
  color: #af4425;
  color: #434343;
}
.hl-g {
  color: #cc9966;
  color: #434343;
  font-family: cambria;
}
.hl-h {
  color: #5f604c;
  color: #434343;
}

.letter-left {
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  height: 70%;
  bottom: 15%;
}
.letter-right {
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  height: 70%;
  bottom: 15%;
}
.letter-img {
  width: 35%;
  position: absolute;
  bottom: 37.5%;
  left: 75%;
  transform: translateX(-50%);
}

#letter-svg {
  position: absolute;
  height: 70%;
  width: 45%;
  left: 75%;
  bottom: 15%;
  transform: translateX(-50%);
}

.line-anim-1 {
  -webkit-animation: line-anim 2s linear forwards;
  animation: line-anim 2s linear forwards;
}
.line-anim-2 {
  -webkit-animation: line-anim 2s linear 2s forwards;
  animation: line-anim 2s linear 2s forwards;
}
.line-anim-3 {
  -webkit-animation: line-anim 2s linear 4s forwards;
  animation: line-anim 2s linear 4s forwards;
}
.line-anim-4 {
  -webkit-animation: line-anim 2s linear 5s forwards;
  animation: line-anim 2s linear 5s forwards;
}
.letter-fade-in-ka,
.letter-fade-in-kha,
.letter-fade-in-ga,
.letter-fade-in-gha,
.letter-fade-in-ee {
  animation: appear 1s ease-in 6s both;
  -webkit-animation: appear 1s ease-in 6s both;
}
.letter-fade-out-ka,
.letter-fade-out-kha,
.letter-fade-out-ga,
.letter-fade-out-gha,
.letter-fade-out-ee {
  animation: disappear 1s ease-in 6s both;
  -webkit-animation: disappear 1s ease-in 6s both;
}
@-webkit-keyframes line-anim {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line-anim {
  100% {
    stroke-dashoffset: 0;
  }
}

.letter-fade-out2 {
  animation: disappear 1s linear 0s both;
  -webkit-animation: disappear 1s linear 0s both;
}
.object-fade-in {
  animation: appear 1s linear 1s both;
  -webkit-animation: appear 1s linear 1s both;
}
.zoom-fade-in {
  animation: zoom-fade-out 1s linear 1s reverse both;
  -webkit-animation: zoom-fade-out 1s linear 1s reverse both;
}
@-webkit-keyframes zoom-fade-out {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes zoom-fade-out {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}

.letter-fade-in-ka,
.letter-fade-out-ka {
  animation-delay: 7s;
}
.letter-fade-in-kha,
.letter-fade-out-kha {
  animation-delay: 7s;
}
.letter-fade-in-ga,
.letter-fade-out-ga {
  animation-delay: 5s;
}
.letter-fade-in-gha,
.letter-fade-out-gha {
  animation-delay: 7s;
}
.letter-fade-in-ee,
.letter-fade-out-ee {
  animation-delay: 6.5s;
}

.opacity_0 {
  opacity: 0;
}
.no-dash-ka {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.no-dash-kha {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}
.no-dash-ga {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  /*animation-duration: 4s !important;*/
}
.no-dash-gha {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.no-dash-ee {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.no-dash-na:last-child {
  opacity: 0;
  animation: fdIn 1s linear 5s forwards;
}
@keyframes fdIn {
  100% {
    opacity: 1;
  }
}
.line-anim-css {
  transition: 2s linear;
  stroke-dashoffset: 0 !important;
}

.line-anim-css {
  transition: 2s linear;
  stroke-dashoffset: 0 !important;
}
/*.rightDiv{
	position: absolute;
	right: 0%;
	width: 50%;
	height: 100%;
	background:#F96F78;
}*/
.hoveredImg {
  transform: scale(1.15);
  cursor: pointer;
}
.boxes_top_txt {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 2%;
  background: #adecfc;
  font-size: 3vw;
}
.btmContainer {
  position: absolute;
  top: 20%;
  height: 58%;
  left: 0%;
  width: 100%;
}
.imgdiv {
  position: absolute;
  top: 10%;
  height: 80%;
  width: 27%;
  background: #fff;
  border-radius: 1em;
}
.imgbox {
  position: absolute;
  top: 10%;
  left: 19%;
  width: 59%;
}
.speakerimg {
  position: absolute;
  top: 2%;
  right: 5%;
  width: 17%;
  display: none;
}
.speakerimg:hover {
  cursor: pointer;
}
.boxTxt {
  position: absolute;
  top: 66%;
  color: #000;
  font-size: 4vw;
  font-family: Arial;
  left: 50%;
  transform: translateX(-50%);
}
.grayLtr {
  color: #434343;
}
.div1 {
  left: 5%;
}
.div2 {
  left: 37%;
}
.div3 {
  left: 69%;
}
.topLtrContainer {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 42%;
}
.imgspkrcontainer {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
.topLtrBox {
  position: absolute;
  top: 0%;
  left: 29%;
  width: 40%;
  height: 100%;
  opacity: 0;
}
.fadeInFirst {
  animation: fadein 2s linear 0s forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.letterImg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.creambg {
  background: #fbe4d4;
}

.names {
  position: absolute;
  left: 0%;
  width: 100%;
  font-size: 5vw;
  opacity: 0;
  animation: fadein 1s linear 0.3s forwards;
}

.slidercontainer {
  position: absolute;
  right: 0%;
  width: 50%;
  height: 100%;
  background: #f96f78;
}
.sliderwrapper {
  position: absolute;
  top: 10%;
  width: 94%;
  height: 78%;
  background: #fff;
  left: 4%;
  border-radius: 3em;
  overflow: hidden;
}
.innerwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
}
.slider {
  display: block;
  transform: translate(-100%);
  left: 100%;
  padding: 6%;
  height: 100%;
}

.slideimg {
  width: 100%;
}
.arrow {
  position: absolute;
  top: 90%;
  left: 45%;
  width: 12%;
  z-index: 20;
}
.arrow:hover {
  cursor: pointer;
}
.imagenameblock {
  position: absolute;
  top: 77%;
  left: 24%;
  width: 57%;
  height: 30%;
}

.slideTxt {
  position: absolute;
  top: 76%;
  left: 0%;
  width: 100%;
  font-size: 6vw;
  font-family: georgia;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.blueLtr {
  color: #351c75;
  background: #a8e5f4;
  border-radius: 0.1em;
  padding: 2%;
}
.orangeLtr {
  color: #d4a847;
}
.redLtr {
  color: #af4425;
}
.grenLtr {
  color: #548135;
}
.drkorangeLtr {
  color: #ed7d31;
}
.scale {
  animation: scaleUp 2s linear forwards;
}
@keyframes scaleUp {
  100% {
    transform: scale(1.5);
  }
}

.animLeft {
  animation: animleft 2s linear forwards;
}
@keyframes animleft {
  100% {
    left: 10%;
  }
}
.xtratxt {
  position: absolute;
  top: 68%;
  left: 39%;
  transform: translate(-50%);
  font-size: 3.5vw;
  background: #a8e5f4;
  padding: 1%;
  border-radius: 0.1em;
  color: #351c75;
  height: 23%;
  width: 22%;
}
.animLtr {
  animation: incFnt 3s linear forwards;
  -webkit-transition: 2s;
  transition: 2s;
}
@keyframes incFnt {
  100% {
    transform: scale(4.55);
    top: 37%;
  }
}
.redBg {
  background: #f96f78;
}
.khaBg {
  background: #a64d79;
}
.gaBg {
  background: #ddbc89;
}
.ghaBg {
  background: #83b271;
}
.naBg {
  background: #415f9d;
}
.scld {
  animation: sclAnim 1s linear infinite;
}
@keyframes sclAnim {
  100% {
    transform: scale(1.2);
  }
}
@media (min-aspect-ratio: 4/3) {
  .boxTxt {
    font-size: 9vh;
  }
  .boxes_top_txt {
    font-size: 6vh;
  }
}
@media (max-aspect-ratio: 4/3) {
  .boxTxt {
    font-size: 4.5vw;
  }
  .boxes_top_txt {
    font-size: 3vw;
  }
}

.ib3 {
  width: 22% !important;
  left: 35% !important;
}
.box_cp_5 {
  width: 16%;
  height: 24%;
  border-radius: 15px;
  background: white;
  position: absolute;
  top: 19%;
  left: 8%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-2_cp_5 {
  left: 27%;
}
.box-3_cp_5 {
  top: 46%;
}
.box-4_cp_5 {
  top: 46%;
  left: 27%;
}
.box-5_cp_5 {
  top: 72%;
  left: 18%;
}

/* last lide flip css */
.textblock {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}

.imgdiv1 {
  position: absolute;
  top: 5%;
  left: 2%;
  border: 3px solid #fdf4f4;
  height: 100%;
  width: 23%;
  background-color: antiquewhite;
  border-radius: 15px;
  opacity: 0;
  box-shadow: 3px 3px 3px #8a8a8a;
}
.imdiv1 {
  left: 2%;
  animation: addi 1s forwards 3s;
}
.imdiv2 {
  left: 26%;
  animation: addi 1s forwards 5s;
}
.imdiv3 {
  left: 51%;
  animation: addi 1s forwards 7s;
}
.imdiv4 {
  left: 75%;
  animation: addi 1s forwards 9s;
}
.lst {
  position: absolute;
  top: 37%;
  left: 49%;
  font-size: 2vw;
}
.imgbox1 {
  object-fit: contain;
  width: 32%;
}
.img1 {
  position: absolute;
  top: 35%;
  left: 13%;
}
.lst1 {
  position: absolute;
  top: 55%;
  left: 49%;
  font-size: 2vw;
}
.img2 {
  position: absolute;
  top: 52%;
  left: 13%;
}
.lst2 {
  position: absolute;
  top: 75%;
  left: 49%;
  font-size: 2vw;
}
.img3 {
  position: absolute;
  top: 72%;
  left: 13%;
}
.headtxt {
  position: absolute;
  top: 24%;
  left: 9%;
  font-size: 6vw;
  z-index: 100;
  opacity: 0;
}
.corransword1 {
  left: 9%;
  animation: addi 2s forwards 3s;
}
.corransword2 {
  left: 33%;
  animation: addi 2s forwards 5s;
}
.corransword3 {
  left: 60.5%;
  animation: addi 2s forwards 7s;
}
.corransword4 {
  left: 84.5%;
  animation: addi 2s forwards 9s;
}
/* .imdiv1{
  animation: addi 2s linear 3s;
} */
@keyframes addi {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/* .ukhu{
  opacity: 0;
} */

/* Start of Cards */
.cardDiv {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 65%;
  border: 3px solid #4e4e4e;
  background: #faebd7;
  position: absolute;
  top: 26%;
  left: 1%;
  border-radius: 12px;
  opacity: 0;
}
.top-letter {
  padding: 2% 0%;
  font-size: 10vmin;
}
.cardContentholder {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 13%;
}
.cdDiv {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 5vmin;
}
.cardimg {
  width: 35%;
  height: 95%;
}

.card1 {
  left: 1%;
  animation: addi 1s forwards 4s;
}
.card2 {
  left: 26%;
  animation: addi 1s forwards 6s;
}
.card3 {
  left: 51%;
  animation: addi 1s forwards 8s;
}
.card4 {
  left: 76%;
  animation: addi 1s forwards 10s;
}
/* End of Cards */
