/* /* Footer  */
footer {
    background-color: #000;
    padding: 2rem 0;
    color: #d4af37
    
}

footer h5 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #d4af37 !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

footer h5:hover {
    transform: scale(1.1);
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer a {
    color: #d4af37;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

footer a:hover {
    transform: scale(1.1);
    color: #fff;
}

footer i {
    font-size: 1.8rem;
    color: #d4af37;
    transition: all 0.3s ease-in-out;
}

footer i:hover {
    transform: scale(1.3);
    color: #fff;
}
