.nav {
    justify-content: center;
}

.nav .links-container,
    .nav .hamburger {
        display: none;
    }

.main-500 {
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1.5rem;
    /* margin-top: 8vh; */
}

.main-500 h1 {
        color: #fff;
        font-family: Genos;
        font-size: 16rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.32rem;
    }

.main-500 .image-wrapper {
        position: relative;
        top: -10rem;
    }

.main-500 .image-wrapper img {
            width: 100%;
        }

.main-500 .image-wrapper .gradient-vertical {
            width: 100%;
            height: 16rem;
            position: absolute;
            top: 3rem;
            z-index: 4;
            background: linear-gradient(
                0deg,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0) 81%
            );
        }

.main-500 p {
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.5rem; /* 100% */
        max-width: 34rem;
        position: relative;
        top: -10rem;
        margin-bottom: 1.8rem;
    }

.main-500 p span {
            color: #fff;
            font-family: Inter;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5rem;
        }

.main-500 a {
        display: flex;
        padding: 0.625rem 1.125rem;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        gap: var(--spacing-md, 0.5rem);
        border-radius: 0.5rem;
        border-radius: var(--radius-md, 0.5rem);
        background: var(--mountain-dew);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        color: black;
        position: relative;
        top: -10rem;
    }

footer {
    display: none;
}

@media (max-width: 30rem) {
    main {
        margin-top: 4.4rem;
    }
        main h1 {
            color: #fff;
            font-family: Genos;
            font-size: 8rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.16rem;
        }

        main .image-wrapper {
            width: 12.625rem;
            height: 11.5rem;
            flex-shrink: 0;
            position: relative;
            top: -5rem;
        }

            main .image-wrapper .gradient-vertical {
                width: 100%;
                height: 16rem;
                position: absolute;
                top: -4rem;
                z-index: 4;
                background: linear-gradient(
                    0deg,
                    rgba(0, 0, 0, 1) 0%,
                    rgba(0, 0, 0, 0) 60%
                );
            }

        main p {
            color: #fff;
            text-align: center;
            font-family: Inter;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            top: -4rem;
            margin-bottom: 2.5rem;
        }

            main p span {
                color: #fff;
                font-family: Inter;
                font-size: 1rem;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

        main a {
            top: -5rem;
        }
}
