.hr-hero-banner {
	height: 800px;
	position: relative;
}
.hr-hero-banner .swiper-container .swiper-slide::after {
	z-index: 1;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
}
.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: 90px;
	/*padding-left: 75px;*/
}	
.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 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--white);
	letter-spacing: .5px;
	position: relative;
	width: max-content;
	padding-right: 70px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel::after {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: 50px;
	height: 2px;
	background: var(--color-2);
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	background: #89d700;
  display: inline-block;
  font-family: var(--font-01);
  font-size: 72px;
  padding: 13px 30px;
  margin-bottom: 1px;
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
	color: var(--color-6)
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	margin-bottom: 1rem;
	color: var(--white);
	background: #89d700;
  font-family: var(--font-01);
  font-size: 48px;
  padding: 10px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
}

.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::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid var(--color-2);
	left: 11px;
	top: 11px;
	transition: .3s ease-in-out;
	z-index: -1;
}
.hr-desktop-slider .hr-btn.btn-main {
	width: max-content;
	position: relative;
	color: var(--white);
}
.hr-desktop-slider .hr-btn.btn-main:hover::after {
  left: -11px;
  top: -11px;
  transition: .3s ease-in-out;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background: rgba(0, 0, 0, 0.1);
	color: var(--color-2);
	border-radius: 50%;
}

.hr-hero-banner .swiper-button-next:hover, .hr-hero-banner .swiper-button-prev:hover {
	background: var(--color-2);
	color: var(--white);
}

.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(min-width: 1707px){
	.hr-hero-banner {
		height: 900px;
	}
}
@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;
}	
}
@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-button-prev {
		left: 15px
	}

	.hr-hero-banner .swiper-button-next {
		right: 15px
	}
	.hr-hero-banner .swiper-container .swiper-slide::after{
    z-index: -1;
  }
  .hr-hero-banner{
  	height: 565px;
  }
  .banner-lawer-img img{
  	max-width: 240px;
  }
}

@media(max-width:992px){
	.banner-lawer-img img {
		max-width: 180px;
	}
}

@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{
  	height: 600px;
  }
  .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;
	}			
}