@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Economica:wght@400;700&display=swap');

*{
    margin:0;
    padding: 0;
}

body{
    background-color: #001251;
    font-family: 'Economica', sans-serif;
    overflow-x: hidden;
}
/*Banner*/
section#banner{
    display: flex;
    width: 100%;
    min-height: 100vh;
    
    align-items: center;
    align-content: center;
    background-color: #001251;
}

#title{
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
   position: relative;
     font-size: 7.2rem;
     margin-top: -10rem;
     
   
}
h1{
 
    color: #00EEFD;
    font-family: 'Covered By Your Grace', cursive;
    text-shadow: 0px 3px 5px rgba(255,255,255,0.66);
}

h1 span{
    margin-left: -48px;
    color: #FF00A7;
    display: inline-block;
    transform: rotate(15deg);
    font-size: 11.2rem;
    margin-top: 2rem;
    vertical-align: top;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: z 3.5s ease-in-out forwards infinite;
    animation: z 2s ease-in-out forwards infinite;
   
}
section img{
    
    position: absolute;
    width: 100%;
    height: 129vh;
    top: 0;
    left: 0;
    object-fit: cover;
    }
/*Section with the intro video*/
div#index {
  left: 18%;
  width: 50%;
}
section#intro{
    width: 100%;
    min-height: 115vh;
    background-color: #631d95;
    
    display: flex;
    align-items: center;
    justify-content: center;
   
}



.dot {
  height: 12px;
  width: 12px;
  background-color: #75FAF5;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid black;
  margin-left: 1rem;
  margin-top: .5rem;

}

hr
{
    width: 64%;
    /* height: 0px; */
    background-color: black;
    border-radius: 25px;
    margin-bottom: 18px;
    margin-left: 12rem;
    margin-top: -13px;
    border-width: 3px;
    border-color: black;
    position: relative;
  
}



#first_dot{
    background-color: black;
}

.lines{
    margin-top: -1.5rem;
}

.container {
  border: 4px solid black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 46.8%;
  position: absolute;
  -webkit-box-shadow: -39px 32px 0px 5px #000000; 
  box-shadow: -39px 32px 0px 5px #000000;
}

.top {
    padding: 0.2rem;
    background: #07A39E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* margin-bottom: -0.1rem; */
    position: relative;
    border-bottom: 4px solid black;
  
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
  height: auto;
}  

video{
    width: 100%    !important;
    height: auto   !important;
}

/* Start Button*/

.button{
    background-color: #AB81EA;
    color: black;
    text-decoration: none;
    font-size: 1.5rem;
    position: absolute;
    padding: .4rem;
    width: 5%;
    text-align: center;
    border: solid 3px black;
    font-weight: 700;
}

.button:hover{
  background-color: #0b0613;
  color: white;
}

a#start{
margin-top: 43rem;
margin-left: -12rem;
display: block;
}

/*Burguer Menu*/
#menu-wrapper{
    padding: 1rem;
}
#menu {
    visibility: hidden;
  }
  
  label#menu-menu {
    z-index: 3;
    width: 50px;
    height: 7px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: .6s;
    position: absolute;
    top: 0;
    left: 90%;
    margin-left: -50px;
    margin-top: 4rem;
  }
  
  label#menu-menu:before {
    content: "";
    width: 50px;
    height: 7px;
    background: #fff;
    position: absolute;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s;
    margin-top: 14px;
  }
  
  label#menu-menu:after {
    content: "";
    width: 50px;
    height: 7px;
    background: #fff;
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    border-radius: 5px;
    transition: .6s;
    -webkit-transition: .6s;
    margin-top: -14px;
  }
  
  #menu:checked + label {
    width: 0;
    
  }
  
  #menu:checked + label:before {
    transform: rotate(45deg) translate(-20px);
    -webkit-transform: rotate(45deg) translate(-20px);
  }
  
  #menu:checked + label:after {
    transform: rotate(-45deg) translate(-18px);
    -webkit-transform: rotate(-45deg) translate(-18px);
  }
