* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.navbar {
  display: flex;
  background-color: white;
  border-bottom: #757575 1px solid;
  height: 100px;
  width: 100vw;
  justify-content: space-between;
  margin: 0px 0px 60px 0px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.logo-name {
  font-size: 47px;
  font-family: "Google Sans Code", monospace;
  color: black;
  width: 400px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.navbar-list {
  /*border: 1px solid blue;*/
  width: 720px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 40px;
}

.navbar-list a {
  text-decoration: none;
  color: #000000;
  font-size: 25px;
  font-family: "Google Sans Code", monospace;
  height: 35px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  display: block;
  padding-top: 100px; /* space for fixed navbar */
  background-color: #fff;
}

#hero {
  width: 100%;
  max-width: 1100px;
  min-height: 60vh;
  margin: 20px auto;
  padding: 40px 20px;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.picture img {
  border-radius: 50%;
  height: 600px;
  width: 600px;
}

.name {
  width: 700px;
  height: 200px;
  margin-top: 20px;
}
.name p {
  font-family: "Google Sans Code", monospace;
  font-size: 30px;
  color: #757575;
  display: flex;
  justify-content: center;
}
.name p1 {
  font-family: "Google Sans Code", monospace;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.name p2 {
  font-family: "Google Sans Code", monospace;
  font-size: 40px;
  color: #757575;
  display: flex;
  justify-content: center;
}
.info-button {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.Download-CV {
  width: 210px;
  height: 42px;
  border-radius: 20px;
  border: 1px solid black;
  background-color: white;
  color: black;
  font-family: "Google Sans Code", monospace;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
}
.Contact-Info {
  width: 210px;
  height: 42px;
  border-radius: 20px;
  border: 1px solid black;
  background-color: #464545;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  color: white;
  font-family: "Google Sans Code", monospace;
}
.Contact-Info a {
  text-decoration: none;
}

#About {
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

.aboutme {
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
.aboutme p1 {
  font-family: "Google Sans Code", monospace;
  color: #757575;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.aboutme p2 {
  font-family: "Google Sans Code", monospace;
  color: black;
  font-size: 60px;
  display: flex;
  justify-content: center;
}

.parent-content {
  width: 100%;
  max-width: 1100px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px auto 0;
}

.about-content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-content p {
  text-align: start;
  width: 100%;
  max-width: 700px;
  font-family: "Google Sans Code", monospace;
  color: rgb(97, 88, 32);
  font-size: 20px;
  margin-top: 10px;
  border-left: 2px solid #464545;
  border-right: 2px solid #464545;
  border-radius: 20px;
  padding: 15px 5px 15px 25px;
}

.about-box {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;

  .box {
    width: 500px;
    height: 200px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-family: "Google Sans Code", monospace;
    color: rgb(56, 51, 51);
    font-size: 30px;
    margin-bottom: 10px;
  }
  .box p {
    font-family: "Google Sans Code", monospace;
    color: #757575;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    border: none;
  }
}

#Experience {
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

.parent-content {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.experience-content {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience-content p {
  text-align: justify;
  width: 100%;
  max-width: 75vw;
  font-family: "Google Sans Code", monospace;
  color: rgb(56, 51, 51);
  font-size: 20px;
  margin-top: 10px;
}

.experience-box {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;

  .box {
    width: 700px;
    height: 400px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-family: "Google Sans Code", monospace;
    color: rgb(56, 51, 51);
    font-size: 30px;
    margin-bottom: 10px;
  }
  .box p {
    font-family: "Google Sans Code", monospace;
    color: #757575;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
}
#Project {
 width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

.parent-content {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.project-content {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-content p {
  text-align: start;
  width: 100%;
  font-family: "Google Sans Code", monospace;
  color: rgb(56, 51, 51);
  font-size: 20px;
  margin-top: 10px;
}

.project-box {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;

  .box {
    width: 700px;
    height: 400px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-family: "Google Sans Code", monospace;
    color: rgb(56, 51, 51);
    font-size: 30px;
    margin-bottom: 10px;
    margin-top:8px;
  }
  .box p {
    font-family: "Google Sans Code", monospace;
    color: #757575;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .box img {
    width: 100% ;
    height: 250px ;
    display: block;
    padding: 10px;
    cursor: pointer;
  }
}
  /* Ensure project images scale and don't overflow (override inline styles) */
  

#Contact {
 width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

 .contact {
            padding: 4rem 2rem;
            text-align: center;
            border-top: 1px solid #e0e0e0;
        }

        /* Contact Form Styles */
    .contact-form {
      width: 100%;
      max-width: 600px;
      margin: 2rem auto;
      padding: 0 10px;
    }

        .form-group {
            margin-bottom: 1.5rem;
            
        }

        .form-label {
            display: block;
            margin-top: 10px;
            margin-bottom: 0.5rem;
            font-weight: 500;
        }

        .form-input {
            width: 100%;
            padding: 0.8rem;
            background: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 0.5rem;
            color: white;
            transition: 0.2s all ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #464545;
            box-shadow: 0 0 0 2px rgba(69, 199, 90, 0.1);
        }

        .form-button {
            width: 100%;
            padding: 1rem;
            background: white;
            color: white;
            border: 1px solid #464545;
            border-radius: 0.5rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s opacity ease;
        }

        .form-button:hover {
            opacity: 0.9;
            background: #f5f5f5;
            color: #464545;
        }

        .form-status {
            text-align: center;
            margin-top: 1rem;
            display: none;
        }
        /* Responsive styles: tablet and mobile */

        @media (max-width: 1024px) {
          .navbar {
            height: 80px;
            padding: 0 20px;
          }

          .logo-name {
            font-size: 36px;
            width: 300px;
          }

          .navbar-list {
            width: auto;
            gap: 20px;
          }

          .navbar-list a {
            font-size: 18px;
            width: auto;
            padding: 8px 12px;
          }

          #hero {
            flex-direction: row;
            gap: 20px;
            margin: 100px 30px 20px 30px;
            height: auto;
            align-items: flex-start;
          }

          .picture img {
            width: 320px;
            height: 320px;
          }

          .name {
            width: calc(100% - 340px);
          }

          .name p { font-size: 22px; }
          .name p1, .name p2 { font-size: 30px; }

          .aboutme p2 { font-size: 44px; }
          .about-content p { font-size: 18px; }

          .about-box {
            flex-direction: row;
            flex-wrap: wrap;
          }

          .about-box .box {
            width: 45%;
            margin: 10px;
          }

          .experience-box .box {
            width: 45%;
            height: auto;
            margin: 10px;
          }

          .project-box {
    grid-template-columns: repeat(2, 1fr);
  }

          #Contact { margin: 200px 30px 60px 30px; }

          .contact-form { max-width: 600px; padding: 0 10px; }

          .form-input { color: #383333; }
        }

        @media (max-width: 600px) {
          .navbar {
            height: 70px;
            padding: 0 12px;
          }

          .logo-name {
            font-size: 28px;
            width: auto;
          }

          .navbar-list { gap: 12px; width: auto; display: none;}

          .navbar-list a { font-size: 16px; width: auto; padding: 6px 8px; }

          #hero {
            flex-direction: column;
            margin: 20px 0px 20px 0px;
            gap: 16px;
            height: auto;
            align-items: center;
            justify-content: center;
          }

          .picture img { width: 300px; height: 300px; }

          .name { width: 100%; text-align: center; }
          .name p, .name p1, .name p2 { justify-content: center; font-size: 18px; }
          .name p1, .name p2 { font-size: 24px; }

          .info-button { flex-direction: column; gap: 10px; }
          .Download-CV, .Contact-Info { width: 180px; height: 44px; }

          .aboutme p2 { font-size: 36px; }
          .about-box, .experience-box { flex-direction: column; }
          .about-box .box, .experience-box .box { width: 100%; margin: 8px 0; padding: 10px;}
          .project-box{flex-direction: column;}
          .project-box .box{width: 100%; margin: 8px 0  ; padding:10px;}
          .project-box .box img{height: 350px;}

 

          #Contact { margin: 200px 0px 80px 0px; }
          .contact-form { width: 100%; padding: 0 8px; }

          .form-input { color: #383333; }
          .form-button { background: #fff; color: #464545; }
        }


@media (min-width: 600px) and ( max-width: 1024px) {
          .navbar {
            height: 70px;
            padding: 0 12px;
          }

          .logo-name {
            font-size: 28px;
            width: auto;
          }

          .navbar-list { gap: 12px; width: auto; }

          .navbar-list a { font-size: 16px; width: auto; padding: 6px 8px; }

          #hero {
            flex-direction: column;
            margin: 60px 0px 20px 0px;
            gap: 16px;
            height: auto;
            align-items: center;
            justify-content: center;
          }

          .picture img { width: 400px; height: 400px; }

          .name { width: 100%; text-align: center; }
          .name p, .name p1, .name p2 { justify-content: center; font-size: 18px; }
          .name p1, .name p2 { font-size: 24px; }

          .info-button { flex-direction: row; gap: 10px; width: 100%; }
          .Download-CV, .Contact-Info { width: 180px; height: 44px; }

          .aboutme p2 { font-size: 36px; }
          .about-box, .experience-box { flex-direction: column; }
          .about-box .box, .experience-box .box { width: 100%; margin: 8px 0; padding: 10px;height: 400px;}
          .project-box{flex-direction: column;}
          .project-box .box{width: 100%; margin: 8px 0; height: 400px;}

          #Contact { margin: 200px 0px 80px 0px; }
          .contact-form { width: 100%; padding: 0 8px; }

          .form-input { color: #383333; }
          .form-button { background: #fff; color: #464545; }
        }
        