/* 🔹 Impostazione del font per tutti i testi */
* {
    font-family: "futura-pt", Sans-serif; /* Font principale per tutti i testi */
}

/* ============================================
   SLIDE – FULMINACCI
   ============================================ */
#slide-14{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #e24922;
}

/* Titolo */
#slide-14 .slide-text h2{
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  line-height: 1.1;
}

/* Paragrafo */
#slide-14 p{
  color: #000;
  line-height: 1.15;
  font-size: 42px;
  font-weight: 800;
  margin: 10px 0 35px;
}

/* Pulsante */
#slide-14 .slide-btn{
  background-color: #000;
  color: #fff;
}

#slide-14 .slide-btn:hover{
  background-color: #222;
  color: #fff;
}
/* Mobile */
@media (max-width:768px){
  #slide-14 .slide-text{
    padding-top: 45px;
  }

  #slide-14 .slide-text h2{
    font-size: 40px;
    margin-bottom: 6px;
  }

  #slide-14 p{
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 30px;
  }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-14 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #slide-14 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 20px;
  }

  #slide-14 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}



/* ============================================
   SLIDE – PIETRO
   ============================================ */
#slide-13{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: var(--e-global-color-primary);
}

/* Titolo */
#slide-13 .slide-text h2{
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  line-height: 1.1;
}

/* Paragrafo */
#slide-13 p{
  color: #000;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-13 .slide-btn{
  background-color: #000;
  color: #fff;
}

#slide-13 .slide-btn:hover{
  background-color: #333;
  color: #fff;
}

/* Mobile */
@media (max-width:768px){
  #slide-13 .slide-text h2{ font-size: 40px; }
  #slide-13 p{ font-size: 16px; }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-13 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slide-13 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #slide-13 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}




/* ============================================
   SLIDE – FESTA DELLA MAMMA
   ============================================ */
#slide-12{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #E9AEC8;
}

/* Titolo */
#slide-12 .slide-text h2{
  font-family: "ohno-blazeface", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 56px;
  line-height: 1.1;
}

/* Paragrafo */
#slide-12 p{
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-12 .slide-btn{
  background-color: #fff;
  color: #E9AEC8;
}

#slide-12 .slide-btn:hover{
  background-color: #c61618;
  color: #fff;
}

/* Mobile */
@media (max-width:768px){
  #slide-12 .slide-text h2{ font-size: 40px; }
  #slide-12 p{ font-size: 16px; }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-12 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slide-12 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #slide-12 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}



/* ============================================
   SLIDE – LINEA DARIA
   ============================================ */

#slide-lineadaria{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #dbf0fc;
}

/* Titolo */
#slide-lineadaria .slide-text h2{
  font-weight: 800;
  text-transform: uppercase;
  color: #2F4797;
  font-size: 56px;
  line-height: 1.1;
}

#slide-lineadaria .clipperxlineadaria{
  display: block;
  margin-bottom: 20px;
 max-width: 500px;
  width: 100%;
  height: auto;
}



/* Paragrafo */
#slide-lineadaria .slide-text p{
  color: #2F4797;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-lineadaria .slide-btn{
  background-color: #ffe507;
  color: #2F4797;
}

#slide-lineadaria .slide-btn:hover{
  background-color: #2F4797;
  color: #ffe507;
}

/* Mobile */
@media (max-width:768px){
  #slide-lineadaria .slide-text h2{
    font-size: 40px;
  }

  #slide-lineadaria .slide-text p{
    font-size: 16px;
  }
	
  #slide-lineadaria .slide-image{
    transform: scale(1.2)
  }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-lineadaria .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #slide-lineadaria .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }

  #slide-lineadaria .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}







/* 🔹 SLIDE 10 — EASTER EGG */
#slide-10{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: radial-gradient(100% 100% at var(--54-x-position) var(--54-y-position), #5840b0 0%, transparent),
              radial-gradient(100% 100% at var(--55-x-position) var(--55-y-position), #ff4d4d 10%, transparent),
              radial-gradient(100% 100% at var(--56-x-position) var(--56-y-position), #ffb3b3 -53%, transparent),
              radial-gradient(100% 100% at var(--57-x-position) var(--57-y-position), #23d726 72%, transparent),
              #3e3989;
  animation-name: main;
  animation-iteration-count: infinite;
  animation-duration: 11s;
  transition-timing-function: ease-in-out;
}

/* Titolo (NO font impostati: prende quello di sistema) */
#slide-10 .slide-text h2{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 4rem;
}

/* Paragrafo */
#slide-10 p{
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-10 .slide-btn{
  background-color: var(--e-global-color-primary);
  color: #6B3578;
}
#slide-10 .slide-btn:hover{
  background-color: #fff;
  color: #6B3578;
}

