@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Oregano&family=My+Soul&display=swap');

:root {

    /* cores */
    --cinza: #555555;
    --cinza-claro: #767471;
    --cinza-muito-claro: #DEDEDE;
    --laranja: #FF7829;
    --branco-alaranjado: #FAF1E3;

    --DTI: #9A92FF;
    --garçom: #F65C5C;
    --iformandos: #52AF57;
    --celebralize: #7ECADB;

    /* espaçamento */
    --padding-lateral: 0 9em;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: var(--branco-alaranjado);
    color: var(--cinza);
}
main{
    padding: var(--padding-lateral);
    margin: 0;
    height: fit-content;
    max-width: 2000px;
    box-sizing: border-box
    
}

a{
    color: var(--cinza);
    text-decoration: none;
}

h1{
    font-family: 'Oregano', cursive;
    font-weight: 400;
    text-align: left;
    font-size: 60px;
    padding-bottom: 0.2em;
}

ol{
    list-style: none;
}

#home section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
}

#home section h1 {
    font-size: 130px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-bottom: 30px;
}

#home section div h1 span {
    color: var(--laranja);
    font-family: 'My Soul', cursive;
    padding-right: 20px;
    font-size: 150px;
}

#home section div p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: -20px;
    padding: 0;
    font-size: 24px;
}

#home .section-about{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-width: 100%;
        gap: 100px;
    
}

#home .section-about h2 {
    font-family: 'Oregano', cursive;
    font-weight: 400;
    text-align: left;
    font-size: 55px;
    margin: 0;
}

#home .section-about h1{
    color: var(--laranja);
    font-family: 'Oregano', cursive;
    font-weight: 400;
    text-align: left;
    font-size: 75px;
    padding-bottom: 0.2em;
}

#home .section-about p{
    font-size: 19px;
    color: var(--cinza);
    line-height: 32px;
    margin: 0;
    max-width: 1085px;
}

#home .section-about .container div p{
    color: var(--cinza-claro);
}

#home .section-about p span{
    color: var(--laranja);
}

#home .section-about #kill-svg{
        max-height: 580px;
}

#home .section-about ol, #home .section-about ol li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: none;
}

#home .section-about ol li a:hover {
    border-bottom: 2px solid var(--laranja);
    color: var(--laranja);
    transition: all 0.1s ease-in-out;
    text-decoration: none;
    border: none;
}

#home .section-about ol li a img{
    padding-right: 10px;
}

#home .section-about .container nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

#home .section-about .container nav a, header nav a{
    font-family: 'Oregano', cursive;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid var(--cinza);
    padding-left: 10px;
    padding-right: 10px;
}

#home .section-about .container nav a:hover, header nav a:hover{
    border-bottom: 2px solid var(--laranja);
    color: var(--laranja);
    transition: all 0.1s ease-in-out;
}

#home .section-about .container{
    height: 744.75px;
    max-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*       Projetos        */


#projects header{
    padding-top: 1.3em;
}

main .header{
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--laranja);
    padding: var(--padding-lateral);
    
    margin: 0;
    height: fit-content;
    max-width: 100vw;
    box-sizing: border-box;
    position: relative;
}

main .header nav {
    padding-top: 1.3em !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
    background-color: transparent;
}

main .header nav a{
    color: white;
    border-color: white;
}

main .header h1{
    font-family: 'Oregano', cursive;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: white;
}

.header .menu-toggle{
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    border: 1px solid currentColor;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    cursor: pointer;
    transition: transform 0.12s ease, filter 0.12s ease;
}

.header .menu-toggle:hover{
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.header .menu-toggle span{
    display: block;
    width: 30px;
    height: 2px;
    background: currentColor;
}

#projects .section-projects{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    background-color: var(--laranja);
    padding: var(--padding-lateral);
    margin: 0;
    height: fit-content;
    max-width: 100vw;
    box-sizing: border-box
}

#projects .section-projects h1{
    color: white;

    font-family: Oregano, cursive;
    font-weight: 300;
    margin-bottom: 1em;
}

#projects .section-projects ol{
    display: flex;
    gap: 6em;
    align-items: center;
    padding: 0;
    margin: 0;
}

#projects .section-projects ol div{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1em;
    flex-direction: column;
}

#projects .section-projects ol div li a{
    color: white;
    font-size: 30px;
    font-family: Oregano, cursive;
    list-style-type: none;
}

#projects .section-projects ol div li a:hover {
    color: #E45400;
}

#projects {
    padding: 0;
    margin: 0;
    height: fit-content;
    max-width: 100vw;
    background-color: #181818;
    padding-bottom: 9em;
}

#projects section .description{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 3em;
    min-width: 245px;
}

