body {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  background-color: rgb(245, 245, 247);
  
}

html{
  scroll-behavior: smooth;
}

.nav-links a {
  color: rgb(48, 48, 49);
  text-decoration: none;
  padding: 0 15px;
}

.nav-links a:hover {
  color: rgb(0, 0, 0);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  z-index: 2;
}

.logo {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: rgb(35, 35, 35);
}

.logo:hover {
  color: rgb(0, 0, 0);
}

.nav-links {
  display: flex;
  gap: 20px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgb(35, 35, 35);
}

.nav-links:hover {
  color: rgb(0, 0, 0);
}

.hamburger {
  font-size: 28px;
  cursor: pointer;
  display: none;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 75%;
  background: linear-gradient(
    35deg,
    rgba(255, 255, 255, 0.318),
    rgba(255, 255, 255, 0.723),
    rgba(249, 249, 249, 0.296)
  );
  backdrop-filter: blur(20px);
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.222);
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: right 0.4s ease;
  z-index: 3;
}

.mobile-menu > a {
  margin: 20px 0;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.7;
  text-decoration: none;
  color: rgb(35, 35, 35);
}

.mobile-menu > a:hover {
  color: rgb(0, 0, 0);
}

.close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  cursor: pointer;
}

/* banner */

.banner-wrapper {
  margin: 100px 0px;
}

/* left */
.banner-Info span {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgb(110, 110, 115);
}

.banner-Info h2 {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: rgb(29, 29, 31);
}

.banner-Info h1 {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: rgb(29, 29, 31);
}

.banner-Info p {
  color: rgb(110, 110, 115);
  margin: 10px 0px 30px 0px;
}

.resume-btn {
  background-color: #000000;
  color: #ffff;
  text-decoration: none;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding: 10px 30px;
  border-radius: 6px;
}

/* right */

.banner-primary-img > img {
  border-radius: 10px;
  box-shadow: 0px 15px 20px rgba(113, 113, 113, 0.5);
  transition: transform 0.3s ease-in-out;
  margin-left: 150px;
}

.banner-primary-img > img:hover {
  transform: scale(1.01);
}

/* about */

.about-title h4 {
  text-align: center;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin-top: 150px;
}

.about-intro p {
  text-align: justify;
  margin: 10px 30px;
  /* border: 1px solid black; */
  border-radius: 10px;
  padding: 20px 20px;
  box-shadow: 0 0 15px rgba(192, 192, 192, 0.5);
}

.about-intro p span {
  color: rgb(110, 110, 115);
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.about-primary-img > img {
  border-radius: 10px;
  box-shadow: 0px 15px 20px rgba(113, 113, 113, 0.5);
  transition: transform 0.3s ease-in-out;
  margin-left: 150px;
  margin-top: 50px;
}

.about-primary-img > img:hover {
  transform: scale(1.01);
}

.about-intro {
  margin: 50px 0px;
}

.edu-Info {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 0px 0px 0px 30px;
  width: 80%;
}

.edu-Info span {
  margin-left: 10px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.edu-Info p {
  margin: 0px 38px 0px 38px;
}

.edu-box {
  margin: 0px 0px 20px 35px;
}

.lang {
  display: block;
  margin-left: 38px;
}

.lang-box {
  margin: 0px 0px 20px 35px;
}

.lang-Info {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 0px 0px 0px 30px;
  width: 80%;
}

.main-lang-span {
  margin-left: 10px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

/* skills */

.skill-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin: 100px 0px 100px 0px;
}

.frontend-skill-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: rgb(29, 29, 31);
  margin: 30px 0px 40px 0px;
}
.backend-skill-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: rgb(29, 29, 31);
  margin: 30px 0px 40px 0px;
}

.frontend-icon-group,
.backend-icon-group {
  margin-left: 100px;
}

.frontend-skill,
.backend-skill {
  /* padding: 10px; */
  border: 1px solid black;
  border-radius: 30px;
  width: 600px;
  margin-left: 25px;
  /* box-shadow: 0 0 15px rgba(214, 214, 214, 0.5); */
}

