* {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  scroll-behavior: smooth;
  font-family: "Clash Display", sans-serif;
}
.container {
  height: 100vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)),
    url("./images/hero-bg-UOKN8CST.jpg");
  background-color: #000;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 99999999999;
  left: 0;
  right: 0;
  padding-left: 200px;
  padding-right: 200px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
}

.nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
ul li a {
  text-decoration: none;
  color: white;
}
ul li input {
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  background: #020024;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}
.center {
  display: flex;
  padding-left: 200px;
  padding-right: 200px;
  justify-content: space-between;
}
.desc {
  color: white;
  display: flex;
  margin-top: -40px;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  gap: 20px;

  height: calc(100vh - 70px);
}
.center .pic {
  display: flex;
  width: 50%;
  justify-content: right;
  align-items: center;
}
.center .pic img {
  height: 500px;
  border-radius: 20px;
}

.available {
  background-color: #10b9811a;
  width: fit-content;
  padding: 8px 20px;
  border-color: #10b98133;
  border-width: 1px;
  border-radius: 20px;
  border-style: solid;
}

.desc h2 {
  color: #8e9fb7;
}
.about {
  line-height: 30px;
}
.resume {
  padding: 10px 15px;
  background-color: #3a4cb9;
  color: white;
  border: none;
  border-radius: 4px;
  gap: 8px;
  cursor: pointer;
}

.resume-icon {
  width: 18px;
  height: 18px;
}
.contact {
  padding: 10px 15px;
  background-color: #3d3d3d;
  color: white;
  margin-left: 20px;
  border: none;
  border-radius: 4px;
}
.button-container {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1.5rem;
}

.button {
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d2e32;
  border: 2px solid #2d2e32;
  transition: all 0.45s;
}

.button:hover {
  transform: rotate(360deg);
  transform-origin: center center;
  background-color: #ffff;
  color: #2d2e32;
}

.button:hover .btn-svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg)
    brightness(103%) contrast(103%);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutMe {
  padding-right: 200px;
  padding-left: 200px;
  background-color: #0a0f1c;
  color: #ffd369;
}
.aboutMe h2 {
  padding-top: 20px;
  font-size: 40px;
}

.aboutDet {
  display: flex;
  padding-top: 30px;
  gap: 40px;
}
.aboutDet .left {
  color: white;
  flex: 1;
}
.aboutDet .right {
  flex: 1;
  background-color: #222831;
  padding: 15px;
  color: white;
  border-radius: 10px;
}
.aboutDet .right ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 20px;
  margin-left: 10px;
  gap: 12px;
}
.aboutDet .left p {
  line-height: 25px;
}

.skills h2 {
  padding-top: 20px;
  font-size: 40px;
  color: #ffd369;
}
.skills {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
  background-color: #0a0f1c;
}
.skills .cards {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}
.skills .cards .card {
  flex: 1;
  background-color: #222831;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
.skills .cards .card img {
  height: 80px;
}
.skills .cards .card ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}
.skills .cards .card ul li {
  background-color: #0a0f1c;
  padding: 5px 10px;
  border-radius: 20px;
}
.skills .cards .card:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.projects {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
  background-color: #0a0f1c;
  padding-bottom: 50px;
}
.projects h2 {
  padding-top: 20px;
  font-size: 40px;
  color: #ffd369;
}
.project-cards {
  display: flex;
  gap: 30px;
  padding-top: 30px;
  flex-wrap: wrap;
}
.project-card {
  flex: 1;
  min-width: 300px;
  background-color: #222831;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: transform 0.3s ease;
}
.project-card:hover {
  transform: translateY(-10px);
}
.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.project-card h3 {
  color: #ffd369;
  font-size: 24px;
}
.project-card p {
  line-height: 1.6;
  color: #ccc;
}
.project-links {
  display: flex;
  gap: 15px;
  margin-top: auto;
}
.project-link {
  text-decoration: none;
  color: #3a4cb9;
  padding: 8px 16px;
  border: 1px solid #3a4cb9;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.project-link:hover {
  background-color: #3a4cb9;
  color: white;
}
.stack {
  padding-right: 200px;
  padding-left: 200px;
  color: white;
  background-color: #0a0f1c;
}
.stack h2 {
  padding-top: 20px;
  font-size: 40px;
  color: #ffd369;
}
.stack .cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.stack .cards .card img {
  height: 60px;
}
.stack .cards .card {
  flex: 1;
  background-color: #222831;
  padding: 15px;
  text-align: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
.facts {
  list-style: none;
  padding: 0;
}

.facts li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.facts li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00adb5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Contact Section */
.contact-section {
  padding: 60px 200px;
  background-color: #0a0f1c;
  color: white;
}

.contact-section h2 {
  font-size: 40px;
  color: #ffd369;
  text-align: center;
  margin-bottom: 20px;
}

.contact-intro {
  text-align: center;
  color: #ccc;
  margin-bottom: 50px;
  font-size: 18px;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-item h3 {
  color: #ffd369;
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-item p {
  color: #ccc;
  line-height: 1.6;
}

.contact-item a {
  color: #3a4cb9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ffd369;
}

.contact-socials {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-socials a {
  padding: 10px 20px;
  background-color: #222831;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}

.contact-socials a:hover {
  background-color: #3a4cb9;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px;
  background-color: #222831;
  border: 1px solid #333;
  border-radius: 4px;
  color: white;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #3a4cb9;
  box-shadow: 0 0 10px rgba(58, 76, 185, 0.2);
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: #666;
}

.submit-btn {
  padding: 15px 30px;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Clash Display", sans-serif;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(58, 76, 185, 0.4);
}
