.hr-hero-banner {
	height: 100vh;
}

.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);
  	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.hr-hero-banner .hr-content {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
}	
.hr-hero-banner .swiper-container .swiper-slide-active {
	opacity: 1;
  	transform: translateY(0);
}
.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(--color-6);
	letter-spacing: .5px
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 60px;
	font-weight: 500;
	/* margin-bottom: 1rem; */
	color: var(--white);
	line-height: 55px;
	letter-spacing: -1px;
	text-align: center;
}

.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: 0;
	color: var(--white);
	max-width: 660px;
	font-size: 20px;
	font-weight: 500;
	font-family: var(--font-02);
	text-align: center;
}
	

.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-hero-banner .swiper-button-next,
.hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: var(--color-6);
	color: var(--white)
}

.hr-hero-banner .swiper-button-next:hover,
.hr-hero-banner .swiper-button-prev:hover {
	background: var(--color-3);
	color: var(--white)
}

.hr-desktop-slider {
	display: block
}

.hr-tablet-slider {
	display: none
}

.hr-mobile-slider {
	display: none
}
.hr-hero-banner .swiper-slide {
	background-size: cover !important;
}	
.hr-hero-banner .swiper-container .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
@media(max-width:1400px){
	.hr-hero-banner {
	height: 700px;
}
}
@media(max-width:1200px){
	.hr-hero-banner .hr-content {
	row-gap: 0px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 45px;
	text-align: center;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	font-size: 18px;
}

}
@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
	}
}
@media(max-width:575px){
.hr-hero-banner {
	height: 480px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: calc(1.425rem + 2.1vw);
	line-height: 40px;
}
}
@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
	}
}