.tf-counter {
position: relative;
text-align: center;
}
.tf-counter {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tf-counter .counter-number-wrapper {
text-transform: capitalize;
color: #000000;
display: inline-flex;
margin-bottom: 4px;
color: #0D1637;
font-size: 34px;
font-weight: 700;
line-height: 27px;
text-transform: capitalize;
}
.tf-counter .counter-icon {
font-size: 52px;
margin-bottom: -2px;
color: var(--theme-primary-color);
}
.tf-counter .counter-title {
font-size: 14px;
font-weight: 600;
line-height: 150%; 
color: #000000;
position: relative;
}
.tf-counter.hover-eff {
position: relative;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tf-counter.hover-eff::after {
content: '';
width: 5.5px;
height: 60%;
background: var(--theme-primary-color);
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 10%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tf-counter.hover-eff:hover::after {
opacity: 1;
visibility: visible;
right: 0px;
}
.tf-counter.hover-eff {
border: 1px solid #EAEBEC;
background: #FFF;
text-align: center;
padding-top: 15px;
padding-bottom: 42px;
padding-left: 20px;
padding-right: 20px;
}
.tf-counter.hover-eff .counter-icon {
font-size: 70px;
margin-bottom: -14px;
}
.tf-counter.hover-eff .counter-title {
color: #0D1637;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.tf-counter.hover-eff .counter-number-wrapper {
margin-bottom: 19px;
}
.tf-counter.hover-eff:hover {
box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.06);
}
.tf-counter.flex-item .wrap-counter-inner {
display: flex;
align-items: center;
}
.tf-counter .caption {
color: rgba(208, 24, 24, 0.13);
font-size: 60px;
font-weight: 700;
line-height: 49px;
text-transform: capitalize;
position: absolute;
top: -54%;
left: -19%;
} .tf-counter.style2 .content {
display: flex;
align-items: end;
}
.tf-counter.style2 .counter-number-wrapper{
color: var(--theme-primary-color);
font-size: 70px;
font-weight: 600;
line-height: 1em;
margin-right: 15px;
margin-bottom: -2px;
}
.tf-counter.style2 .counter-title {
color: #000;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
line-height: 20px;
}
.sale-circle .wrap-counter {
width: 100px;
height: 100px;
background: var(--theme-primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.sale-circle .wrap-counter .counter-number-wrapper {
color: #FFF;
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
}
.sale-circle .wrap-counter .counter-number-suffix,
.sale-circle .wrap-counter .counter-title {
color: #FFF;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.sale-circle .wrap-counter::after {
content: '';
width: 85%;
height: 85%;
border-radius: 50%;
border: 1px dashed rgba(255, 255, 255, 0.63);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .tf-counter.style3 .wrap-counter-inner {
display: flex;
align-items: center;
}
.tf-counter.style3 .counter-icon {
width: 90px;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
background: var(--theme-primary-color);
flex-shrink: 0;
margin-right: 35px;
margin-top: 11px;
}
.tf-counter.style3 .counter-icon i,
.tf-counter.style3 .counter-icon svg path {
color: #fff;
fill: #fff;
}
.tf-counter.style3 .counter-number-wrapper {
font-size: 65px;
font-weight: 700;
line-height: 1.26em;
}
.tf-counter.style3 .counter-title {
font-size: 18px;
font-weight: 500;
line-height: 22.68px;
margin-top: 6px;
}
.tf-counter.style3 .content {
text-align: left;
}
@media (max-width: 991px) {
}