
/* ! Base stile */

body{

/*font-family: 'Playfair Display', serif;*/
font-family: 'Oswald', sans-serif;

font-style: 16px;
}
a{text-decoration: none;}
h1, h2, h4, h5, {color: #000; padding-bottom: 30px;}
h3{color: #000; padding-bottom: 10px;}
p{line-height: 28px; color: #3c3c3c; font-weight: 300;}
b{font-weight: bold;}

.big-text{font-size: 70px; font-weight: 900;}
.med-text{font-size: 40px;}
.normal-text{font-size: 20px;}
.small-text{font-size: 10px;}
.minion{font-family: minion-pro, serif;}
.intro-text{text-transform: uppercase; font-size: 30px; font-weight: bold; color: #414141;}

.button{padding: 18px 28px; background: #696969; color:#fff; display: inline-block; border-radius: 4px;}
.button:hover{background: #f8d834; color:#3c3c3c;}
@media (max-width:768px) {
	.big-text{font-size: 60px;}
	h2, h3{padding-bottom: 15px;}

}
/* !Helpers */
.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}



/* !Header */

.header{
	/* border: 1px solid red; */
	width: 100%;
  /*position: fixed;*/
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px;
	display: flex;
	max-width: 1350px;
}

.logo{
	z-index: 1;
}

.logo__img{
	max-width: 100%;
	max-height: 64px;
}


.menu{
	transition: all 1s cubic-bezier(.215, .61, .355, 1);
	width: 84%;
	font-weight: bold;
	z-index: 0;




}
.menu li{display: inline-block;}
.menu li a{color: #000; padding: 15px; display: block;}
.en{font-size: 15px; font-weight:100;}
.en:hover{color: #ff0000;}
.cta{}
.hamburger{display: none;}

@media (max-width:768px) {
	.header{position: fixed; z-index: 2;}
	.cta{}
	.menu{position:absolute; top:0; right: -100%; background: #292929; height: 100vh; padding-top: 80px;}
	.menu li{display: block;}
	.menu li a{padding: 15px 30px; font-size: 20px; color: #fff; }
	.menu--open{right: 0%;}


	.hamburger{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 25px;
		right: 25px;
	}
	.hamburger span{
		background: #000;
		height: 3px;
		width: 100%;
		display:block;
		margin-bottom: 5px;
	}

}

/* ! Hero */

.hero{

	display: flex;
	width: 100%;
	background:#f8d834;
	background-size: cover;
	padding-top: 8%;
	padding-inline: 30px;
  padding-bottom: 15px;
	flex-direction: column;
  align-items: flex-start;
	gap:15px;

}
.hero__content{

	width: 100%;
	max-width: 1350px;
	padding-top: 8%;
	margin: 0 auto;
}

.hero img{
	object-fit: cover;
	width: 80%;
}
.spec{
	display: flex;
	justify-content: flex-end;
	gap:15px;

	width: 100%;
}
.data{}

@media (max-width:768px) {

	.hero img{width: 100%;}
	.spec{
		justify-content: space-between;
	}
}
.corpo{padding: 3%;}

/* ! Foto */
.foto{
	display: flex;
	/*height: 100vh;*/
	width: 100%;
	max-width: 1350px;

	align-items: center;
	flex-direction: column;
}
.foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;

}
@media (max-width:768px) {
	.foto{flex-wrap: wrap; height: auto;}
	.foto img{width: 100%;}
}

/* ! Poster */

.poster{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	background: #f8d834;
	border-radius: 40px;
	justify-content: center;

}
.poster__img{
	width: auto;
	height: 100%;
	padding: 1%;

}
.poster__img img{
	object-fit: cover;
	/*height: 100%;*/
	max-width: 270px;
	width: 100%;
}
.poster__content{
	width: 60%;
padding-left: 10px;
padding-bottom: 10px;}

@media (max-width:768px) {
	.poster{flex-wrap: wrap; height: auto; border-radius: 15px;}
	.poster__img{/*width: 100%; */ padding: 8%;}
	.poster__content{width: 100%;}
	.poster.mt-1{margin-top: 0px;}
}


/* ! Carousel */
.main-carousel{
	padding: 40px 0;

}
.carousel-cell{
	height: 350px;
	width: 350px;
	/*background: #6adf91;
	border-radius: 100%;*/
	line-height: 350px;
	text-align: center;
	margin-right: 40px;

}
.carousel-cell img{
	max-height: 350px;
	max-width: 350px;
}

/* ! Grid */
.grid{
	display: flex;
	max-width: 1350px;
	padding: 0 30px;
	margin: 0 auto;
}
.grid .col{width: 100%;}

@media (max-width:768px) {
	.grid{flex-wrap: wrap;}
}
/* info e orari*/
.info-orari{
	display: flex;
	gap:1px;
	width: 100%;
	align-items: center stretch;


}
.orari{
	width: 50%;
	background:#edebeb;
	border-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-content: flex-start;
	padding: 3%;
	flex-direction: column;
}
.material-icons{

}

.biglietti{
	width: 50%;
	background:#4f4f4f;
	border-radius: 40px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 3%;
}
.biglietti h3{color: #fff;}
.biglietti p{color:#fff;}
.biglietti a{color: #f8d834;}
.biglietti .button{padding: 18px 28px; background: #f8d834;; color:#3c3c3c; display: inline-block; border-radius: 4px;}
.biglietti .button:hover{background: #3c3c3c; color:#f8d834;}

@media (max-width:768px) {
	.info-orari{flex-wrap: wrap; height: auto;}
	.orari{width: 100%;border-radius: 15px;}
	.biglietti{width: 100%;border-radius: 15px;}
}
.green{color: #ff0000; font-weight: bold; padding-bottom: 20px;}

/* ! Press */
.press{}

/* ! Footer */
.footer{

	align-items: center;
	width: 100%;
  max-width: 1350px;
	display: flex;
	justify-content: center;
}
.footer img{
	object-fit: cover;
	width: 80%;
}
@media (max-width:768px) {
	.footer img{
		width: 100%;
	}
}


.sr-only{
        @apply hidden;
				display: none;
			}


*,
*:before,
*:after{
		  -webkit-box-sizing: border-box;
	    	 -moz-box-sizing: border-box;
            	box-sizing: border-box;
}
