@import "font-face.css";
body {
  font-family: "Nunito";
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  margin: 20px 0;
  font-size: 72px;
  line-height: 84px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  h1 {
    line-height: 64px;
  }
}

p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button.blue {
  background-color: #2B89E1;
  color: #fff;
}
button.blue:hover {
  background-color: #0067c7;
}

.grid-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.row {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  background-color: #000;
  padding: 28px 0;
}
.header .grid-container {
  max-width: 1030px;
}

.hero {
  min-height: 650px;
  background-color: #000;
  margin-top: -2px;
}
@media only screen and (min-width: 0px) and (max-width: 1299px) {
  .hero {
    min-height: 580px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero {
    padding-bottom: 66px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .hero {
    padding-bottom: 62px;
  }
}
.hero .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  overflow: visible;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero .grid-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.hero__text {
  max-width: 670px;
  width: 100%;
  padding: 90px 0;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__text {
    padding: 0;
    max-width: 687px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
  }
}
.hero__text h1 {
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .hero__text h1 {
    font-size: 56px;
  }
}
.hero__text p {
  color: rgba(255, 255, 255, 0.6);
}
.hero__text p strong {
  color: #fff;
}
.hero__text .sign-btn {
  margin-top: 32px;
  position: relative;
  display: inline-block;
  max-width: 350px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__text .sign-btn {
    max-width: 100%;
  }
}
.hero__text .sign-btn p {
  margin-bottom: 22px;
}
.hero__text .sign-btn button {
  max-width: 256px;
  width: 100%;
  position: relative;
}
.hero__text .sign-btn button::after {
  content: "";
  background-image: url("../images/green-arrow.svg");
  background-size: 95%;
  display: block;
  background-repeat: no-repeat;
  height: 70px;
  width: 40px;
  position: absolute;
  bottom: 21px;
  right: -60px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__text .sign-btn button::after {
    height: 67px;
    width: 32px;
    position: absolute;
    bottom: 12px;
    right: -63px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .hero__text .sign-btn button::after {
    right: -43px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__text .sign-btn button {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__image {
  height: 530px;
  max-width: 459px;
  width: 100%;
  display: inline-table;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__image {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.hero__image img {
  position: relative;
  max-width: 530px;
  top: 30px;
  left: 86px;
}
@media only screen and (min-width: 0px) and (max-width: 1299px) {
  .hero__image img {
    max-width: 460px;
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__image img {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .hero__image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.description {
  padding: 120px 0 60px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .description {
    padding-top: 80px;
    padding-bottom: 34px;
  }
}
.description__text {
  text-align: center;
  margin-bottom: 38px;
}
.description__text p {
  line-height: 32px;
  margin-bottom: 32px;
}
.description .icons-container {
  max-width: 1130px;
}
.description__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .description__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.description__icons-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .description__icons-item {
    width: 50%;
    margin-bottom: 26px;
  }
}
.description__icons-item img {
  margin-bottom: 24px;
}
.description__icons-item p {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  height: 648px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .fullwidth-image {
    height: 436px;
  }
}
.fullwidth-image.image-1 {
  background-image: url("../images/saraeye-intelligent-voice-assistant.jpg");
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .fullwidth-image.image-1 {
    background-position: 90% 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .fullwidth-image.image-1 {
    height: 436px;
    background-position: 100% center;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .fullwidth-image.image-1 {
    background-position: 96% center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 620px) {
  .fullwidth-image.image-1 {
    background-position: 92% center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .fullwidth-image.image-1 {
    background-position: 81% center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .fullwidth-image.image-1 {
    background-position: 78% center;
  }
}
.fullwidth-image.image-2 {
  background-image: url("../images/saraeye-on-kickstarter.jpg");
}

.image-about {
  padding-top: 180px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about {
    padding-top: 80px;
  }
}
.image-about.reverse {
  padding-top: 80px;
  margin-bottom: 138px;
}
.image-about.reverse .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about.reverse .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.image-about.reverse .about-row .image-about__descr {
  left: 0;
  right: initial;
  padding-right: 0px;
  padding-left: 55px;
  top: initial;
  bottom: -26px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about.reverse .about-row .image-about__descr {
    padding-left: 0;
  }
}
.image-about.reverse .about-row .image-about__descr .text-container {
  margin-right: auto;
  margin-left: 0;
}
.image-about .grid-container {
  overflow: visible;
}
.image-about .about-row {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.image-about__image {
  height: 498px;
  max-width: 380px;
  width: 100%;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about__image {
    margin: -50px auto 0;
  }
}
.image-about__descr {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  text-align: center;
  max-width: 790px;
  width: 100%;
  background-color: #F9FBFD;
  border-radius: 16px;
  padding-top: 123px;
  padding-bottom: 80px;
  padding-right: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about__descr {
    position: relative;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    max-width: 100%;
    top: 0;
  }
}
.image-about__descr .text-container {
  max-width: 523px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
  .image-about__descr .text-container {
    max-width: 465px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 950px) {
  .image-about__descr .text-container {
    max-width: 435px;
    padding-bottom: 62px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 920px) {
  .image-about__descr .text-container {
    max-width: 385px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about__descr .text-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
  }
}
.image-about__descr-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  display: inline-block;
  margin-left: auto;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about__descr-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-about__descr p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  display: inline-block;
  margin-left: auto;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .image-about__descr p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.connects {
  margin-top: 80px;
}
.connects .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.connects__title {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
}
.connects__logos {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 737px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .connects__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
  }
}
.connects__logos img:first-child {
  margin-right: 67px;
}
@media only screen and (min-width: 0px) and (max-width: 870px) {
  .connects__logos img:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .row {
  display: block;
}
.footer .footer__form {
  background-color: #2AC955;
  text-align: center;
  width: 100%;
  padding: 40px 0 40px;
}
.footer .footer__form .titles {
  margin-bottom: 21px;
}
.footer .footer__form-title {
  font-size: 40px;
  line-height: 32px;
  font-family: "Nunito";
  margin-bottom: 11px;
  font-weight: 700;
}
.footer .footer__form-subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer__form form {
  max-width: 582px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 650px) {
  .footer .footer__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__form form input {
  border: none;
  font-size: 16px;
  line-height: 16px;
  padding: 21px 24px;
}
.footer .footer__form form input::-webkit-input-placeholder {
  color: #D8D8D8;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.footer .footer__form form input:-moz-placeholder {
  color: #D8D8D8;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.footer .footer__form form input::-moz-placeholder {
  color: #D8D8D8;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.footer .footer__form form input:-ms-input-placeholder {
  color: #D8D8D8;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.footer .footer__form form input:focus {
  outline: none;
}
.footer .footer__form form input[type=email] {
  border-radius: 6px 0px 0px 6px;
  max-width: 420px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 650px) {
  .footer .footer__form form input[type=email] {
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 10px;
    width: auto;
  }
}
.footer .footer__form form input[type=submit] {
  border-radius: 0px 8px 8px 0px;
  max-width: 162px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  height: 64px;
  font-weight: 800;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 650px) {
  .footer .footer__form form input[type=submit] {
    border-radius: 8px;
    max-width: 100%;
  }
}
.footer .footer__form form input[type=submit]:hover {
  background-color: #292929;
}
.warning {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  display: none;
  text-align: center;
}
.on {display: block !important;}
.footer .footer__form .message {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  display: block;
}
.footer__copy {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
