/*html {font-size: 14px;}*/
.site {	font-size:14px;}
div[data-component-id="14512"] .m-section {
        width:100vw;
    }

.shopNow {
	position: fixed;
    color: red;
    top: 22vh;
    z-index: 2;
    right: 4.1%;
    border: 1px solid #0000002b;
    /* border: #4e4f51; */
    padding: 1%;
    font-family: 'Satoshi';
    font-weight: 500;
    border-radius: 8%;
	width: 5vw;
}

.m-request-btn {
    position: fixed;
    z-index: 7;
    bottom: calc(1 / var(--cols, 24) * calc(100vw - var(--vw-check, 15px)));
    right: calc(1 / var(--cols, 24) * calc(100vw - var(--vw-check, 15px)));
    color: #fff;
    mix-blend-mode: difference;
}
.m-request-btn button {
    font-family: "Satoshi", sans-serif;
    font-weight: 500;
    font-size: min(max(1.4rem, .9722222222vw), 1.4rem);
    line-height: 1;
    letter-spacing: normal;
    appearance: none;
    -webkit-appearance: none;
    align-items: center;
    height: 4.6rem;
    display: inline-flex;
    padding: 0 2.4rem;
    border: 1px solid currentColor;
    border-radius: 2.5rem;
    cursor: pointer;
    transition: .3s;
}

#chiusura {
	position: relative;
    z-index: 6;
}

div[data-component-id="14512"] .m-wrapper {
	padding:0;
	width:100vw;
}

.m-container {
    padding-top: 0rem;
}

div[data-component-id="14512"] .m-text__inner {
    font-family: "Roboto Serif", Serif;
    font-weight:300;
	font-size:14px;	
    line-height: 1.5;
    letter-spacing: normal;
	width:100vw;
}

 .-richtext {
    translate: none !important;
    rotate: none !important;
    scale: inherit !important;
    transform: inherit !important;
    opacity: 1 !important;
    visibility: inherit !important;
    margin: 0;
    overflow-x: hidden; /* Impedisce lo scorrimento orizzontale */
    font-family: "Roboto Serif", Serif;
    font-weight:300;
	
	
}


h1 {
	font-weight:300 !important;
	font-size: min(max(3.2rem, 4.4444444444vw), 9rem);
	//font-size: 9rem;		
}
h2 {
	font-weight:500 !important;
    font-size: min(max(2.1rem, 3.2vw), 5.5rem);
	//font-size: 4rem;	
}
h3 {
	font-weight:300 !important;
	font-size: min(max(1.6rem, 2.8888vw), 4.3rem);
}
h4 {
	font-weight:300 !important;
	font-size: 2rem;
	font-size: min(max(1rem, 1.1111vw), 2rem);	
}
textF {
	font-weight:300 !important;
	font-size: 1.6rem;
}

#intermezzo-container3 h2 {
		font-weight: 300 !important;
		font-size: min(max(1.8rem, 2.9999vw), 4.4rem);
}

#intermezzo-container3 #textI2:nth-child(5) h2 {
	font-size: 5.4rem;
	padding-top:10%;
}
#intermezzo-container3 #textI2:nth-child(4) h2 {
	font-weight:300;	
	font-size: 4.4rem;
	padding-top:5%;
	font-style:italic;
}
#intermezzo-container3 #textI2:nth-child(1) h2 {
	padding-top:10%;
}


#intermezzo-container2 h2 {
	padding: 10% 0;
}
.textI2 {
	position:absolute;
	top:15%;
	width:50%;
	margin:0 25%;
	text-align:center
	
}

#text-container2 h3 {
	font-size: min(max(2rem, 3.8888vw), 5.5rem);
} 

