/**
* Template Name: Avilon - v4.6.1
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNNC_nps.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsPdC_nps.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsNtC_nps.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsN9C_nps.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo2/v19/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsOdC_.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Exo 2", sans-serif;
  overflow-x: hidden;
}

a {
  color: #0052CE;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0052CE;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section-wrapper {
  background-image: url("../img/main_bg_3.jpg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.hero-section-meme {
  width: 100%;
  height: 100%;
  background-image: url("../img/jam_meme_tr.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

@supports (-webkit-touch-callout : none) {
  .hero-section-wrapper,
  .hero-section-meme {
    background-attachment: scroll;
  }
}

#hero {
  width: 100%;
  height: 100vh;
  background: rgba(105, 105, 105, 0.7);
  background-size: contain;
  background-position: bottom;
  position: relative;
}
@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero .hero-text {
  position: absolute;
  left: 0;
  top: 160px;
  right: 0;
  height: calc(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  
}
@media (max-width: 768px) {
  #hero .hero-text {
    top: 0;
  }
}
#hero h2 {
  margin: 30px 0 20px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
#hero p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 28px;
  line-height: 120%;
  text-shadow: 2px 2px 4px black;
}
@media (max-width: 768px) {
  #hero p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #000;
  background-color: #fff;
}
#hero .btn-get-started:hover {
  color: black;
  background: #FFF401;
}
#hero .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}
#hero .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}
#hero .product-screens .product-screen-content {
  position: absolute;
  z-index: 20;
  left: calc(50% - 220px);
  bottom: 0;
}

@media (max-width: 440px) {
  #hero .product-screens .product-screen-content {
    left: 0;
    padding-top: 0px;
  }

  #hero .product-screens .product-screen-content img {
    width: 100%;
    max-width: 440px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 36px;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}
.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: gray;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  min-height: 40px;
  margin-top: 92px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Product Advanced Featuress Section
--------------------------------*/
#steps {
  padding: 60px 0;
  overflow: hidden;
}

#steps .step-description-wrapper{
  display: flex;
  min-height: 100%;
  align-items: center;
}

#steps .features-row {
  padding: 60px 0 30px 0;
}

#steps .step-description {
  font-size: 20px;
}

#steps :not(.section-header) h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
#steps :not(.section-header) h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}
#steps p {
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}
#steps i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}
#steps i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#steps .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  margin: 0 0 30px 40px;
}
#steps .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  margin: 0 40px 30px 0;
}
#steps .step-img {
  width: 100%;
  max-width: 580px;
}
#steps .step-img.bordered {
  border: 1px #dfdfdf solid;
}
@media (max-width: 992px) {
  #steps .step-img {
    max-width: 100%;
  }
  #steps .step-description-wrapper {
    display: block;
    align-items: initial;
  }
}

@media (max-width: 768px) {
  #steps .advanced-feature-img-right, #steps .advanced-feature-img-left {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #steps .advanced-feature-img-right, #steps .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#more-features .icon-wrapper {
  text-align: center;
}
#more-features .icon {
  float: left;
  width: 80px;
  height: 80px;
}

#more-features .icon img {
  width: 100%;
  height: 100%;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4.title {
  margin-left: 100px;
}

#more-features h4 a {
  color: #111;
}
#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
    display: inline-block;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
  }

  #more-features h4.title {
    margin-left: 0;
    text-align: center;
  }
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}
#gallery .container-fluid {
  padding: 0px;
}
#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}
#gallery .gallery-item:hover img {
  transform: scale(1.1);
}
#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}
#footer .glory {
  font-size: 30px;
}