/*Dropdown Menu*/
#menu-container{
    width: 11%;
    background-color: #FF00A7;
    right: 151px;
   top:100px;
    z-index: 2;
    -webkit-box-shadow: -17px 15px 0px 1px #000000;
    box-shadow: -17px 15px 0px 1px #000000;
}
  .dropdown li{
    list-style: none;
    padding: 0.5rem;
    
  }
.dropdown a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    text-align: left;
    
    font-size: 1.8rem;
    font-weight: 700;
opacity: 1;
}

.dropdown a:hover{
  color: white;
}


#menu-top{
    background-color: #00ABF4;
    padding-bottom: .2rem;
    border-bottom: 4px solid black;
    
}
.menu-dots{
    height: 9px;
    width: 9px;
    background-color: white;
    margin-left: 0.4rem;
    margin-top: .5rem;
}

.popup{
  visibility: hidden;
}

.popup.active{
	visibility: visible;
}
/*Intro Page*/
section#history-section{
  position: absolute;
  top:20%;
  width: 100%;
  margin-bottom: 1rem;
  min-height: 124vh;
}
#top-intro{
  height: 145vh;
}
div#history{
  left: 38%;
  width: 50%;
}

.history-container{
  display: list-item;
  background-color: #C2AAD9;
  padding: 1.5rem;

}

.history-dots{
  background-color:#8222E1;
}


h1.history-title{
  text-align: center;
  color:black;
  text-shadow: none;
  font-size: 2.9rem;
  margin: 1rem;
  padding: .6rem;

}

p#remember{
  font-weight: 700;
  
}

div#history-top{
  background-color: #AC64ED;
  margin-bottom: -1rem;
  
}

#history-content{
  display: block;
}

#history-equipment{
  display: none;
}

div#folders {
  height: auto;
  position: absolute;
  width: 100%;
}
div#folders img{
  width: 8%;
  height: auto;
  left: 24%;
  cursor: pointer;

}

img#files_equipment{
  width: 90%;
}
.fig{
  font-size: 1.5rem;
  margin-left: 24.8rem;
  width: 5%;
 
  font-weight: 700;
  color: #00ECF7;
  position: absolute;
}
figcaption#figcaption_folder1 {
  /* text-align: center; */
  margin-top: 7rem;
  
}

figcaption#figcaption_folder2{
top:19rem;
left: -0.7rem;
}
#open_file{
  
  display: block;
}

img#close_file_e{
  display: block;
  margin-top: 12rem;
  width: 7.5% !important;
}

#open_file_e{
  margin-top: 12rem;
  display: none;
}
#close_file{
  display: none;
  width: 7.5% !important;
  
}
/*Start Quiz*/

#start_quiz {
  width: 30%;
  padding: .5rem;
  position: absolute;
  display: none;
  /* display: inline-block; */
  bottom: -15%;
  left: 32%;
  /* justify-content: center; */
}

/*Quiz1*/
section#quiz1-section {
  margin-bottom: -16rem;
  
}
#quiz1-top{
  background-color: #D2ED00;
}
#quiz1-container {
  position: absolute;
  left: 25%;
  top: 36%;
  background-color: #F9FFCE;
}

img#top-quiz, #sun-quiz {
  max-height: 129vh;
  overflow: hidden;
}

.quiz1_dots{
  background-color: #f3fbbb;
}

.label-quiz1, label.label-quiz2, label.label-quiz3{
 
  font-size: 1.4rem;
}
.numbertext{
  font-size: 2rem;
  text-align:end;
  margin-right: 5rem;
 
}

button#submit-quiz{
 
  margin-left: 30%;
 
}

button#submit-quiz {
  font-size: 1.2rem;
  padding: 0.2rem;
  background-color: #EC9C1D;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 1rem;
}

/* Previous and Next Button*/

.links {
  display: block;
  text-align: center;
  /* width: 30%; */
 
  margin: auto;
}
button.prev, button.next {
  position: relative;
  background-color: #f3fbbb;
  margin: 2rem;
  font-size: 2rem;
  padding: 0.3rem;
  border: 3px solid black;
  width: 10%;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}

button.prev{
  display: none;

}