#text-container3 h3 {
	font-size: min(max(2rem, 3.8888vw), 5.5rem);
} 
  body {
    margin: 0;
    overflow-x: hidden; /* Impedisce lo scorrimento orizzontale */
    font-family: "Roboto Serif", Serif;
    font-weight:300;
  }

  #slide-container {
    position: relative;
    width: 100vw;
    height: 100vh; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 1; /* Inizialmente nascosto */
    transition: opacity 1.5s ease; /* Transizione per l'effetto */ 
    z-index:1    
  }
  #intermezzo-container {
    position: fixed;
    top:0%;
	left: 0;
    margin-top:0vh;
    width: 100vw;
    height: 100vh; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    background:black;
    z-index:2;
    transition: background-color 1000ms linear;
    }
	
  #pre-chiusa {
    position: relative;
	width:100vw;
	padding-top:10vh;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    }	
	
  #gallery-container {
    position: relative;
    width: 100vw;
    height: 100%;
    margin-top: 160vh;
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1.2s ease; /* Transizione per l'effetto */
    background:white;
	/*
	background: #000000;
	background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 54%);
	background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 54%);
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 54%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#FFFFFF",
	  GradientType=0
	);
	*/
    z-index:1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
	padding-top:10%;
    }

#gallery-container {

}
	
  #gallery-container2 {
    position: relative;
    width: 100%;
	margin:auto;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 1; /* Inizialmente nascosto */
    transition: opacity 0.5s ease; /* Transizione per l'effetto */
    background:white;
    z-index:3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; 
    }	
	
.slideG {
    width: 40%;
    padding:1% 5%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;	
}

  .slideG h3 {  
	width: 80%;
	margin:auto;
	margin-top:8%;
	margin-bottom:8%;	
    text-align: center;
  }
  .slideG2 {
    width: 48%;
    /*padding:1%;*/
  }


  .slideG2 {
    margin-bottom: 1%;
  }	
.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none !important;
    font-family: "Satoshi", sans-serif;
    font-weight: 300;
    font-size: min(max(2rem, 1.3888888889vw), 3rem);
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: uppercase;
    width: 40%;
}	
  #intermezzo-container1 {
    position: relative;
    width: 80%;
	margin:auto;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    background:white;
    color:black !important;
	margin-top:0vh;
  }
  #intermezzo-container2 {
	  padding-top:10%;
    text-align:center;
    position: relative;
    width: 100%;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    color:black !important; 
    z-index:6;	
  }
  #intermezzo-container-PreVideo {
    text-align:center;
    position: relative;
    width: 100%;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */	
  }
  
    #intermezzo-container-TitoloFinale {
    text-align:center;
    position: relative;
    width: 100%;
    height: auto; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */	
  }
 
  #intermezzo-container-PreVideo #textI2 {
    text-align: center;
    padding: 5% 20% 2%;
}


 
  #video-container {
    position: relative;
    width: 100vw;
    height: 200vh; /*  Altezza pari all'altezza della finestra */
    overflow: hidden; /* Nasconde eventuali overflow del video */
	z-index:1;    
  }
  #video-container h3
	 {
		font-weight: 300 !important;
		font-size: min(max(1.8rem, 2.9vw), 4.8rem);
	}

  #video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index:1;
    object-fit: cover; /* Copre l'intera area del contenitore */
  }

  #image1, #image2, #image3, #image4, #image5 {
    position: fixed;
    top: 0;
    left: 0;
	width: 100vw;
    height: 100vh;
	z-index:1;
    object-fit: cover; /* Copre l'intera area del contenitore */
    transition: opacity 1.2s ease; /* Transizione per l'effetto */     
    opacity: 0; 
  }
  #image1 {
      transition: opacity 1.2s ease; /* Transizione per l'effetto */ 
    opacity: 1; 
  }
    #slide1, #slide2, #slide3, #slide4, #slide5 {
width: 100vw;
    height: 100vh;  
	}
  
 #imageG 
 {
    //transition: opacity 1.2s ease; /* Transizione per l'effetto */ 
    //opacity: 1;
    width:100%;
  }
 
.evidenzaT {
    //position: fixed;
    //top: 40vh;
    //padding: 2% 25% 10%;
	}
 
