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

*:active {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

::selection {
  color: rgb(237, 170, 44);
  background-color: rgba(236, 195, 49, 0.514);
  /* Cambia il colore di sfondo selezionato */
}

body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.sidebar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

/* FONT PAGINA */
@font-face {
  font-family: "Os";
  src: url("../font/lato.ttf") format("opentype");
}
@font-face {
  font-family: "Os2";
  src: url("../font/lato2.ttf") format("opentype");
}

@font-face {
  font-family: "Os3";
  src: url("../font/lato3.ttf") format("opentype");
}

/* GESTIONE BODY */
body {
  font-family: "Os", sans-serif;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/* GESTIONE TESTO */
.blu {
  padding-top: 0;
}

.box.blu {
  text-align: left;
  padding-bottom: 2rem;
}

.black {
  color: #000000;
  font-weight: bolder;
}

h1 {
  padding: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  font-weight: bolder;
}

h2 {
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  font-size: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-style: italic;
}

h3 {
  color: #ffffff;
  font-weight: 5;
  line-height: 1.5;
  /* Imposta la distanza tra le righe al 160% della dimensione del font */
}

h4 {
  color: #757171;
}

.b1 {
  font-weight: 600;
  font-size: 10svw;
  color: #ffffff;
  padding: 1rem;
  line-height: 1.2;
  font-style: oblique;
  padding-top: 6rem;
}

.b2 {
  font-weight: 250;
  font-size: 1.6rem;
}

.b3 {
  font-weight: 900;
  font-size: 13.5svw;
  font-style: oblique;
  overflow: hidden;
  padding-top: 1rem;
  text-align: right;
}

.b8 {
  font-weight: 500;
  font-size: 10svw;
  font-style: oblique;
  text-align: end;
  overflow: hidden;
  padding-right: 1rem;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.b4 {
  font-size: 1rem;
  font-weight: 600;
}

.b5 {
  font-weight: bolder;
  font-size: 1.6rem;
}

.b6 {
  font-weight: bolder;
  font-size: 1.5rem;
  text-align: left;
  padding: 0;
  color: #0000008c;
  font-family: "os";
}

.b7 {
  font-weight: 800;
  font-size: 1.4rem;
  text-align: center;
}

p {
  line-height: 1.8;
  font-size: 1.2rem;
  color: #ffffff;
}

.difference {
  color: white;
  font-weight: 600;
}

/* GESTIONE HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: hsl(0, 0%, 100%);
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(200px);
  overflow: hidden;
  z-index: 2009;
}

/* GESTIONE NAVBAR */

/* Stili per la tua classe "multic" */

/* GESTIONE COLORE TESTO P FOOTER */
footer p {
  color: #000000;
}

/* GESTIONE IMMAGINI */
img {
  align-items: center;
  justify-content: center;
  object-fit: contain;
  /* L'immagine si adatta al contenitore senza distorsione */
}

/* Stile aggiornato per il logo */
.logo {
  display: flex;
  /* Usa Flexbox per allineamento */
  justify-content: center;
  /* Centra l'immagine orizzontalmente */
  align-items: center;
  /* Centra l'immagine verticalmente */
  width: 100%;
  /* Fa sì che il logo occupi l'intera larghezza */
  height: 3rem;
  /* Altezza fissa dell'header */
}

.logo img {
  max-height: 100%;
  /* Limita l'altezza al contenitore */
  height: 15vh;
  max-width: 100%;
  /* Limita la larghezza al contenitore */
  object-fit: contain;
  /* Adatta l'immagine senza distorsione */
  padding-top: 0.5rem;
  justify-content: center;
  align-items: center;
}

.icon {
  display: flex;
  /* Usa Flexbox per allineamento */
  justify-content: center;
  /* Centra l'immagine orizzontalmente */
  align-items: center;
  /* Centra l'immagine verticalmente */
  width: 100%;
  /* Fa sì che il logo occupi l'intera larghezza */
  height: 3rem;
  /* Altezza fissa dell'header */
}

button.icon.button {
  margin-left: 0.3rem;
}

.icon img {
  max-height: 100%;
  /* Limita l'altezza al contenitore */
  height: 30px;

  object-fit: contain;
  /* Adatta l'immagine senza distorsione */
}

.icon2 {
  display: flex;
  /* Usa Flexbox per allineamento */
  justify-content: center;
  /* Centra l'immagine orizzontalmente */
  align-items: center;
  /* Centra l'immagine verticalmente */
  width: 100%;
  /* Fa sì che il logo occupi l'intera larghezza */
  height: 3rem;
  /* Altezza fissa dell'header */
}

.icon2 img {
  max-height: 100%;
  /* Limita l'altezza al contenitore */
  height: 30px;
  object-fit: contain;
  /* Adatta l'immagine senza distorsione */
}

/* GESTIONE MAIN PRINCIPALE */
main {
  margin-top: 5rem;
  /* Spazio lasciato dall'header fisso */
}

.box {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.box p {
  font-size: 1.5rem;
}

.fix {
  display: flex;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1001;
}

/* GESTIONE BOTTONI HEADER */
.contact-buttons {
  display: flex;
  gap: 10px;
}

.button {
  background: #f8f8f821;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.1s ease;
  width: 60px;
  height: 40px;
  display: flex;
  /* Flexbox per centrare l'icona */
  justify-content: center;
  /* Centra orizzontalmente */
  align-items: center;
  /* Centra verticalmente */
}

.button a {
  display: flex;
  /* Assicura che l'elemento <a> sia un contenitore flessibile */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* Rimuove la decorazione dal link */
}

/* GESTIONE SCROLL */
.scroller {
  display: flex;
  gap: 1rem;
  /* Spazio ridotto tra le immagini */
  animation: scroll 25s linear infinite;
  /* Animazione continua */
  width: calc((10rem + 1rem) * 14);
  /* 14 celle, considerando anche il gap */
  height: 100%;
}

/* GESTIONE ANIMAZIONE */
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Partenza da sinistra */
  }

  100% {
    transform: translateX(-50%);
    /* Scorre esattamente la metà del contenuto */
  }
}

/* GESTIONE CLIENTI */

/* GESTIONE FOOTER */
footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1rem;
  background-color: #f0e7c8;
}

footer p {
  font-size: 0.8rem;
  padding: 0;
  color: #000000;
  font-family: "os";
  margin: 0;
}

footer img {
  height: 3dvh;
}

/* GESTIONE CONTENITORI */

.container {
  padding: 0;
  /* Permette di avvolgere i figli in nuove righe */
  justify-content: space-between;
  /* Spazio tra gli elementi */
  justify-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}

/* GESTIONE FORM */
.text-box {
  flex: 1;
  /* Occupa lo spazio disponibile */
  min-width: 300px;
  /* Larghezza minima */
  margin-right: 20px;
  /* Spazio tra il box di testo e il form */
}

li {
  list-style-type: none;
}

.form {
  flex: 1;
  /* Occupa lo spazio disponibile */
  min-width: 300px;
  /* Larghezza minima */
}

/* Stili per il form */
form div {
  margin-bottom: 15px;
  /* Spazio tra i campi del modulo */
}

label {
  font-weight: bold;
  /* Testo in grassetto per le etichette */
  display: block;
  /* Rende le etichette su una nuova riga */
  margin-bottom: 5px;
  /* Spazio sotto l'etichetta */
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  /* Larghezza al 100% del contenitore */
  padding: 12px;
  /* Spazio interno */
  border: 1px solid #ccc;
  /* Bordo del campo */
  border-radius: 18px;
  /* Leggero border-radius */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  /* Ombra interna per effetto 3D */
  transition: border-color 0.3s ease;
  /* Transizione per il colore del bordo */
}

/* Colore del bordo al focus */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #0071c5;
  /* Colore blu quando il campo è in focus */
  outline: none;
  /* Rimuove il bordo predefinito */
}

