body {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
}

.project-info p{    
  font-family: "Nunito Sans", sans-serif;
}


.problem-goal{
    font-family: "Nunito Sans", sans-serif;
    line-height: 50px;
    color: #333;
    
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white; /* Ensure the header has a background color */
  box-shadow: 0 2px 5px rgba(255, 229, 163, 0.1); /* Optional: Add a shadow for better visibility */

}

body {
  padding-top: 120px; /* Adjust this value based on the header height */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1900px;
  height: 70px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;

}

header .logo img {
  width: 66px;
  height: 40px;
  flex-shrink: 0;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-left: auto;
}

nav ul li a {
  color: #676767;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;

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

body {
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

main {
  margin: 0 auto;
  max-width: 1200px;
}

.project {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 150px;

}

.project-images {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}


.project-images img {
  max-width: 45%;
  height: auto;
  border-radius: 10px;
}

.project-images1 {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.project-images img[alt="Project Image 1"] {
  width: 50%; 
  height: auto; 
}

.project-images1 img {
  max-width: 70%;
  height: auto;
  border-radius: 10px;
}


.project-info {
  flex: 1;
  padding: 20px;
}

.project-info h1 {
  color: #D5652E;
  font-size: 2rem;
}

.project-info h2 {
  color: #676767;
  margin-top: 10px;
  font-size: 1rem;
  font-size: 16px;

}

.project-info p {
  margin-top: 20px;
  line-height: 45px;
  color: #676767;
  font-size: 16px;
  margin-bottom: 100px;
}

.tags {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.tags span {
  border: 2px solid #8D8D8D; 
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.75rem;
  color: #676767;

}

.problem-goal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 150px;
}

.title{
color: #6A6A6A;
font-size: 25px;
font-style: normal;
font-weight: 900;
line-height: 56px; /* 224% */
}

.description{
  margin-top: 65px;
}

.title, .description {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  
}

.title h3, .description h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.title p{
  line-height: 45px;
  color: #676767;
  font-size: 16px;
}

.description p {
  line-height: 45px;
  color: #676767;
  font-size: 16px;

}

.title span {
  color: #D5652E;
  font-weight: bold;
}

.description span {
  color: #D5652E;
  font-weight: bold;
}

.emoji {
  font-size: 1.5rem;
  margin-left: 5px;
}

/*last column*/

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 200px;
  text-align: left;
}

.feature {
  flex: 1;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  color: #676767;

}

.feature h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  color: #659ED2;
}

.feature p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 45px;
  text-align: left;
  color: #676767;
}

.feature img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 150px;
}



@media screen and (max-width: 768px) {
  .project, .problem-goal {
      flex-direction: column;
  }
  
  .project-images {
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .about-section {
      flex-direction: column;
      align-items: center;
  }

  .profile-image {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
  }

  .profile-image img {
      max-width: 150px;
      margin: 0 auto;
  }

  body {
    padding: 10px; /* Reduce body padding */
}

header {
  margin-top: 20px;
    padding: 10px 20px; /* Reduce header padding */
    height: 60px; /* Adjust header height */
}
header .logo img {
  width: 40px; /* Further reduce logo size for iPhones */
  height: 24px; /* Adjust logo height proportionally */
}

nav ul {
    gap: 10px; /* Reduce the gap between nav items */
    margin-top: 10px; /* Add space between the logo and nav */
}

nav ul li a {
    font-size: 14px; /* Reduce font size of nav links */
}

header {
  margin-top: 20px;
    padding: 10px 20px; /* Reduce header padding */
    height: 60px; /* Adjust header height */
}
header .logo img {
  width: 40px; /* Further reduce logo size for iPhones */
  height: 24px; /* Adjust logo height proportionally */
}

nav ul {
    gap: 10px; /* Reduce the gap between nav items */
    margin-top: 10px; /* Add space between the logo and nav */
}

nav ul li a {
    font-size: 14px; /* Reduce font size of nav links */
}

.footer-content {
    flex-direction: column; /* Stack footer content vertically */
    text-align: center; /* Center footer text */
    padding: 20px 10px; /* Adjust padding */
}

.footer-left h2, .footer-right p {
    font-size: 16px; /* Reduce footer font sizes */
}

.footer-right p {
    margin-top: 5px; /* Reduce margin between footer elements */
    text-align: center; /* Center align the text */
}

footer {
    padding: 20px; /* Reduce padding for the footer */
}

  }


/* footer  */

footer {
background-color: #A7A7A7;
padding: 50px 50px;
color: white; 
}

.footer-content {
display: flex;
justify-content: space-between; /* Space between the left and right sections */
align-items: center;
max-width: 1440px;
margin: 0 auto; /* Center the content within the footer */
}


footer {
  background-color: #A7A7A7;
  padding: 50px 50px;
  color: white; 
  margin-top: 150px;
}

.footer-content {
  display: flex;
  justify-content: space-between; /* Space between the left and right sections */
  align-items: center;
  max-width: 14400px;
  margin: 0 auto; /* Center the content within the footer */
}

.footer-left h2 {
  font-size: 28px; 
  font-weight: bold;
  margin: 0; 
}

.footer-right p {
  margin: 0; 
  font-size: 22px; /* Adjust the font size */
  text-align: right; /* Align text to the right */
  line-height: 40px; /* 300% */

}

.footer-right p {
  margin: 0; 
  font-size: 22px; /* Adjust the font size */
  text-align: center; /* Center the text */
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .footer-content {
    flex-direction: column; /* Stack footer content vertically */
    text-align: center; /* Center footer text */
    padding: 20px 10px; /* Adjust padding */
  }

  .footer-left h2, .footer-right p {
    font-size: 16px; /* Reduce footer font sizes */
    text-align: center; /* Center align the text */
  }

  .footer-right p {
    margin-top: 5px; /* Reduce margin between footer elements */
  }

  .project-images1 img{
    width: 120%; 
    height: auto; 
    margin-top: 50px;
    margin-bottom: 50px;
  
  }
  
  .project-images1 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.problem-goal .title .project-images1 img {
  max-width: 100%; /* Increase this value to make the image larger */
  height: auto;
  display: block;
  margin: 0 auto;
}

.problem-goal .title .project-images1 {
  width: 100%;
  overflow: hidden; /* This will prevent the image from overflowing its container */
}

@media screen and (max-width: 768px) {
  .problem-goal .title .project-images1 img {
    max-width: 100%; /* Adjust this value for smaller screens */
  }
}