/*RESET*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #464343;
}
/*LOGO*/
nav .logo a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #464343;
  text-decoration: none;
}
nav .hamburger {
  font-size: 2.4rem;
  color: #464343;
  cursor: pointer;
}
.hamburger {
  display: none;
}

/*NAV LINKS*/
.nav-links li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #464343;
}
.nav-links li {
  list-style-type: none;
}
#nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
}
nav .nav-links {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-around;
}

/*Hero Section*/
section .profile-pic img {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  margin-top: 90px;
}
#hero {
  display: flex;
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.hero-text {
  margin-top: 60px;
}
.greeting {
  font-size: 2.7rem;
  font-weight: 400;
}
.name {
  font-size: 4.5rem;
  font-weight: 500;
}
.specialist {
  font-size: 2.7rem;
  font-weight: 400;
}

/*HERO BUTTONS*/
#download-btn {
  height: 50px;
  width: 150px;
  border-radius: 50px;
  border: 2px solid #fb8b24;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px 20px 0 0;
  background-color: #ffff;
  cursor: pointer;
}
#download-btn:hover {
  background-color: #464343;
  color: #ffff;
  transition: 0.9ms ease-in;
}
#contact-btn {
  height: 50px;
  width: 150px;
  border-radius: 50px;
  border: 2px solid #fb8b24;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffff;
  background-color: #464343;
  cursor: pointer;
}
/*ABOUT ME SECTION*/
#about {
  text-align: center;
  margin-top: 90px;
  line-height: 1.3;
}
#about-me-txt1 {
  font-size: 1.3rem;
}
#about-me-txt2 {
  font-size: 3.5rem;
}

.about-me-container {
  display: grid;
  max-width: 700px;
  grid-template-columns: 1fr 1fr;
  margin: 50px auto 0 auto;
}
.about-me-box {
  width: 292px;
  height: 180px;
  border: 1px solid #ffba08;
  border-radius: 20px;
  margin: 0 auto;
}
.about-me-txt3 {
  font-size: 1.3rem;
  padding: 30px;
}

.experience h2 {
  font-size: 2rem;
  padding: 20px;
}

.education h2 {
  font-size: 2rem;
  padding: 20px;
}
.experience,
.education p {
  font-size: 1.2rem;
  font-weight: 500;
}
.about-me-txt3:nth-child(3) {
  grid-column: span 2; /* Spans across both columns */
  margin: 30px 10px 0 10px;
}
.about-me-txt3 {
  text-align: left;
  font-size: 1.3rem;
}
/*EXPERIENCE SECTION*/
#experience {
  text-align: center;
  margin-top: 90px;
  line-height: 1.4;
}
#explore-experience-txt1 {
  font-size: 1.3rem;
}
#explore-experience-txt2 {
  font-size: 3.5rem;
}

.explore-experience-container {
  max-width: 1400px;
  display: flex;
  justify-content: space-evenly;
  margin: 50px auto 0 auto;
}

.frontend {
  width: 530px;
  height: 310px;
  border: 1px solid #ffba08;
  border-radius: 20px;
  margin: 20px;
}
.frontend-container a img {
  width: 50px;
  height: 50px;
}
.frontend-container {
  padding: 10px;
}

.frontend-container a {
  padding: 10px;
}

.frontend h2 {
  font-size: 1.8rem;
  margin-top: 10px;
}
.frontend-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.backend {
  width: 530px;
  height: 310px;
  border: 1px solid #ffba08;
  border-radius: 20px;
  margin: 20px;
}
.backend-container a img {
  width: 50px;
  height: 50px;
}
.backend-container a {
  padding: 10px;
}
.backend h2 {
  margin-top: 10px;
}
.backend h2 {
  margin-top: 10px;
  font-size: 1.8rem;
}
.backend-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*PROJECTS SECTION*/
.explore-project-text {
  text-align: center;
  margin-top: 90px;
  line-height: 1.4;
}
#explore-project-txt1 {
  font-size: 1.3rem;
}
#explore-project-txt2 {
  font-size: 3.5rem;
}

.project-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin: 50px auto 0 auto;
  /* border: 1px solid red; */
  place-items: center; /*Grid property to center items*/
}

.project-card {
  width: 320px;
  height: 410px;
  border: 1px solid #ffba08;
  border-radius: 20px;
}

.project-card .project-txt-header {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50%;
}
.project-card .project-txt-slogan {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
.project-card .hover-txt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin-top: 150px;
}

.project-card .hover-btn {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #fb8b24;
  background-color: #464343;
  font-weight: 700;
  margin: 30px 74px;
  cursor: pointer;
}

.project-card .hover-btn a {
  text-decoration: none;
  color: #ffff;
  font-size: 1.2em;
}

/*HOVER EFFECT FOR PROJECT CARDS*/
.hover-txt,
.hover-btn {
  display: none;
}
.project-card:hover h3,
.project-card:hover p:not(.hover-txt) {
  display: none;
}
.project-card:hover .hover-txt,
.project-card:hover .hover-btn {
  display: block;
}

/*CONTACT ME SECTION*/
#contact-me {
  text-align: center;
  margin-top: 90px;
  line-height: 1.4;
}

#contact-me-txt1 {
  font-size: 1.3rem;
}
#contact-me-txt2 {
  font-size: 3.5rem;
}
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*REMOVED SINCE I HAVE ADDED A 'HI' BUTTON INSTEAD*/
/* #email {
  width: 430px;
  height: 60px;
  margin: 30px auto 20px auto;
  border-radius: 10px;
  border: 2px solid #fb8b24;
  font-size: 1.7rem;
  text-align: center;
} 
input::placeholder {
  text-align: center;
}
  */

.contact-container h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  margin-top: 50px;
  padding: 40px;
}

.contact-container .submit-btn {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #464343;
  width: 190px;
  height: 60px;
  margin-top: 20px;
  border-radius: 50px;
  border: 1px solid #fb8b24;
  cursor: pointer;
  background-color: #ffff;
  transition: 0.3s ease-in-out;
}
.contact-container .submit-btn a{
  text-decoration: none;
  color: #464343;
}

.submit-btn:hover {
  background-color: #fb8b24;
  color: #464343;
}
/*FOOTER SECTION*/
.bottom {
  max-width: 800px;
  margin: 100px auto 50px auto;
  padding-bottom: 60px;
}
.bottom-links {
  display: flex;
  justify-content: space-around;
}
.bottom-links li {
  list-style: none;
}
.bottom-links li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #464343;
  cursor: pointer;
}
.copyright {
  margin-top: 60px;
  text-align: center;
}