textarea {
  resize: vertical;
  /* Permette di ridimensionare solo verticalmente */
}

.buttonForm {
  background-color: #008e38;
  /* Colore di sfondo del bottone */
  color: white;
  /* Colore del testo del bottone */
  padding: 12px 20px;
  /* Padding del bottone */
  border: none;
  /* Nessun bordo */
  border-radius: 0.5rem;
  /* Leggero border-radius */
  cursor: pointer;
  /* Cambia il cursore quando si passa sopra */
  font-weight: 500;
  /* Testo in grassetto */
  font-size: 1.1rem;
  transition: background 0.3s ease;
  /* Transizione per il colore di sfondo */
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}

.buttonForm:hover {
  background-color: #ffc107;
  /* Colore di sfondo al passaggio */
}
button:hover {
  background-color: #ffc107;
  /* Colore di sfondo al passaggio */
}

/* GENERICI */
.w {
  background-color: #1638c0;
}

.pad1 {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #ffffff;
}

.radius {
  padding: 0;
  border-radius: 20px;
  background-color: #ffffff;
}

.bl {
  background: linear-gradient(
    to bottom,
    #ffffff 60%,
    #eeeeee 70%,
    #d1d1d1 75%,
    #000 100%
  );
}

.padding1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

a {
  cursor: pointer;
  /* Cambia il cursore per indicare che è cliccabile */
}

