/*
Theme Name: Lynk & Co 24
Author: Elevate
Text Domain:
Description:
Version: 1.1
*/

@media screen and (max-width: 768px) {
	.about-slider-section .content {
		flex: unset;
		width: 100%;
	}

	.footer-menu-item h3 {
		padding-left: 2em;
	}

	.contact-form-section .img-wrapper {
		width: 100%;
	}

	.input-item label {
		top: 1vw;
	}
}

.input-item input:focus~label,
.input-item input.focus~label {
	/* top: 0; */
	color: #fff !important;
	font-size: .875rem !important;
}

.new_hr,
.new_hrp {
	margin-inline: auto;
}

.single-projects.product-hero {
	min-height: 100dvh !important;
	height: auto !important;
}

.page-funding .logo {
	max-width: 24.75rem;
	width: 100%;
}

.page-funding .logo img {
	width: 100%;
}

.page-funding h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 3.625rem;
	color: #1EF1C6;
	margin-bottom: 1.875rem;
}

.page-funding h2 {
	font-weight: 500;
	font-size: 2.125rem;
	line-height: .94;
	margin-bottom: .25rem;
}

.page-funding h2 span {
	color: #1EF1C6;
}

.page-funding .after-text {
	margin-bottom: 1.875rem;
}

.page-funding .desc {
	max-width: 28.125rem;
	margin-bottom: 2.25rem;
}

.info-panel span i:not(:last-child){
	margin-inline: .25rem !important;
}
.info-panel span i:has(+ i) + i{
	margin-inline-start: .25rem !important;
}

@media screen and (max-width: 1024px) {
	.single-projects.product-hero:has(.page-funding) {
		display: flex;
		flex-direction: column;
		padding-bottom: 2rem !important;
	}

	.single-projects.product-hero:has(.page-funding) .container {
		padding: 0 !important;
	}

	.single-projects.product-hero:has(.page-funding) .img-wrapper {
		order: -1;
	}

	.product-hero .title-box {
		width: 100%;
	}

	.page-funding {
		padding: 0 1.5rem 4rem 1.5rem !important;
	}

	.page-funding .logo {
		max-width: 19.1875rem;
	}

	.page-funding h1 {
		font-size: 2.8125rem;
		margin-bottom: 1.5rem;
	}

	.page-funding h2 {
		font-size: 1.625rem;
	}

	.page-funding .after-text {
		margin-bottom: 1.5rem;
	}

	.page-funding .desc {
		max-width: 20.9375rem;
		margin-bottom: 1.75rem;
	}

	.page-funding .btn {
		width: auto !important;
		min-width: 8.75rem !important;
	}
}