.hr-hero-banner {
	height: 800px;
	position: relative;
	background: #000;
}
.home-slider-right img {
	border-radius: 10px;
	border: 5px solid #fff;
	width: 100%;
	border-radius: 25px;
	max-width: 440px;
	border: 5px solid #fff;
}
.hr-hero-banner .swiper-container .swiper-slide::after {
	z-index: 1;
/*	background-color: rgba(0, 0, 0, 0.5);*/
	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: 100px;
	padding-left: 0;
	text-align: center;
}
.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 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--white);
	letter-spacing: .5px;
	position: relative;
	width: max-content;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 10px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f102";
	font-size: 15px;
	left: -3px;
	top: 7px;
	position: absolute;
	width: 15px;
	height: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	z-index: 4;
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--white);
	font-family: var(--font-01);
	padding-bottom: 30px;
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
	color: var(--color-2);
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	margin-bottom: 1rem;
	font-size: 14px;
	color: var(--white);
}

.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-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: 45px;
	height: 45px;
	background: var(--white);
	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%;
  }
}


.scroll-down-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
}

/* CIRCLE */
.scroll-circle{
    position:relative;
    width:180px;
    height:180px;
}

/* ROTATING TEXT */
.text-circle{
    width:100%;
    height:100%;
    animation:rotateText 10s linear infinite;
}

.text-circle text {
	font-size: 24px;
	letter-spacing: 2px;
	fill: #fff;
	font-weight: 700;
}

/* CENTER ICON */
.center-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.wdt-slider-icon i {
	font-size: 60px;
	color: #fff;
}

/* ANIMATION */
@keyframes rotateText{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
@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: 520px;
  }
  .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;
}			
}

@media(max-width:767.98px){
	.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-size: 30px;
	padding-bottom: 10px;
}
.scroll-circle {
	position: relative;
	width: 160px;
	height: 160px;
}
.center-icon {
	width: 80px;
	height: 80px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	font-size: 16px;
}
}