@charset "UTF-8";

:root {

    --font1: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    
  --cor0: #781398;
  --cor2: #310241;
  --cor1: #FBB006;
  --cor4: #872D9A;
  --cor3: #C54A6E;
  --cor5: #1C0223;


}





RESET {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: url('imagens/wp\ 1.jpg') no-repeat center center fixed;
    background-size: cover;
    color: var(--cor2);
    line-height: 1.6;
    min-height: 100vh;
}

/**/







/**/

header {
    /* background: linear-gradient(180deg, var(--cor0), var(--cor1)); */
    
    
    
    color: white;
    text-align: center;
    padding: 50px 20px;
}

header img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
    margin-bottom: 20px;
}

header h1 {
    font-size: 2.5rem;
}

header p {
    font-size: 1.2rem;
    margin-top: 10px;
}

nav {
    margin-top: 20px;
}

nav a {
    display: inline-block;
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    transition: 0.3s;
}

nav a:hover {
    transform: translateY(-5px);
    color: var(--cor3);
}

SECTIONS section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;

}

section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--cor2);
    border-left: 5px solid var(--cor0);
    border-right: 5px solid var(--cor0);
    padding-left: 10px;
}

section h2:hover {
    color: var(--cor3);
    text-align: center;
    border-left: 5px solid var(--cor0);
    border-right: 5px solid var(--cor0);
    padding-left: 10px;
}

div h2:hover{
    color: var(--cor3);
}



h2 {
    margin-bottom: 20px;
    color: var(--cor5);
    border-left: 5px solid var(--cor0);
    border-right: 5px solid var(--cor0);
    padding-left: 10px;
}

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

.card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: transform 0.3s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.card img {
  width: 100%;           
  height: auto;          
  object-fit: cover;     
  border-radius: 8px;    
}

.card:hover {
    transform: translateY(-5px);
    color: var(--cor1);
}

.card h3 {
    margin-bottom: 10px;
}

.card h3:hover{
    color: var(--cor1);
}

.card p {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.card a {
    display: inline-block;
    background: var(--cor4);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.card a:hover {
    background: var(--cor3);
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.skill {
    text-align: center;
    width: 100px;
}

.skill img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.skill:hover img,
.skill:hover p {
    transform: scale(1.2);
    transition: transform 0.3s;
}


.skill p {
    font-weight: bold;
    color: #fcfcfc;
}

div#softskills{
    text-align: center;
    color: white;
}

div#sobre {
    text-align: center;
    padding: 8px;
    margin-top: 30px;
    color: white;
}

div#contato {
    text-align: center;
    padding: 8px;
    margin-top: 30px;
}



footer {
    margin-top: auto;
  position: relative; 
  width: 100%;
  color: white;
  text-align: center;
  overflow: hidden;
  
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300%; 
  overflow: hidden;
  z-index: -1;

}

.background svg {
  width: 100%;
  height: 100%;
  display: block;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.socials a {
  font-size: 22px;
  color: rgb(237, 237, 245);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}

.socials a:hover {
  background: var(--cor0);
  transform: scale(1.1);
}

.links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

.links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.links a:hover {
  color: var(--cor1);
}

.legal {
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}


.background svg path {
  fill: var(--cor4); /* cor da onda */
}


.footer-nav {
  display: flex;
  justify-content: center;
  gap: 60px; /* espaçamento entre colunas */
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.footer-nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-top: 8px;
  transition: 0.3s;
}

.footer-nav li a:hover {
  color: var(--cor1);
}

.footer-nav li i {
  font-size: 24px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-nav li i:hover {
  background: var(--cor0);
  transform: scale(1.1);
}




