/*
Table of Contents

1.0 - Fonts
2.0 - Basic Styles
3.0 - Typography
4.0 - Buttons
5.0 - OLW Custom
6.0 - Swiper Slider Custom
7.0 - Navbar
8.0 - Banner
9.0 - Icons block
10.0 - FAQ
11.0 - Counter, Cta Video section
12.0 - Blogs
13.0 - Pricing tables
14.0 - Testimonial
15.0 - Footer style

/* ==========================================================================

   Author's custom styles

   ========================================================================== */

/*

fonts styles

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");

                                                                                          /*

basic styles

*/



.wrap {
  overflow: hidden;
  max-width: 100%;
}

section {
  padding: 0px 0;
  position: relative;
  z-index: 2;
}


.text-tertiary,
.text-white .text-tertiary {
  color: #fcb045 !important;
}



@media (min-width: 768px) {
  section {
    padding: 0px 0;
  }

  .main-banner {
    padding: 5rem 0;
  }


}

@media (min-width: 1280px) {
  section {
    padding: 0px 0;
  }

  .container:not(.main-slider-container) {
    max-width: 1280px;
  }

  .main-banner {
    padding: 7rem 0;
  }


}

@media (min-width: 1400px) {
  .main-banner {
    padding: 10rem 0;
  }
}

@media (min-width: 992px) {
  .parallax-fixed {
    background-attachment: fixed !important;
  }
}



.btn {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  height: auto;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn:not(.btn-outline-light) {
  border: none;
}

.btn-primary {
  background-color: #833ab4;
  color: #fff;
  border-color: #833ab4;
}

.btn-light {
  color: #fff;
  background-color: #fc1e4f;
  border-color: #fc1e4f;
}

.btn-cta {
  background: #fcb045;
  color: #fff;
  border-color: #fcb045;
}

.btn.btn-sm {
  padding: 0.6rem 1.8rem;
}

.btn.btn-lg {
  padding: 1rem 1.8rem;
}

.btn.btn-xl {
  padding: 1.2rem 2.3rem;
}

.btn:active, .btn:focus, .btn:hover {
  outline: 0 !important;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  color: #fc1e4f;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn-light.active, .btn-light:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  color: #fc1e4f;
}

.show > .btn-light.dropdown-toggle {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fc1e4f;
  background-image: none;
  border-color: #fc1e4f;
  color: #fff;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning {
  background-color: #FECF39;
  color: #fff;
  border-color: #FECF39;
}

.btn-danger, .btn-dark, .btn-info, .btn-primary, .btn-success {
  color: #fff !important;
}

.btn-outline-light {
  color: #fff;
}

.btn-outline-light:hover {
  color: #fff;
}

/*OLW Custom**/
.owl-carousel .parallax-fixed {
  background-attachment: scroll !important;
}

.owl-carousel.row {
  width: auto;
}

.owl-carousel.row .owl-stage {
  margin: 0 auto;
}

.owl-carousel.row .owl-item {
  padding: 0 15px;
}

.owl-carousel.row .owl-item .card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-item .animate_slide {
  -webkit-transition: all 0.45s 0.3s ease-in-out;
  transition: all 0.45s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.owl-carousel.owl-drag .owl-item.active .animate_slide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-top: -80px;
}

.animate_slide2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-top: 0px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #833ab4;
}

.app-screenshots.owl-theme .owl-nav,
.blog-slider.owl-theme .owl-nav,
.mobile-slider.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  display: none;
  -webkit-transition: opacity 0.2s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 32px;
  text-align: center;
  opacity: 1;
  color: inherit;
  left: 20px;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    display: block;
  }
}

.owl-carousel .owl-nav .owl-next {
  right: 20px;
  left: auto;
}

.main-slider.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #833ab4;
}

/*Swiper Slider Custom*/
.swiper-container {
  width: 100%;
  margin-bottom: 1.5rem;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*
Banners styles
*/

.main-banner {
  background: url("../../images/shop/shop-banner-bg1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.main-banner-1 {
  background: url("../images/slide-1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

@media (min-width: 992px) {
  .main-banner {
    height: 65px;
    max-height: 1140px;
    min-height: 680px;
  }
  .main-banner-1 {
    height: 100vh;
    max-height: 1140px;
    min-height: 840px;
  }
}

.main-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
 /* opacity: 0.85;
  background: #833ab4; */
  mix-blend-mode: multiply;
}

.main-banner-1:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
  opacity: 0.85;
}





.content-table {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  z-index: 2;
}

@media (min-width: 992px) {
  .content-table {
    padding-top: 0;
  }
}

.content-middle {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .content-middle img {
    width: auto !important;
    max-width: 100%;
    height: auto;
  }
}



