@import url('global.css');
@import url('https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');







.main {
    width: 80%;
    display: flex;
    flex-flow: column nowrap;
    borde: 3px solid #ff0000;
}




/* - - - - - - - - - - - -  HEADER  - - - - - - - - - - - - - */

h1 {
    font-size: 40px;
}


h2 {
    background: linear-gradient(90deg, #25252510 0%, #ffffff10 50%, #25252510 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 240px;
    text-transform: uppercase;
    font-size: 240px;
    text-transform: uppercase;
    position: relative;

}

h3 {
    font-size: 20px;
}




header {
    width: 100%;
    height: 130px;
    padding: 0px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    z-index: 1;

}

p.logo {
    font-family: "Kapakana", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

nav {
    display: flex;
    align-items: center;
    max-width: 634px;
    width: 50vw;
    justify-content: space-between;
    position: relative;
    left: 3vw;

}

a {
    text-decoration: none;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;

}

button {
    max-height: 49px;
    padding: 20px 15px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



button.off {
    background-color: transparent;
    color: #4472CA;
    border: 2px solid #4472CA;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


button.on {
    background-color: #4472CA;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.bars {
    display: none;
}

/* - - - - - - - - - - - -  HERO  - - - - - - - - - - - - - */

.hero {
    height: 100%;
 
}

.hero-image {
    width: 100%;
    height: 100vh;
}

.img-grid {
    width: 60vw;
    max-width: 961px;
    position: relative;
}


.img-arq {
    width: 62%;
    max-width: 789px;
    position: relative;
    transform: translate(0%, -95%);


}


.hero-text {
    max-width: 525px;
    text-align: right;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -20%);

}


.img-seta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(850%, 100%);

}


.bool-luz {
    width: 100px;
    height: 100px;
    border-radius: 500px;
    background-color: #ffffff20;
    position: absolute;
    transform: translate(600%, 700%);
    box-shadow: #ffffff20 0px 0px 200px 200px;
}

/* - - - - - - - - - - - -  PROJECTS  - - - - - - - - - - - - - */

div.name-arq {
    width: 99vw;
    height: 300px;
    position: absolute;
    top: 120%;
    left: 0;
    overflow: hidden;

}


div.carrossel {
    width: 100%;
    height: 1100px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;

}

.card {
    width: calc(30%);
    height: 400px;
    display: flex;
    flex-flow: row nowrap;
    align-items: end;
    border: 2px solid #ffffff20;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-position: center;

}

.description {
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #09090900 0%, #090909e6 100%);
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 19px;
    gap: 10px;

}

.card-p {
    max-width: 90%;
    font-size: 12px;
}

.card-one {
    margin-right: 0px;
    background-image: url(img/img-one.svg);
    transform: translate(0px, 20px);
}

.card-video {
    width: 525px;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    background-image: url(img/card-video.svg);
    transform: translate(0px, 100px);

}

.card-three {
    margin-right: 0px;
    background-image: url(img/img-three.svg);
    transform: translate(0px, -150px);
}

.img-seta-two {
    position: absolute;
    transform: translate(0px, -170px);
}


/* - - - - - - - - - - - -  INOVATIONS  - - - - - - - - - - - - - */

.inovation {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

}

.inovation-p {
    max-width: 600px;
    text-align: center;
    margin: 20px 0px 50px 0px;
}

.inovation-projects {
    width: 100%;
    display: flex;
    flex-flow: row wrap;

    justify-content: center;
    gap: 20px;
}

.project {
    max-width: 500px;
    width: calc(50% - 20px);
    min-width: 350px;

}

.project__img {
    width: 100%;
    margin-bottom: 20px;
}


.button-project-red {
    background-color: #A50104;
    margin-top: 30px;

}


.button-project-green {
    background-color: #71B340;
    margin-top: 30px;

}


/* - - - - - - - - - - - -  FOOTER  - - - - - - - - - - - - - */

footer {
    width: 100%;
    height: 130px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 110px;

}

hr {
    border: 1px solid #ffffff20;
    width: 60%;
    max-width: 360px;
}

footer>nav {
    max-width: 460px;
    left: 0px;
}
















/* - - - - - - - - - - - -  MOBILE  - - - - - - - - - - - - - */

@media screen and (max-width: 668px) {




    .main {
        width: 100%;
    }

    h1 {
        font-size: 25px;
    }

    p {
        font-size: 12px;
    }



    /* - - - - - - - - - - - -  HEADER  - - - - - - - - - - - - - */


    header {
        height: 100px;

    }

    .logo {
        font-size: 20px;
    }

    .nav {
        display: none;
    }

    .header-button {
        display: none;
    }

    .bars {
        display: block;
    }



    /* - - - - - - - - - - - -  HERO  - - - - - - - - - - - - - */

    .hero {

        height: 65vh;
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-end;
        padding: 0px 20px;


    }




.hero-image {
    width: 100%;
    height: 52vh;
}


    .img-grid {
        max-width: 480px;
        width: 100%;
    }


    .img-arq {
        max-width: 420px;
        width: 85%;
        transform: translate(10%, -96%);
    }





    .hero-text {
        text-align: left;
        align-items: flex-start;
        gap: 15px;
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, -20%);

    }




    .bool-luz {
        transform: translate(250%, 400%);
        box-shadow: #ffffff20 0px 0px 200px 200px;
    }









    /* - - - - - - - - - - - -  PROJECTS  - - - - - - - - - - - - - */


    .projetos {
        z-index: 1;
    }

    div.name-arq {
        width: 99vw;
        height: 150px;
        position: relative;
        top: 0px;
        padding: 40px 0px;
    }

    h2 {
        font-size: 120px;
    }

    div.carrossel {
        width: 100%;
        height: 400px;
        overflow-x: scroll;
        margin: 40px 0px 90px 0px;
    }

    .card {
        min-width: 307px;
    }

    .card-one {
        margin-left: 20px;
        transform: translate(0px, 0px);
    }

    .card-video {
        transform: translate(0px, 0px);
    }

    .card-three {
        margin-right: 20px;
        transform: translate(0px, 0px);
    }

    .img-seta-two,
    .img-seta {
        display: none;
    }







    /* - - - - - - - - - - - -  INOVATIONS  - - - - - - - - - - - - - */

    .inovation {
        padding: 0px 20px;
    }



    .inovation-p {
        margin: 10px 0px 40px 0px;
    }

    .inovation-projects {
        flex-flow: column nowrap;
        align-items: center;
        gap: 40px;
    }

    .project {
        width: 100%;
    }

    /* - - - - - - - - - - - -  Footer  - - - - - - - - - - - - - */


    footer {
        height: 80px;
        padding: 0px 20px;
        margin-bottom: 60px;
        opacity: 0.4;
    }



    footer>nav {
        width: 100%;
    }


}