.header {
  background: #151515 url("../images/intro-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header .text-container {
  z-index: 10;
}

.header .roles {
  font-family: "lora-regular", serif;
}

.header .social {
  bottom: 50px;
}

.profile img {
  width: 32px;
}

.about-img {
  width: 200px;
}

.project:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

.services {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.services .container {
  z-index: 10;
}

.skill-items {
  display: flex;
  justify-content: start;
  gap: 1rem;
}

.portfolio .skill-items {
  justify-content: center;
}

.skill-items img {
  width: 42px;
}

@media screen and (max-width: 767px) {
  .header .social i {
    font-size: 30px;
  }
  .profile .col-md-6 {
    text-align: center;
  }
  .profile .skill-items {
    justify-content: center;
    align-items: center;
  }
  .profile .col-md-6 hr {
    width: 100% !important;
  }
  .portfolio .col-md-8 {
    text-align: center;
  }
  .portfolio h3 {
    font-weight: bolder;
  }
  .header .roles {
    font-size: 18px !important;
  }
  .about-content {
    flex-direction: column;
  }
  .stats .stat {
    border-right: none !important;
    margin-bottom: 40px;
    border-bottom: var(--bs-dark) solid 1px;
    padding-bottom: 20px;
  }
}
