.hr-hero-banner {
	height: 800px;
	position: relative;
	background-image: url("https://underthehood.itsprowebsite.com/public/UNDERTHEHOOD/themeaB9xY12z/assets/images/banner/slider-1.jpg?v=1");
}
.home-slider-right img {
	width: 100%;
	transition: all 0.3s ease-out 0s;
	height: auto;
	border-radius: 20px;
}
.hr-hero-banner .swiper-container .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -0.5px;
	top: 0;
	background: #01060f;
	opacity: 0.85;
	z-index: -1;
}
.hero-right::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	background: var(--color-1);
	right: 100px;
	bottom: 0px;
	border-radius: 50%;
	filter: blur(150px);
	z-index: -1;
}
.hr-hero-banner .swiper-container {
	height: 100%
}
.hr-hero-banner .swiper-container .swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	/* background-size: cover; */
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(-100px);
	background-size: 100% 100% !important;
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .hr-content {
	padding-top: 100px;
	padding-left: 0;
}
.home-slider-right {
	text-align: right;
}
.hr-hero-banner .swiper-container .swiper-slide-active {
	opacity: 1;
	transform: translateY(0);
	animation: zoomInSlow 5s ease-out forwards;
}

.hr-desktop-slider .hr-btn.btn-main {
	width: max-content;
	position: relative;
	color: var(--white);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
	display: inline-block;
	color: var(--color-1);
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: 800;
	position: relative;
	text-transform: uppercase;
	font-family: var(--font-01);
	margin: 0;
}
.hero-right {
	position: absolute;
	right: 0;
	bottom: 150px;
	width: 50%;
	z-index: -1;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
	color: var(--color-1);
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: capitalize;
	font-family: var(--font-01);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
	margin-top: 1.5rem;
	opacity: 0;
  	transform: translateY(30px);
  	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-container .swiper-slide-active .hr-content .hr-btns-wrap {
  opacity: 1;
  transform: translateY(0);
}
.animate-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .swiper-button-prev {
	left: 50px
}

.hr-hero-banner .swiper-button-next {
	right: 50px
}		
.hr-desktop-slider .hr-btn.btn-main {
	width: max-content;
	position: relative;
	color: var(--white);
}

.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: rgba(255,255,255,.2);
	color: #fff;
	border-radius: 50%;
}
.hr-text {
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}
.hr-hero-banner .swiper-button-next:hover, .hr-hero-banner .swiper-button-prev:hover {
	background: #fff;
	color: var(--color-1);
}

.hr-desktop-slider {
	display: block
}

.hr-tablet-slider {
	display: none
}

.hr-mobile-slider {
	display: none
}
.banner-lawer-img img {
	width: 100%;
	max-width: 400px;
	margin: 0;
}
.home-banner-content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
}
.banner-lawer-img {
  position: absolute;
  bottom: 0;
  right: 70px;
  margin: 0;
}
.hr-desktop-slider .swiper-slide .container {
	height: 100%;
}
@keyframes zoomInSlow {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}

@media(max-width:1200px){
	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 50px
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 40px;
}	
.hero-right {
  bottom: 50px;
}
.hr-hero-banner {
  height: 600px;
}
.hr-hero-banner .hr-content {
	padding-top: 120px;
	padding-left: 0;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	width: 30px;
	height: 30px;
}
	.hr-hero-banner .swiper-button-prev {
		left: 2px
	}

	.hr-hero-banner .swiper-button-next {
		right: 2px
	}
}
@media screen and (max-width:1024px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: block
	}

	.hr-mobile-slider {
		display: none
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .9rem
	}


	.hr-hero-banner .swiper-container .swiper-slide::after{
    z-index: -1;
  }
  .banner-lawer-img img{
  	max-width: 240px;
  }
}

@media(max-width:992px){
	.banner-lawer-img img {
	max-width: 180px;
}
.hero-right {
	position: relative;
	width: 100%;
	top: 0;
	bottom: 0;
	padding-top: 200px;
}
.home-banner-content .row {
	flex-direction: column-reverse;
}
.hr-hero-banner {
	height: auto;
}
.hr-hero-banner .hr-content {
	padding-top: 50px;
	padding-left: 0;
	padding-bottom: 50px;
}
}

@media screen and (max-width:480px) {
	.hr-desktop-slider {
		display: none
	}

	.hr-tablet-slider {
		display: none
	}

	.hr-mobile-slider {
		display: block
	}

	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
		font-size: .8rem
	}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 28px;
}
	.hr-hero-banner .swiper-container .swiper-slide::after{
    z-index: -1;
  }
  .hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	width: 35px;
	height: 35px;
	display: none;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	font-size: 16px;
}
.hr-hero-banner .hr-content {
	padding-top: 100px;
	padding-left: 0px;
}	
.hr-hero-banner .swiper-button-prev {
	left: 2px;
}
.hr-hero-banner .swiper-button-next {
	right: 2px;
}		
.hero-right {
	padding-top: 160px;
}	
}