@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CircularStd-Book.otf");
}

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CircularStd-Medium.otf");
}

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/CircularStd-Bold.otf");
}

body {
  font-family: 'Circular', sans-serif;
}

img {
  object-fit: cover;
}

a {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.navbar {
  position: fixed;
  display: block;
  width: 100%;
  height: 6.5rem;
  background: #fff;
  z-index: 99;
}

.left, .logo {
  margin-bottom: 3rem;
}

.android {
  width: 13.5rem;
  margin-left: 2rem;
}

.navbar .logo {
  max-width: 16rem;
  max-height: 6.5rem;
  vertical-align: middle;
}

.navbar * {
  margin-top: 0.5rem;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hero {
  padding-top: 22rem;
}

.pricing {
  background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  background: -o-linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  background: -moz-linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  color: white;
  padding: 4.5rem;
}

.pricing h2 {
  line-height: 0.25;
}

.pricing .value {
  margin-top: 2rem;
}

.trust {
  background-image: url("../images/solar.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 10rem;
  padding-top: 5rem;
  text-align: center;
  color: white;
}

.trust img {
  height: 12.5rem;
}

.trust h2 {
  margin-top: 5rem;
}

.phone {
  position: relative;
  top: -14rem;
  left: 8rem;
  max-height: 650px;
}

.phone-number {
  line-height: 4.5rem;
  margin-left: 30px;
  margin-right: 30px;
}

.video {
  padding: 6.5rem 0;
}

footer {
  position: relative;
  background: #f9a825;
  color: #fff;
  bottom: 0;
  height: 6.5rem;
  line-height: 6.5rem;
}

footer a {
  color: white;
}

.footer input {
  display: none;
}

@media (max-width : 550px) {
  .android {
    margin-left: 1rem;
  }

  .hero {
    padding-top: 11rem;
  }

  .screenshots {
    text-align: center;
  }

  .phone {
    top: 0;
    left: 0;
    margin: auto;
    width: 90%;
  }

  .phone-number {
    margin-left: 0;
    margin-right: 0;
    line-height: 6rem;
    font-size: 12px;
  }

  .navbar input {
    display: none;
  }

  footer {
    height: 100%;
    line-height: 3rem;
    text-align: center;
    padding: 4rem 0;
  }

  .footer input {
    display: block;
    color: white;
    border-color: #fff;
    margin: auto;
    margin-bottom: 1rem;
  }

  .trust {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .trust img {
    height: 10rem;
    margin-bottom: 3rem;
  }

  .video {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .video .hero-heading {
    margin-top: 3rem;
  }
}
