.header-two .logo img {
	width: auto;
	max-width: 100%;
}

.logo {
	width: 310px;
}

.top-btn {
	background: #5d1618;
	color: #fff;
}

.footer-link-two ul li {
	width: 100%;
	float: left;
}

.booking-area .btn {
	color: #fff;
}


.listaServizi li {
	list-style: disc;
	margin-left: 20px;
}

/*CSS ALBERTO*/
body.menu-open {
	overflow: hidden;
	/*font-family: Arial;*/
}

/* header */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
	background: transparent;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.add-page-26 .header {
	background: rgba(17, 17, 17, 0.95) !important;
}

.header.scrolled {
	background: rgba(17, 17, 17, 0.95);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* hamburger */

.hamburger {
	width: 35px;
	height: 25px;
	border: none;
	background: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

	.hamburger span {
		height: 3px;
		background: white;
		display: block;
		border-radius: 2px;
		transition: 0.3s;
	}

.header.scrolled .hamburger span {
	background: #fff;
}

/* trasformazione in X */

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px,5px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px,-6px);
}

/* overlay */

#overlayMenu {
	position: fixed;
	top: 0;
	left: auto;
	right: calc(0px - 100%);
	width: 45%;
	height: 100vh;
	background: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
	z-index: 2000;
	overflow: auto;
}

	#overlayMenu.active {
		/*opacity: 1;
		visibility: visible;*/
		right: 0px;
	}

/* close */

.menu-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 50px;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
}

/* menu */

.menu-list {
	list-style: none;
	padding: 0;
	text-align: center;
	max-width: 600px;
	width: 100%;
}

	.menu-list li {
		margin: 15px 0;
	}

	.menu-list a {
		color: white;
		font-size: 38px;
		text-decoration: none;
		display: block;
	}

/* arrow */

.arrow {
	margin-left: 10px;
	font-size: 20px;
}

/* submenu */

.submenu {
	max-height: 0;
	overflow: hidden;
	transition: 0.4s;
	list-style: none;
	padding: 0;
}

	.submenu li a {
		font-size: 24px;
		color: #ccc;
		padding: 8px 0;
	}

/* submenu open */

.has-submenu.open .submenu {
	max-height: 500px;
	margin-top: 10px;
}

.has-submenu.open .arrow {
	transform: rotate(45deg);
}
/*FINE MENU*/

.slider-bg, .slider-bg::before {
	border-radius: 0px !important;
}

/* Service preview description - Limita a 7 righe con ellipsis */
.service-preview-description {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}


.footer-top {
	max-width: 100% !important;
	margin: auto !important;
	border-radius: 0px !important;
}




/*PROGETTO DETTAGLIO*/

.project-slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 650px;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

	.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.project-detail img {
	border-radius: 6px;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	background-image: none;
}


.map-container {
	z-index: 10;
	position: relative;
}

.form-area {
	/*margin-top: -110px;*/
	padding-top: 15px;
	z-index: 1000;
	position: relative;
}

.filter-card {
	box-shadow: 1px 1px 6px 0px;
}

.project-detail .info-column .inner-column {
	position: relative;
}

.watermark {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: auto;
}

.submenu li a {
	color: white;
}

@media(min-width:1200px) {
	.menu-list a {
		font-size: 65px !important;
	}

	.menu-list {
		/*text-align: right;*/
		text-align: left;
		padding-left: 135px !important;
	}
}

@media(min-width:991px) {
	#overlayMenu {
		justify-content: normal;
	}

	.menu-list li {
		margin: 70px 0px !important;
	}

	.menu-list a {
		font-size: 50px !important;
	}



	.submenu li {
		margin: 10px 0px !important;
	}

		.submenu li a {
			font-size: 30px !important;
		}



	.menu-list {
		/*text-align: right;*/
		text-align: left;
		padding-left: 35px;
	}

		.menu-list a:hover {
			color: #acacac
		}

	.header-section {
		width: 100%;
		padding-left: 200px;
	}
}



.header-mini-title {
	color: white;
	font-size: 40px;
}

.header-value {
	color: white;
	font-size: 21px;
}



.ghost-scroll {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

	.ghost-scroll .text {
		font-family: Arial;
		display: inline-block;
		font-size: 55px;
		height: 55px;
		display: flex;
		color: transparent;
		-webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
		animation: scrollText 20s linear infinite;
		align-items: center;
	}

.no-a-style {
	color: #4B535D !important;
	text-decoration: none !important;
	margin-bottom: 0px !important;
	display: block !important;
	padding-bottom: 0px !important;
	border: none !important;
}



@keyframes scrollText {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

.service-detail li {
	list-style: disc;
}

.copyright-wrap {
	background: #15191c;
	color: white;
}

	.copyright-wrap .container a {
		color: white;
	}

.project-detail .project-info span {
	float: none;
}

.project-detail .project-info .data-info {
	float: right !important;
}

#home .single-slider {
	height: 100vh;
}

#home .video2 {
	top: 0px !important;
}


.swiper-slide img {
	object-fit: contain !important;
}

.swiper-button-next, .swiper-button-prev {
	color: #5d1618;
	background-image: none;
}


.brand-img img {
	height: 185px;
	width: 100% !important;
	object-fit: contain !important;
	aspect-ratio: 3 / 3;
}

.brandSwiper {
	height: auto !important;
	padding: 30px 0px;
	width: 100%;
}


.certification-image {
	height: 300px;
	object-fit: contain;
}

.cert-container {
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0px 0px 9px 0px;
}

.w-100
{
	width:100%;
}

.prod-icon {
	width: 180px;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 810px) {
	.slider-feature .box {
		gap: 5px;
	}

		.slider-feature .box .number {
			margin-bottom: 0px;
			margin-top: 20px;
		}

		.slider-feature .box .number {
			font-size: 50px;
			font-weight: 500;
			letter-spacing: -3.6px;
			opacity: 0.3;
			color: #5d1618;
		}
}
@media(max-width: 991px) {
	.brand-img img {
		height: 150px;
	}

	.container-box
	{
	max-width:100%
	}

	#overlayMenu {
		width: 100%;
	}

	.menu-list li {
		margin: 40px 0px !important;
	}

	.menu-list a {
		font-size: 40px !important;
	}

	.submenu li {
		margin: 8px 0px !important;
	}

		.submenu li a {
			font-size: 25px !important;
		}

	.header-section {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}
