@charset "UTF-8";
.header {
  background: #151515 url(../images/intro-bg.jpg) no-repeat center center;
  background-size: cover;
}
.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;
}

.about-img {
  width: 300px;
}
.about p {
  position: relative;
}
.about p::before {
  content: "“";
  font-family: sans-serif !important;
  font-size: 15rem;
  position: absolute;
  top: -6rem;
  left: -1.2rem;
  opacity: 0.11;
  color: var(--bs-primary);
  z-index: 0;
}

.project:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  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;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.services .container {
  z-index: 10;
}

.footer {
  background: #151515 url(../images/intro-bg.jpg) no-repeat;
  background-size: cover;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.footer__copyright {
  z-index: 10;
}

@media screen and (min-width: 900px) {
  .header .roles {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .social i {
    font-size: 30px;
  }
  .header #typing-text {
    font-size: 30px;
  }
  .header .roles {
    font-size: 14px;
  }
  .about-content {
    flex-direction: column;
  }
}
