html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.video-cover {
  overflow: hidden;
}

/* .wow.animate__animated{
  animation-delay:inherit !important
} */

.section-hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 12.8rem);
}
.section-hero-banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  width: 100%;
  z-index: 9;
}
.section-hero-banner .banner-row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-hero-banner .banner-row .btn2 {
  font-weight: 400;
  min-width: 15rem;
  padding: 0 2rem;
}
.section-hero-banner .banner-left .text {
  color: #fff;
}
.section-hero-banner .banner-left .text h1 {
  font-size: 9rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.section-hero-banner .banner-left .text p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding-right: 4rem;
}
.section-hero-banner .banner-left .btn2-group {
  margin-top: 5rem;
}
.section-hero-banner .image-video {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.section-hero-banner .image-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-hero-banner.video-load .image-video {
  opacity: 0;
}
.section-services {
  background-color: #008EB2;
  padding: 12rem 0 20rem;
}
.section-services .title {
  margin-bottom: 8rem;
}
.section-services .title small {
  color: #fff;
}
.section-services .title .h {
  color: #fff;
  font-weight: 500;
}
.section-services .list > .row {
  background-color: #007A99;
  border-radius: 15px;
  padding: 4rem 2rem;
}
.section-services .list > .row + .row {
  margin-top: 4rem;
}
.section-services .list .text {
  color: #fff;
  margin-bottom: 3rem;
}
.section-services .list .text .h {
  color: #fff;
  margin-bottom: 1rem;
}
.section-services .list .text p {
  font-size: 2rem;
  line-height: 3.2rem;
}
.section-services .list .img-box {
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.section-services .list .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-services .list-card .row3 {
  margin: -1.2rem;
}
.section-services .list-card2 .card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-services .list-card .card {
  background-color: #fff;
  border-radius: 10px;
  margin: 1.2rem 0;
  height: calc(100% - 2.4rem);
  padding: 3rem;
}
.section-services .list-card .card-text .h {
  color: #000;
  margin-bottom: 1.2rem;
}
.section-services .list-card .card-text p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #464646;
}
.section-services .list-card .btn2-group{
  margin-top: 1.5rem;
}
.section-services .svg-line {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.section-services .svg-line2 {
  bottom: 0;
  position: absolute;
  left: 0;
}
.section-services.visible .svg-line {
  opacity: 1;
}
.section-onboarding {
  background-color: #EDF2F7;
  padding: 10rem 0;
}
.section-onboarding .title {
  margin-bottom: 9rem;
}
.section-onboarding .process-row {
  display: flex;
  justify-content: center;
}
.section-onboarding .process-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 20%;
}
.section-onboarding .process-col .shape {
  margin-bottom: 15rem;
  height: 282px;
  position: relative;
  /* Rotate the entire SVG */
  /* Pulse animation for the paths */
}
.section-onboarding .process-col .shape .icon {
  position: absolute;
  inset: 0;
  margin: auto;
}
.section-onboarding .process-col .shape .spinning-icon {
  animation: spin 4s linear infinite;
}
.section-onboarding .process-col .shape .spinning-icon-r {
  animation: spin-r 4s linear infinite;
}
.section-onboarding .process-col .shape .spinning-icon path {
  animation: pulse 1.5s ease-in-out infinite;
}
.section-onboarding .process-col .arrow {
  position: absolute;
}
.section-onboarding .process-col .arrow-right {
  bottom: 0;
  margin: auto;
  height: 46px;
  right: -88px;
  top: 0;
  z-index: -1;
}
.section-onboarding .process-col .arrow-bottom {
  bottom: -130px;
  left: 0;
  margin: auto;
  right: 0;
  width: 87px;
}
.section-onboarding .process-col .text {
  padding: 0 2.5rem;
}
.section-onboarding .process-col .text .h {
  color: #000;
  margin-bottom: 2rem;
}
.section-onboarding .process-col .text p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: #464646;
}

@media (max-width: 1550px) {
  .section-onboarding .title {
    margin-bottom: 4rem;
  }
  .section-onboarding .process-col .shape {
    transform: scale(0.67);
    margin-bottom: 7rem;
  }
}
@media (max-width: 1199px) {
  .section-onboarding .process-col .shape {
    transform: scale(0.57);
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .section-hero-banner .banner-left {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 5rem;
    font-weight: 500;
  }
  .section-hero-banner .banner-left .btn2-group {
    justify-content: center;
  }
  .section-hero-banner .banner-right {
    display: none;
  }
  .section-services .list .img-box {
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
  }
  .section-onboarding .process-row {
    flex-wrap: wrap;
    margin-top: -5rem;
  }
  .section-onboarding .process-col {
    width: 100%;
  }
  .section-onboarding .process-col .arrow-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-hero-banner {
    min-height: 590px;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 4rem;
  }
  .section-hero-banner .banner-left .btn2-group {
    margin-top: 3rem;
  }
  .section-hero-banner .arrow {
    display: none;
  }
}/*# sourceMappingURL=homepage.css.map */