*{
    box-sizing: border-box;
    
}

body{
    font-family: 'Nunito', sans-serif;
    margin: 0;
}

#menu {
    height: 80px;
    padding: 0 20px;
}

#logo{
    font-size: 30px;
    line-height: 80px;
    color:#003666;
    float:left
}

nav{
    float: right;
    line-height: 80px;
    
    
}

nav a:link{
    text-decoration: none;
    margin-right: 25px;
    color:#003666;
    
}

nav a:hover{
    border-bottom: 2px solid 
	#003666;    
    
}

nav a:visited{
    text-decoration: none;
    margin-right: 25px;
    color:#003666;
}

.ikon{
    margin-right: 7px;
    font-size:  16px;
    
}


#anasayfa{
    height: 600px; 
    background-image: url("../img/recycle1.jpeg");  
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#black{
    height:600px;
    background-color: black;
    opacity: 0.5;
    
}

#icerik{
    position: absolute;
    top:50%;
    left:40%;
    transform: translate(-50%,-50%);
    color:white;
    font-size: 20px;
}

#hakkimizda{
    
    background-color: #f8f9fa;
    padding:50px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

h3{
    font-size: 55px;
    color:#003666;
    text-shadow: 0px 1px 1px
    black;
    font-weight: 600;
}

.container{
    width:1200px;
    height:auto;
    margin:auto;    
}

#sol{
    float:left;
    border-right:3px solid #445c6e;
    font-size: 30px;
    width:400px;
    color: #445c6e;

}

#h5sol{
    line-height: 1.6;
    font-size: 22px;
    font-weight: 600;
    
}

h5sol, #sag{
    
    margin:0;
    padding:0;

}

span{
    
    
    font-size:50px;
    margin-right:7px;
    line-height: 42px;
    color:#003666;
    font-weight: 600;
    float:left;

}

#sag{
    
    float:right;
    width:750px;
    color:#999999;
    text-align: left;
    letter-spacing: 1px;
    font-size:15px;
    line-height:1.8;

}

.img-fluid{
    
    max-width: 100%;
    height: auto;
    
}

.mt100{
    margin-top:100px;
    
}

#pson{
    color:#999;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8;
    margin-top:30px;
}

#recycle{
    
    background-color:#fff;
    padding: 50px;
    text-align: center;
    height:700px;
}

.card{
    width: 320px;
    height:568px;
    border:1px solid #ddd;   
    padding:0;
    display: inline-block;
          margin-bottom: 100px;
    
}

.baslikcard{
    font-size:15px;
    color:#003666;
}

.cardp{
    color:#888;
    
}

.card:hover{
    border:2px solid gray;
}

#ekip{
    background-color:#003666;
    padding: 50px;
    height: 850px;
    text-align: center;
    margin-top:300px;
}

#ekiph3{
    color:white;   
}

.sutun-sol-sag{
    width:300px;
    float:left;
    padding: 40px;
}

.oval{
    border-radius:50%;
}

.ekipisim{
    color:white;
    font-size:25px;
    margin-bottom:12px;
    
}

.ekipp{
    color:#888;
    font-size:20px;
    margin-bottom: 2px;
}

.social{
    color:white;
    border:1px solid white;
    padding:10px;
    width:50px;
    border-radius:5px;
    margin:5px 10px;
}

.social:hover{
    background-color: #888;
}


#iletisim{
    background: url("../img/contact1.png");
    background-size:cover;
    padding 50px;
    height: auto;
    text-align: center;
}

#h3iletisim{
    color:white;
}

#iletisimopak{
background: rgba(255,255,255,0.2);
    padding: 30x 20px;
    border-radius: 5px;
    margin-bottom:50px;
    height:550px;
        
}

#formgroup{
    width: 700px;
    float:left;
    height: 500px;
    text-align: left;
}

#solform{
    width: 50%;
    float:left;
    padding-right: 5px;
}

#sagform{
    width: 50%;
    float:right;
    padding-left:5px;
}

.form-control{
    width:100%;
    padding 10px;
    font-size 15px;
    line-height: 2.5;
    color:#495057;
    background-color: white;
    margin: 10px;
    border-radius: 5px;
    border:1px solid #ced4da;
}

textarea{
    font-family: Arial;
}

input[type="submit"]{
    cursor:pointer;
    background-color: white;
    font-size:18px;
    letter-spacing:1px;
    padding:10px 30px;
    color: wihte;
    border:2px solid white;
    border-radius: 5px;
    margin-left:10px;
    margin-top:10px;
}

#adres{
    width:450px;
    float:right;
    padding: 30px;
    height:500px;
    text-align:left;
}

#adresbaslik{
    font-size:30px;
    color:white;
}

.adresp{
    color:orange;
    font-size:15px;
    letter-spacing: 1.5px;
}

#copyright{
    color:white;
    font-size:20px;
    letter-spacing: 2px;
    margin-bottom:20px;
}

#up{
    color:white;
    border:1px solid white;
    border-radius: 50%;
    font-size: 15px;
    padding: 9px 12px;
    margin-top:20px;
}