@import url("https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: black;
  width: auto;
  margin: auto;
  margin-top: 57px;
  gap: 150px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 43px;
}
.navbar .left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 57px;
}

.navbar .left a {
  text-decoration: none;
  background: linear-gradient(90deg, #fa6e00 0%, #e60026 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "K2D", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
}

.navbar .center ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  list-style: none;
}

.navbar .center ul a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
  color: #959595;
}

.home {
  color: #fa6e00 !important;
  font-weight: 700 !important;
}

.navbar .right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 57px;
}

.navbar .right button {
  background: linear-gradient(94.36deg, #fd6f00 3.1%, #e46400 94.54%);
  padding: 12px 40px;
  width: fit-content;
  min-height: 43px;
  border-radius: 8px;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
  color: #ffffff;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 50px 10%;
  min-height: 100vh;
}

.hero-content {
  flex: 1;
}

.greeting {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3%;
  margin-bottom: 10px;
  color: #707070;
}

.name {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #959595;
  margin-bottom: 24px;
}

.title {
  font-size: 64px;
  margin-bottom: 20px;
  background: linear-gradient(
    90.48deg,
    #984300 0.34%,
    #fd6f00 42.06%,
    #ca5900 90.34%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.icons {
  gap: 20px;
  padding-top: 16px;
}
.fa-linkedin {
  color: #0077b5; /* Official LinkedIn Blue */
  text-decoration: none;
  font-size: 20px;
}
.fa-linkedin:hover {
  color: #005582; /* Darker shade on hover */
}

.fa-upwork {
  color: #14a800; /* Official Upwork Green */
  transition: transform 0.3s;
  font-size: 20px;
}

.fa-upwork:hover {
  transform: scale(1.1); /* Subtle grow effect on hover */
}

.fiverr {
  color: #1dbf73;
}

.fa-square-github {
  font-size: 20px;
  color: #333; /* GitHub's brand grey */
}
.fa-square-github:hover {
  color: #4078c0; /* GitHub blue on hover */
}

.btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 61px;
}

.btns a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
}

.btn-primary {
  background: linear-gradient(94.36deg, #fd6f00 3.1%, #e46400 94.54%);
  padding: 12px 40px;
  width: fit-content;
  min-height: 48px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
}

.btn-secondary {
  border: 2px solid #959595;
  padding: 12px 40px;
  width: fit-content;
  min-height: 48px;
  border-radius: 8px;
  color: #959595;
}

.stats {
  display: flex;
  align-items: center;
  margin-top: 80px;
  padding: 24px;
  gap: 30px;
  width: 534px;
  min-height: 125px;
  background-color: #121212;
}

.stat-item {
  text-align: left;
}

.stat-number {
  margin-top: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
  color: #fd6f00;
}

.stat-label {
  margin-top: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: justify;
}

/* Vertical Divider Lines */
.divider {
  width: 1px;
  height: 80px;
  background-color: #555; /* Subtle grey for the line */
}

.hero-image {
  position: relative;
  width: 400px; /* Adjusted width to match the image scale better */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

/* Update your image to sit correctly in the container */
.hero-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.services {
  margin-top: 150px;
  gap: 80px;
}

.services h2 {
  text-align: center;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
}

.services p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 3%;
  color: #707070;
  margin-top: 18px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 150px;
  padding-right: 70px;
  padding-left: 80px;
}

.card {
  background-color: #1a1a1a; /* Slightly lighter card background */
  padding: 34px;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px); /* Subtle lift effect */
}

.icon {
  font-size: 50px;
  color: #fd6f00; /* Your brand orange */
  margin-bottom: 16px;
}

.card h3 {
  color: #fd6f00;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 34px;
}

.service-card p {
  color: #575757;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 3%;
}

.aboutme {
  padding: 80px;
  color: white;
  margin-top: 150px;
}

.aboutme h2 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
}

.aboutme .tag {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 3%;
  color: #707070;
  margin-top: 18px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 101px;
  margin-top: 40px;
}

.imgbox {
  flex-shrink: 0;
}

.imgbox img {
  width: auto;
  height: 600px;
  max-width: 100%;
  display: block;
}

.col50 {
  width: 631px;
  margin-top: 113px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #959595;
  margin-bottom: 30px;
}

.col50 span {
  color: white;
  font-weight: bolder;
  font-style: italic;
}

.fa-html5 {
  color: #e34c26;
  font-size: 50px;
}

.fa-css3-alt {
  color: #264de4;
  font-size: 50px;
  transition: transform 0.3s ease;
}

.fa-python {
  background: linear-gradient(180deg, #3776ab 50%, #ffd43b 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  display: inline-block;
}

.fa-js-square {
  color: #f7df1e;
  background-color: black;
  font-size: 50px;
}

.skillicon {
  display: flex;
  gap: 25px;
  margin-top: 50px;
  align-items: center;
}

.portfolio h2 {
  color: white;
  text-align: center;
  margin-top: 150px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
}

.portfolio p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 3%;
  color: #707070;
  margin-top: 18px;
}

.portfolio-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 40px;
}

.portfolio-item {
  width: 275px;
  margin: 20px;
  border: 1px solid #fff;
  box-shadow: 3px 4px 10px lightgrey;
  border-radius: 10px;
}

.portfolio-container .portfolio-item .portimgbox {
  width: 100%;
  height: 150px;
}

.portfolio-container .portfolio-item .portimgbox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.porttext {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.porttext a {
  color: white;
}

.contact h2 {
  color: white;
  text-align: center;
  margin-top: 150px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
}

.contact p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 3%;
  color: #707070;
  margin-top: 18px;
}

.contactform {
  padding: 75px;
  width: 100%;
  max-width: 800px;
  margin: 50px 214px 0 214px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.inputbox input,
.contactform select,
.inputbox textarea {
  width: 100%;
  padding: 15px;
  background-color: #1a1a1a;
  border: 1px solid #707070;
  color: #575757;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 3%;
}

.inputbox textarea {
  height: 100px;
  resize: vertical;
}

.submitbox {
  justify-self: end;
}

.submitbox input {
  width: 127px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #959595;
  padding: 12px 40px;
  gap: 10px;
  font-family: "Lato", sans-serif;
  background-color: black;
  color: #959595;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
}
