* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: body;
    transition: all 0.3s ease;
}

html {
    background-color: #121212;
    overflow-x: hidden;
    color: #fff;
}

.body header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100dvw;
    height: 8dvh;
    padding: 0 1vw;
    background-color: #000;
}

.body header button {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 1.5rem;
}

.body header img {
    height: 70%;
}

.body header a {
    place-content: center;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    height: 60%;
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 0 1dvw;
}

.body header a:hover {
    background-color: rgb(200, 200, 200);
}

.body nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 45vw;
    height: 100dvh;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -110%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1rem);
    box-shadow: 0 0.5rem 0.5rem #000;
    transition: all 0.5s ease;
}

.body nav img {
    width: 80%;
    margin: 1rem auto;
}

.body nav a {
    display: flex;
    align-items: center;
    padding: 1vh;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-transform: capitalize;
    height: 8dvh;
    border-top: 0.1rem solid #a3a3a3;
}

.body nav a:hover {
    background-color: rgba(255, 255, 255, 0.302);
}

.body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    align-self: center;
    max-width: 2000px;
    padding: 0 0vw 7rem 0vw;
    align-self: center;
}






























footer {
    box-shadow: 0 -0.2rem 1.2rem rgba(0, 0, 0, 0.7);
    color: #ffffff;
    background: #000000;
    position: relative;
    width: 100%;
    min-height: 6rem;
    padding-bottom: 1rem;
}

footer .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 1rem 0 1rem;
}

footer .help-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

footer .help-links a {
    font-size: 0.9rem;
    color: #858585;
    text-decoration: none;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

footer .help-links a:hover {
    color: #ff00ef;
}

footer .social_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.6rem 0;
}

footer .social_icon li {
    list-style: none;
    align-items: center;
}

footer .social_icon li a {
    margin: 0 0.6rem;
    display: inline-block;
    background-clip: content-box;
    font-size: 2.7rem;
    color: #858585;
    transition: color 0.3s ease;
}

footer .social_icon li a:hover {
    color: #ff00ee;
}

footer .copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    margin-top: 1.8rem;
}

footer .copyright p,
footer .copyright .footer_logo {
    width: 80%;
}

footer .copyright .footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyright .footer_logo a {
    color: #ffffff;
    position: relative;
}

footer .copyright svg {
    width: 3.3rem;
    fill: #858585;
    transition: fill 0.3s ease;
}

footer .copyright svg:hover {
    fill: #ff00ef;
}

footer .copyright p {
    color: #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0.6rem 0;
}

footer .copyright p:nth-child(3) {
    color: #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0.6rem 0;
}


/* ===== TV Screens (min-width: 1400px) ===== */
@media screen and (min-width: 1400px) {

    footer .help-links {
        flex-direction: row;
    }

    footer .copyright p,
    footer .copyright .footer_logo {
        width: 30%;
    }


    footer .social_icon li a {
        align-items: center;
        justify-content: center;
        font-size: 2.6rem;
    }


    footer .copyright {
        justify-content: space-around;
        flex-direction: row;
    }

    footer .copyright .footer_logo {
        align-items: start;
        justify-content: start;
    }

    footer .copyright p {
        font-size: 1.2rem;
    }

    footer .copyright svg {
        width: 3.2rem;
        fill: #858585;
        transition: fill 0.3s ease;
    }

    footer .copyright p:nth-child(3) {
        text-align: end;
    }
}

/* ===== Large Desktop (1200px - 1399px) ===== */
@media screen and (max-width: 1399px) and (min-width: 1200px) {

    footer .help-links {
        flex-direction: row;
    }

    footer .copyright p,
    footer .copyright .footer_logo {
        width: 30%;
    }


    footer .social_icon li a {
        align-items: center;
        justify-content: center;
        font-size: 2.6rem;
    }


    footer .copyright {
        justify-content: space-around;
        flex-direction: row;
    }

    footer .copyright .footer_logo {
        align-items: start;
        justify-content: start;
    }

    footer .copyright p {
        font-size: 1.2rem;
    }

    footer .copyright svg {
        width: 3.2rem;
        fill: #858585;
        transition: fill 0.3s ease;
    }

    footer .copyright p:nth-child(3) {
        text-align: end;
    }
}

/* ===== Desktop (992px - 1199px) ===== */
@media screen and (max-width: 1199px) and (min-width: 992px) {

    footer .help-links {
        flex-direction: row;
    }

    footer .copyright p,
    footer .copyright .footer_logo {
        width: 30%;
    }


    footer .social_icon li a {
        align-items: center;
        justify-content: center;
        font-size: 2.4rem;
    }


    footer .copyright {
        justify-content: space-around;
        flex-direction: row;
    }

    footer .copyright .footer_logo {
        align-items: start;
        justify-content: start;
    }

    footer .copyright p {
        font-size: 1.1rem;
    }

    footer .copyright svg {
        width: 3.0rem;
        fill: #858585;
        transition: fill 0.3s ease;
    }

    footer .copyright p:nth-child(3) {
        text-align: end;
    }
}

/* ===== Laptop (768px - 991px) ===== */
@media screen and (max-width: 991px) and (min-width: 768px) {


    footer .help-links {
        flex-direction: row;
    }

    footer .copyright p,
    footer .copyright .footer_logo {
        width: 30%;
    }


    footer .social_icon li a {
        align-items: center;
        justify-content: center;
        font-size: 2.4rem;
    }


    footer .copyright {
        justify-content: space-around;
        flex-direction: row;
    }

    footer .copyright .footer_logo {
        align-items: start;
        justify-content: start;
    }

    footer .copyright p {
        font-size: 0.9rem;
    }

    footer .copyright svg {
        width: 3.0rem;
        fill: #858585;
        transition: fill 0.3s ease;
    }

    footer .copyright p:nth-child(3) {
        text-align: end;
    }
}

/* ===== Tablet (576px - 767px) ===== */
@media screen and (max-width: 767px) and (min-width: 576px) {

    footer .help-links {
        flex-wrap: wrap;
        width: 50%;
        flex-direction: row;
    }



    footer .social_icon li a {
        font-size: 2.0rem;
    }


    footer .copyright {
        justify-content: space-around;
        flex-direction: row;
    }

    footer .copyright p,
    footer .copyright .footer_logo {
        width: 25%;
    }

    footer .copyright .footer_logo {
        justify-content: start;
    }

    footer .copyright svg {
        width: 2.8rem;
    }

    footer .copyright p {
        font-size: 0.8rem;
    }

    footer .copyright p:nth-child(3) {
        text-align: end;
    }
}