footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
}

footer{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .brand{
    width: 120px;
}

footer .brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.footer-title{
    opacity: .8;
}

footer .contact-info i{
    color: #cfa670;
}

footer ul li a{
    color: #fff;
    transition: .4s;
    opacity: .8;
    text-decoration: none;
}

footer ul li a:hover{
    color: #cfa670;
    text-decoration: underline;
}