/* GLOBAL */
body {
  padding: 0px;
  margin: 0px;
  height: 100vh;
  width: 100vw;
  background-size: 100% 100%;
  overflow: hidden;
}

.section-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

#language a {
  position: absolute;
  z-index: 1;
  top: 2vh;
  right: 5vw;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #ff7835;
  padding: .6vw 1.2vw;
  border-radius: 1vw;
  font-size: 1vw;
}

#home_nav {
  position: absolute;
  z-index: 1;
  top: 1vh;
  left: 1vw;
  text-decoration: none;
  color: white !important;
  font-weight: bold;
  /* background-color: #ff7835; */
  z-index: 9999;
  /* box-shadow: 1px 1px 4px black; */
  /* padding: 10px 20px; */
  border-radius: 20px;
}

#home_nav img {
  width: 2.5vw;
}

#mb1 {
  text-decoration: none !important;
  color: white !important;
  font-weight: bold;
  background-color: #ff7835;
  z-index: 9999;
  box-shadow: 1px 1px 4px black;
  padding: 10px 20px;
  border-radius: 20px;
}

#mb2 {
  text-decoration: none !important;
  color: white !important;
  font-weight: bold;
  background-color: #ff7835;
  z-index: 9999;
  box-shadow: 1px 1px 4px black;
  padding: 10px 20px;
  border-radius: 20px;
}

/* #home_nav a{
  color: white !important;
} */


/* START */
#start {
  position: absolute;
  right: 10vw;
  top: 20vh;
  height: 40vw;
  max-height: 50vh;
  width: fit-content;
  display: flex;
  /* background: url(../img/st-bg.webp) no-repeat; */
  background-color: #893607;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 3px 8px;
  border-radius: 1vw;
  z-index: 2;

  /* border:solid */

}

#start-container {
  /* background: url(../img/MM-Certificate-Background-Mobile.webp) ; */
  background: url(../img/MM-Q-background-Desktop.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;

}

#start img {
  border-radius: 1vw;
  height: 100% !important;
  /* width: 100% !important; */
}

#start-btn {
  border: 2px solid whites;
  font-size: 1.5vw;
  font-weight: bold;
  color: white;
  background-color: #ff7835;
  border: .12vw solid #feb180;

  position: absolute;
  top: 75%;
  left: 0;
  right: 0;

  padding: 0.4vw 1vw 0.5vw;
  margin: auto;


}





/* QUIZ */
#quiz-container {
  /* background: url(img/bg1.webp) no-repeat; */
  background: url(../img/MM-Q-background-Desktop.webp) no-repeat;
  width: 100%;
  height: 100%;
  /* background-size: 100% auto; */
  background-position: bottom;
  background-size: inherit;
}

#question-container {
  background-color: #fff;
  border-radius: 1.2vw;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px .4vw;
  overflow: hidden;
  padding-bottom: .4vw;

  /* border: solid; */
  width: 80%;
  height: 90%;
  margin: auto;
  margin-top: 5vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.question {
  background-color: unset;
  /* border:solid red; */
  width: 100%;
  height: 85%;
  margin: none;
  padding: 0;
}

.img-section {
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img-section>img {
  /* height: 100%;
  object-fit:80% 100%; */
  height: 100%;
  width: 54%;
  object-fit: cover;
}

.img-section>div {
  width: 30%;
  height: 100%;
  /* border: solid; */
  display: flex;
  align-items: end;
  justify-content: center;
}

.img-section>div>img {
  border: .15vw solid #ff7835;
  border-radius: 1vw;
  /* new */
  height: 90%;
  width: 80%;
  /* max-height: 230px; */
}

.question-section {
  display: flex;
  flex-direction: column;
  /* border: solid yellow; */
  height: 55%;
  width: 100%;
}

.question-section p {
  color: #983404;
  font-size: 1.5vw;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding-top: 1%;
  height: 30%;
  /* border: solid; */


  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons {
  background-color: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 5vw;
  row-gap: -2vh;
  /* border: solid; */
  width: 80%;
  height: 70%;
  margin: auto;
}

.buttons button {
  padding-left: 1vw;
  background: none;
  border: .2vw solid #feb180;
  background-color: #f6e5db;
  border-radius: 1vw;
  /* margin: 2%; */
  display: flex;
  justify-content: start;
  align-items: center;
  /* font-size: 120%; */
  font-size: 1.2vw;
  font-weight: bold;
  color: #983404;

  width: 40%;
  height: 32%;

}

.buttons button:hover {
  background: none;
  border: .2vw solid #f79c63;
  background-color: #f88a4b;

}

.active-btn {
  background: none;
  border: .2vw solid #f79c63 !important;
  background-color: #f88a4b !important;

}

.option-alphabate {
  background-color: #ff7835;
  padding: .34vw;
  /* margin-right: 10%; */
  margin-right: 1.5vw;
  border-radius: 2vw;
  width: 2.5vw;
  height: 2.5vw;
  color: white;
}

.option_select {
  font-size: 1vw;
  color: red;
  text-align: center;
  margin: 0;
  margin-block: .3%;
}

#next-btn {
  background-color: #ff8414;
  font-size: 1.6vw;
  font-weight: bold;
  color: white;
  margin: 0 2% 2%;
  border: none;
  border-radius: .51vw;
  padding: .3vw 0 .5vw;
}

/* RESULT */
#result-container {
  background: url(../img/MM-Certificate-Background-Desktop.webp);
  display: flex;
  z-index: 1;
  /* background-size: inherit; */
}

