 body {
        background-color: #ffffff;
          font-family: arial;
        
      }
/*testo per pagina sezioni.html*/
.testo {
  font-family: arial;
  color: white;
  font-weight: bolder;
  text-align: center;
  top: 100%;
    font-size: 6vw;
    white-space: nowrap;
     left: 50%;
  transform: translateX(-15%);
  bottom: 0;
  width: 100%;
    
  /*text-shadow: 1px 1px 1px black;*/
}

mark {
  background-color: #fdfdfd; /* Cambia il colore di sfondo del tag mark */
  color: black; /* Cambia il colore del testo all'interno del tag mark */
}

/*style per funzione imageList*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#imageList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#imageList li {
  margin: 5px;
  text-align: center;
}

#imageList img {
  max-width: 100%;
  height: auto;
}

/*style per menu a scomparsa*/
nav {
  background: #333;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.menu-icon {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu li {
  list-style: none;
  margin: 0 10px;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 10em;
}

@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .menu-icon i {
    font-size: 30px;
  }

  .show-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #333;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    z-index: 999;
  }

  .show-menu li {
    margin: 10px 0;
  }

  .show-menu a {
    color: #fff;
    font-size: 200em;
    text-decoration: none;
  }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.tasto {
  font-size: 80px;
  cursor: pointer;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay .backbtn {
  position: absolute;
  top: 15px;
  right: 100px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .tasto {
    font-size: 200px;
  }
  .overlay a {
    font-size: 50px;
  }

}

.menu-expanded {
  justify-content: flex-start;
}
.menu-expanded .menu {
  justify-content: flex-start;
}



/*style per effetto rimbalzo */
.stage {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
    }
    .box {
        background-image: url("/kyklos/menu/LOGOWEB.png"); /*logo caricamento*/
    background-size: contain;
  background-position: center;
    background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
        align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        height: 200px;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        width: 200px;
    }
    .bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: ease;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }


.icon1{
  font-size: 60px;
  background: red;
  height: 120px;
  width: 120px;
  color: white;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
}


/*style vari*/

     .button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
      }
      
      .button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        color: #545454;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 30px;
        margin: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      }
      
      .button:hover {
        cursor: pointer;
        background-color: #d9d9d9;
      }
        
        #home {
            position: fixed;
            top: 10px;
            right: 10px;
            display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        color: #545454;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 30px;
        margin: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

      .logo {
        font-size: 48px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
      }

#home:hover {
            cursor: pointer;
        background-color: #d9d9d9;
        }
        
        
        
        
        body {
  padding: 10px;
  padding-bottom: 50px;
}


/*Stile per l'header menu*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F2F2F2;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

      .header-icons {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position:relative;
      }

      .header-icons:hover {
        background-color: rgba(255, 255, 255, 0.1);
          cursor: pointer;
      }
      
      
      .text-drink{
          position:absolute;
          color:#ffffff;
          bottom:-12.5%;
          left:41.5%;
          font-weight:bold;
          align-items: center;
          font-size: 1.5rem;
      }
      
      
       .text-food{
          position:absolute;
          color:#ffffff;
          bottom:-12.5%;
          left:44%;
          font-weight:bold;
          align-items: center;
          font-size: 1.5rem;
      } 
      


/*stile popup allergeni*/

*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: #fdfdfd;
    width: 70%;
    height: 55.7%;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    background-image: url('/kyklos/menu/img/start-it.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
    
}

.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}

.popup a{
    margin:  0 0 20px auto;
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
}

.popup button {
    background-color: white;
    color: black;
    border: 2px solid #555555;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius:20%;
    position: relative;
    left: 130%;
}

.popup-en button {
    background-color: white;
    color: black;
    border: 2px solid #555555;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius:20%;
    position: relative;
    left: 130%;
}

.popup button:hover {
    background-color: #555555;
    color: white;
}
.popup button:hover {
    background-color: #555555;
    color: white;
}


/*Bounce*/
@keyframes kreep {
    0% {-webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9);}
   50% { -webkit-transform: scale(.9,1.1) translateY(-.5rem)}
   70% { -webkit-transform: scale(1);
         transform: scale(1);}
}

h1.kreep {
  display: inline-block;
  /*name-duration-function(ease,eas-in,linear)-delay-count-direction */
  animation: kreep 1s ease 4s infinite alternate;
}

h1.kreep:hover {
  animation: none;
}

/*END BOUNCER*/

/*inizio selettore della lingua*/

#language-selector {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.language-btn {
  display: inline-block;
  width: 12vw;
  height: 12vw;
  line-height: 12vw;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #333;
  font-size: 5vw;
  text-decoration: none;
  margin-right: 10px;
}

.language-btn:hover {
  background-color: #ddd;
}

.language-btn.selected {
  background-color: #00ff76; /* Cambia il colore di sfondo desiderato */
  color: #ffffff; /* Cambia il colore del testo desiderato */
}


/*stile per box menu iniziale*/


.container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
     
      margin-top: -100px;
    }
    
    .container-box {
      width: 60vw;
        height: 60vw;
      /*background-color: #545454;*/
      border-radius: 20px;
      /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);*/
      /*margin: 5vw;*/
      overflow: hidden;
      position: relative;
      
    }
    
    .container-box:hover {
      transform: translateY(-5px);
      box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    }

.container-box-image {
      height: 60vw;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
    }
    
    .container-box-image img {
      max-width: 100%;
      max-height: 100%;
      border: none; /* rimuove il bordo intorno all'immagine */
    }