.banner {
  overflow-x: hidden;
}
@media only screen and (max-width: 1366px) {
  .banner.home-banner .banner-wrapper {
    bottom: 10%;
  }
}
.banner.home-banner .flex {
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .flex {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.banner.home-banner .flex .colA {
  flex: 1;
}
.banner.home-banner .flex .colA .content {
  max-width: 571px;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .flex .colA .content {
    margin: auto;
    max-width: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .flex .colA .content {
    max-width: 371px;
  }
}
.banner.home-banner .flex .colA .content p {
  max-width: 467px;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .flex .colA .content p {
    max-width: inherit;
    margin-bottom: 35px;
  }
}
.banner.home-banner .flex .colB {
  flex: 0 1 auto;
}

.home-secA {
  background: var(--black);
  color: var(--white);
}
.home-secA .container {
  position: relative;
  padding: 6.25rem 0 16.25rem;
  padding-left: 8rem;
  background: url(../../images/vector/building.svg) no-repeat;
  background-position: 100% 100%;
  background-size: auto 40%;
  overflow: hidden;
  position: relative;
}
.home-secA .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/vector/logo-icon.svg) no-repeat;
}
@media only screen and (max-width: 1366px) {
  .home-secA .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .container {
    padding-left: 4rem;
    padding-bottom: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .container {
    padding-left: 0;
  }
}
.home-secA .container::before {
  background-position: 85% 100%;
  background-size: auto 50%;
  transition: 2s ease;
}
@media only screen and (max-width: 1024px) {
  .home-secA .container::before {
    background-size: auto 23%;
    background-position: 55% 100%;
  }
}
@media only screen and (min-width: 1007px) {
  .home-secA .container::before {
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .container::before {
    background-position: 50% 100%;
    background-size: auto 10%;
  }
}
@media only screen and (min-width: 1007px) {
  .home-secA .container:has(.content.blf-animate)::before {
    transform: translateY(0);
  }
}
.home-secA .count-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 330px;
  margin-left: auto;
  gap: 30px;
  --transform: 30px;
  margin-right: 4rem;
}
@media only screen and (max-width: 1024px) {
  .home-secA .count-wrap {
    margin-right: auto;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 430px) {
  .home-secA .count-wrap {
    max-width: 284px;
  }
}
.home-secA .count-wrap .count-info:first-child {
  flex: 1;
  transform: translateY(calc(var(--transform) * -1));
}
.home-secA .count-wrap .count-info:last-child {
  flex: 0 1 auto;
  transform: translateY(var(--transform));
}
.home-secA .count-wrap .count-info:last-child p {
  max-width: 102px;
}
.home-secA .count-wrap .count-info.line {
  flex: 0 1 auto;
  height: 133px;
  width: 1px;
  background: var(--white);
  transform: rotate(20deg);
}
.home-secA .count-wrap h5 {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 1367px) {
  .home-secA .count-wrap h5 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secA .count-wrap h5 {
    font-size: 38px;
  }
}
.home-secA .count-wrap p {
  color: rgba(255, 255, 255, 0.7);
}
.home-secA .content {
  max-width: 536px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .content {
    text-align: center;
    margin: auto;
  }
}
.home-secA .content h6 {
  color: rgba(255, 255, 255, 0.5);
}
.home-secA .content p {
  margin: 30px 0 24px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .content p {
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .content p {
    margin: 30px 30px 40px 30px;
  }
}
.home-secA .aside-left {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  transform: rotate(180deg);
  font-size: 40px;
  line-height: 1;
  writing-mode: vertical-rl;
  font-family: "Orpheus Pro";
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .home-secA .aside-left {
    left: 25px;
    text-align: center;
    left: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .aside-left {
    position: relative;
    writing-mode: inherit;
    transform: inherit;
    translate: inherit;
    top: inherit;
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA .aside-left {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secA .aside-left {
    font-size: 20px;
  }
}

.home-secA2 {
  background: url(../../images/blfbg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  color: white;
  padding: 0;
}
.home-secA2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.96) 100%);
  z-index: 1;
}
.home-secA2 .container {
  position: relative;
  z-index: 2;
  height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .home-secA2 .container {
    height: 100%;
    padding: 120px 0px;
  }
}
.home-secA2 .content {
  max-width: 600px;
  text-align: center;
}
.home-secA2 .content img.logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.home-secA2 .content p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: white;
}
.home-secA2 .content .btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.home-secA2 .content .btn:hover {
  background: linear-gradient(90deg, #0072ff, #00c6ff);
}
@media only screen and (max-width: 767px) {
  .home-secA2 .content p {
    font-size: 16px;
    padding: 0px 15px 45px;
  }
  .home-secA2 .content img.logo {
    width: 65%;
    width-margin-bottom: 15px;
  }
}

.home-secB {
  padding: 4.5rem 0 5.3rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 520px) {
  .home-secB {
    padding: 3.5rem 0 3.3rem;
  }
}
.home-secB .btn-btn-div {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 480px) {
  .home-secB .btn-btn-div {
    margin-top: 1.8rem;
  }
}

.home-secC {
  background: var(--black);
  padding: 6.9rem 0 7.75rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-secC {
    padding: 5rem 0 5rem;
  }
}
.home-secC .flex .colA {
  flex: 1;
  padding-right: 47px;
}
@media only screen and (max-width: 1024px) {
  .home-secC .flex .colA {
    padding-right: 0;
    text-align: center;
  }
}
.home-secC .flex .colA .content .heading h3 {
  color: var(--white);
  margin-bottom: 16px;
}
@media only screen and (max-width: 667px) {
  .home-secC .flex .colA .content .heading h3 {
    font-size: 38px;
  }
}
.home-secC .flex .colA .btm-des-sec {
  display: flex;
  gap: 46px;
  margin-top: 9rem;
}
@media only screen and (max-width: 1024px) {
  .home-secC .flex .colA .btm-des-sec {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
  }
}
.home-secC .flex .colA .btm-des-sec li img {
  width: 100px;
}
.home-secC .flex .colA .btm-des-sec li p {
  color: var(--white);
}
.home-secC .flex .colA .btm-des-sec li h6:has(.count) {
  font-size: 52px;
  line-height: 1;
  font-family: "Orpheus Pro";
  color: var(--white);
}
.home-secC .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-secC .flex .colB {
    max-width: inherit;
  }
}
.home-secC .flex .colB .award-slider-wrap {
  position: relative;
}
.home-secC .flex .colB .award-slider-wrap .award-slider {
  transform: translateX(130px);
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider {
    transform: translateX(80px);
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider {
    transform: translateX(50px);
  }
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item {
  transition: 1.5s ease;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption {
  background: var(--white);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption h6 {
  color: var(--black);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-next {
  transform: translateX(-100px) scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active, .swiper-slide-next) {
  transform: scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active) {
  z-index: -1;
  transform-origin: left;
  opacity: 0.4;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure {
  line-height: 0;
  overflow: hidden;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure img {
  width: 100%;
  aspect-ratio: 1.409;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption {
  background: #0E1942;
  transition: 0.5s ease;
  padding: 27px 55px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption {
    padding: 15px 15px;
  }
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption h6 {
  font-family: "Orpheus Pro";
  font-size: 22px;
  line-height: 1.2;
  color: var(--white);
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption h6 {
    padding: 15px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption h6 {
    padding: 0px;
    font-size: 16px;
  }
}

.home-secD {
  padding: 6.8rem 0;
}
@media only screen and (max-width: 1024px) {
  .home-secD {
    padding: 4rem 0;
  }
}
.home-secD .heading {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 520px) {
  .home-secD .heading {
    margin-bottom: 1.8rem;
  }
}
.home-secD .testimonial-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.home-secD .testimonial-wrap .testimonial-dots {
  margin-top: 1.5rem;
  padding-left: 33%;
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-dots {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.home-secD .testimonial-wrap .testimonial-nav .testimonial-prev:hover path, .home-secD .testimonial-wrap .testimonial-nav .testimonial-next:hover path {
  fill: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-nav {
    top: 70%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 480px) {
  .home-secD .testimonial-wrap .testimonial-nav {
    display: none;
  }
}
.home-secD .testimonial-wrap .testimonial-slider {
  --triangle: 40px;
  padding-bottom: var(--triangle);
  max-width: calc(100% - 220px);
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-slider {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .home-secD .testimonial-wrap .testimonial-slider {
    padding-bottom: 0;
  }
}
.home-secD .testimonial-wrap .testimonial-slider .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-slider .item {
    display: inline-block;
  }
}
.home-secD .testimonial-wrap .testimonial-slider .item figure {
  flex: 0 1 255px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 71.66%);
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-slider .item figure {
    max-width: 300px;
    margin: auto;
  }
}
.home-secD .testimonial-wrap .testimonial-slider .item figure img {
  width: 100%;
  aspect-ratio: 0.907;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.4s ease;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure:hover img {
  filter: none;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title, .home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  position: absolute;
  z-index: 1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 30px 36px;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title > * {
  color: var(--white);
  line-height: 1.1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  --btnsize: 52px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption {
  flex: 1;
  margin-right: 42px;
  border: 1px solid #7D7D7D;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secD .testimonial-wrap .testimonial-slider .item figcaption {
    margin-right: 0;
    margin-bottom: 55px;
  }
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption .content {
  position: relative;
  background: var(--white);
  border-radius: 30px;
  height: 100%;
  z-index: 1;
  padding: 64px 48px 96px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .home-secD .testimonial-wrap .testimonial-slider .item figcaption .content {
    padding: 30px 30px 30px;
  }
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: var(--white);
  border: 1px solid #7D7D7D;
  transform: rotate(45deg);
  z-index: 1;
}/*# sourceMappingURL=home.css.map */