.quiz-result-box:before {
  content: "";
  position: absolute;
  inset: 25% -10% 38% 95%;
  z-index: 1;
  background-color: #67cebf;
  mix-blend-mode: multiply;
}
.quiz-result {
  flex-direction: column;
  margin: 6.25rem 0;
}
.quiz-result:before {
  content: "";
  position: absolute;
  inset: -35% -6% -20% 10%;
  z-index: -1;
  background-color: #3d30b34d;
}
.quiz-result:after {
  content: "";
  position: absolute;
  inset: 45% 55% -10% -10%;
  z-index: -1;
  background-color: #67cebf;
  mix-blend-mode: multiply;
}
.quiz-result-image-wrapper {
  flex-shrink: 0;
  background-color: #f0f3ee;
}
.quiz-result-image-wrapper img {
  height: 100%;
}
.quiz-result-score-wrapper {
  flex-direction: column;
  padding: 3.125rem;
  color: var(--color-white);
  background-color: var(--color-blue);
}
.quiz-result-articles-heading {
  margin: 6.25rem auto 3.125rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.score-wrapper {
  max-height:6.25rem;
  height: 100%;
  width: 100%;
  top: 29%;
  left: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  margin: auto;
  right: 0;
}
.score-print {
  color: #2314a7;
  font-size: 4.375rem;
  position: absolute;
  margin-bottom: 0;
  margin-top: 0;
}
.quiz-result-score .score-wrapper h2{ margin-bottom: 1.875rem;font-weight: 600;line-height: 1em;
}
@media only screen and (min-width: 740px) {
  .quiz-result-wrapper {
    grid-column-start: 3;
    grid-column-end: 11;
  }
  .quiz-result-article-heading {
    max-width: 80%;
  }
  .score-print {
    font-size: 7.063rem;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-result {
    flex-direction: row;
  }
  .quiz-result-wrapper {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .quiz-result-image-wrapper {
    width: 50%;
  }
  .quiz-result-score-wrapper {
    width: 50%;
  }
  .quiz-result-articles-heading {
    margin: 3.125rem auto;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: "maldenSans-bold", Arial;
  }
  .score-print {
    font-size: 5.063rem;
  }
}

@media only screen and (min-width: 1160px) {
  .quiz-result-articles-heading {
    max-width: 65%;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .score-print {
    font-size: 7.063rem;
  }
}
@media only screen and (min-width: 1300px) {
  .quiz-result-articles-heading {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}


/*Style.css*/


.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.5s ease;
}

.slide-fade-enter-from, .slide-fade-leave-to /* .slide-fade-leave-active in <2.1.8 */ {
  opacity: 0;
  transform: translateX(10px);
}
.questionHeading {
  /* min-height: 300px; */
  /* min-width: 400px; */
  display: flex;
  align-items: center;
}
button[data-index="1"] img.singleImage {
  display: none;
}
/* .bgColorStrip{
width: 350px;
height: 70vh;
position: absolute;
z-index: -1;
} */

.fade-up-enter-active,
.fade-up-leave-active {
  transition: opacity 0.5s, transform 0.5s;
}
.fade-up-enter, .fade-up-leave-to /* .fade-up-leave-active in <2.1.8 */ {
  opacity: 0;
  transform: translateY(-20px); /* Adjust the distance as needed */
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide-fade-enter {
  transform: translateY(-40%);
  opacity: 0;
}

.slide-fade-leave-to /* .slide-fade-leave-active for <2.1.8 */ {
  transform: translateY(40%);
  opacity: 0;
}

/* we will explain what these classes do next! */
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.quiz-result-wrapper .share-icons{
    flex-direction: row;
    display: flex;
    justify-content: center;
    position:static;
    background:none
}
.quiz-result-wrapper .share-icons a{height:40px;width:40px}
.quiz-result-wrapper .share-icons a:not(:last-of-type){margin-right:0.625rem}
.quiz-share-icons .icon{height:40px;width:40px}