@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200;400;700&family=IM+Fell+English+SC&family=Rancho&display=swap");
html {
	background-color: #000;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "BioRhyme";
}
header {
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 200px;
	transition: 0.8s ease;
	background: rgb(118, 0, 253);
	border-bottom: 2.5px solid black;
}
header .brand {
	color: #000;
	font-size: 3rem;
	font-family: "Rancho";
	text-transform: none;
	text-decoration: none;
	margin-left: -100px;
}
header .navigation {
	position: relative;
	margin-right: -100px;
}
header .navigation .navigation-items a {
	position: relative;
	color: #000;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 30px;
	transition: 1s ease;
}
header .navigation .navigation-items a:hover {
	border: 2px solid rgb(255, 255, 255);
	padding: 5px;
	color: #fff;
}
header .navigation .navigation-items a:before {
	content: "";
	position: absolute;
	background: rgb(255, 255, 255);
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	transition: 1s ease;
}
header .navigation .navigation-items a:hover:before {
	width: 100%;
	color: #fff;
}
.slider-navigation .nav-btn {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s ease;
}
.slider-navigation .nav-btn.active {
	background: rgb(255, 0, 234);
}
.slider-navigation .nav-btn:not(:last-child) {
	margin-right: 40px;
}
.slider-navigation .nav-btn:hover {
	box-shadow: 0 0px 15px rgba(0, 255, 242, 1);
	transform: scale(2);
	transition: 0.5s ease;
}
.footer {
	background-color: #000;
	color: aqua;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 8vh;
	bottom: 0;
	z-index: 0;
}
/*--Corsi--*/
.corsi {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: linear-gradient(0deg, rgba(96, 1, 131, 1) 29%, rgba(5, 243, 221, 1) 81%, rgba(96, 1, 131, 1) 87%);
}
.corsi .titolo_pagina {
	width: 20%;
	height: 10vh;
	display: flex;
	background: rgba(0, 0, 0, 0.284);
	color: #fafafa;
	font-size: 2rem;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15%;
	border-radius: 20px;
	border: 4px solid white;
	box-shadow: 0px -5px 15px rgb(55, 255, 0);
}
.corsi .titolo_pagina_B {
	width: 55%;
	height: 10vh;
	display: flex;
	background: rgba(0, 0, 0, 0.284);
	color: #fafafa;
	font-size: 2rem;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15%;
	border-radius: 20px;
	border: 4px solid white;
	box-shadow: 0px -5px 15px rgb(55, 255, 0);
}
.container_c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0;
}
.container_c .box_c {
	position: relative;
	width: 380px;
	height: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 30px;
	transition: 1s ease-in-out;
}
.container_c .box_c::before {
	content: "";
	position: absolute;
	top: -5%;
	left: 50px;
	width: 50%;
	height: 110%;
	background-color: rgb(255, 0, 212);
	border-radius: 8px;
	transform: skewX(15deg);
	transition: 1s ease-in-out;
}
.container_c .box_c::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	width: 50%;
	height: 110%;
	background: linear-gradient(-45deg, #03a9f4, #0026ff);
	border-radius: 8px;
	transform: skewX(15deg);
	filter: blur(30px);
	transition: 1s ease-in-out;
}
.container_c:nth-child(4) .box_c:before,
.container_c:nth-child(4) .box_c:after {
	background: linear-gradient(90deg, rgba(0, 198, 255, 1) 0%, rgba(235, 0, 255, 1) 50%, rgba(0, 198, 255, 1) 100%);
}
.container_c:nth-child(3) .box_c:before,
.container_c:nth-child(3) .box_c:after {
	background: linear-gradient(90deg, rgba(142, 3, 201, 1) 0%, rgba(0, 198, 255, 1) 50%, rgba(142, 3, 201, 1) 100%);
}
.container_c:nth-child(2) .box_c:before,
.container_c:nth-child(2) .box_c:after {
	background: linear-gradient(90deg, rgba(81, 0, 255, 1) 0%, rgba(209, 29, 253, 1) 50%, rgba(81, 0, 255, 1) 100%);
}
.container_c:nth-child(1) .box_c:before,
.container_c:nth-child(1) .box_c:after {
	background: linear-gradient(90deg, rgba(255, 0, 224, 1) 0%, rgba(142, 3, 201, 1) 50%, rgba(248, 0, 255, 1) 100%);
}
.container_c .box_c:hover::before,
.container_c .box_c:hover::after {
	transform: skewX(-15deg);
	left: 20px;
	width: calc(100% - 90px);
	background: linear-gradient(-45deg, #0307f4, #00a2ff);
	transition: 1s ease-in-out;
}
@keyframes animate {
	0%,
	100% {
		transform: translateY(15px);
	}
	50% {
		transform: translateY(-15px);
	}
}
.container_c .box_c .content_c {
	z-index: 1;
	position: relative;
	left: 0;
	padding: 20px 40px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 15px rgb(255, 255, 255);
	border-radius: 8px;
	backdrop-filter: blur(6px);
	transition: 0.5s;
	color: rgb(0, 0, 0);
}
.container_c .box_c:hover .content_c {
	left: 0px;
	padding: 60px 40px;
}
.container_c .box_c .content_c h2 {
	font-size: 1.8rem;
	padding: 2%;
	width: 330px;
	margin-bottom: 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.container_c .box_c .content_c p {
	font-size: 1.3rem;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.container_c .box_c .content_c a {
	display: inline-block;
	z-index: -5;
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	letter-spacing: 3px;
	border-radius: 4px;
	color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS", "sans-serif";
	margin-left: 0%;
	box-shadow: inset 2px 2px 10px rgb(0, 0, 0), inset -2px -2px 10px rgb(0, 0, 0), 2px 2px 15px rgb(0, 0, 0), -2px -2px 15px rgb(0, 0, 0);
	transition: 1s ease-in-out;
}
.container_c .box_c:hover .content_c a {
	border: 2px solid red;
	letter-spacing: 6px;
	transition: 1s ease-in-out;
	box-shadow: inset 2px 2px 10px rgb(255, 254, 254), inset -2px -2px 10px rgb(255, 255, 255), 2px 2px 15px rgb(249, 249, 249), -2px -2px 15px rgb(255, 255, 255);
	background: #6703f4;
	color: #fff;
}
/*eventi*/
.box {
	width: 100%;
	height: 88vh;
	display: flex;
	flex-wrap: wrap;
}
.titolo_eventi {
	width: 100%;
	height: 8vh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}
.eventi {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	width: 50%;
	background: #b003f4;
	border-right: 4px solid #000;
}
.container {
	position: relative;
	width: 700px;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.7), -15px -15px 30px rgba(0, 0, 0, 0.5);
	background-color: #352b48;
	background-image: url(./immagini/9.jpg);
	background-position: right;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	border: 5px solid white;
}
#dycalendar {
	width: 55%;
	padding: 30px 30px 0;
	background-color: darkgrey;
}
#dycalendar table {
	width: 100%;
	border-spacing: 15px;
}
#dycalendar table tr:nth-child(1) td {
	background: #03d0f4;
	color: #000;
	border-radius: 10%;
	font-weight: 600;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.7), -15px -15px 30px rgba(0, 0, 0, 0.5);
	border: 2px solid rgb(3, 3, 3);
}
#dycalendar table tr:nth-child(1) td:nth-child(1) {
	background-color: rgba(255, 0, 224, 1);
}
#dycalendar td {
	background-color: rgb(255, 255, 255);
}
#dycalendar td.dycalendar-target-date {
	background-color: #9003f4;
}
#dycalendar span.dycalendar-span-month-year {
	background-color: rgba(0, 0, 0, 0.358);
	font-size: 1rem;
	padding: 2%;
	text-transform: uppercase;
}
.eventi2 {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	width: 50%;
	background: #9003f4;
}
.eventi2 ul {
	list-style: none;
	position: absolute;
	top: 31%;
	margin: 0;
	margin-top: 5%;
	padding: 40px;
	box-sizing: border-box;
	height: 300px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.eventi2 ul li {
	background-color: rgb(0, 0, 0);
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eventi2 ul li .time {
	position: relative;
	padding: 20px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100%;
	text-align: center;
	float: left;
	text-align: center;
	border: 4px solid white;
	transition: 1s ease-in-out;
	line-height: 70px;
	transition: 2s ease-in-out;
}
.eventi2 ul li:hover .time {
	color: #000;
	background: #fff;
	border: 4px solid black;
	width: 30%;
	transition: 2s ease-in-out;
}
.eventi2 ul li:hover .dettagli {
	background-color: #ff2600;
	color: #000;
	width: 70%;
	transition: 2s ease-in-out;
	border: 4px solid black;
	margin-left: 30px;
	padding: 5%;
}
.eventi2 ul li:hover .dettagli p {
	display: flex;
	text-align: center;
}
.eventi2 ul li .time h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	text-transform: uppercase;
}
.eventi2 ul li .time h2 span {
	font-size: 2rem;
}
.eventi2 ul li .dettagli {
	padding: 20px;
	background-color: #352b48;
	border: 4px solid white;
	color: #fff;
	box-sizing: border-box;
	width: 70%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.eventi2 ul li .dettagli h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.eventi2 ul li:hover .dettagli h3 {
	margin-bottom: 0;
}
.eventi2 ul li .dettagli p {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	display: none;
}
.eventi2 ul li .dettagli a {
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid white;
	width: 20%;
	height: 30px;
	padding: 2px 10px 2px;
	margin-top: 5px;
	background-color: #000;
	box-shadow: 0 15px 35px #000;
}
/*galleria*/
.galleria {
	width: 100%;
	height: 85vh;
	display: flex;
}
.leftbar {
	width: 25%;
	height: 100%;
	background: rgb(118, 0, 253);
	border-right: 2px solid black;
	box-shadow: inset 0 15px 35px rgb(0, 0, 0), inset 0px 0px 35px rgb(0, 0, 0);
}
nav {
	display: block;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 50%;
	margin-left: 35%;
}
nav ul {
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 65%;
	margin-right: 40%;
}
nav ul li {
	display: block;
	justify-content: space-around;
	align-items: center;
}
nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	padding: 15% 0%;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 800;
	transition: 1s ease-in-out;
}
nav ul li a:nth-child(1) {
	transition: 1s ease-in-out;
}
nav ul li a:hover {
	transform: translateX(60px);
	transition: 1s ease-in-out;
}
nav ul li a span.rect {
	display: flex;
	position: relative;
	width: 0%;
	height: 6vh;
	transition: 1s ease-in-out;
	opacity: 0;
}
nav ul li a span.circle {
	display: flex;
	position: relative;
	margin-right: 40px;
	width: 30%;
	transform: scale(0.5);
	opacity: 1;
	transition: 1s ease-in-out;
}
nav ul li a:hover span.circle {
	display: flex;
	position: relative;
	width: 20%;
	transform: scale(0.5);
	opacity: 0;
	transition: 1s ease-in-out;
}
nav ul li a:hover span.rect {
	transition: 1s ease-in-out;
	transform: translateX(-0px);
	opacity: 1;
	width: 5%;
}
.right {
	width: 75%;
	height: 100%;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.first {
	background-color: #00a2ff;
	width: 95%;
	height: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right .first .imgArea {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	background-color: #352b48;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	box-shadow: 0 15px 35px rgb(221, 0, 255), 0px 0px 35px rgb(221, 0, 255);
	border: 4px solid rgb(221, 0, 255);
}
.right .first .imgArea img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*prefoto*/
.prefoto {
	width: 100%;
	height: 85vh;
	background-image: url(./galleria/naviglio1.jpg);
	background-size: cover;
	background-position: bottom;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prefoto::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6703f4c0;
	clip-path: circle(30% at right 70%);
	filter: blur(50px);
}
.prefoto::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c803f49e;
	clip-path: circle(20% at 10% 10%);
	filter: blur(50px);
}
.container_pre {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	flex-wrap: wrap;
	z-index: 1;
}
.container_pre .card_pre {
	position: relative;
	width: 400px;
	height: 400px;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 80px;
	box-shadow: 20px 20px 50px rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 4px solid rgb(255, 0, 242);
	border-bottom: 4px solid rgb(255, 0, 242);
	backdrop-filter: blur(5px);
}
.container_pre .card_pre .content_pre {
	padding: 20px;
	text-align: center;
	transition: 1s ease-in-out;
}
.container_pre .card_pre .content_pre img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}
.container_pre .card_pre .content_pre h2 {
	color: #fff;
	position: absolute;
	text-transform: uppercase;
	font-size: 2rem;
	top: 2%;
	left: 30%;
	width: 40%;
	border-bottom: 2px solid rgb(255, 0, 242);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.9);
}
.container_pre .card_pre .content_pre a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	top: 45%;
	left: 30%;
	width: 40%;
	border-top: 2px solid rgb(255, 0, 242);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
	transition: 1s ease-in-out;
}
.container_pre .card_pre .content_pre a:hover {
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 20px rgb(255, 0, 225);
	transition: 1s ease-in-out;
}
/*galleria_foto*/
.foto {
	background: rgb(96, 1, 131);
	background: linear-gradient(0deg, rgba(96, 1, 131, 1) 10%, rgba(5, 243, 221, 1) 17%, rgba(96, 1, 131, 1) 60%, rgba(96, 1, 131, 1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160vh;
	display: block;
	z-index: -1;
}
.foto h1 {
	width: 25%;
	height: 8vh;
	margin-left: 50%;
	margin-top: 2%;
	transform: translateX(-50%);
	border: 4px solid white;
	border-radius: 20px;
	color: rgb(255, 0, 195);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	font-size: 3rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "BioRhyme";
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	box-shadow: 0px 0px 20px rgb(247, 0, 255), inset 0px 0px 20px rgb(247, 0, 255);
}
@import url(https://fonts.googleapis.com/css?family=Oswald);
@keyframes clouds-loop-1 {
	to {
		background-position: -1000px 0;
	}
}
.clouds-1 {
	background-image: url("https://s.cdpn.io/15514/clouds_2.png");
	animation: clouds-loop-1 65s infinite linear;
}
@keyframes clouds-loop-2 {
	to {
		background-position: -1000px 0;
	}
}
.clouds-2 {
	background-image: url("https://s.cdpn.io/15514/clouds_1.png");
	animation: clouds-loop-2 55s infinite linear;
}
@keyframes clouds-loop-3 {
	to {
		background-position: -1579px 0;
	}
}
.clouds-3 {
	background-image: url("https://s.cdpn.io/15514/clouds_3.png");
	animation: clouds-loop-3 60s infinite linear;
}
.clouds {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	pointer-events: none;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.clouds-1,
.clouds-2,
.clouds-3 {
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
}
.section_foto {
	position: absolute;
	top: 27%;
	width: 100%;
	height: 120vh;
}
.container_foto {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: grid;
	align-items: center;
	flex-wrap: nowrap;
}
.container_foto .main_foto_container {
	margin-left: 50%;
	margin-top: -5%;
	margin-bottom: 5%;
	transform: translateX(-50%);
	border-radius: 5px;
	padding: 0px;
	object-fit: scale-down;
}
.container_foto .main_foto_container .main_foto {
	width: 100%;
	height: 600px;
	margin-left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
	object-position: center;
}
.container_foto .main_foto_container .main_titolo {
	font-size: 20px;
	background-color: #000000;
	color: #fff;
	text-align: center;
	width: 40%;
	margin-left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.container_foto .foto_list_container {
	flex: 1 1 50px;
	height: 390px;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	margin-top: -12%;
}
.container_foto .foto_list_container::-webkit-scrollbar {
	width: 20px;
}
.container_foto .foto_list_container::-webkit-scrollbar-track {
	background-color: #000000;
	border-radius: 5px;
}
.container_foto .foto_list_container::-webkit-scrollbar-thumb {
	background-color: rgb(187, 0, 255);
	border-radius: 5px;
}
.container_foto .foto_list_container .list {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	text-transform: uppercase;
	gap: 0px;
	padding: 10px;
	cursor: pointer;
	margin-top: 0%;
	transition: 2s ease-in-out;
}
.container_foto .foto_list_container .list.active {
	background-color: #ff0000;
	border: 3px solid black;
	border-radius: 20px;
}
.container_foto .foto_list_container .list img {
	width: 90%;
	min-width: 200px;
	min-height: 280px;
	overflow: hidden;
	transition: 2s ease-in-out;
	filter: grayscale(10);
	transform: scale(0.95);
	object-fit: cover;
	object-position: top;
	border-radius: 20px;
}
.container_foto .foto_list_container .list img:hover {
	transform: scale(1.1);
	overflow: hidden;
	filter: grayscale(0);
	padding: 3%;
	border-radius: 10px;
	margin-top: 4%;
	transition: 2s ease-in-out;
	border-radius: 20px;
}
.container_foto .foto_list_container .list .foto_titolo {
	font-size: 17px;
	color: #fff;
	padding: 5%;
	background-color: rgba(0, 0, 0, 0.519);
	border-radius: 5px;
}
.container_foto .foto_list_container .list:hover .foto_titolo {
	background-color: rgb(0, 0, 0);
	color: #fff;
	margin-bottom: 1%;
	border: 1px solid white;
}
.container_foto .foto_list_container .list:hover {
	transition: 2s ease-in-out;
}
/*galleria video*/
.foto2 {
	background: rgb(96, 1, 131);
	background: linear-gradient(0deg, rgba(96, 1, 131, 1) 10%, rgba(5, 243, 221, 1) 17%, rgba(96, 1, 131, 1) 60%, rgba(96, 1, 131, 1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 95vh;
	display: block;
	z-index: -1;
}
.foto2 h1 {
	width: 25%;
	height: 8vh;
	margin-left: 50%;
	margin-top: 2%;
	transform: translateX(-50%);
	border: 4px solid white;
	border-radius: 20px;
	color: rgb(255, 0, 195);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	font-size: 3rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "BioRhyme";
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	box-shadow: 0px 0px 20px rgb(247, 0, 255), inset 0px 0px 20px rgb(247, 0, 255);
}
.container_video {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 2;
	width: 75%;
	height: 65vh;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.5), 20px 0px 20px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	backdrop-filter: blur(2px);
}
.container_video .container_v {
	width: 1300px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.container_video .container_v .main-video-container {
	flex: 1 1 700px;
	border-radius: 5px;
	box-shadow: 20px 25px 20px rgba(0, 0, 0, 0.5);
	background-color: rgb(0, 0, 0);
	padding: 15px;
}
.container_video .container_v .main-video-container .main-video {
	width: 100%;
	margin-bottom: 7px;
	border-radius: 5px;
}
.container_video .container_v .main-video-container .main-vid-title {
	font-size: 20px;
	color: #d803f4;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
}
.container_video .video-list-container {
	flex: 1 1 350px;
	background-color: blueviolet;
	height: 516px;
	overflow-y: scroll;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	background-color: rgb(255, 0, 179);
	padding: 15px;
}
.container_video .video-list-container::-webkit-scrollbar {
	width: 20px;
	background-color: rgb(0, 0, 0);
}
.container_video .video-list-container::-webkit-scrollbar-track {
	background-color: rgb(0, 0, 0);
	border-radius: 5px;
}
.container_video .video-list-container::-webkit-scrollbar-thumb {
	background-color: #b003f4;
	border-radius: 5px;
}
.container_video .video-list-container .list-v {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px;
	background-color: #5900fd;
	cursor: pointer;
	margin-bottom: 10px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.5), 20px 0px 20px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}
.container_video .video-list-container .list-v:last-child {
	margin-bottom: 0;
}
.container_video .video-list-container .list-v.active {
	background-color: #b003f4;
	border-top: 3px solid rgb(225, 255, 0);
	border-left: 3px solid rgb(251, 255, 0);
}
.container_video .video-list-container .list-v.active .list-title {
	color: #000;
}
.container_video .video-list-container .list-v .list-video {
	width: 250px;
}
.container_video .video-list-container .list-v .list-title {
	font-size: 17px;
	color: #fff;
}
/*galleria video2 */
.container_video {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	justify-content: center;
	top: 30%;
	left: 10%;
	z-index: 2;
	width: 80%;
	height: 65vh;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.5), 20px 0px 20px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	backdrop-filter: blur(2px);
	padding: 2%;
	overflow: hidden;
	overflow-y: scroll;
}
.container_video::-webkit-scrollbar {
	width: 20px;
	background-color: #000;
	border-radius: 20px;
}
.container_video::-webkit-scrollbar-track {
	width: 20px;
	background-color: #000;
	border-radius: 20px;
}
.container_video::-webkit-scrollbar-thumb {
	background-color: #0095ff;
	border-radius: 20px;
}
.content_video {
	width: 400px;
	height: 225px;
	margin: 2%;
	border: 2px solid white;
	padding: 0.5%;
	background-color: #000;
	border-radius: 10px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.5), 20px 0px 20px rgba(0, 0, 0, 0.5);
	transition: 1s ease-in-out;
}
.content_video:hover {
	background-color: chartreuse;
	transform: scale(1.2);
	transition: 1s ease-in-out;
}
/* galleria suoni */
.section_audio {
	background: rgb(96, 1, 131);
	background-image: url(./sfondi/cool-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 90vh;
	display: block;
	z-index: -1;
}
.section_audio h1 {
	width: 25%;
	height: 8vh;
	margin-left: 50%;
	margin-top: 2%;
	transform: translateX(-50%);
	border: 4px solid white;
	border-radius: 20px;
	color: rgb(255, 0, 195);
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	font-size: 3rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "BioRhyme";
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	box-shadow: 0px 0px 20px rgb(247, 0, 255), inset 0px 0px 20px rgb(247, 0, 255);
}
.audio_list_container {
	height: 400px;
	width: 80%;
	white-space: nowrap;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	top: 30%;
	left: 10%;
	background-color: #3f168a70;
	box-shadow: inset 2px 2px 10px rgb(0, 0, 0), inset -2px -2px 10px rgb(0, 0, 0), 2px 2px 15px rgb(0, 0, 0), -2px -2px 15px rgb(0, 0, 0);
	position: absolute;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}
.audio {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	padding: 0px;
	cursor: pointer;
	margin-top: 1%;
	transition: 2s ease-in-out;
	height: 310px;
	width: 90%;
	overflow-x: scroll;
	overflow-y: hidden;
}
.audio::-webkit-scrollbar {
	height: 25px;
}
.audio::-webkit-scrollbar-track {
	background-color: #000;
}
.audio::-webkit-scrollbar-thumb {
	background-color: rgb(255, 0, 242);
}
/* contact form */
.container_contact {
	width: 90%;
	height: 70vh;
	background-color: #00000000;
	top: 25%;
	left: 8%;
	display: flex;
	position: absolute;
	margin: 4%;
	margin-top: 2%;
	margin-left: 0;
	display: flex;
	z-index: 2;
}
.card {
	width: 400px;
	height: 400px;
	background-color: #000;
	margin: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.whatsapp {
	width: 90%;
	height: 90%;
	cursor: pointer;
	margin: 0%;
	border-radius: 50%;
	display: flex;
	flex-wrap: nowrap;
}
.whatsapp .button {
	background-color: #09b829;
	background-image: url(./icone/Whatsapp_2.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	border-radius: 50%;
	border: 3px solid rgb(0, 221, 255);
}
.mail {
	width: 90%;
	height: 90%;
	cursor: pointer;
	margin: 0%;
	border-radius: 50%;
	display: flex;
	flex-wrap: nowrap;
}
.mail .button {
	background-color: #b300ff;
	background-image: url(./icone/mail2.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	border-radius: 50%;
	border: 3px solid rgb(0, 221, 255);
}
.telegram {
	width: 90%;
	height: 90%;
	cursor: pointer;
	margin: 0%;
	border-radius: 50%;
	display: flex;
	flex-wrap: nowrap;
}
.telegram .button {
	background-color: #0095ff;
	background-image: url(./icone/telegram.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	border-radius: 50%;
	border: 3px solid rgb(0, 221, 255);
}
.container_contact:hover .card {
	filter: blur(10px) grayscale(100%);
}
.container_contact:hover .card:hover {
	filter: blur(0px) drop-shadow(16px 16px 20px rgb(5, 213, 255)) brightness(120%);
	transform: scale(1.2);
}
@media (max-width: 1700px) {
	/*CORSI*/
	.container_c .box_c {
		padding: 0;
		margin: 0;
	}
	.container_c .box_c .content_c {
		width: 350px;
		height: 400px;
		padding: 20px;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 0%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 3rem;
		height: 15vh;
	}
	.corsi .titolo_pagina_B h1 {
		font-size: 3rem;
	}
	.container_c {
		margin-top: 10%;
	}
	/*EVENTI*/
	.eventi2 ul {
		height: 250px;
	}
	.eventi2 ul li .dettagli h3 {
		font-size: 2rem;
	}
	.eventi2 ul li .dettagli a {
		width: 30%;
		margin-top: -20px;
	}
	.eventi2 ul li:hover .dettagli {
		overflow: hidden;
		overflow-y: scroll;
		transition: 0.1s ease-in-out;
	}
	.eventi2 ul li:hover .dettagli a {
		margin-top: 15px;
	}
	.eventi2 ul li:hover .dettagli h3 {
		margin-top: 150px;
	}
	.eventi2 ul li:hover .dettagli::-webkit-scrollbar {
		width: 20px;
	}
	.eventi2 ul li:hover .dettagli::-webkit-scrollbar-track {
		width: 10px;
		background-color: #000;
	}
	.eventi2 ul li:hover .dettagli::-webkit-scrollbar-thumb {
		background-color: #b003f4;
	}
	/*CONTATTI*/
	.card {
		width: 350px;
		height: 350px;
	}
	/*GALLERIA FOTO*/
	.foto h1 {
		width: 40%;
		margin-top: 5vh;
	}
	.container_foto .main_foto_container {
		margin-top: 2vh;
		margin-bottom: 25vh;
	}
	.container_foto .main_foto_container .main_titolo {
		margin-top: 2vh;
		margin-bottom: 0vh;
	}
}
@media (max-width: 1500px) {
	header {
		padding: 7px 100px;
	}
	header .brand {
		margin-left: -80px;
	}
	header .navigation-items {
		margin-right: 30px;
	}
	/*CORSI*/
	.container_c .box_c .content_c {
		width: 300px;
		height: 420px;
		padding: 20px;
		margin: 0px;
	}
	.container_c .box_c {
		width: 300px;
		margin: 0px 20px;
	}
	.container_c .box_c .content_c h2 {
		font-size: 1.3rem;
		width: 90%;
	}
	.container_c .box_c .content_c p {
		font-size: 1.2rem;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 0%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 3rem;
		height: 15vh;
	}
	.container_c {
		margin-top: 10%;
	}
	/*EVENTI*/
	.container {
		width: 500px;
	}
	#dycalendar {
		width: 100%;
	}
	/*CONTATTI*/
	.card {
		width: 300px;
		height: 300px;
	}
	/*GALLERIA FOTO*/
	.container_foto .main_foto_container .main_foto {
		height: 500px;
	}
	.container_foto .main_foto_container .main_titolo {
		margin-top: 3vh;
		margin-bottom: 3vh;
	}
}
@media (max-width: 1300px) {
	header {
		padding: 7px 100px;
	}
	header .brand {
		margin-left: -80px;
	}
	header .navigation-items {
		margin-right: 30px;
	}
	.home .content h1 {
		font-size: 3rem;
	}
	.home .social {
		right: 40px;
		height: 20px;
		width: 20px;
	}
	header .navigation {
		display: none;
	}
	header .navigation.active {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 997;
	}
	header .navigation .navigation-items a {
		color: rgb(255, 255, 255);
		font-size: 1.5rem;
		margin: 20px;
		text-align: center;
	}
	header .navigation .navigation-items a:hover {
		color: rgb(255, 0, 234);
		font-size: 1.5rem;
		margin: 20px;
	}
	header .navigation.active .navigation-items {
		width: 600px;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		border-radius: 3rem;
		align-items: center;
		box-shadow: 0 5px 25px rgb(0, 255, 242);
		background-color: transparent;
		backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.694);
	}
	.brand {
		padding: 1%;
		transform: translateX(4%);
	}
	.menu-btn {
		background: url(./icone/menu-icon1.png) no-repeat;
		background-size: 50px;
		background-position: center;
		width: 80px;
		height: 80px;
		cursor: pointer;
		transition: 0.8 ease;
		margin-right: -5%;
	}
	.menu-btn.active {
		background: url(./icone/X-Mark_2.png) no-repeat;
		background-size: 50px;
		background-position: center;
		transition: 0.8s ease;
		z-index: 999;
	}
	.home .content .button {
		font-size: 36px;
	}
	/*CORSI*/
	.container_c {
		margin-top: 10%;
	}
	.container_c .box_c .content_c {
		width: 250px;
		height: 420px;
		padding: 20px;
		margin: 0px;
	}
	.container_c .box_c {
		width: 250px;
		margin: 0px 15px;
	}
	.container_c .box_c .content_c h2 {
		font-size: 1rem;
		width: 90%;
	}
	.container_c .box_c .content_c p {
		font-size: 1.1rem;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 0%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 3rem;
		height: 15vh;
	}
	.corsi .titolo_pagina_B h1 {
		font-size: 2.5rem;
	}
	/*EVENTI*/
	.eventi2 ul {
		margin-top: 10%;
	}
	.eventi2 ul li:hover .dettagli a {
		width: 45%;
	}
	/*CONTATTI*/
	.foto2 {
		height: 80vh;
	}
	.foto2 h1 {
		font-size: 2.2rem;
	}
	.card {
		width: 250px;
		height: 250px;
	}
}
@media (max-width: 1200px) {
	/*prefoto*/
	.container_pre .card_pre {
		width: 350px;
	}
	.container_pre .card_pre .content_pre h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 1100px) {
	header {
		padding: 7px 100px;
	}
	header .brand {
		margin-left: -80px;
	}
	header .navigation-items {
		margin-right: 30px;
	}
	.menu-btn {
		margin-right: -80px;
	}
	/*CORSI*/
	.corsi {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.corsi .titolo_pagina {
		letter-spacing: 10px;
		width: 35%;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 2%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 3rem;
		height: 15vh;
	}
	.corsi .titolo_pagina_B h1 {
		font-size: 2.5rem;
	}
	.container_c {
		margin-top: 23%;
		width: 900px;
		height: 550px;
	}
	.container_c .box_c {
		width: 90%;
		margin: 0;
	}
	.container_c:last-child {
		margin-bottom: 10%;
	}
	.container_c .box_c .content_c {
		width: 1000px;
	}
	.container_c .box_c .content_c h2 {
		font-size: 2rem;
		width: 90%;
	}
	.container_c .box_c .content_c p {
		font-size: 1.5rem;
	}
	/*EVENTI*/
	.container {
		width: 400px;
	}
	.eventi2 ul {
		width: 45%;
		padding: 0;
	}
	.eventi2 ul li .time {
		width: 40%;
		line-height: 45px;
		font-size: 1rem;
	}
	.eventi2 ul li:hover .time {
		width: 35%;
	}
	.eventi2 ul li .time h2 span {
		font-size: 1.5rem;
	}
	.eventi2 ul li .dettagli h3 {
		font-size: 1.5rem;
	}
	.eventi2 ul li .dettagli a {
		font-size: 1rem;
		width: 50%;
		margin-top: 0;
	}
	/*CONTATTI*/
	.foto2 h1 {
		font-size: 2rem;
		width: 35%;
		margin-top: 10%;
	}
	.card {
		width: 200px;
		height: 200px;
		margin-top: 15%;
	}
	/*GALLERIA FOTO*/
	.foto {
		height: 120vh;
	}
	.foto h1 {
		width: 50%;
	}
	.container_foto {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 120vh;
	}
	.container_foto .main_foto_container {
		margin-left: 0vh;
		width: 50%;
		transform: translateX(0);
	}
	.container_foto .main_foto_container .main_foto {
		width: 500px;
		transform: translateX(0%);
		margin-left: 2vh;
		margin-top: 10vh;
	}
	.container_foto .main_foto_container .main_titolo {
		transform: translateX(-50%);
		margin-left: 50%;
	}
	.container_foto .foto_list_container {
		width: 300px;
		height: 700px;
		margin-left: 5vh;
		margin: 5vh;
		margin-top: -12vh;
		overflow: scroll;
		overflow-x: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.container_foto .foto_list_container::-webkit-scrollbar {
		height: 40px;
	}
	.container_foto .foto_list_container::-webkit-scrollbar-track {
		background-color: #ff00fb;
	}
	.container_foto .foto_list_container::-webkit-scrollbar-thumb {
		background-color: #000000;
	}
	.container_foto .foto_list_container .list {
		flex-direction: column;
	}
	.container_foto .foto_list_container .list img {
		width: 300px;
		height: 300px;
	}
	.container_foto .foto_list_container .list img:hover {
		width: 300px;
		height: 300px;
		transform: scale(1);
	}
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 2.5rem;
	}
	/*GALLERIA VIDEO*/
	.foto2 h1 {
		margin-top: 20px;
	}
	.container_video {
		top: 200px;
		margin-bottom: 20px;
		height: 60vh;
	}
}
@media (max-width: 1020px) {
	/*prefoto*/
	.container_pre .card_pre {
		width: 300px;
		height: 300px;
		margin: 40px;
	}
	.container_pre .card_pre .content_pre h2 {
		font-size: 1.5rem;
	}
	/*galleria foto*/
	.container_foto .foto_list_container .list img {
		width: 200px;
		height: 200px;
		min-width: 0;
		min-height: 0;
	}
	.container_foto .foto_list_container .list img:hover {
		width: 200px;
		height: 200px;
	}
	.container_foto .main_foto_container .main_titolo {
		margin-left: 35vh;
	}
}
@media (max-width: 900px) {
	/*EVENTI*/
	.eventi2 ul {
		width: 45%;
		padding: 0;
		margin-top: 12%;
	}
	.eventi2 ul li .time {
		width: 40%;
		line-height: 45px;
		font-size: 1rem;
	}
	.eventi2 ul li:hover .time {
		width: 35%;
	}
	.eventi2 ul li .time h2 span {
		font-size: 1.5rem;
	}
	.eventi2 ul li .dettagli h3 {
		font-size: 1rem;
	}
	.eventi2 ul li .dettagli a {
		font-size: 1rem;
		width: 50%;
		margin-top: 0;
	}
	/*GALLERIA FOTO*/
	.foto h1 {
		font-size: 2.5rem;
	}
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 2rem;
	}
}
@media (max-width: 800px) {
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 2rem;
		height: 10vh;
		width: 30%;
		margin-top: 50px;
	}
	/*GALLERIA VIDEO*/
	.foto2 h1 {
		margin-left: 50%;
		top: 30px;
	}
}
@media (max-width: 700px) {
	.footer {
		height: 4vh;
	}
	/*GALLERIA FOTO*/
	.foto {
		height: 140vh;
	}
	.foto h1 {
		width: 60%;
	}
	.container_foto {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 120vh;
	}
	.container_foto .main_foto_container {
		margin-left: 0vh;
		width: 50%;
		transform: translateX(0);
	}
	.container_foto .main_foto_container .main_foto {
		width: 300px;
		transform: translateX(0%);
		margin-left: 5vh;
		margin-top: 10vh;
	}
	.container_foto .main_foto_container .main_titolo {
		transform: translateX(-50%);
		margin-left: 50%;
		width: 60%;
	}
	.container_foto .foto_list_container {
		height: 600px;
		margin-left: 5vh;
		margin: 5vh;
		margin-top: -12vh;
		overflow: scroll;
		overflow-x: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.container_foto .foto_list_container::-webkit-scrollbar {
		height: 40px;
	}
	.container_foto .foto_list_container::-webkit-scrollbar-track {
		background-color: #ff00fb;
	}
	.container_foto .foto_list_container::-webkit-scrollbar-thumb {
		background-color: #000000;
	}
	.container_foto .foto_list_container .list {
		flex-direction: column;
	}
	.container_foto .foto_list_container .list img {
		width: 150px;
		height: 150px;
	}
	.container_foto .foto_list_container .list img:hover {
		width: 180px;
		height: 180px;
		transform: scale(1);
	}
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 2rem;
		height: 10vh;
		width: 35%;
		margin-top: 50px;
	}
	/*GALLERIA VIDEO*/
	.foto2 {
		width: 100%;
		height: 100vh;
	}
	.container_video {
		height: 90vh;
	}
}
@media (max-width: 850px) {
	header .navigation {
		display: none;
	}
	header .menu-btn {
		width: 50px;
		height: 50px;
		background-size: 50px;
		margin-right: -60px;
	}
	header .brand {
		transform: translateX(0%);
		font-size: 2.5rem;
		padding: 1%;
	}
	.footer {
		position: relative;
		bottom: 0px;
		width: 100%;
	}
	/*CORSI*/
	.container_c {
		margin-top: 15%;
		width: 750px;
	}
	.corsi .titolo_pagina {
		letter-spacing: 8px;
		width: 45%;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 2%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.8rem;
	}
}
@media (max-width: 800px) {
	.footer {
		display: flex;
	}
	/*EVENTI*/
	.titolo_eventi {
		position: absolute;
		top: 12%;
	}
	.eventi {
		width: 100%;
		position: absolute;
		top: 100%;
		border: 3px solid rgb(0, 0, 0);
		padding: 0;
		background-size: cover;
		background-image: url(./galleria/Donatella\ Athmos1.jpg);
	}
	.container {
		width: 65%;
	}
	.box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 180vh;
		margin: 0;
		padding: 0;
	}
	.eventi2 {
		position: absolute;
		width: 100%;
		top: 5%;
		height: 70vh;
		margin-top: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.eventi2 ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 90%;
		margin-top: -13%;
		height: 50vh;
	}
	.eventi2 ul li:hover {
		height: 25vh;
	}
	#dycalendar {
		background-color: #0026ff00;
		width: 100%;
	}
	#dycalendar span.dycalendar-span-month-year {
		background-color: rgba(0, 0, 0, 0.358);
		font-size: 1rem;
		padding: 2%;
		text-transform: uppercase;
	}
	.container {
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
	}
	/*GALLERIA*/
	.galleria {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.leftbar {
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav {
		display: flex;
		justify-items: center;
		align-items: center;
	}
	nav ul {
		margin-top: 0%;
		margin-right: 100%;
	}
	nav ul li a {
		padding: 7.5% 0%;
	}
	.right {
		width: 0%;
		height: 50%;
	}
	/*CONTATTI*/
	.foto2 h1 {
		font-size: 2rem;
		width: 35%;
		margin-top: 10%;
	}
	.card {
		width: 150px;
		height: 150px;
		margin-top: 15%;
		margin-left: 5%;
	}
	/*prefoto*/
	.container_pre .card_pre {
		width: 250px;
		height: 250px;
		margin: 30px;
	}
	.container_pre .card_pre .content_pre h2 {
		font-size: 1.2rem;
		top: 5%;
	}
	.container_pre .card_pre .content_pre a {
		font-size: 1rem;
	}
}
@media (max-width: 700px) {
	.container_c {
		margin-top: 15%;
		width: 650px;
		height: 550px;
	}
	.corsi .titolo_pagina {
		letter-spacing: 8px;
		width: 45%;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 10px;
		width: 60%;
		margin-top: 0%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.8rem;
	}
	header .brand {
		transform: translateX(0%);
		font-size: 2.5rem;
		padding: 1%;
	}
	/*eventi*/
	.titolo_eventi {
		font-size: 2rem;
		margin-top: -20px;
	}
	.eventi2 ul {
		margin-top: -100px;
	}
	.eventi2 ul li {
		margin-top: 20px;
	}
	.container {
		width: 90%;
	}
	#dycalendar span.dycalendar-span-month-year {
		color: #fff;
	}
	/*CONTATTI*/
	.foto2 {
		height: 120vh;
	}
	.foto2 h1 {
		font-size: 3rem;
		width: 55%;
		margin-top: 10%;
	}
	.container_contact {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 800px;
		margin-left: 0px;
		margin-top: -50px;
	}
	.card {
		width: 200px;
		height: 200px;
		margin-top: 1%;
		margin-left: 0%;
	}
	.whatsapp {
		height: 200px;
		width: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.whatsapp .button {
		width: 200px;
		height: 200px;
	}
	.mail {
		height: 200px;
		width: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mail .button {
		width: 200px;
		height: 200px;
	}
	.telegram {
		height: 200px;
		width: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.telegram .button {
		width: 200px;
		height: 200px;
	}
	/*prefoto*/
	.container_pre .card_pre {
		width: 200px;
		height: 200px;
		margin: 30px;
	}
	.container_pre .card_pre .content_pre h2 {
		font-size: 1rem;
		top: 5%;
		width: 50%;
		left: 25%;
	}
	.container_pre .card_pre .content_pre a {
		font-size: 1rem;
		width: 50%;
		left: 25%;
	}
}
@media (max-width: 600px) {
	.container_c {
		margin-top: 20%;
		width: 450px;
		height: 550px;
	}
	.corsi .titolo_pagina {
		letter-spacing: 8px;
		width: 60%;
	}
	header .brand {
		transform: translateX(0%);
		font-size: 2.5rem;
		padding: 1%;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 7px;
		width: 65%;
		margin-top: 0%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.8rem;
	}
	/*CONTATTI*/
	.foto2 h1 {
		font-size: 3rem;
		width: 70%;
		margin-top: 10%;
	}
	/*galleria foto*/
	.foto h1 {
		width: 90%;
	}
	.container_foto .main_foto_container .main_foto {
		width: 250px;
		margin-left: 2vh;
	}
	/*GALLERIA AUDIO*/
	.section_audio {
		height: 85vh;
	}
	.section_audio h1 {
		font-size: 2rem;
		height: 10vh;
		width: 40%;
		margin-top: 50px;
	}
	.audio_list_container {
		height: 350px;
		width: 90%;
		top: 35%;
		left: 5%;
	}
	.audio {
		height: 310px;
		width: 100%;
	}
}
@media (max-width: 500px) {
	.container_c {
		margin-top: 50%;
		width: 400px;
		height: 500px;
	}
	.container_c .box_c .content_c {
		width: 400px;
		height: 500px;
		padding: 20px;
	}
	.container_c .box_c::before {
		height: 130%;
		top: -15%;
	}
	.container_c .box_c::after {
		height: 130%;
	}
	.container_c .box_c:hover::before,
	.container_c .box_c:hover::after {
		transform: skewX(-15deg);
		left: 85px;
		width: calc(50% - 10px);
		background: linear-gradient(-45deg, #0307f4, #00a2ff);
		transition: 1s ease-in-out;
	}
	.container_c .box_c .content_c h2 {
		font-size: 1.6rem;
		width: 100%;
	}
	.corsi .titolo_pagina {
		letter-spacing: 6px;
		width: 70%;
	}
	.corsi .titolo_pagina_B {
		letter-spacing: 7px;
		width: 75%;
		margin-top: 5%;
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.8rem;
	}
	header .brand {
		font-size: 2.5rem;
		padding: 1%;
		transform: translateX(-10px);
	}
	header .menu-btn {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.container_c:last-child {
		margin-bottom: 30%;
	}
	/*eventi*/
	.titolo_eventi {
		font-size: 1.5rem;
		margin-top: -35px;
	}
	.eventi2 ul li .dettagli a {
		width: 60%;
	}
	.eventi2 ul li:hover .dettagli a {
		width: 80%;
	}
	.eventi2 ul li:hover .time {
		width: 50%;
	}
	#dycalendar table {
		width: 110%;
		margin-left: -20px;
	}
	/*CONTATTI*/
	.foto2 h1 {
		font-size: 3rem;
		width: 80%;
		margin-top: 10%;
	}
	/*GALLERIA FOTO*/
	.foto {
		height: 180vh;
	}
	.main_foto_container {
		display: none;
	}
	.container_foto .foto_list_container {
		width: 100%;
		height: 150vh;
		background-color: #0095ff;
		margin-top: 40vh;
	}
	.container_foto .foto_list_container .list img {
		width: 300px;
		height: 300px;
		margin: 1%;
	}
	.container_foto .foto_list_container .list img:hover {
		width: 380px;
		height: 400px;
		filter: grayscale(0);
		object-fit: contain;
		border-radius: 0rem;
	}
	.container_foto .foto_list_container .list.active {
		width: 100%;
		height: 50vh;
		margin: 0;
	}
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 2rem;
		height: 10vh;
		width: 50%;
		margin-top: 50px;
	}
}
@media (max-width: 400px) {
	.container_c {
		margin-top: 70%;
		width: 400px;
		height: 500px;
	}
	.container_c .box_c .content_c {
		width: 300px;
		height: 500px;
		padding: 0px 20px;
	}
	.container_c .box_c:hover::before,
	.container_c .box_c:hover::after {
		transform: skewX(-5deg);
		left: 100px;
		width: calc(50% - 20px);
		background: linear-gradient(-5deg, #0307f4, #00a2ff);
		transition: 1s ease-in-out;
	}
	.container_c .box_c::before,
	.container_c .box_c::after {
		transform: skewX(5deg);
		left: 100px;
		top: -25%;
		height: 150%;
		width: calc(50% - 20px);
		background: linear-gradient(5deg, #0307f4, #00a2ff);
		transition: 1s ease-in-out;
	}
	.container_c .box_c:hover .content_c {
		left: 0px;
		padding: 0px 20px;
	}
	.container_c .box_c .content_c h2 {
		font-size: 1.3rem;
		width: 100%;
	}
	.container_c .box_c .content_c p {
		font-size: 1.2rem;
		line-height: 28px;
	}
	.corsi .titolo_pagina {
		letter-spacing: 7px;
		width: 85%;
		margin-top: 0%;
		padding: 10%;
	}
	.corsi .titolo_pagina_B {
		margin-top: -5%;
	}
	.corsi .titolo_pagina_B h1 {
		letter-spacing: 2.5px;
		width: 95%;
		font-size: 1.8rem;
		text-align: center;
	}
	header .brand {
		transform: translateX(10%);
		font-size: 1.8rem;
		padding: 1%;
	}
	.container_c:last-child {
		margin-bottom: 50%;
	}
	header .navigation.active {
		width: 90%;
		left: 0%;
	}
	.footer p {
		font-size: 0.8rem;
		text-align: center;
	}
	/*eventi*/
	.titolo_eventi {
		margin-top: -30px;
	}
	#dycalendar td {
		font-size: 10px;
	}
	.eventi2 {
		margin-top: 100px;
	}
	/*CONTATTI*/
	.foto2 h1 {
		font-size: 2rem;
		width: 80%;
	}
	/*GALLERIA FOTO*/
	.foto h1 {
		font-size: 1.5rem;
	}
	.container_foto .foto_list_container {
		width: 100%;
		margin: 3%;
		margin-top: 40vh;
		background-color: rgba(0, 0, 0, 0.512);
	}
	.container_foto .foto_list_container .list img {
		width: 300px;
		height: 300px;
		margin: 1%;
		object-fit: contain;
		filter: grayscale(0);
		border-radius: 0;
	}
	.container_foto .foto_list_container .list.active {
		width: 300px;
		height: 300px;
		background-color: #ff000040;
		box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.45), inset 0px 0px 20px rgba(255, 174, 0, 0.564);
	}
	.container_foto .foto_list_container .list .foto_titolo {
		display: none;
	}
	.container_foto .foto_list_container .list img:hover {
		width: 280px;
		height: 300px;
		padding: 0;
		margin: 0;
	}
	/*GALLERIA AUDIO*/
	.section_audio h1 {
		font-size: 1.8rem;
		height: 10vh;
		width: 60%;
		margin-top: 50px;
	}
}
