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

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #1f2937;
  color: #110f0f;
  line-height: 1.6;
  scroll-behavior: smooth;
}

a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #1d4ed8;
}

header {
  background: #1f2937;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.sobre h1{
  color: #fff;
  text-align: center;
}
.sobre p {
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #33ff00;
  transition: transform 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.profile-photo:hover {
  transform: scale(1.05);
}

section {
  padding: 2rem 1rem;
  max-width: 960px;
  margin: auto;
}

h2 {
  color: #00ff22;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

ul {
  list-style: none;
  padding-left: 1rem;
}

.cards {
 display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.Sobre-mim{
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  width: 100%;
  min-width: 300px;
  border-radius: 15px;
  transition: all 0.3s ease;
  font-weight: bold;
}

.Sobre-mim:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.card-barbearia img {
  width: 100%; 
  height: auto;
  border-radius: 8px;
  margin-top: 1rem;
  object-fit: cover;
  padding: 10px 20px;
  gap: 10px;
}

.card-barbearia p{
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.75rem;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
}

.card-barbearia h3 {
text-align: center;
color: #ffffff;
font-size: 1.75rem;
}

.card-barbearia{
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  min-width: 300px;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card-barbearia:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.button-barbearia {
  width: 100%;
  margin-top: auto; 
  background-color: #1f2937;
  color: #1eff00;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition:  0.3s;
}

.button-barbearia:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.card,.card-youtube{
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  min-width: 300px;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

.card-youtube h3 {
text-align: center;
color: #ff0000;;
font-size: 1.75rem;
}

.card-youtube p{
  font-family: 'Times New Roman', Times, serif;
   color: #ff0000;;
  font-size: 1.75rem;
  padding: 10px;
  font-weight: bold;
}

.card-youtube:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.card {
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.card:hover {
border-color: #00ff22; 
  transform: translateY(-10px);
}

.tecnologias{
  width: 100%;
  max-width: 960px;
  height: auto;
  align-items: center;
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  min-width: 300px;
  min-height: 300px;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#Card-tec{
  color: #00ff22;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  padding: 2rem 1rem;
  max-width: 960px;
  margin: auto;
}

.tecnologias:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.Linguagem-Marca{
  width: 400px;
  height: 300px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  min-width: 300px;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
}

.Linguagem-Marca:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.tech-list li {
  background-color: #b1b1b1;
  color: white;
  padding: 1.5rem;
  border-radius: 9999px;
  font-weight: bold;
}

.tech-list img {
  width: 40px;
  animation: pulsar 2s infinite;
}

.Linguagens-progama{
  width: 400px;
  height: 300;
  text-align: center;
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
}
.Linguagens-progama:hover{
  border-color: #00ff22; 
  transform: translateY(-10px);
}

.Progamação-List {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
}

.Progamação-List li {
  background-color: #acabab;
  color: white;
  padding: 1.5rem;
  border-radius: 9999px;
  font-weight: bold;
}

.Progamação-List img {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  animation: pulsar 2s infinite;
}

.card-calculadora{
  width: 600px;
  height: 300;
  text-align: center;
  background: rgba(255, 255, 255, 0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(179, 178, 178);
  padding: 1.5rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
}

.card-calculadora:hover{
   border-color: #00ff22; 
  transform: translateY(-10px);
}

.cont-list img {
width:25px;
}

.btn-gmail,.btn-git,.btn-link{
  text-align: left;
  font-size: 25px;
  background: #1f2937;
  width: 45%;
  margin-top: auto;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  transition:  0.3s;
}

.btn-link:hover{
  background: #1f2937;
  border-color: #1eff00; 
  transform: translateY(-10px);
}
.btn-git:hover{
  background: #1f2937;
  border-color: #1eff00; 
  transform: translateY(-10px);
}

.btn-gmail:hover{
  background: #1f2937;
  border-color: #1eff00; 
  transform: translateY(-10px);
}

footer {
  background: #1f2937;
  color: white;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}

@keyframes pulsar {
    0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}


/* Responsividade */
@media (max-width: 600px) {
  .cards {
    flex-direction: column;
  }

  .card {
    flex: 1 1 100%;
  }

  .tech-list {
    justify-content: center;
  }
}