/* Mobile */
@media (max-width:768px){
  #slide-10 .slide-text h2{ font-size: 40px; }
  #slide-10 p{ font-size: 16px; }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-10 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slide-10 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #slide-10 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}

/* === Animated background props === */
@property --14-x-position { syntax: '<percentage>'; inherits: false; initial-value: 23.1655844155844%; }
@property --14-y-position { syntax: '<percentage>'; inherits: false; initial-value: 75.703125%; }
@property --30-x-position { syntax: '<percentage>'; inherits: false; initial-value: 77.88961038961028%; }
@property --30-y-position { syntax: '<percentage>'; inherits: false; initial-value: 70.8203125%; }
@property --54-x-position { syntax: '<percentage>'; inherits: false; initial-value: 68.47402597402608%; }
@property --54-y-position { syntax: '<percentage>'; inherits: false; initial-value: 15.703124999999996%; }
@property --55-x-position { syntax: '<percentage>'; inherits: false; initial-value: 89.57792207792205%; }
@property --55-y-position { syntax: '<percentage>'; inherits: false; initial-value: 37.03125000000001%; }
@property --56-x-position { syntax: '<percentage>'; inherits: false; initial-value: 78.37662337662339%; }
@property --56-y-position { syntax: '<percentage>'; inherits: false; initial-value: 83.3203125%; }
@property --57-x-position { syntax: '<percentage>'; inherits: false; initial-value: 51.34740259740261%; }
@property --57-y-position { syntax: '<percentage>'; inherits: false; initial-value: 51.87500000000001%; }

:root{
  --5-x-position: 20%;
  --5-y-position: 80%;
  --6-x-position: 45.58441558441559%;
  --6-y-position: 34.06249999999999%;
  --7-x-position: 77.97077922077924%;
  --7-y-position: 64.765625%;
  --8-x-position: 20%;
  --8-y-position: 80%;
  --9-x-position: 76.42857142857139%;
  --9-y-position: 11.015624999999996%;
  --10-x-position: 77.97077922077924%;
  --10-y-position: 64.765625%;
  --11-x-position: 20%;
  --11-y-position: 80%;
  --12-x-position: 76.42857142857139%;
  --12-y-position: 11.015624999999996%;
  --13-x-position: 81.70454545454542%;
  --13-y-position: 80.5859375%;
  --14-x-position: 23.1655844155844%;
  --14-y-position: 75.703125%;
  --15-x-position: 76.42857142857139%;
  --15-y-position: 11.015624999999996%;
  --16-x-position: 81.70454545454542%;
  --16-y-position: 80.5859375%;
  --17-x-position: 36.24999999999998%;
  --17-y-position: 14.140624999999996%;
  --18-x-position: 93.79870129870122%;
  --18-y-position: 85.859375%;
  --20-x-position: 51.42857142857144%;
  --20-y-position: 32.69531249999999%;
  --21-x-position: 93.79870129870122%;
  --21-y-position: 85.859375%;
  --22-x-position: 39.65909090909091%;
  --22-y-position: 81.171875%;
  --23-x-position: 43.63636363636367%;
  --23-y-position: 32.69531249999999%;
  --24-x-position: 93.79870129870122%;
  --24-y-position: 85.859375%;
  --25-x-position: 39.65909090909091%;
  --25-y-position: 81.171875%;
  --26-x-position: 59.545454545454604%;
  --26-y-position: 22.148437499999996%;
  --27-x-position: 93.79870129870122%;
  --27-y-position: 85.859375%;
  --28-x-position: 39.65909090909091%;
  --28-y-position: 81.171875%;
  --29-x-position: 59.545454545454604%;
  --29-y-position: 22.148437499999996%;
  --30-x-position: 77.88961038961028%;
  --30-y-position: 70.8203125%;
  --31-x-position: 39.65909090909091%;
  --31-y-position: 81.171875%;
  --34-x-position: 45.909090909090985%;
  --34-y-position: 24.296874999999996%;
  --35-x-position: 39.65909090909091%;
  --35-y-position: 81.171875%;
  --36-x-position: 76.99675324675323%;
  --36-y-position: 80.390625%;
  --38-x-position: 68.47402597402608%;
  --38-y-position: 15.703124999999996%;
  --39-x-position: 89.57792207792207%;
  --39-y-position: 57.14843750000001%;
  --40-x-position: 77.88961038961043%;
  --40-y-position: 85.46875%;
  --41-x-position: 37.14285714285713%;
  --41-y-position: 47.38281250000001%;
  --42-x-position: 68.47402597402608%;
  --42-y-position: 15.703124999999996%;
  --43-x-position: 89.57792207792207%;
  --43-y-position: 57.14843750000001%;
  --44-x-position: 77.88961038961043%;
  --44-y-position: 85.46875%;
  --45-x-position: 51.34740259740261%;
  --45-y-position: 51.87500000000001%;
  --46-x-position: 68.47402597402608%;
  --46-y-position: 15.703124999999996%;
  --47-x-position: 89.57792207792205%;
  --47-y-position: 37.03125000000001%;
  --48-x-position: 77.88961038961043%;
  --48-y-position: 85.46875%;
  --49-x-position: 51.34740259740261%;
  --49-y-position: 51.87500000000001%;
  --50-x-position: 68.47402597402608%;
  --50-y-position: 15.703124999999996%;
  --51-x-position: 89.57792207792205%;
  --51-y-position: 37.03125000000001%;
  --52-x-position: 76.99675324675327%;
  --52-y-position: 80.390625%;
  --53-x-position: 51.34740259740261%;
  --53-y-position: 51.87500000000001%;
  --54-x-position: 68.47402597402608%;
  --54-y-position: 15.703124999999996%;
  --55-x-position: 89.57792207792205%;
  --55-y-position: 37.03125000000001%;
  --56-x-position: 78.37662337662339%;
  --56-y-position: 83.3203125%;
  --57-x-position: 51.34740259740261%;
  --57-y-position: 51.87500000000001%;
}

@keyframes main{
  25%{
    --54-x-position: 85%;
    --54-y-position: 80%;
  }
  50%{
    --54-x-position: 15%;
    --54-y-position: 85%;
    --55-x-position: 20%;
    --55-y-position: 20%;
    --56-x-position: 20%;
    --56-y-position: 20%;
    --57-x-position: 20%;
    --57-y-position: 20%;
  }
}



/* ============================================
   🔹 SLIDE 11 – SPRING SET
   ============================================ */

#slide-11{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #71378B; /* viola */
}

