body {
  font-family: 'Spartan', sans-serif;
}

textarea {
  resize: none;
}

.header-wrapper {
  height: 75px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 10px #00000029;
}

.header-link {
  font-size: 13px;
  font-weight: 400;
  color: #B5B5B5;
}

.header-link:hover {
  color: #B5B5B5;
}

.top-section-wrapper {
  padding-top: 75px;
}

.top-section-image {
  max-height: calc(100vh - 75px);
}

.top-title {
  font-size: 50px;
  font-weight: 100;
  color: #FFF;
}

.top-border {
  margin: auto;
  width: 40%;
  border-top: 1px solid #fff;
}

.mouse-clicker-wrapper {
  bottom: 0;
}

.contact-us-title,
.about-us-title {
  font-size: 50px;
  font-weight: 400;
  color: #562480;
}

.about-us-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.about-us-separation {
  border-top: 1px solid #562480;
}

.services-wrapper {
  background: transparent linear-gradient(180deg, #562480 0%, #2B1240 100%) 0 0 no-repeat padding-box;
}

.services-title {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

.services-separation {
  border-top: 1px solid #fff;
}

.service-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.contact-us-image-text,
.service-item {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.footer-text,
.contact-us-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.contact-us-image-text-wrapper {
  top: 0;
}

.contact-us-button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  min-width: 250px;
  background: transparent linear-gradient(180deg, #562480 0%, #2B1240 100%) 0 0 no-repeat padding-box;
  border-radius: 25px;
}

.contact-us-button:hover {
  color: #fff;
}

.footer-wrapper {
  background-color: #B5B5B5;
}

.anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .header-link {
    font-size: 11px;
    font-weight: 400;
    color: #B5B5B5;
  }

  .services-title,
  .about-us-title,
  .top-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 576px) {
  .header-wrapper {
    height: 100px;
  }

  .top-section-wrapper {
    padding-top: 100px;
  }
}
