/* Style for all site*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

/* Style HEADINGS */

h3 {
  color: #426696;
  font-weight: 600;
  opacity: 0.8;
}

h2,p,a {
  color: #658ec6;
  font-weight: 500;
  opacity: 0.8;
  text-decoration: none;
}

h1 {
  color: #87c33e;
  font-weight: 600;
  font-size: 3rem;
  opacity: 0.8;
}

/* Circle Styles*/

.circle1,
.circle2 {
  background: white;
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.3),
    rgba(135, 195, 62, 0.8)
  );
  height: 20rem;
  width: 20rem;
  position: absolute;
  border-radius: 50%;
}

.circle1 {
  top: 5%;
  right: 15%;
}
.circle2 {
  bottom: 5%;
  left: 10%;
}

/* MAIN STYLES*/

main {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  background: linear-gradient(to right top, #65dfc9, #2386a7);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Glass */

.glass {
  background: white;
  min-height: 80vh;
  width: 60%;
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.3)
  );
  border-radius: 2rem;
  z-index: 2;
  backdrop-filter: blur(2rem);
  display: flex;
}

/* STYLE DASHBOARD*/




/*HOMEPAGE BUTTON*/

.pro {
  background: linear-gradient(to right top, #65dfc9, #6cdbeb);
  border-radius: 2rem;
  color: white;
  padding: 1rem;
  position: relative;
}

.pro img {
  position: absolute;
  top: 30%;
  right: 5%;
}
.pro h2 {
  width: 40%;
  color: white;
  font-weight: 600;
}

/****************/
/*CONTENT STYLES*/
/****************/

.content {
  margin: 0 auto;
}

.mainTitle {
  margin-bottom: 3rem;
  margin-left: 2rem;
}

.mainTitle h1 {
  display: inline;
}

.mainTitle img {

  margin-left: 60px;
  margin-top: 20px;
  height: 40px;

}

.mainTitle hr { 
  color: #87c33e;
  border: 5px solid #87c33e;
  border-radius: 10px;
  margin-right: 30px;
}

/* Cards*/

.cardImage {
  height: 100px;
  border-radius: 10px;
}

.card {
  display: flex;
  background: linear-gradient(
    to left top,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.5)
  );
  border-radius: 1rem;
  margin: 2rem 2.5rem;
  padding: 2rem;
  box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.212);
  justify-content: center;
  transition: margin 1s;
  
}

.card:hover {
 
  border: 0.5px solid #87c33e;
  
}

.card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0px;
}

.percentage {
  font-weight: bold;
  background: linear-gradient(to right top, #65dfc9, #6cdbeb);
  border-left: 2px solid #87c33e;
  padding-left: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*test*/

/*Bottom Nav*/

.bottomNav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bottomNavButton {
  color: whitesmoke;
  margin: 0 5px;
  margin-bottom: 10px;
  border: solid 2px white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  font-weight: bolder;
  font-size: x-large;
  transition: all 1s;
}

.bottomNavButton:hover {
  background-color: whitesmoke;
  color: #426696;
}

/* VIDEOS*/

.videoOrika {
  width: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

/*Text*/

.textContent {

  text-align: justify;
  padding-right: 15px;
  font-size: 18px;

}

/*Images*/

.orikaImage {
  float: left;
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.card-info hr {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #87c33e;
}


/*QUIZ STYLE*/

ol {
  list-style-type: upper-latin;  
}

li {
  display: flex;
  padding: 20px;
  width: 500px;
  margin-top: 15px;
  border: solid white 3px;
  border-radius: 10px;
  margin-right: 20px;
  transition: all 1s;
}

li:hover {
  color: white;
  background-color: indigo;
}

.questionLetter {
  display: inline-block;
  color: white;
  background-color: greenyellow;
  margin-right: 20px;
  padding: 5px;
  font-weight: bolder;
  border-radius: 40px;
  text-align: center;
  width: 40px;
}




/**********QUIZ STYLES***********/

.quiz {
  display: block;
  
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

#questionTextHTML {
  display: block;
  width: 80%;
  font-size: 26px;
  margin: 20px auto;
  border: solid indigo 2px;
  border-radius: 10px;
  padding: 10px;
  
}

.marking {
  padding: 20px;
  background-color: lawngreen;
  margin-right: 20px;
  border-radius: 50%;
  font-weight: bolder;
}

.answer {
  width: 40%;
  border: solid indigo 4px;
  color: darkslategray;
  margin: 10px auto;
  padding: 15px;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  transition: all 1s;
  border-radius: 10px;
}

.answerfalls {
  width: 40%;
  color: white;
  border: solid red 4px;
  background-color: red;
  margin: 10px auto;
  padding: 15px;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  transition: all 1s;
}

.answer:hover {
  color: whitesmoke;
  background-color: indigo;
}

hr { 
  color: #87c33e;
  border: 2px solid #87c33e;
  border-radius: 10px;
  
}