.hr-hero-banner {
  position: relative;
  margin-top: 0;
  height: 850px;
}
.hr-hero-banner .swiper-container .swiper-slide::after {
  z-index:1;
  background-color:#fff0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  content:""
}
.hr-hero-banner .swiper-container {
  height:100%;
  position: relative;
}
.hr-hero-banner .swiper-container .swiper-slide {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background-position:center;
  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: 200px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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:24px;
  font-weight:600;
  margin-bottom:1px;
  text-transform:uppercase;
  color:var(--white);
  letter-spacing:.5px;
  position:relative;
  background: rgba(0, 28, 64, .6);
  width: 100%;
  padding: 13px 30px 13px;
}
.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);
  display: none;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-weight:700;
  line-height:1.2;
  color:var(--white);
  background:rgba(0, 28, 64, .6);
  display:inline-block;
  font-family:var(--font-01);
  font-size:62px;
  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: rgba(0, 28, 64, .6);
  font-family: var(--font-01);
  font-size: 18px;
  padding: 10px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
}
.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:rgb(0 0 0 / .1);
  color:var(--color-2);
  border-radius:50%
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
  color: #fff;
}
.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:0
  }
  .hr-hero-banner .swiper-button-prev {
    left:2px
  }
  .hr-hero-banner .swiper-button-next {
    right:2px
  }
}
