body:lang(np),
body:lang(np) * {
  /* font-family: arial !important; */
  font-family: madan !important;
}

#activity-page-lesson-tab span,
#activity-page-exercise-tab span,
.coverboardfull .boxes_top_txt,
.lesson_end_container_g1 p {
  font-family: ubuntu !important;
}
/* .border {
  border: 3px solid #31538f;
} */
p {
  font-family: Preeti !important;
}
@font-face {
  font-family: laila;
  src: url("../../../../../fonts/laila/laila-regular.ttf");
}

@font-face {
  font-family: Preeti;
  src: url("../../../../../fonts/preeti.ttf");
  src: url("../../../../../fonts/preeti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* svg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0%;
} */
.background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.chapterName {
  /* border: 2px solid whitesmoke; */
  /* background-color: white; */
  /* border-radius: 52px; */
  position: absolute;
  top: 10%;
  left: 53%;
  width: 60%;
  padding: 3% 4% 3% 4%;
  display: flex;
  justify-content: center;
  transform: translate(-57%, -50%);
  font-size: 7vmin;
  color: black;
  font-weight: bolder;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .chapterName {
    font-size: 6vmin;
  }
}
/* .black_birds {
  top: 3%;
  width: 15%;
  left: -60%;
  animation: flying_birds 20s infinite linear;
}
@keyframes flying_birds {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(800%, -25%);
  }
} */
.divider {
  position: absolute;
  width: 0.5vmin;
  height: 100%;
  top: 0%;
  left: 50%;
  background-color: #4f6a9a;
  transform: translateX(-50%);
}
.divider-a {
  background-color: #4f6a9a;
}
.bg-a {
  background-color: #ffe2aaff;
}
.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;
}

.letter-left {
  position: absolute;
  left: 22%;
  transform: translateX(-50%);
  top: 26%;
  height: 61%;
  /* background-color: #ffe2aaff; */
}
.letter-left-b {
  top: 18%;
  left: 25%;
}
.right-box {
  position: absolute;
  width: 50%;
  height: 100%;
  background: white;
  left: 50%;
}
.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;
  width: 40%;
  height: 63%;
  left: 75%;
  top: 27%;
  transform: translateX(-50%);
  background-color: #fff;
}

