@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');


body{
	font-weight: bold;
	font-family: "Sofia Sans Condensed", serif !important;	
	text-transform: uppercase;
}

.btn.cta {
	text-transform: uppercase;
  transition: all 0.1s cubic-bezier(.455, .03, .515, .955);
  padding-left: 100px;
  padding-right: 50px;
  font-family: 'Rubik-Italic';
  font-weight: bold;
  font-style: normal;
  border-radius: 0;
  background: rgb(255, 229, 0);
  background: linear-gradient(
    90deg,
    rgba(255, 229, 0, 1) 2%,
    rgba(255, 229, 0, 0) 2%,
    rgba(255, 229, 0, 0) 4%,
    rgba(255, 229, 0, 1) 4%,
    rgba(255, 229, 0, 1) 8%,
    rgba(255, 229, 0, 0) 8%,
    rgba(255, 229, 0, 0) 12%,
    rgba(255, 229, 0, 1) 12%,
    rgba(255, 229, 0, 1) 18%,
    rgba(255, 229, 0, 0) 18%,
    rgba(255, 229, 0, 0) 22%,
    rgba(255, 229, 0, 1) 22%,
    rgba(255, 229, 0, 1) 100%
  );
  position: relative;
  box-shadow: 0px 6px 34px 0 rgba(0, 0, 0, .25);
}

.btn.cta:hover {
	padding-right: 20px;
	padding-left: 130px;
  margin-left: 50px;
/*  transform: skew(-10deg, 0deg);*/
  color: #000 !important;
}

.btn.cta::after {
	content: '';
  position: absolute;
  top: -10px;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 25px solid rgba(255, 229, 0, 1);
}


#hero{
	background: url('imgs_thumbs/illustrazioneufficiale.jpg') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

#ospiti h2,
#patrocini h2,
#follow h2,
#programma h2,
#tickets h2{
	/*padding: 180px 0px 0px 0px;*/
	margin-top: 100px !important;
}

.spacer{
	height: 180px;
	display: block;
}

#events{
	color: #000;
	font-size: 1rem;
	background: #FFE500;
}
#ospiti{
	color: #FFF;
}

#patrocini,
#follow{
	color: #000;
}
#programma,
#tickets{
	color: #FFF;
	font-size: 20px;
}


#patrocini{
	background: #FFE500;
}

#ospiti{
	background: url('imgs/background_blue.jpg') no-repeat top center;
	background-size: cover;
}

#programma{
	background: url('imgs/background_red.jpg') no-repeat top center;
	background-size: cover;
}

#tickets{
	background: url('imgs/background_green.jpg') no-repeat top center;
	background-size: cover;
}

#follow{
	background: url('imgs/background_purple.jpg') no-repeat top center;
	background-size: cover;

	background: url('imgs_thumbs/illustrazioneufficiale.jpg') no-repeat center center fixed;
  background-size: cover;
}








nav{
	background-color: none;
}
nav .container-fluid{
	transform: skew(0deg, -3deg);
	background-color: #FFE500;
	margin-top: 27px;
}
nav .navbar-brand{
/*	margin-top: -60px;*/
  top: 0;
  max-width: 90%;
}
nav .navbar-toggler{
	background-color: #FFF;
	border: 1px solid #000;
	margin: 10px 0px;
}
nav .navbar-nav .nav-link{
	font-size: 30px;
	color: #000;
	padding: 10px 20px !important;
	transition: color .1s cubic-bezier(.455, .03, .515, .955);
}
nav .navbar-nav .nav-link:hover{
	font-size: 35px;
	padding: 5px 8px !important;
}

#hero h6,
#hero h1{
	color: #FFE500;
	text-shadow: 
    1px 1px 0 black, 
    -1px 1px 0 black, 
    1px -1px 0 black, 
    -1px -1px 0 black;
}
#hero h6:after,
#hero h1:after{
	background: #ffe8ff;
  bottom: 0;
  content: "";
  filter: blur(57px);
  left: 0;
  mix-blend-mode: color-dodge;
  opacity: 1;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section.divider{
	background: #FFE500;
	margin-bottom: -110px;
}
section.divider-reverse{
	background: #FFE500;
}

.navbar-brand:after {
  background: #ffe8ff;
}

#credits{
	color: #000;
	font-weight: bold;
	background-color: #FFE500;
	border-radius: 20px 20px 0px 0px;
	padding: 10px 20px;
}