#projects section .description article div {
    display: flex;
    gap: 1.5em;
}

#projects section header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

#projects section h1 {
    width: 228px;
}

#projects .section-projects h1{
    width: auto;
}

#projects section ol {
    padding: 0;
    margin: 0;
}

#projects section header .projects-links{
    display: flex;
    box-sizing: border-box;
    gap: 20px;
    min-width: 222px
}

#projects section header .projects-links a{
    padding: 10px 27px;
    border-radius: 90px;
    text-decoration: none;
    transition: filter 0.2s ease;
}

#projects section header .projects-links a:hover{
    filter: brightness(0.8);
}

#projects #DTI h1{
    font-size: 60px;
}

#projects section h2{
    font-weight: 500;
    font-size: 30px;
}
#projects #DTI h1 {
    color: var(--DTI);
}

#projects #DTI h2 {
    color: var(--DTI);
}
#projects #DTI header .projects-links a:nth-child(1) {
    color: var(--DTI);
    background: #ffffff;
}

#projects #DTI header .projects-links a:nth-child(2){
    color: #ffffff;
    background: #FFC63B;
}
#projects #DTI header .projects-links a:nth-child(3) {
    color: #ffffff;
    background: var(--DTI);
}

#projects section .description li div {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: #DEDEDE;
    margin: 0;
}

#projects section .description .item-meio{
    grid-column: span 2;
}

#projects section{
    padding:var(--padding-lateral);
    padding-top: 7em;
    box-sizing: border-box;
    max-width: 100vw;
}

#projects section p, #projects section li {
    color: var(--cinza-muito-claro);
    font-size: 20px;
    display: flex;
    align-items: center;

    box-sizing: border-box;
}

#projects #DTI{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    margin: 0;
}

#projects section .layout{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
}


#projects section .layout figure{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3em;
    margin: 0;
    padding: 0;
}

#projects section .layout figure img{
    width: 100%;
}



#projects #garçom h1 {
    color: var(--garçom);
    font-size: 60px;

}

#projects #garçom h2 {
    color: var(--garçom);
    font-weight: 400;
}

#projects #garçom header .projects-links a:nth-child(1) {
    color: var(--garçom);
    background: #ffffff;
    filter: brightness(0.8);
    cursor: not-allowed;
}

#projects #garçom header .projects-links a:nth-child(2) {
    color: #ffffff;
    background: #FFC300;
}

#projects #garçom header .projects-links a:nth-child(3) {
    color: #ffffff;
    background: var(--garçom);
}


#projects #iformandos h1 {
    color: var(--iformandos);
    font-size: 60px;

}

#projects #iformandos h2 {
    color: var(--iformandos);
    font-weight: 400;
}


#projects #iformandos header .projects-links a:nth-child(1) {
    color: var(--iformandos);
    background: #ffffff;
    filter: brightness(0.8);
    cursor: not-allowed;
}

#projects #iformandos header .projects-links a:nth-child(2) {
    color: #ffffff;
    background: #CD191E;
}

#projects #iformandos header .projects-links a:nth-child(3) {
    color: #ffffff;
    background: var(--iformandos);
}

#projects #iformandos .layout figure{
    flex-direction: row;
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#projects #iformandos .layout figure img{
    width: 30%;
    max-width: 400px;
}


#projects #celebralize h1 {
    color: var(--celebralize);
    font-size: 60px;

}

#projects #celebralize h2 {
    color: var(--celebralize);
    font-weight: 400;
}


#projects #celebralize header .projects-links a:nth-child(1) {
    color: var(--celebralize);
    background: #ffffff;
    filter: brightness(0.8);
    cursor: not-allowed;
}

#projects #celebralize header .projects-links a:nth-child(2) {
    color: #ffffff;
    background: #69B2A0;
}


#projects #celebralize header .projects-links a:nth-child(3) {
    color: #ffffff;
    background: var(--celebralize);
}

/*       About-me        */

#about-me ol{
    padding: 0;
    margin: 0;
}

#about-me .header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.3em;
}

#about-me .header nav a {
    color: var(--cinza) ;
    border-color: var(--cinza);
    transition: all 0.1s ease-in-out;
}

#about-me .header nav a:hover {
    border-color: var(--laranja);
    color: var(--laranja);
}

#about-me .header h1 {
    font-family: 'Oregano', cursive;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--laranja);
}

#about-me h2{
    font-weight: 400;
    text-align: left;
    color: var(--laranja);
    font-size: 35px;
    margin: 0;
    margin-bottom: 0.3em;
}

#about-me p, li, h3 {
    padding: 0;
    margin: 0;
}


#about-me section{
    min-height: 100vh;
    padding-bottom: 5em;
}