/*Login*/
.login-container{
  position: absolute;
  left: 25%;
  top: 27%;
  background-color: #FFD6AD;
}

.login-top{
  background-color: #EC9C1D;
}

.login_dots{
  background-color: #d7ac66;
}

.login-title{
  margin-left: 40%;
  margin-bottom: 1rem;
}

input[type=email], input[type=password], input[type=text] {
  width: 70%;
  padding: 0.5rem;
  display: inline-block;
  border: 3px solid black;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  margin-left: 10%;
  margin-bottom: 2rem;

}

input[type = submit] {

	font-size: 1.2rem;
    padding: 0.2rem; 
    background-color:#EC9C1D; 
    text-align: center;
    cursor: pointer;
    font-weight: 700;
   
}

button#submit-quiz:hover {
  background-color:#3c2c11; 
  color:white;
}

input[type = submit]:hover {

  background-color:#3c2c11; 
  color:white;
   
}
.btn_container_login{
  text-align: center;
  margin-left: -11%;
}
div#sign {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-left: 6rem;
}
a#signup_btn{
  color:#57496b;
}
a.btn_login{
display: inline-block;
color: black;
text-align: center;
font-weight: 700;
margin-right: 4rem;
cursor: pointer;
font-size: 1.3rem;
padding: 1rem;
margin-left: -14%;
width: 30%;
}

a.btn_login:hover{
  color: #573c10;
}

a#signup_btn:hover{
  color: #573c10;
}

/*Lessons*/
div#bubble_lesson {
  left: 77%;
  top: 8rem;
  padding: 1rem;
  /* top: 44%; */
}
img#andy_lesson {

  top: 43%;

}
#lesson-container{
  position: absolute;
  left: 25%;
  top: 27%;
  background-color: #00A25D;
  border-top-left-radius: 0;
}
img#top-lesson, #sun-lesson {
  max-height: 129vh;
  overflow: hidden;
}

#lesson_title {
  /* z-index: 2; */
  text-align: center;
  position: relative;
  /* top: 0; */
  margin-top: -49%;
  /* left: 0; */
  color: white;
  font-size: 5rem;
  text-shadow: 0px 0px 0px rgb(255 255 255 / 66%);
  /* top: 0; */
}
.lesson_number{
font-family: Economica, sans-serif;
font-size: 1.5rem;
margin-left: 35%;
padding: 0.2rem;
width: 60%;
color: #71398E;
border: 3px solid black;
background-color: #E6BFE0;
border-radius:  20px 20px 20px 20px;

}

h2.lesson_number{
  text-align: center;
}


span#heart {
  position: absolute;
  bottom: 0;
  font-size: 2.5rem;
  margin-left: 1rem;
 

}
.other_lesson{
  display: none;
}
.lesson-top1 {
  background-color: #4ba468;
  position: absolute;
  width: 19%;
  border: 4px solid black;
  border-bottom: 0;
  border-top-right-radius: 43px;
  border-top-left-radius: 0;
}
.lessons-all{
  font-family: Economica, sans-serif;

}
.lessons-all:hover, .lessons-all.active{
  background-color: #112317;
  color:white;
 
}

.lesson-mobile{
  display: none;
}
#lesson_top_dots{
  left: -4px;
  top: -3.2rem;
  padding: .5rem;

}
#btn1 {
  left: 11rem;
  top: -3.2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
}

#btn2 {
  left: 19rem;
  top: -3.2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
}

#btn3 {
  left: 27rem;
  top: -3.2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
}

#btn4 {
  left: 35rem;
  top: -3.2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
}

.lesson_dots{
  background-color: #b3ebc5;
}
#lesson-top2 {
  background-color: #00A25D;
  border-bottom: 0;
  margin-bottom: -0.5rem;
  border-top-left-radius: 0;
  
}
#lesson-content{
  width: 94%;
}

a#quiz_button {
  left: 40%;
  top: 105%;
  width: 17%;
}

/*Lessons Video*/

#video_1{
  display: block;
}

.lesson_video{
  display: none;
}
.lesson_video.active {
  
  display: block;
}

/*Upload*/
#upload_top2{
  display: none;
  border-bottom: 0px solid black;
}

