    body {
      margin: 0;
      font-family: Arial, sans-serif;
     background-color: rgb(22, 6, 1);
      color: #333;
      background-image: url("fot1\ \(4\).jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* cobre toda a div */
  z-index: -1;       /* fica por trás */
  opacity: 0.6;      /* transparência para ver melhor o conteúdo */
}

    /* ===== CABEÇALHO ===== */
    header {
      background-color: rgb(22, 6, 1);
      color: rgb(253, 245, 245);
      text-align: center;
      background-image: url("fot1\ \(4\).jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
       position: relative;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
    }

    header h1 {
      margin: 0;
      font-size: 2.5em;
    }

    header p {
      margin: 5px 0;
      font-size: 1.2em;
    }

    h2{
       color: white ;
    }
  p1{
      color: #ebe8e8;
    }
 p{
      color: #ebe8e8;
      font-size: 19px;
     
    }
    h3{
       color: #2980b9;
       font-size: 25px;
    }

    /* ===== MENU ===== */
   nav {
      background-color: #07233f;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    nav a {
      color: white;
      font-size: 19px;
      padding: 14px 20px;
      text-decoration: none;
      font-weight: bold;
      
    }

    nav a:hover {
      background-color: #333;
    }

    /* ===== CONTEÚDO ===== */
    .container {
      max-width: 1000px;
      margin: auto;
      padding: 20px;
    
      text-align: center;
    }

  

    /* Projetos em destaque */
    .projetos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .projeto {
      background-color: #161b22;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    }

    .projeto h3 {
      margin-top: 0;
      color: #667daa;
    }
.projeto p {

      color: #e6edf3;
    }

    /* ===== RODAPÉ ===== */
    footer {
      background-color: #222;
      color: white;
      text-align: center;
      padding: 15px;
      margin-top: 40px;
      font-size: 0.9em;
    }

    /* Responsividade */
    @media (max-width: 600px) {
      header h1 {
        font-size: 2em;
      }
    }
    
  footer {
    background-color:  #2c3e50;
    color: rgb(230, 223, 223);
    text-align: center;
    padding: 20px;
  }
  .social a img {
    margin: 0 10px;
    transition: transform 0.3s;
  }
  .social a img:hover {
    transform: scale(1.2);
  }
   #video-bg{
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
object-fit: cover;
z-index: -1;
  }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #3498db;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
     
    }

    .logo img:hover {
      transform: scale(1.05);
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      color: white;
      line-height: 1.2;
    }

    .logo-text h1 {
      margin: 0;
      font-size: 18px;
      color: #ffffff;
    }

    .logo-text p {
      margin: 0;
      font-size: 13px;
      color: #ffff;
    }


      .logo {
        margin-top: 10px;
         display: flex;
      justify-content: right;
      }
 .menu-container {
      background-color: #2c3e50;
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .menu-button {
      background-color: #3498db;
      color: white;
      padding: 10px 15px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      border-radius: 5px;
    }

    .menu-options {
      display: none;
      position: absolute;
      top: 60px;
      left: 20px;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      z-index: 1000;
    }

    .menu-options a {
      display: block;
      padding: 10px 15px;
        color: #2c3e50;
      text-decoration: none;
    }

    .menu-options a:hover {
      background-color: #d9dedf;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo img {
        width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #3498db;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }
    .imagem img {
       width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 5%;
     /* border: 2px solid #3498db;*/
      box-shadow: 0 4px 8px rgba(44, 30, 30, 0.2);
      transition: transform 0.3s ease;
    }

    .logo img:hover {
      transform: scale(1.05);
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      color: white;
      line-height: 1.2;
    }




   /* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}


/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background: #111;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e90ff;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  text-decoration: none;
  color: #f0f0f0;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #1e90ff;
}

.btn-cv {
  background: #1e90ff;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cv:hover {
  background: #ff6600;
}

/* HERO */
.hero {
  text-align: center;
  padding: 5rem 2rem;
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("background.jpg") no-repeat center/cover;
}

.hero h1 {
  font-size: 2.5rem;
       color: #ebe8e8;
  margin-bottom: 1rem;
}

.hero-buttons {
  margin-top: 2rem;
}

.btn-primary, .btn-secondary {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary {
  background: #1e90ff;
  color: white;
}

.btn-primary:hover {
  background: #ff6600;
}

.btn-secondary {
  background: transparent;
  border: 2px solid #1e90ff;
  color: #1e90ff;
}

.btn-secondary:hover {
  background: #1e90ff;
  color: #fff;
}

/* PROJECTS */
.projects {
  padding: 3rem 2rem;
  text-align: center;
}


.projects h2 {
  font-size: 2rem;
  color: #1e90ff;
  margin-bottom: 2rem;
}
.projects p {
  color: #060606;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/*.card {
  background: #f3f3f3;/* #1a1a1a*/
 /* padding: 2rem;
  border-radius: 10px;
  transition: 0.3s;
}*/

/*.card:hover {
  transform: translateY(-5px);
  background: #f3f3f3;
}*/
.card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  background: #ffffff; /* ligeiramente mais claro */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}




     
 


 





















