:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.section {
  height: 100vh;
  background-image: linear-gradient(146deg, rgba(0, 0, 0, .36), #000 54%, #1c1e23), url('../images/forest-wallpaper_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
}

.section.imghide {
  height: 100vh;
  background-image: linear-gradient(250deg, rgba(23, 24, 29, .94), rgba(26, 27, 32, .78) 54%, #1c1e23), url('../images/ipad_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 926px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5%;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8%;
  padding-right: 8%;
}

.div-title {
  width: 60%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-right: 60px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.text-block {
  opacity: .75;
  color: #fff;
  font-size: 22px;
  line-height: 150%;
}

.text-block.author {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.text-block.author._30px {
  font-size: 25px;
}

.text-block.author._30px.bold {
  font-size: 21px;
  font-weight: 800;
}

.img-div {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapp-column {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-height: 600px;
}

.button {
  width: 35%;
  min-height: 60px;
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(56, 152, 236, 0);
  background-image: linear-gradient(117deg, #5c595d, #263347);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
  display: flex;
}

.button:hover {
  transform: scale(.95);
}

.button._10 {
  width: 100%;
  transition: all .3s;
}

.button._10:hover {
  transform: scale(.95);
}

.div-text {
  height: 40%;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 5%;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  width: 50%;
  opacity: .75;
  color: #fff;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-logo-left {
  background-image: linear-gradient(360deg, #15161a, #393a3d);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-primary {
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(26, 27, 31, 0);
  border-radius: 5px;
  outline: 3px solid rgba(255, 255, 255, .11);
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-wrapper-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three, .footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: rgba(228, 235, 243, .28);
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  width: 100%;
  color: #bababa;
  text-align: center;
}

.image-2 {
  width: 50px;
}

.logos-without-title {
  background-color: #000;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clients-image-three {
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container-8 {
    padding-left: 12%;
    padding-right: 12%;
  }

  .div-title {
    padding-right: 200px;
  }

  .image {
    max-height: 600px;
  }

  .div-text {
    padding-bottom: 10%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .clients-image-three {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .div-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading {
    font-size: 45px;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block.author._30px.bold {
    font-size: 28px;
  }

  .button {
    width: 50%;
  }

  .button._10 {
    width: 200px;
  }

  .text-block-2 {
    width: 100%;
    text-align: center;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .clients-wrapper-three {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 5%;
  }

  .section.imghide {
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-title {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .heading {
    text-align: center;
  }

  .heading.shadow {
    text-align: center;
    font-size: 30px;
  }

  .text-block {
    text-align: center;
    font-size: 15px;
  }

  .img-div {
    width: 100%;
  }

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

  .div-text {
    position: static;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 160%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding: 10px 15px 20px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .logos-without-title {
    padding: 40px 0;
  }

  .clients-wrapper-three {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .section.imghide {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading {
    font-size: 30px;
  }

  .text-block.author._30px.bold {
    font-size: 19px;
  }

  .button {
    width: 80%;
  }

  .button._10 {
    width: 100%;
  }

  .div-text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


