

/** funfact-section **/

.funfact-section_ec9a54950800b3fa{
  position: relative;
  padding: 0px 50px;
}

.funfact-section_ec9a54950800b3fa .outer-container_625cb31cd8cca30b{
  position: relative;
  padding: 94px 130px 86px 130px;
  border: 1px solid var(--secondary-color);
  border-top: none;
}

.funfact-section_ec9a54950800b3fa .funfact-inner_9e95c25f7aed4568{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-block-one_da002b698ec8a120 .inner-box_546f603c462f1f83{
  position: relative;
  display: block;
}

.funfact-block-one_da002b698ec8a120 .inner-box_546f603c462f1f83 .count-outer_26267060c2019f55{
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 105px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 17px;
}

.funfact-block-one_da002b698ec8a120 .inner-box_546f603c462f1f83 p{
  display: block;
  font-size: 24px;
  line-height: 30px;
}

/** funfact-style-two **/

.funfact-style-two_82d03115450dbed5{
  position: relative;
  padding: 0px 40px;
}

.funfact-style-two_82d03115450dbed5 .outer-container_625cb31cd8cca30b{
  position: relative;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  padding: 0px 46px;
}

.funfact-block-two_96fbb6f7689ab33c{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.funfact-block-two_96fbb6f7689ab33c .inner-box_546f603c462f1f83 .count-outer_26267060c2019f55{
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 90px;
  font-family: 'Playfair Display', cursive;
  color: var(--title-color);
}

.funfact-block-two_96fbb6f7689ab33c .inner-box_546f603c462f1f83 p{
  font-size: 48px;
  line-height: 90px;
  color: var(--title-color);
}

.funfact-style-two_82d03115450dbed5.home-4_bcceb35a1c2de119{
  background: #FBF5F1;
}

.funfact-style-two_82d03115450dbed5.home-4_bcceb35a1c2de119 .outer-container_625cb31cd8cca30b{
  border-bottom: none;
  padding-bottom: 274px;
}

.funfact-block-two_96fbb6f7689ab33c{
  transition: all 500ms ease;
}

.funfact-style-two_82d03115450dbed5.home-4_bcceb35a1c2de119 .funfact-block-two_96fbb6f7689ab33c:hover .inner-box_546f603c462f1f83 .count-outer_26267060c2019f55,
.funfact-style-two_82d03115450dbed5.home-4_bcceb35a1c2de119 .funfact-block-two_96fbb6f7689ab33c:hover .inner-box_546f603c462f1f83 p{
  color: #fff;
}

.funfact-block-two_96fbb6f7689ab33c{
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.funfact-block-two_96fbb6f7689ab33c:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  transform: scale(0,0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.funfact-block-two_96fbb6f7689ab33c:hover:before{
  transform: scale(1,1);
}

.funfact-block-two_96fbb6f7689ab33c .inner-box_546f603c462f1f83 .count-outer_26267060c2019f55,
.funfact-block-two_96fbb6f7689ab33c .inner-box_546f603c462f1f83 p{
  transition: all 500ms ease;
}

.funfact-block-two_96fbb6f7689ab33c:hover .inner-box_546f603c462f1f83 .count-outer_26267060c2019f55,
.funfact-block-two_96fbb6f7689ab33c:hover .inner-box_546f603c462f1f83 p{
  color: #fff;
}
























