/*================================================================================================
    Start Funfact Area
===================================================================================================*/
.funfact {
  border-top: 1px solid #d0ccca;
}
.funfact-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46%;
}
.funfact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funfact-content {
  padding: 100px 0px;
}
.funfact-content .content-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 80px;
}
.funfact-counter {
  margin-bottom: 94px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.funfact-counter:last-child {
  margin: 0;
}
.funfact-counter .title {
  font-family: var(--font-family);
  font-size: 150px;
  line-height: 110px;
  font-weight: 600;
  min-width: 180px;
  margin: 0;
}
.funfact-counter .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

/* Funfact Style 2 */
.funfact.funfact-style2 {
  border: none;
}
.funfact-bg img {
  width: 100%;
  height: 666px;
  border-radius: 16px;
  object-fit: cover;
}

.funfact-style2 .funfact-inner {
  border-radius: 16px;
  width: 100%;
  min-height: 666px;
}
.funfact-style2 .funfact-content {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px;
  display: flex;
  margin-right: 227px;
}
.funfact-style2 .funfact-counter {
  display: block;
  margin-bottom: 0px;
  background: #f5f5f5;
  padding: 28px;
  max-width: 296px;
}
.funfact-style2 .funfact-counter .number,
.funfact-style2 .funfact-counter .odometer {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  font-family: var(--font-family);
  margin-bottom: 0px;
}
.funfact-style2 .funfact-counter .odometer {
  margin-bottom: 8px;
  line-height: 40px;
}
.funfact-style2 .funfact-counter .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  min-width: 100%;
  margin-bottom: 10px;
}

.funfact-style2 .funfact-counter .text {
  font-weight: 400;
  color: #616161;
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .funfact-content {
    padding: 80px 0px;
  }
  .funfact-counter .title {
    font-size: 72px;
    line-height: 54px;
  }
  .funfact-counter {
    display: block;
    margin-bottom: 24px;
  }
  .funfact-content .content-title {
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 40px;
  }
  .funfact-content .text {
    margin-top: 12px;
  }
  .funfact-style2 .funfact-content {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 991.99px) {
  .funfact-counter {
    display: block;
  }
  .funfact-img {
    position: inherit;
    width: 100%;
  }
  .funfact-content {
    padding: 56px 0px;
  }
  .funfact-content .content-title {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 32px;
  }
  .funfact-counter .title {
    font-size: 48px;
    line-height: 36px;
  }
  .funfact-counter .text {
    line-height: 140%;
    margin-top: 12px;
  }
  .funfact-counter {
    margin-bottom: 40px;
  }
  .funfact-style2 .funfact-inner {
    min-height: 100%;
  }
  .funfact-style2 .funfact-counter .title {
    font-size: 18px;
    line-height: 16px;
  }

  .funfact-bg img {
    height: auto;
  }
  .funfact-style2 .funfact-content {
    position: initial;
    margin-top: 16px;
  }
  .funfact-style2 .funfact-content {
    display: block;
    margin-right: 0;
  }
  .funfact-style2 .funfact-counter {
    max-width: 100%;
    padding: 16px;
  }
  .funfact-style2 .funfact-counter .number,
  .funfact-style2 .funfact-counter .odometer {
    font-size: 38px;
  }
  .funfact-style2 .funfact-counter .odometer {
    line-height: 27px;
  }
}

/*================================================================================================
    End Funfact Area
===================================================================================================*/
