footer {
    background-color: #0e0d15;
    font-family: 'Roboto', sans-serif!important;
}

.footer_description {
    color:rgb(195, 195, 195);
    font-size: 15px;
}
.footer_h3 {
    font-weight: 600; 
    color: rgb(255 255 255); 
    margin-bottom: 10px;
    font-size: 25px;
}

.footer_description a {
    transition: color 0.3s ease;
    color: hsla(0, 0%, 100%, .8);
}
.footer_description a:hover {
    color: rgb(255, 255, 255)!important;
}
.divider4 {
    height: 0.015rem;
    width: 100%;
    background: hsla(293, 12%, 85%, 0.05);
}
a {
    text-decoration: none!important;
}

.footer-bottom-copy,.footer-bottom-author {
    color: #e9e9e9;
}
.footer-bottom-author a {
    background: linear-gradient(45deg, #f76675 0%, #8c22d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-bottom-copy {
    margin-bottom: 0;
}
.footer-bottom-author {
    margin-top: 0;
}

footer ul {
    display: flex;
    justify-content: center;
    margin: 0;  
    padding: 0;
}

footer li {
    list-style: none;    
    font-size: 15px;
    font-weight: 500;
    margin-top: 32px;
    margin-left: 0;
}

footer li a {
    color: #e9e9e9;
    transition: .3s;
}

@media (max-width: 1199px) {
    footer ul {
        display: inline-block;
        justify-content: start;
    }
    footer li {
        margin-top:  20px;
    }
}

@media (min-width: 1200px) {
    footer ul {
        gap: 45px;
    }
}
.footer_descr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1399px) {
    .footer_descr {
        width: 60%;
    }
}
@media (max-width: 1199px) {
    .footer_descr {
        margin-left: 0;
    }
}
@media (max-width: 769px) {
    .footer_descr {
        width: 75%;
    }
}
@media (max-width: 576px) {
    .footer_descr {
        width: 90%;
    }
}
footer a:hover {
    transition: color 0.3s ease;
    color: hsla(0, 0%, 76%, 0.8);
}
