/* Home Home hero video */
#home-video-holder {
	height: 552px;
  min-height: unset;
  max-height: unset;
  border-radius: var(--border-radius);
	position: relative;
}
@media (max-width: 1199.98px) {
  #home-video-holder {
		height: 500px;
  }
}
@media (max-width: 991.98px) {
  #home-video-holder {
		height: 400px;
  }
}
#home-video-holder:after {
	content: '';
  background: linear-gradient(0deg, rgba(17, 36, 54, 0.20) 0%, rgba(17, 36, 54, 0.20) 100%);
	background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home-video-holder .home-video-content {
  z-index: 1;
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: var(--color-white);
  width: 100%;
}
@media (max-width: 768px) {
  #home-video-holder .home-video-content {
  	left: unset;
  }
}
#home-video-holder .home-video-content h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
#home-video-holder .home-video-content .home-video__content {
	line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #home-video-holder .home-video-content h1 {
  	font-size: 32px;
  }
  #home-video-holder .home-video-content .home-video__content {
  	font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  #home-video-holder .home-video-content h1 {
  	font-size: 28px;
  }
  #home-video-holder .home-video-content .home-video__content {
  	font-size: 14px;
  }
}
/* Home: Mod-Slider */
.mod-slider {
	background-color: var(--color-light) !important; 
	margin-top: 0 !important;
  padding-top: 30px;
}
.mod-slider .banner-holder {
  isolation: isolate;
}
.mod-slider picture {
  z-index: -1;
}
.mod-slider .banner-holder::before {
  content: '';
  background: linear-gradient(180deg, rgba(5,6,14,0) 0%, rgba(5,6,14,1) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .7;
}
/* Home: USPS */
.home-usps i {
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 20px;
  height: 20px;
  border-radius: var(--border-radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
}
.home-usps .usp-carousel-item {
  max-height: unset;
}

.home-usps .usp-item-text {
  font-size: 14px;
  font-weight: 500;
	color: var(--color-body);
}
@media (max-width: 1199px) {
  .home-usps .usp-item-text {
    font-size: 13px;
  }
}
/* Home: Categories */
.home-category-img {
	height: 240px;
	max-width: unset !important;
  width: 100%;
  border-radius: var(--border-radius) !important;
  object-fit: cover;
}

.home-category:hover i {
  transform: translateX(4px);
}
.home-category:hover .home-category__title {
	color: var(--color-primary); 
}
.home-category__title i {
  padding-left: 8px;
  transition: transform .4s ease; 
}
.home-category__title {
	font-family: var(--font-family-body);
  color: var(--color-body);
  font-size: 16px;
  font-weight: 500;
  transition: color .4s ease; 
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-reviews .swiper-wrapper {
	overflow: hidden !important;
}
.home-reviews .swiper__navigation {
	width: calc(100% + 64px); 
  left: -32px;
}
.home-reviews .swiper-slide {
	height: auto;
  display: flex;
  flex-direction: column;
}
/* Home: Promobanner */
.mod-banner {
	position: relative;
  height: 576px;
}
.mod-banner .home-mod-banner-wrapper {
	position: relative;
  z-index: 1;
  height: 100%;
}

.mod-banner .home-mod-banner-wrapper .row { 
	height: 100%;
}
.mod-banner .home-mod-banner-content {
	background-color: #ffffffdb;
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 30px;
  margin-top: 32px;
}
.mod-banner .home-mod-banner-name {
	font-family: var(--font-family-headings);
  font-size: 18px;
  font-weight: 700;
}
.mod-banner .home-mod-banner-line {
  height: 1px;
  width: 30px;
  display: block;
  background-color: var(--color-black);
}
@media (max-width: 767.98px) {
  .mod-banner .home-mod-banner-content {
    height: 50%;
  }
  .mod-banner .home-mod-banner-name {
    font-size: 15px;
  }
}

/* Home subbanner */
.home-mod-subbanner .home-mod-subbanner-wrapper {
	height: 484px;
  display: flex;
  justify-content: end;
  padding: 32px;
}
.home-mod-subbanner .home-mod-subbanner-content {
	background-color: #ffffffdb;
  border-radius: var(--border-radius);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 32px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .home-mod-subbanner .home-mod-subbanner-wrapper {
  	height: 440px;
  }
  .home-mod-subbanner .home-mod-subbanner-content {
  	width: 70%;
  }
}
@media (max-width: 767.98px) {
  .home-mod-subbanner-small-image {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
  }
  .home-mod-subbanner .home-mod-subbanner-content {
  	width: 100%;
  }
}
@media (max-width: 566.98px) {
  .home-mod-subbanner .home-mod-subbanner-wrapper {
  	padding: 20px;
  }
  .home-mod-subbanner .home-mod-subbanner-content {
  	padding: 20px;
  }

}
/* Home slider content */
.slider-content-text {
    overflow: hidden;
    position: relative;
}
.slider-content-text:before {
  	left: calc(100% - (50% + 85px));
    background-color: var(--body-bg-color);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
  	width: 100%;
}
@media (max-width: 991.98px) {
  .slider-content-text:before {
  	display: none;
  }
}
.slider-content-text__content {
    position: relative;
    z-index: 20;
}
.slider-content-text {
	padding-left: 20px;
}
.slider-content-text__title {
	font-size: var(--font-size-2);
}
.slider-content-text__image {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
  	margin: 0 8px;
  	border-radius: var(--border-radius);
  	isolation: isolate;
  	z-index: -5;
}
@media (max-width: 767.98px) {
  .slider-content-text__image {
   	height: 0;
    min-height: unset;
    padding-bottom: 56.25%;
  }
  .slider-content-text__image .btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
.slider-content-text__image.has-video {
	cursor: pointer; 
}
.slider-content-text__image.has-video::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--color-primary);
  opacity: .2;
  z-index: -3;
  transition: opacity .4s ease;
}
.slider-content-text__image.has-video:hover::before {
	opacity: 0; 
}
.slider-content-text__image img {
	  height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  	z-index: -4;
}
.banner__title {
	font-size: 45px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .banner-holder {
   height: 350px; 
  }
  .banner__title {
    font-size: 38px;
  	margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .banner-holder {
   height: 300px; 
  }
  .banner__title {
    font-size: 29px;
  	margin-bottom: 30px;
  }
}
.mod-blogs {
  background-color: var(--color-white);
  padding: 100px 0;
}
@media (max-width: 1199.98px) {
  .mod-blogs {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .mod-blogs {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .mod-blogs {
    padding: 30px 0;
  }
}
.mod-products-a .home-main-products .swiper-wrapper .swiper-slide.mt-3.mt-sm-4{
  margin-top: unset !important;
}