@charset "UTF-8";

/* NAVBAR */
#navbar {
    height: 180px;
}

#navbar-container {
    flex-direction: column;
    padding: 20px 0;
}

#navbar-items {
    flex-direction: column;
    text-align: center;
    width: 100%;
}

#navbar-container li:nth-child(2) {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

/* SHOWCASE */
#showcase-container {
    padding: 40px;
}

/* CLIENTS */

.client {
    width: 50%;
}

/* FEATURES */
#features-container {
    grid-template-columns: 1fr;
}

#features-container .feature:nth-child(2) {
    margin: 15px 0;
}

/* PRODUCT */
#product-container {
    flex-direction: column;
}

#items {
    width: 90%;
    text-align: center;
}

.item {
    flex-direction: column;
    align-items: center;
}

/* TESTIMONAILS */
.testimonial {
    flex-direction: column;
    text-align: center;
}

.testimonial .testimonial-image {
    height: 300px;
    margin: 15px 50px;
}

/* GALLERY */
#gallery-container {
    grid-template-columns: 1fr;
}

.gallery-image {
    width: 100%;
}