

/** funfact-section **/

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

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

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

.funfact-block-one_d800bbfc42938fa8 .inner-box_8ce98e1ff004b631{
  position: relative;
  display: block;
}

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

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

/** funfact-style-two **/

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

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

.funfact-block-two_43e3052d192fec87{
  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_43e3052d192fec87 .inner-box_8ce98e1ff004b631 .count-outer_903601c738899336{
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 90px;
  font-family: 'Playfair Display', cursive;
  color: var(--title-color);
}

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

.funfact-style-two_d063946d1e974c6a.home-4_7a8c87285372dd55{
  background: #FBF5F1;
}

.funfact-style-two_d063946d1e974c6a.home-4_7a8c87285372dd55 .outer-container_02e037605297f2a1{
  border-bottom: none;
  padding-bottom: 274px;
}

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

.funfact-style-two_d063946d1e974c6a.home-4_7a8c87285372dd55 .funfact-block-two_43e3052d192fec87:hover .inner-box_8ce98e1ff004b631 .count-outer_903601c738899336,
.funfact-style-two_d063946d1e974c6a.home-4_7a8c87285372dd55 .funfact-block-two_43e3052d192fec87:hover .inner-box_8ce98e1ff004b631 p{
  color: #fff;
}

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

.funfact-block-two_43e3052d192fec87: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_43e3052d192fec87:hover:before{
  transform: scale(1,1);
}

.funfact-block-two_43e3052d192fec87 .inner-box_8ce98e1ff004b631 .count-outer_903601c738899336,
.funfact-block-two_43e3052d192fec87 .inner-box_8ce98e1ff004b631 p{
  transition: all 500ms ease;
}

.funfact-block-two_43e3052d192fec87:hover .inner-box_8ce98e1ff004b631 .count-outer_903601c738899336,
.funfact-block-two_43e3052d192fec87:hover .inner-box_8ce98e1ff004b631 p{
  color: #fff;
}
























