body {
    background-color: #e8dab6;
    color: #c5378e;
    top: 0;
    padding: 0;
    margin: 0;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight:100px;
    font-style:normal;
}




#restartButton {

    background-color: #E09544 ;
    border: none;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 32px;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 1.2em;
    z-index: 999;
    cursor: pointer;
    display: none;
  }
  

  


  

#menu-col-logo {
    margin: 10px;
    width: 60%;
    padding:40px;
    
    
}

#container {
    background-color: #e8dab6;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    
}

#menu-col {
    background-color: #e8dab6;
    width: 33%;
  
}

.menu-col-list li {
    
   padding:10px;
    list-style: none;
    text-align: left;
    font-size: 1em;
    color: #c5378e;
    font-weight: 100px;
   
   
}

.menu-col-list li:hover {
    color: #E09544;
    cursor: pointer; 
  
}

a {
    text-decoration: none;
    color: #c5378e;
}

a:hover {
    color: #E09544;
}
#video-col {
    background-color: #e8dab6;
    width: 33%;
    z-index: 10; 
    height: 100vh;
}
#right-col {
    background-color: #e8dab6;
    width: 33%;
}




/* Mobile responsive: for the video */
@media (max-width: 768px) 

{
    #right-col {
      display: none;
    }

   
  
    #container {
      justify-content: center; 
    }
  
    #video-col {
      flex: 0 0 100%; 
      
    }

    #menu-col {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #e8dab6;
        box-shadow: 0 -1px 12px;
        width: 100%;
        height: 4rem;
        padding: 0 1rem;
        display: flex; 
        justify-content: center; 
        align-items: center; 
        border-radius: 1.25rem 1.25rem 0 0;
        transition: 0.4s;
        z-index: 999;
    }
     /* nav */
     .menu-col-list {
        display: flex; 
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 0;

    }

    .menu-col-list li i {
        font-size: 2rem; 
        display: inline-block;
        position: relative;
       
    }

    .menu-col-list li i:hover {
        color: #E09544; 
  
        
    }


    

    /* Hide the logo on mobile */
    #menu-col-logo {
        display: none;
    }


    #quizWrap1,
  #questiontwoWrap,
  #questionthreeWrap {

    width: 100%;
    max-width: 100%;
    padding:0;
    padding-bottom: 5rem;

  }


  #container {
    height: auto;
    overflow: visible;
    
}


}


   




/*VIDEO CSS*/

body{
    margin:0;
}

.toggle-mute-button{
    position:fixed;
    background:var(--secondary);
    bottom:5rem;
    right:1rem;
    padding:1rem;
    border:none;
    color:var(--primary);
    border-radius:50%;
    box-sizing:border-box;
    cursor:pointer;
    z-index: 100;
}

.container{
    position:relative;
    overflow-y:scroll;
    scroll-snap-type: y mandatory;
    height:100vh;
    z-index: 1;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;  

 
   
}



.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #c5378e;
    z-index: 0;
    transition: opacity 0.5s ease;
  }
.slide{
    height:100vh;
    scroll-snap-align: center;
}

.slide video{
    
        height: 100vh;
        width: 100%;
        object-fit: cover;
    
}


.container::-webkit-scrollbar { 
    width: 0;
    height: 0;
}



@media screen and (min-width: 600px) {
    .slide video,
    .slide img{
        object-fit: contain;
       
        
    }


    
    .controls {
        justify-content: space-evenly
    }
    }









  /*login*/

  #login-logo {
    margin: 10px;
    padding:40px;
    display: block;
    margin: auto;
    width: 50%;
    padding-top: 10%;;
}
    

#login-button {
background-color: #E09544 ;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer; 
margin: auto;
width: 15%;
border-radius: 25px;
display: flex;
justify-content: center;
margin-top: 3%;
font-size: 1.2em;
font-weight: 700;
} 

#login-button:hover {
    background-color: #c5378e;
    transition: 0.4s;
}

#login-button a{
    text-decoration: none;
    color: #ffff
}

#login-button a:hover{
    text-decoration: none;
    color: #ffff;
}

#left-login{
    
    width:20%;
    margin-top: 10%;
    
    
   


 
  
}

#login-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
#right-login{
    
    width:20%;
    margin-top:15%;
    
}

/* animation */
.cls-1, .cls-2, .cls-3 {
    stroke-dasharray: 1000; 
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-in-out infinite;
  }
  
  
  @keyframes drawLine {
    to {
      stroke-dashoffset: 0;
    }
  }




  @media (max-width: 768px) {
    #right-login {
      display: none;
    }


  
  
    #container {
      justify-content: center; 
    }
  
    #login-center {
      flex: 0 0 100%;

      
    }
    #left-login {
        display: none;
      }


  
    
    #login-top {
        margin-top:30%;
        scale: 150%;
    }

    #top-login-mobile{
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    scale:70%;
    z-index: 9999;
    display: block;
    transform: scale(0.5) rotate(90deg); 
    margin-top: -60%; 
    }
   
}




 



    @media (min-width: 768px) {
        #top-login-mobile{
       display:none;
        }
        #hero-wrapper{
          width:66%;
        }
       
      }
        
        
    




    /*quiz*/
     /*quiz*/



     @media (max-width: 768px) {
      #resultContainer{
        position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    }
      }
     

     #container-quiz {
        background-color: #e8dab6;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100vw;
        height: 100vh;
        top: 0;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        
    }

     .quiz-main-section{

        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hidden {
        display: none;
    }

    .show {
        display: block;
    }

#start {
    background-color: #E09544;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer; 
    margin: auto;
    width: 50%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: 700;
}


#start:hover {
    background-color: #c5378e;
    transition: 0.4s;
}
#quiz{
background-color: #e8dab6;

z-index: 10; 
height: 100vh;

}

Input:where([type="radio"]) {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin: calc(0.75em - 11px) 0.25rem 0 0;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #fff no-repeat center center;
  }

  input[type="radio"]:checked {
    background-color: #E09544;
    border-color: #E09544;
  }
  
  input[type="radio"] {
    border-radius: 50%;
  }

  .quiz-h1 {
    font-size: 2em;
    color: #c5378e;
    text-align: center;
    margin-top: 40px;
    padding-top:50%;
    text-align: center;
  }

  .quiz-p{
    padding-top: 5%;
    text-align: center;
    
  }

  #q-2 {
    background-color: #c5378e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer; 
    margin: auto;
    width: 50%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    margin-top:10%;
  }

  #q-2:hover{
    background-color:#E09544;
    transition: 0.4s;
    color:#c5378e;
}
  

  #q-3 {
    background-color: #c5378e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer; 
    margin: auto;
    width: 50%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    margin-top:10%;
}

#q-3:hover{
    background-color: #E09544;
    transition: 0.4s;
    color:#c5378e;
}

#questiontwoWrap{
    
    width:100%;
}

#hero-wrapper{
    width:100%;
    display:flex
}

#heroWrap{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#submit {
    background-color: #c5378e;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer; 
    margin: auto;
    width: 50%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    margin-top:10%;
}

#resultContainer{
    position: absolute;
    top: 40%;
    left: 30%;
    right: 20%;
position:center;
}


#resultContainer{
    background-color: #E09544;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}


.question {
    
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
  
  
  }
  .question h2 {
    font-size: 1.8rem;
    color: #E09544;
  }
  .question label {
    display: block;
    background: #f7f7f7;
    padding: 0.75rem;
    margin-top: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
  
  }
  .question label:hover {
    background: #ffe3ec;
  }
  input[type="radio"]:checked + label {
    background-color: #ffd6e0;
  }
  
 p{
    color:#c5378e;
  }


  