/* style.css   */


@font-face {
	font-family: Neue MontrealM;
	src: url(../font/NeueMontreal-Medium.woff2) format("woff2"), url(../fonts/NeueMontreal-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Neue Montreal;
	src: url(../font/neuemontreal-regular-webfont.woff2) format("woff2"), url(../font/neuemontreal-regular-webfont.woff) format("woff");
	font-style: normal;
}

@font-face {
	font-family: Neue MontrealB;
	src: url(../font/neuemontreal-bold-webfont.woff2) format("woff2"), url(../font/neuemontreal-bold-webfont.woff) format("woff");
	font-style: bold;
}

@font-face {
	font-family: futura_ltlight;
	src: url(../font/futuralt-light-webfont.woff2) format('woff2'),
		url(../font/futuralt-light-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {
	--campione1: #b8b8af;
	--campione2: #8e8a85;
	--campione3: #545250;
}

html {
	font-family: Neue Montreal, arial;
	background-color: var(--campione1);

}

body {
	overflow-x: hidden;
	background-color: var(--campione1);
}

header {
	height: 650px;
	width: 100%;
	max-width: 1500px;
	margin: 50px auto 0;

}

h1 {
	font-family: futura_ltlight, Neue Montreal, arial;
	color: #fff;
	font-size: 60px;
	position: absolute;
	font-weight: 300;
	top: 50%;
	left: 10px;
	margin: 0 0 0 10px;
	max-width: 90%;
	transform: translate(0, -50%);
	text-shadow: 0px 0px 5px #696969;
}

#presentazione {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	height: 550px;
}

blockquote {
	width: 45%;
	margin: 50px auto;
	padding-top: 30px;
	border-top: 1px solid var(--campione2);
}

#presentazione blockquote:first-child {
	float: left;
}

#presentazione blockquote:last-child {
	float: right;
}

p {
	font-family: Neue Montreal, arial;
	font-size: 18px;
	letter-spacing: 0.4px;
	color: #545250;
	line-height: 25px;
}

@media screen and (min-width:901px) and (max-width:1050px) {
	#presentazione {
		height: 650px;
	}
}

@media screen and (min-width:781px) and (max-width:900px) {
	#presentazione {
		height: 720px;
	}
}

@media screen and (min-width:601px) and (max-width:780px) {
	#presentazione {
		height: 860px;
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	h1 {
		font-size: 50px;
	}

	#presentazione {
		height: 730px;
	}

	#presentazione blockquote:first-child {
		width: 100%;
		float: none;
	}

	#presentazione blockquote:last-child {
		width: 100%;
		float: none;
	}
}

@media screen and (min-width:325px) and (max-width:480px) {
	#presentazione {
		height: 830px;
	}

	h1 {
		font-size: 50px;
		left: 0;
	}

	p {
		font-size: 16px;
	}

	#presentazione blockquote:first-child {
		width: 100%;
		float: none;
	}

	#presentazione blockquote:last-child {
		width: 100%;
		float: none;
	}

}


/* ++++++++++++++++++++++++++ horizontal scroll   +++++++++++++++++++++++++++++++ */

.horizontal-scroll {
	background-color: var(--campione1);
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;

}
.example {
	cursor:pointer;
}
.doubleArrow,
.doubleArrow1,
.doubleArrow2{
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translate(0, -50%; );
	display: none;
}

h2 {
	color: var(--campione3);
	font-size: 2vw;
	float: left;
	padding-top: 5px;
}



.tracciatisvg {
	margin-top: 15px;
}

@media screen and (min-width:961px) and (max-width:1050px) {
	h2 {
		font-size: 4vw;
	}


}

@media screen and (min-width:781px) and (max-width:960px) {
	h2 {
		font-size: 4vw;
	}

}

@media screen and (min-width:601px) and (max-width:780px) {
	h2 {
		font-size: 4vw;
	}

	.imgScrollOriz:first-child {
		margin-left: 30px;
	}

	.imgScrollOriz:last-child {
		margin-left: 30px;
	}

	.imgScrollOriz {
		width: 500px;
		height: 380px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	h2 {
		font-size: 7vw;
		padding-top: 12px;
	}

	.imgScrollOriz:first-child {
		margin-left: 40px;
	}

	.imgScrollOriz:last-child {
		margin-left: 30px;
	}

	.imgScrollOriz {
		width: 440px;
		height: 340px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:325px) and (max-width:480px) {
	h2 {
		font-size: 8vw;
		padding-top: 12px;
	}

	.imgScrollOriz:first-child {
		margin-left: 10px;
	}

	.imgScrollOriz:last-child {
		margin-left: 35px;
	}

	.imgScrollOriz {
		width: 375px;
		height: 280px;
		padding-bottom: 20px;
	}
}

/* ++++++++++++++++++++++++++ css sectSole ++++++++++++++++++++++++++++++++*/
#sectSole {

	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: var(--campione1);

}

#sectSole > .boxImg {
	width: 90%;
	margin: 50px auto 0;
	min-width: 320px;
	height: 500px;
	background-image: url(../img/tendasoleb.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.boxP {
	width: 90%;
	margin: 0 auto;
	min-width: 320px;
	border-top: 1px solid var(--campione2);
	padding: 20px 0;
}

h3 {

	color: var(--campione3);
	margin: 35px 0 35px 5%;
	font-family: futura_ltlight, Neue MontrealM, arial;
	font-size: 60px;
	letter-spacing: 0.2px;
	max-width: calc(90% - 62px);
}

.boxP p {
	margin: 15px 0px;
	width: 45%;
}

.boxP p:first-child {
	width: 90%;
}

.boxP p:nth-child(2) {
	float: left;
}

#sectSole > .boxP p:last-child {
	float: right;
}

#sectZanz > button,
#sectSole > button {
	background-color: transparent;
	margin: 35px 5% 35px 0;
	font-family: Neue Montreal, arial;
	font-size: 18px;
	color: var(--campione1);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 3px solid var(--campione3);
	transition: 0.3s;
	cursor: pointer;
	display: block;
	float: right;
	position: relative;
}

button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

button:hover {
	background-color: var(--campione2);
}
.in-view {
	display: block;
}

@media screen and (min-width:325px) and (max-width:600px) {
	#sectSole > .boxImg {
		height: 400px;
	}

	h3 {
		font-size: 40px;
	}

	#boxPSole p {
		font-size: 15px;
	}



}

/* ++++++++++++++++++++++++++ css sectZanz ++++++++++++++++++++++++++++++++*/
#sectZanz {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: var(--campione1);
}

#sectZanz > .boxImg {
	width: 90%;
	margin: 20px auto;
	min-width: 320px;
	height: 500px;
	background-image: url(../img/zanza/tendezanzarieredesktop.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

}

@media screen and (min-width:325px) and (max-width:600px) {
	#sectZanz > .boxImg {
		height: 400px;
	}
}