label.upload_labels{
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  display: block;
  margin: 1rem;
}

#submit_feedback {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  text-align: center;
}

input#image {
  margin-left: 13rem;
  /* margin: 1rem; */
  padding: 1rem;
  font-size: 1.5rem;
  /* margin-right: auto; */

}
.upload-top{
  background-color: #DD4BD0;
}
.upload_input{
  margin-left: 14% !important;
}

/*Feedback*/
.feedback-mobile{
  display: none;
}
#feedback-container{
  position: absolute;
  left: 25%;
  top: 27%;

  background-color: #DD4BD0;
  border-top-left-radius: 0;
  width: 50.8%;
  padding: 1rem;
}

#feedback_top2{
  background-color: #DD4BD0;
    border-bottom: 0;
    margin-bottom: -0.5rem;
    border-top-left-radius: 0;
}



#feedback_top_dots {
  left: -4px;
  top: -3.6rem;
  padding: 0.7rem;
}
.feedback-top{
  background-color: #f469e8;
}

.feedback_dots{
  background-color: #b8a0b6;
}

#btn1_feedback{
  left: 12rem;
  top: -3.56rem;
  padding: 0.8rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
 
}

#btn2_upload{
  left: 21rem;
  top: -3.56rem;
  padding: 0.8rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  font-size: 1.5rem;
  cursor: pointer;
  
}
#feedback_title{
  text-align: center;
  font-size: 3.3rem;
 
}
.feedback-all{
  font-family: Economica, sans-serif;
  background-color: #f469e8;


}
.feedback-all:hover, .feedback-all.active{
  background-color: #150f18;
  color:white;
 
}
.feedback{
  width: 30%;
  background-color: white;
  padding: 1rem;
  margin: 1rem;
  display: inline-grid;
  
}
.feedback_image{
width: 100%;
height: auto;
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
}

.feedback_name_icons {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.feedback_icons {
  position: relative;
  bottom: -1rem;
  font-size: 1.5rem;

}

.feedback_icons_container{
  margin-left: 5.3rem;
}

#feedback-content{
  display: flex;
  margin-bottom: 4rem;
}

#btn_prev_feedback, #btn_next_feedback {
  top: 30px;
  /* margin-top: -4rem; */
}

a.feedback_page{
  color:black;
  text-decoration: none;
  margin: 1rem;
  font-size: 2rem;
  font-weight: 900;
}

a.feedback_page:hover{
  color: white;
}

.feedback-numbers {
  position: absolute;
  margin-top: 21rem;
  display: inline-block;
}
/*Progress bar*/
img#Layer_1 {
  position: absolute;
  
  /* justify-content: center; */
  left: 22rem;
  /* display: flex; */
  top: 6rem;
}

img#roller {
  position: absolute;
  top: 0;
  width: 17%;
  height: 20%;
  left: 17rem;
  top: 2rem;
}


/*Cones and road*/
img#skate {
  position: absolute;
  top: 40%;
  left: 9%;
  transform: rotate(35deg);
}
img#road {
  margin-left: 7rem;
  top: 40%;
  position: absolute;
}

svg.cones_orange {
  position: absolute;
  width: 3.3%;
  margin-left: 3rem;
}

svg#cone_1 {
  top: 40%;
}

svg#cone_2 {
  top: 55%;
}

svg#cone_3 {
  top: 70%;
}

svg#cone_4 {
  top: 85%;
}
svg#cone_5 {
  top: 100%;
}

/*Logo*/
img#logo {
  position: absolute;
  margin-left: 2rem;
  z-index: 3;
  top: -2rem;
}

/*Andy's gif*/
#andy_quiz {
  top: 43%;
}
img.andy {
  width: 80%;
  height: 86%;
  top:134%;
  left:43%;
  overflow-y:hidden;
}

.bubble {
	box-sizing: border-box;
	position: relative;
	height: 100px;
	width: 300px;
	background: white;
	border-radius: 15px;
	padding: 30px;
	margin: 15px;
  left: 35%;
  top: -11rem;
}

