@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}

#home {
  height: 100vh;
}

#supportPage {
  scroll-behavior: smooth;
}

#home img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
}

.navbar-brand {
  padding-top: 0px;
}

.navbar-brand img {
  width: 185px;
  height: 58px;
}

.footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.policy p strong {
  color: #151385;
}

.policy li {
  color: #666666;
}

.policy ul {
  margin-left: 20px;
  margin-bottom: 16px;
}
.policy ul li {
  list-style: disc;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer-menu ul li {
  display: inline-block;
  margin: 10px;
  font-size: 16px !important;
  color: #fff;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #2cb17d;
}

#sticky-header.header-area {
  padding: 30px 0px;
}

#sticky-header.header-area.sticky {
  padding: 0px 0px;
  background: #050123;
  background: -moz-linear-gradient(top, #050123 0%, #151385 100%);
  background: -webkit-linear-gradient(top, #050123 0%, #151385 100%);
  background: linear-gradient(to bottom, #050123 0%, #151385 100%);
}

.slider-area {
  padding-top: 90px;
  outline: 0px;
}

.slider-area {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.features-area {
  padding-top: 100px;
}

.about-app-area {
  padding-top: 0px;
  padding-bottom: 100px;
}

.feature-area-full {
  padding-top: 100px;
  padding-bottom: 100px;
}

.screenshot-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.download-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #151385;
}

.faq-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-content p + p {
  margin-top: 15px;
}

.accordion .btn {
  white-space: normal !important;
  line-height: 1.3 !important;
}

.about-app-thumb {
  padding: 0px !important;
}

.about-app-thumb img {
  max-width: 100%;
}

.slider-height {
  min-height: auto;
  padding: 80px 0px 80px 0px;
  outline: 0px;
}

.slider-app-thumb {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  right: -20px;
}

.silder-content {
  padding: 0px;
}

.faq-img {
  padding: 0px !important;
  margin: 0px !important;
}

.faq-img img {
  max-width: 100%;
}

.area-title {
  margin-bottom: 50px;
}

.screenshot-area .area-title {
  margin-bottom: 10px !important;
}

.app-item {
  outline: none;
}
.app-item img {
  max-height: 613px;
}

.app-item:focus {
  outline: none;
}

.main-features {
  height: calc(100% - 30px);
}
.features-icon img,
.features-icon-img img {
  width: 72px;
  height: 72px;
}

.app-item {
  box-shadow: none;
}
.app-item img {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: 0px 3px 9px 0 rgb(169 169 169 / 25%);
}

/* form.error input,
form.error select,
form.error textarea {
  border-color: #d50000;
} */

.contact-form form input,
.contact-form form select {
  height: 50px !important;
}

.contact-form form textarea {
  padding: 12px;
}
.contact-form .btn {
  min-width: 272px;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  .main-menu ul.navbar-nav {
    border: 1px solid #2655b4;
    box-shadow: 0 4px 18px 0 rgb(169 169 169 / 25%);
    border-radius: 6px;
    background-color: #13113f;
    background-image: none;
    padding: 10px;
  }

  #sticky-header.header-area.sticky {
    padding: 15px 0px;
  }

  .about-app-thumb {
    text-align: center;
  }

  .faq-img {
    text-align: center;
  }

  .about-app {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #home {
    height: auto;
  }

  .main-menu ul.navbar-nav {
    background-color: #050124;
    background-image: none;
    padding: 10px;
  }

  .slider-height {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .silder-content a {
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-app-thumb img {
    width: auto;
    max-height: 400px;
  }

  .features-area {
    padding-top: 60px;
  }

  .about-app-area {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .feature-area-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .screenshot-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .download-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .area-title {
    margin-bottom: 40px;
  }

  .single-slider {
    text-align: center;
  }

  .slider-app-thumb {
    right: inherit;
    left: inherit;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
    right: 0px;
  }

  .about-app {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form form input,
  .contact-form form select {
    height: 40px !important;
  }

  .screenshot-area {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 374px) {
  .contact-form .btn {
    min-width: auto;
    width: 100%;
  }
}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
  only screen and (-webkit-min-device-pixel-ratio: 2.25),
  only screen and (min-device-pixel-ratio: 2.25),
  only screen and (min-resolution: 2.25dppx) {
}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
  only screen and (-webkit-min-device-pixel-ratio: 3.25),
  only screen and (min-device-pixel-ratio: 3.25),
  only screen and (min-resolution: 3.25dppx) {
}
