
html, body {margin: 0; padding: 0; font-family: 'Source Sans Pro', sans-serif;}
*, *:before, *:after {margin: 0; padding: 0; box-sizing: border-box;}

h1 {font-size: 48px; line-height: 1.2;}
p {font-size: 18px; margin-bottom: 20px; line-height: 1.4;}
a {text-decoration: none; color: #fff; cursor: pointer;}

.button {padding: 10px 20px; font-size: 18px; text-transform: capitalize; font-weight: bold;
		border: 3px solid #a1c521; border-radius: 10px; background-color: #a1c521; transition: all 0.2s ease-in-out; color: #000;}
.button:hover {background-color: #1C0806; color: #fff; }

.animate {transition: all 0.3s ease-in-out;}

/*- Header
--------------------------------------------------------------------------------------------*/

.header {  width: 100%; height: 600px;}

.header nav { position: fixed; z-index: 99999; width: 100%;
		display: flex; align-items: center; justify-content: space-around; padding: 20px 20px; background-color: #1C0806;}

.header nav .logo img { width: 220px; height: auto; }
.header nav .nav-bar {display: flex; justify-content: space-between; margin: 0; padding: 0; list-style-type: none;}
.header nav .nav {display: flex; align-items: center;}
.header nav .nav:nth-child(1) {margin-right: 200px;}


.header nav .nav li {display: inline-block; padding: 0px 5px;}
.header nav .nav li a {text-transform: uppercase; font-weight: bold; padding: 3px 5px; transition: all 0.2s ease-in-out;}
.header nav .nav li a:active {border-bottom: 2px solid #1C0806;}
.header nav .nav-bar li a:hover {background-color: #60D197; color: #000; font-weight: bold; padding: 3px 5px; border-radius: 5px;}

.header nav .nav li.evi {background-color: #a1c521; padding: 10px 0px; border-radius: 5px;border: 3px solid #a1c521; display:none;}
.header nav .nav li.evi a {color: #000; font-weight: bold; padding: 10px 20px;  }
.header nav .nav li.evi a:hover {background-color: #1C0806; color: #fff; }

.hamburger {margin-right: 40px; display: none; }
.hamburger span { display: block; width: 30px; height: 2px; background-color: #fff; margin-top: 7px; }

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  padding: 10 px, 10 px;
  line-height: 2;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  column-count: 1;
  width: 13.1%;
  border-radius: 8px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1070px) {

	.header nav {display: block;}
	.header nav .logo img {width: 100px; height: auto;}

	.hamburger { position: absolute; display: block; top: 20px; right: 20px; margin-right: 0px; cursor: pointer;}

	.header nav .nav-bar { width: 0px;  margin-left:30px; height: 0px; overflow: hidden;}
	.header nav .nav-bar .nav {display: block; margin-top: 20px;}


	.header nav .nav-bar .nav li {display: block; margin-bottom: 10px;}

	.open {width: 100%!important; height: 420px!important;  margin-top: 20px!important; display: block!important; overflow-y: auto!important;}
	.header nav .nav-bar .open li {width: 100%;}


	.header nav .nav-bar .open li a { width: 100%;}
	.header nav .nav li.evi {display: block; width: 180px; }

}

/*- Hero
--------------------------------------------------------------------------------------------*/

.hero
		{position: relative; z-index: 1; height: 100%; color: #fff; padding-left: 40px;
		display: flex; justify-content: center; flex-direction: column;}

.hero:after
		{content: ""; display: block; position: absolute; z-index: -1;
		width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); transform: translateX(-50%) skewX(25deg); border-right: 10px solid #00AF10;}

.hero h1 {width: 50%; margin-bottom: 20px; margin-top: 100px;}
.hero p {font-size: 32px; width: 50%}
.hero .button {position: relative; width: 150px; margin-top: 100px;}


@media screen and (max-width: 768px) {

	.hero {align-items: center; padding: 0;}
	.hero:after {transform: translateX(0px) skewX(0deg); border: none;}

	.hero h1 { width: 100%; text-align: center; font-size: 36px; padding: 0px 20px;}
	.tedesco .hero h1 { width: 100%; text-align: center; font-size: 32px; padding: 0px 20px;}
	.hero p { text-align: center; line-height: 1.5; font-size: 24px;}
	.hero .button {text-align: center;margin-top: 50px;}
}

/* Container
--------------------------------------------------------------------------------------------*/

.container {width: 80%; margin: 20px auto; margin-bottom: 100px;}

	@media screen and (max-width: 768px) {

		.container {width: 100%;}
	}

/* Cards
--------------------------------------------------------------------------------------------*/

.cards {display: flex; justify-content: space-between; margin-top: 100px;}

.cards .container_card {position: relative; background-color: #a1c521; padding: 0 20px; border-radius: 10px;}
.cards .container_card .card{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 280px;
	height: 200px;
	border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0,0,0,1);
	transform: translateY(20px);
	transition: all 0.2s ease-in-out;
}

.cards .container_card .card:hover {transform: translateY(40px);}

.cards .container_card .card h2 {position: absolute; z-index: 2;font-size: 22px; text-transform: uppercase; text-align: center; margin-bottom: 20px; color: #fff;}

.cards .container_card .card .button {position: absolute; z-index: 2; transform: translateY(50px);}

@media screen and (max-width: 1070px) {

	.container {margin: 0 auto; margin-bottom: 50px;}

	.cards {flex-direction: column; margin-top: 50px;}
	.cards .container_card {margin-top: 50px; border-radius: 10px;}
	.cards .container_card .card {width: 100%; height: 300px;}
	.cards .container_card .card h2 {font-size: 32px; margin-bottom: 20px;}

	.tedesco .cards .container_card .card h2 {font-size: 26px; margin-bottom: 20px;}

}

/* Caption
--------------------------------------------------------------------------------------------*/

.caption {display: flex; align-items: center; margin: 150px auto;}

.caption .img {width: 50%; height: auto; background-color: #a1c521; padding: 20px; border-radius: 10px; position: relative; z-index: 0;}
.img-up:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 2;
	background: url("img/Virtual_Reality.png");
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	transform: translateX(-40px) translateY(21px);
}
.caption .img .img_res {width: 100%; height: auto; border-radius: 10px; box-shadow: 0 0px 10px rgba(0,0,0,1); margin-bottom: -45px;}
.caption .text { width: 50%; padding-left: 60px;}
.caption .text h2 {font-size: 42px; font-weight: bold; margin-bottom: 20px;}
.caption .text .button {margin-top: 20px;}

.text_right {padding-right: 60px; text-align: right;}
.img_right {justify-content:flex-end;}

@media screen and (max-width: 768px) {

	.caption {flex-direction: column; margin-top: 50px;	margin-bottom: 0;}
	.caption .img {position: relative; width: 100%; order: 2; border-radius: 10px;}
	.caption .img .img_res {margin-bottom: 0;}

	.caption .text  {
		order: 1;
		width: 100%;
		padding: 50px 30px 20px 30px;
		text-align: center;
	}

	.img-up:after {

		transform: translateX(-45px) translateY(-24px);
	}

}

/* Footer
--------------------------------------------------------------------------------------------*/

footer {background-color: #1C0806; color: #fff; padding: 40px 40px 20px 40px;}
.menu-footer {display: flex; justify-content: space-between; flex-wrap: wrap;}
.menu-footer ul {width: 200px; list-style-type: none; padding-left: 20px; border-left: 2px solid #60D197;}
.menu-footer ul .menu-footer-title {font-size: 26px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}

.menu-footer ul li {margin-bottom: 10px;}
.menu-footer ul li a:hover {color: #a1c521;}

.tedesco .menu-footer ul .menu-footer-title {font-size: 15px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.tedesco .menu-footer ul li {font-size: 13px;}

.social-title {margin-top: 20px;}
.social {display: flex; }
.social span a img {width: 30px; height: auto; transition: all 0.2s ease-in-out;}
.social span:nth-child(2) {margin-left: 20px;}
.social span:nth-child(3) {margin-left: 20px;}

.dati-footer {font-size: 16px; margin-top: 20px; margin-bottom: 0; color: #60D197; text-align: center; letter-spacing: 1px;}
.dati-footer a {display: inline-block; padding: 0 10px 0 10px; transition: all 0.2s ease-in-out; font-weight: 600;}
.dati-footer a:hover {background-color: #60D197; color: #000; border-radius: 5px;}



@media screen and (max-width: 1070px) {

	.menu-footer {flex-direction: column;}
	.menu-footer ul {width: 100%; margin-bottom: 40px;border-left: 0px;  padding-bottom: 20px; border-bottom: 2px solid #60D197; }

	.tedesco .menu-footer ul .menu-footer-title {font-size: 18px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
	.tedesco .menu-footer ul li {font-size: 18px;}
	}


	/* PAGE
	--------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------*/

	.header-page {height: 400px;}

	.hero-page {padding: 0; display: flex; align-items: center;}

	.hero-page:after
			{ transform: translateX(0px) skewX(0deg); border-right: 0px solid #a1c521; padding: 0;}
	.hero-page h1 {text-align: center; text-transform: uppercase;}

	.intro { border-radius: 10px; background-color: #a1c521; padding: 20px; margin-top: -50px; position: relative; z-index: 2;}

	.card-page { position: relative; margin-bottom: -40px; border-radius: 10px; box-shadow: 0 0px 10px rgb(0 0 0);}

	.card-page p {
		position: relative;
		z-index: 2;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		font-size: 32px;
		padding: 20px;
		line-height: 1.4;
		letter-spacing: 1px;
		margin-bottom: 0;
	}

	.card-page p:after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 10px;
		background-color: rgba(0,0,0,0.7);
	}

	@media screen and (max-width: 768px) {

		.card-page p {font-size: 24px; line-height: 1.5; letter-spacing: 1px;}
		.tedesco .card-page p {font-size: 18px; line-height: 1.5; letter-spacing: 1px;}
		.intro {border-radius: 10px; margin-top: 50px;}

	}

	/* La Grotta
	--------------------------------------------------------------------------------------------*/

.container-big {width: 100%; display: flex; margin:0;}

.sidebar { position: fixed; top: 120px; width: 20%; margin-top: 100px; z-index: 10;}
.sidebar-menu {  list-style-type: none; }
.sidebar-menu li {transform: translateX(-40px); transition: all 0.2s ease-in-out;}
.sidebar-menu li:hover { transform: translateX(-15px);}
.sidebar-menu li a {
	display: block;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #a1c521;
	color: #000;
	width: 200px;
	text-align: right;
	font-weight: 600;
	margin-bottom: 10px;
}

.content { width: 100%;}


.section {position: relative; padding-top: 200px; padding-bottom: 100px; border-bottom: 3px solid #fff;}
.section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,1));
}

.section__img {width: 100%; height: 150px;}
.section h2 { color:#fff; font-size: 56px; padding-left: 200px;}
.section h2, .section__text {position: relative; z-index: 2;padding-left: 200px; padding-right: 40px;color: #fff;}

.section .section__text ul li {list-style-type: none; width: 50%; margin-bottom: 10px; border-bottom: 1px solid #fff; font-size: 22px; padding-bottom: 5px;}
.section .section__text p {margin-bottom: 10px; font-size: 22px; line-height: 1.5;}

.header-cave {height: 100vh;}
.header-cave h1 {margin-top: 0;}


	@media screen and (max-width: 1070px) {

		.section {border-bottom: 0;}

	}

	@media screen and (max-width: 768px) {

		.sidebar { width: 100%; position: fixed;;  top: 0px; margin-top: 90px; overflow-x: scroll;}
		.sidebar-menu {display: flex; flex-wrap: nowrap; width: 250%;}
		.sidebar-menu li {position: relative; transform: translateX(0px);  width: 30%; transition: none;  border-radius: 10px; margin: 0 2px;}
		.sidebar-menu li:hover {transform: translateX(0px);}
		.sidebar-menu li a:active {color: #fff; border: 2px solid #a1c521; background-color: #1C0806;}
		.sidebar-menu li a {width: 100%;  text-align: center; margin: 0; font-size: 16px; border-radius: 20px; padding:10px 0; }

		.section {border-bottom: 0; padding-top: 170px;}

		.section__img { height: 40px;}
		.section h2 {font-size: 32px; text-align: center; padding: 0;}
		.section .section__text {padding: 10px;}
		.section .section__text p {font-size: 16px; margin-bottom: 5px;}
		.section .section__text ul li { width: 100%; font-size: 16px;}

	}

	/* Tariffe
	--------------------------------------------------------------------------------------------*/
.row {
  position: relative; /* Aggiungi questa regola per usare position absolute per le immagini */
}

.flag {
  position: relative;
  width: 80px; /* Larghezza della bandiera */
  height: auto;
  margin-bottom: 5px; /* Distanza dal testo sottostante */
}

.flag img {
  width: 100%;
  height: auto;
	transition: transform 0.3s ease; /* Definisce la durata e la modalità dell'animazione */
}

.flag img:hover {
  transform: scale(1.1); /* Ingrandisce l'immagine del 10% al passaggio del mouse */
}

    .download-link {
  color: black; /* Colore di base del link */
  text-decoration: none; /* Rimuove la sottolineatura predefinita */
  transition: color 0.3s ease; /* Aggiunge una transizione morbida per il cambiamento di colore */
}

.download-link:hover {
  color: #3c8d6c; /* Colore del link quando si passa sopra */
}



	.content {margin-top: 100px;}
	.content .row {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 40px 40px; border-radius: 20px;}
	.content .row h3 {font-size: 28px; text-transform: uppercase;}
	.content .row .price {font-size: 28px; text-transform: uppercase; font-weight: bold;}
	.content .row .description { width: 100%; margin: 0;}
	.content .row .description>a {color: #000; font-weight: 600; text-decoration: underline;}
	.bg-color {background-color: #60D197;}

	@media screen and (max-width: 768px) {

		.content .row { flex-direction: column; border-radius: 0px;}
		.content .row h3 {font-size: 22px;  padding-bottom: 15px; border-bottom: 2px solid #1C0806; }
		.content .row .price {font-size: 22px; padding: 15px 0px; border-bottom: 2px solid #1C0806;}
		.content .row .description {font-size: 16px; }

	}

	/* Orari
	--------------------------------------------------------------------------------------------*/
	.link {text-decoration: underline; transition: all 0.2s ease-in-out}
	.link:hover {color: #a1c521;}

	.content-big {width: 100%;}
	.content .row h3 {width: 100%;}

	.orari {list-style-type: none; width: 100%; display: flex; justify-content: space-between; margin-top: 10px;}
	.orari li {font-size: 22px; font-weight: 400;}
	.description_orari {width: 100%; padding-top: 20px; margin-bottom: 0; font-size: 22px; font-weight: 400;}

	@media screen and (max-width: 768px) {

		.orari {justify-content: flex-start; flex-wrap: wrap;}
		.orari li {width: 100px;}
		.description_orari {font-size: 16px;}

	}

	/* Eventi - laboratori
	--------------------------------------------------------------------------------------------*/

	.loc {display: flex;justify-content: center;}
	.loc .locandina-evento {width: 50%; height: auto;}

	.eventi .intro {position: relative; transform: translateY(-30px); width: 80%; margin: 0 auto 100px auto;}

	.container-eventi {
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
		height: auto;
		margin-bottom: 50px;
		color: #000;
	}



	.container-eventi .event-section_text h2 { margin-top: 100px; margin-bottom: 40px; padding-left: 0; font-size: 52px;}
	.container-eventi .event-section_text h3 {font-size: 32px; margin-top: 100px; margin-bottom: 50px;}
	.container-eventi p {font-size: 18px;}
	.slogan {font-style: italic; font-size: 26px!important;}

  .event-section__img { width: 50%; position: relative; z-index: 1; padding: 20px; padding-left: 50px; margin: 0 auto;}
	.event-section__img img {width: 80%; height: auto; margin: 0 auto;}

	.event-section_text {width: 100%; position: relative; z-index: 1; text-align: center; margin-top: 50px;}
	.event-section_text ul {list-style-type: none;}
	.event-section_text ul .table { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 10px; border-bottom: 1px solid #000;}

	.info_eventi {color: #000; text-decoration: underline; transition: all 0.2s ease-in-out}
	.info_eventi:hover {color: #a1c521;}

	.table-column {display: flex; justify-content:space-between;}
	.table-column li {width: 20%; font-size: 18px; text-align: left; padding-left: 10px; border-left: 2px solid #1C0806;}


	.lab {display: flex; justify-content: space-between;}
	.lab50 {width: 40%;}
	.lab-left {text-align: left;}
	.lab-right {text-align: right;}

	.card-lab {margin-top: 100px!important;}
	.card-lab p {font-size: 36px;}

	.att {display: flex; justify-content: space-between; margin-top: 100px;}
	.att-text, .att-img {width: 45%;}
	.att-text {text-align: left;}
	.att-text h3 {margin-top: 0!important;}

	.att-img img{width: 100%; height: auto;}

	.italic {font-style: italic;}


	@media screen and (max-width: 1070px) {

		.container-eventi {width: 90%;  padding: 20px;}
		.event-section__img {width: 100%; text-align: center; margin-bottom: 30px; padding: 0;}
		.event-section__img img {width: 100%; height: auto; padding: 20px; }
		.container-eventi .event-section_text {width: 100%;}
		.container-eventi p li {font-size: 18px;}
	}

		@media screen and (max-width: 768px) {

				.loc .locandina-evento {width: 80%; height: auto;}

			.eventi .intro {width: 100%;}
			.container-eventi {width: 100%; flex-direction: column;}

			.slogan {font-size: 18px!important;}
			.table-column {flex-direction: column;}
			.table-column li {width: 100%; border-left: 0px solid #1C0806; border-bottom: 2px solid #1C0806; padding-bottom: 10px; margin-bottom: 30px;}

			.lab {flex-direction: column;}
			.lab50 {width: 100%; text-align: center;}

			.att {flex-direction: column;}
			.att-text, .att-img {width: 100%;}
		}



	/* Contatti
	--------------------------------------------------------------------------------------------*/

	.mappa {width: 100%; margin: 50px auto;}
	.mappa iframe {width: 100%; border: 10px solid #a1c521; border-radius: 10px; }


	.description-path {width: 100%; margin-top: 20px;}
	.description-path a {color: #000; text-decoration: underline; font-weight: 600;}
	.description-path i {text-decoration: underline;}

	@media screen and (max-width: 1070px) {
		.mappa {  position: relative; z-index: 1;}
	}

	@media screen and (max-width: 768px) {
		.mappa {width: 80%; }
	}



	/* Turismo
	--------------------------------------------------------------------------------------------*/

	.turismo {color: #000; width: 100%; display: flex; justify-content: space-between;flex-wrap: wrap;}
	.turismo:hover h3 {text-decoration: underline;}

	img.logo-turismo {width: 120px; height: auto;}


	.intro-down {margin-top: 50px;}

  .logo-arcadia {  display: flex;justify-content: center; margin-top:100px; margin-bottom: 100px;}

	@media screen and (max-width: 768px) {
		.logo-arcadia img {width: 80%; height: auto;}
		img.logo-turismo {margin: 10px auto;}
	}



	/* info cookie
	--------------------------------------------------------------------------------------------*/

	.vr .container {width: 90%;}
	.vr .container iframe {margin-top: 100px;}

		@media screen and (max-width: 768px) {
			.vr .container {width: 100%; }
			.vr .container iframe {height: 200px;}
		}


	/* info cookie e privacy
	--------------------------------------------------------------------------------------------*/


	.info h2 {margin-bottom: 10px;}
	.privacy-link {color: #000; font-weight: 600;}
	.privacy-link:hover {text-decoration: underline;}

	@media screen and (max-width: 768px) {

		.info .container {padding: 30px 20px;}

	}

/*- helpers-*/

.content-big {margin-top: 0;}

@media screen and (max-width: 768px) {
	li, p {font-size: 18px;}
}


/*- Fine
--------------------------------------------------------------------------------------------*/
