@media (max-width: 999px) {
    header {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        transform: none;
        background: transparent;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        margin-bottom: 6rem;

        &.header-hidden {
            transform: translateY(-200%);
        }

        nav {
            display: none;
        }

        .logo-left {
            display: flex;
            position: fixed;
            top: 2.5rem;
            left: 1.5rem;
            z-index: 10000;
        }

        .btn-right {
            display: flex;
            position: fixed;
            top: 2.5rem;
            right: 5rem;
            z-index: 10000;
            padding: 0;
            background: transparent;
            border: none;
            box-shadow: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;

            a {
                font-size: 0;
            }

            img {
                width: 32px;
            }
        }

        .open-mobile,
        .close-mobile {
            display: block;
            position: fixed;
            top: 2.5rem;
            right: 1.5rem;
            cursor: pointer;
            z-index: 10000;
            transition: all 0.4s ease-in-out;

            img {
                width: 32px;
            }
        }

        .mobile-nav {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            background-color: black;
            z-index: 9999;
            transform: translateX(100%);
            transition: transform 0.4s ease-in-out;

            a {
                color: white;
                text-decoration: none;
                font-weight: 300;
                text-transform: uppercase;
            }

            &.active {
                transform: translateX(0);
            }
        }

        .open-mobile {
            opacity: 1;
            transform: rotate(0deg) scale(1);
        }

        .close-mobile {
            opacity: 0;
            transform: rotate(-90deg) scale(0);
            pointer-events: none;
        }

        .mobile-nav.active~.open-mobile {
            opacity: 0;
            transform: rotate(90deg) scale(0);
            pointer-events: none;
        }

        .mobile-nav.active~.close-mobile {
            opacity: 1;
            transform: rotate(0deg) scale(1);
            pointer-events: auto;
        }
    }

    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 2rem;
        text-align: center;
        gap: 2rem;

        .hero-title {
            font-size: 12vw !important;
            line-height: 1.1;

            img {
                display: none;
            }
        }

        .hero-subtitle {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            gap: 2rem;
        }

        p {
            width: 100%;
            text-align: center;
            margin: 0;
            font-size: .8rem;
            line-height: 1.6;
        }

        a {
            margin: 0;
            font-size: 3vw;
        }
    }

    .gradient-container {
        span {
            display: none;
        }
    }

    .about-container {
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        text-align: center;

        span {
            font-size: 1rem;
            opacity: .8;

            &::before {
                width: 3vw;
                height: 3vw;
            }
        }

        h2 {
            font-size: 9vw;
            line-height: 1.2;
            text-align: center;
        }

        .about-text-row {
            flex-direction: column;
            align-items: center;
            gap: 2rem;

            p {
                max-width: 100%;
                font-size: .8rem;
                text-align: center;
            }

            a {
                font-size: 1rem;
                justify-content: center;
            }
        }

        .about-cards {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 1.5rem;

            .little-card,
            .big-card {
                width: 100%;
                min-height: auto;
                padding: 2rem;
                margin-top: 4vw;
                align-items: center !important;
                text-align: center !important;
                justify-content: center;

                h3 {
                    font-size: 1.5rem;
                }

                p {
                    font-size: 1rem;
                    max-width: 100%;
                    max-height: 50%;
                }

                .display-adjust {
                    display: none;
                }
            }
        }
    }

    .services-container {
        align-items: center;
        text-align: center;
        padding: 2rem;

        span {
            font-size: 1rem;
            opacity: .8;

            &::before {
                width: 3vw;
                height: 3vw;
            }
        }

        h2 {
            font-size: 8vw;
            line-height: 1.2;
            text-align: center;
        }

        .services-text-row {
            flex-direction: column;
            align-items: center;
            gap: 2rem;

            p {
                max-width: 100%;
                font-size: 3vw;
                text-align: center;
                margin-top: 1rem;
            }

            a {
                font-size: 1rem;
                justify-content: center;
            }
        }

        .container-cards-services {
            display: flex;
            flex-direction: column;
            text-align: start;
            gap: 4rem;
            width: 100%;
            margin-top: 2rem;


            .card-services-one,
            .card-services-mini,
            .card-services-two {
                grid-column: unset;
                grid-row: unset;
                width: 100%;
                max-height: none;
                height: auto;
                padding: 1rem;

                .mini-icons {
                    width: 6vw;
                }

                p {
                    white-space: normal;
                }
            }

            h3 {
                font-size: 4vw;
                gap: 10px;
            }

            img {
                width: 100%;
            }

            p {
                font-size: 1rem;
                max-width: 100%;
                margin-bottom: 1rem;
            }
        }
    }

    .container-projects {
        flex-direction: column;
        padding: 2rem 2rem;
        gap: 3rem;
        position: relative;

        span {
            font-size: 1rem;
            opacity: .8;

            &::before {
                width: 3vw;
                height: 3vw;
            }
        }

        .projects-text-col {
            width: 100%;
            align-items: center;
            text-align: center;
            position: relative;

            h2 {
                font-size: 10vw;
                text-align: center;
            }

            p {
                font-size: 1rem;
                max-width: 100%;
                text-align: center;
                margin-bottom: 3rem;
            }

            a {
                font-size: 1rem;
                width: 100%;
                justify-content: center;
            }

            .mini-cards-container-projects {
                justify-content: center;
                text-align: center;
                margin-top: 3rem;
                gap: 20px;

                .mini-card {
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                    padding: 1rem;

                    h3 {
                        font-size: 1.5rem;
                        margin: 0;
                    }

                    p {
                        font-size: 0.9rem;
                        margin: 0;
                    }
                }
            }
        }

        .projects-cards-container {
            width: 100%;
            gap: 1.5rem;

            img {
                width: 3vw;
                height: auto;
            }

            .projects-card {
                height: 60vw;

                .project-tags span {
                    font-size: 0.8rem;
                }
            }
        }
    }

    .container-contact-wrapper {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;


        .contact-flex-container {
            flex-direction: column;
            align-items: center;

            span {
                font-size: 1rem;
                opacity: .8;

                &::before {
                    width: 3vw;
                    height: 3vw;
                }
            }
        }

        .container-contact {
            width: 100%;
            align-items: center;
            text-align: center;

            .scroll-gh {
                display: none;
            }

            h3 {
                font-size: 8vw;
                text-align: center;
            }

            p {
                font-size: .8rem;
                text-align: center;
                width: 100%;
            }

            .form-container {
                width: 100%;

                form {
                    width: 100%;
                }

                button {
                    margin: 3rem 0;
                    font-size: 3vw;
                }
            }
        }
    }

    footer {
        padding: 2rem;

        .container-footer {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 3rem;

            .footer-socials-aligment {
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }

            nav ul {
                flex-direction: column;
                gap: 1.5rem;
                padding: 0;

                li a {
                    font-size: 1.2rem;
                }
            }

            .footer-bottom {
                flex-direction: column;
                gap: 1rem;

                span,
                a {
                    font-size: 0.9rem;
                    text-align: center;
                }

                .footer-container-end {
                    justify-content: center;
                }
            }
        }
    }
}