/* Define the zoom animation */
@keyframes zoomIn {
  0% {
    transform: scale(1); /* Start scale */
  }
  100% {
    transform: scale(1.1); /* End scale - zoom in */
  }
}
/* Keyframes for fade-in and slide-in from bottom */
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keyframes for slide-out down animation */
@keyframes slideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Slide-in animation */
.animate-slide {
  animation: fadeInSlideUp 0.8s ease-out;
}

/* Slide-out animation */
.animate-slide-out {
  animation: slideOutDown 0.8s ease-out;
}
.hr-hero-banner {
    background: #000;
}
.hr-hero-swiper .swiper-wrapper {
    overflow: hidden;
}
.hr-hero-banner .swiper-container {
    padding: 136px 0px 130px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span svg path {
    fill: #06b453;
}
.slide-bg img {
    width: 100%;
    border-radius: 25px;
    max-width: 440px;
    border: 5px solid #fff;
}
.slide-bg {
    border-radius: 25px;
    padding-left: 40px;
    text-align: right;
    padding-top: 50px;
}

.hr-content {
  position: relative;
}
.curve-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hr-hero-swiper .hr-content .hr-titel span {
    position: absolute;
    top: 0;
    right: -10px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span svg {
    width: 50px;
}
.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 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.40;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease; 
  z-index: -2; 
}
.hr-hero-banner .swiper-container .swiper-slide-active .slide-bg {
  animation: zoomIn 8s ease forwards; 
}
.hr-hero-banner .swiper-container .swiper-slide-active .slide-bg {
    transform: scale(1.1);
}*/
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-4);
    padding: 10px 25px 10px 50px;
    border: 1px solid var(--color-4);
/*  letter-spacing: .5px;*/
    border-style: dashed;
    display: inline-block;
    line-height: 25px;
    border-radius: 30px;
    position: relative;
    font-family: var(--font-02);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel::before{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background: var(--color-4);
    border-radius: 50%;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content {
    z-index: 11;
    padding-bottom: 5px;
}


.hr-hero-banner .swiper-container .swiper-slide-active .hr-content .hr-sub-titel {
    visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  text-transform: unset;
}
.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: 45px;
    font-size: 20px;
    color: var(--white);
    width: 70%;
    font-family: var(--font-02);
    line-height: 28px;
}

.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
    margin-top: 1.5rem;
    column-gap: 30px;
}
.hr-hero-banner .swiper-button-prev {
    left: 20px
}

.hr-hero-banner .swiper-button-next {
    right: 20px
}
.powered-by {
    animation: pulse 3s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}
.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
}
.hr-btns-wrap .hr-experience-text a{
    font-size: 21px;
    color: #222222;
    text-decoration: underline;
    font-weight: 600;
    font-family: var(--font-02);
}
.hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    position: absolute;
    bottom: 0;
    right: calc(8% - 45px);
    width: 685px;
}
.hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
    width: 510px;
}
.hr-hero-banner .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -30px;
    justify-content: center;
    z-index: 11;
}
.hr-hero-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0px;
    background: #fff;
    border: 2px solid var(--color-3);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    width: 25px;
    height: 8px;
    border-radius: 30px;
}
.swiper-pagination-bullet-active {
    background: var(--color-4)!important;
    border: 2px solid var(--color-4)!important;
    width: 40px!important;
}
/*New*/
.hr-hero-swiper .hr-content .hr-titel {
    font-size: 77px;
    font-family: var(--font-01);
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
    color: rgb(253 253 225);
    position: relative;
    margin-bottom: 20px;
}
.hr-hero-swiper .hr-content .hr-text {
    font-size: 21px;
    line-height: 1.4;
    color: rgb(253 253 225);
    font-family: var(--font-02);
    margin: 0;
}
.hr-hero-swiper .hr-btn.btn-main {
    text-align: center;
    position: relative;
    font-family: var(--font-02);
    padding: 22px 118px 22px 48px;
    border-radius: 50px;
    border-width: 2px;
    font-weight: 700;
    margin: 0 !important;
    background: #06b453;
    /* color: #fff; */
    --tw-text-opacity: 1;
    color: #fff;
    /* --tw-shadow: 0 4px 0 0; */
    --tw-shadow-colored: 0 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
    font-size: 16px;
    line-height: 1.2;
    /* font-weight: 700; */
}
.hr-hero-swiper .hr-btn.btn-main {
  display: flex;
  align-items: center;
  column-gap: 60px;
  position: relative;
}
.hr-hero-swiper .hr-btn.btn-main:hover {
    --tw-shadow: 0 0 0 0;
    --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #fff;
    color: #06b453;
}
.hr-hero-swiper .hr-btn.btn-main::after {
    content: '\f095';
    font-family: "Font Awesome 6 PRO";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 10px;
}

