/* Header Banner */
*{
  font-family: "Graphik";
}

.about-us-body {
  background-color: rgb(245, 245, 245) !important;
}

.about-header {
  background: linear-gradient(0deg, #111111, #111111, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/assets/images/about/about-team.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  width: 100%;
  height: 60vh;
  padding: 50px 25px;
  padding-top: 100px;
  padding-bottom: 5px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;

  box-sizing: border-box;
}

.about-header-line {
  display: block;
}

.about-header-bold {
  font-weight: 700;
}

/* Team Section */

.about-main {
  padding: 80px 110px;
  background-color: #FFFFFF;
  color: #111111;
  margin-top: -1px;
}

.about-main-header {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.about-main-text {
  margin-bottom: 64px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.about-main-member {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
}

.about-main-member img {
  width: 100%;
  border-radius: 12px;
}

.about-main-member-header {
  display: block;
  text-align: center;

  padding-top: 16px;
  padding-bottom: 8px;

  font-weight: 700;
  font-size: 20px;
}

.about-main-member-subheader {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.about-main-member-spacer {
  margin: 48px 0;
}


/* Contact Section */

.about-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-contact-title {
  font-size: 28px;
  font-weight: 700;

  display: block;
}

.about-contact-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 16px 30px;
  text-align: center;

  font-size: 14px;
  color: #FFFFFF;

  line-height: 22px;
}

.about-address-line {
  width: 80%;
  display: flex;
  color: #111111;
}

.about-contact-link {
  color: #56A0F8;
}

.about-contact-link:hover,
.about-contact-link:active,
.about-contact-link:focus {
  color: #56A0F8;
  filter: brightness(0.8);
  text-decoration: none;
}

.about-contact-link.about-page {
  text-decoration: none;
}

.image-banner-text.about-us .banner-heading {
  font-size: 30px;
  font-weight: 600;
}

.image-banner-box.about-us .gradient-overlay {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #111111 90%);

  top: 0px;
}

.image-banner-box.about-us img {
  scale: 1.9;
}

.image-banner-text.about-us {
  padding-bottom: 50px;
}

.image-banner-box.about-us {
  height: 110vh;
  padding-top: 0px;
  margin-top: 54px;

  background: url("/assets/images/BackgroundLines.png"), linear-gradient(to bottom right, #111111, #333B49);
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (min-width: 900px) {
  .about-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/assets/images/about/about-team.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 10%;
    height: 90vh;
    display: flex;
  }

  .about-header-text {
    display: block;
    max-width: 700px;
    line-height: 60px;
  }

  .about-header-line {
    display: inline;
    font-size: 48px;
  }

  .about-main-header,
  .about-contact-title {
    font-size: 32px;
  }

  .about-main {
    padding: 80px 110px;
    padding-top: 80px;
    text-align: center;
  }

  .about-main-text,
  .about-contact-text,
  .about-contact-link {
    font-size: 20px;
  }
}

@media screen and (min-width: 25cm) {
  .header {
    background-color: #1E1E1E !important;
  }

  .image-banner-box.about-us .gradient-overlay {
    height: 100%;
    background: radial-gradient(90% 120% at top right, rgba(2,0,36,0) 0%, rgba(17,17,17,1) 80%, rgba(17,17,17,1) 100%);
  }

  .image-banner-box.about-us img {
    width: 70%;
    scale: 1.4;
    margin-right: -140px;
  }

  .image-banner-text.ajjas-ev {
    top: 50%;
    color: white;
  }

  .about-main {
    padding: 80px 110px;
    margin: -80px 64px 80px 64px;

    text-align: left;
    font-weight: 300;

    border-radius: 20px;

    position: relative;
  }

  .about-main-text {
    width: 80%;

    line-height: 30px;
  }

  .about-contact {
    /* align-items: flex-start;
    padding-left: 93px;

    margin-bottom: 164px;
    background-color: transparent; */
  }

  .about-contact-text {
    width: fit-content;
    padding-left: 0px;
    margin: 9px 0px;

    text-align: left;
    justify-content: flex-start;

    line-height: unset;
  }

  .about-address-line {
    width: 60%;
    line-height: 30px;
  }

  .image-banner-text.about-us {
    width: fit-content !important;
    top: 50%;
    left: 90px;
  }

  .image-banner-text.about-us .banner-heading {
    top: 50%;
    font-size: 54px;
    font-weight: 700;
  }

  .image-banner-text.about-us .banner-subheading.about-us {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF99;
    margin-top: 24px;
  }

  .image-banner-box.about-us .about-us-landing-image {
    width: 680px;
    height: 510px;

    margin-right: unset;
    scale: unset;

    position: absolute;
    top: 100px;
    right: 0px;
  }
}