/*================================================================================================
    Start Business Home CSS
===================================================================================================*/

/* Hero  */
.bx-hero {
  overflow: hidden;
}
.bx-hero__slider-items {
  padding-top: 228px;
  padding-bottom: 164px;
  margin-top: 166px;
}
.bx-hero__slider-items::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 17, 17, 0.5);
}
.bx-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bx-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-hero__slider .owl-item.active .bx-hero__bg {
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

.bx-hero__content {
  max-width: 784px;
}
.bx-hero__content small {
  border-radius: 75px;
  background: var(--bx-title-color);
  padding: 10px 24px;
  color: var(--bx-white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.15px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content small {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.bx-hero__content h1 {
  color: #fff;
  font-size: 77px;
  font-weight: 500;
  line-height: 91px;
  letter-spacing: -1.54px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.bx-hero__content h1 span {
  color: rgba(255, 255, 255, 0.78);
  font-family: Literata;
  font-size: 77px;
  font-style: italic;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -3.08px;
  display: block;
}
.bx-hero__content-btm {
  gap: 30px;
  margin-top: 64px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content-btm {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.bx-hero__content-btm .bx-btn {
  max-width: 224px;
}
.bx-hero__content-btm .text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.44px;
}
.bx-hero__slider-items .hero-arrow {
  position: absolute;
  right: 242px;
  bottom: -124px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.bx-hero__slider .owl-item.active .hero-arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
/* Funfact  */
.bx-funfact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 75px;
}

.bx-funfact__image img {
  max-width: 729px;
  border-radius: 8px;
}

.bx-funfact__inner {
  gap: 96px;
}
.bx-funfact .funfact-card {
  display: flex;
  gap: 30px;
}
.bx-funfact .funfact-card .icon {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.bx-funfact .funfact-card:hover .icon svg path {
  fill: var(--bx-white-color);
}
.bx-funfact .funfact-card .title,
.bx-funfact .funfact-card .odometer {
  font-size: 77px;
  font-weight: 500;
  letter-spacing: -1.54px;
  line-height: 58px;
  font-family: var(--bx-inter-font);
  margin-bottom: 0px;
  display: flex;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
  transition: all 0.3s ease;
}

.bx-funfact .funfact-card:hover .title,
.bx-funfact .funfact-card:hover .odometer {
  -webkit-text-fill-color: var(--bx-title-color);
}

.bx-funfact .funfact-card .text {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {  
  /* Funfact  */
  .bx-funfact__inner {
    gap: 70px;
  }
  .bx-funfact__image img {
    max-width: 480px;
  }
  .bx-funfact__content {
    gap: 100px 50px;
  }
  .bx-funfact .funfact-card {
    gap: 25px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 24px;
    height: 24px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
}
/* Slider Controls  */
.owl-carousel.bx-hero__slider .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 16px;
}
.owl-carousel.bx-hero__slider .owl-dots {
  position: absolute;
  right: 80px;
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
  display: grid;
}
.owl-carousel.bx-hero__slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 16px 0;
  background: var(--bx-white-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.owl-carousel.bx-hero__slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.owl-carousel.bx-hero__slider .owl-dot.active span,
.owl-carousel.bx-hero__slider .owl-dot:hover span {
  background: var(--bx-white-color);
}
.owl-carousel.bx-hero__slider .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-service__card .service-box {
    gap: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .call-action__newsletter::before,
  .call-action__review-inner::before {
    right: -54px;
  }
}

/* Text Move  */
.bx-text-move {
  overflow: hidden;
}
.swiper.text-move_slider-reverse {
  margin-top: 40px;
}
.bx-text-move .swiper-slide {
  width: auto !important;
}
.bx-text-move .swiper-wrapper {
  transition-timing-function: linear;
}
.bx-text-slide__item {
  display: flex;
  gap: 58px;
  justify-content: center;
  align-items: center;
}
.bx-text-slide__item .text {
  font-size: 77px;
  font-weight: 900;
  letter-spacing: -3.08px;
  color: var(--bx-title-color);
  line-height: 140%;
}
.bx-text-slide__item .text.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
}
.bx-text-slide__item .arrow-img {
  max-width: 50px;
  max-height: 50px;
}

/* Text Move Style 2 */
.bx-text-move__style2 {
  background-color: var(--bx-title-color);
  padding-top: 30px;
}
.bx-text-move__style2 .text.text-outline {
  -webkit-text-stroke-color: var(--bx-white-color);
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .w-process-card.process-icon::before {
    width: 250px;
  }
}
/* Testimonial  */
.owl-carousel.bx-testimonial__slider-2 {
  padding: 0px 190px;
}

/* Slider Controls  */
.owl-carousel.bx-testimonial__slider-2 .owl-dots {
  position: absolute;
  right: 190px;
  bottom: 25px;
  line-height: 0;
  display: flex;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 16px;
  background: var(--bx-paragraph-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-paragraph-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span,
.owl-carousel.bx-testimonial__slider-2 .owl-dot:hover span {
  background: var(--bx-paragraph-color);
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .bx-hero__content h1 {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -1.2px;
  }
  .bx-hero__content h1 span {
    font-size: 65px;
    letter-spacing: -2.5px;
  }
  .bx-hero__content-btm {
    margin-top: 50px;
  }
  .bx-hero__content-btm .text {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 180px;
    bottom: -100px;
    width: 180px;
    height: 180px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 60px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0px 40px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  /* Hero  */
  .bx-hero__slider-items {
    margin-top: 80px;
  }
  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 60px;
  }
  .bx-funfact__image {
    text-align: center;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  .bx-funfact .funfact-card {
    gap: 20px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 22px;
    height: 22px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: 80px;
  }
  .bx-hero__content {
    max-width: 600px;
  }
  .bx-hero__content h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .bx-hero__content h1 span {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .bx-hero__content small {
    padding: 8px 18px;
    font-size: 14px;
  }
  .bx-hero__content-btm {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .bx-hero__content-btm .text {
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 120px;
    bottom: -80px;
    width: 150px;
    height: 150px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 40px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 34px;
    max-height: 34px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 32px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .testimonial-info {
    margin-top: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
  .bx-hero__content {
    max-width: 100%;
  }
  .bx-hero__content h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.7px;
  }
  .bx-hero__content h1 span {
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 140%;
  }
  .bx-hero__content small {
    padding: 6px 16px;
    font-size: 13px;
    letter-spacing: 0.1px;
  }
  .bx-hero__content-btm {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .bx-hero__content-btm .text {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 20px;
    bottom: -60px;
    width: 120px;
    height: 120px;
  }
  .owl-carousel.bx-hero__slider .owl-controls {
    bottom: 10px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 20px;
  }
  .owl-carousel.bx-hero__slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 12px 0;
  }
  .owl-carousel.bx-hero__slider .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bx-funfact .funfact-card {
    gap: 15px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 20px;
    height: 20px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 36px;
    letter-spacing: -0.8px;
    line-height: 30px;
    -webkit-text-stroke-width: 0.5px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  /* Partner  */
  .bx-partner__section-head {
    padding-bottom: 24px;
  }
  .bx-partner__section-head .title {
    font-size: 18px;
  }
  .owl-carousel.bx-partner__slider {
    margin-top: 32px;
  }

  

  /* Text move styles for mobile */
  .bx-text-move .bx-text-slide__item .text {
    font-size: 30px;
  }
  .bx-text-move .bx-text-slide__item .arrow-img {
    width: 20px;
  }


  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 24px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 24px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }
}

/*================================================================================================
  End Business Home CSS
===================================================================================================*/