/* Titolo */
#slide-11 .slide-text h2{
  font-weight: 800;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 56px;
  line-height: 1.1;
}

/* Paragrafo */
#slide-11 p{
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-11 .slide-btn{
  background-color: var(--e-global-color-primary);
  color: #71378B;
}

#slide-11 .slide-btn:hover{
  background-color: #fff;
  color: #71378B;
}

/* Mobile */
@media (max-width:768px){
  #slide-11 .slide-text h2{ font-size: 40px; }
  #slide-11 p{ font-size: 16px; }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-11 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slide-11 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #slide-11 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}





/* 🔹 SLIDE 9 */
#slide-9{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #143263;
}

/* Titolo */
#slide-9 .slide-text h2{
  font-family: "ohno-blazeface", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 4rem;
}

/* Paragrafo */
#slide-9 p{
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante */
#slide-9 .slide-btn{
  background-color: #fff;
  color: #143263;
}

#slide-9 .slide-btn:hover{
  background-color: #8699b5;
  color: #fff;
}

/* Mobile */
@media (max-width:768px){
  #slide-9 .slide-text h2{ font-size: 40px; }
  #slide-9 p{ font-size: 16px; }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-9 .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slide-9 .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #slide-9 .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}




/* 🔹 SLIDE 8 - SAN VALENTINO */
#slide-8 {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #5B121D; /* tinta unita */
}

/* Titolo: Amador, ultra light, rosso brand */
#slide-8 .slide-text h2{
  font-family: "amador", sans-serif !important;
  font-weight: 200;
  font-style: normal;
  color: #b81918 !important;
  font-size: 80px !important;
}

/* Paragrafo */
#slide-8 p{
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}