.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-uhu,
.letter-fade-in-uu {
  animation: appear 1s ease-in 5s both;
  -webkit-animation: appear 1s ease-in 5s both;
}
.letter-fade-out-uhu,
.letter-fade-out-uu {
  animation: disappear 1s ease-in 5s both;
  -webkit-animation: disappear 1s ease-in 5s both;
}
.letter-fade-in-ri {
  animation: appear 1s ease-in 5s both;
  -webkit-animation: appear 1s ease-in 7.5s both;
}
.letter-fade-out-ri {
  animation: disappear 1s ease-in 5s both;
  -webkit-animation: disappear 1s ease-in 5s both;
}
.letter-fade-in-ye {
  animation: appear 1s ease-in 5s both;
  -webkit-animation: appear 1s ease-in 5s both;
}
.letter-fade-out-ye {
  animation: disappear 1s ease-in 5s both;
  -webkit-animation: disappear 1s ease-in 5s both;
}
.letter-fade-in-ta,
.letter-fade-in-chha {
  animation: appear 1s ease-in 5.5s both;
  -webkit-animation: appear 1s ease-in 4.5s both;
}
.letter-fade-out-ta,
.letter-fade-out-chha {
  animation: disappear 1s ease-in 5.5s both;
  -webkit-animation: disappear 1s ease-in 4.5s both;
}
.letter-fade-in-tha {
  animation: appear 1s ease-in 7.5s both;
  -webkit-animation: appear 1s ease-in 4.5s both;
}
.letter-fade-out-tha {
  animation: disappear 1s ease-in 7.5s both;
  -webkit-animation: disappear 1s ease-in 4.5s 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-uhu,
.letter-fade-out-uhu {
  animation-delay: 5s;
}
.letter-fade-in-chha,
.letter-fade-out-chha {
  animation-delay: 4.5s;
}
.letter-fade-in-uu,
.letter-fade-out-uu {
  animation-delay: 7s;
}
.letter-fade-in-ri,
.letter-fade-out-ri {
  animation-delay: 6s;
}
.letter-fade-in-ye,
.letter-fade-out-ye {
  animation-delay: 5s;
}
.letter-fade-in-tha,
.letter-fade-out-tha {
  animation-delay: 4.5s;
}
.letter-fade-in-ta,
.letter-fade-out-ta {
  animation-delay: 4.5s;
}
.opacity_0 {
  opacity: 0;
}
.no-dash-uhu,
.no-dash-uuu,
.no-dash-yerr,
.no-dash-tha {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.no-dash-ri {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.no-dash-ye {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.no-dash-uu {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.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;
}
.hoveredImg {
  transform: scale(1.15);
  cursor: pointer;
}
.boxes_top_txt {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 1%;
  background: #980000;
  font-size: 4vw;
  color: white;
  z-index: 10;
}
.addgrclass{
  top: 15%;
}
.btmContainer {
  position: absolute;
  top: 20%;
  height: 70%;
  left: 0%;
  width: 100%;
}
.imgdiv {
  position: absolute;
  top: 10%;
  height: 42%;
  width: 40%;
  background: #eeeeee;
  border-radius: 1em;
}
/* .imgdiv-b {
  height: 110%;
} */
.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;
}
.sliderSpeaker {
  position: absolute;
  right: 15%;
  cursor: pointer;
  top: 20%;
  width: 10%;
  z-index: 9;
}
.slidercontainer {
  position: absolute;
  right: 0%;
  width: 50%;
  height: 100%;
  background: #aa8439;
}
.sliderwrapper {
  position: absolute;
  top: 16%;
  width: 75%;
  height: 65%;
  background: #fff;
  left: 12.5%;
  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;
}

.slideimg {
  width: 800%;
  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: 76%;
  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%;
}
.orangeLtr {
  color: #d4a847;
}
.redLtr {
  color: #ff6860;
}
.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-family: laila;
  font-size: 4vh;
  background: #ffffff;
  padding: 1%;
  border-radius: 0.1em;
  color: #fa6a6a;
  height: 23%;
  width: 22%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.animLtr {
  animation: incFnt 3s linear forwards;
  -webkit-transition: 2s;
  transition: 2s;
}
.scld_left {
  animation: sclAnim_left 1s linear infinite;
}
.scld {
  animation: sclAnim 1s linear infinite;
}
@keyframes incFnt {
  100% {
    transform: scale(4.55);
    top: 37%;
  }
}
@keyframes sclAnim_left {
  100% {
    transform: scale(1.1) rotate(90deg);
  }
}
.redBg {
  background: #ffe2aaff;
}
.yelbg {
  background: #fbe4d4;
}
@keyframes sclAnim {
  50% {
    transform: scale(1.2) rotate(30deg);
  }
}
@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;
  }
}
/* write by me Dev Bishal */

.rewrite {
  border: 2px solid rgb(107, 105, 105);
  width: 20%;
  position: absolute;
  top: 83%;
  left: 65%;
  background-color: #9dd7f8;
  border-radius: 10px;
  padding: 1%;
  z-index: 100;
  cursor: pointer;
  font-size: 1.8vw;
  /* display: none; */
}

.chooseword {
  position: absolute;
  top: 17%;
  height: 35%;
  left: 0%;
  width: 65%;
}
.worddiv {
  position: absolute;
  top: 30%;
  left: 8%;
  height: 180%;
  width: 60%;
  background: #fff;
  border-radius: 1em;
  cursor: pointer;
}
.flip {
  background: #cfe2f3 !important;
  border: white 4px solid;
  cursor: default !important;
}
.wordbox {
  position: absolute;
  top: 10%;
  left: 19%;
  width: 59%;
  height: 70%;
}
.textblock {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
.fillbox {
  position: absolute;
  top: 14%;
  width: 50%;
  height: 100%;
  left: 50%;
  background-color: whitesmoke;
  font-size: 30vmin;
  padding-top: 10%;
}
.dotted:after {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
  /* xbackground-color: whitesmoke; */
  font-size: 30vmin;
  padding-top: 10%;
  content: "";
  background: radial-gradient(circle, transparent 50%, transparent 50%),
    radial-gradient(circle, transparent 30%, white 1%) 10px 10px;
  background-size: 7px 7px;
}

.lstimgs {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}
.lstimg {
  position: absolute;
  top: 10%;
  left: 0%;
  height: 40%;
  width: 35%;
}
.limg {
  height: 40%;
  width: 30%;
  position: absolute;
  left: 10%;
}
.ah_text {
  position: absolute;
  top: 40%;
  color: #000;
  font-size: 4vw;
  font-family: Arial;
  left: 20%;
  transform: translateX(-50%);
}
.imgdiv1 {
  left: 0%;
}
.imgdiv2 {
  left: 20%;
}

.imgdiv3 {
  left: 40%;
}
.imgdiv4 {
  left: 60%;
}
.imgdiv5 {
  left: 80%;
}
.imgdiv6 {
  top: 50%;
  left: 0%;
}
.imgdiv7 {
  top: 50%;
  left: 20%;
}
.imgdiv8 {
  top: 50%;
  left: 40%;
}
.imgdiv9 {
  top: 50%;
  left: 60%;
}
.imgdiv10 {
  top: 50%;
  left: 80%;
}
.speakerimg1 {
  position: absolute;
  top: 70%;
  right: 45%;
  width: 17%;
}
.anar {
  position: absolute;
  top: 14%;
  width: 50%;
  height: 86%;
  left: 50%;
  background-color: whitesmoke;
  font-size: 10vmin;
  padding-top: 10%;
}
.audiodiv1 {
  position: absolute;
  top: 70%;
  right: 12%;
  height: 45%;
  width: 15%;
  background: #fff;
  /* border-radius: 1em; */
}
.audiodiv2 {
  position: absolute;
  top: 70%;
  right: 27%;
  height: 45%;
  width: 15%;
  background: #fff;
  /* border-radius: 1em; */
}
.record_txt {
  position: absolute;
  top: 30%;
  color: #000;
  font-size: 3vw;
  font-family: Arial;
  left: 55%;
  transform: translateX(-50%);
}
.sr2 {
  position: absolute;
  top: 70%;
  right: 60%;
  width: 20%;
}
.sr1 {
  position: absolute;
  top: 70%;
  right: 60%;
  width: 20%;
}
.recimgdiv {
  position: absolute;
  top: 0%;
  left: 4%;
  height: 100%;
  width: 100%;
}
.recimgdiv1 {
  position: absolute;
  top: 25%;
  left: 0%;
  height: 60%;
  width: 35%;
  background-color: white;
  border-radius: 5%;
}
.recimg1 {
  position: absolute;
  top: 0%;
  left: 25%;
  height: 60%;
  width: 35%;
}
.speakerimgre {
  position: absolute;
  top: 72%;
  right: 40%;
  width: 17%;
}
.speakerimgre:hover {
  cursor: pointer;
}

.recimgdiv2 {
  position: absolute;
  top: 65%;
  left: 53%;
  height: 20%;
  width: 35%;
  background-color: white;
  border-radius: 5%;
}
.speakerimgrec {
  position: absolute;
  top: 12%;
  left: 5%;
  width: 17%;
  z-index: 100;
  cursor: pointer;
}
/* .speakerimgrec1{
  position: absolute;
  top: 12%;
  left: 5%;
  width: 17%;
  z-index: 100;
  cursor: pointer;
} */
.speakerimgreplay {
  position: absolute;
  top: 12%;
  right: 5%;
  width: 17%;
}
.dotimg {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 100%;
  background-color: #fff;
}
.dottedimg {
  position: relative;
  left: 4%;
  height: 50%;
  width: 80%;
  top: 25%;
}
#partimg1,
#partimg2,
#partimg3,
#partimg4,
#partimg5,
#partimg6,
#partimg7 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}


#animateRi {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: animateri 1.4s forwards linear;
}
@keyframes animatePart {
  to {
    stroke-dasharray: 100;
  }
}

#partimgb1,
#partimgb2,
#partimgb3,
#partimgb4 {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
#animatePart {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: animatePart 1.4s forwards linear;
}
@keyframes animatePart {
  to {
    stroke-dasharray: 950;
  }
}
.partimg {
  position: absolute;
  top: 24%;
  left: 30%;
  height: 20%;
  width: 50%;
  opacity: 0;
}
.partimg1 {
  height: 22%;
  width: 50%;
  opacity: 0;
}
.partimg2 {
  top: 34%;
  left: 38%;
  height: 18%;
  width: 40%;
  opacity: 0;
}
.partimg3 {
  top: 48%;
  left: 25%;
  opacity: 0;
  width: 50%;
  height: 18%;
  /* width: 54%; */
}

