.hr-hero-banner {
  height: 100vh;
  background: #000;
  position: relative;
}
.hr-hero-banner .hr-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 62px;
  font-family: var(--font-02);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 48px;
  letter-spacing: -0.5px;
  max-width: 450px;
  font-family: var(--font-01);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 65px;
  letter-spacing: -0.5px;
  max-width: 100%;
}
.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;
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  line-height: 28px;
  max-width: 480px;
}
.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: var(--white);
  color: var(--color-2);
}
.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;
}
/*21/12/2024*/

.hr-banner-right {
  position: relative;
  height: 100vh;
  z-index: 0;
}
.hr-slide {
  position: absolute;
  top: 0;
  left: -140px;
  height: 100vh;
  width: 59.5vw;
}
/*hr-banner-bottom*/

.hr-banner-bottom-slider {
    width: 100%;
    height: 140px; /* Adjust height as needed */
}

/*.hr-banner-bottom-slider {
    visibility: hidden; 
}*/

.hr-banner-bottom-slider.swiper-container {
    visibility: visible; /* Make visible once Swiper is ready */
}

.award-section {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.award-content h5 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: var(--font-02);
  font-weight: 500;
  text-transform: uppercase;
}
.hr-banner-bottom-left h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: var(--font-02);
  margin-bottom: 5px;
}
.award-content h6 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.brand-left h3 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.brand-left-content span {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.brand-left-inner {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.brand-left-content {
  font-size: 14px;
  color: #fff;
}
.hr-banner-bottom-right {
  background: hsla(0, 0%, 100%, .08);
  padding: 14px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(var(--HR-sz-5));
  backdrop-filter: blur(5px);
}
.brand-wapper {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-wapper li {
  list-style: none;
}
.hr-banner-bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.award-img img {
  width: 120px;
}
.brand-wapper li img {
  max-width: 75px;
}
.hr-hero-banner .swiper-container .swiper-slide {
  justify-content: start;
}
.brand-left-inner {
  border-right: 1px solid #fff;
}
.brand-left.brand-right {
  padding-left: 20px;
}

.hr-banner-bottom-left .swiper-container {
  position: relative;
  overflow: hidden;
}
.hr-desktop-slider .hr-content {
  padding-top: 150px;
  z-index: 5;
  position: relative;
}
.hr-tablet-slider .hr-content {
  padding-top: 170px;
}

@media(max-width:1400px){
  .hr-banner-bottom-right {
  padding: 14px 10px;
}
.brand-left.brand-right {
  padding-left: 0;
}
}

@media(max-width:1200px){
  .brand-left-inner {
  column-gap: 20px;
}
.brand-left-content span {
  font-size: 24px;
}
.brand-left.brand-right {
  padding-left: 0px;
}
.brand-wapper li img {
  max-width: 55px;
}
.hr-slide {
  height: 85vh;
  width: 48.5vw;
}
}
@media screen and (max-width: 1024px) {
  .hr-desktop-slider {
    display: none;
  }
.hr-tablet-slider {
  display: flex;
}
  .hr-mobile-slider {
    display: none;
  }
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 30px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
  font-size: 16px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 42px;
  line-height: 53px;
}
  .hr-hero-banner .swiper-button-prev {
    left: 15px;
  }
  .hr-hero-banner .swiper-button-next {
    right: 15px;
  }
}
@media(max-width:992px){
  .award-img img {
  max-width: 80px;
  width: 80px;
}
.hr-tablet-slider .hr-content {
  padding-top:130px;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn {
  font-size: 18px;
  color: #000;
  border-color: #000;
}
.hr-banner-right {
  margin-top: 100px;
}
.hr-banner-bottom-right .row {
  row-gap: 20px;
}
.brand-left-inner {
  column-gap: 50px;
}
.brand-left-inner {
  border-right: none;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 24px;
  line-height: 35px;
}
.hr-banner-right {
  margin-top: 60px;
}
.hr-slide {
  height: 49vh;
  width: 48.5vw;
}
.hr-hero-banner {
  height: 600px;
}
.hr-hero-banner .swiper-button-prev {
  left: 5px;

}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.hr-hero-banner .swiper-button-next {
  right: 5px;
}
.hr-hero-banner > .swiper-container {
  height: auto;
}
}
@media(max-width:768px){
  .hr-banner-right {
  height: 400px;
}
.hr-slide {
  height: 100%;
  width: 100%;
}
.brand-left-inner {
  border-right: none;
}
.hr-banner-bottom-right .row {
  row-gap: 20px;
}
.hr-banner-right {
  margin-top: 0;
}
.hr-hero-banner {
  height: 100%;
}
.hr-tablet-slider .hr-content {
  padding-top: 130px;
}
}
@media(max-width:576px){
  .hr-hero-banner .swiper-button-next {
  display: none;
}
.hr-hero-banner .swiper-button-prev {
  display: none;
}
.brand-wapper li img {
  max-width: 45px;
}
.our_services .icon-circle:hover .icon-background {
  background-color: #00ace0;
  bottom: 70%;
}
.our_services .row {
  row-gap: 100px;
}
}
@media(max-width:540px){
  .hr-tablet-slider .hr-content {
  padding-top: 0px;
}
}
@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;
  line-height: 20px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 28px;
  line-height: 37px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
  font-size: 17px;
  line-height: 26px;
}
.hr-banner-bottom {
  position: inherit;
}
.hr-slide {
  position: inherit;
}
.hr-hero-banner .hr-slide img {
  object-fit: contain;
}
}

