/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
}

.fun-facts-section .column{
	position:relative;
	margin-bottom: 30px;
}

.fun-facts-section .column .inner{
	position:relative;
}

/* .column.count-box .inner .content .count-outer */

.column.count-box .content{
	position:relative;
	display: flex;
	gap: 30px;
	align-items: center;
}

.column.count-box .inner .content .count-outer{
	position:relative;
	font-size: 30px;
	font-weight: 500;
	font-family: var(--title-font);
	background: var(--white-color);
	background: linear-gradient(270deg, #6032ac 0%, #6032ac 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
}

.column.count-box .inner .content .count-outer.two{
	font-size: 60px;
	box-shadow:none;
	width: auto;
}

.column.count-box .inner .content .counter-title{
	position:relative;
	font-size: 24px;
	line-height: 32px;
	font-weight:500;
	color: #18181B;
	font-family: var(--title-font);
}


/* ---------------------------- */

.fun-facts-section.two {
    position: relative;
    background-color: #19191A;
	padding: 50px 10px 20px 10px;
    z-index: 2;
}
.fun-facts-section.two .column .counter-title {
    color: var(--white-color);
}
.fun-facts-section.two .count-outer {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.fun-facts-section.two .column .inner {
    position: relative;
}


/* --------- Fun Facts Three ----------- */
.fun-facts-section.three .count-outer {
    font-size: 60px;
    line-height: 48px;
    background-color: inherit;
    box-shadow: none;
    width: 33%;
    height: auto;
}
.fun-facts-section.three {
    padding: 100px 0px 70px 0px;
    border-top: 1px solid #E9E6ED;
    background-color: #FBF7FF;
}


/* ---------- Fun Facts Four ------------- */
.fun-facts-section-four {
    position: relative;
    padding: 40px 0px;
    background: linear-gradient(135deg, #4a2585 0%, #6032ac 100%);
}

.column.count-box {
    margin-bottom: 20px;
}

.fun-facts-section-four .column.count-box .inner .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.column.count-box .inner .content .count-outer-two {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--white-color);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1), inset 0 0 20px rgba(255,255,255,0.05);
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.column.count-box .inner .content .count-outer-two:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.column.count-box .inner .content .counter-title-two {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--text-font);
    margin-top: 0;
    letter-spacing: 0.4px;
}

.column.count-box .inner .content .counter-title.two {
    color: var(--white-color);
}

/* ---------------------------------- */
.fun-facts-section-three{
	position:relative;
	padding-top: 150px;
}
.fun-facts-section-three .column .inner{
	position:relative;
}