div#bubble_quiz {
  left: 77%;
  top: -32rem;
}

.bubble-bottom:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -40px;
	right: 240px;
	border-bottom: 20px solid transparent;
	border-top: 30px solid white;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

/*Youtube Video*/
#youtube-container{
  left: 25%;
    top: 36%;
    width: 44.8%;
}

.youtube-top{
  background-color: #DD4BD0;
}

.youtube_dots{
  background-color: #e593de;
}

/*Result container*/
#results-container{
  left: 25%;
    top: 36%;
   background-color: #fcf6d3 ;
   height: 70%;
}

.results-top{
  background-color: #a8811f;
}

.results_dots{
  background-color: #e7d154;
}

#results-message{
  margin-top: 11rem;
  font-size: 3rem;
  padding: 1rem;
  font-weight: 900;
}

a#next-lesson {
  text-align: center;
  margin-right: auto;
  margin-left: 38%;
  width: 20%;
  margin-top: 5rem;
}


/*Certificate*/
img#certificate {
  object-fit: contain;
  width: 52%;
  left: 23%;
  margin-top: 0rem;
  /* margin-left: auto; */
  /* margin-right: auto; */
}
h2#cer-h2 {
  position: absolute;
  font-size: 6rem;
  top: 0;
  left: 32%;
  color: #00EEFD;
  /* font-family: 'Covered By Your Grace', cursive; */
  text-shadow: 0px 3px 5px rgb(255 255 255 / 66%);
}

a#cer_feedback {
  width: 15%;
  margin-left: 27%;
  margin-top: 5rem;
}

a#cer_print {
  width: 15%;
  margin-left: 54%;
  margin-top: 5rem;
}

a#get-certificate {
  width: 17%;
  margin-top: 6rem;
  left: 40%;
}

/* General*/
h2, h3{
  font-family: 'Covered By Your Grace', cursive;
  margin-top: 1rem;
}

h2{
  font-size: 2.2rem;
 
}

h3{
  font-size:1.6rem;
}

p{

  font-size: 1.3rem;
  margin-top: .5rem;
}

.content_list{
  display: list-item;
  padding: 1.5rem;
}

/*Animations Letter Z*/
@keyframes z {
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}

/*Animation Skate*/

.animate {
  animation-name: go-down;
  animation-duration: 2s;
  /* Preserve the effect of the animation at ending */
  animation-fill-mode: forwards;
}

@keyframes go-down {


  from {
    margin-top: 0%;
  }

  to {
    margin-top: 5.5%;
   
  }
}

@media screen and (max-width: 600px ) {
	
	
	h1 {
		font-size: 5rem;
    margin-left: 2rem;
	}

  h1 span{
    font-size: 5rem;
    
    margin-left: -24px;
  }

  .andy, .bubble{
    display: none;
  }
  img#logo {
    top: -5.2rem;
    width: 26%;
}

label#menu-menu{
  top: -18px;
    left: 91%;
}
div#index {
  left: 9%;
  width: 88%;
  top: 46rem;
}

.container{
  box-shadow: -29px 22px 2px 0.1px #000000;
}
.top{
  padding: 1px;
  border-bottom: 5px solid black;
}

.dot {
  height: 9px;
  width: 9px;

  margin-left: 0.3rem;
  margin-top: 0.5rem;
}

hr {
  width: 40%;
  /* height: 0px; */

  border-radius: 25px;
  margin-bottom: 18px;
  margin-left: 8rem;
  margin-top: -14px;
  border-width: 2px;

}

.lines {
  margin-top: -1.5rem;
  margin-bottom: -0.5rem;
}

a#start {
  margin-top: 25rem;
  margin-left: 2rem;
  width: 40%;
  
}

.button{
  width: 13%;
}
section#intro {

  min-height: 0vh;

}

#menu-container {
  width: 44%;
  padding: 0.5rem;

  right: 66px;
  top: 83px;

}

#menu-top {
  padding-bottom: 0.5rem;
  top: -8px;
  left: -8px;
  width: 109%;
}

/*Intro Responsive*/

div#history {

  left: 12%;
  width: 83%;
  top: 13.7%;
 
}

