/*==================================================
FOOTER
==================================================*/

.footer{

    background:#1D1B18;

    color:#ffffff;

    padding:80px 0 30px;

}

.footer-content{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    margin-bottom:50px;

}

.footer-tag{

    display:block;

    letter-spacing:8px;

    color:#C9A45C;

    font-size:.8rem;

    margin-bottom:12px;

}

.footer h2{

    font-family:"Playfair Display",serif;

    font-size:3rem;

    margin-bottom:20px;

}

.footer-brand p{

    color:#c7c7c7;

    line-height:1.8;

    max-width:420px;

}

.footer-contact h3{

    margin-bottom:25px;

    color:#C9A45C;

}

.footer-contact p{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    color:#d9d9d9;

}

.footer-contact i{

    color:#C9A45C;

    width:22px;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.10);

    padding-top:30px;

    text-align:center;

}

.footer-bottom p{

    color:#9f9f9f;

    font-size:.95rem;

}.footer-copy{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
    text-align: center;
}

.footer-copy a{
    color: #d4aa4f;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-copy a:hover{
    color: #ffffff;
}