@media screen and (max-width: 1400px) {
    .landing .gui {
        max-width: 1000px;
    }

    .superapp {
        max-width: 1000px;
    }

    .experience {
        max-width: 1000px;
    }

    .top {
        max-width: 1000px;
    }

    .center {
        max-width: 1000px;
    }

    .bottom {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .header nav {
        display: none;
    }

        .experience p {
            max-width: 80%;
        }

    .header {
        padding: 0;
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .landing {
        background-size: cover;
    }

    .landing h1 {
        font-size: 42px;
        text-align: center;
    }

    .landing p {
        max-width: 90%;
        font-size: 16px;
    }

    .landing .gui {
        max-width: 90%;
    }

    .superapp {
        margin-top: 100px;
    }

    .superapp h2 {
        font-size: 42px;
        text-align: center;
        max-width: 90%;
    }

    .superapp h3 {
        max-width: 90%;
        text-align: start;
        font-size: 16px;
    }

    .features-grid {
        max-width: 90%;
        margin: 0 auto;
    }

    .first {
        grid-template-columns: 1fr;
    }

    .second {
        grid-template-columns: 1fr;
    }

    .third {
        grid-template-columns: 1fr;
    }

    .fourth {
        grid-template-columns: 1fr;
    }

    .fifths {
        grid-template-columns: 1fr;
    }

    .features {
        flex-direction: column;
        gap: 20px;
    }

    .features div {
        display: none;
    }

    .titler h2 {
        font-size: 42px;
    }

    .titler p {
        font-size: 16px;
    }

    .experience h2 {
        font-size: 42px;
    }

    .grid_items {
        gap: 10px;
        width: 90%;
        grid-template-columns: 1fr;
    }

    .top {
        max-width: 90%;
        flex-direction: column;
        gap: 30px;
    }

    .center {
        max-width: 90%;
    }

    .center {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bottom {
        flex-direction: column;
        max-width: 90%;
    }

    window {
        width: 100%;
        justify-content: center;
        height: 100%;
        border-radius: 0;
    }
}