p {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.cones{
  display: none;
}

.history-container {
  display: list-item;
  background-color: #C2AAD9;
  padding: 1.5rem;
  height: 95.3%;
}

div#folders img {
  width: 25%;

 
  left: 14%;
  margin: 0;
}

img#close_file_e {
  margin-top: 12rem;
  width: 22.5% !important;
  left: 16rem !important;
}

img#open_file_e {
  margin-top: 12rem;
  left: 16rem !important;
  display: none;
}

#close_file {
  display: none;
  width: 22.5%  !important;
}

figcaption#figcaption_folder1 {
  /* text-align: center; */
  margin-top: 5rem;
  left: 4.5rem;
}

figcaption#figcaption_folder2 {
    top: 5rem;
    left: 16.3rem;
}

.fig {
  font-size: 1.5rem;
 margin-left: 0rem;
  width: 5%;
  font-weight: 700;
  color: #00ECF7;
  position: absolute;
}

#start_quiz {

 bottom: -10%;
  margin-bottom: 1rem;
  left: 27%;
}
/*Lessons*/
.lesson-mobile{
  display: block;
}

#lesson-container {
  left: 9%;
  top: 40%;
    width: 87%;
}

#btn2, #btn3, #btn4{
  display: none;
}

#lesson_top_dots {
  left: -4px;
  width: 30%;
  top: -3.2rem;
  padding: 0.5rem;
}

#btn1 {
  left: 9rem;
  top: -3.3rem;
  padding: 1rem;

  height: 3.3rem;

  width: 24%;

}

#lesson_title {

  /* top: 0; */
  margin-top: -185%;
  /* left: 0; */

  /* top: 0; */
}

div#lesson_number_container {
  margin-right: 3rem;
}

#lesson-content {
  width: 89%;
}

div#lesson-1-container-mobile {
  top: 95%; 
  display: block;
}

div#lesson-container_mobile_1 {
  left: 9%;
  top: 100%;
  width: 87%;
  background-color: #00A25D;
  border-top-left-radius: 0;
}

.lesson_video_2, .lesson_video_3, .lesson_video_4{
  display: block;
}

#btn2_mobile{
  left: 9rem;
    top: -3.3rem;
    padding: 1rem;
    height: 3.3rem;
    width: 24%;
    font-size: 1.5rem;
    font-weight: 700;
}

div#lesson-2-container-mobile {
  top: 95%; 
  display: block;
}

div#lesson-container_mobile_2 {
  left: 9%;
  top: 90%;
  width: 87%;
  background-color: #00A25D;
  border-top-left-radius: 0;
}



#btn3_mobile{
  left: 9rem;
    top: -3.3rem;
    padding: 1rem;
    height: 3.3rem;
    width: 24%;
    font-size: 1.5rem;
    font-weight: 700;
}


#btn2_mobile{
  left: 9rem;
    top: -3.3rem;
    padding: 1rem;
    height: 3.3rem;
    width: 24%;
    font-size: 1.5rem;
    font-weight: 700;
}


div#lesson-3-container-mobile {
  top: 95%; 
  display: block;
}

div#lesson-container_mobile_3 {
  left: 9%;
  top: 150%;
  width: 87%;
  background-color: #00A25D;
  border-top-left-radius: 0;
}



#btn4_mobile{
  left: 9rem;
    top: -3.3rem;
    padding: 1rem;
    height: 3.3rem;
    width: 24%;
    font-size: 1.5rem;
    font-weight: 700;
}

a#quiz_button {
  left: 36%;
  top: 200%;
  width: 28%;
}

/*Quiz*/
img#Layer_1 {
display: none;
}

#quiz1-container {
  left: 9%;
  width: 86%;
  top: 36%;
}

.label-quiz1 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.content_list {
 
  padding: 0.5rem;
}
.numbertext {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: end;
  margin-right: 5rem;
}


  button.prev, button.next {
    font-size: 1.5rem;
    width: 52%;
    right: 14%;
    position: absolute;
    top: 74%;
    /* margin-top: -6rem; */
}



section#quiz1-section {
  margin-bottom: -9rem;
}