/* Pulsante: bianco */
#slide-8 .slide-btn {
  background-color: #fff;
  color: #5B121D;
}

#slide-8 .slide-btn:hover {
  background-color: #b81918;
  color: #fff;
}

/* Mobile */
@media (max-width:768px){
  #slide-8 h2{ font-size: 40px; }
  #slide-8 p{ font-size: 16px; }
}

/* SOLO DESKTOP: layout 50% / 50% */
@media (min-width: 769px) {
  #slide-8 .slide-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #slide-8 .slide-image {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #slide-8 .slide-text {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}

@media (max-width:768px){
  #slide-8{
    background: linear-gradient(
      to bottom,
     #5B121D 0%,
      #4F0F19 70%,
      #441015 100%
    );
  }

  #slide-8 h2{ font-size: 60px; line-height: 65px;}
  #slide-8 p{ font-size: 16px; }
}

/* Pattern overlay (SVG) */
#slide-8::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("https://myclipper.eu/wp-content/uploads/2026/01/pattern-sanva.svg");
  background-repeat: repeat;
  background-size: 420px auto; /* regola la scala del pattern */
  background-position: center;
  opacity: 0.5;              /* intensità pattern */
  pointer-events:none;
  z-index: 0;
}

/* Porta il contenuto sopra al pattern */
#slide-8 .slide-content{
  position: relative;
  z-index: 1;
}
@media (max-width:768px){
  #slide-8::before{
    background-size: 220px auto;
    opacity: 0.40;
  }
}



/* ===== SLIDE 7 ===== */
#slide-7 {
    position: relative;
    background: #000;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;      /* CENTRA verticalmente bw7-main */
    justify-content: center;
}

/* Wrapper che contiene main + disclaimer */
#slide-7 .bw7-wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 5vh 6vw 12vh; /* spazio per il disclaimer */
    box-sizing: border-box;
}

/* BLOCCO DA CENTRARE —> qui c’è immagine + subtitle */
#slide-7 .bw7-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  /* QUI lo centri verticalmente rispetto allo slide */
    width: 100%;
    text-align: center;
}

/* Immagine */
#slide-7 .bw7-img {
    display: block;
    width: min(70vw, 900px);
    height: auto;
    margin-bottom: 3vh;
}

/* Subtitle */
#slide-7 .bw7-subtitle {
    font-weight: 800 !important;
    color: #ffe600;
	text-align: center;
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2.6rem);
}

/* Disclaimer in fondo */
#slide-7 .bw7-disclaimer {
    position: absolute;
    bottom: 1vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.75);
}

/* Mobile */
@media (max-width: 768px) {
    #slide-7 {
        min-height: 80vh;
    }

    #slide-7 .bw7-img {
        width: 100%;
    }
	
	#slide-7 .bw7-subtitle {
    font-size: 30px;
	
}

    #slide-7 .bw7-disclaimer {
        font-size: 14px;
        bottom: 1vh;
    }
}





/* SLIDE 6 - COSETTA LA CALZETTA */

/* Slide 6 - background a righe verdi oblique */
#slide-6 {
    position: relative;
    overflow: hidden;
    /* Righe verdi oblique */
    background: repeating-linear-gradient(
    45deg,
    #267555 0,
    #267555 80px,
    #247352 80px,
    #247352 160px
  );
    color: #ffffff;
}

/* Se vuoi che il contenuto non stia appiccicato ai bordi */
#slide-6 .slide-content {
    position: relative;
    padding: 5%;
}

/* Titolo principale (H1) della slide 6 */
#slide-6 .slide-text h1 {
    font-size: 80px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 30px;
	font-family: txc-pearl,sans-serif!important;
    font-weight: 700;
}

/* Centra l'H1 su mobile */
@media (max-width: 768px) {
    #slide-6 .slide-text h1 {
        text-align: center;
		font-size: 40px;
    }
	
#slide-6 .slide-text h2 {
    font-size: 18px;
	transform: translatey(-25px)
}
	
	#slide-6 .slide-btn {
    transform: translatey(-25px)
}
	
	#slide-6 .slide-content {
    position: relative;
    padding: 3%;
}
}

/* Secondo titolo (H2) coerente con le altre slide */
#slide-6 .slide-text h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 22px;
	font-weight: 700;
	
}

/* Testo */
#slide-6 .slide-text p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* Pulsante */
#slide-6 .slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
}