#credits a{
	text-decoration: none;
	/*color: red;*/
}


#events .row .col-md-8{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#events .row:nth-child(even) .col-md-8{
	border-left: 1px solid #000;
}
#events .row:nth-child(odd) .col-md-8{
	border-right: 1px solid #000;
}
#events .row .col-md-8 h2{
	margin-top: -100px;
	margin-bottom: 50px;
}
#events .row .col-md-8 p{
	/*margin-top: 100px;*/
}
#events .row:nth-child(even) .col-md-8 p{
	/*transform: skew(-20deg, 0deg);*/
}
#events .row:nth-child(odd) .col-md-8 p{
	/*transform: skew(20deg, 0deg);*/
}
#events .row:nth-child(even) .col-md-8 h2{
	text-align: left;
}
#events .row:nth-child(odd) .col-md-8 h2{
	text-align: right;
}
#events .row:nth-child(even) .col-md-8 h2{
	transform: skew(-20deg, 0deg);
}
#events .row:nth-child(odd) .col-md-8 h2{
	transform: skew(20deg, 0deg);
}








#ospiti h2{
	color: #FFF;
	transform: skew(0deg, -3deg);
}
#ospiti h6{
	color: #FFF;
}

#video{
	color: #000;
}

#patrocini h2,
#follow h2,
#tickets h2{
	font-family: Rubik-Italic;
  font-size: 40px;
  font-weight: 850;
  line-height: 100%;
  text-transform: uppercase;
	color: #000;
	transform: skew(0deg, -3deg);
}

#follow h2{
	color: #FFF;
}

#programma h2,
#tickets h2{
  margin: 0rem 0rem 5rem;
  font-family: Rubik-Italic;
  text-transform: uppercase;
  font-size: 108px;
  font-weight: 850;
  transform: skew(0deg, -3deg);
  color: #FFF;
}

#programma .day-divider h1{
	text-align: end;
	font-size: 108px;
  font-weight: 850;
}
#programma .day-divider h1 .number{
	color: #FFE500;
}
#programma .program-table{
	width: 100%;
}
#programma h3{
	border: 1px solid #FFF;
	padding: 20px;
	font-size: 30px;
	font-style: italic;
}
#programma .row:not(.program-category){
	transition: all .1s cubic-bezier(.455, .03, .515, .955);
}
#programma .row:not(.program-category):hover{
	background-color: #FFE500;
	color: #000;
}

.card{
	box-shadow: 0 34px 34px 0 rgba(0, 0, 0, .25);
}
.card-header{
	background-color: #33074a;
	color: #FFF;
}
.card-body{
	background: rgb(68,28,90);
	background: linear-gradient(297deg, rgba(68,28,90,1) 0%, rgba(68,28,90,1) 12%, rgba(85,35,114,1) 13%, rgba(85,35,114,1) 36%, rgba(110,44,144,1) 36%, rgba(110,44,144,1) 68%, rgba(130,52,172,1) 68%, rgba(130,52,172,1) 100%);
}
.card-body p{
	color: #FFF;
}

.card-body i{
	color: #FFF;
}



.ticket_wrap {
	color: #000;
	width: 80%;
	margin-left: 10%;
}
.ticket_wrap .card {
  background-color: #FFE500; 
  height: auto;
  float: left;
  position: relative;
  padding: 1em;
  box-shadow: 15px 20px 34px 0 rgba(0, 0, 0, .25);
}
.ticket_left,
.ticket_right {
  border-radius: 25px;
  min-height: 400px;	
}
.ticket_left {
  width: 80%;
  border-right: 0.18em dashed #FFF;
}
.ticket_right {
  width: 20%;
  border-left: 0.18em dashed #FFF;
}
.ticket_left #tickets-details{
  font-size: 1.5em;
	margin: 0 50px;
	line-height: normal;
}
.ticket_left #tickets-details .row:first-child{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

}
.ticket_wrap .title {
  font-size: 2.5em;
  margin: 0 0 0.7em 0;
}
.ticket_wrap .access{
	border-right: 1px solid #000;
}
.ticket_wrap .date{
}
.ticket_wrap .time{
	border-left: 1px solid #000;
}
.ticket_wrap .venue{
	font-size: 50px;
}
.ticket_wrap .number{
	font-size: 45px;
	line-height: normal;
}
.ticket_wrap .number span:first-child{
	font-size: 15px;
}
.ticket_wrap #tickets-logo{
	width: 100%;
	max-width: 200px;
}



