/* Home: Mod-Slider */
.mod-slider {
	margin-top: 0 !important;
  padding-top: 20px;
}
.mod-slider .banner-holder {
  isolation: isolate;
	height: 100% !important; 
}
.banner-content-holder {
  padding: 48px;
}
.mod-slider picture {
  z-index: -1;
}
.mod-slider .slider-1 .label {
	top: 0;
  position: absolute;
}
.mod-slider .slider-1 .banner-title, .mod-slider .slider-1 .banner-subtitle, .home-highlight h3.display-2, .home-highlight .banner-subtitle {
	background-color: var(--color-black);
  padding: 12px 16px;
  font-family: 'Campton';
	font-size: 32px;
	font-weight: 600;
  margin: 0 !important;
  display: inline-flex;
}
.home-highlight .banner-subtitle {
  font-size: 16px;
	width: calc(100% + 30px) !important;
}
.home-highlight picture {
	z-index: -1;
  position: relative;
}
.mod-slider .slider-1 .btn {
	position: relative; 
  left: 16px;
  margin: 0;
}
.home-highlight .btn {
	position: relative; 
  left: 16px;
  margin: 0;  
}
.home-highlight .btn:hover {
	background-color: var(--color-primary) !important; 
}
.mod-slider .slider-1 .btn::before, .home-highlight .btn::before {
  content: '';
  background-color: var(--color-black);
  padding: 12px 16px;
  position: absolute;
  width: calc(100% + 32px);
  height: calc(100% + 24px);
  left: -16px;
  top: -12px;
  z-index: -1;
}
.home-highlight .btn::before {
 top: -15px 
}
.home-highlight .banner-text {
	max-width: 294px; 
}
#home-highlights .btn:hover {
  background-color: var(--color-black);
}
@media (max-width: 1200px) {
  #home-highlights .banner-holder {
    height: 364px !important; 
  }
}
@media (max-width: 992px) {
  .mod-slider .banner-content-holder {
		padding: 26px !important;
  }
}
@media (max-width: 575px) {
  #home-highlights .banner-holder {
    height: 264px !important; 
  }
  .mod-slider .banner-content-holder {
		padding: 20px !important;
  }
}
@media (max-width: 400px) {
  .mod-slider .banner-content-holder {
		padding: 14px !important;
  }
}
/* Home: Categories */
.mod-categories {
  background-color: var(--color-light);
	padding-top: 88px;
  padding-bottom: 72px;
}
.mod-categories .home-category img {
  border-radius: unset;
  width: 100%;
  height: 268px;
  border-radius: 0 !important;
  object-fit: cover;
  max-width: unset !important;
}
.mod-categories .home-category .home-category__title {
	font-size: 18px;
  font-weight: 600;
}
#home-categories-circles .swiper-wrapper {
	justify-content: start !important; 
}
/* Home: Reviews */
.news {
	background-color: var(--color-light); 
}
.home-reviews {
  position: relative;
	background-color: var(--color-light); 
}
.home-reviews .swiper-wrapper {
	overflow: hidden !important;
}
.home-reviews .swiper__navigation {
	width: calc(100% + 64px); 
  left: -32px;
}
/* Home: Promobanner */
.mod-banner .label {
  position: absolute;
	left: 0;
  top: 40px;
}
.mod-banner .promobanner__content {
	position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-banner .promobanner__content .banner-title, .mod-banner .promobanner__content .banner-sub {
  background-color: var(--color-black);
  padding: 12px 16px;
  font-family: 'Campton';
	font-size: 32px;
	font-weight: 600;
  margin: 0 !important;
  display: inline-flex;
}
.mod-banner .promobanner__content .promobanner-headings {
  position: absolute;
	left: 0;
  bottom: 88px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .mod-banner .promobanner__content .promobanner-headings {
    bottom: 48px;
  }
}
/* Home Mod Blogs */
.mod-blogs, #home-blogs {
	margin-block: 0 !important; 
}
#home-blogs {
  padding: 88px 0;
}
/* Home slider content */
.slider-content-text {
    overflow: hidden;
    position: relative;
}
.slider-content-text:before {
  	right: 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: 1199px) {
  .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;
}
.slider-content-text__video {
	width: 80px;
	height: 80px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .slider-content-text__video {
    width: 50px;
    height: 50px;
  }
  .slider-content-text__video i {
  	font-size: 14px; 
  }
}
.slider-content-text__video i {
	font-weight: 700; 
  font-size: 20px;
  color: var(--color-white);
}
.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;
  }
}
.home-highlight {
 box-shadow: unset; 
}