:root {
	--preset--font-size--x-large: 3.8rem;
}
@supports (-webkit-flex-wrap: wrap) {
  .your-flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row:before, .row:after {
	display: none !important;
}

body{
	width:100vw;
	margin:0;
	padding:0;
}
a, a:hover, a:focus, a:active {
	color: #1C1C1C !important;
	text-decoration:none !important;
}
.arched-image {
	width: 100%;
	height: auto;
	clip-path: ellipse(850px 450px at 0% 100%);
}
.btn-light{
	border-radius:0 !important;
}
.btn-std{
	border-radius:0 !important;
	width:30%;
	line-height:2.3rem;
	background-color:#000;
	color: #fff !important; 
	align-items: center;
}
.btn-std:hover,.btn-std:active,.btn-std:focus{
	background-color: rgba(0, 0, 0, 0.9); 
	color: #fff !important; 
	border-radius:1vh;
}
.btn-survey{
	display:inline-block;
	width:30%;
	margin-bottom:15px;
}		
.custom-bg{
	margin-top:5vh; 
	height: 95vh; 
	background: url('img/img_home_1.jpg') no-repeat center center;
	background-size: cover;
	background-position: center top; /* Questa proprietà imposta l'offset verso l'alto */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
}
.custom-bground{
	margin-top:5vh; 
	height: 95vh; 
	background: url('../img/img_home_1.jpg') no-repeat center center;
	background-size: cover;
	background-position: center top; /* Questa proprietà imposta l'offset verso l'alto */
	color: white;
}
.custom-display{
	padding-top:10rem;
	font-size:6rem;
}
.custom_pippo::before {
	content: '';
	position: absolute;
	top: 23%;
	left: 0;
	width: 100%;
	height: 77%;
	background-color: rgba(0, 0, 0, 0.4); /* Cambia il valore dell'opacità per regolare la scuritura */
	z-index: 1;
}
.container-fluid{
	padding-left:0;
	padding-right:0;
}
.content {
	position: relative;
	z-index: 2;
}
.container{
	width:90%;
	padding:0;
}
.custom-display {
	font-size: 6rem;
	font-weight: 600;
	color: white;
}
.custom-text {
	font-size: 1.2rem;
	color: white;
}
.first-row{
	padding-top:5%;
	padding-bottom:5%;
}
.fix-height{
	height:58vh;
}
footer{
	margin-top:5vh;
	background-color: #fff;
}
.full-width{
	width:100%;
}
.first_sect{
	padding-left:5vw;
	padding-right:5vw;
	padding-top: 10vh;
}
hr {
	border: none; 
	height: 2px; 
	background-color: #ccc;
	margin: 0 3% 0 3%;
}
.icon::before {
	isplay: inline-block;
	ext-rendering: auto;
	webkit-font-smoothing: antialiased;
}
.img-server{
	width:70%;
}
.large-text{
	font-size:5rem;
	font-weight: 600;
	line-height: 5rem;
}
.larger-text{
	font-size:10vh;
	font-weight: 550;
	line-height: 20vh;
}
.logo{
	width:5vw;
}
.logo_top{
	padding-top:2%;
	padding-left:5%;
}
.link{
	border-bottom:1px #000000 solid;
}
.link:hover{
	border-bottom:2px #209621 solid;
}
.list-dot {
	list-style-type: disc; 
	padding-left: 20px;
}
.logo-text{
	font-size:1.5rem !important;
	font-weight: 600;
	color:#666;
}
main{
	margin:0;
	overflow.hidden;
}
#map {
	height: 40vh;
	position: absolute;
	left: 0;
	right: 0;
}
.middle-title{
	font-size: 2.3rem;
	font-weight: 550;
}
.nav-link:hover{
	border-bottom: 1px #209621 solid;
}
.page-desc{
	font-size: 3.5rem;
	font-weight: 600;
}
.section-title{
	font-size: var(--preset--font-size--x-large);
	font-weight: 550;
}
.survey-container {
	border: 1px solid #000;
	border-radius:1vh;
	padding: 20px;
	width: 50%;
	margin: 0 auto;
	margin-top: 50vh;
}
.slider-container {
	text-align:center;
	position: relative;
	width: 800px; /* Aggiornato a 800px */
	height: 626px; /* Aggiornato a 626px */
	transform: scale(0.7); /* Scala il contenuto al 50% */
	transform-origin: top left; /* Imposta l'origine della scala */
	overflow: hidden;
}
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-image {
	clip-path: inset(0 50% 0 0); /* Mostra metà dell'immagine inizialmente */
	transition: clip-path 0.2s;
	z-index: 1;
}
.show_mobile{
	display:none;
}
.slider-bar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px; /* Aumentato per fare spazio al testo */
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	cursor: ew-resize;
	z-index: 2; /* Assicurarsi che sia sopra entrambe le immagini */
	transition: left 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl; /* Imposta la modalità di scrittura verticale da destra a sinistra */
	text-orientation: upright; /* Mantiene le lettere in posizione verticale */
	font-weight: bold;
	color: #000;
	user-select: none; /* Disabilita la selezione del testo */
}
.slider-bar, .container {
	user-select: none;
}

