.elementor-14 .elementor-element.elementor-element-26a0942{--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:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-26a0942:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-26a0942 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bonoglitzandglamour.com/wp-content/uploads/2025/11/houcine-ncib-ej5U42nFV_A-unsplash-scaled.jpg");background-position:center center;background-size:cover;}.elementor-14 .elementor-element.elementor-element-84132ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-b0b87d6 .elementor-heading-title{font-family:var( --e-global-typography-83f293d-font-family ), Sans-serif;font-size:var( --e-global-typography-83f293d-font-size );line-height:var( --e-global-typography-83f293d-line-height );letter-spacing:var( --e-global-typography-83f293d-letter-spacing );color:var( --e-global-color-53d2343 );}.elementor-14 .elementor-element.elementor-element-e4e489f{--grid-template-columns:repeat(0, auto);text-align:left;--icon-size:16px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-14 .elementor-element.elementor-element-e4e489f .elementor-social-icon{background-color:var( --e-global-color-53d2343 );--icon-padding:16px;}.elementor-14 .elementor-element.elementor-element-e4e489f .elementor-social-icon i{color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-e4e489f .elementor-social-icon svg{fill:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-a18e4b4{--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;--margin-top:-360px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-2fafc69{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-2fafc69:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-2fafc69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-b0b87d6 .elementor-heading-title{font-size:var( --e-global-typography-83f293d-font-size );line-height:var( --e-global-typography-83f293d-line-height );letter-spacing:var( --e-global-typography-83f293d-letter-spacing );}.elementor-14 .elementor-element.elementor-element-a18e4b4{--margin-top:-300px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-b0b87d6 .elementor-heading-title{font-size:var( --e-global-typography-83f293d-font-size );line-height:var( --e-global-typography-83f293d-line-height );letter-spacing:var( --e-global-typography-83f293d-letter-spacing );}.elementor-14 .elementor-element.elementor-element-a18e4b4{--margin-top:-214px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14 .elementor-element.elementor-element-2fafc69{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-a18e4b4 *//* ===== Marquee con H2 — solo font-size in px per device ===== */
.marquee{
  /* <<< modifica qui >>> */
  --fs-desktop: 240px;   /* Desktop */
  --fs-tablet: 200px;    /* Tablet (<=1024px) */
  --fs-mobile: 140px;    /* Mobile (<=767px) */

  --gap: 48px;          /* spazio tra parole (opzionale) */
  --speed: 30s;         /* velocità scorrimento (opzionale) */
  

  /* non toccare sotto */
  --fs: var(--fs-desktop);

  display: flex;
  overflow: hidden;
  gap: var(--gap);
  align-items: center;
  white-space: nowrap;
  user-select: none;

  /* fade ai bordi (opzionale, rimuovi se non serve) */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
@media (max-width: 1024px){ .marquee{ --fs: var(--fs-tablet); } }
@media (max-width: 767px){  .marquee{ --fs: var(--fs-mobile); } }

.marquee__group{
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  min-width: max-content;
  animation: marquee var(--speed) linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.marquee__group h2{
  font-family: "DM Sans", Sans-Serif !important;
  font-size: var(--fs) !important;  /* forza la dimensione in px per device */
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.07em;
  color: #fff;
  white-space: nowrap;
}

/* Animazione loop */
@keyframes marquee{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-100%,0,0); }
}



.marquee__group h2 {
  opacity: 0.80; /* regola l’intensità */
}/* End custom CSS */