@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");
@import url('https://fonts.cdnfonts.com/css/esport-graph');
html {
  scroll-behavior: smooth;
  min-height:auto;
}

body {  
  font-family: 'Ubuntu', sans-serif;
  background-image: linear-gradient(to right, rgb(19, 18, 19), rgb(110, 6, 111));
  margin: 0;
}
* {
  box-sizing: border-box;
}


a {
  text-decoration: none;
}


.aaa{
  color: aliceblue; text-align: center; font-size: 7vh; margin-bottom: 0vh; font-family: 'Esport Graph', sans-serif;
  
}

li:hover{
  color:#ff3058 ;
}
/*navbar*/

.navbar {
  background: rgb(19, 18, 18);
  padding: 0.5em;
  top: 0;
  box-shadow: 0 1px 6px 3px rgb(46, 46, 46);
  z-index: 100;
}

.navbar .container {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.navbar .logo {
  font-weight: bold;
  font-size: 1.5em;
  margin: auto 2em;
}

.navbar .logo span {
  color: #910ba2 ;
}

.navbar nav {

  display: flex;
  padding: 0;
}

.navbar ul {
  display: flex;
  flex-direction: row;
}

.navbar .freccia{
  display: none;
}

.navbar li {

  display: flex;
  align-items: center;
  padding: 0.5em 1em;
}

.navbar #contattaci-cta {
  border-radius: 30px;
  border-color: #000000;
  border-style: solid;
  border-width: 3px;
  padding: 10px;
  background-color: #710981;
  color: black;
  font-weight: 700;
}

.navbar a {
  color: #444444;
  text-decoration: none;
}

.navbar a:hover {
  color: #a20bb9;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar section {
  padding: 5em 2em;
}

.primary-nav li {
  border-right-width: 2px;
  border-right-color: lightgray;
  border-right-style: solid;
}

/*navbar*/

.current {
  font-weight: bold;
}

.hero {
  padding: 1em 2em;
}

.hero .container {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 3em;
}

.hero .annuncio {
  
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
  width: 23vw;
  background-color: white;
  box-shadow: 3px 3px 15px grey;
  border-radius: 10px;
}

.hero .annuncio img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  aspect-ratio: 1.0;
  width: 100%;
}

.hero .annuncio blockquote {
  padding: 3%;
  text-align: center;
  font-size: 1.3em;
  color: #444444;
  
}

.hero .annuncio blockquote:hover {
  color: #a20bb9;
  font-size: bold;
}

.container div{
  justify-items: center;
}

