/* .footer { */
    /* height: 150px; */
    /* background: linear-gradient(0deg, rgba(255,194,0,1) 13%, rgba(12,12,13,1) 85%); */

    /* background: linear-gradient(122deg, rgba(255,194,0,1) 13%, rgba(12,12,13,1) 73%); */

    /* clip-path: polygon(34% 100%, 81% 0, 81% 59%, 100% 100%, 69% 100%, 32% 100%, 0 100%, 0 0, 14% 40%); */
/* } */

footer {
    position: relative;
    background-color: #0A1725;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    margin-top: 150px;
    font-size: 14px;
}

.footer-shadow {
    position: absolute;
    top: 0;
    right: 50px;
    box-shadow: -1px -5px 140px 90px rgba(13, 145, 197, 0.579);
    z-index: -1;
}

footer nav a {
    color: #B0BEC5;
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.3s;
}

footer nav a:hover {
    color: #00D1C1;
}