.elementor-445 .elementor-element.elementor-element-5ae95760{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-445 .elementor-element.elementor-element-43ae2d4b{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-445 .elementor-element.elementor-element-689c4144 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-445 .elementor-element.elementor-element-6e54bad8{--display:flex;--min-height:150vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-445 .elementor-element.elementor-element-1cfa2cbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-445 .elementor-element.elementor-element-15d20a85{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-445 .elementor-element.elementor-element-22471b2f{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-445 .elementor-element.elementor-element-484a0be6{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-445 .elementor-element.elementor-element-23aa753d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-445 .elementor-element.elementor-element-3a389d63{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-445 .elementor-element.elementor-element-7fa75c99{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}.elementor-445 .elementor-element.elementor-element-63830c9f{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-445 .elementor-element.elementor-element-6e54bad8{--width:100%;}}/* Start custom CSS for video, class: .elementor-element-689c4144 */.elementor-widget-video .elementor-wrapper video {height:100vh;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ea237 *//* ==========================
   CONTENITORI
========================== */
.horiz-slider-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.horiz-slider-wrapper {
  display: flex;
  height: 100%;
}

/* ==========================
   SLIDE
========================== */
.horiz-slide {
  position: relative;
  overflow: hidden;
  min-width: 100%; /* importante per occupare tutta la larghezza */
  z-index: 1; /* default */
}


/* VIDEO */
.horiz-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY PRIMA SLIDE */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(16px);
  z-index: 2;
  pointer-events: none;
}

/* BLUR OVERLAY PER SLIDE 2 E 3 */
.blur-overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:2;
}

.blur-overlay video {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  filter: blur(20px);
}

/* ==========================
   CONTENUTO SLIDE
========================== */
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;  /* sopra l’overlay */
  width: 80%;
  max-width: 700px;
}

.slide-title,
.slide-text,
.slide-btn {
  opacity: 0.05; /* quasi invisibile all’inizio */
  color: white;  /* colore pieno */
  transform: translateY(60px); /* leggero spostamento verso il basso */
}

/* TITOLO */
.slide-title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* TESTO */
.slide-text {
  font-size: 20px;
  margin-bottom: 30px;
}



/* BOTTONE */
.slide-btn {
  display: inline-block;
  padding: 14px 34px;
  background: white;
  color: black !important;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.slide-btn:hover {
  background: black;
  color: white;
}


/* SLIDE 2 E 3 PIÙ LARGHE PER PERMETTERE IL TAGLIO */
.horiz-slide:nth-child(2),
.horiz-slide:nth-child(3){
  flex:0 0 110vw;
   z-index: 2;
}


/* SOVRAPPOSIZIONE SLIDE */

.horiz-slide:nth-child(2),
.horiz-slide:nth-child(3){
  margin-left:-9vw;
}




/* TAGLIO OBLIQUO */
.horiz-slide:nth-child(2){
  clip-path:polygon(8% 0,100% 0,100% 100%,0% 100%);
}

.horiz-slide:nth-child(3){
  clip-path:polygon(8% 0,100% 0,100% 100%,0% 100%);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6e54bad8 */.horiz-slider-container{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.horiz-slider-wrapper{
  display: flex;
  height: 100vh;
}

.horiz-slide{
  flex: 0 0 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* VIDEO */
.horiz-slide video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* OVERLAY PRIMA SLIDE */
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}

/* SOVRAPPOSIZIONE SLIDE 2 E 3 */
.horiz-slide:nth-child(2),
.horiz-slide:nth-child(3){
  margin-left: -12vw; /* sovrapposizione */
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); /* inclinazione leggera */
}/* End custom CSS */