#slide-6 .slide-btn:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
	color: var(--e-global-color-secondary);
}

#slide-6 .slide-image img {
	width: 70%;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

/* SOLO DESKTOP: slide 4 layout 50% / 50% */
@media (min-width: 769px) {
    #slide-4 .slide-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #slide-4 .slide-image {
        flex: 0 0 50%; /* immagine prende il 50% */
        max-width: 50%;
    }

    #slide-4 .slide-text {
        flex: 0 0 50%; /* testo prende il restante 50% */
        max-width: 50%;
        padding: 5% 6%; /* piccolo tweak per bilanciare visivamente */
    }
}



/* SLIDE CUSTOM NATALE */

#slide-5 {
    position: relative;
    background: #d20202;
    overflow: hidden;
    min-height: 90vh
}

#slide-5::before,#slide-5::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: .95
}

#slide-5::before {
    background-image: url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg);
    background-size: 10px,12px,14px,16px,18px,20px,22px,24px;
    background-position: 6% 12%,18% 8%,32% 22%,46% 10%,64% 18%,78% 6%,90% 20%,70% 30%
}

#slide-5::after {
    background-image: url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg),url(https://myclipper.eu/wp-content/uploads/2025/09/star.svg);
    background-size: 12px,14px,10px,16px,18px,20px,22px,24px;
    background-position: 10% 70%,24% 78%,38% 60%,52% 72%,66% 64%,80% 82%,92% 66%,12%
}

#slide-5 .slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    width: 100%
}

#slide-5 .slide-image {
    flex: 1 1 55%;
    min-width: 0
}

#slide-5 .slide-text {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
    padding: 8% 8% 8% 2%;
    text-align: left
}

.custom-natale-slider {
    position: relative;
    width: 100%;
    height: 100%
}

.custom-natale-slider-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 2vw 0 0
}

:root {
    --gold-dk: #b8860b;
    --gold: #ffd700;
    --gold-hi: #fff8dc
}

.custom-natale-slider-text {
    flex: 0 1 50%;
    font-family: txc-pearl,sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .8;
    font-size: 8vw;
    margin: 0;
    max-width: 100%;
    background: linear-gradient( 120deg,var(--gold-dk) 0%,var(--gold) 12%,var(--gold-hi) 22%,var(--gold) 36%,var(--gold-dk) 58%,var(--gold) 78%,var(--gold-dk) 100% );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide5Shine 6s linear infinite
}

@keyframes slide5Shine {
    0% {
        background-position: 0
    }

    100% {
        background-position: 100%
    }
}

.custom-natale-slider-image {
    flex: 0 1 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transform: translate(2vw,-10vw)scale(.92)rotate(4deg);
    filter: drop-shadow(-10px 1px 10px rgba(94,36,0,.45));
    z-index: 3
}

.custom-natale-slider-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    pointer-events: none
}

#slide-5 .slide-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.6rem,1.2rem + 6vw,2rem);
    margin: 0 0 18px
}

#slide-5 .slide-btn {
    background-color: #fff !important;
    color: #d20202;
    font-family: futura-pt-bold,sans-serif;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 30px;
    text-transform: uppercase;
    transition: transform .25s ease,background-color .25s ease
}

#slide-5 .slide-btn:hover {
    transform: scale(1.05)
}

@media(max-width: 768px) {
    #slide-5 .slide-content {
        flex-direction:column;
        align-items: stretch;
        gap: 18px;
        padding: 6% 0
    }

    #slide-5 .slide-image {
        flex: none
    }

    .custom-natale-slider-content {
        padding: 0 6%;
        align-items: center;
        gap: 6px
    }

    .custom-natale-slider-text {
        flex: 0 0 50%;
        font-size: 20vw;
        text-align: left
    }

    .custom-natale-slider-image {
        flex: 0 0 50%;
        transform: translate(-20vw,-20vw)scale(.6)rotate(3deg);
        justify-content: center
    }

    #slide-5 .slide-text {
        flex: none;
        padding: 0 8%;
        text-align: center;
        align-items: center
    }

    #slide-5 .slide-text h2 {
        font-size: 1.4rem
    }

    #slide-5 .slide-btn {
        font-size: 20px;
        padding: 10px 22px
    }
}





/* SLIDE CUSTOM */

