*{
    margin: 0;
    padding: 0;
    text-decoration: none   ;
}

.header{
    
}

.content{
    
}

ul{
    list-style: none;
    text-decoration: none;
    
}

ul li{
    list-style: none;
    text-decoration: none;
}

footer{

    background-color: #1B1212	;
    padding: 70px 0;
    /* position: fixed;
    bottom: 0; */

}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.container{
    max-width: 1170px;
    margin: auto;
    text-align: left;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
    
   

}

.footer-col ul{
    padding-left:0px!important;

}
@media (max-width: 480px){
    .row{
        justify-content:space-between;
    }
    .footer-col{
        width:auto;
        margin-top:50px;
        margin-bottom:50px;
    }
    
}

.iletisimbtn{
    background-color: #666769;
    color: white;
    padding: 10px;
    border: none;
    width: 150px;
    border-radius: 3px;

}
.iletisimbtn:hover{
    opacity: .5;
    cursor: pointer;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif!important;
    letter-spacing: 2px;
    position: relative;
    top:0;
    font-weight:400!important;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #ddb059;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){ 
    margin-bottom: 10px;

}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif!important;
    height: 20px;
    display: block;
    transition: all 0.3s ease;

}

.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 10px;
    font-weight: bolder ;
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px!important;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
    color:#24262b;
    background-color: #ffffff;
}
.footer-last{
    position:relative;
    bottom: -60px;
    text-align: center;
    color: grey;
    opacity: .3;
    
}

   .footer-col a i{
        line-height:40px
    }


