/* * {
  margin: 0;
  padding: 0;
}



button {
  color: #ccc;
  border: 2px solid; */
  /* padding: 4px;
  margin-left: 15px;
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(3, 230, 71, 0.3);
}

.nav-bar {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  padding-top: 40px;
  padding-left: 30px;
}

.logo h1 {
  margin-left: 20px;
  margin-bottom: 40px;
  border: 4px solid;
  color: green;
  width: 150px;
  padding-left: 25px;
  border-radius: 200px;
}

.nav-bar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
}

.nav-bar a:hover {
  font-size: 27px;
  color: green;
  font-weight: bold;
}

.nav-bar li {
  line-height: 50px;
}

.main {
  margin-left: 300px;
  font-size: 25px;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* padding-top: 20px; */
  /* height: 100vh; */
  /* background-color: rgba(15, 207, 28, 0.478); */
  /* background-color: #000000; */
/* } */
 /* .main img {
  width: 200px;
  border-radius: 250px;
  height: 200px;
  object-fit: cover;
  object-fit: cover;
}

@media screen and (max-height: 450px) {
  .nav-bar {
    padding-top: 15px;
  }
  .nav-bar a {
    font-size: 18px;
  } */
/* }
.second {
  margin-left: 300px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #000000;
} */

.third {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-color: rgba(10, 22, 11, 0.478); 
 }

.background-clip {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 50vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin-left: 299px;
} 

 /* .fourth {
  margin-left: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  background-color: linear-gradient(45deg, #070707, #3f3d3d);
  background-color: black;
} */

/* .fourth-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 49px;
  grid-row-gap: 0px;
} */
/* .grid-items {
  height: 50vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px); 
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2); 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
  padding: 20px;
  width: 300px;
  text-align: center
} */

/* .section1 {
    padding: 60px 0;
    text-align: center;
    margin-left: 300px;
    height: 90vh;
    background-color: black;
  } */
  
  /* .section1 h2 {

    font-size: 50px;
    margin-bottom: 100px;
    color: white;;
  }  */

  /* Projects Grid */
/* .project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
  }
  
  .project-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .project-card img {
    width: 100%;
    border-radius: 8px;
  }
  
  .project-card h3 {
    margin: 15px 0 10px;
  }
   */
  


 h1 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-optical-sizing: auto;
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
 
 
}

/* .main-text h1{
    padding-bottom: 20px;
}

span {
  color: green;
} */ 

/* p {
  color: white;
  font-weight: bold;
  font-family: "Roboto Mono", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  /* width: 500px; */
/* }

h4 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  font-family: "Roboto Mono", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin-bottom: 15px; */ */
/* }

.section {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
  background-color: #000000;
}

#contact-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  margin-left: 450px;
} */

/* #contact-form input,
#contact-form textarea {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid white;
  border-radius: 4px;
}

#contact-form button {
  padding: 10px;
  background: green;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
} */

/* #contact-form button:hover {
  background: rgb(112, 160, 74);
}
footer{
    padding-top: 10px;
    height: 10vh;
    background-color: #000000;
    margin-left: 300px;
    padding-left: 50px;
} */

/* .container h2{
    font-size: 50px;
    color: green;
    margin-left: 550px;
    margin-bottom: 100px;
}

.project-card p{
    color: green;
    
}
::placeholder{
    color: white;
} */ 







/* Responsive css */


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

body {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
  background-color: #000000;
  color: white; 
} 

button {
  color: #ccc;
  border: 1px solid;
  margin-left: 15px;
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(3, 230, 71, 0.3);
    padding: 5px 10px;
    margin-bottom: 5px;
}

/* Navigation Bar */
.nav-bar {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  padding-top: 40px;
  padding-left: 30px;
}

.logo h1 {

  margin-left: 20px;
  margin-bottom: 20px;
  border: 4px solid;
  color: green;
  width: 100px;
  padding-left: 20px;
  border-radius: 50%;
}

.nav-bar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
}

.nav-bar a:hover {
  font-size: 22px;
  color: green;
  font-weight: bold;
}

.nav-bar li {
  line-height: 40px;
  text-decoration: none;

}

/* Main Section */
.main {
  margin-left: 300px;
  font-size: 25px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100vh;
}

.main img {
  width: 200px;
  border-radius: 250px;
  height: 200px;
  object-fit: cover;
  
  


  
}

.main-text h1 {
  padding-bottom: 20px;
  font-size: 70px;
}

/* About Me Section */
.second {
  margin-left: 400px;
  margin-right: 100px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
 
}





/* Skills and Experience Section */
.fourth {
  margin-left: 300px;
  height: auto;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.fourth-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px;
}

.grid-items {
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 100%;
  max-width: 300px;
  -webkit-animation: slide-fwd-center 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-fwd-center 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


span {
  color: green;
} 

/* Projects Section */
.section1 {
  padding: 60px 20px;
  text-align: center;
  margin-left: 300px;
  height: auto;
}

.section1 h2 {
  font-size: 50px;
  margin-bottom: 100px;
  color: white;
}

.container1 h1{
  padding-bottom: 60px;
}

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

.project-card {
  background: #deffb6;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.project-card img {
  width: 100%;
  border-radius: 8px;
}

.project-card img:hover {
  width: 99%;
}

.project-card p {
  padding-top: 25px;
  color: rgb(0, 0, 0);
 
}

/* Contact Section */

.container h2{
  font-size: 50px;
  color: green;
  margin-left: 650px;
  margin-bottom: 100px;}

.section {
  display: flex;
  align-content: center;
  justify-content: center;
  height: auto;
  padding:100px 20px;
  background-color: #000000;
  margin-left: 100px;
  
}

.container{
  margin-left: -100px;
}

.project-card:hover{
background-color:#c6fc85 ;
}

#contact-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  margin-left: 550px
}

#contact-form input,
#contact-form textarea {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid white;
  border-radius: 4px;
  background: transparent;
  color: white;
}

#contact-form button {
  padding: 10px;
  background: green;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form button:hover {
  background: rgb(112, 160, 74);
  
}

/* Footer */
footer {
  padding: 20px;
  height: auto;
  background-color: #000000;
  margin-left: 300px;
  text-align: center;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .nav-bar {
    width: 250px;
  }

  .main,
  .second,
  .fourth,
  .section1,
  footer {
    margin-left: 250px;
  }

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

@media (max-width: 768px) {
  .nav-bar {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    text-align: center;
  }

  .main,
  .second,
  .fourth,
  .section1,
  footer {
    margin-left: 0;
  }

  .main {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    height: auto;
  }

  .fourth-content {
    grid-template-columns: 1fr;
  }

  .section1 h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  #contact-form {
    margin-left: 0;
  }

  .container h2 {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .nav-bar a {
    font-size: 20px;
  }

  .main img {
    width: 150px;
    height: 150px;
  }

  .main-text h1 {
    font-size: 40px;
  }

  .section1 h2 {
    font-size: 30px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .third{
 margin: 0;   
  }

 

}