#about-me section .about-container{
    display: flex;
    flex-direction: row;
    gap: 1em;
    max-width: 100%;
    justify-content: space-between;
}

#about-me section .about-container > li{
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 30%;
    min-width: 250px;
    box-sizing: border-box;
}

#about-me section .about-container #card-me{
    border-radius: 2em;
    background-color: var(--laranja);
    color: white;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    justify-content: center;
    box-sizing: border-box;
}

#about-me section .about-container #card-me div h2{
    color: white;
    font-size: 24px;
}

#about-me section .about-container #card-me div p{
    font-weight: 300;
}

#about-me section .about-container ol{
    gap: 1.4em;
    display: flex;
    flex-direction: column;
}

#about-me section .about-container ol li h3, #about-me section .about-container ol li p{
    margin:0;
    padding: 0;
}

#about-me section .about-container .technical-skills ol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0;
    margin: 0;
}

#about-me section .about-container .languages ol{
    gap:0.3em;
}

#about-me section #card-me-mobile{
    display: none;
    border-radius: 2em;
    background-color: var(--laranja);
    color: white;
    padding: 2em;
    align-items: center;
    gap: 2.5em;
    justify-content: start;
    box-sizing: border-box;
    margin-bottom: 3em;
}

#about-me section #card-me-mobile div h2{
    color: white;
}
#about-me section #card-me-mobile div p {
    font-size: 25px !important;
}

#about-me section #card-me-mobile div p {
    margin-top: -14px;
}

#about-me .header{
    background-color: transparent;
}

/*  branding-design   */

.branding-design .projetos{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1em;
}

.branding-design .projetos .logos{
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    width: 100%;
}

.branding-design .projetos article figure{
    height: 315px;
    border-radius: 1em;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: white;
    min-width: 315px;
}

.branding-design .projetos .logos figure .icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 315px;
    min-width: 315px;
}

.branding-design .projetos .logos .icon img{
    max-width: 100%;
    max-height: 100%;
}

.branding-design .projetos .logos .horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 3;
}

.branding-design .projetos .logos .horizontal img {
    width: 90%;
    max-height: 99%;
}

.branding-design .projetos .mockups{
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
    width: 100%;
}

.branding-design .projetos .mockups ol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5em;
    padding: 0;
    margin: 0;
    min-width: 315px;
    height: 500px;
    max-height: 500px;
    flex: 1;
}

.branding-design .projetos .mockups ol li{
    border-radius: 20px;
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.branding-design .projetos .mockups ol li p{
    color: white !important;
    margin: 0;
    font-weight: 500;
}

/* brandind Diretoria de TI  */

.branding-design #DTI .mockups ol li:nth-child(1){background-color: #9A92FF;}
.branding-design #DTI .mockups ol li:nth-child(2){background-color: #0C0728;}
.branding-design #DTI .mockups ol li:nth-child(3){background-color: #FFC63B;}
.branding-design #DTI .mockups ol li:nth-child(4){background-color: #FFFFFF;}
.branding-design #DTI .mockups ol li:nth-child(4) p{color: #9A92FF !important;}
.branding-design #DTI .secundario  figure:nth-child(2){
    background-image: url(assets/branding/DTI-mockup2.svg);
    background-color: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Branding Garçom  */

.branding-design #garçom .mockups ol li:nth-child(1){background-color: #F65C5C;}
.branding-design #garçom .mockups ol li:nth-child(2){background-color: #FF954A;}
.branding-design #garçom .mockups ol li:nth-child(3){background-color: #FFC300;}
.branding-design #garçom .mockups ol li:nth-child(4){background-color: #FFFFFF;}
.branding-design #garçom .mockups ol li:nth-child(4) p{color: F65C5C !important;}
.branding-design #garçom .logos .horizontal {background-color: #F65C5C;}

.branding-design #garçom .secundario figure:nth-child(1){background-image: url(assets/branding/garçom-mockup1.svg);}
.branding-design #garçom .secundario  figure:nth-child(2){background-image: url(assets/branding/garçom-mockup3.svg);}

/* brandind Digai  */

.branding-design #digai h1{
    color: #3AA6A6;
}

.branding-design #digai .mockups ol li:nth-child(1){background-color: #3AA6A6;}
.branding-design #digai .mockups ol li:nth-child(2){background-color: #000E8C;}
.branding-design #digai .mockups ol li:nth-child(3){background-color: #F25549;}
.branding-design #digai .mockups ol li:nth-child(4){background-color: #F28518;}
.branding-design #digai .mockups ol li:nth-child(5){background-color: #FFCC19;}

.branding-design #digai .logos .horizontal img {
    width: 90%;
}

