.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;
}

.hr-content {
  position: relative;
}
.hr-content .icon {
  top: 70px;
  right: 70px;
}
.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: #fff;
	letter-spacing: 0.5px;
	background: rgba(255, 255, 255, .1);
	width: max-content;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 15px 2px 15px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	 font-family: var(--font-01);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
	font-weight: 500;
	color: var(--white);
	font-size: 64px;
	margin-bottom: 20px;
	line-height: 1.1em;
	letter-spacing: -3px;
	font-family: var(--font-01);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
  color: var(--color-2);
  font-family: var(--font-02);
  font-size: 96px;
  display: block;
  line-height: 90px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
	margin-bottom: 1rem;
	color: var(--white);
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;

}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
  margin-top: 1.5rem;
}
.hr-hero-banner .swiper-button-prev {
  left: 20px;
}
.hr-hero-banner .swiper-button-next {
  right: 20px;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 35px;
}
.hr-desktop-slider {
  display: block;
}
.hr-tablet-slider {
  display: none;
}
.hr-mobile-slider {
  display: none;
}
/*18/12/2024*/

.hr-slider-shape {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
}
.hr-slider-shape img {
  width: 100%;
  max-width: 455px;
}

.hr-desktop-slider .swiper-button-prev .fa-long-arrow-alt-left:before {
  content: "\f104";
}
.hr-desktop-slider .swiper-button-next .fa-long-arrow-alt-right:before {
  content: "\f105";
}

.hr-bg-color-2 {
  color: var(--white);
  background-color: var(--color-2);
  text-align:center;
}
/*scroll-indicator css*/
.scroll-indicator {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 12px;
  writing-mode: vertical-rl;
  color: #000;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-indicator.show {
    opacity: 1; 
}
.scroll-line {
    position: relative;
    width: 2px;
    height: 100px; 
    background: #ccc;
    margin-top: 10px;
    overflow: hidden;
}

.scroll-fill {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  background: var(--color-2);
  transition: height 0.2s ease;
}

.scroll-indicator span {
  font-size: 14px;
  writing-mode: vertical-rl;
  letter-spacing: .75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #222;
}
@media(max-width:1200px){
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
  font-size: 86px;
}
}

@media screen and (max-width: 1024px) {

.hr-tablet-slider {
  display: none;
}
  .hr-mobile-slider {
    display: none;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
    font-size: 0.9rem;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
    font-size: calc(1.425rem + 2.1vw);
  }
  .hr-hero-banner .swiper-button-prev {
    left: 15px;
  }
  .hr-hero-banner .swiper-button-next {
    right: 15px;
  }
}
@media(max-width:992px){
  .hr-slider-shape img {
  max-width: 295px;
}
}
@media(max-width:768px){
  .scroll-indicator {
  left: 10px;
}
}
@media(max-width:576px){
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
  font-size: 53px;
  line-height: 60px;
}
.hr-hero-banner .swiper-button-next {
  display: none;
}
.hr-hero-banner .swiper-button-prev {
  display: none;
}
}
@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: 0.8rem;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
    font-size: calc(1.425rem + 2.1vw);
  }
  .hr-hero-banner {
  height: 560px;
}
}
