/*

    * This file contains the styling for the Home Variation Four, this
    is the file you need to edit to change the look of the
    template.

******************************************************
*****************************************************/
:root {
  --font-family-base: 'Josefin Sans', sans-serif !important;
  --font-family-body: 'Montserrat', sans-serif;
}
.footer-area .bg-overlay::before {
  opacity: 0;
}
.footer-area .copy-right-area {
  text-align: center;
  padding: 20px 0;
  border-top:  1px solid var(--color-gray-1) !important;
}
.page-inner{
  overflow-x: hidden;
}
.home-slider.home-slider-4 .slider-content {
  max-width: 540px;
  padding-inline: 40px;
}

.home-slider.home-slider-4 .text-lg {
  max-width: 420px;
}

.home-slider.home-slider-4 .slider-item.ratio::before {
  padding-bottom: 67%;
}

.home-slider.home-slider-4 .slick-dots {
  bottom: 20px;
  text-align: start;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.home-slider.home-slider-4 .slick-dots li {
  background: var(--color-primary);
}

.home-slider.home-slider-4 .slick-dots li.slick-active {
  width: 30px;
  border-radius: 30px;
  background: var(--color-primary);
}
/*# sourceMappingURL=home-4.css.map */

@media only screen and (max-width: 1299px) {
  .home-slider.home-slider-4 .slider-item.ratio::before {
    padding-bottom: 94%;
  }
  .home-slider-4 .banner-sm::before {
    padding-bottom: 60.85%;
  }
  .banner-sm .banner-content {
    max-width: 60%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {

  .banner-sm .banner-content {
    max-width: 100%;
    padding: 0 15px;
  }

  .banner-sm.banner-vertical.ratio::before {
    padding-bottom: 80%;
  }
  .banner-sm.ratio.ratio-21-9::before {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .home-slider.home-slider-4 .slider-item.ratio::before {
    padding-bottom: 80%;
  }
  .slick-slide .product-default.product-inline {
    flex-direction: column;
    gap: 20px;
  }
  .home-slider-4 .banner-sm::before {
    padding-bottom: 40%;
  }

  .product-with-border .product-inner {
    padding: 115px 20px 30px;
  }

  .banner-sm.ratio.ratio-21-9::before {
    padding-bottom: 50%;
  }

}
@media only screen and (max-width: 575px) {
  .home-slider.home-slider-4 .slider-content {
    max-width: 300px;
    padding-inline: 30px;
  }
  .home-slider.home-slider-4 .slider-item.ratio::before {
    padding-bottom: 100%;
  }
  .products .ratio.ratio-21-10::before {
    padding-bottom: 54%;
  }
  .lazy-container img {
    height: 100%;
  }
  .home-slider .btn-lg {
    padding: 7px 15px;
    font-size: 12px;
  }
  .home-slider-4 .banner-sm::before {
    padding-bottom: 50%;
  }
  .banner-sm .banner-content {
    max-width: 75%;
  }
  .banner-sm .banner-content .title-md{
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .home-slider.home-slider-4 .slider-item.ratio::before {
    padding-bottom: 128%;
  }
  .product-with-border .title {
    font-size: 1.2rem;
  }
  .banner-sm.ratio.ratio-21-9::before {
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 360px) {
  .product-default .product-img {
      height: 270px;
  }
  .product-default .product-img .ratio.ratio-1-1::before {
      padding-bottom: 100%;
  }
  .home-slider.home-slider-4 .slider-item.ratio::before {
    padding-bottom: 145%;
  }
}

.newsletter .image-inner {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 30px 30px 0 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-mt-fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-next {
    margin-top: 234px;
}
