*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    height: 3400px;
    flex-shrink: 0;
    background: linear-gradient(301deg, #000 68.37%, #0F5417 97.23%);  
    font-family: "Jersey 15"; 
}p{
    color: #13A424;
    font-family: "Jersey 15";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
}header{
    display: flex;
    width: 648px;
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin: 0 auto;
    margin-top: 2%;
}main{
    width: 90%; 
    max-width: 1800px;
    margin: 150px auto 0 auto;
    display: flex;
    flex-direction: row; 
    align-items: center; 
    gap: 500px;
}h1{
    color: #FFF;
    font-family: "Jersey 15";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}a{
    border-radius: 60px;
    background: #13A424;
    display: flex;
    width: 326px;
    height: 55px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Jersey 15";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}.main-actions {
    display: flex;
    flex-direction: row; 
    gap: 20px;           
    margin-top: 15px;
}.ola{
    margin-top: 15%;
    margin-left: 15px;
    align-items: flex-end;
}.sobre{
    margin: 20% auto 0 auto;
    text-align: center;
    width: 695px;
}.sobre p{
    color: #FFF;
}.foto{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10%;
}.foto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;

}.foto img:hover{
    transform: scale(1.15);

}.textoAnimado span{
    position: relative;
}
.textoAnimado{
    color: #13A424;
    font-family: "Jersey 15";
    font-size:100px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 10px;
   
}.textoAnimado span::after{
    content:'';
    position: absolute;
    height: 100%;
    border-left: 2px solid #13A424;
    right: -10px;
    animation: cursor .8s infinite, revela 20s steps(15) infinite;
    width: calc(100% + 18px);
    background-color: #000;
}@keyframes nome{
    0%,100%{
        content: 'João Cavalcante';
    }
}.textoAnimado span::before{
    content: '';
    color: #13A424;
    animation: nome 20s infinite;
} @keyframes cursor{
    0%{
        border-left: 2px solid #000;
    }
} @keyframes revela{
    10%, 15%, 30%, 35%, 50%, 55%, 70%, 75%, 90%, 95%{
        width: 0;
    }
    5%, 20%, 25%, 40%, 45%, 60%, 65%, 80%, 85%{
        width: calc(100% + 18px);
    }
}.habilidades, .projetos{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 695px;
    margin: 300px auto 0 auto;
}.icones{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
    width: 80%;
    max-width: 1000px;
}.card{
    background-color: #020202; 
    border-radius: 8px; 
    padding: 20px;
    width: 150px;
    height: 150px; 
    border: 1px solid #13A424; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}.card{
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(19, 164, 36, 0.2);
    flex-direction: column; 
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}.card:hover{
    transform: scale(1.15);
}.grupoCard{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.projetos > h1 {
    color: #FFF; 
    font-family: "Jersey 15";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}


.projetosCard {
    height: 380px; 
    width: 300px;
    background-color: #000; 
    border-radius: 10px;
    border: 1px solid #13A424; 
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}


.projetosCard h1 {
    color: white; 
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px; 
    margin-bottom: 10px;
}

.projetosCard p {
    color: white; 
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1; 
}


.projeto-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0; 
}


.projetosCard a {
    padding: 7px 15px;
    border-radius: 10px;
    color: #13A424;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #13A424;
    text-decoration: none;

    
    background: transparent; 
    width: auto;             
    height: auto;            
    display: inline-block;   
    flex-shrink: 1;
    transition: background-color 0.3s ease;
}


.projetosCard a:hover {
    background-color: rgba(129, 31, 186, 0.1);
}
.projetosCard img {
    width: 100%;
    height: 180px;
    object-fit: cover; 
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding-top: 10px; 
}.contato{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contato_icones {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 70px;
    margin-bottom: 100px;
}

.contato_icones img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contato_icones img:hover {
    transform: scale(1.1);
}.contato_icones a {
	background: transparent; 
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	display: inline-block; 
}
