@import "/public/css/global.css";
@import "/public/node_modules/swiper/swiper-bundle.min.css";
@import "/public/node_modules/sweetalert2/dist/sweetalert2.min.css";
@import "/public/components/whatsapp-chat-button/WhatsAppChatButton.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/marketing/Marketing.css";
@import "/public/components/clients/Clients.css";
@import "/public/components/service-modal/ServiceModal.css";
@import "/public/components/services/Services.css";
@import "/public/components/featured-projects/FeaturedProjects.css";
@import "/public/components/project-categories/ProjectCategories.css";
@import "/public/components/featured-project-modal/FeaturedProjectModal.css";
@import "/public/components/project-category-modal/ProjectCategoryModal.css";
@import "/public/components/team/Team.css";
@import "/public/components/team-modal/TeamModal.css";

body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

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

#site-header {
    /*component*/
}

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

#site-main > section {
    position: relative;
    padding: 5rem 1.5rem;
}

#site-main > section > .section-center {
    width: 100%;
    max-width: var(--center-width);
    margin: auto;
}

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

#banner {
    padding: 0 !important;
    background: #ffffff no-repeat no-repeat top center fixed;
    background-size: cover;
    position: relative;
}

#banner .content {
    padding: 2rem;
    background: no-repeat no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 0;
}

#banner .content.slide-1 {
    background-image: url("/public/images/slider/01.jpg");
}

#banner .content.slide-2 {
    background-image: url("/public/images/slider/02.jpg");
}

#banner .content.slide-3 {
    justify-content: center;
    background-image: url("/public/images/slider/03.jpg");
}

#banner .content.slide-4 {
    justify-content: left;
    background-image: url("/public/images/slider/04.jpg");
}

#banner .content .title {
    font-weight: 800;
    font-size: 5rem;
    line-height: 100%;
    color: #707070;
    margin-bottom: 2rem;
}

#banner .content .description {
    font-weight: 400;
    font-size: 1.5rem;
    color: #707070;
}

#banner .content .description span {
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 500px) {
    #banner .content .title {
        font-size: 2rem;
    }

    #banner .content.slide-1 {
        background-image: url("/public/images/slider/mobile/01.jpg");
    }

    #banner .content.slide-2 {
        background-image: url("/public/images/slider/mobile/02.jpg");
    }

    #banner .content.slide-3 {
        background-image: url("/public/images/slider/mobile/03.jpg");
    }

    #banner .content.slide-4 {
        background-image: url("/public/images/slider/mobile/04.jpg");
    }
}

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

#about-us h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #E74E2C;
    font-weight: 800;
}

#about-us .about-us-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #254255;
}

#about-us .about-us-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #707070;
    line-height: 1.5rem;
}

#about-us .box {
    padding: 1rem;
    background-color: #7070701A;
    height: 100%;
}

#about-us .box img {
    width: 100%;
    max-width: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

#about-us .box .box-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #E74E2C;
    margin-bottom: 1rem;
}

#about-us .box .box-description {
    color: #707070;
    font-family: 'Open Sans', sans-serif;
}

#about-us h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: #707070;
}

#about-us .second-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #707070;
    line-height: 1.5rem;
}

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

#services {
    background-color: #254255;
}

#services h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 800;
}

#services .description {
    font-weight: 400;
    color: white;
}

#services .description span {
    font-weight: 600;
    text-transform: uppercase;
}

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

#marketing {
    background-color: #707070;
}

#marketing h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 800;
}

#marketing span {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 100%;
    font-size: 2rem;
}

#marketing .description {
    font-weight: 400;
    color: white;
}

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

#portfolio {
    background-color: #254255;
}

#portfolio h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 800;
}

#portfolio .description {
    font-weight: 400;
    color: white;
}

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

#team h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #254255;
    font-weight: 800;
}

#team .description {
    font-weight: 400;
    color: #707070;
}

#team .description span {
    font-weight: 600;
    text-transform: uppercase;
}

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

#clients {
    background-color: #E74E2C;
}

#clients h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 800;
}

#clients .description {
    font-weight: 400;
    color: #FFFFFF;
}

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

#contact h2 {
    line-height: 100%;
    font-size: 5rem;
    color: #707070;
    font-weight: 800;
}

#contact .google-maps {
    width: 100%;
    height: 150px;
}

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

#site-footer {
    /*component*/
}