/* Media Quary */

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

    .list-bar i {
        display: block;
    }
}

/* max-widht-700px */
@media screen and (max-width:700px) {
    .nav-contact a {
        display: none;
    }

    .footer-container {
        align-items: start;
        flex-direction: column;
    }
}
/* max-widht-900px */
@media screen and (max-width:900px) {
    .nav a {
        display: none;
    }

    .list-bar {
        display: block;
    }

    .list-bar i {
        display: block;
    }
}
/* max-widht-700px */
@media screen and (max-width:800px) {
    .img-content {
    width: 100%;
    text-align:start;
}

}

/* max-widht-700px */
@media screen and (max-width:700px) {
    .nav-contact {
        display: none;
    }

    .footer-container {
        align-items: start;
        flex-direction: column;
    }

}

/* max-widht-700px */
@media screen and (max-width:600px) {
    .footer-service {
        margin-top: 5%;
    }

    .footer-nav {
        margin-top: 5%;
    }

    .footer-email {
        margin-top: 5%;
    }

}