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

.crusto-footer{

    background:#1F1F1F;

    color:#FFFFFF;

    padding:80px 0 30px;

}

.crusto-footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1.2fr 1fr;

    gap:60px;

    margin-bottom:60px;

}

.crusto-footer h3,
.crusto-footer h4{

    color:#FFFFFF;

    margin-bottom:20px;

}

.crusto-footer p{

    color:rgba(255,255,255,.75);

    line-height:1.9;

}

.crusto-footer-menu{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.crusto-footer-menu a{

    color:rgba(255,255,255,.75);

    transition:.3s;

}

.crusto-footer-menu a:hover{

    color:var(--accent);

}

.crusto-footer-social ul{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.crusto-footer-social a{

    color:rgba(255,255,255,.75);

    transition:.3s;

}

.crusto-footer-social a:hover{

    color:var(--accent);

}

.crusto-footer-bottom{

    padding-top:30px;

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

    text-align:center;

}

.crusto-footer-bottom p{

    margin:0;

    color:rgba(255,255,255,.55);

    font-size:.9rem;

}