* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html,
body {
  background-color: #2c3e50; /* Dark blue-gray - modern and professional */
  color: white;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* nav bar */

nav {
  position: absolute;
  background: transparent;
  color: white;
  right: 1px;
  padding: 2rem 10%;
  align-items: center;
  top: 0;
  z-index: 1000;
  margin: 0;
}

.navList {
  display: flex;
  list-style: none;
}

.navLink {
  text-decoration: none;
  margin-left: 2rem;
  color: white;
  font-weight: 600px;
  font-size: 18px;
  text-shadow: black 1px 1px 2px;
  font-family: "Bebas Neue", sans-serif;
}

.navLink:hover {
  text-decoration: none;
  margin-left: 2rem;
  color: #ffeaa7;
  font-weight: 600px;
  font-size: 18px;
  text-shadow: black 1px 1px 2px;
  font-family: "Bebas Neue", sans-serif;
}

/* Home Section | About Me */

.home {
  display: flex;
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  justify-content: center;
  align-items: center;
  top: 0;
  justify-content: space-between;
}
.allSections {
  width: 100%;
  height: 100vh;
}
.homeLeft {
  padding-top: 12rem;
  margin-left: 100px;
  width: 60vw;
  height: 100vh;
}

.homeLeft h2 {
  line-height: 1.2;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#homeName {
  margin-left: 50px;
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  color: #ffe066;
  text-shadow: black 0 1px 2px;
}

.homeDes {
  margin-top: 1.5rem;
  color: #fcf3ce;
  letter-spacing: 3px;
}
.homeAbout {
  margin-top: 20px;
  line-height: 1.7;
}

.homeRight {
  padding-top: 12rem;
  width: 39vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeRight img {
  width: 80%;
  height: 80%;
}

.resume {
  position: absolute;
  left: 50%;
  top: 80%;
}

.resumeLink {
  text-decoration: none;
  background: #671bffd2;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: rgb(243, 246, 255) 0px 1px 2px;
  display: inline-flex;
  flex-direction: row;
  margin-top: 20px;
  font-size: 14px;
}

/* Skills Section */

.skills {
  text-align: center;
  padding-bottom: 100px;
  background: #ffffff0a;
}

.sectionHead{
  padding-top: 20px;
  background: linear-gradient(90deg, #8c52ff 0%, #5ce1e6 100%);
  color: #fff;
  text-shadow: 0 1px 5px #000000, 0 0 3px;
  padding: 60px 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  text-decoration: underline;
  letter-spacing: 2.5px;
  text-align: center;
}
/* .skills h2 {
  padding-top: 20px;
  background: linear-gradient(90deg, #8c52ff 0%, #5ce1e6 100%);
  color: #fff;
  text-shadow: 0 1px 5px #000000, 0 0 3px;
  padding: 60px 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  text-decoration: underline;
  letter-spacing: 3px;
} */

.skillsGrid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  padding-bottom: 30px;
  padding-top: 100px;
}

.skillItem img {
  width: fit-content;
  width: 60px;
}

.skillItem p {
  line-height: inherit;
  margin-top: 10px;
  font-weight: 600;
}

.skillPar {
  margin-top: 60px;
  line-height: 1.9;
  text-align: left;
  padding: 30px 100px 30px 100px;
  color: #f8f9fa;
}

/* Projects Section */

.projects {
  padding-bottom: 30px;
  background: #ffffff0a;
}
/* .projects h2 {
  padding-top: 20px;
  background: linear-gradient(90deg, #8c52ff 0%, #5ce1e6 100%);
  color: #fff;
  text-shadow: 0 1px 5px #000000, 0 0 3px;
  padding: 60px 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  text-decoration: underline;
  letter-spacing: 3px;
} */
.projectsGrid {
  height: auto;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 90px;
  justify-content: space-evenly;
}

.projectCard {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.599);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.projectCard img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}

.projectCard a {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

/* Contact */

.contact {
  background: #ffffff0A;
  text-align: center;
}

.details{
  padding-top: 130px;
}

.contact p {
  line-height: 2;
}

.contact form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.contact input,
.contact textarea {
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #fff;
}

.contact button {
  padding: 10px;
  background: #00b894;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Footer */
footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}