#result {
  background-color: #fff;
  border-radius: 20px;
  height: 500px;
  margin-top: 7%;
  z-index: 2;
  /* border: 2px solid red; */
}

#score-container {
  background-color: #f79c63;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: bold;
  color: #822d06;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 3px 4px;
  z-index: 2;
}

#result a {
  z-index: 2;
}

#zero-score-img {
  width: 200px;
}


#reset-btn {
  background: #ff7934;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  font-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 3px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cancel-btn {
  color: white;
  background: #832f0e;
  border: 2px solid white;
  font-weight: bold;
  font-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 3px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* CERTIFICATE */
#certificate-container {
  background: url(../img/MM-Certificate-Background-Desktop.webp);
  display: flex;
  z-index: 1;
  /* background-size: inherit; */
}

#certificate-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  z-index: 2;
}

#certificate-section span {
  font-weight: bold;
  color: #832f0e;
  font-size: 18px;
}

#download-btn {
  color: white;
  background: #832f0e;
  border: 2px solid white;
  font-weight: bold;
  font-size: 110%;
  box-shadow: rgba(0, 0, 0, 0.5) 4px 3px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 1024px) {

  #language a {
    top: 2vh;
    right: 2vw;
    padding: .6vw 1.5vw;
    border-radius: 1.5vw;
    font-size: 2vw;
  }

  #home_nav {
    top: 1vh;
    left: 2vw;
  }

  #home_nav img {
    width: 4vw;
  }

  /* #home_nav a{
  color: white !important;
} */


  /* START */
  #start {
    right: 6vw;
    top: 29vh;
    height: 35vw;
    max-height: 40vh;

    box-shadow: rgba(0, 0, 0, 0.5) 4px 3px .9vw;


    /* border:solid */

  }



  #start-btn {
    font-size: 2.5vw;
  }





  /* QUIZ */


  #question-container {


    /* border: solid; */
    width: 95%;
    height: 85%;

  }

  .img-section {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .img-section>img {
    /* height: 100%;
  object-fit:80% 100%; */
    height: 100%;
    width: fit-content;
    object-fit: cover;
  }

  .img-section>div {
    width: 30%;
    height: 100%;
    /* border: solid; */
  }

  .img-section>div>img {
    /* new */
    height: 90%;
    width: 90%;
    /* max-height: 230px; */
  }

  .question-section {
    display: flex;
    flex-direction: column;
    /* border: solid yellow; */
    height: 55%;
    width: 100%;
  }

  .question-section p {
    font-size: 2vw;
    padding-inline: 2vw;
    /* border: solid; */
  }

  .buttons {}

  .buttons button {
    font-size: 1.6vw;
  }

  .buttons button:hover {
    background: none;
    border: .2vw solid #f79c63;
    background-color: #f88a4b;

  }

  .active-btn {
    background: none;
    border: .2vw solid #f79c63 !important;
    background-color: #f88a4b !important;

  }

  .option-alphabate {
    width: 3.5vw;
    height: 3.5vw;
  }

  .option_select {
    font-size: 1.6vw;
  }

  #next-btn {
    font-size: 2vw;
    border-radius: .7vw;
    padding: .5vw 0 .8vw;
  }
}