.quiz-mobile{
  width: 61%;
}

button#submit-quiz {
  font-size: 1.2rem;
  padding: 0.2rem;
  background-color: #EC9C1D;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 1rem;
}
form#quiz1 {
  padding: 0.3rem;
}

.links {

  margin-top: 5rem;

}

/*Feedback*/
.feedback-mobile {
  display: block;
  left: 10px;
  margin-left: -29px;
  width: 86% !important;
  margin-top: 340%;
  top: 50%;
  position: absolute;
}
#feedback-container {
  position: absolute;
  left: 11%;
  top: 20%;
  background-color: #DD4BD0;
  border-top-left-radius: 0;
  width: 69.8%;
  padding: 1rem;
}

#btn2_upload {
  left: 21rem;
  top: -3.56rem;
  padding: 0.8rem;
  text-align: center;
  font-weight: 700;
  width: 15%;
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

#feedback_top_dots {
  left: -4px;
  width: 33%;
  display: none;
  top: -3.6rem;
  padding: 0.7rem;
}

#btn1_feedback {
  left: 7rem;
  top: -3.56rem;
  display: none;
  width: 44%;
  font-size: 1.2rem;

}

#feedback_title {
 
  font-size: 2.3rem;
}

.feedback {
  width: 70%;
  background-color: white;
  padding: 1rem;
  margin: 1rem;
  display: inline-grid;
}

#feedback-content {
  list-style: none;
  display: list-item;
  margin-bottom: 4rem;
}

.feedback-numbers {
 
  margin-top: 0px; 
  margin-left: 75px;
  
  position: inherit;
  /* display: inline-block;*/
  display: inline-block;
}

button#btn2_upload_mobile {
 display: none;
}

label.upload_labels {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  margin: 1rem;
}

input#image {
  margin-left: -15px;
  /* margin: 1rem; */
  /* padding: 1rem; */
  width: 100%;
  font-size: 1.1rem;
  /* margin-right: auto; */
}
#submit_feedback {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  text-align: center;
}

/*Login*/

.login-container {
  position: absolute;
  left: 16%;
  width: 77%;
  top: 27%;
  background-color: #FFD6AD;
}

a.btn_login {
  display: inline-block;
  color: black;
  text-align: center;
  font-weight: 700;
  margin-right: 9rem;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 1rem;
  margin-left: -19%;
  width: 30%;
}
.login-top {
  background-color: #EC9C1D;
  padding: 2px;
}

.login-title {
  margin-left: 32%;
  margin-bottom: 1rem;
}

/*Youtube Video*/
#youtube-container {
  left: 11%;
  top: 36%;
  width: 82.8%;
}

.youtube-top {
  background-color: #DD4BD0;
  padding: 5px;
}

iframe {
  width: 111%;
}

div#youtube-content {
  width: 91%;
  margin-left: 13px;

}
/*Quiz results page*/

#results-container {
  left: 13%;
  top: 36%;
  width: 81%;
  background-color: #fcf6d3;
  height: 50%;
}

#results-message {
  margin-top: 5rem;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 900;
}

.results-top {
  background-color: #a8811f;
  padding: 4px;
}

a#next-lesson {
  text-align: center;
  margin-right: auto;
  margin-left: 32%;
  width: 34%;
  margin-top: -4rem;
}


/*Certificate*/
h2#cer-h2 {
  position: absolute;
  font-size: 3rem;
  padding: 1rem;
  top: 5rem;
  left: 6%;
  color: #00EEFD;
  /* font-family: 'Covered By Your Grace', cursive; */
  text-shadow: 0px 3px 5px rgb(255 255 255 / 66%);
}

img#certificate {
  object-fit: contain;
  width: 74%;
  left: 12%;
  margin-top: -4rem;
  /* margin-left: auto; */
  /* margin-right: auto; */
}

a#cer_feedback {
  width: 29%;
  margin-left: 13%;
  font-size: 1rem;
  margin-top: -15rem;
}

a#cer_print {
  width: 29%;
  margin-left: 52%;
  font-size: 1rem;
  margin-top: -15rem;
}


}
