.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;
}

.about-img {
  max-width: 300px;
}

.skills .row {
  color: #990047;
}

.btn-cv {
  color: #990047;
  border: 1px solid #990047;
}

.btn-cv:hover {
  color: white;
  background-color: #990047;
  border: none;
}

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

/* cv section */
.cv .cv-title {
  color: #050d18;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cv .cv-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #cc005f;
  position: relative;
}

.cv .cv-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, #272829, transparent 20%);
  margin-bottom: 10px;
}

.cv .cv-item h5 {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.cv .cv-item ul {
  padding-left: 20px;
}

.cv .cv-item ul li {
  padding-bottom: 10px;
}

.cv .cv-item:last-child {
  padding-bottom: 0;
}

.cv .cv-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #ffffff;
  border: 2px solid #cc005f;
}

/* contact section */
.form-control {
  background-color: #fefefa;
}

/* white background go to links */
.btn-go-to-skills:hover,
.btn-go-to-contact:hover {
  background-color: #fefefa;
  border: 1px solid #fefefa;
}

@media (max-width: 767px) {
  .about-content {
    flex-direction: column;
  }
}