/* .mockups > primario e secundario*/
.branding-design #digai .primario figure{background-image: url(assets/branding/digai-mockup3.svg);}
.branding-design #digai .secundario figure:nth-child(1){background-image: url(assets/branding/digai-mockup2.svg);}
.branding-design #digai .secundario  figure:nth-child(2){background-image: url(assets/branding/digai-mockup1.svg);}

.branding-design .projetos .mockups figure{
    flex: 1;
    min-width: 315px;
    height: 500px;
}

.branding-design .projetos .mockups figure img{
    width: 90%;
    height: 100%;
}

.branding-design #DTI .mockups figure:nth-child(1) {
    background-image: url("assets/branding/DTI-mockup1.svg");
    background-size: cover;
    background-position: center;
}   
 



/*   responsividade    */


@media screen and (max-width: 1200px) {
    :root {
            --padding-lateral: 0 3em;
        }
    
        #about-me section .about-container {
            flex-direction: column;
        }
    
        #about-me section .about-container>li {
            width: 100%;
        }
    
        /* home */
    
        #home .section-about #kill-svg {
            display: none;
        }
    
        #home .section-about .container {
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 70px;
            max-height: none;
        }
    
        #home .section-about {
            align-items: center;
        }
    
    
        /* projetos */
        #projects .section-projects ol div li a {
            font-size: 60px;
        }
    a {
        font-size: 37px !important;
    }
    

    #projects .section-projects ol div li a{
        font-size: 60px !important;
    }

    #projects section h2 {
        font-size: 42px;
    }
    #projects section .description {
        flex-direction: column;
        gap: 1em;
    }

    #home .section-about h1 {
        font-size: 115px;
    }

    #home .section-about h2 {
        font-size: 85px;
    }

    #about-me section #card-me-mobile{
        display: flex;

    }

    #about-me section .about-container #card-me {
        display: none;
    }


    #about-me section .about-container .technical-skills ol li img{
        width: 100px;
    }

    #about-me section h3{
        font-size: 35px;
    }

    #about-me section h2{
        font-size: 41px;
    }

    .header.has-menu {
        gap: 12px;
        padding-top: 1.3em;
    }

    .header.has-menu .menu-toggle {
        display: flex;
        border-color: var(--laranja);
        color: var(--laranja);
        flex-direction: column;
    }

    .header.has-menu nav {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75em;
        padding: 1em 1.25em;
        background: #ffffff;
        border: 1px solid var(--cinza-muito-claro);
        border-radius: 16px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        min-width: 230px;
        z-index: 20;
    }

    .header.has-menu nav.is-open {
        display: flex;
        margin: var(--padding-lateral)

    }

        .header.has-menu nav a{
            color: var(--cinza) !important;
            border: none;
        }


    .header.has-menu nav a:hover {
        border: none;
        color: var(--laranja) !important;
    }

    #projects .header.has-menu .menu-toggle{
        background-color: white;
    }

    /* branding & Design*/

    .branding-design .projetos .mockups ol li p{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 728px){
    :root {
            --padding-lateral: 0 1em;
        }
        #about-me section #card-me-mobile{
            flex-direction: column;
            align-items: center;
            flex-wrap: wrap;

        }

        #projects .section-projects{
            align-content: start;

        }

        #projects .section-projects ol{
            gap: 2em;
            flex-wrap: wrap;
        }

        #projects .section-projects ol div li a {
            font-size: 30px !important;
        }

        #projects .section-projects ol div {
            gap: 0.5em;
        }

        #projects section header .projects-links a {
            padding: 7px 18px;
            border-radius: 90px;
            text-decoration: none;
            transition: filter 0.2s ease;
            font-size: 25px !important;
        }

        #projects #iformandos .layout figure {
            flex-direction: row;
            display: flex;
            gap: 1em;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
        }

        #projects #iformandos .layout figure img {
            width: 46%;
            max-width: 400px;
        }


}

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

    p,li {
        font-size: 21px !important;
        line-height: normal !important;
    }

    #projects .section-projects ol div {
        gap: 0.5em;
    }

    #projects .section-projects ol {
        gap: .5em;
    }

    #about-me section h2 {
        font-size: 35px;
    }

    #about-me section #card-me-mobile div p {
        font-size: 19px !important;
    }

    #about-me section h3 {
        font-size: 22px;
    }

    #about-me section .about-container .technical-skills ol li img {
        width: 60px;
    }

    #about-me section .about-container .technical-skills ol {
        gap: 0.5em;
    }
}

/* os botoes tinham que bugar ne*/
@media screen and (max-width: 800px){
    #projects section header{
        flex-wrap: wrap;
    }
    

    #projects section header .projects-links a{
        padding: 7px 18px;
        font-size: 25px !important;
    }

}