body:lang(np),
body:lang(np) * {
  font-family: madan !important;
  /* font-family: laila !important; */
}
#activity-page-lesson-tab span,
#activity-page-exercise-tab span,
.coverboardfull .boxes_top_txt,
.lesson_end_container_g1 p {
  font-family: laila !important;
}
svg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0%;
}
.background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.cv_girl {
  width: 12%;
  position: absolute;
  top: 50%;
  left: 85%;
  z-index: 2;
}
.chapterName {
  position: absolute;
  /* background: white; */
  top: 9%;
  left: 54%;
  transform: translate(-57%, -50%);
  font-size: 7vmin;
  font-weight: 900;
  border-radius: 15px;
  color: #333;
  padding: 1% 2%;
  width: 85%;
}
.black_birds {
  top: 3%;
  width: 15%;
  left: -60%;
  animation: flying_birds 15s infinite linear;
}
@keyframes flying_birds {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(800%, -25%);
  }
}
.bg-a {
  background-color: #f9cb9c;
}
.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: 6%;
}
.letter-left-b {
  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: 10%;
  transform: translateX(-50%);
}
#letter-svg-sii {
  position: absolute;
  height: 70%;
  width: 40%;
  left: 75%;
  bottom: 14%;
  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-a {
  animation: appear 1s ease-in 9s both;
  -webkit-animation: appear 1s ease-in 9s both;
}
.letter-fade-out-a {
  animation: disappear 1s ease-in 9s both;
  -webkit-animation: disappear 1s ease-in 9s both;
}
.letter-fade-in-aa {
  animation: appear 1s ease-in 10s both;
  -webkit-animation: appear 1s ease-in 10s both;
}
.letter-fade-out-aa {
  animation: disappear 1s ease-in 10s both;
  -webkit-animation: disappear 1s ease-in 10s both;
}
.letter-fade-in-e {
  animation: appear 1s ease-in 3s both;
  -webkit-animation: appear 1s ease-in 4s both;
}
.letter-fade-out-e {
  animation: disappear 1s ease-in 4s both;
  -webkit-animation: disappear 1s ease-in 4s both;
}
.letter-fade-in-ee {
  animation: appear 1s ease-in 6s both;
  -webkit-animation: appear 1s ease-in 6s both;
}
.letter-fade-out-ee {
  animation: disappear 1s ease-in 6s both;
  -webkit-animation: disappear 1s ease-in 6s both;
}

#partimg1,
#partimg2,
#partimg3,
#partimg4,
#partimg5,
#partimg6 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
#partimgb1,
#partimgb2,
#partimgb3,
#partimgb4,
#partimgb5 {
  stroke-dasharray: 730;
  stroke-dashoffset: 730;
}
@-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);
  }
}