.design-clipper-section {
    background-color: #ff5a0b;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.design-clipper-content {
    max-width: 1500px;
    width: 100%;
    height: 500px;
    position: relative
}

/* .design-clipper-text {
    position: absolute;
    bottom: 50px;
    left: 10px;
    font-family: futura, sans-serif;
    font-style: italic;
    font-weight: 900;
    font-stretch: condensed;
    line-height: .9;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-size: 8.5vw;
    text-align: left;
    z-index: 0;
    margin: 0;
    max-width: 50%;
}
 */

.design-clipper-text {
    position: absolute;
    bottom: 50px;
    left: 10px;

    /* Font principale: Futura PT Condensed Italic */
    font-family: "futura-pt-condensed", sans-serif;
	font-weight: 800;
	font-style: italic;

    /* Aspetto e layout */
    line-height: 0.8;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-size: 9vw;
    text-align: left;
    z-index: 0;
    margin: 0;
    max-width: 50%;
	line-height:

    /* Evita qualsiasi rottura di parole */
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.design-clipper-image {
    position: absolute;
    right: 0;
    bottom: 10px;
    max-width: 60%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 0;
    transform: translate(30px,-90px);
	filter: drop-shadow(-10px 1px 10px brown);
}

.design-clipper-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    pointer-events: none
}

@media(max-width: 768px) {
    .design-clipper-section {
        height:400px
    }

    .design-clipper-text {
        font-size: 23vw;
        margin: 0;
        padding: 0
    }
}


/* 🔹 Rimuovere lo sfondo dallo slider */
.swiper {
    width: 100%;
    height: 90vh;
    position: relative;
    background: none; /* Rimuove qualsiasi sfondo */
	border-radius: 0 0 40px 40px;
	margin-bottom: 2px;
}

/* ============================================
   SLIDE – FULMINACCI
   ============================================ */
#slide-fireboard{
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #e24922;
}

/* Titolo */
#slide-fireboard .slide-text h2{
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 56px;
  line-height: 1.1;
}

/* Paragrafo */
#slide-fireboard p{
  color: #000;
  line-height: 1.15;
  font-size: 42px;
  font-weight: 800;
  margin: 10px 0 35px;
}

/* Pulsante */
#slide-fireboard .slide-btn{
  background-color: #000;
  color: #fff;
}

#slide-fireboard .slide-btn:hover{
  background-color: #222;
  color: #fff;
}
/* Mobile */
@media (max-width:768px){
  #slide-fireboard .slide-text{
    padding-top: 45px;
  }

  #slide-fireboard .slide-text h2{
    font-size: 40px;
    margin-bottom: 6px;
  }

  #slide-fireboard p{
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 30px;
  }
}

/* Desktop 50% / 50% */
@media (min-width:769px){
  #slide-fireboard .slide-content{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #slide-fireboard .slide-image{
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 20px;
  }

  #slide-fireboard .slide-text{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5% 6%;
  }
}


/* 🔹 Contenitore della slide diviso in due colonne */
.slide-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

/* 🔹 Colonna sinistra: immagine */
.slide-image {
    flex: 1;
    height: 100%; /* Immagine deve occupare tutta l'altezza della slide */
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-image img {
    max-width: 100%; /* L'immagine si adatta alla larghezza della colonna */
    height: auto;
    object-fit: cover; /* Copre l'intera area senza distorcere */
	border-radius: 10px;
}

.slide-image img.lazyloaded {
	border-radius: 20px;
}

/* 🔹 Colonna destra: testo e pulsante */
.slide-text {
    flex: 1;
    padding: 10%;
    text-align: left;
}

/* 🔹 Titolo */
.slide-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

/* 🔹 Testo */
.slide-text p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

/* 🔹 Pulsante: Stile richiesto */
.slide-text .slide-btn {
    background-color: var(--e-global-color-primary); /* Colore principale del sito */
    font-family: "futura-pt-bold", Sans-serif; /* Font */
    font-size: 28px; /* Dimensione del font */
    font-weight: 600; /* Peso del font */
    color: var(--e-global-color-secondary); /* Colore del testo del pulsante */
    text-transform: uppercase;
    padding: 12px 24px; /* Spaziatura interna */
    border: none; /* Rimuove il bordo */
    border-radius: 50px; /* Bordo arrotondato */
    text-align: center; /* Allineamento del testo */
    text-decoration: none; /* Rimuove la sottolineatura */
    display: inline-block; /* Trattare come elemento inline-block */
    transition: background-color 0.3s ease; /* Aggiungi una transizione */
}

/* 🔹 Stili separati per la Slide 1 */
#slide-1 {
    background: #FF5A0B;
}

