*{
    margin: 0;
    padding: 0%;
}


#banner{
    background:  url(../images/-banner-.webp);
    background-size: cover;
    background-position: center;
    height: 40vh;
}

.logo{
    width: 120px;
    position: absolute;
    top: 3%;
    right: 10%;
    mix-blend-mode: lighten;  
 
}
.banner-text{
    text-align: center;
    color: #fff;
    padding-top: 10%;

}

.banner-text p{
    font-size: 80px;
font-weight: bold;
    
}



@media  screen and (max-width: 800px) {
    .banner-text p{
        font-size: 70px;
        margin-top: 80px;
    }
    
   
}


/*sidenav*/

#sidenav{
    width: 120px;
    height: 100vh;
    position: fixed;
    right: -200px;
    top: 0;
    background: #0f7291;
    z-index: 2;
    transition: 0.5s;
    padding-top: 50px;
   
}

nav ul li{
    list-style: none;
    margin: 30px 20px;
    font-size: 18px;
}

nav ul li a{
    text-decoration: none;
    color: #fff;
}

#menubtn{
    width: 35px;
    height: 35px;
    background:#0f7291;
    text-align: center;
    position: fixed;
    left: 8px;
    top: 12px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}

#menubtn img{
    width: 30px;
    margin-top: 4px;
    mix-blend-mode: lighten;  
}


/*sidenav second menu display*/

.submenus{
    display: none;
}

#sidenav ul li:hover .submenus{

    display: block;
    position: absolute;
    background: #0f7291;
    text-align: center;
    top: 170px;
    left: 100px;
    border-radius: 3px; 
    
}

#sidenav ul li:hover .submenus ul{

display: block;
list-style-type: none;

}

#sidenav ul li:hover .submenus ul li{
    width: 360px;
    padding: 5px;
    height: 20px;
    font-size: 18px;
    margin-left: -5px;
    margin: 10px;
    text-align: left;
          
    
    }

#sidenav ul li:hover .submenus ul li a:hover{
        color: greenyellow;
    }



/*menu bar*/

#menubtn{
    display: none;
}


.menu-bar{
    /* mix-blend-mode: lighten; */
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 3;
  

}

.menu-bar ul{
    display: inline-flex;
    list-style-type: none;
    color: #fff;
}

.menu-bar ul li{
    width: 60px;   
    margin: 15px;
    padding: 10px;
    font-size: 18px;

}

.menu-bar ul li a{
    text-decoration: none;
    color: #fff;
}
.active, .menu-bar ul li:hover{
    background-color: #0f7291;
    border-radius: 3px;
}




.submenu1{
    display: none;
    white-space: nowrap;
   
        
}

.menu-bar ul li:hover .submenu1{

    display: block;
    position: absolute;
    background: #0f7291;
    text-align: center;
    top: 56px;
    left: 235px;
    border-radius: 3px;
    
    
}

.menu-bar ul li:hover .submenu1 ul{

display: block;
list-style-type: none;



}

.menu-bar ul li:hover .submenu1 ul li{
    width: 360px;
    padding: 5px;
    height: 20px;
    font-size: 18px;
    margin-left: -5px;
    margin: 10px;
    text-align: left;
    
    
      
    }

    .menu-bar ul li:hover .submenu1 ul li a:hover{
        color: greenyellow;

        
    }



        @media  screen and (max-width: 800px){
            .menu-bar{
                display: none;
            }
            #menubtn{
                display: block;
            }
        }

        @media  screen and (min-width: 801px){
            #sidenav{
                display: none;
            }
            .submenus{
                display: none;
            }
          
        }





/* article */
#article{
    width: 80%;
    padding: 50px 0;
    margin: auto;

}

.article-box{
    width: 80%;
    margin: auto;
    
}

.article-box h1{
    text-align: left;
    margin-bottom: 30px;
    font-weight: 100;
    color: #000;
    font-weight: bold;
    font-size: 30px;
 }

 .article-box h2{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    
 }

 .article-box h3{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    
 }




 .article-box p{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: #000;
    font-size: 18px;
    margin: auto;
    
 }

 .article-box img{
    
    margin-top: 30px;
    margin-bottom: 0;
    
    
 }

 .article-box figcaption{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: italic;
 }

 .article-box ul    li{
    font-size: 18px;
    text-align: left;
    text-indent: 5px;
    margin-left: 40px;
 }

.article-box figure img .scan {
    width: 100vw;
    margin-left: auto;
}



@media  screen and (max-width: 800px){
    .article-box{
              
        width: 90vw;
        margin-left: -5vw;
        
    }
    
   
    
    .article-box p{
        width: fit-content;
block-size: fit-content;
    }

    .article-box h1{
        width: auto;
    }

    .scan {
        width: 90vw;
        margin: auto;
    }



    
}




 .features-desc{
    display: flex;  
    align-items:center;
    margin-bottom: 40px;
 }
    


 /* Footer */
#footer{
    padding: 15px 0 20px ;
    background: #efefef;
    position: relative;

}


.social-links{
    text-align: center;
    margin: auto;    
    
}



.social-links p{
    font-size: 16px;
    margin-top: 10px;
}

.title-txt{
    text-align: center;
    height: 60px;

}

.title-txt h3{
    font-size: 16px;
}

@media  screen and (max-width: 800px){
    

    .title-txt{
        text-align: center;

    }

}




.fcf-form-class {
    
    font-size: 18px;
    font-weight: 400;
    color: black;
    text-align: left;
}


input[type=text], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=email], select, textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #5DADE2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
}

#fcf-button{

    font-size: 18px;

	
}
















