html,
body {
  color: #2e2f3e;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  color: #14151f;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 32px;
}

h2 {
  color: #14151f;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 32px;
}

h4 {
  color: #14151f;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Above the Fold */

.above-the-fold {
  background-color: #f5f5f7;
  padding-top: 48px;
  overflow: hidden;
}

.header {
  margin-bottom: 64px;
}

.logo {
  display: block;
  height: 112px;
  left: 50%;
  position: relative;
  transform: perspective(1px) translateX(-50%);
  width: 112px;
}

.logo img {
  height: 112px;
  width: 112px;
}

.main-image {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.main-image img {
  height: auto;
  margin-bottom: -8px;
  width: 450px;
}

.platform {
  margin-top: 32px;
}

.apple-badge,
.google-badge {
  display: inline-block;
  height: 52px;
  width: auto;
}

.apple-badge img,
.google-badge img {
  height: 52px;
  width: auto;
}

/* Features */

.features-image {
  height: 664px;
}

.features-image img {
  height: 480px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translate(-50%, -50%);
  width: auto;
}

.features-content {
  margin: 104px 0;
}

.features h2 {
  color: #ff1aa2;
}

.features-list {
  margin: 0;
  padding: 0;
}

.features-list li {
  box-sizing: content-box;
  font-size: 18px;
  line-height: 28px;
  margin: 28px 0;
  padding-left: 48px;
  position: relative;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.unstyled-list {
  list-style: none;
}

[class^="icon-"],
[class*=" icon-"] {
  font-size: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

/* Reviews */

.reviews {
  background-color: #ff63b5;
  padding: 88px 0 56px 0;
}

.reviews h2 {
  color: #fff;
  text-align: center;
}

.reviews-wrap {
  margin-top: 16px;
}

.review {
  margin: 0 auto 40px;
  /*width: 824px;*/
}

.review img {
  border-radius: 52px;
  display: block;
  height: 104px;
  margin: 0 auto 32px;
  width: 104px;
}

.review blockquote {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

.review cite {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 32px;
}

.review cite > span {
  font-weight: 400;
}

.owl-theme .owl-controls {
  margin: 0;
}

.owl-page.active > span {
  background-color: #fff;
}

.owl-theme .owl-controls .owl-page span {
  color: #fff;
  border: solid 2px;
  height: 16px;
  margin: 0 4px;
  opacity: 1;
  width: 16px;
}

/* Screenshots */

/*carousel controls*/
.screenshots .owl-page.active > span {
  background-color: #ff1aa2;
}

.screenshots .owl-theme .owl-controls .owl-page span {
  color: #ff1aa2;
  border: solid 2px #ff1aa2;
}
/*end*/

.screenshots {
  padding: 88px 0;
}

.screenshots h2 {
  color: #ff1aa2;
  text-align: center;
}

.screenshots h4 {
  text-align: center;
}

.screenshots-wrap-outer {
  margin-top: 56px;
}

.owl-carousel-2 > div {
  margin-bottom: 64px;
}

.screenshots-wrap-inner,
.owl-carousel-2 {
  display: flex;
  justify-content: space-between;
}

.screenshot {
  display: inline-block;
  margin: 0 24px;
  max-width: 255px;
}

/* Footer */

.footer {
  background-image: url(../jpg/footer_image.jpg);
  background-position: center center;
  background-size: cover;
  padding: 88px 0 184px;
}

.footer h2 {
  color: #f9f9fa;
  margin-bottom: 40px;
  text-align: center;
}

.footer h4 {
  color: #f9f9fa;
  text-align: center;
}

.footer .platform {
  margin-top: 88px;
}

.footer .platform:nth-child(1) {
  text-align: right;
}

.footer .platform:nth-child(2) {
  text-align: left;
}

.footer .apple-badge {
  margin-right: 12px;
}

.footer .google-badge {
  margin-left: 12px;
}

/* Boilerplate */

.boilerplate {
  background-color: #fff;
  padding: 32px 0 72px;
}

.boilerplate .logo {
  display: block;
  height: 48px;
  margin-bottom: 12px;
  width: 48px;
}

.boilerplate .logo img {
  height: 48px;
  width: 48px;
}

.copyright {
  text-align: center;
  /*margin-top: 12px;*/
}

.heart-symbol {
  color: #c10016;
}

.bullet {
  font-size: 24px;
  margin: 0 5px;
  vertical-align: bottom;
}

.copyright a {
  border-bottom: 1px solid #fff;
  color: #ff1aa2;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.copyright a:hover {
  border-bottom: 1px solid #ff1aa2;
}

/* Fixes */

.scroll-top {
  display: none !important;
}

/* Media Queries */

@media (min-width: 359px) and (max-width: 992px) {
  .header {
    margin-bottom: 40px;
  }
  .statement {
    text-align: center !important;
  }
  .platform {
    margin-top: 40px;
  }
  .above-the-fold .platform:nth-child(2) {
    margin-bottom: 56px;
  }
  .apple-badge,
  .apple-badge img {
    width: auto;
    height: 57px;
  }
  .features-content {
    margin: 32px 0 88px 0;
    text-align: center;
  }
  .features h2 {
    margin-bottom: 24px;
  }
  .features-list {
    text-align: left;
  }
  .features-image {
    height: 264px;
    margin-top: 112px;
  }
  .features-image img {
    height: 264px;
  }
  .reviews {
    padding: 72px 0;
  }
  .screenshots {
    padding: 72px 0;
  }
  .screenshots h2{
    margin-bottom: 24px;
  }
  .screenshots-wrap-outer {
    margin-top: 40px;
  }
  .owl-carousel-2 > div {
    margin-bottom: 48px;
  }
  .owl-item {
    display: flex;
    justify-content:center;
  }
  .footer {
    padding: 72px 0 104px;
  }
  .footer .platform:nth-child(1),
  .footer .platform:nth-child(2) {
    text-align: center;
  }
  .footer .platform:nth-child(2) {
    margin-top: 40px;
  }
  .footer .apple-badge {
    margin-right: 0;
  }
  .footer .google-badge {
    margin-left: 0;
  }
}

@media (min-width: 736px) and (max-width: 1023px) {
  .col-xs-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .platform {
    margin-bottom: 56px;
    width: 50%;
  }
  .above-the-fold .platform:nth-child(1) {
    text-align: right;
  }
  .above-the-fold .platform:nth-child(2) {
    margin-left: -21px;
    text-align: left;
  }
  .google-badge,
  .google-badge img {
    height: 57px;
  }
  .no-wrap {
    white-space: nowrap;
  }
  .footer .platform:nth-child(1) {
    text-align: right;
  }
  .footer .platform:nth-child(2) {
    margin-left: -21px;
    text-align: left;
  }
  .footer .platform {
    margin-top: 40px;
  }
  .footer .apple-badge {
    margin-right: 0;
  }
  .footer .google-badge {
    margin-left: 0;
  }
}

@media (min-width: 1023px) {
  .boilerplate .logo {
    float: right;
  }

  .reviews .container {
    width: 850px;
  }
}