.partimg_s2 {
  position: absolute;
  top: 21%;
  left: 30%;
  height: 20%;
  width: 40%;
}
.partimg1_s1 {
  top: 35%;
  height: 15%;
  width: 20%;
  left: 41%;
  opacity: 0;
}
.partimg2_s2 {
  top: 46%;
  left: 10%;
  height: 20%;
  width: 80%;
  opacity: 0;
  transform: rotate(-2deg);
}
.partimg3_s3 {
  width: 60%;
  top: 25%;
  left: 25%;
  opacity: 0;
}
.pimg {
  position: absolute;
  top: 21%;
  left: 30%;
  height: 20%;
  width: 40%;
}
.pimg1 {
  top: 40%;
  left: 29%;
  height: 20%;
  width: 25%;
  opacity: 0;
}
.pimg2 {
  top: 35%;
  left: 32%;
  height: 30%;
  width: 40%;
  opacity: 0;
}
.pimg3 {
  width: 60%;
  top: 25%;
  left: 25%;
  opacity: 0;
}
.pimg4 {
  top: 36%;
  left: 44%;
  height: 30%;
  width: 42%;
  opacity: 0;
}
.pimg_1 {
  position: absolute;
  top: 21%;
  left: 30%;
  height: 20%;
  width: 30%;
}
.pimg1_01 {
  top: 22%;
  left: 33%;
  height: 70%;
  width: 40%;
  opacity: 0;
}
.pimg2_02 {
  top: 40%;
  left: 40%;
  height: 20%;
  width: 30%;
  opacity: 0;
}
.pimg3_03 {
  width: 45%;
  top: 30%;
  left: 30%;
  opacity: 0;
}
/* audio record and play css */
.progress-bar {
  width: 30%;
  height: 5%;
  background: rgb(214, 213, 213);
  position: absolute;
  top: 25%;
  transform: translate(-50%, -50%);
  z-index: 100;
  right: -10%;
  display: none;
}
.inner-bar {
  width: 0%;
  position: absolute;
  left: 0;
  margin-right: 0;
  height: 100%;
  background: rgb(240, 9, 9);
}
/* .ib1{
  transform: translate(-50%);
  left: 45%;
}
.ib2{
  transform: translate(-50%);
  left: 45%;
}
.ib3{
  transform: translate(-50%);
  left: 45%;
} */

/* recorder part css */
.box-right-recorder {
  background: #aa8439;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 100%;
}
.recorder {
  display: block;
  transform: translate(-100%);
  left: 100%;
  padding: 6%;
  height: 100%;
}

.box-right {
  /* background: white; */
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;

  top: 23%;
}
.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: 6vw;
  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-around;
  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;
}
.bola-txt {
  font-size: 4vmin;
  color: white;
}
.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;
}
.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%;
}
#audio-holder {
  opacity: 0;
}

/* divider */
.divider {
  position: absolute;
  width: 0.5vmin;
  height: 100%;
  top: 0%;
  left: 50%;
  background-color: #4f6a9a;
  transform: translateX(-50%);
}
.divider-a {
  background-color: #4f6a9a;
}


#Layer_1{
  position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}
