html,
body,
#cover{
    height: 100%;
}



#cover{
   background: url('img/c.webp') no-repeat center center fixed;
   background-size:cover ;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   z-index: 1;
}

.italic-font{
    font-family: 'Playfair Display', serif;
}

.modern-font{
    font-family: 'Merriweather Sans', sans-serif;
}

.orange{
    color: #c86a17;
}


.navbar-brand img{
    size: 5px;
}

#cover h1{
    
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    color:#C86B17;
    font-style: italic;
    font-weight: 500;
}

h2{
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffffcc;
    font-size: 30px;
}


a.nav-link{
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    color: #C86B17 !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

a.nav-link:hover{
    color:#fff !important;
}

#cover i.icons:hover{
    color: #C86B17 !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}



/*section-services*/

#services{
    margin-top: -6%;
    z-index: 0;
}

#services a{
    all:unset;
}

#services .card{
    background-color: #c86a17;
    color: #fff;
    border: 0px;
    
}


#services .card:hover{
   background-color: #f1f1f1;
    margin-top: -200px;
    color: #c86a17;
    transition: 0.8s ease;
    -webkit-transition:1s ease;
    -moz-transition:  1s ease;
    -o-transition:  1s ease;
    
    
}

@media (max-width:1000px) {
    .css-s{
        display: none ;
    }
    
}



/****portfolio**/
#portfolio{
    margin-top: -208px;
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
}



.portfolio-top h3{
    font-family: 'Playfair Display', serif;
    font-size: 300%;
    font-weight: bold;
}

.portfolio-top p{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
    color:#c86a179f;
    margin-bottom: 70px;
}

#portfolio .wall{
    background-color: #000000;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    margin-left: 10%;
}

@media (max-width:1000px) {
    .wall-resp{
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width:1000px) {
    .imp-resp{
        margin-left: 200px;
        width: 0px;
    }
}


/***cerez***/

#cerez{
    padding: 120px 0px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}



.a{
    list-style: none;
    border: none;
}

/*** iletisim ***/

#iletisim{
    
    background-color: #c86a17;
    
}

#iletisim h3{
    margin-top: 80px;
    font-family: 'Playfair Display', serif;
    color:#c86a17;
    margin-bottom: 30px;
    font-size: 300%;
    font-weight: 500px;
}

#iletisim a.light:hover{
    color: #000 !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}










