/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.discover {
	position: absolute;
	top: calc(80vh);
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 5;
}

@media (max-width: 768px) {
	.discover {
		left: 40px;
		top: 50vh;
	}
}

.discover-line {
	margin: 0 0 12px;
	padding: 0;
	width: 1px;
	height: 45px;
	background: #FFFFFF;
}

.discover-text {
	margin: 20px 0 0;
	padding: 0;
	font: 400 10px/1 'Inter';
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 768px) {
	.discover-text {
		display: none;
	}
}

.w-850 {
	max-width: 850px !important;
}

.w-900 {
	max-width: 910px !important;
}

.w-420 {
	max-width: 428px !important;
}

.fz-b {
	font-size: 2.5rem !important;
}

.fz-m {
	font-size: 1rem !important;
}

.color-white {
	color: #FFFFFF !important;
}

.fslider.testimonial {
	padding: 0 0 0 50px;
}

#section-info .d-flex {
	flex-wrap: wrap;
}

.slide-number {
	display: none !important;
}

.primary-menu .menu-logo {
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	display: none;
}

@media screen and (max-width: 992px) {
	.primary-menu .menu-logo {
		display: block;
	}
}