/* * Made by Nove Group with love.
 * * Visit our GitHub: https://github.com/nove-org
 * * Copyright (c) 2022 Nove Group - All rights reserved.
 * */

footer {
    margin-top: 100px;
    background: rgb(37, 37, 41);
    border-top: 2px solid rgb(73, 73, 80);
    width: calc(100% - 8rem);
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer span {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-bottom: -35px;
}

footer span p {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    color: rgb(206, 199, 199);
    margin-bottom: 30px;
    margin-top: 0px;
}

footer .separator {
    width: 100px;
}

footer a {
    text-decoration: none;
    font-size: 18px;
    color: rgb(245, 123, 66);
}

footer a:hover {
    text-decoration: underline;
}

footer .links {
    display: flex;
    flex-direction: column;
}

@media (max-width: 400px) {
    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}


/*# sourceMappingURL=footer.css.map */