/* Aggiungi uno stile per evitare l'effetto di evidenziazione */
.slider-bar:focus {
	outline: none;
}
.img-zoom {
	transition: transform 0.3s ease;
	cursor: url('../img/lente-w.png'), auto; /* Inserisci l'URL della tua immagine */
	max-width: 100%;
	width:100%;
	height: auto;
}
.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: contain;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
#overlay {
	display: none; /* Initially hidden */
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7); /* Dark background */
	z-index: 1000; /* Ensure it is on top */
	justify-content: center;
	align-items: center;
}
#pdf-container {
	position: relative;
	width: 90%;
	height: 90%;
	margin:auto;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	overflow-y: scroll;
}	

#pdf-container iframe {
	width: 100%;
	height: 100%;
}

#close-btn {
	position: absolute;
	top: -10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 2em;
	cursor: pointer;
	color: #333;
	z-index:1001;
}

#close-btn:hover {
	color: #000;
}

.pdf-title{
	color: black; 
	font-family: &quot;Microsoft Sans Serif&quot;, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 1.5rem;
}

.pdf-black{
	 font-weight: bold; 
	 color: black;
	 ont-size: 1.3rem;
}   
.pdf-text{
	color: #666666; 
	font-family: &quot;Microsoft Sans Serif&quot;, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 1rem;
}

@media (max-width: 767.98px) {
	h2{
		font-size:1.7rem;
	}

	.btn-std {
		width: 65%;
		line-height:2rem;
	}
	
	.custom-display {
		font-size: 3rem;
		font-weight: 600;
	}
	
	first_sect{
		padding-left:5vw;
		padding-right:5vw;
		padding-top: 3vh;
	}
	.fix-height{
		height:35vh;
	}
	
	.footer-icon span {
		  display: none;
	}
	
	.img-fluid{
		width:100%;
	}
	
	.img-mobile{
		width:88%;
	}
	
	.large-text{
		font-size: 2.3rem;
		line-height:2rem;
		padding-left:0;
		width: 70vw;
		height:50vh;
	}
	
	.larger-text{
		font-size: 2rem;
		line-height: 7vh;
	}
	
	.logo{
		width:10vw;
		position: relative;
		top: 0;
	}
	
	.middle-title{
		text-align:left !important;
		font-size:2rem;
	}
	
	.ml-2 {
		margin-left: 8px;
	}
	
	.section-title{
		font-size: 8vh;
		line-height: 8vh;
		font-weight: 550;
	}
	
	.text-desc{
		padding-left:5vw;
		padding-right:5vw;
	}
	
	.mob_par{
		height:100%;
	}
	
	.no_mobile{
		display:none;
	}
	
	.page-desc{
		font-size: 3rem;
	}
	
	.rounded-circle{
		border-radius:0 !important;
	}
	
	.show_mobile{
		display:block;
	}
	
	.slider-container {
		display:none;
	}
	
	#topImage {
		clip: rect(0, 100%, auto, 0); /* Mostra l'intera immagine su mobile */
	}
	
	.slider-bar {
		left: 100%; /* Sposta la barra fuori vista su mobile */
	}
	
	.survey-container {
		width: 80%;
	}
	
	.img-zoom {
		cursor: auto;
	}
}	