.footer{

    background:#050B16;

    padding:80px 0 30px;

    margin-top:120px;

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

}

.footer-logo{

    font-size:36px;

    font-weight:800;

}

.footer-logo span{

    color:#0891B2;

}

.footer p{

    color:#94A3B8;

    margin-top:20px;

    line-height:1.8;

}

.footer h5{

    margin-bottom:25px;

    font-weight:700;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer li{

    margin-bottom:12px;

    color:#94A3B8;

}

.footer a{

    color:#94A3B8;

    text-decoration:none;

    transition:.3s;

}

.footer a:hover{

    color:white;

}

.footer hr{

    margin:50px 0 25px;

    border-color:rgba(255,255,255,.08);

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.socials{

    display:flex;

    gap:15px;

}

.socials a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#111C2E;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

}

.socials a:hover{

    background:#0891B2;

}