@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Poppins", sans-serif; */
}

.navbar-brand,
.title-section {
  font-family: "Alex Brush", cursive;
}

.mt-10 {
  margin-top: 10rem !important;
}

.ms-lg-6 {
  margin-left: 5.5rem;
}

.px-4 {
  margin: 0 15rem !important;
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: "Poppins", sans-serif;
}
.hero-section {
  min-height: 100vh;
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.hero-title {
  font-size: 36px;
  font-weight: 800;
}
.hero-title .name {
  color: #f15a24;
  font-weight: 600;
}
.hero-title-name {
  font-size: 48px;
  font-weight: 800;
}
.text-orange {
  color: #f15a24;
}
.bg-orange {
  background-color: #f15a24;
}
.btn-orange {
  background-color: #f15a24;
  color: white;
}
.btn-orange:hover {
  background-color: #d24c1f;
  color: white;
}
.profile-img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #f15a24;
}
.social-icons a {
  color: #333;
  margin-right: 16px;
  font-size: 20px;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #f15a24;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .profile-img {
    width: 200px;
    height: 200px;
  }
  .text-md-start {
    text-align: center !important;
  }
}

.icon-thread {
  background-color: #000;
  text-decoration: none;
  padding: 1px 3px;
  border-radius: 4px;
}

.btn-outline-orange {
  color: #f15a24;
  border: 2px solid #f15a24;
  background-color: transparent;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-orange:hover {
  background-color: #f15a24;
  color: #fff;
}

.nav-link.active {
  color: #f15a24 !important;
  font-weight: bold;
  border-bottom: 2px solid #f15a24;
}

.highlight-title {
  position: relative;
  display: inline-block;
}
.highlight-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #f17c52ff;
  z-index: 0;
}
.highlight-title span {
  position: relative;
  z-index: 1;
}

#footer {
  background-color: #212121;
  color: #fff;
}

textarea {
  resize: none;
}
