@media screen and (min-width: 300px) {
    footer {
        background-color: #0e0c10;
        padding: 40px 10px;
        border-top: 1px solid #222;
        text-align: center;
    }

    .footer-top {
        display: block;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-logo-small img {
        height: 40px;
    }

    .footer-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        font-size: 14px;
        margin-top: 30px;

        i {
            color: #CF983E;
        }
    }

    .footer-nav a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    .footer-nav a:hover {
        color: #f5c16c;
    }

    .footer-center-logo {
        margin: 50px 0 40px;
        text-align: center;
    }

    .footer-center-logo img {
        max-width: 500px;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 12px;
        color: #bbb;
        border-top: 1px solid #222;
        padding-top: 20px;
    }

    .footer-links a {
        margin-right: 20px;
        color: #bbb;
        text-decoration: none;
    }

    .footer-links a:hover {
        color: #f5c16c;
    }
}

@media screen and (min-width: 700px) {
    footer {
        background-color: #0e0c10;
        padding: 40px 30px;
        border-top: 1px solid #222;
        text-align: center;
    }

    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-logo-small img {
        height: 40px;
    }

    .footer-nav {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        font-size: 14px;
        margin-top: 0px;

        i {
            color: #CF983E;
        }
    }

    .footer-nav a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    .footer-nav a:hover {
        color: #f5c16c;
    }

    .footer-center-logo {
        margin: 50px 0 40px;
        text-align: center;
    }

    .footer-center-logo img {
        max-width: 500px;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 12px;
        color: #bbb;
        border-top: 1px solid #222;
        padding-top: 20px;
    }

    .footer-links a {
        margin-right: 20px;
        color: #bbb;
        text-decoration: none;
    }

    .footer-links a:hover {
        color: #f5c16c;
    }
}

@media screen and (min-width: 700px) {
    footer {
        background-color: #0e0c10;
        padding: 40px 80px;
        border-top: 1px solid #222;
        text-align: center;
    }

    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-logo-small img {
        height: 40px;
    }

    .footer-nav {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        font-size: 14px;
        margin-top: 0px;

        i {
            color: #CF983E;
        }
    }

    .footer-nav a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    .footer-nav a:hover {
        color: #f5c16c;
    }

    .footer-center-logo {
        margin: 50px 0 40px;
        text-align: center;
    }

    .footer-center-logo img {
        max-width: 500px;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 12px;
        color: #bbb;
        border-top: 1px solid #222;
        padding-top: 20px;
    }

    .footer-links a {
        margin-right: 20px;
        color: #bbb;
        text-decoration: none;
    }

    .footer-links a:hover {
        color: #f5c16c;
    }
}