/*
==============================================================================
Footer
==============================================================================
*/

.footer{

    margin-top:80px;

    padding:50px 20px;

    background:#111827;

    border-top:1px solid #1F2937;

}

.footer-content{

    max-width:900px;

    margin:0 auto;

    text-align:center;

}

.footer h2{

    margin-bottom:15px;

    font-size:1.8rem;

    color:#38BDF8;

}

.footer-description{

    color:#94A3B8;

    margin-bottom:25px;

    line-height:1.7;

}

.footer-links{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    margin-bottom:30px;

}

.footer-links a{

    color:#E2E8F0;

    text-decoration:none;

    transition:.25s;

}

.footer-links a:hover{

    color:#38BDF8;

}

.footer-links span{

    color:#475569;

}

.footer-copy{

    color:#64748B;

    font-size:.95rem;

}