.frontend-icon {
  width: 75px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.frontend-icon:hover {
  transform: scale(1.1);
}

.frontend-icon p {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 100%;
  font-weight: 600;
  margin-top: 10px;
}

.backend-icon {
  width: 75px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.backend-icon:hover {
  transform: scale(1.1);
}

.backend-icon p {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 100%;
  font-weight: 600;
  margin-top: 10px;
}

.skill-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}

.frontend-icon-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.backend-icon-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.language-icon-group {
  display: flex;
  justify-content: space-between;
  padding: 0pc 40px;
}

.language-icon {
  width: 75px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.language-icon:hover {
  transform: scale(1.1);
}

.language-skill-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: rgb(29, 29, 31);
  margin: 30px 0px 40px 0px;
}

.language-icon-group > div:nth-child(6) p {
  margin-top: 28px;
}

.language-icon p {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 100%;
  font-weight: 600;
  margin-top: 10px;
}

.language-skill {
  border: 1px solid black;
  border-radius: 30px;
  margin: 50px 25px 50px 25px;
  /* box-shadow: 0 0 15px rgba(214, 214, 214, 0.5); */
}

/* project*/

.project p,
h5,
h4 {
  margin: 0;
}

.project-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin: 150px 0px 100px 0px;
}

.project-wrapper {
  display: flex;
  justify-content: space-around;
  max-height: 500px;
}

.project1 {
  box-shadow: -5px 8px 15px rgba(155, 153, 153, 0.5);
  border-radius: 15px;
  max-width: 300px;
  padding-bottom: 15px;
  transition: transform 0.3s ease-in-out;
}

.project2 {
  box-shadow: -5px 8px 15px rgba(155, 153, 153, 0.5);
  border-radius: 15px;
  max-width: 300px;
  transition: transform 0.3s ease-in-out;
}

.project3 {
  box-shadow: -5px 8px 15px rgba(155, 153, 153, 0.5);
  border-radius: 15px;
  max-width: 300px;
  transition: transform 0.3s ease-in-out;
}

.project1:hover,
.project2:hover,
.project3:hover {
  transform: translateY(-10px);
}

.project1 video {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.project2 img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.project3 img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.project1 h5 {
  padding: 8px;
}
.project2 h5 {
  padding: 10px;
}
.project3 h5 {
  padding: 10px;
}
.project1 p {
  padding: 5px 15px 5px 10px;
}
.project2 p {
  padding: 5px 15px 5px 10px;
}
.project3 p {
  padding: 5px 15px 5px 10px;
}
.project1 a {
  padding: 0px 10px;
  text-decoration: none;
  color: black;
  text-decoration: underline;
}
.project2 a {
  padding: 0px 10px;
  text-decoration: none;
  color: black;
  text-decoration: underline;
}
.project3 a {
  padding: 0px 10px;
  text-decoration: none;
  color: black;
  text-decoration: underline;
}

.show-project-btn {
  text-align: center;
  margin: 100px;
  padding: 10px 0px;
  border-radius: 30px;
  background-color: #000000;
  max-width: 200px;
  margin-left: 550px;
}

.show-project-btn a {
  color: white;
  text-decoration: none;
}

/* contact */

.contact-title h4 {
  text-align: center;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin: 150px 0px 40px 0px;
}

.contact-title p {
  text-align: center;
  margin-bottom: 100px;
}

.contact-title p span {
  display: block;
}

.contact-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.contact-left div {
  display: flex;
  gap: 10px;
}

.contact-left div span {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgb(29, 29, 31);
}
.contact-left div a {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgb(29, 29, 31);
  text-decoration: none;
}

/* footer */

.nav-links-footer {
  display: flex;
  gap: 20px;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 150px 0px 0px 520px;
}

.nav-links-footer a {
  color: rgb(48, 48, 49);
  text-decoration: none;
  padding: 0 15px;
}

.nav-links-footer a:hover {
  color: rgb(0, 0, 0);
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  margin: 0px 30px;
}

.footer-bottom p{
  margin-left: 50px;
}

.social-media{
  display: flex;
  gap: 20px;
}
