:lang(np).coverboardfull {
  font-family: laila !important;
}
.coverboardfull:lang(np) * {
  font-family: laila !important;
}
:lang(np) p,
h1,
span {
  font-family: laila !important;
}

.section2 {
  background-color: #f1fbe7;
  pointer-events: none;
}

.sliderContainer {
  position: absolute;
  top: 15%;
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
}
.slider {
  width: 70%;
  height: 80%;
  background-color: #fff;
  border: 2px solid #4285f4;
  border-radius: 4rem;
  overflow: hidden;
  padding: 5%;
}

.slider .slider-items .item img {
  display: block;
  width: 60%;
}
.slider .slider-items .item--p2 img {
  display: block;
  width: 40%;
}

.slider .slider-items .item {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.item__block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.slider .slider-items .item .caption {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
}

.slider .slider-items .item.active {
  display: flex;
  justify-content: space-between;
  align-items: center;

  animation: sliderAnimation 0.5s;
}
@keyframes sliderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: opacity linear;
  }
}

.speakerAndText {
  /* width: 40%; */
  background-color: #6d9eebff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 1rem;
  margin-top: 3%;
}

.slidertext {
  font-size: 3vw;
  color: #595959;
  font-weight: 400;
  padding: 2%;
}
.left-slide {
  width: 0%;
  height: 0%;
  border-top: 30px solid transparent;
  border-right: 50px solid #666666ff;
  border-bottom: 30px solid transparent;
  cursor: pointer;
  z-index: 1;
  user-select: none;
}
.right-slide {
  width: 0%;
  height: 0%;
  border-top: 30px solid transparent;
  border-left: 50px solid #666666ff;
  border-bottom: 30px solid transparent;
  cursor: pointer;
  z-index: 1;
  user-select: none;
}

@media screen and (max-width: 600px) {
  /* .left-slide {
    border-top: 10px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 10px solid transparent;
  }
  .right-slide {
    border-top: 10px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 10px solid transparent;
  } */
}
.speaker {
  width: 25% !important;
  cursor: pointer;
}

.innerbody {
  width: 75%;
  position: absolute;
  height: 65%;
  border: 4px solid #4285f4;
  background-color: #fff;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2.9em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2%;
}
.innerbody--p4 {
  width: 90%;
}
.innerbody img {
  width: 90%;
}
.innerbody--p4 img {
  width: 70%;
}
.imagetextblock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.innerText {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}
.innerText--p4 {
  justify-content: center;
  margin-top: 15%;
}

.insideText {
  background-color: #a4c2f4ff;
  border: 2px solid #4285f4;
  border-left: none;
  padding: 0 12%;
  cursor: pointer;
  user-select: none;
  border-radius: 0.25em;
  font-size: 2em;
  font-weight: 500;
  color: #221f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insideText:first-child {
  border-left: 2px solid #4285f4;
}
.innerText--p4 span {
  font-weight: 600;
}
.insideText:hover {
  background-color: #ffe599ff;
  border: 2px solid #ff9900;
}
.correctimg,
.incorrectimg {
  position: absolute;
  width: 60% !important;
  top: 140%;
}
.correctimg {
  width: 70% !important;
  top: 150%;
}
.halfnaclass {
  height: 1.55em;
  width: 1.8em;
}
.halfna {
  width: 1.4vw !important;
}
