@media only screen and (max-width: 1312px) {

    .work-section .row .column {
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {

    .introduction {
        padding: 5rem 2rem 0 2rem;
    }

    .introduction .text-intro {
        gap: 1rem;
    }

    .introduction .text-intro h1 {
        font-size: 8rem;
    }

    .introduction .text-intro p, .introduction .text-intro span {
        font-size: 3rem;
    }

    .presentation {
        padding: 0 2rem;
    }

    .presentation .summary {
        flex-direction: column;
    }

    .presentation .summary .about-me {
        gap: 2rem;
    }

    .presentation .big-text h2 {
        font-size: 2rem;
    }

    .presentation .summary .photo {
        display: flex;
        justify-content: center;

    }

    .presentation .summary .photo img {
        object-fit: contain;
    }

    .presentation .summary .photo::before {
        left: 20%;
    }

    .presentation .summary .photo::after {
        height: 15rem;
        width: 15rem;
        left: 20%;
        right: initial;
    }

    .work-section {
        padding: 0 2rem;
    }

    .work-section .work-presentation h2 {
        font-size: 6rem;
    }

    .work-section .section-work {
       flex-direction: column;
    }

    .work-section .row .column {
        width: 47%;
    }

    .work-section .section-work .mockup, .work-section .section-work .explain {
        width: 100%;
    }

    .container-contact {
        padding: 0 2rem;
    }

    .container-contact .contact-me {
        flex-direction: column;
    }

    .container-contact .contact-me h2 {
        font-size: 3rem;
        width: 100%;
    }

    .container-contact .contact-me .contact p {
        text-align: center;
    }
}

@media only screen and (max-width: 688px) {

    .navigation {
        padding: 1.5rem 2rem;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.7);
        gap: 2rem;
    }

    .navigation .burger {
        display: flex;
    }


    .navigation .section ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);

        flex-direction: column;
        justify-content: initial;
        align-items: center;
        gap: 4rem;

        padding: 2rem 0;
        display: none;
    }

    .navigation .section ul.is-menu-open {
        display: flex;
        transition: all 0.5s ;
    }

    .navigation .section ul li {
        width: auto;
    }

    .navigation .section ul li a {
        color: white;
    }

    .navigation .lang-switch button p {
        color: white;
    }

    .introduction {
        padding: 5rem 1rem 0 2rem;
    }

    .introduction .text-intro h1 {
        font-size: 3rem;
    }

    .slider-thumb::before, .slider-thumb::after {
        height: 200px;
        width: 200px;
    }

    .presentation {
        padding: 0px 1rem;
    }

    .presentation .summary .photo img {
        height: 20rem;
    }

    .presentation .summary .photo::after {
        height: 12rem;
        width: 12rem;
    }

    .presentation .summary .photo::before {
        height: 15rem;
        width: 15rem;
    }

    .presentation .summary .about-me .button {
        justify-content: center;
    }

    .work-section {
        padding: 0 1rem;
    }

    .work-section .work-presentation h2 {
        font-size: 3.5rem;
    }

    .work-section .work-presentation .slider2::before, .work-section .work-presentation .slider2::after {
        height: 200px;
        width: 200px;
    }

    .work-section .containerbtn {
        display: none;
    }

    .work-section .row .column {
        width: 100%;
    }

    .work-section .section-work .explain .container-logo {
        flex-wrap: wrap;
    }

    .work-section .section-work .explain .container-logo .logo {
        height: 3rem;
    }

    .container-contact .contact-me h2 {
        font-size: 2rem;
    }

    .container-contact .contact-me .contact img {
        height: 8rem;
    }

}