/*
Project      : Letstart - Creative Agency Portfolio One Page Parallax Template
Author       : MatrrDigital
*/
/**************************************

=============TABLE OF CONTENT==========
01 - Demo's
***************************************/
/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500|Poppins:200,400,500,600,700");
/**
 * ----------------------------------------------
 * Font face
 * 
 */
/**
 * ----------------------------------------------
 * Font Sizes
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Grediant CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Shadows CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Loop classes
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * preloader css
 * ----------------------------------------------
 */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #ffffff; }
  .preloader .bar-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px; }
    .preloader .bar-loader span {
      display: inline-block;
      width: 5px;
      height: 25px;
      margin-right: 5px;
      background-color: #4458dc; }
      .preloader .bar-loader span:last-child {
        margin-right: 0; }
      .preloader .bar-loader span:nth-child(1) {
        animation: bar-loader 1s ease-in-out infinite; }
      .preloader .bar-loader span:nth-child(2) {
        animation: bar-loader 1s ease-in-out 0.15s infinite; }
      .preloader .bar-loader span:nth-child(3) {
        animation: bar-loader 1s ease-in-out 0.3s infinite; }
      .preloader .bar-loader span:nth-child(4) {
        animation: bar-loader 1s ease-in-out 0.45s infinite; }

@keyframes bar-loader {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@-webkit-keyframes bar-loader {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  background-color: #ffffff;
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

img {
  max-width: 100%; }

a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none; }

a {
  color: #3264f5;
  font-weight: 500; }
  a:hover {
    color: #3264f5; }

ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

address {
  margin-bottom: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 500; }

h6, .h6 {
  font-size: 1.125rem; }

.large-text {
  font-size: 2.75rem;
  font-weight: 400; }

.box-shadow {
  box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2); }

.page-wrapper {
  background-color: #ffffff; }

.load-more-btn {
  margin-top: 2.5rem;
  display: flex;
  flex-grow: 1;
  justify-content: center; }

.mb-30 {
  margin-bottom: 30px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-100 {
  padding-top: 100px; }

.font-weight-extralight {
  font-weight: 200; }

.font-weight-500 {
  font-weight: 500; }

.icon-box i {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2);
  background: linear-gradient(to right, #4458dc 2%, #800fee 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 5px; }

/**
 * ----------------------------------------------
 * Bootstrap button overwritten classes
 * ----------------------------------------------
 */
.nav-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.form-control {
  height: calc(3.9rem + 1px);
  padding: 1rem;
  color: #a5a5a5;
  background-color: #faf6fb !important;
  border: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #4458dc; }

.text-primary {
  color: #4458dc !important; }

.text-secondary {
  color: #3264f5 !important; }

.bg-light {
  background-color: #faf6fb !important; }

.nav-tabs.line-tabs {
  border-bottom: none; }
  .nav-tabs.line-tabs .nav-item.show .nav-link {
    border-color: #4458dc; }
  .nav-tabs.line-tabs .nav-link {
    padding: 1rem;
    border: none;
    border-bottom: 2px solid #f1f2f3;
    background-color: unset;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .nav-tabs.line-tabs .nav-link.active, .nav-tabs.line-tabs .nav-link:hover {
      color: #4458dc;
      border-color: #4458dc; }

button.close:hover {
  color: #4458dc; }

.btn {
  text-transform: capitalize;
  border-radius: 5px;
  padding: 0.75rem 1.75rem;
  margin-top: 2rem;
  min-width: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-color: transparent;
  letter-spacing: 1px; }
  .btn:hover {
    border-color: transparent; }

.btn-primary {
  color: #2540f0;
  background-image: linear-gradient(to right, #4458dc 0%, #800fee 51%, #2540f0 100%);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-primary:hover {
    background-position: center right;
    color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-position: center right; }

.btn-white {
  background-color: #ffffff;
  display: inline-block;
  color: #4458dc;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: unset;
    color: #ffffff; }

.btn-outline-white {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
    background-color: #ffffff;
    color: #4458dc; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4458dc, #800fee);
  background-clip: padding-box, border-box;
  color: #212121;
  box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2);
  outline: none; }
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2); }

.btn-rounded-circle {
  border-radius: 50px; }

.btn-wrapper .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.75rem; }
  .btn-wrapper .btn:last-child {
    margin-right: 0; }

.accordian .card {
  border: none;
  margin-bottom: 1.5rem;
  border-radius: 5px; }

.accordian .card-header {
  padding: 0;
  border-bottom: none; }
  .accordian .card-header h5 {
    padding: 0.75rem 1rem 0.75rem 2rem;
    background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    position: relative; }
    .accordian .card-header h5:before {
      position: absolute;
      top: 0;
      left: 12px;
      bottom: 0;
      z-index: 2;
      color: #ffffff;
      width: 15px;
      height: 15px;
      content: "\e607";
      font-family: "simple-line-icons";
      margin: auto 0;
      font-size: 0.75rem; }
    .accordian .card-header h5[aria-expanded='false'] {
      border-radius: 5px; }
      .accordian .card-header h5[aria-expanded='false']:before {
        content: "\e604"; }

.accordian .card-body {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4458dc, #800fee);
  background-clip: padding-box, border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/**
 * ----------------------------------------------
 * Section general css
 * ----------------------------------------------
 */
.section-spacer {
  padding: 100px 0; }

.section-header {
  padding-bottom: 4rem;
  text-align: center; }
  .section-header h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 300; }
    .section-header h2:before {
      width: 100px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      height: 1px;
      background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
      content: ""; }
  .section-header .subtitle {
    width: 100%;
    text-transform: capitalize;
    color: #888888; }
  .section-header.left {
    text-align: left; }
    .section-header.left h2:before {
      right: auto;
      left: 0; }

/**
 * ----------------------------------------------
 * Owl carousel plugin reset css
 * ----------------------------------------------
 */
.owl-carousel .owl-item img {
  width: auto;
  height: auto; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #3264f5;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2); }
  .owl-carousel .owl-nav button.owl-prev i,
  .owl-carousel .owl-nav button.owl-next i {
    font-size: 2.5rem; }
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
    color: #ffffff; }

.owl-carousel .owl-nav .owl-prev {
  left: -75px; }

.owl-carousel .owl-nav .owl-next {
  right: -75px; }

@media (max-width: 991px) {
  .owl-carousel .owl-nav {
    display: none; } }

.owl-carousel .owl-dots {
  margin-top: 60px;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 6px;
    display: inline-block;
    background-color: #a5a5a5;
    margin-right: 10px;
    border-radius: 4px; }
    .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
      background-color: #3264f5; }
    .owl-carousel .owl-dots .owl-dot:last-child {
      margin-right: 0; }

/**
 * ----------------------------------------------
 * Jquery form validation plugin reset css
 * ----------------------------------------------
 */
.form-control.is-invalid[aria-invalid="false"] {
  border-color: #4458dc; }

/**
 * ----------------------------------------------
 * Download app button reset css
 * ----------------------------------------------
 */
.store-btn a {
  position: relative;
  padding: 1rem 1.5rem;
  text-align: left; }
  .store-btn a:before {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto 0;
    font-family: FontAwesome;
    font-size: 24px; }

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .social-icons {
      justify-content: flex-start; } }
  .social-icons a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(130, 82, 250, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem; }
    .social-icons a:last-child {
      margin-right: 0; }
    .social-icons a:hover {
      color: #ffffff;
      background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%); }

.landing-banner {
  padding: 150px 0;
  position: relative;
  background: url("../../images/hero-img.jpg") no-repeat center center/cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /**
    * ----------------------------------------------
    * Banner content  css
    * ----------------------------------------------
    */
  /*
    *
    * Store button reset
    *
    */ }
  .landing-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
    opacity: 0.9;
    content: ''; }
  .landing-banner .landing-banner-content {
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .landing-banner .landing-banner-content {
        color: #ffffff; } }
    .landing-banner .landing-banner-content h1 {
      margin: 3rem 0 5rem 0;
      color: #ffffff;
      font-weight: 300;
      font-size: 2rem; }
      .landing-banner .landing-banner-content h1 span {
        font-weight: 500; }
  .landing-banner .store-btn a {
    background-color: #ffffff;
    color: #4458dc;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-right: 1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 1.5rem 2rem; }
    .landing-banner .store-btn a:last-child {
      margin-right: 0;
      background: none;
      color: #ffffff; }
      .landing-banner .store-btn a:last-child:hover {
        background-color: #ffffff;
        color: #4458dc; }
    .landing-banner .store-btn a:hover {
      color: #ffffff;
      background: none; }

footer {
  padding: 100px 0 0 0;
  background: #212121;
  text-align: center; }
  footer h2 {
    color: #ffffff;
    margin-bottom: 1rem; }
  footer p {
    margin-bottom: 0; }
  footer .copyright {
    margin-top: 50px;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #a5a5a5;
    text-align: center; }

.demo-item {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden; }
  .demo-item .demo-screenshot {
    margin-bottom: 20px;
    box-shadow: 0 0 60px 10px rgba(220, 220, 220, 0.5); }
    .demo-item .demo-screenshot img {
      width: 100%; }
  .demo-item h6 {
    text-transform: capitalize;
    text-align: center;
    color: rgba(0, 0, 0, 0.7); }
  .demo-item a:hover h6, .demo-item a:focus h6 {
    color: #4458dc; }
  .demo-item .new {
    position: absolute;
    top: -23px;
    right: -8px;
    z-index: 2;
    background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
    border-radius: 100%;
    color: #ffffff;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center; }

/**
*
* More Demo's
*
*/
.more-demo-item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 400px;
  background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
  justify-content: center;
  text-align: center; }
  .more-demo-item h3 {
    color: #ffffff; }
    .more-demo-item h3 span {
      width: 100%;
      display: block;
      font-size: 70%; }

.features {
  box-shadow: 0 0 60px 10px rgba(220, 220, 220, 0.3); }
  .features .feature-box {
    display: flex;
    padding: 40px;
    border-left: 1px solid #f1f2f3;
    border-bottom: 1px solid #f1f2f3;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 991px) {
      .features .feature-box:nth-child(3n+1) {
        border-left: none; } }
  .features .feature-description {
    margin-bottom: 0; }
  .features .feature-icon {
    color: #4458dc;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #4458dc 2%, #800fee 80%);
    font-size: 36px;
    margin-right: 25px; }
    .features .feature-icon [class*=" flaticon-"]:after, .features .feature-icon [class*=" flaticon-"]:before, .features .feature-icon [class^=flaticon-]:after, .features .feature-icon [class^=flaticon-]:before {
      font-size: 40px;
      margin-left: 0; }

/*# sourceMappingURL=../maps/home.css.map */
