*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: border-box;
}
body{
    font-family: montserrat;

}


nav{
    background-color: blue;
    height: 94px;
    width: 100%;
    border-radius: 5px;

}
 a img{
    height: 60px;
    width: 60px;
    border-radius: 50px;
    
   margin-left:  20px;
    padding-top:  10px ;
    

}


label.logo{
    color: white;
    font-size: 50px;
    line-height: 80px;
    padding-top:  9px;
    font-weight: bold;
    float: none;
    margin-left:3px ;
    text-transform: uppercase;

}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;


}
nav ul li a{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;


}
a.active,a:hover{
    background: #1b9bff;
    transition: .5s;

}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;

    
}
#check{
    display: none;
    
}
@media(max-width:952px){
    label.log{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;

    }
}
@media(max-width:952px){
    .checkbtn{
        display: flex;


    }
    ul{
        /* position: relative; */
        width: 100%;
        /* height: 300px; */
        background: #2c3e50;
        top: 80px;
        left: -100px ;
        text-align: center;
        transition: all .5s;
        flex-wrap: wrap;
        


    }
    nav ul li{
        display: block;
        font-size: 20px;
        margin: 50px 0;
        line-height: 30px;
        


    }
    a:hover,a.active{
        background: none;
        color: 0082e6;

    }
    #check:checked ~ ul{
        left: 0;
    }
}
section{
    background: url() no-repeat;
    background-size: cover;
    height: calc(100vh -80px);

}


#slider {
	overflow: hidden;

}

@keyframes slider {
	0% { left: 0; }
	30% { left: 0; }
	33% { left: -100%; }
	63% { left: -100%; }
	66% { left: -200%; }
	95% { left: -200%; }
	100% { left: 0; }
}
#slider figure {
	width:300%;
	position: relative;
	animation: 9s slider infinite;
}


#slider figure img {
	width: 33.333333333%;
	height : 600px;
	float: left;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    height: 600px;
   

  }
  
  
  .top-left {
    position: absolute;
    text-align: center;
    left: 60px;
    top: 70px;
    color: white;
    height: 100px;

    
     }
  
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  .centered {
    position: absolute;
    left: 40%;
    top: 50%;
      
  }
  .footer {
    /* position:absolute ; */
    
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#2c3e50;
    /* color: black; */
    text-align: center;
    /* margin-top: auto; */
    border-radius: 5px;
    

    
}
.footer,ul{

    text-align: center;
    left: 0;
    /* color: black; */
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;

    

    

}
.text_white{
    color:#fff;
}