.opacity_0 {
  opacity: 0;
}
.disappear {
  animation: disappear 200ms linear forwards;
}
.opacity_1 {
  animation: appear 200ms linear forwards;
}
.no-dash-a {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.no-dash-aa {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}
.no-dash-e {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.no-dash-ee {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.line-anim-css {
  transition: 1.5s 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: 1%;
  background: #980000;
  color: white;
  font-size: 3vw;
  z-index: 1;
}
.btmContainer {
  position: absolute;
  top: 20%;
  height: 70%;
  left: 0%;
  width: 100%;
}
.right-box {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f3f3f3;
  left: 50%;
}
.imgdiv {
  position: absolute;
  top: 10%;
  height: 42%;
  width: 40%;
  background: #eeeeee;
  border-radius: 1em;
}
.imgbox {
  position: absolute;
  top: 13%;
  left: 4%;
  width: 35%;
  background-color: #FFF;
  border-radius: 18px;
}
.speakerimg {
  position: absolute;
  top: 4%;
  right: 9%;
  width: 12%;
  display: none;
}
.speakerimg:hover {
  cursor: pointer;
}
.boxTxt {
  position: absolute;
  top: 30%;
  color: #000;
  font-size: 4vw;
  font-family: Arial;
  left: 70%;
  transform: translateX(-50%);
}
.grayLtr {
  color: #434343;
}
.div1 {
  left: 6%;
}
.div2 {
  left: 52%;
}
.div3 {
  left: 6%;
  top: 63%;
}
.div4 {
  left: 52%;
  top: 63%;
}
.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: #7ec7ff;
}
.sliderwrapper {
  position: absolute;
  top: 16%;
  width: 75%;
  height: 65%;
  background: #fff;
  left: 13%;
  border-radius: 3em;
  overflow: hidden;
}
.innerwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
}
.slider {
  transform: translate(-200%);
  left: 100%;
  padding: 6%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sliderSpeaker {
  position: absolute;
  right: 15%;
  cursor: pointer;
  top: 20%;
  width: 10%;
  z-index: 9;
}
.slideimg {
  width: 80%;
  object-fit: contain;
  margin-bottom: 30%;
}
.arrow {
  position: absolute;
  top: 45%;
  left: 47%;
  width: 10%;
  z-index: 20;
}
.arrow_right{
  left: 87%;
  transform: rotate(30deg);
}
.arrow_left{
  left: 2%;
  transform: rotate(90deg);
}
.arrow:hover {
  cursor: pointer;
}
.imagenameblock {
  position: absolute;
  top: 77%;
  left: 24%;
  width: 57%;
  height: 30%;
}

.slideTxt {
  position: absolute;
  top: 70%;
  left: 0%;
  width: 100%;
  font-size: 8vmin;
  font-family: georgia;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.blueLtr {
  color: #351c75;
  background: #a8e5f4;
  border-radius: 0.1em;
  padding: 2%;
}
.redLtr {
  color: #ff6860;
  border-radius: 0.1em;
  padding: 2%;
}
.orangeLtr {
  color: #d4a847;
}
.blackLtr {
  color: #222;
}
.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: 35%;
  left: 50%;
  transform: translate(-50%);
  font-size: 4vh;
  background: #fff;
  padding: 1%;
  border-radius: 0.1em;
  color: #ff6860;
  height: 25%;
  width: 22%;
  border: 0.00001em solid rgb(137, 166, 175);

  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.animLtr {
  animation: incFnt 3s linear forwards;
  -webkit-transition: 2s;
  transition: 2s;
}
@keyframes incFnt {
  100% {
    transform: scale(4.80);
    top: 37%;
    left: 37%;
  }
}

.recordtxt {
  font-size: 4vmin;
  color: white;
}
.txt-blk {
  color: black;
}

.ib-sii {
  /* width: 22% !important;
  left: 35% !important; */
}
.redBg {
  background: #f96f78;
}
.orangeBg {
  background: #f9cb9c;
}
.khaBg {
  background: #a64d79;
}
.gaBg {
  background: #ddbc89;
}
.ghaBg {
  background: #83b271;
}
.naBg {
  background: #415f9d;
}
.scld {
  animation: sclAnim 1s linear infinite;
}
.scld_left {
  animation: sclAnim_left 1s linear infinite;
}
@keyframes sclAnim {
  100% {
    transform: scale(1.1) rotate(30deg);
  }
}
@keyframes sclAnim_left {
  100% {
    transform: scale(1.1) rotate(90deg);
  }
}
@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;
  }
}

.play_again_btn {
  display: inline-block;
  background: #ff9900;
  color: white;
  font-size: 4vmin;
  padding: 1% 2% 0.3%;
  position: absolute;
  border-radius: 08px;
  top: 85%;
  left: 70%;
  cursor: pointer;
  z-index: 100;
}
.play_again_btn:hover {
  background: #ffae35;
}

.box-right {
  background: #f3f3f3;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;

  top: 23%;
}
.flip {
  background: #cfe2f3 !important;
  border: white 4px solid;
  cursor: default !important;
}
.letter_right-dots {
  position: absolute;
  top: 28%;
  left: 7%;
  width: 85%;
}
.chooseword {
  position: absolute;
  top: 17%;
  height: 35%;
  left: 0%;
  width: 65%;
}
.worddiv {
  position: absolute;
  top: 30%;
  left: 8%;
  height: 180%;
  width: 60%;
  background: #f3f3f3;
  border-radius: 1em;
  cursor: pointer;
}
.wordbox {
  position: absolute;
  top: 10%;
  left: 19%;
  width: 59%;
  height: 70%;
}

.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%;
}
#cp_a1,
#cp_a2,
#cp_a3,
#cp_a4 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.img_cp {
  width: 62%;
  height: 90%;
  object-fit: contain;
}
.box-right-recorder {
  background: #a4c2f4;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 100%;
}
.recorder {
  display: block;
  transform: translate(-100%);
  left: 100%;
  padding: 6%;
  height: 100%;
}

.recorderwrapper {
  position: absolute;
  top: 26%;
  width: 35%;
  height: 65%;
  background: #fff;
  left: 7%;
  border-radius: 3em;
  overflow: hidden;
}
.recorderinnerwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.recorderImg {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 60%;
  object-fit: contain;
}
.recorderSpeaker {
  position: absolute;
  top: 76%;
  left: 42%;
  cursor: pointer;
}
.word_text-rdr {
  position: absolute;
  top: 50%;
  left: -1%;
  width: 50%;
  font-size: 11vmin;
  color: black;
  z-index: 1;
}

.recordBtn_div {
  position: absolute;
  top: 60%;
  left: 63%;
  width: 25%;
  height: 23%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /* background: white; */
  border-radius: 20%;
}
.recordsbtn_record,
.recordsbtn_play {
  width: 35%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 350ms;
  background-color: white;
  border-radius: 15px 0px 0px 15px;
}
.recordsbtn_play{
  border-radius: 0px 20px 20px 0px;
}
.recordBtn_div:before {
  content: "";
  width: 2px;
  border-radius: 10px;
  height: 70%;
  position: absolute;
  background: #bdbdbd;
}
.recordsbtn_record:hover {
  transform: scale(1.1);
}
.recordsbtn_play:hover {
  transform: scale(1.1);
}
.recordImg,
.playImg {
  object-fit: contain;
  width: 100%;
  cursor: pointer;
}
.recordBtn {
  display: flex;
  width: 30%;
  position: absolute;
  top: 60%;
  left: 70%;
  cursor: pointer;
}
.stopBtn {
  display: flex;
  width: 30%;
  position: absolute;
  top: 60%;
  left: 70%;
}
.word_item_image{
  position: absolute;
  width: 20%;
  left: 65%;
  top: 20%;
  z-index: 1;
}
.word_img{
  width: 20%;
}
.inner-bar {
  width: 0%;
  position: absolute;
  left: 0;
  margin-right: 0;
  height: 100%;
  background: #f58220;
}
.progress-bar {
  width: 100%;
  height: 3%;
  background: rgb(214, 213, 213);
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  right: 2%;
  display: none;
}
.placeholderText {
  position: absolute;
  font-size: 6vmin;
  color: white;
  top: 63%;
  left: 50%;
  width: 50%;
}

.no_pointerEvent {
  pointer-events: none;
}
.div2_p5{
  top: 35%;
}