.centro {
  width: 100svw;
  height: 15svh;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 5svh;
}

.b {
  font-weight: 600;
  font-size: 7svw;
  color: #ffffff;
  font-style: oblique;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.black {
  background-color: black;
}

/* GESTIONE SIDEBAR */
.side-icon {
  position: fixed;
  bottom: 0rem;
  z-index: 100;
}

.right-icon {
  position: fixed;
  /* Posizione fissa */
  bottom: 28px;
  /* Distanza dal fondo */
  right: 28px;
  /* Distanza dal lato destro */
  z-index: 1000;
  /* Assicurati che l'icona sia sopra altri contenuti */
  background: transparent;
  /* Rimuovi lo sfondo bianco */
  border: none;
  /* Rimuovi eventuali bordi */
}

.right-icon img {
  width: 50px;
  /* Larghezza dell'immagine */
  height: 50px;
  /* Altezza dell'immagine */
}


.paddingtop {
  padding-top: 2rem;
}

.paddingbottom {
  padding-bottom: 2rem;
}

.paddingbottom2 {
  padding-bottom: 1rem;
}

.luce {
  z-index: 1;
}

.service {
  font-weight: bolder;
  color: #ffffff;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Copre lo sfondo senza distorcere il video */
  padding-bottom: 2rem;
}
.background-video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Copre lo sfondo senza distorcere il video */
  padding-bottom: 2rem;
}
.background-video3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Copre lo sfondo senza distorcere il video */
  padding-bottom: 2rem;
}
.background-image {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Adatta l'immagine mantenendo le proporzioni */
}
.background-image2 {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Adatta l'immagine mantenendo le proporzioni */
}

/* Animazione che simula il movimento del fumo */
@keyframes movimento-fumo {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  50% {
    transform: translate3d(50%, 50%, 0) scale(1.5);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

.p6 {
  padding-bottom: 6rem;
}

/* Definizione dell'animazione */
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 1;
    /* L'elemento è visibile */
  }

  50% {
    opacity: 0;
    /* L'elemento è invisibile a metà animazione */
  }
}

span.b8.multic.b8extra {
  padding: 0;
}