.where {
  
  margin-top: 9vw;
  padding: 5em 3em;
  background: linear-gradient(-45deg, #caa305, #171616, #790654, #101110);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;  
}

@keyframes gradient {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

.where .container {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.where .container iframe {
  width: 50%;
  height: 22vw;
  border-radius: 3vw;
  border-style: none;
}

.where .container .dove-trovarci {
  margin: auto;
}

.where .container p, .where .container h2 {
  text-align: center;
  margin: auto;
  color: white;
}

.where .container h2 {
  font-size: 6.5vw;
}

  .fa-solid{
    font-size: 2em;
    
   
  }

  .hero .annuncioNovità {

    display: flex;
    flex-direction: column;
    
    align-items: center;
    width: 50vw;
    height: 30vw;
    background-color: white;
    box-shadow: 3px 3px 15px grey;
    border-radius: 2vw;
  }
  
  
  .leaf{
    position:absolute ;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: -1;
    filter: blur(2px);
    overflow: hidden;
}
.leaf div{
position:absolute ;
display:block ;
}
.leaf div:nth-child(1){
    left:20%; 
    animation:fall 15s linear infinite ;
    animation-delay:-40s;
    

}
.leaf div:nth-child(2){
    left:40%; 
    animation:fall 18s linear infinite ;
    animation-delay:-4s;
}
.leaf div:nth-child(3){
    left:5%; 
    animation:fall 9s linear infinite ;
    animation-delay:-45s;
    
}
.leaf div:nth-child(4){
    left:50%; 
   animation:fall 16s linear infinite ; 
   animation-delay:-45s;
}
.leaf div:nth-child(5){
    left:20%; 
    animation:fall 14s linear infinite ;
    animation-delay:-45s;
}
.leaf div:nth-child(6){
    left:30%; 
    animation:fall 17s linear infinite ;
    animation-delay:-45s;
}
.leaf div:nth-child(7){
    left:85%; 
    animation:fall 12s linear infinite ;
    animation-delay:-45s;
}

@keyframes fall{
    0%{
        opacity:1;
        top:-10%;
        
        transform:translateX (20px) rotate(0deg);
    }
    20%{
        opacity:0.8;
        transform:translateX (-20px) rotate(45deg);
    }
    40%{

        transform:translateX (-20px) rotate(90deg);
    }
    60%{
        
       transform:translateX (-20px) rotate(135deg); 
    }
    80%{
    
        transform:translateX (-20px) rotate(180deg);
    }
    100%{
        
        top:110%;
        
        transform:translateX (-20px) rotate(225deg);
    }
    }
.leaf1{
    transform: rotateX(180deg);
}
.btn-group button {
  background-color: white;
  /* Green background */
  border: 1px solid #ff3058;
  /* Green border */
  color: black;
  font-weight: bold;
  padding: 10px 24px;
  /* Some padding */
  cursor: pointer;
  /* Pointer/hand icon */
  float: left;
  /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none;
  /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color:#ff3058;
  color: white;
}

.btn-group2 button {
  font-size: 10px;
  margin: 4px 6px;
  padding: 20px 20px;
  /* Some padding */
  cursor: pointer;
  /* Pointer/hand icon */
  float: left;
  /* Float the buttons side by side */
  border-radius: 100%;
  border-color: black;
}

/* Add a background color on hover */
.btn-group2 button:hover {
  padding: 25px 25px;
}


.A{
  display: none;
  visibility: hidden;
}

.A .annunciohidden{
 display: none;

}
  /*Design for desktop displays from 1280×720 through 1920×1080
    Design for mobile displays from 360×640 through 414×896
    Design for tablet displays from 601×962 through 1280×800*/
  /* PER CELLULARE */

  @media screen and (min-width: 0px) and (max-width: 420px) {

.A {
  display: block;
}

    .navbar ul{
    display: none;
    }

  .navbar nav{
    display: none;
  }
  .navbar .container .logo{
    
    padding: 70px 0;
    
  }
  .fa-solid
  {
    font-size: 4em;
    padding: 0em 0em 0em 0em;
  }
  .navbar .logo{
      align-items: center;
      text-align: center;
    }

    .navbar .container {
      height: 3.5em;
      display:block ;
    }

    .navbar{
      padding: 1em;
      height:4.5em;
    }
    .hero{
      padding: 0em;
    }
    .hero .container .Evento{
      pointer-events: all;
    }

    .hero .container {

      flex-direction: column;
      padding-top: 0em;
      align-items: center;
      padding-left: 2em;
      padding-right: 2em;
 
    }
    .hero h1{
      text-align: center;
    }
    
    .hero .annuncio {
      margin-bottom: 30px;
      width: 15em;
      height: auto;
    }
    
    .hero .annuncio blockquote {
      font-size: 1.3rem;
    }
    
    .hero .annuncio blockquote:hover {
      color: #f6c915;
      font-size: bold;
    }
  
    .where .container {
      align-items: center;
      flex-direction: column;
    }
    
    .where .container iframe {
      width: 100%;
      height: 10em;
    }
    
    .where .container p, .where .container h2 {
      text-align: center;
      margin: auto;
      color: white;
    }
    
    .where .container h2 {
      padding-top: 15px;
      font-size: 2.2em;
    }

    .where .container .dove-trovarci p a {
      font-size: 1.4rem;
    }
    .container div{
      padding-top: 0em;
    }

    .leaf{
      height:100%;
    }

    .leaf div:nth-child(5){
      left:65%; 
    }

    .leaf div:nth-child(7){
      display: none;
    }

   .hero .annunciohidden{
    visibility: visible;
      display: block;
      margin-bottom: 30px;
      align-items: center;
      width: 15em;
      height: auto;
      background-color: white;
      box-shadow: 3px 3px 15px grey;
      border-radius: 10px;
   }
   .hero .annunciohidden img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    aspect-ratio: 1.0;
    width: 100%;
  }
  
  .hero .annunciohidden blockquote {
    padding: 3%;
    text-align: center;
    font-size: 1.3em;
    color: #444444;
    
  }
  
  .hero .annunciohidden blockquote:hover {
    color: #f6c915;
    font-size: bold;
  }
  .container a:nth-child(4){
    display: block;
  }
 
}

  .wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;

}

.wrapper h1{
    display: block;
    font-size: 7em;
    font-weight: 900;
    color: #cdcadb;
}
  
.topline {
  display: block;
  position: relative;
  font-size: 35px;
  letter-spacing: 5px;
  color: #cdcadb;
}

.topline::after{
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  bottom: 10px;
  background-color: #b10aca;
}



.multiText {
  color:#b10aca;
  text-transform: capitalize;

}

.videooo
{
  width: 60%;
  
}

.hero .annunciovideo {
  display: flex;
    flex-direction: column;
    
    align-items: center;
    width: 50vw;
    height: 30vw;
    background-color: white;
    box-shadow: 3px 3px 15px grey;
    border-radius: 2vw;
}

.hero .annunciovideo img {
  border-radius: 10px 10px 0 0;
  object-fit:fill;
  aspect-ratio: 1.0;
  width: 100%;
  overflow: hidden;
}

.hero .annunciovideo blockquote {
  text-align: center;
  font-size: 1.3em;
  color: #444444;
  height: 5vh;
}

.hero .annunciovideo blockquote:hover {
  color: #a20bb9;
  font-size: bold;
}

.icone {
  display: block;
  width: 1.25rem;
}