.believed-sec ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.believed-sec ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.believed-sec ul li figure {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.believed-sec ul li + li {
  margin-left: -6px;
  list-style: none;
}
.believed-sec {
    display: flex;
    align-items: start;
    font-size: 16px;
    margin: 40px 0px 30px;
    flex-direction: column;
    row-gap: 5px;
}
.believed-sec ul li {
    list-style: none;
}
.believed-sec p {
  font-size: 18px;
  line-height: 1.4;
  color: rgb(253 253 225);
  font-family: var(--font-02);
  margin: 0;
  font-weight: 600;
}

.hr-banner-bottom-right {
    background: hsl(0 0% 100% / .08);
    padding: 14px 20px;
    border-radius: 8px;
    background: rgb(255 255 255 / .1);
    -webkit-backdrop-filter: blur(var(--HR-sz-5));
    backdrop-filter: blur(5px);
    display: block;
    width: 100%;
}
.brand-wapper {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.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;
    width: 100% !important;
}
.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
}
.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: 0;
}
.brand-left-content {
    font-size: 14px;
    color: #fff;
}
.hero-banner-right-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.believed-sec img {
    max-width: 230px;
}
@media (max-width: 1700px) {
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 630px;
    }
}
@media (max-width: 1585px) {
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 600px;
        right: calc(6% - 45px);
    }
}
@media (max-width: 1400px) {
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 500px;
        right: calc(14% - 45px);
    }
    .hr-hero-swiper .hr-content .hr-titel {
    font-size: 84px;
}
}
@media(max-width:1200px){
    .hr-hero-swiper .hr-content .hr-titel {
    font-size: 68px;
}
.curve-shape img {
    max-width: 170px;
}
}
@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-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
    }
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 420px;
    }
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
        width: 450px;
    }
}
@media screen and (max-width:991px) {
    /*.hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        display: none;
    }*/
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 350px;
    }
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
        width: 345px;
    }
    .swiper-slide-1 {
    width: 100%;
}
.hr-hero-swiper .hr-content .hr-titel span svg {
    width: 50px;
    height: 50px;
}
.hr-hero-swiper .hr-content .hr-titel {
    font-size: 48px;
}
.hr-hero-swiper .hr-content .hr-text {
    font-size: 18px;
}
.believed-sec {
    margin: 40px 0px 10px;
}
.curve-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.hr-hero-banner .swiper-container {
    padding: 120px 0px 80px;
}
}

@media (max-width:767.98px){
    .hr-btns-wrap{
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .hr-btns-wrap .hr-experience-text {
        margin-top: 20px!important;
    }
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
        width: 185px;
        right: calc(10% - 45px);
    }
    .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
        width: 190px;
    }
    .hr-hero-banner .row {
    flex-direction: column-reverse;
    row-gap: 30px;
}
.slide-bg {
    border-radius: 25px;
    padding-left: 0;
    text-align: center;
}
.hr-hero-swiper .hr-content .hr-titel {
    font-size: 42px;
}

}
@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: calc(1.425rem + 2.1vw)
    }
    .hr-hero-swiper .hr-content .hr-titel {
    font-size: 28px;
}
.hr-hero-swiper .hr-content .hr-titel span svg {
    display: none;
}
.hr-hero-banner .row {
    row-gap: 50px;
}
.hr-hero-swiper .hr-btn.btn-main {
    padding: 12px 88px 12px 28px;
}
.hr-hero-swiper .hr-btn.btn-main::after {
    width: 40px;
    height: 40px;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
    display: none;
}
.hr-banner-bottom-right {
    margin-bottom: 20px;
}
}