.mobile-btns {
    display: none;
    align-items: center;
}

.profilebtn {
    display: flex;
    width: 10vw !important;
    height: 100% !important;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.profilebtn svg {
    width: 7vw;
    height: 75%;
}

.profilebtn img {
    width: 7vw;
    height: 75%;
}

.menu-btn svg {
    width: 10vw;
    height: 75%;
}

@media (max-width: 450px) {
    .body {
        line-height: 1;
    }

    .scrollable-content::-webkit-scrollbar {
        width: 0;
    }

    .footer-container {
        padding: 0 3.5vw !important;
    }

    .footer-grid {
        margin-bottom: 5vh;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .footer-brand {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .footer-brand {
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .footer-description {
        text-align: center;
    }

    .f-d-2 {
        text-align: left;
    }

    .menu-f {
        grid-row-start: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-f {
        grid-row-start: 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .update-f {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        grid-row-start: 4;
        height: fit-content;
        margin-top: 5vh;
    }

    .update-f h4 {
        width: fit-content;
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media (max-width: 850px) and (min-width: 451px) {
    .notification {
        top: 7rem !important;
        font-size: 1.25rem !important;
        width: fit-content !important;
        max-width: fit-content !important;
    }

    .body {
        line-height: 2vh;
    }

    .scrollable-content::-webkit-scrollbar {
        width: 0;
    }

    .footer-container {
        padding: 0 3.5vw !important;
    }

    .footer-grid {
        margin-bottom: 5vh;
        grid-template-columns: 1.5fr repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .footer-brand {
        grid-area: 1 / 1 / 2 / 2;
    }

    .footer-brand {
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .footer-description {
        text-align: center;
    }

    .f-d-2 {
        text-align: left;
    }

    .menu-f {
        grid-area: 1 / 2 / 2 / 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-column h4 {
        font-size: 4vw;
    }

    .footer-column a {
        font-size: 2.5vw;
    }

    .footer-links li {
        margin-bottom: 2.5vh;
    }

    .section-f {
        grid-area: 1 / 3 / 2 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .update-f {
        grid-area: 2 / 1 / 3 / 4;
        height: fit-content;
        margin-top: 5vh;
    }

    .update-f h4 {
        width: fit-content;
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media (hover: hover) {
    .social-link:hover {
        background: var(--accent-color);
        color: var(--primary-color);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(147, 177, 166, 0.3);
    }

    .footer-links a:hover {
        color: var(--accent-color);
        padding-left: 5px;
    }

    .newsletter-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 1em 0.45em rgba(0, 0, 0, 0.1);
        background: radial-gradient(circle at bottom, #151515 15%, var(--secondary-color) 70%);
        outline: 0;
    }

    .footer-legal a:hover {
        color: var(--accent-color);
    }
}

@media (max-width: 1024px) and (min-width: 851px) and (orientation: portrait) {
    .notification {
        top: 9rem !important;
        font-size: 1.65rem !important;
        width: fit-content !important;
        max-width: fit-content !important;
    }

    .body {
        line-height: 2vh;
    }

    .scrollable-content::-webkit-scrollbar {
        width: 0;
    }

    .footer-container {
        padding: 0 3.5vw !important;
    }

    .footer-grid {
        margin-bottom: 5vh;
        grid-template-columns: 1.5fr repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .footer-brand {
        grid-area: 1 / 1 / 2 / 2;
    }

    .footer-brand {
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .footer-description {
        text-align: center;
        font-size: 2.5vw;
    }

    .f-d-2 {
        text-align: left;
    }

    .menu-f {
        grid-area: 1 / 2 / 2 / 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-column h4 {
        font-size: 4vw;
    }

    .footer-column a {
        font-size: 2.5vw;
    }

    .footer-links li {
        margin-bottom: 2.5vh;
    }

    .section-f {
        grid-area: 1 / 3 / 2 / 4;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo {
        font-size: 6vw;
    }

    .update-f {
        grid-area: 2 / 1 / 3 / 4;
        height: fit-content;
        margin-top: 5vh;
    }

    .update-f h4 {
        width: fit-content;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .social-link {
        width: 7vw;
        height: 7vw;
    }

    .social-link svg {
        width: 50%;
        height: 50%;
    }

    .newsletter-input {
        height: 5vh;
        font-size: 2.5vw;
    }

    .newsletter-btn {
        height: 5vh;
        font-size: 2.5vw;
    }
}