.swiper {
	width: 100%;
	height: 40vh;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	background-color: #007aff;
}

.swiper-pagination-bullet {
	background: #ffffffb3;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #4676ff;
}

.ln-swiper-home-nav-next,
.ln-swiper-home-nav-prev {
	position: absolute;
	top: 45%;
	z-index: 2;
	box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: #101010;
	background: white;
	border-radius: 50%;
	font-size: 16px;
	opacity: 0.5;
	transition: 0.2s ease;
}

.ln-swiper-home-nav-next:hover,
.ln-swiper-home-nav-prev:hover {
	opacity: 1;
}

.ln-swiper-home-nav-next {
	transform: translateX(-50%);
	right: 0;
}

.ln-swiper-home-nav-prev {
	transform: translateX(50%);
	left: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px !important;
}

.tf_visitor_counter .text {
	background: var(--colorWhite);
	align-content: center;
	display: inline-block;
	padding: 20px;
	text-align: center;
	border-radius: 15px;
	box-shadow: #ddd 0px 0px 10px;
	/* position: absolute; */
	margin: 10px;
	bottom: 50px;
	right: 70px;
}

.visitor-counter-box {
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.visitor-counter-icon i {
	font-size: 50px;
	color: #4CAF50;
}

.flag-icon {
	margin-right: 10px;
}

.badge-custom-tags {
	position: absolute;
	width: 25px !important;
	height: 25px !important;
	background: #343a40;
	color: #ffffff;
	right: 4px;
	text-align: center;
	top: 4px;
	padding-top: 2px;
	border-radius: 25%;
	font-size: 14px;
}
