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

=============TABLE OF CONTENT==========
01 - Font
02 - Base imports
03 - General
04 - Banner
05 - Footer
06 - Categories Sorting
07 - About us
08 - Features
***************************************/
/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,500,600,700");
/*----------------------------------
* Base import's
----------------------------------*/
/**
 * ----------------------------------------------
 * Font face
 * 
 */
/**
 * ----------------------------------------------
 * Font Sizes
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Shadows CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * 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: #fdad54; }
      .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: #777;
  font-weight: 400;
  font-family: "Roboto", 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: "Barlow", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 500; }

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

strong {
  font-weight: 900; }

/**
* ----------------------------------------------
* Spacing classes
* ----------------------------------------------
*/
.mt-30 {
  margin-top: 30px; }

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

/**
* ----------------------------------------------
* Bootstrap overwritten classes
* ----------------------------------------------
*/
@media (min-width: 991px) {
  .container-fluid {
    width: 90%; } }

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

/**
* ----------------------------------------------
* Bootstrap button overwritten classes
* ----------------------------------------------
*/
.btn {
  text-transform: capitalize;
  border-radius: 5px;
  padding: 0.75rem 1.75rem;
  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.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 1rem; }

.btn-primary {
  color: #ffffff;
  background: #fdad54;
  border-color: #fdad54;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fdad54;
    background: transparent;
    border-color: #fdad54; }

.btn-outline-primary {
  color: #fdad54;
  border-color: #fdad54;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #ffffff;
    background: #fdad54; }

.btn-white {
  background-color: #ffffff;
  display: inline-block;
  color: #fdad54;
  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;
    border-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: #fdad54;
    border-color: #fdad54; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled).active:active, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:active {
    color: #fdad54;
    background: transparent;
    border-color: #fdad54; }

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

.section-header {
  padding-bottom: 4rem;
  text-align: center; }
  .section-header h2 {
    letter-spacing: 2px;
    font-size: 2.5rem;
    position: relative;
    color: g; }
  .section-header.no-line {
    padding-bottom: 3rem; }
    .section-header.no-line h2:before {
      display: none; }
  .section-header .subtitle {
    width: 100%;
    color: #888888; }
  .section-header.left {
    text-align: left; }
    .section-header.left h2:before {
      right: auto;
      left: 0; }

/**
* ----------------------------------------------
* List css
* ----------------------------------------------
*/
.list-bullet li {
  padding: 5px 0 5px 15px;
  position: relative; }
  .list-bullet li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #777;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0; }

/*----------------------------------
* general css
----------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000; }

/**
* ----------------------------------------------
* scroll top css
* ----------------------------------------------
*/
.scroll-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: none; }
  .scroll-top-btn .scroll-top {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  @media (max-width: 767px) {
    .scroll-top-btn {
      right: 20px; } }

.scroll-top {
  color: #ffffff;
  display: flex;
  align-items: center; }
  .scroll-top .scroll-top-text {
    margin-right: 15px; }
  .scroll-top .scroll-top-icon {
    width: 48px;
    height: 48px;
    background: #ffffff url("../images/icon-arrow-down-black.svg") no-repeat center center;
    line-height: 48px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background-size: 10px 15px; }
  .scroll-top:hover {
    color: #ffffff; }
    .scroll-top:hover .scroll-top-text {
      opacity: 0.7; }
    .scroll-top:hover .scroll-top-icon {
      background: #212121 url("../images/icon-arrow-down-white.svg") no-repeat center center;
      background-size: 10px 15px; }

/*----------------------------------
* banner css
----------------------------------*/
.navbar-brand {
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  line-height: 1; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #ffffff; }
  .navbar-brand .dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    position: relative;
    left: -2px; }

.header {
  width: 100%;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  padding: 10px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1); }
  .header .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .navbar-brand {
    font-size: 1.5rem;
    color: #000000; }
    .header .navbar-brand .dot {
      background: #fdad54; }
  .header.show {
    transform: translateY(0);
    -webkit-transform: translateY(0); }

/*----------------------------------
* banner css
----------------------------------*/
.landing-banner {
  padding: 150px 0;
  position: relative;
  background: url("../images/hero-img.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /**
    * ----------------------------------------------
    * Banner content  css
    * ----------------------------------------------
    */ }
  .landing-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdad54;
    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: 2rem 0 3rem;
      color: #ffffff;
      font-weight: 300;
      font-size: 2rem; }
      .landing-banner .landing-banner-content h1 span {
        font-weight: 500; }

/**
* ----------------------------------------------
* Footer css
* ----------------------------------------------
*/
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 #777;
    text-align: center; }
    footer .copyright a {
      color: #777; }
      footer .copyright a:hover {
        color: #fdad54; }

/**
* ----------------------------------------------
* Categories css
* ----------------------------------------------
*/
.section-categories {
  padding-bottom: 40px; }
  .section-categories .heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px; }
    .section-categories .heading h2 {
      font-weight: 300; }
    .section-categories .heading:before {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #fdad54;
      height: 1px;
      width: 100px;
      content: '';
      margin: auto; }
    .section-categories .heading.text-center:before {
      right: 0; }

/**
* ----------------------------------------------
* Demo's css
* ----------------------------------------------
*/
.demo-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  padding: 15px;
  background: #faf6fb;
  border-radius: 15px;
  display: block;
  text-align: center; }
  .demo-item h6 {
    text-transform: capitalize;
    text-align: center;
    color: #000000;
    margin-top: 15px;
    font-weight: 600; }

.screenshot {
  position: relative;
  display: block;
  overflow: hidden; }
  .screenshot .overlay {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1; }
  .screenshot img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .screenshot:hover .overlay {
    opacity: 0.6; }
  .screenshot:hover .view-btn {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 1; }
  .screenshot:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  .screenshot .view-btn {
    background: #ffffff;
    color: #000000;
    padding: 0.75rem 1.75rem;
    min-width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }

/**
* ----------------------------------------------
* About us slider css
* ----------------------------------------------
*/
.slider-container {
  padding: 30px;
  background: #faf6fb;
  border-radius: 30px; }
  @media (max-width: 991px) {
    .slider-container {
      margin-top: 30px; } }

/**
* ----------------------------------------------
* Features css
* ----------------------------------------------
*/
.features {
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  background: #ffffff; }
  .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: #fdad54;
    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/style.css.map */