#slide-1 h2 {
    font-weight: 800;
    color: var(--e-global-color-primary); /* Colore secondario globale */
}

#slide-1 .slide-btn:hover {
    transform: scale(1.1);
    color: var(--e-global-color-secondary); /* Colore secondario globale */
    transition: 0.3s ease-in-out;
}

/* 🔹 Stili separati per la Slide 2 */
#slide-2 {
    background: #EC9393;
}

#slide-2 h2 {
    color: #A53333; /* Colore secondario globale */
    font-weight: 800;

}

#slide-2 p {
    color: #A53333; /* Colore secondario globale */
    font-weight: 400;
}


#slide-2 .slide-btn {
    color: white; /* Colore secondario globale */
	background-color: #A53333;
}

#slide-2 .slide-btn:hover {
    transform: scale(1.1);
    color: white; /* Colore secondario globale */
	background-color: #A53333;
    transition: 0.3s ease-in-out;
}


/* 🔹 Stili separati per la Slide 3 */
#slide-3 {
     background: #B88EB5 !important;
}

#slide-3 h2 {
    color: white; /* Colore secondario globale */
    font-weight: 800;

}

#slide-3 p {
    color: white; /* Colore secondario globale */
    font-weight: 400;
}


#slide-3 .slide-btn {
    color: #B88EB5; /* Colore secondario globale */
	background-color: white; /* Colore secondario globale */
}

#slide-3 .slide-btn:hover {
    transform: scale(1.1);
    color: #B88EB5; /* Colore secondario globale */
	background-color: white; /* Colore secondario globale */
    transition: 0.3s ease-in-out;
}


/* SLIDE 4: sfondo nero + stelle + palline */

/* 🔹 SLIDE 4 — SEMPLICE GRADIENTE ROSSO ANIMATO */
#slide-4 {
  position: relative;
  overflow: hidden;
  height: 100%;
  
  /* gradiente base rosso → più scuro */
  background: linear-gradient(120deg, #ff2d00, #b10000, #9C0909);
  background-size: 300% 300%;
  
  /* animazione lenta e continua */
  animation: redGradientFlow 2s ease-in-out infinite alternate;
}

/* keyframes per muovere il gradiente */
@keyframes redGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ===== Oro realistico + slow shimmer su H2 (Slide 4) ===== */
:root{
  --gold-dk: #b8860b;
  --gold:    #ffd700;
  --gold-hi: #fff8dc;
}

#slide-4 h2{
  font-family:"txc-pearl",sans-serif !important;
  font-weight:600;
  font-style:normal;
  font-size: 5rem;

  /* fallback statico se no clip-text */
  color: var(--gold);

  /* gradiente + shimmer */
  background: linear-gradient(
    120deg,
    var(--gold-dk) 0%,
    var(--gold)    8%,
    var(--gold-hi) 12%,
    var(--gold)    16%,
    var(--gold-dk) 25%,
    var(--gold)    35%,
    var(--gold-hi) 40%,
    var(--gold)    45%,
    var(--gold-dk) 55%,
    var(--gold)    65%,
    var(--gold-hi) 70%,
    var(--gold)    75%,
    var(--gold-dk) 85%,
    var(--gold)    95%,
    var(--gold-dk) 100%
  );
  background-size: 300% 300%;      /* shimmer morbido */
  display: inline-block;           /* necessario per alcuni browser */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Safari/iOS */
  animation: shineGold 6s linear infinite; /* slow shimmer */
  will-change: background-position;
}

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

/* Rispetto preferenze utente: niente animazioni */
@media (prefers-reduced-motion: reduce){
  #slide-4 h2{ animation: none; }
}

#slide-4 p{
  color:  #ffd700;
  line-height: 24px;
  font-size: 18px;
}


