.ova-counter {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #1d1d1d;
}
.ova-counter:hover {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-counter:hover .title, .ova-counter:hover .odometer, .ova-counter:hover .suffix, .ova-counter:hover .icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-counter:hover .icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(1.1);
}
.ova-counter .icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 40px;
  width: 52px;
  height: 52px;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 68px;
  color: #fff;
  transform: scale(1);
}
.ova-counter .icon i {
  display: inline-block;
  padding: 0 23px;
}
.ova-counter .odometer {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "onum" on;
}
.ova-counter .odometer .odometer-value {
  line-height: 1;
}
.ova-counter .suffix {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.ova-counter .title {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.2;
  color: #8f8f8f;
}