*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    
    /* box-sizing: border-box; */

}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


.nav-bar{
    background-color: transparent;
    display: flex; /*para deixar lado a lado*/
    justify-content: space-between; /*vai dar o espaço entre eles*/
    padding: 1.5rem 6rem;
    position: relative;

    font-family: "Roboto Condensed", sans-serif;
}

.logo{
    display: flex;
    align-items: center;
}

.logo h1{
    color: #fff;
}

span{
    opacity: 0.7;
}

.nav-list{
    display: flex;
    align-items: center;

}

.nav-list ul{
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item{
    margin: 0 15px;
}

.nav-link{
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
}

.contato-button button{
    border: none;
    background-color: #3c1e668a;

    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.contato-button button a{
    font-size: 1rem;
}

.contato-button button:hover{
    opacity: 0.7;
    color: #fff;
}

.mobile-menu-icon{
    display: none;
  
}

.mobile-menu{
    display: none; 
    background-color: transparent;
}
@media screen and (max-width: 780px) {
    .nav-bar {
        padding: 1rem 2.5rem;
    }
    .nav-item {
        display: none;
    }
    .contato-button {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .contato-button {
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .contato-button button {
        width: 100%;
    }
    .open {
        display: block;
    }

    #header{
        background-color: #534DA3;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    
}

.open{
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #534DA3;
    border-bottom: 1px solid #04faf6;
}

.icon-code-principal{
    width: 19px;
    padding-left: 3px;

}





a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
}

a:hover{
    opacity: 0.7;
}

body{
    background-image: url(images/papel-parede2.webp);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    
    

    font-family: "Roboto Condesend", sans-serif;
}

#inicio{
    width: 70vw;
    margin: auto;
    padding-top: 15vh;
    color: white;

    display: flex;
    justify-content: space-around;
}

.boneca{
    padding-left: 50px;
}

.boneca img{
    width: 500px;
    position: relative;
    
    padding-left: 20px;
    
}

.seja-bem-vindo {
    font-family: "Roboto Condensed";
    letter-spacing: 1.2px;
    font-weight: bold;
    opacity: .4;
}

.colorido{
    color: #04faf6;
    
}

#inicio h1{
    font-size: 4.5rem;
    margin-bottom: 15px;
}

#inicio h3{
    font-size: 2rem;
    opacity: .6;
    padding-top: 15px;
}

.pequeno-trecho{
    padding-top: 10px;
    font-family:  'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-size: 1.2rem;
    opacity: .8;
}

.icones{
    padding-top: 20px;

}

.linkedin{
    width: 40px;
}

.github{
    width: 40px;
    margin: 0 5px;
}

#e-mail{
    margin-top: 20px;
    border: 1px solid #04faf6;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 15px;
}

.e-mail{
    padding-right: 10px;
    width: 20px;
    position: relative;
    top: 2px;
    transition: all 1s;
}

#e-mail:hover{
    border: 1px solid #08d3d3;

}

.espaco{
    margin-top: 10rem;
}


@media screen and (max-width: 1199px) {
    .boneca{
        display: none;
    }
    .eu p{
        width: 60vw !important;
    }

    .icones-tech{
        width: 60vw !important;
    }
  
    .sobre-container{
        flex-direction: column;   
    }
    #tecnologias{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

#sobre{
    background-image: url(images/banner-sobre.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    padding: 80px 0px;
    color: #fff;
    justify-content: center;
    display: flex;
}

.sobre-container{
    width: 65vw;
    justify-content: center;
    display: flex;
}


.eu{
    padding: 40px;
}

.eu img{
    border-radius: 50%;
    width: 300px;
    margin: auto;
    display: block;
}

.eu p{
    margin-top: 20px;
    font-family: "Roboto Condesend", sans-serif;
    font-size: 17px;
    width: 40vw;
    line-height: 22px;
    text-align: start;
    margin: auto;
    padding-top: 20px;
}

#tecnologias{
    margin: auto;
    margin-left: 2rem;
}

#tecnologias h1{
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    
}

.icones-tech{
    background-color: #00000082;
    box-shadow: 10px 10px 10px rgba(29, 28, 28, 0.274);
    border-radius: 10px;
    border: 1px solid #04faf6;

    padding: 20px;
    width: 35vw;

    font-size: 17px;
    opacity: .9;
    margin: auto;
    text-align: center;
   
}

.icones-tech img{
    padding-top: 10px;
    transition-duration: 0.4s;
}

.icones-tech img:hover,.icones-tech img:focus{
    transform: scale(1.2);
}



@media (max-width:1100px) {

    #tecnologias h1{
        margin-top: 6rem;
        font-size: 2.5rem;
        margin-bottom: 3.5rem;
    }

    /* .icones-tech{
        width: 60vw;
    } */
}

#contato{
    background-color: #422F7D;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;

    padding: 2rem;
    
}

.agradecimento{
    margin: 40px 40px 40px 0px;
}


.agradecimento h3{
    margin-bottom: 20px;
    border-bottom: 1px solid #04faf6cc;
}


.agradecimento p{
    width: 20vw;
    font-family: "Roboto Condesend", sans-serif;
    line-height: 25px;
}


.forma-contato p {
    font-family: "Roboto Condesend", sans-serif;
    
}

.titulo{
    margin: 20px 0;
}

.e-mail-contato{
    padding-bottom: 10px;
}

.icon-code{
    width: 18px;
    padding-left: 3px;
}

.icon-react{
    margin-left: 5px;
}

@media (max-width:770px) {

    #contato{
        /* display: block; */
        flex-direction: column;
    }

    .agradecimento p{
        width: 50vw;
    }
   .e-mail-contato{
        width: 55vw;
    }

    #inicio{
        padding-top: 20vh;
        }

}

@media screen and (max-width: 410px) {
    #inicio h1{
        font-size: 3.8rem;
        margin-bottom: 15px;
    }
    .e-mail-contato{
         width: 60vw;
    }

}

@media screen and (max-width: 575px) {
    .eu img{
        width: 200px;
    }
    .eu{
        padding: 0;
    }
    #tecnologias{
        margin-left: 0;
    }
 
    #tecnologias h1{
        font-size: 2rem;
    }
}


section.projetos {
    padding: 100px 5%;
    background-image: linear-gradient(to bottom, #534da3, #463a92);
}

section.projetos h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 2px solid #04faf6;
    max-width: max-content;
    margin-bottom: 40px;
    position: relative;
}

.grid-projetos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.card {
    background: #1a1a1a;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(195, 184, 248, 0.3);
}

.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.card-content p {
    color: #bbb;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btn-projeto {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    background: #b388ff;
    color: #0d0d0d;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-projeto:hover {
    background: #d1b3ff;
}