:root {
    --COLOR1: #d70000;
    --COLOR2: #a00000;
    --COLOR3: #f2f2f2;
    --COLOR4: #282828;
}

.footer {
    padding: 2em 4em;
}

.footer .footer-content {
    padding-top: 2em;
    border-top: 1px solid rgb(77, 77, 77);
    display: flex;
    justify-content: space-between;
}

.footer .left,
.right {
    width: 30%;
}

.footer .middle {
    width: 40%;
}

.footer .footer-content .left .logo {
    width: 400px;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}

.footer .footer-content .left .logo img {
    width: 350px;
    object-fit: cover;
}

.footer .footer-content .left a,
.footer .footer-content .right a {
    text-decoration: none;
    color: #f2f2f2;
    cursor: default;
}

.footer .middle h2 {
    color: #f2f2f2;
    margin-bottom: 1em;
}

.footer .icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0.5rem;
    width: 100%;
    gap: 2%;
}

.footer .icon {
    flex-basis: 200;
    width: 31%;
    max-width: 33%;
    background-color: #222222;
    border-radius: 1em;
    margin-top: 1em;
    transition: all 0.3s ease;
}

.footer .icon-all {
    padding: 1em;
    display: flex;
    gap: 10px;
    cursor: pointer;
    align-items: center;
}

.footer .shop {
    width: 64%;
    max-width: 64%;
}

.footer .icon:hover {
    background-color: #2b2b2b;
}

.footer i {
    font-size: 2em;
    color: #d70000;
}

.footer .icon-content {
    display: flex;
    flex-direction: column;
}

.footer .brand {
    color: #f2f2f2;
}

.footer .find {
    color: #575757;
}

.footer .links {
    display: flex;
    padding: 0 4em;
    width: 100%;
    color: #f2f2f2;
}

.footer .links h2 {
    margin-bottom: 1em;
}

.footer .links .left,
.links .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer .links .left a,
.links .right a {
    transition: all 0.3s ease;
}

.footer .links .left a:hover,
.links .right a:hover {
    cursor: pointer;
    color: #d70000;
}

.footer .copy {
    color: white;
}

.login-form {
    position: absolute;
    z-index: 10000;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 70px;
    right: 0;

    display: none;
}

.login-form .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    position: relative;
    padding: 3em 2em;
    background-color: #1a1919;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.login-form h2 {
    color: #ffffff;
}

.login-form input,
.login-form button {
    border: 0;
    outline: none;
    background-color: #262626;
    padding: 15px;
    margin: 15px 0;
    color: var(--font);
    font-size: 18px;
    border-radius: 6px;
    color: #ffffff;
}

.login-form button {
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #f2f2f2;
    background-color: #a00000;
}

.login-form button:hover {
    background-color: #d70000;
}

.login-form i {
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 300ms ease;
}

.login-form i:hover {
    color: #d70000;
}

@media screen and (max-width: 1700px) {
    .footer .icon {
        width: 48%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1500px) {
    .footer .footer-content .left {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .footer .footer-content .right .left {
        align-items: start;
    }

    .footer .footer-content .left .logo {
        width: 300px;
    }

    .footer .footer-content .left .logo img {
        width: 300px;
    }

    .copy {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 1300px) {
    .footer .middle {
        width: 75%;
    }

    .right-footer {
        width: 25%;
    }

    .footer .footer-content .left-footer {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2em;
    }

    .footer-content {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 1100px) {
    .right-footer .links{
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .footer .middle {
        width: 100%;
        margin-bottom: 2em;
    }

    .right-footer {
        width: 100%;
    }
    .right-footer .links{
        flex-direction: row;
    }

    .footer i {
        font-size: 1.5em;
    }
    .find, .brand{
        font-size: 0.75em;
    }
    .footer .icon {
        width: 31%;
        max-width: 33%;
    }
    .footer .shop {
    width: 64%;
    max-width: 64%;
}
h2{
    font-size: 1em;
}
.right-footer a{
    font-size: 0.8em;
}
}
@media screen and (max-width: 700px) {
    .footer .icon {
        width: 48%;
        max-width: 50%;
    }
}
@media screen and (max-width: 450px) {
    .footer .icon {
        width:  fit-content;
        max-width:  fit-content;
    }
    .footer .icon i{
        font-size: 20px;
    }
    .footer .icon-content{
        display: none;
    }
    .footer .footer-content .left .logo {
        width: 200px;
    }

    .footer .footer-content .left .logo img {
        width: 200px;
    }
    
.footer .links {
    padding: 0 0;
}
.copy {
        font-size: 0.5em;
    }
}