.hero__header {
  padding: 0 15%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(44, 44, 44, 0.9);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 3px 10px 2px #000000af;
          box-shadow: 0px 3px 10px 2px #000000af;
}

.hero__header div {
  margin: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hero__header a.btn {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 0.3rem 1.5rem;
  text-transform: uppercase;
}

.hidden {
  opacity: 0;
  z-index: -5;
}

html,
body {
  min-height: 100%;
}

html {
  line-height: 1;
}

body {
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #f2f2f2;
  margin: 0;
  background-color: #000;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

main {
  min-height: 75vh;
}

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

h3 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 3.75rem;
  padding: 1.25rem 0;
  margin: 0;
  text-transform: uppercase;
}

.btn-green {
  background-color: #3d7b42;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-green:hover {
  background-color: #235730;
}

div.call-us {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

div.call-us .call-us__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin: 0;
  color: #e5e5e5;
}

div.call-us a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #9f9f9f;
}

div.call-us a span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #7ebd85;
}

div.call-us a:hover {
  color: #b2b2b2;
}

div.call-us a:hover span {
  color: #97ca9d;
}

header.header {
  gap: 2%;
  margin: 0;
  min-height: 200px;
  background-color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header a img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hero {
  text-align: center;
}

.hero .hero__title {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 4.375rem;
  margin: 0;
  margin-top: 0.625rem;
}

.hero div {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.465rem;
  text-transform: uppercase;
  margin: 0.625rem 0;
}

.hero a.btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  width: 22.5rem;
  padding: 0.6rem 0;
  text-transform: uppercase;
}

.hero a.btn .btn__span {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #85ca8d;
}

.hero .hero__content {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.hero .hero__content img {
  width: 55%;
  margin-left: 10%;
  margin-right: 2%;
}

.hero .hero__content ul {
  text-align-last: left;
}

.hero .hero__content ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.features {
  padding-top: 2.5rem;
  line-height: 0;
  text-align: center;
}

.features img {
  width: 100%;
}

.contact {
  background-color: #000;
}

.contact .call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 5% 0;
}

@media (max-width: 599px) {
  h3 {
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 2rem;
    padding: 0.625rem 0;
  }
  div.call-us {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-transform: uppercase;
  }
  div.call-us .call-us__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5rem;
    margin: 0;
    color: #e5e5e5;
  }
  div.call-us a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #9f9f9f;
  }
  div.call-us a[href='tel:+442081451986'] {
    margin-bottom: 0.4rem;
  }
  div.call-us a span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #7ebd85;
  }
  .hero__header {
    padding: 0 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__header a.btn {
    padding: 0.5rem 2.5em;
    margin: 5% 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.125rem;
  }
  header.header {
    gap: 0;
    margin: 0;
    min-height: auto;
    background-color: #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header a {
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header a img {
    width: 60%;
    margin: 0 auto;
    margin-top: 0.625rem;
  }
  .hero .hero__title {
    padding-bottom: 0.3rem;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.56rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.18rem;
  }
  .hero a.btn {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 0.8rem 0;
    width: 90%;
  }
  .hero a.btn span.btn__span {
    padding-top: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
  }
  .hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-bottom: 0.825rem;
  }
  .hero .hero__content img {
    width: 100%;
    margin: 0;
  }
  .hero .hero__content ul li {
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.18rem;
    padding-bottom: 0.325rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact a:last-child {
    margin: 0;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  html {
    font-size: 12px;
  }
  h3 {
    padding: 0.625rem 0;
  }
  .hero__header {
    padding: 0 8%;
  }
  .hero__header a.btn {
    padding: 0.7rem 1.2rem;
    margin: 2% 0;
  }
  header.header {
    padding-top: 1.25rem;
    margin: 0;
    min-height: auto;
    background-color: #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  header.header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header a img {
    width: 80%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 auto;
    text-align: right;
  }
  .hero .hero__title {
    padding-bottom: 0.3rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
  }
  .hero a.btn {
    padding: 0.5rem 0;
  }
  .hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.825rem;
  }
  .hero .hero__content img {
    width: 80%;
    margin: 0;
  }
  .hero .hero__content ul li {
    text-transform: none;
    padding-bottom: 0.625rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact div.call-us {
    padding: 3% 0;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
  h3 {
    padding: 0.625rem 0;
  }
  .hero__header {
    padding: 0 8%;
  }
  .hero__header a.btn {
    padding: 0.7rem 1rem;
    margin: 1% 0;
  }
  header.header {
    padding-top: 1.25rem;
    min-height: auto;
  }
  .hero .hero__title {
    padding-bottom: 0.625rem;
  }
  .hero .hero__subtitle {
    margin: 0 0 1rem 0;
    text-transform: none;
  }
  .hero a.btn {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  .hero .hero__content {
    padding-bottom: 0.825rem;
  }
  .hero .hero__content picture {
    width: 60%;
  }
  .hero .hero__content ul li {
    text-transform: none;
    padding-bottom: 0.625rem;
    text-align-last: center;
    list-style-position: inside;
  }
  .features {
    padding-top: 0;
  }
  .contact div.call-us {
    padding: 3% 0;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  html {
    font-size: 14px;
  }
  .hero .hero__content picture {
    width: 60%;
  }
}
/*# sourceMappingURL=main.css.map */