@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

.header {
  background-color: var(--bs-dark);
  /* height: 190vh; */
  height: fit-content;
  padding: 20px;
}

.body {
  height: 800px;
}

.custom-navbar {
  background-color: #1a1b19;
  /* dark background */
  padding: 1rem 0;
}

.custom-navbar .navbar-brand {
  font-weight: bold;
  color: #f5f0e1;
  /* soft cream color */
  font-size: 1.5rem;
}

.custom-navbar .navbar-nav .nav-link {
  color: #d7eee7;
  margin: 0 0.5rem;
  font-weight: 600;
}

.custom-navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
}


/* Highlight active link with orange underline */
.custom-navbar .nav-link.active {
  border-bottom: 3px solid #ee9705; /* orange underline */
  color: #ffffff !important;
}
.btn-orange {
  background-color: #ee9705;
  color: #160707;
  font-weight: 500;
  border-radius: 6px;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  padding: 14px;
}

.btn-orange:hover {
  background-color: #d98500;
  color: #fff;
}

.navbar-toggler {
  font-size: 17px;
  background-color: #fda103ee;
}

.intro-text {
  font-size: 25px;

}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #f89c1c;
  border-radius: 2px;
}

.display-4,
h1 {
  font-size: 60px;
}


@media(max-width: 668px) {
  .btn-orange {
    padding: 14px;
    margin: auto 10px;
  }

  .btn-orange:hover {
    background-color: #d98500;
    color: #fff;
  }

  .custom-navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .hero-section {
    text-align: center;
    padding: 2rem 1rem;
  }

  .hero-section h1 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .intro-text {
    font-size: 0.9rem;
    padding-left: 0;
    border-left: none;
  }



  .hero-section img {
    max-width: 60%;
    height: auto;
    margin-top: 1rem;
  }



}

hr {

  color: #ffd900;

}

.about {
  margin-top: 60px;
  height: fit-content;

  display: flex;
}

.col {
  margin-top: 90px;

}

.col-1 {
  width: 40%;
  margin: 10px;
  padding: 60px;
  font-weight: 600;

}

.col-2 {
  margin-left: auto;
  width: 50%;
  font-size: 22px;
  color: #f2fcf9;
}

.col-1>p {
  font-size: 24px;
  color: #d98500;
}

.col-1>h1 {
  color: white;
  font-size: 49px;
  margin-top: 30px;
  margin-bottom: 60px;

}

ul {
  display: flex;
  padding: 10px;
  align-items: center;
}

li {
  margin: 10px;
}

@media (max-width: 768px) {
  .about.introduction {
    flex-direction: column;
    padding: 1rem;
  }

  .about.introduction .col {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .about.introduction h1 {
    font-size: 1.5rem;
  }

  .about.introduction p {
    font-size: 1rem;
  }

  .s-about__social {
    justify-content: center;
    margin-top: 1rem;
  }

  .s-about__social li {
    display: inline-block;
    margin: 0 0.5rem;
  }

  .col-2 {
    margin-top: -40px;
  }
}

.s-intro__scroll-down a {
  display: inline-flex;
  align-items: center;
  color: var(--color-3);
}

a {
  color: var(--color-link);
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

.skills-section {
  background-color:rgb(253, 253, 246);
  padding: 120px 20px;
  font-family: sans-serif;
}

.skills-section .container {
  max-width: 900px;
  margin: auto;
   background-color:rgb(253, 253, 246);
}



.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   background-color:rgb(253, 253, 246);
}

.skill {
  width: 100%;
}

.progress-bar {
  margin-bottom: 20px;
   background-color:rgb(253, 253, 246);
}

.progress-bar span {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #222;
 background-color:rgb(253, 253, 246);  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bar {
  background-color: #ebe9e9;
  height: 13px;
  border-radius: 5px;
  overflow: hidden;
}

.fill {
  background-color: #4bb3f3;
  height: 100%;
  width: 0;
  transition: width 0.6s ease;
  border-radius: 5px;
}
.skills-section .container>p {
 
  color: #cf8104f1;
  font-weight: 600;
  font-size: 20px;
}
.skills-section .container> h1{
  font-size: 30px;
  color: #000000be;
}
.project-info :first-child {
  color: #cf8104f1;
  font-weight: 600;
  font-size: 24px;
}
.project-info .description {
  color: #000000be;
  font-size: 30px;
  margin-top: 10px;
}
.project-cards {
  padding-left: 15px;
  padding-right: 15px;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
}
.contact-cta {
  background-color: #121c17; /* deep dark greenish-black */
  font-family: 'DM Serif Display', serif;
  padding-top: 100px;
  padding-bottom: 100px;

  margin: 0 auto;
}

.contact-cta h2 {
  color: #fff8e7;
  font-size: 3rem;
  line-height: 1.3;
}

.contact-cta a.btn {
  background-color: #f89c1c;
  border: none;
  transition: background-color 0.3s ease;
}

.contact-cta a.btn:hover {
  background-color: #d78200;
  color: white;
}
