@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

h2 {
    font-size: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

p {
    font-size: 0.8em;
    line-height: 1.8em;
}

header {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

main {
    position: absolute;
    top: 100%;
}

.ellipse {
    clip-path: ellipse(120% 100% at 50% 0%);
}

.nav-item a .icon {
    font-size: 1.2em;
}

#banner {
    width: 100%;
    height: 95%;
    background-image: url("../img/jurere_on_01.jpeg");
    background-position: top;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

.skin {
    width: 100%;
    height: 95%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
}

#story {
    padding: 60px 0;
}

.our-story {
    position: relative;
    top: -300px;
    width: 100%;
    height: 650px;
    margin-bottom: -300px;
    background-image: url("../img/jurere_on_02.jpeg");
    background-position: 70%;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
}

.our-story-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

#projects {
    position: relative;
    padding: 60px 0;
    background-color: white;
    z-index: 10;
}

.latest-projects {
    margin: 40px 0 40px 60px;
}

.project {
    width: 280px;
    height: 380px;
    background-position: top;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

#service {
    margin-top: -60px;
    background-color: #f0f0f0;
}

.service-image {
    width: 100%;
    height: 660px;
    background-position: top;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/trabalhador_01.jpg");
    transform: scaleX(-1);
}

.service-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 60px 60px 0 60px;
}

#information {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
}

.label {
    margin-top: 20px;
}

#contact .container-fluid .row div h2 {
    text-align: center
}

.contact-image {
    height: 100%;
    background-position: top;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/coffee_shop.jpg");
    mask-image: url("../img/contato-image.svg");
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: top;
    -webkit-mask-image: url("../img/contato-image.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

#partners {
    padding: 60px 0;
}

.partner {
    height: 150px;
}

.slick-partners .slick-list {
    height: 150px;
    margin: 60px 0;
}

.slick-partners-items img {
    height: 150px;
    padding: 0 30px;
}

@media (max-width: 420px) {

    .nav-desktop {
        display: none;
    }

    .ellipse {
        clip-path: ellipse(200% 100% at 50% 0%);
    }

    .our-story-text h2 {
        text-align: center;
    }

    #projects {
        max-width: 100vw;
    }

    .project {
        width: auto;
    }

    .slick-latest-projects-container {
        display: flex;
        justify-content: center;
    }

    .service-text {
        padding: 120px 0 60px 0px;
    }
    
    .service-text h2 {
        text-align: center;
    }

    .latest-projects {
        margin: 40px;
    }

    #information .container-fluid .row div {
        padding-bottom: 10px;
        font-size: 0.8em;
    }

    #information .container-fluid .row div .label {
        margin-top: 0;
    }

    .slick-partners-container {
        display: flex;
        justify-content: center;
    }

    .slick-slider {
        width: 300px;
    }

}

@media (min-width: 420px) and (max-width: 576px) {

    .nav-desktop {
        display: none;
    }

    .ellipse {
        clip-path: ellipse(200% 100% at 50% 0%);
    }

    .our-story-text h2 {
        text-align: center;
    }

    #projects {
        max-width: 100vw;
    }

    .project {
        width: auto;
    }

    .slick-latest-projects-container {
        display: flex;
        justify-content: center;
    }

    .service-text {
        padding: 120px 0 60px 0px;
    }
    
    .service-text h2 {
        text-align: center;
    }

    .latest-projects {
        margin: 60px;
    }

    #information .container-fluid .row div {
        padding-bottom: 10px;
        font-size: 1em;
    }

    #information .container-fluid .row div .label {
        margin-top: 0;
    }

    .slick-partners-container {
        display: flex;
        justify-content: center;
    }

    .slick-slider {
        width: 300px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .nav-desktop {
        display: none;
    }

    #story {
        padding: 60px 0 0 0;
    }

    .our-story-text h2 {
        text-align: center;
    }
    
    .project {
        width: 220px;
        height: 300px;
    }

    .latest-projects {
        margin: 40px 0 40px 20px;
    }

    .service-text {
        padding: 120px 0 60px 0;
    }

    .service-text h2 {
        text-align: center;
    }

    .slick-partners-items {
        display: flex !important;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .our-story {
        top: -200px;
        height: 750px;
        margin-bottom: -200px;
    }

    .our-story-text h2 {
        text-align: center;
    }

    .project {
        width: 90%;
        height: 280px;
    }

    .latest-projects {
        margin: 40px 0 40px 20px;
    }

    .service-text {
        padding: 120px 0 60px 0;
    }

    .service-text h2 {
        text-align: center;
    }

    .slick-partners-items {
        display: flex !important;
        justify-content: center;
    }

    .slick-project-items:hover .title-container {
        width: 280px;
        height: 100%;
        position: absolute;
        bottom: 5px;
        background-color: rgba(0,0,0,0.35);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .our-story {
        height: 750px;
    }

    .latest-projects {
        margin: 40px 0 40px 20px;
    }

    #service > .container-fluid,
    #service > .container-fluid > .row,
    #service > .container-fluid > .row > div {
        margin: 0 -15px;
    }

    .slick-partners-items {
        display: flex !important;
        justify-content: center;
    }

    .slick-project-items:hover .title-container {
        width: 280px;
        height: 100%;
        position: absolute;
        bottom: 5px;
        background-color: rgba(0,0,0,0.35);
        cursor: pointer;
    }

    .slick-project-items .title-container .title {
        
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {

    .our-story {
        height: 750px;
    }

    .latest-projects {
        margin: 40px 0 40px 60px;
    }

    #service > .container-fluid,
    #service > .container-fluid > .row,
    #service > .container-fluid > .row > div {
        margin: 0 -15px;
    }

    .slick-partners-items {
        display: flex !important;
        justify-content: center;
    }

    .slick-project-items:hover .title-container {
        width: 280px;
        height: 100%;
        position: absolute;
        bottom: 5px;
        background-color: rgba(0,0,0,0.35);
    }
}

@media (min-width: 1440px) {

    #service > .container-fluid,
    #service > .container-fluid > .row,
    #service > .container-fluid > .row > div {
        margin: 0 -15px;
    }

    .contact-image {
        mask-size: 80%;
        -webkit-mask-size: 80%;
    }
    
    .slick-partners-items {
        display: flex !important;
        justify-content: center;
    }

    .slick-project-items:hover .title-container {
        width: 280px;
        height: 100%;
        position: absolute;
        bottom: 5px;
        background-color: rgba(0,0,0,0.35);
    }
}