	body{
		background-color: #000;
	}
	

	li a:hover:not(.active){
    background: linear-gradient(to top, #fff, #000, #000);
    border-radius: 10px;
      opacity: 40%;

}

  div ul.menu{
    padding: center;

  }


ul{
list-style-type: none;
overflow: hidden;
backdrop-filter: blur(4px);
width: 380px;
margin-left: auto;
margin-right: auto;
text-shadow:
    0 0 7px #F70502,
    0 0 10px #F70502,
    0 0 21px #F70502,
    0 0 42px #0fa;
    color: #F70502;
    font-size: 12px;
}


li{
	float: left;
  margin-right: 0px;
  margin-left: 0px;

}

li a{
	display: list-item;
	color: #F70502;
	text-align: center;
	padding: 16px 10px 16px 10px;
	text-decoration: none;
			font-family: "Bauhaus 93";

}


.active{
  border-radius: 10px;
    background: linear-gradient(to top, #fff, #000, #000);

  
}

div.imglogo{
			padding: 5px;	

}

	h1.index{
		color: #F70502;
		font-size: 55px;
		font-family: "Bauhaus 93";
    text-shadow:
    0 0 7px #F70502,
    0 0 10px #F70502,
    0 0 21px #F70502,
    0 0 42px #F70502;	}

  h2.index{
        color: #F70502;
    font-size: 15px;
    font-family: "Bauhaus 93";
    text-align: center;
        text-shadow:
    0 0 7px #F70502,
    0 0 10px #F70502,
    0 0 21px #F70502,
    0 0 42px #F70502; 
  }
p.nextevent{
			font-family: "Bauhaus 93";
			text-align: center;
			color: #F70502;
      font-size: 30px;
}

div.sottoflyer{
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #F70502;
}



.card {
  width: fit-content;
  height: fit-content;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
    padding: 3em;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(2, 1fr);

}




h1.index1{
      color: #F70502;
    font-size: 35px;
    font-family: "Bauhaus 93";
    text-align: center;
}

p.produzionevideo{
  color: #fff;
  font-size: 20px;
    text-align: center;


}

button {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff80;
  text-shadow: none;
  background: transparent;
  cursor: pointer;
  box-shadow: transparent;
  border: 1px solid #ffffff80;
  transition: 0.5s ease;
  user-select: none;

}

#btn:hover,
:focus {
  color: #ffffff;
  background: #008cff;
  border: 1px solid #008cff;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
  box-shadow: 0 0 5px #008cff, 0 0 20px #008cff, 0 0 50px #008cff,
    0 0 100px #008cff;
}

.desk{
  padding: 10px;
  text-align: center;
  font-size: 28px;
        color: #F70502;

}

.desk1{
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #F70502;

}


.respons{
  padding: 0 6px;
  float: left;
  width: 24%;
}

div.galeria img{
  width: 100%;
  height: auto;
}


.fermo1{
      color: #1B1B1B;
    font-size: 8px;
    border: 1px solid white;
  }


div.nome3{
  color: #DBCCFF;
  font-size: 18px;
  float: left;
  margin-left: 50px;
  margin-right: 70px;
}


/*prenota qui button*/

.btn {
  width: 240px;
  height: 150px;
  background: linear-gradient(to top, #fff, #000, #000);
  color: #0000FF;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.btn span {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: top 0.5s;
}

.btn-text-one {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.btn-text-two {
  position: absolute;
  width: 100%;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
}

.btn:hover .btn-text-one {
  top: -100%;
}

.btn:hover .btn-text-two {
  top: 50%;
}