/*
  Theme Name: Vinex - App Landing HTML5 Template
  Description: App Landing  HTML5 template.
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
 2. Header
 3. Slider
 4. Features
 5. App-statistics
 6. Pricing box
 7. Testimonail-area
 8. Download-area
 9. Contact
 10. Footer
 11. Loading
*/
/* 1. Theme default css */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #666666;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2B96CC;
  text-decoration: none;
}
a,
button {
  color: #1696e7;
  outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid #f2f2f2;
}
/* button style */
.btn {
  -moz-user-select: none;
  background: #1696e7 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.breadcrumb > .active {
  color: #888;
}
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-nav div:hover {
  background: #2B96CC;
  color: #fff;
}
/* scrollUp */
#scrollUp {
  background: #FB354E;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 34px;
}
#scrollUp:hover {
  background: #444;
}
/* 2. Header */
.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s;
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .navbar .navbar-brand img {
  height: 60px;
}
@media (max-width: 767px) {
  .main-menu ul.navbar-nav {
    background: linear-gradient(to bottom, #F5A623, #ffb742);
    margin-top: 20px;
  }
  .main-menu .navbar .navbar-brand img {
    height: 30px;
  }
}
.main-menu .navbar-nav li.nav-item {
  margin-left: 30px;
}
.main-menu .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 37px 0;
}
.main-menu .navbar-nav li.nav-item a.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 31px;
  background: #fff;
  width: 0px;
  height: 2px;
  transition: 0.3s;
}
.main-menu .navbar-nav li.nav-item:hover a.nav-link::before,
.main-menu .navbar-nav li.nav-item.active a.nav-link::before {
  width: 20px;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  z-index: 1030;
  padding: 0px 0;
  background: -webkit-linear-gradient(to bottom, #F5A623, #ffb742);
  background: linear-gradient(to bottom, #F5A623, #ffb742);
}
.sticky .main-menu .navbar-nav li.nav-item a.nav-link {
  padding: 23px 0;
}
.sticky .main-menu .navbar-nav li.nav-item a.nav-link::before {
  bottom: 20px;
}
.cd-words-wrapper b {
  display: inline-block;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
}
/* 3. Slider */
.slider-area {
  position: relative;
}
.slider-area.bg-image {
  background-position: center center;
  background-size: cover;
  min-height: 950px;
}
.slider-app {
  padding-top: 222px;
}
.slider-content h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 28px;
}
.slider-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 40px;
  margin-bottom: 40px;
}
.slider-content a {
  padding: 17px 40px;
  background: #fff;
  color: #333;
  border: 2px solid #fff;
  border-radius: 0;
  margin-right: 7px;
}
.slider-content a.purchase-btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.slider-content a.purchase-btn:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #333;
}
.slider-three-active .slick-dots li {
  display: inline-block;
}
.slider-active .slick-dots {
  display: none;
}
.slider-three-active .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.slider-three-active .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  height: 15px;
  width: 15px;
  border: 0;
  margin: 0 3px;
  background: #F5A623;
  border-radius: 50%;
}
.slider-three-active .slick-dots li.slick-active button {
  background: #fff;
}
.video-overly:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffb742;
  background: -webkit-linear-gradient(to bottom, #F5A623, #ffb742);
  background: linear-gradient(to bottom, #F5A623, #ffb742);
  z-index: -1;
  opacity: 1;
}
/* 4. Features */
.section-title h1 {
  font-size: 48px;
  font-weight: 700;
}
.section-title p {
  margin-bottom: 0;
}
.features-content h3 {
  font-size: 24px;
  margin-bottom: 11px;
}
.features-content p {
  padding: 0 18px;
  margin: 0;
}
.app-features.features-bg {
  background-position: center;
  background-size: cover;
}
.single-features-wrap h4 {
  font-size: 24px;
  font-weight: 600;
}
.single-features-wrap p {
  margin: 0;
  padding-right: 37px;
}
.app-img img {
  padding-left: 50px;
  margin-top: -35px;
}
.app-item {
  margin: 0 10px;
}
.app-item img {
  width: 100%;
}
/* 5. App-statistics */
.app-statistics-area.statistics-bg {
  background-image: linear-gradient(to top, #F5A623, #ffb742);
}
.white-title h1,
.white-title p {
  color: #fff;
}
.single-statis h1 {
  font-size: 90px;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  color: #fff;
}
.single-statis span {
  font-size: 24px;
  color: #fff;
}
/* 6. Pricing box */
.pricing-box {
  background: #f4f7fc;
  border-radius: 20px;
  padding-top: 55px;
  padding-bottom: 60px;
}
.price-head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 70px;
  padding-bottom: 25px;
  position: relative;
}
.price-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg/wave.png);
  height: 10px;
  width: 133px;
  background-repeat: no-repeat;
  margin: auto;
}
.price-list {
  margin-bottom: 60px;
}
.price-list li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.price-count h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}
.btn.price-btn {
  padding: 13px 35px;
  border-radius: 30px;
  color: #333;
  border: 2px solid #cccccc;
  background: none;
  transition: 0.3s;
}
.btn.price-btn:hover {
  border-color: transparent;
  color: #fff;
  background: #ffb742;
  background: -webkit-linear-gradient(to right, #F5A623, #ffb742);
  background: linear-gradient(to right, #F5A623, #ffb742);
}
.pricing-box.gradient-bg {
  background: #ffb742;
  background: -webkit-linear-gradient(to bottom, #F5A623, #ffb742);
  background: linear-gradient(to bottom, #F5A623, #ffb742);
}
.gradient-head h2 {
  color: #fff;
}
.gradient-head h2::before {
  background: url(../img/bg/white-wave.png);
}
.gradient-list li {
  color: #fff;
}
.gradient-price h1 {
  color: #fff;
}
.price-btn.gradient-btn a {
  border: 2px solid #fff;
  background: #fff;
}
.price-btn.gradient-btn a:hover {
  border: 2px solid #fff;
  background: none;
}
/* 7. Testimonail-area */
.testimonial-bg {
  background-position: center;
  background-size: cover;
}
.inner-testimonial p {
  font-size: 29px;
  line-height: 42px;
  color: #000033;
  margin-bottom: 23px;
}
.testimonial-author img {
  box-shadow: 0px 3px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: auto;
}
.author-info h4 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 15px;
}
.author-info span {
  font-size: 16px;
}
/* 8. Download-area */
.download-area.download-bg {
  background-image: linear-gradient(to top, #F5A623, #ffb742);
  position: relative;
}
.smart-watch {
  position: absolute;
  right: 0px;
  bottom: -80px;
}
.section-title.download-title h1 {
  color: #fff;
}
.section-title.download-title p {
  color: #fff;
}
.get-app a {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-radius: 49px;
  margin-right: 18px;
}
.get-app a i {
  float: left;
  font-size: 25px;
  position: relative;
  top: 8px;
  transition: 0.3s;
}
.get-app a p {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  float: left;
  padding-left: 12px;
  color: #fff;
  text-align: left;
  transition: 0.3s;
}
.get-app a p b {
  font-family: 'Montserrat', sans-serif;
}
.get-app a:hover {
  background: #fff;
  border-color: #fff;
}
.get-app a:hover i {
  color: #666;
}
.get-app a:hover p {
  color: #666;
}
/* 9. Contact */
.contact-form input:not([type="checkbox"],[type="radio"]) {
  box-shadow: 0px 2px 4px rgba(0, 12, 31, 0.08);
  border: 0;
  margin-bottom: 30px;
  width: 100%;
  padding: 15px 25px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.contact-form input:focus {
  box-shadow: 0px 10px 20px rgba(0, 12, 31, 0.1);
  outline: none;
  border-color: #eceff5;
}
.contact-form textarea {
  box-shadow: 0px 2px 4px rgba(0, 12, 31, 0.08);
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  width: 100%;
  padding: 15px 25px;
  height: 200px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.contact-form textarea:focus {
  box-shadow: 0px 10px 20px rgba(0, 12, 31, 0.1);
  outline: none;
  border-color: #eceff5;
}
.btn.contact-btn {
  padding: 20px 30px;
  background: -webkit-linear-gradient(to right, #F5A623, #ffb742);
  background: linear-gradient(to right, #F5A623, #ffb742);
}
.contact-form .contact-btn:focus {
  box-shadow: 0px 10px 20px rgba(0, 12, 31, 0.1);
  outline: none;
  border-color: #eceff5;
}
.info-title h3 {
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 600;
}
.single-info h5 {
  font-size: 18px;
  color: #777;
}
.single-info span {
  font-size: 18px;
}
.contact-icon a {
  margin-right: 15px;
}
.contact-icon a i {
  color: #ffb742;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  transition: 0.3s;
}
.contact-icon a:hover i {
  color: #444;
}
/* 10. Footer */
.footer-bg {
  background: -webkit-linear-gradient(to bottom, #F5A623, #ffb742);
  background: linear-gradient(to bottom, #F5A623, #ffb742);
}
.footer-icon a {
  margin: 0 5px;
}
.footer-icon a i {
  border: 1px solid #ffff;
  color: #fff;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  transition: 0.3s;
}
.footer-icon a:hover i {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.subscribe-wrap {
  margin-bottom: 30px;
}
.subscribe-form {
  position: relative;
}
.subscribe-form input {
  box-shadow: 0px 2px 4px rgba(0, 12, 31, 0.08);
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 15px 25px;
  border-radius: 30px;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.subscribe-form input:focus {
  box-shadow: 0px 10px 20px rgba(34, 0, 0, 0.2);
  outline: none;
  border-color: #eceff5;
}
.subscribe-form .subscribe-btn {
  position: absolute;
  right: -2px;
  top: 0;
  border-radius: 30px;
  padding: 0px 40px;
  background: -webkit-linear-gradient(to right, #F5A623, #ffb742);
  background: linear-gradient(to right, #F5A623, #ffb742);
  height: 100%;
}
.footer-icon span {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 600;
}
.copyright p {
  color: #fff;
  margin: 0;
}
/* 11. Loading */
#loading {
  background: -webkit-linear-gradient(to right, #F5A623, #ffb742);
  background: linear-gradient(to right, #F5A623, #ffb742);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 100px;
  margin-top: -10px;
  margin-left: -50px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}
#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}
#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}
#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}
#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}
#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}
@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