#text-container0 {
    position: fixed;
    width: 65vw;
    top: 20%;
    left: 17.5%;
    transform: translate(-0%, -70%);
    color: white;
    font-size: 4rem;
    text-align: right;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: 5;
}

#text-container {
    position: fixed;
    width: 65vw;
    top: 23%;
    left: 17.5%;
    transform: translate(-0%, -70%);
    color: white;
    font-size: 1em;
    text-align: right;
    opacity: 0;
    transition: opacity 1.5s ease;
    z-index: 5;
}

  #text-container1 {
    position: absolute;
    width: 65vw;    
    top: 36%; /* Centra verticalmente */
    left: 17.5%;
    transform: translate(-0%, -70%);
    color: white;
    text-align: right;
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    z-index: 6; /* Assicura che il testo sia sopra il video */
  }

  #text-container2 {
    position: absolute;
    width: 70vw;
    top: 57vh;
    left: 15%;
    transform: translate(-0%, -70%);
    color: white;
    text-align: center;
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    z-index: 6; /* Assicura che il testo sia sopra il video */
	transition: font-size 2s smooth; /* Optional: Smooth transition */	
  } 
   #text-container3 {
    position: absolute;
    width: 65vw;
    top: 57vh;
    left: 17.5%;
    transform: translate(-0%, -70%);
    color: white;
    font-size: 2em;
    text-align: center;
    opacity: 0; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
    z-index: 6; /* Assicura che il testo sia sopra il video */
  }

  #textI1 {
    font-size: 1.7rem;
    text-align:center;
    padding: 10%;
  }
  #textI2, #textI3-4 {
    font-size: 1.7rem;
    text-align:center;
    padding: 2% 25% 10%;
  }
  #textI3-4 {
	padding-top:5%;
	font-style:italic;	
  }  
   #textI3-4 h2 {
	font-weight:300 !important;	
	font-size: min(max(2.2rem, 3.1111vw), 4.2rem);	
  }  
  #video-container {
	width: 70vw;
    margin: auto;
	height:200vh;
    opacity: 1; /* Inizialmente nascosto */
    transition: opacity 1s ease; /* Transizione per l'effetto */
  }



@media screen and (max-width: 800px) {
    .slideG {
        width: 100%;
    }

	.hideme
    {
        opacity:0;
    } 
	#text-container0 {
		width: 80vw;
        left: 10vw;
		text-align: center;
	}	
	#text-container {
		width: 80vw;
        left: 10vw;
		text-align: center;
		
	}
    #text-container1 {
        width: 80vw;
        left: 10vw;
        text-align: center;
        top: 31vh;
    }

	#video-container {
		width: 100vw;
		height:100vh;		
	}		
		
	.slideG {
		width: 100vw;
		padding-left:0;
		padding-right:0;
	}
	#slideG {
		width: 100vw;
		margin: 3%;		
	}
	#textI2, #textI3-4 {
		text-align: center;
		padding: 2% 10% 10%;
	}
	.textI2 {
		position: relative;
	}	
	#gallery-container {
		margin-top: 32vh;
	}
	#intermezzo-container1 {
		margin-top: 0vh;
	}
	
	#intermezzo-container1 .textI2 {
		position: absolute;
	}
	
	#intermezzo-container1 .textI2 h2 {	
	display: none;
	}
	
	.slideG3 h3 {
        margin-top: 2%;
        margin-bottom: 9%;
	}
	.textI2 {
		top: 15%;
		width: 80%;
		margin: 0 10%;
	}		
	#intermezzo-container2 {
		padding-top: 5%;
	}

	#intermezzo-container1 {
		width: 100%;
		height: auto;
	}

}

  /* Stili aggiuntivi per il testo */
  #text-container h1 {
    margin: 0;
  }
  
  /*#video-container {
    opacity: 1;
    transition: opacity 1s; 
  }

  #video-container {
    opacity: 0;
    transition: opacity 1s;
  } */