/* TABLET */
@media (min-width: 768px) {
  
  h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .b5 {
    font-size: 3.3rem;
  }

  h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3.5rem;
    padding-top: 2.5rem;
  }

  .pad1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .b2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .intro {
    padding-top: 1rem;
  }

  .horizontal-list li {
    font-size: 1rem;
    margin: 0 1.5rem;
  }

  .container1 {
    width: 100%;
  }

  .container3 {
    font-size: 1.1rem;
  }

  .consulenza {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .containerend h4 {
    padding: 0;
  }

  .containerend {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  header {
    padding: 1.5rem;
  }

  .difference {
    color: white;
    font-weight: 600;
  }

  .h3extra {
    font-size: 6svh;
  }
  .b8extra {
    font-size: 8svh;
  }
  
}

/* TABLET E LAPTOP DEKTOP*/
@media (min-width: 1024px) {
  .b4 {
    padding: 1.5rem;
  }

  .b1 {
    padding-top: 9rem;
    font-size: 3.5rem;
  }

  .b5 {
    font-size: 4rem;
  }

  h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 4.2rem;
    padding-top: 3.5rem;
  }

  .pad1 {
    padding: 0rem;
    line-height: 1.4;
  }

  .b3 {
    font-size: 10svh;
    padding-top: 0;
  }

  h4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .b2 {
    font-size: 1.5rem;
  }

  .box p {
    font-size: 2.5rem;
  }

  .intro {
    padding-top: 1rem;
  }

  .horizontal-list li {
    font-size: 1.3rem;
    margin: 0 1.5rem;
  }

  .container1 {
    width: 100%;
  }

  .consulenza {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .containerend h4 {
    padding: 0;
  }

  .b5 {
    font-size: 3rem;
  }

  .menu-icon {
    display: none;
    /* Nascondi il logo inizialmente */
  }

  header {
    padding: 1.5rem;
  }

  .b8 {
    font-weight: 500;
    font-size: 5svw;
    font-style: oblique;
    text-align: end;
    overflow: hidden;
    padding-right: 2rem;
  }

  .difference {
    color: white;
    font-weight: 600;
  }

  .h3extra {
    font-size: 6svh;
  }
  .b8extra {
    font-size: 8svh;
  }
  
}




/* TABLET E LAPTOP DESKTOP*/
@media (min-width: 1290px) {

  /* Stili per desktop di grandi dimensioni */
  .icon {
    display: none;
  }

  .b3 {
    font-size: 10svw;
    padding: 0;
    padding-right: 2rem;
    line-height: 1;
    padding-right: 10rem;
    padding-bottom: 1rem;
  }

  .b8 {
    font-size: 4.5svw;
    padding-top: 0;
    padding-right: 2rem;
    padding-right: 10rem;
  }

  .b1 {
    font-size: 4svw;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 10rem;
  }

  .b5 {
    font-size: 3.8rem;
  }

  h2 {
    padding-left: 15rem;
    padding-right: 15rem;
    font-size: 4.2rem;
    padding-top: 3rem;
  }

  h4 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  p {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .box p {
    font-size: 2.5rem;
  }

  .horizontal-list li {
    font-size: 1.3rem;
    margin: 0 1.5rem;
  }

  .container1 {
    width: 50%;
  }

  .containerend h4 {
    padding: 0;
  }

  header {
    padding: 1.5rem;
  }

  .b5 {
    font-size: 2.5rem;
  }
  .difference {
    color: white;
    font-weight: 600;
  }

  .h3extra {
    font-size: 8svh;
  }
  .b8extra {
    font-size: 10svh;
  }
  .background-video {
    object-fit: contain; /* Copre lo sfondo senza distorcere il video */
  }
  .background-video2 {
    object-fit: contain; /* Copre lo sfondo senza distorcere il video */
  }
  .background-video3 {
    object-fit: contain; /* Copre lo sfondo senza distorcere il video */
  }
  .background-image {
    width: 80%;
    height: 80%;
    object-fit: contain; /* Adatta l'immagine mantenendo le proporzioni */
  }
  .background-image2 {
    width: 45%;
    height: 45%;
    object-fit: contain; /* Adatta l'immagine mantenendo le proporzioni */
  }

  h3 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .m15r {
    margin-left: 15rem;
    margin-right: 15rem;
  }

}

/* ORIZZONTALE */
@media (orientation: landscape) and (max-width: 1580px) {
  .icon {
    display: block;
  }

  .b1 {
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 9svh;
  }

  .b3 {
    font-size: 8svw;
    padding-top: 0;
    padding-right: 7rem;
  }

  .b8 {
    font-size: 7svh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 7rem;
  }

  .b5 {
    font-size: 3.3rem;
  }

  h2 {
    padding-left: 7rem;
    padding-right: 7rem;
    font-size: 3.5rem;
    padding-top: 2.5rem;
  }

  .pad1 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  h4 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  p {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .b2 {
    padding-left: 7rem;
    padding-right: 7rem;
    font-size: 1.5rem;
  }

  .horizontal-list li {
    font-size: 1rem;
    margin: 0 1.5rem;
  }

  .container1 {
    width: 100%;
  }

  .container3 {
    font-size: 1.1rem;
  }

  .consulenza {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  header {
    padding: 1.5rem;
  }

  .difference {
    color: white;
    font-weight: 600;
  }
  .h3extra {
    font-size: 6.5svh;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .b8extra {
    font-size: 9svh;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .box p {
    font-size: 1.8rem;
  }
  h3 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

/* ORIZZONTALE PICCOLI */
@media (orientation: landscape) and (max-width: 885px) {
  .icon {
    display: block;
  }

  .b1 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 0;
    font-size: 9svh;
  }

  .b3 {
    font-size: 7svw;
    padding-top: 0;
    padding-right: 1rem;
  }

  .b8 {
    font-size: 9svh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .b5 {
    font-size: 3.3rem;
  }

  h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3.5rem;
    padding-top: 2.5rem;
  }

  .pad1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  h4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .b2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .box p {
    font-size: 1rem;
  }

  .intro {
    padding-top: 1rem;
  }

  .horizontal-list li {
    font-size: 1rem;
    margin: 0 1.5rem;
  }

  .p6 {
    z-index: 0;
  }
  .container1 {
    width: 100%;
  }

  .container3 {
    font-size: 1.1rem;
  }

  .containerend h4 {
    padding: 0;
  }

  .containerend {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  .menu-icon {
    display: none;
    /* Nascondi il logo inizialmente */
  }

  header {
    padding: 1.5rem;
  }

  .menu-icon {
    display: block;
    /* Nascondi il logo inizialmente */
  }
  .difference {
    color: white;
    font-weight: 600;
  }
  .h3extra {
    font-size: 8svh;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .b8extra {
    font-size: 9svh;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .intro {
    min-height: 110svh;
  }

}

@media (min-width: 1440px) {
  /* Stili per schermi extra-large */
}

@media (min-width: 1920px) {
  /* Stili per schermi ultra-wide */
  
}

h1 {
  font-size: clamp(3rem, 3.5vw, 3.8rem);
  font-weight: 900;
}
.epiliveh1 {
  padding-top: 30dvh;
  text-align: center;
}
h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

h2 {
  font-weight: 900;
}
h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.8rem);
}

p {
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}
h3 {
  margin-top: 1rem;
  font-family: "os3";
}
.epilive h1,
h2,
h3,
p {
  color: #000000;
  background-color: none;
}

.epilive {
  padding: 1rem;
  padding-top: 0;
  text-align: left;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
  min-height: 100vh;
}

.epiliveOffer {
  padding-top: 0;
  text-align: left;
  justify-content: center;
  justify-items: center;
  background-color: white;
}

.text {
  padding: 1rem;
  text-align: center;
  justify-content: center;
  justify-items: center;
}

footer {
  height: 7rem;
  padding: 0.5rem;
  text-align: center;
}

footer p {
  font-size: clamp(0.5rem, 0.8vw, 1rem);
}

footer img {
  height: 8vh;
}

.p6 {
  padding-bottom: 0;
}


.corsivo {
  font-style: italic;
  text-align: center;
  border-radius: 0.5rem;
}

.padb {
  padding-bottom: 1.5rem;
}

.box {
  text-align: centers;
}

.corsivoh4 {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-style: italic;
  text-align: left;
  font-weight: 900;
  color: #000;
  margin: 2rem;
}

.infusion-field-label-container {
  width: 0;
}

.verde {
  background-color: #008e38;
  border-color: #008e38;
  color: white;
}
.boxContent {
  margin-bottom: 0;
  background-color: white;
  text-align: left;
  justify-content: center;
  justify-items: center;
}

.paddinglr {
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  justify-self: center;
}

label {
  visibility: hidden;
  display: none;
}

.background-container {
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100%;
  height: 100vh; /* Copre tutta l'altezza dello schermo */
  z-index: -1; /* Manda lo sfondo dietro tutto il contenuto */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.background-container2 {
  width: 100vw;
  z-index: -1; /* Manda lo sfondo dietro tutto il contenuto */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.background-containerV {
  position: relative;
  width: 100%;
  height: 100vh; /* Copre tutta l'altezza dello schermo */
  overflow: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}

.name {
  font-weight: 900;
}

.bold {
  font-weight: bold;
  color: black;
  font-family: "os3";
}

.box-garanzia {
  background-color: #fff1c6;
  padding: 20px;
  border-radius: 0.5rem;
  color: #000;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 76.5%;
  justify-self: center;
}
.box-garanzia h2 {

  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.box-garanzia p {
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  line-height: 1.6;
  padding-left: 0;
  padding-right: 0;
}
.stars {
  font-size: 1.5rem;
  color: #ff9800;
}
.offerta h3 {
  line-height: 2rem;
}
.offerta {
  font-size: clamp(1.3rem, 2.5vw, 2.8rem);
}
.titleOfferta {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.box-testimonianza {
  background-color: #fff1c6;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.m0 {
  margin: 0;
}

.video-text {
  position: absolute;
  top: 35%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #008e39ba;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
}
.garanzia img {
  max-height: 100%;
  height: 25vh;
  max-width: 100%;
  object-fit: contain;
  padding-top: 0.5rem;
  justify-content: center;
  align-items: center;
}

.center {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
    justify-items: center;
}
.cent {
  text-align: center;
}
.offerta {
  text-align: center;
  background-color: #008e38;

  padding: 1rem;
  min-width: 100%;
  color: white;
  justify-self: center;
  border-radius: 0;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(232, 232, 232, 0.972);
  color: white;
  padding: 15px;
  text-align: center;
  display: none;
}
#cookie-banner p{
  padding-left: 2rem;
padding-right: 2rem;
margin-bottom: 0.2rem;
font-size: clamp(1.1rem, 1.2vw, 1.5rem);
}
#cookie-info p{
  padding-left: 2rem;
padding-right: 2rem;
margin-bottom: 0.2rem;
font-size: clamp(1.1rem, 1.2vw, 1.5rem);
}
#cookie-info h2{
  padding-left: 2rem;
padding-right: 2rem;
margin-bottom: 0.2rem;
padding-top: 0.5rem;

}
#cookie-banner button {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  min-width: 8rem;
}
#accept {
  background: rgba(46, 207, 46, 0.688);
  color: white;
  border-radius: 5rem;
  
}
#reject {
  background: rgba(0, 0, 0, 0.593);
  color: white;
  border-radius: 5rem;
}
#more-info {
  background: rgba(0, 0, 255, 0);
  color: rgb(81, 65, 200);
  border-radius: 5rem;
}
#cookie-info {
  display: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90vw;
  background: white;
  color: black;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 70vh;
  border-radius: 1rem;
justify-items: center;
z-index: 1999;

}


.closeBtn {
border-radius: 2rem;
margin: 0.2rem;
width: 20vw;
height: 2.5rem;

}

.carousel-container {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  white-space: nowrap;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 150s linear infinite;
}

/* Assicura che ogni immagine abbia la stessa dimensione */
.carousel-track img {
  width: 35vw; /* Modifica a seconda del numero di immagini */
  height: auto;
  object-fit: cover;
}

/* Animazione continua */
@keyframes scrollLoop {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%); /* Scorre solo metà, perché duplicheremo gli elementi */
  }
}