/* layer stelle dietro ai contenuti */
#slide-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg"),
    url("https://myclipper.eu/wp-content/uploads/2025/09/star.svg");
  background-repeat: no-repeat;
  background-size: 10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px, 10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px;
  background-position: 70% 10%, 40% 10%, 5% 25%, 50% 12%, 14% 20%, 78% 8%, 90% 18%, 12% 40%, 28% 5%, 70% 42%, 60% 60%,
    76% 48%, 8% 40%, 30% 78%, 55% 85%, 80% 75%;
  opacity: 0.95;
  animation: starsDrift 40s ease-in-out infinite alternate, starsTwinkle 6s ease-in-out infinite;
}
/* 🔹 Distribuzione stelle mobile: più equilibrata ma con prevalenza in alto */
/* 🔹 MOBILE: stelle più numerose e distribuite su tutto lo schermo */
@media (max-width: 768px) {
  #slide-4::before {
    background-size:
      10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px,
      10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px,
      10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px,
      10px, 12px, 14px, 16px, 18px, 20px, 22px, 24px;

    /* 🔹 Distribuzione ampia e naturale su tutto lo schermo */
    background-position:
      /* fascia alta */
      3% 4%,  12% 6%,  24% 8%,  38% 5%,  52% 10%,  66% 7%,  80% 9%,  94% 6%,
      /* fascia medio-alta */
      6% 20%,  18% 24%,  32% 28%,  46% 22%,  60% 26%,  74% 30%,  88% 25%,  96% 22%,
      /* fascia centrale */
      8% 45%,  22% 48%,  38% 52%,  54% 50%,  70% 46%,  86% 53%,  98% 50%, 
      /* fascia inferiore */
      10% 70%,  28% 75%,  46% 80%,  64% 76%,  82% 78%,  95% 73%,  50% 90%;

    opacity: 0.9;
    animation: starsDrift 45s ease-in-out infinite alternate, starsTwinkle 7s ease-in-out infinite;
  }
}

/* contenuti sopra le stelle */
#slide-4 .slide-content{
  position: relative;
  z-index: 2;                    /* TESTO/BTN davanti */
}

#slide-4 .slide-btn {
    background-color: white; /* Colore principale del sito */
	color: #c0081b; /* Colore secondario globale */
}

#slide-4 .slide-btn:hover {
    background-color: #fff; /* Colore principale del sito */
	color: #D20202; /* Colore secondario globale */
}

@media (max-width:768px){
#slide-4 h2{
    font-size: 42px;
	}
#slide-4 p{
    font-size: 16px;
	}
}


/* Responsive slider */
@media (max-width:768px){
  .slide-content{ flex-direction:column; align-items:center; justify-content:center; text-align:center; height:100%; padding:5% }
  .slide-image{ width:100%; height:auto; max-height:45vh; display:flex; justify-content:center; align-items:flex-end }
  .slide-image img{ max-width:100%; max-height:100%; height:auto; object-fit:contain }
  .slide-text{ width:100%; padding:0 10%; display:flex; flex-direction:column; align-items:center; justify-content:flex-start }
  .slide-text .slide-btn{ font-size:20px; padding:10px 20px; display:flex; justify-content:center; align-items:center }
}

/* 🔹 Responsive: su mobile impila le colonne e giustifica tutto al centro */
@media (max-width: 768px) {
    .slide-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center; /* Centra tutto il contenuto orizzontalmente */
        height: 100%;
        padding: 5%;
    }

    /* 🔹 Colonna sinistra: immagine */
    .slide-image {
        width: 100%;
        height: auto;
        max-height: 45vh; /* Evita che l'immagine prenda troppo spazio */
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .slide-image img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        object-fit: contain; /* Mantiene le proporzioni senza tagliare */
    }

    .slide-text {
        width: 100%;
        padding: 0 10%;
        display: flex;
        flex-direction: column;
        align-items: center; /* 🔹 Centra il contenuto verticalmente */
        justify-content: flex-start; /* 🔹 Mantiene il contenuto bilanciato */
    }

    .slide-text h2 {
        font-size: 28px; /* Riduce la dimensione del titolo su mobile */
        margin-bottom: 15px;
		text-align: center;
    }

    .slide-text p {
        font-size: 18px; /* Riduce la dimensione del testo su mobile */
        margin-bottom: 13px;
		text-align: center;
    }

    .slide-text .slide-btn {
        font-size: 20px; /* Riduce la dimensione del pulsante su mobile */
        padding: 10px 20px; /* Riduce la spaziatura interna del pulsante */
        display: flex;
        justify-content: center; /* 🔹 Centra il pulsante */
        align-items: center;
    }
}
