:root {
  --color-2: #0a0a0a;
  --color-5: #138d75;
  --color: white;
  --color-4: #1abc9c;
  --color-6: #f2f4f6;
  --color-3: #333;
}

body {
  color: var(--color-2);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: linear-gradient(#0009, #0009), url('../images/clean-office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.hero-contect-div {
  width: 80%;
  max-width: 90%;
}

.hero-headline {
  color: var(--color);
  text-align: center;
  font-size: 3em;
  line-height: 1.4em;
}

.hero-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button {
  background-color: var(--color-5);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-5));
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button:hover {
  background-image: none;
}

.button.hero-button {
  width: 32%;
}

.navbar {
  border-bottom: 1px solid var(--color-6);
  background-color: var(--color);
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: var(--color-4);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 75px;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.dark {
  color: var(--color-5);
}

.nav-menu {
  align-items: center;
  height: 75px;
  padding-right: 15px;
  display: flex;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.promise {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: -10%;
  margin-bottom: 0%;
}

.wrap.flex.top {
  margin-top: 5%;
}

.wrap.center {
  text-align: center;
}

.wrap._100-flex {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.promise-left {
  border-right: 1px solid var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  font-size: 3em;
  line-height: 1.2em;
  display: flex;
}

.promise-txt-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-top: 20px;
  display: flex;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.gray {
  background-color: var(--color-6);
  flex-flow: column;
  padding-top: 5%;
  padding-bottom: 12%;
  display: flex;
}

.section.no-top {
  padding-top: 0%;
  padding-bottom: 0%;
}

.section.no-top.btm {
  background-color: var(--color-6);
  padding-bottom: 5%;
}

.section.black {
  background-color: var(--color-2);
}

.top-sub {
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2em;
  display: flex;
}

.top-sub.space {
  justify-content: space-between;
}

.sub-txt {
  margin-right: 30px;
}

.teal-line {
  background-color: var(--color-2);
  width: 75%;
  height: 1px;
}

.teal-line._60 {
  width: 30%;
}

.photo-55 {
  object-fit: cover;
  width: 55%;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-45 {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 25px;
  display: flex;
}

.test-div {
  background-color: var(--color-6);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  padding: 20px;
  display: flex;
}

.name {
  line-height: 1.2em;
}

.text-40 {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 36%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.h2-lightr {
  color: var(--color-4);
}

.list-holder {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.photo-holder-60 {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.photo-49 {
  object-fit: cover;
  width: 49%;
  overflow: hidden;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-48.no-btm {
  padding-bottom: 0;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

.body-btns {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.body-btns.wrap {
  flex-flow: wrap;
  justify-content: flex-start;
}

.no-btm {
  margin-bottom: 0;
}

.why-div {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.why-photo {
  object-fit: cover;
  overflow: hidden;
}

.why-txt {
  background-color: var(--color);
  text-align: center;
  flex-flow: column;
  min-height: 175px;
  margin-top: -25px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px;
  display: flex;
}

.flex-section {
  justify-content: space-between;
  margin: 20px;
  display: flex;
}

.photo40 {
  object-fit: cover;
  width: 40%;
  overflow: hidden;
}

.text-60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 50px;
  display: flex;
}

.footer {
  background-image: linear-gradient(#0009, #0009), url('../images/clean-office-wide.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 8%;
  padding-bottom: 8%;
}

.form-holder {
  width: 60%;
}

.h2-white {
  color: var(--color);
}

.field-label {
  color: var(--color);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

.text-field {
  background-color: #ffffffad;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-2);
}

.info-35 {
  color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.light {
  color: var(--color);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/clean-office.jpg');
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .hero-contect-div {
    width: 90%;
  }

  .hero-headline {
    font-size: 2.5em;
  }

  .button.hero-button {
    width: 49%;
  }

  .button.in-nav {
    text-align: left;
    display: block;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-right: 0;
  }

  .wrap.flex, .wrap.flex.top-marg {
    flex-flow: column;
  }

  .wrap._100-flex {
    flex-flow: wrap;
  }

  .teal-line {
    width: 55%;
  }

  .photo-55 {
    width: 100%;
  }

  .text-45 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .test-div {
    width: 49%;
    margin-bottom: 2%;
  }

  .text-40 {
    width: 100%;
    padding-top: 0;
  }

  .photo-holder-60, .text-48, .text-48.no-btm, .photo-48 {
    width: 100%;
  }

  .photo-48.hide {
    display: none;
  }

  .why-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .why-photo {
    max-height: 300px;
  }

  .why-txt {
    min-height: 0;
  }

  .text-60 {
    padding: 25px;
  }

  .form-holder, .info-35 {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--color-5);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
    padding-bottom: 0%;
  }

  .hero-headline {
    font-size: 2em;
  }

  .hero-buttons {
    flex-flow: column;
  }

  .button.hero-button {
    width: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .navbar {
    padding-left: 20px;
  }

  .brand {
    height: 50px;
    padding-left: 0;
    font-size: 1.5em;
  }

  .promise-left {
    border-bottom: 1px solid var(--color-4);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .promise-txt-right {
    width: 100%;
  }

  .top-sub.space {
    flex-flow: column;
    align-items: flex-start;
  }

  .sub-txt {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .no-btm {
    margin-top: 15px;
  }

  .flex-section {
    flex-flow: column;
  }

  .photo40 {
    width: 100%;
  }

  .text-60 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    justify-content: flex-end;
    padding-bottom: 5%;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
  }

  .navbar {
    padding-left: 10px;
  }

  .brand {
    font-size: 1em;
  }

  .promise-left {
    padding-bottom: 10px;
    font-size: 1.8em;
  }

  .test-div {
    width: 100%;
  }

  .photo-holder-60 {
    flex-flow: column;
  }

  .photo-49 {
    width: 100%;
  }

  .photo-49.hide {
    display: none;
  }

  .no-btm {
    font-size: 1.4em;
  }
}


