header {
  background-size: cover;
  background-attachment: fixed;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/header-background.jpg) center center no-repeat;
}

header a {
  color: #f4f4f4;
}

.text-container h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 200px;
  border-bottom: #aeaeae 1px solid;
}

#services .text-container h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 80px;
  border-bottom: #6f6f6f 1px solid;
}

.about-content img {
  height: 180px;
  width: 180px;
  object-fit: cover;
}

#portfolio .project img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}

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

#services {
  background-attachment: fixed;
  background-size: cover;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bg.jpg) center center no-repeat;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 767px) {
  header h5 {
    font-size: 16px;
  }
  .text-container h4::after {
    width: 150px;
  }
  .about-content {
    flex-direction: column;
    align-items: center;
  }
  .stat-container {
    border-right: 0px solid black !important;
    border-bottom: 1px solid black !important;
  }
}
