.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.section {
  background-image: url('../images/web.png'), radial-gradient(circle, #009150, #000 61%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.title {
  z-index: 70;
  max-width: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 11% 0% 0%;
}

.big-planete {
  z-index: 60;
  max-width: 50%;
  margin-top: 101px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 35% 0% 0%;
  overflow: visible;
}

.bg {
  z-index: 1;
  max-width: none;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.astro {
  z-index: 61;
  max-width: 15%;
  margin-top: 83px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 23% 0% 0%;
}

.stars {
  z-index: 50;
  min-width: 100vw;
  position: absolute;
  inset: 0%;
}

.image {
  z-index: 99;
  position: absolute;
}

.nuage {
  z-index: 99;
  opacity: 1;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-color: #b6c730;
  background-image: linear-gradient(#000, #fff);
  height: 100vh;
}

.section-3 {
  background-color: #b6c52f;
  height: 100vh;
}

.section-4 {
  background-color: #030e08;
  height: 20vh;
}

.waves {
  z-index: 2;
  opacity: .46;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 19% 0% 0%;
}

.soucoupe {
  max-width: 8%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 26% 0% 0% 55%;
}

.fusee {
  max-width: 7%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 19% 0% 0% -50%;
}

.planete1 {
  opacity: .56;
  max-width: 10%;
  position: absolute;
  top: 145px;
  left: 78px;
}

.planete1-copy {
  opacity: .56;
  max-width: 10%;
  position: absolute;
  top: 420px;
  left: 800px;
}

.section-5 {
  background-color: #000;
}

.section-copy {
  background-image: radial-gradient(circle, #009150, #000 61%);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-2 {
  max-width: 50%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.submit-button {
  text-transform: uppercase;
  background-color: #79b72a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-block {
  width: 100%;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.image-3 {
  width: 24%;
  max-width: 30%;
  position: absolute;
  inset: auto 0% 27% 37%;
}

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

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  color: #79b72a;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}

.text-field {
  opacity: 0;
}

.text-block-2 {
  margin-top: 12px;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

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

  .footer-link-three {
    margin-bottom: 10px;
  }

  .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;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

@media screen and (max-width: 479px) {
  .title {
    max-width: 80%;
  }

  .container {
    max-width: none;
  }

  .image-3 {
    width: 60%;
    max-width: 60%;
    inset: auto 0% 28% 25%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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


