@import "/public/node_modules/bootstrap/dist/css/bootstrap.min.css";
@import "/public/node_modules/sweetalert2/dist/sweetalert2.min.css";
@import "/public/node_modules/swiper/swiper-bundle.min.css";
@import "/public/css/global.css";

@import "/public/components/whatsapp-chat-button/WhatsAppChatButton.css";
@import "/public/components/swiper-clients/SwiperClients.css";
@import "/public/components/swiper-history/SwiperHistory.css";
@import "/public/components/service-modal/ServiceModal.css";
@import "/public/components/contact-form/ContactForm.css";
@import "/public/components/site-header/SiteHeader.css";
@import "/public/components/site-footer/SiteFooter.css";
@import "/public/components/categories/Categories.css";
@import "/public/components/home-modal/HomeModal.css";
@import "/public/components/services/Services.css";

* {
    box-sizing: border-box;
}

html, body {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

/*************/

#site-main > section {
    padding: 8rem 1.5rem;
}

#site-main > section .section-center {
    margin: auto;
    width: 100%;
    max-width: 1300px;
}

#site-main > section h2 {
    font-size: 3rem;
    font-weight: 600;
}

/*************/

#banner {
    position: relative;
    min-height: 100vh;
    background-color: #3b5224;
}

#banner .section-center {
    padding-top: 5rem;
    position: relative;
    z-index: 1;
}

#banner .logo {
    width: 100%;
    max-width: 500px;
}

#banner .text-box {
    margin: auto;
    width: 100%;
    max-width: max-content;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    background-color: black;
    color: white;
    font-family: 'Poppins-Italic', sans-serif;
    font-weight: 200;
}

#banner .nav {

}

#banner .nav ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .nav ul li {
    border-right: 2px solid white;
}

#banner .nav ul li:last-child {
    border-right: none;
}

#banner .nav ul a {
    font-weight: 500;
    text-decoration: none;
    color: white;
    padding: 1rem 2rem;
}

#banner video {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*************/

#about-us .text {
    width: 100%;
    text-align: center;
    max-width: 1000px;
    margin: auto auto 5rem auto;
    font-size: 1.3rem;
}

/** Categories Component **/

/*************/

#diatomeas {
    padding: 15rem 1.5rem !important;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#diatomeas .section-center {
    z-index: 2;
    position: relative;
    color: white;
}

#diatomeas h2 {
    margin-bottom: 1.6rem;
}

#diatomeas video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
}

/*************/

#uses-and-benefits h2 {
    color: black;
    margin-bottom: 3rem;
}

#uses-and-benefits h3 {
    font-size: 1.9rem;
    color: #7B9F3F;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

#uses-and-benefits .text {
    padding-left: 1rem;
    border-left: 1px solid #707070;
    height: 100%;
}

/*************/

#services {
    color: white;
    background-color: #000000;
}

#services h2 {
    margin-bottom: 0;
}

#services .subtitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #60863B;
}

#services .service-button {
    width: 100%;
    height: 200px;
    padding: .5rem;
    border: none;
    background: #60863B no-repeat no-repeat center center;
    background-size: 70%;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
}

#services .service-button:hover,
#services .service-button:focus {
    background-color: #E27211;
}

/** Services Component **/

#services .step-box {
    display: flex;
    justify-content: start;
    height: 100%;
    border-left: 1px solid #60863B;
}

#services .step-box .subtitle {
    color: #60863B;
    font-size: 2rem;
    padding: 0 1.5rem;
}

#services .text-box {
    padding: 1.5rem 2rem;
    background-color: #60863B;
    color: white;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/*************/

#why-us {
    background-color: #60863B;
}

#why-us h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 3rem;
}

#why-us img {
    width: 100%;
    max-width: 150px;
}

#why-us .text-box {
    padding: 1rem;
    background: url("/public/media/images/leaf.png") no-repeat no-repeat center center;
    background-size: contain;
    min-height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*************/

#clients h2 {
    color: black;
    margin-bottom: 5rem;
}

/*************/

#history {
    background-color: #000000;
}

#history h2 {
    color: white;
    margin-bottom: 4rem;
}

/*************/

#contact p {
    font-size: 1.8rem;
    font-weight: bold;
}

#contact .google-map iframe {
    width: 100%;
    height: 400px;
}

/** ContactForm Component **/

/*************/

@media (max-width: 990px) {
    #uses-and-benefits h3 {
        writing-mode: unset;
        transform: unset;
    }
}

@media (max-width: 900px) {
    #banner .nav {
        display: none;
    }

    #diatomeas {
        padding: 5rem 1.5rem 30rem !important;
    }

    #diatomeas video {
        object-fit: contain;
        object-position: bottom center;
    }
}