.video-box {
  background: #fd8f2d url(../img/video-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 126px 0;
}
.video-box::before {
  background-color: rgba(253, 142, 45, 0.3333333333);
}

.video-box a.video-btn i {
  background-color: #fd8f2d;
}

.app-features .center .single-app-features i {
  background: -webkit-gradient(linear, left top, right top, from(#fd8f2d), color-stop(98%, #4c2402), to(#f1923f));
  background: linear-gradient(to right, #fd8f2d 0%, #f1923f 98%, #4c2402 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-features .single-app-features .line {
  background: #fd8f2d;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fd8f2d), color-stop(98%, #f1923f), color-stop(100%, #4c2402));
  background: -webkit-gradient(linear, left top, right top, from(#fd8f2d), color-stop(98%, #f1923f), to(#4c2402));
  background: linear-gradient(to right, #fd8f2d 0%, #f1923f 98%, #4c2402 100%);
}

.pricing-section .single-pricing p.price {
  background: -webkit-gradient(linear, left top, right top, from(#f1923f), color-stop(98%, #f1923f), to(#4c2402));
  background: linear-gradient(to right, #f1923f 0%, #a45108 98%, #4c2402 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thm-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #f1923f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f1923f), color-stop(98%, #a45108), color-stop(100%, #4c2402));
  background: -webkit-gradient(linear, left top, right top, from(#f1923f), color-stop(98%, #a45108), to(#4c2402));
  background: linear-gradient(to right, #f1923f 0%, #a45108 98%, #a2591a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1923f", endColorstr="#4c2402", GradientType=1);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}

footer.footer .subscribe-section .subscribe-form {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f1923f), color-stop(98%, #a45108), color-stop(100%, #4c2402));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #f1923f 0%, #a45108 98%, #a2591a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1923f", endColorstr="#4c2402", GradientType=1);
  border-radius: 60px;
  padding: 34px 35px;
  padding-left: 70px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}

footer.footer .subscribe-section .subscribe-form button[type=submit] span {
  background: -webkit-gradient(linear, left top, right top, from(#f1923f), color-stop(98%, #f1923f), to(#4c2402));
  background: linear-gradient(to right, #f1923f 0%, #a45108 98%, #a2591a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.appScreenshotCarousel-container .swiper-slide {
  background-size: cover !important;
}

/*# sourceMappingURL=custom.css.map */