#ospiti h2{
	color: #FFF;
	margin: 0rem 0rem 5rem;
	font-family: Rubik-Italic;
	text-transform: uppercase;
	font-size: 108px;
	font-weight: 850 !important;
}

.show-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 50px;
}

.show-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFE500;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.30s cubic-bezier(1, 0.03, 0, 0.94) 0s;
}


.show-card:hover {
  background: rgba(255, 229, 0, 0.5);
  box-shadow: inset 0 34px 34px 0 rgba(0, 0, 0, .25);
}
.show-card .show-image img {
  -webkit-transition: all 0.20s linear 0s;
  transition: all 0.20s linear 0s;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.show-card:hover .show-image img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.20s linear 0s;
  transition: all 0.20s linear 0s;
}
.show-title h6{
	font-size: 35px;
	line-height: 30px;
	font-weight: 850 !important;
	color: #000 !important;
	padding: 12px;
	transition: all 0.30s cubic-bezier(1, 0.03, 0, 0.94) 0s;
}
.show-card:hover .show-title h6{
	color: #FFF !important;
}

@media (max-width: 576px) {
  .show-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1921px) {
    .show-card .show-image img {
        width: 100%;
    }
}
@media (max-width: 1099px) {
  .show-card {
    /*padding: 20px 16px 0;*/
  }

  .show-card.card-13 {
    display: none;
  }
	.show-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  nav .navbar-brand { 
	  max-width: 400px;
  }
}
@media (min-width: 992px) {
}
@media screen and (max-width: 768px) {
	#hero_text{
		/*left: 0;*/
		width: auto;
	}
	#events .row .col-md-8 h2{
		margin-top: 0px;
	}
	#events .row .col-md-8 p{
		margin-top: 0px;
	}

	#events .row .col-md-8{
		border: 1px solid #000 !important;
	}

	#events .row:nth-child(even) .col-md-8 h2{
		text-align: center;
	}
	#events .row:nth-child(odd) .col-md-8 h2{
		text-align: center;
	}
	#events .row:nth-child(even) .col-md-8 h2{
		transform: none;
	}
	#events .row:nth-child(odd) .col-md-8 h2{
		transform: none;
	}
	#programma .day-divider h1{
		font-size: 50px;
	}
	#programma h2,
	#tickets h2{
		font-size: 70px !important;
	}
	#programma .row{
		margin-bottom: 10px;
	}
	.ticket_left,
	.ticket_right{
		min-height: 300px;
	}
	.ticket_wrap{
		width: 100%;
		margin-left: 0;
	}
	.ticket_wrap .title,
	.ticket_wrap .access,
	.ticket_wrap .date,
	.ticket_wrap .time,
	.ticket_wrap .venue,
	.ticket_wrap .number{
	  font-size: 25px;
	}
	.show-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  nav .navbar-brand{
  	margin-top: 100px;
  	transition: all 0.30s cubic-bezier(1, 0.03, 0, 0.94) 0s;
  }
  nav .navbar-brand.small_brand{
  	margin-top: -40px;
  }
}
@media screen and (max-width: 425px) {
	#programma .day-divider h1{
		font-size: 40px;
	}
	#programma h2{
		font-size: 50px !important;
	}
	.ticket_left{
		width: 100%;
	}
	.ticket_wrap .access{
		line-height: normal;
		font-size: 60px;
		border-right: none;
		border-bottom: 1px solid #000;
	}
	.ticket_wrap .date{
		font-size: 40px;
	}
	.ticket_wrap .time{
		border-top: 1px solid #000;
		border-left: none;
	}
	.ticket_wrap .venue{
		margin-top: 20px;
		font-size: 35px;
	}

	#events .row .col-md-8{
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	#events .row:nth-child(even) .col-md-8{
		border-top: 1px solid #000;
		border-bottom: none;
	}
	#events .row:nth-child(odd) .col-md-8{
		border-top: none;
		border-bottom: 1px solid #000;
	}
	.show-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  nav .navbar-brand{
  	margin-top: 100px;
  	transition: all 0.30s cubic-bezier(1, 0.03, 0, 0.94) 0s;
  }
  nav .navbar-brand.small_brand{
  	margin-top: -40px;
  }
}