:root {
  --primary: #fff;
  --secondary: #000;
  --accent: #f0f0f0;
  --transition: 500;
}

body {
  background-color: var(--primary);
  color: var(--secondary);
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.hero {
  background-color: var(--secondary);
  color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.banner.intro {
  height: 30vh;
  min-height: 400px;
}

.banner.foot {
  z-index: -1;
  height: 25vh;
  min-height: 400px;
  margin-top: -2px;
}

.full__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.full__image.top {
  object-position: 50% 25%;
}

.intro__heading__section {
  z-index: 2;
  color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-bottom: -50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.intro__headng {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.hero__logo {
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: 500px;
  display: flex;
}

.logo__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 75px;
  display: flex;
}

.section.cta {
  background-color: var(--accent);
  margin-bottom: -2px;
  padding: 150px 150px 135px;
  position: relative;
}

.section.services {
  padding-left: 0;
  padding-right: 0;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container__header {
  border-color: currentColor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 75px;
  display: flex;
}

.container__header.footer__header {
  justify-content: flex-start;
}

.container__header.services {
  border-bottom-style: none;
  padding-left: 75px;
  padding-right: 75px;
}

.sub__copy {
  margin-right: 150px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.sub__logo {
  object-fit: contain;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  display: block;
}

.container__footer {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.container__footer.footer__copyright {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.container__footer.services {
  border-bottom-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.container__footer.text__columns {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.copy {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.copy.margin__right {
  margin-right: 25px;
}

.sub__heading {
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.service__display__list {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: relative;
}

.service__item {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.service__heading {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  min-width: 100%;
  font-size: 30px;
  line-height: 35px;
}

.cta__info {
  flex-flow: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.cta__content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta__line {
  background-color: var(--secondary);
  width: 1px;
  height: 50px;
  padding: 0;
}

.cta__sub__heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.cta__heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

.footer {
  background-color: var(--secondary);
  color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 75px;
  display: flex;
}

.footer.cta {
  background-color: var(--accent);
  padding: 150px 150px 135px;
}

.footer__heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.footer__heading.margin__left {
  margin-left: 75px;
}

.native__link {
  color: #fff0;
  cursor: pointer;
  background-image: url('../images/native-design_agency-logo_native-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  color: var(--primary);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header__logo {
  object-fit: contain;
  width: 100%;
  display: block;
}

.nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 25px;
  right: 20px;
}

.nav__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.nav__item {
  margin-right: 10px;
}

.nav__link {
  transform-origin: 100%;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  transform: rotate(90deg);
}

.rotated__block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-right: 10px;
  display: flex;
}

.service__panel {
  width: 100%;
  transform: translate(-47vw);
}

.service__display__panel {
  z-index: 10;
  background-color: var(--secondary);
  color: var(--primary);
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  padding: 50px 75px;
  position: relative;
}

.services__line {
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
}

.line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
}

.service__block {
  flex-flow: column;
  display: none;
}

.service__block__header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary);
  border-color: currentColor;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.service__block__header.footer__header {
  justify-content: flex-start;
}

.service__block__header.services {
  border-bottom-style: none;
  padding-left: 75px;
  padding-right: 75px;
}

.service__block__content {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
}

.service__block__content.footer__copyright {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.service__block__content.services {
  border-bottom-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.service__block__copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.service__block__line {
  width: 100%;
  padding-left: 0;
}

.service__line {
  background-color: currentColor;
  width: 100%;
  max-width: 150px;
  height: 1px;
}

.service__block__footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 75px;
  display: flex;
}

.service__block__footer.footer__header {
  justify-content: flex-start;
}

.service__block__footer.services {
  border-bottom-style: none;
  padding-left: 75px;
  padding-right: 75px;
}

.service__block__heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
}

.service__block__heading.margin__left {
  margin-left: 75px;
}

.service__display {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 75px;
  transition: all .5s;
  display: flex;
  transform: translate(-80%);
}

.service__show {
  transform: translate(0%);
}

.service__block__show {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.close__service__button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: all .75s;
  position: absolute;
  right: 75px;
}

.active__close__button {
  transform: rotate(180deg);
}

.header__logo__brand {
  object-fit: contain;
  width: 100px;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}

.override__styles {
  display: none;
}

.image__slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.slide__controls {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.slide__selector {
  border: 1px solid var(--primary);
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.active__slide {
  background-color: var(--primary);
}

.wf__slider__nav {
  display: none;
}

.slider__cover {
  z-index: 1;
  background-image: linear-gradient(#00000026, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .banner {
    height: 300px;
  }

  .banner.intro {
    min-height: 300px;
    max-height: 300px;
  }

  .intro__heading__section {
    margin-top: -15px;
  }

  .intro__headng {
    font-size: 36px;
  }

  .hero__logo {
    max-width: 350px;
  }

  .section.cta {
    padding: 100px 100px 75px;
  }

  .sub__copy {
    margin-right: 100px;
    font-size: 18px;
    line-height: 28px;
  }

  .sub__logo {
    max-width: 80px;
    max-height: 80px;
  }

  .copy {
    font-size: 13px;
    line-height: 28px;
  }

  .sub__heading {
    font-size: 13px;
    line-height: 17px;
  }

  .service__heading {
    font-size: 25px;
    line-height: 25px;
  }

  .cta__sub__heading {
    font-size: 14px;
    line-height: 23px;
  }

  .cta__heading {
    font-size: 20px;
    line-height: 20px;
  }

  .footer__heading {
    font-size: 12px;
    line-height: 22px;
  }

  .footer__heading.margin__left {
    font-size: 12px;
    line-height: 23px;
  }

  .nav__link {
    font-size: 14px;
    line-height: 29px;
  }

  .service__block__copy {
    font-size: 16px;
    line-height: 31px;
  }

  .service__block__heading {
    font-size: 13px;
    line-height: 38px;
  }

  .header__logo__brand {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 250px;
  }

  .banner.intro {
    min-height: 250px;
    max-height: 250px;
  }

  .banner.template {
    height: 250px;
  }

  .banner.foot {
    min-height: 250px;
  }

  .intro__heading__section {
    margin-top: -8px;
  }

  .intro__headng {
    font-size: 22px;
  }

  .hero__logo {
    min-width: 300px;
  }

  .section {
    padding: 75px 50px;
  }

  .section.cta {
    padding: 75px 75px 50px;
  }

  .container__header {
    padding-bottom: 50px;
  }

  .container__header.services {
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sub__copy {
    margin-right: 75px;
    font-size: 15px;
    line-height: 25px;
  }

  .sub__logo {
    max-width: 60px;
    max-height: 60px;
  }

  .sub__logo.large {
    max-width: 80px;
    max-height: 80px;
  }

  .container__footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container__footer.services {
    padding-bottom: 0;
  }

  .container__footer.text__columns {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .copy.margin__right {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .service__display__list {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service__item {
    margin-bottom: 20px;
  }

  .service__heading {
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 20px;
  }

  .footer {
    padding: 75px 50px;
  }

  .footer__heading {
    font-size: 10px;
    line-height: 20px;
  }

  .footer__heading.margin__left {
    margin-left: 50px;
  }

  .nav__link {
    font-size: 13px;
    line-height: 28px;
  }

  .service__display__panel {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding: 50px;
  }

  .services__line {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service__block__header {
    padding-bottom: 15px;
  }

  .service__block__content {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .service__block__copy {
    font-size: 15px;
    line-height: 26px;
  }

  .service__block__footer {
    padding-bottom: 50px;
  }

  .service__block__heading {
    font-size: 13px;
    line-height: 28px;
  }

  .service__display {
    padding-bottom: 50px;
    transform: translate(-90%);
  }

  .close__service__button {
    right: 50px;
  }

  .slide__selector {
    width: 8px;
    height: 8px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 200px;
  }

  .banner.intro {
    min-height: 200px;
    max-height: 200px;
  }

  .banner.foot {
    min-height: 200px;
  }

  .intro__heading__section {
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .intro__headng {
    font-size: 16px;
  }

  .hero__logo {
    min-width: 250px;
    max-width: 275px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.cta {
    padding: 50px 50px 25px;
  }

  .section.services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container__header.footer__header {
    flex-flow: column;
    align-items: flex-start;
  }

  .container__header.services {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub__copy {
    margin-right: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .sub__logo {
    max-width: 75px;
    max-height: 75px;
  }

  .sub__logo.large {
    max-width: 100%;
    max-height: 100%;
  }

  .container__footer.footer__copyright {
    flex-flow: column;
  }

  .container__footer.services {
    padding-top: 30px;
  }

  .copy {
    font-size: 11px;
    line-height: 25px;
  }

  .sub__heading {
    font-size: 11px;
    line-height: 14px;
  }

  .service__display__list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service__heading {
    font-size: 18px;
    line-height: 18px;
  }

  .cta__sub__heading {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .cta__heading {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 19px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__heading {
    max-width: 200px;
    margin-bottom: 10px;
  }

  .footer__heading.margin__left {
    max-width: none;
    margin-left: 0;
    font-size: 11px;
  }

  .nav {
    top: 15px;
    right: 10px;
  }

  .service__display__panel {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .services__line {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service__block__copy {
    font-size: 12px;
    line-height: 23px;
  }

  .service__block__footer {
    padding-bottom: 30px;
  }

  .service__block__heading {
    font-size: 11px;
    line-height: 25px;
  }

  .service__display {
    padding-bottom: 30px;
    transform: translate(-100%);
  }

  .close__service__button {
    width: 15px;
    height: 15px;
    right: 30px;
  }

  .header__logo__brand {
    top: 15px;
    left: 15px;
  }

  .slide__controls {
    bottom: 15px;
    right: 15px;
  }

  .slide__selector {
    margin-top: 5px;
  }

  .link-block {
    width: 100%;
    height: 125px;
    margin-bottom: 25px;
  }
}


