/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.destindiy-stats-section {
	position: relative;
}

.destindiy-stats-section.alternate {
	background: #1172B8;
	padding: 80px 0px 70px;
}

.destindiy-stats-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.destindiy-stats-section .title-box h1 {
	position: relative;
	display: inline-block;
	font-size: clamp(2rem, 1.3077rem + 2.3077vw, 2.75rem);
	line-height: 1.20em;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.destindiy-stats-section .stat-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3em;
}

.destindiy-stats-section .title-box h1:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 2px solid #76a9d7;
}

.destindiy-stats-section .map-pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('./../img/banner/stat-background.png') center center no-repeat;
	opacity: 0.05;
}

.stat-counter {
	position: relative;
	z-index: 1;
}

.stat-counter .counter-column {
	position: relative;
	text-align: center;
}

@media(max-width:767px) {
	.destindiy-stats-section.alternate .stat-counter .counter-column {
		margin-bottom: 30px;
	}
}

.stat-counter .counter-column:nth-child(2) {
	border-left: 1px solid #e2eef2;
	border-right: 1px solid #e2eef2;
}

.destindiy-stats-section.alternate .stat-counter .counter-column:nth-child(2) {
	border: none;
}

.stat-counter .counter-column .inner {
	position: relative;
	display: block;
	padding: 110px 20px;
}

.destindiy-stats-section.alternate .stat-counter .counter-column .inner {
	padding: 0px;
}

.stat-counter .upper-title {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 22px;
}

.stat-counter .count-box {
	position: relative;
	font-size: 75px;
	line-height: 1.20em;
	color: #4a3d8f;
	text-transform: capitalize;
	font-weight: 400;
}

.stat-counter .count-box .count-text {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: clamp(1.875rem, 1.1827rem + 2.3077vw, 2.625rem);
}

.stat-counter .counter-title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--text-white);
	text-transform: uppercase;
	letter-spacing: 1px;
}


.destindiy-stats-section.alternate .stat-counter .upper-title,
.destindiy-stats-section.alternate .stat-counter .count-box {
	color: #ffffff;
}