@media (max-width: 576px) {
  #home_nav {
    left: 2vw;
    top: 1vh;
  }

  #home_nav img {
    width: 10vw;
  }

  #language a {
    top: 1.5vh;
    right: 3vw;
    padding: 1.2vw 3vw 1.2vw;
    border-radius: 3vw;
    font-size: 3.5vw;
  }

  #start {
    width: fit-content;
    height: 250px;
    top: auto;
    /* bottom: 3% !important; */
    top: 33%;
    right: 0;
    left: 0;
    margin: auto;
    /* border: none;
    box-shadow: none;
    border: solid;
    */
    background: none;
    border-radius: 2vw;
  }

  #start img {
    border-radius: 2vw;
  }

  #start-btn {
    font-size: 5vw;
    top: 106%;
    padding: 1.5vw 7vw 1.62vw;
    border-radius: 2vw;
  }

  #question-container {
    background-color: #fff;
    border-radius: 1.2vw;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px .4vw;
    overflow: hidden;
    padding-bottom: .4vw;

    /* border: solid; */
    width: 90%;
    height: 90%;
    margin: auto;
    margin-top: 5vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;


    /* new */
    border-radius: 2.5vw;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2vw;
    padding-bottom: 2vw;
  }

  #quiz-container {
    /* background: url(img/bg1.webp) no-repeat; */
    /* background: url(../img/MM-Q-background-Mobile.webp) no-repeat;  */
    width: 100%;
    height: 100%;
    /* background-size: inherit; */
    background-position: bottom;
    background-size: contain;

  }

  .question {
    background-color: unset;
    /* border:solid red; */
    width: 100%;
    height: 89%;
    margin: none;
    padding: 0;
  }

  .img-section {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    /*  */
    flex-direction: column;
    /* border: solid; */
  }

  .img-section>img {
    height: 45%;
    /* object-fit:cover; */
    width: 100%;
  }

  .img-section>div {
    width: 100%;
    height: 55%;
    /* border: solid; */
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .img-section>div>img {
    width: 80%;
    height: 90%;
    /* object-fit: cover; */
    /* object-position: ; */
    width: fit-content;
    border: .5vw solid #ff7835;
  }

  .question-section {
    /* border: solid red; */
    display: flex;
    flex-direction: column;
    row-gap: 3vw;
    width: 100%;
    height: 55%;
    padding-block: 2vw;
  }

  .question-section p {
    color: #983404;
    font-size: 1.5vw;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-top: 1%;
    height: 30%;
    /* border: solid; */


    display: flex;
    align-items: center;
    justify-content: center;


    /* new */
    height: 20%;
    font-size: 4vw;
    padding-inline: 2vw;
    height: fit-content;
  }

  .buttons {
    background-color: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 5vw;
    row-gap: -2vh;
    /* border: solid; */
    width: 80%;
    height: 70%;
    margin: auto;

    /* new,,, */
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 3.5vw;
    width: 80%;
    height: 80%;
  }

  .buttons button {
    padding-left: 1vw;
    background: none;
    border: .2vw solid #feb180;
    background-color: #f6e5db;
    border-radius: 1vw;
    /* margin: 2%; */
    display: flex;
    justify-content: start;
    align-items: center;
    /* font-size: 120%; */
    font-size: 1.2vw;
    font-weight: bold;
    color: #983404;


    /* new */
    width: 100%;
    height: 20%;
    font-size: 3.8vw;
    border: .5vw solid #feb180;
    border-radius: 2vw;

  }

  .buttons button:hover {
    background: none;
    border: .5vw solid #f79c63;
    background-color: #f88a4b;

  }

  .active-btn {
    background: none;
    border: .5vw solid #f79c63 !important;
    background-color: #f88a4b !important;

  }

  .option-alphabate {
    background-color: #ff7835;
    padding: .34vw;
    /* margin-right: 10%; */
    margin-right: 1.5vw;
    border-radius: 2vw;
    width: 2.5vw;
    height: 2.5vw;
    color: white;

    /*  */
    width: 2vw;
    height: 2vw;
    border-radius: 4vw;
    font-size: 3.5vw;
    padding-top: 1.42vw !important;
  }

  .option_select {
    font-size: 1vw;
    color: red;
    text-align: center;
    margin: 0;
    margin-block: .3%;

    /* new */
    font-size: 3.5vw;
    margin-block: 0% 0;
  }

  #next-btn {
    background-color: #ff8414;
    font-size: 1.6vw;
    font-weight: bold;
    color: white;
    margin: 0 2% 2%;
    border: none;
    border-radius: .51vw;
    padding: .3vw 0 .5vw;

    /* new000 */
    font-size: 3.5vw;
    border-radius: 2vw;
    padding: 1vw 0 1.2vw;
    /* width: fit-content;
  padding: 1.5vw 5vw; */

  }


  .buttons button.small {
    font-size: 14px;
  }

  .option-alphabate {
    padding: 3px;
    height: 30px;
    width: 30px;
    /* margin-right: 7%; */
    margin-right: 5%;
  }

  audio {
    height: 100px;
  }

  #next-btn {
    background-color: #ff8414;
    font-size: 100%;
    font-weight: bold;
    color: white;
    margin: 2%;
    /* 3% */
  }

  #score-container {
    height: 110px;
    width: 110px;
    font-size: 2.5rem;
  }

  #zero-score-img {
    width: 150px;
  }

  #result-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
  }

  #result {
    height: 482px;
    margin-top: 15% !important;
  }

  #cancel-btn {
    font-size: 16px;
  }

  #reset-btn {
    font-size: 16px;
  }

  /* RESULT */
  #result-container {
    background: url(../img/MM-Certificate-Background-Mobile.webp);
    display: flex;
    z-index: 1;
    /* background-size: cover; */
  }

  /* CERTIFICATE */
  #certificate-container {
    background: url(../img/MM-Certificate-Background-Mobile.webp);
    display: flex;
    z-index: 1;
    /* background-size: cover; */
  }

  #certificate-section {
    margin-top: 15% !important;
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }

  to {
    opacity: 1
  }

}