@charset "UTF-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
* {
  outline: none;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-size: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
  border: none;
}

p {
  margin: 0px 0px 15px 0px;
}

a {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
HACK per modificare checkbox e radio button
========================================================================== */
.check_modified input[type=radio],
.check_modified input[type=checkbox] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.check_modified input[type=radio] + label {
  margin: 0; /* Azzera i margini */
  padding: 2px 0 0px 24px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
  cursor: pointer; /* Imposta il cursore */
  background-image: url("../img/asset/check_start.png"); /* Imposta lo sfondo iniziale per checkbox e radio button */
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
}

.check_modified input[type=checkbox] + label {
  margin: 0; /* Azzera i margini */
  padding: 2px 0 0px 24px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
  cursor: pointer; /* Imposta il cursore */
  background-image: url("../img/asset/radio_start.png"); /* Imposta lo sfondo iniziale per checkbox e radio button */
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
}

.check_modified input[type=radio]:hover + label { /*Modifica lo sfondo del radio button quando viene attivato */
  background-image: url("../img/asset/radio_selected.png");
}

.check_modified input[type=checkbox]:hover + label { /*Modifica lo sfondo del checkbox quando viene attivato */
  background-image: url("../img/asset/check_selected.png");
}

.check_modified input[type=radio]:checked + label { /*Modifica lo sfondo del radio button quando viene attivato */
  background-image: url("../img/asset/radio_selected.png");
}

.check_modified input[type=checkbox]:checked + label { /*Modifica lo sfondo del checkbox quando viene attivato */
  background-image: url("../img/asset/check_selected.png");
}

/* ==========================================================================
HACK per display inline-block
   ========================================================================== */
* html .inl-b {
  display: inline;
} /* hack per IE 6 */
* + html .inl-b {
  display: inline;
} /* hack per IE 7 */
/* ==========================================================================
Box Cookies Policy Style
   ========================================================================== */
.cc-cookies {
  position: static;
} /* default fixed top lef*/
/*in caso di box "cookies" fisso, definire uno spazio dal top*/
/* ==========================================================================
Box Alert analytics
   ========================================================================== */
.analytics {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #cc0000 transparent;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 99999;
}

.analytics:after {
  content: "Analytics";
  position: absolute;
  top: 53px;
  right: 5px;
  font-size: 10px;
  font-family: sans-serif;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.privacy_txt {
  max-width: 980px;
  width: 94%;
  text-align: justify;
  line-height: 18px;
  font-size: 14px;
  margin: auto;
  padding: 20px 0;
}

body {
  font-family: "articulat-cf", sans-serif;
  font-size: 25px;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #00FFFF;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  margin-top: 40px;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  flex: 1;
}
header nav {
  display: flex;
  align-items: center;
  gap: 60px;
}
header nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
header nav a:hover {
  color: #00FFFF;
}
header .hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
}
header .hamburger .hamburger-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

.footer-sx {
  font-family: "articulat-cf", sans-serif;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 80px 25px;
}
.footer-sx a {
  color: #fff;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
}
body.menu-open header .hamburger .hamburger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body.menu-open header .hamburger .hamburger-bar:nth-child(2) {
  opacity: 0;
}
body.menu-open header .hamburger .hamburger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1024px) {
  header {
    margin-top: 20px;
  }
  header .hamburger {
    display: inline-flex;
    z-index: 1001;
  }
  header .logo {
    flex: 0 0 auto;
  }
  header .pnlegge-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 320px;
    background: #0b0b0b;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
  }
  header .pnlegge-menu a {
    display: block;
    padding: 12px 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
  }
  header .pnlegge-menu a:hover {
    color: #00FFFF;
    background: rgba(255, 255, 255, 0.06);
  }
  body.menu-open header .pnlegge-menu {
    transform: translateX(0);
  }
  header nav {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  br:not(.stay) {
    display: none;
  }
}

.main-container {
  margin: auto;
  width: 1770px;
  padding: 0 25px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .main-container {
    padding: 0 15px;
  }
}

.full-page {
  width: 100%;
  height: 100vh;
  position: relative;
}
.full-page.top {
  background-image: url(../img/pnlegge-ai/home.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-page.top .main-container {
  position: relative;
  z-index: 1;
}
.full-page.top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.33;
  z-index: 0;
}
@media screen and (max-height: 767px) {
  .full-page.top {
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .full-page.top {
    background-position: center center;
  }
}
.full-page.angelo {
  background-image: url(../img/pnlegge-ai/panoramica-2.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.change {
  display: inline-block;
  transition: opacity 360ms ease;
}

.change.is-changing {
  opacity: 0;
}

.top-container {
  width: 100%;
  height: 100vh;
  padding-left: 110px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .top-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-container {
    padding-left: 0px;
  }
}
.top-container .top-content {
  margin-bottom: 12vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-container .top-content {
    margin-bottom: 15vh;
  }
}
.top-container .top-content .swiper {
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 1630px) {
  .top-container .top-content .swiper {
    height: 110px;
  }
}
@media screen and (max-width: 1370px), (max-height: 767px) {
  .top-container .top-content .swiper {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-container .top-content .swiper {
    height: 50px;
  }
}
.top-container .top-content .h1 {
  display: block;
  font-size: 180px;
  letter-spacing: -12px;
  word-spacing: 30px;
  color: #00FFFF;
  line-height: 0.85;
}
@media screen and (max-width: 1630px) {
  .top-container .top-content .h1 {
    font-size: 140px;
    letter-spacing: -6px;
    word-spacing: 20px;
  }
}
@media screen and (max-width: 1370px), (max-height: 767px) {
  .top-container .top-content .h1 {
    font-size: 80px;
    letter-spacing: -6px;
    word-spacing: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-container .top-content .h1 {
    font-size: 60px;
    letter-spacing: -3px;
    word-spacing: 10px;
  }
}
.top-container .top-content .h2 {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .top-container .top-content .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-container .top-content .h2 {
    font-size: 28px;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-change {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 1024px), (max-height: 767px) {
  .text-change {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .text-change {
    gap: 0 10px;
  }
}

.title-regular {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.title-bold {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.section {
  width: 100%;
  overflow-x: hidden;
}
.section.marquee {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section.marquee {
    padding: 25px 0;
  }
}
.section.sep {
  border-top: 1px solid #fff;
}

.cosa-facciamo {
  width: 100%;
  padding: 175px 0;
  padding-left: 245px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cosa-facciamo {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cosa-facciamo {
    padding: 100px 0 50px;
    padding-left: 0px;
  }
}
.cosa-facciamo .cosa-facciamo-title {
  top: 180px;
  left: 100px;
}
@media screen and (max-width: 1024px) {
  .cosa-facciamo .cosa-facciamo-title {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cosa-facciamo .cosa-facciamo-title {
    top: 80px;
    left: 0px;
  }
}
.cosa-facciamo .cosa-facciamo-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #00FFFF;
  max-width: 1120px;
}
.cosa-facciamo .cosa-facciamo-text .space {
  display: inline-block;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .cosa-facciamo .cosa-facciamo-text {
    font-size: 30px;
  }
}

.case-study {
  width: 100%;
  padding: 250px 0 60px;
  padding-left: 35%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .case-study {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .case-study {
    padding: 100px 0 25px;
    padding-left: 0px;
  }
}
.case-study .case-study-title {
  top: 220px;
  left: 100px;
}
@media screen and (max-width: 1024px) {
  .case-study .case-study-title {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .case-study .case-study-title {
    top: 80px;
    left: 0px;
  }
}
.case-study .case-study-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .case-study .case-study-text {
    font-size: 30px;
  }
}

.case-study-img {
  width: 100%;
  padding-left: 110px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .case-study-img {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-img {
    padding-left: 0px;
  }
}
.case-study-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-study-imgs {
  padding-left: 280px;
  display: flex;
  gap: 25px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .case-study-imgs {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-imgs {
    padding-left: 0px;
  }
}
.case-study-imgs .img-cont {
  overflow: hidden;
}
.case-study-imgs .img-cont:nth-child(1) {
  width: 31%;
}
.case-study-imgs .img-cont:nth-child(2) {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .case-study-imgs .img-cont:nth-child(1) {
    width: 40%;
  }
  .case-study-imgs .img-cont:nth-child(2) {
    width: 60%;
  }
}
.case-study-imgs img {
  display: block;
  width: auto;
  height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .case-study-imgs img {
    height: 475px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-imgs img {
    height: 375px;
  }
}
@media screen and (max-width: 480px) {
  .case-study-imgs img {
    height: 275px;
  }
}

.edizione-2025 {
  width: 100%;
  padding: 120px 0;
  padding-left: 110px;
}
@media screen and (max-width: 1024px) {
  .edizione-2025 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .edizione-2025 {
    padding: 60px 0;
    padding-left: 0px;
  }
}
.edizione-2025 .edizione-2025-text {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .edizione-2025 .edizione-2025-text {
    font-size: 30px;
  }
}

.ai-block {
  padding: 30px 0 80px;
  margin-left: 110px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .ai-block {
    padding: 20px 0 50px;
    margin-left: 0px;
  }
}
.ai-block .ai-block-text {
  width: 30%;
}
.ai-block .ai-block-text .ai-block-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .ai-block .ai-block-text .ai-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .ai-block .ai-block-text {
    width: 100%;
  }
  .ai-block .ai-block-text .ai-block-title {
    font-size: 35px;
  }
}
.ai-block .ai-block-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.ai-block .ai-block-img img, .ai-block .ai-block-img video {
  width: 850px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
@media screen and (max-width: 767px) {
  .ai-block .ai-block-img {
    width: 100%;
    justify-content: flex-start;
  }
}

.progetto {
  width: 100%;
  padding: 200px 0 120px;
  padding-left: 110px;
}
@media screen and (max-width: 1024px) {
  .progetto {
    padding: 100px 0 60px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .progetto {
    padding: 60px 0 60px;
    padding-left: 0px;
  }
}
.progetto .progetto-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 1450px;
  color: #fff;
}
.progetto .progetto-text em {
  color: #00FFFF;
}
@media screen and (max-width: 767px) {
  .progetto .progetto-text {
    font-size: 30px;
  }
}

.settori {
  width: 100%;
  padding: 250px 0 110px;
  padding-left: 110px;
}
@media screen and (max-width: 1024px) {
  .settori {
    padding: 120px 0 60px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .settori {
    padding: 120px 0 30px;
    padding-left: 0px;
  }
}
.settori .settori-title {
  font-size: 18px;
}
.settori .settori-text {
  font-size: 120px;
  letter-spacing: -2px;
  color: #00FFFF;
  line-height: 1;
  max-width: 1000px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px), (max-height: 767px) {
  .settori .settori-text {
    font-size: 80px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .settori .settori-text {
    font-size: 50px;
    letter-spacing: -1px;
  }
}
.settori .settori-blocks {
  padding-top: 110px;
  margin-left: 20%;
  display: flex;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .settori .settori-blocks {
    margin-left: 10%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .settori .settori-blocks {
    padding-top: 40px;
    margin-left: 0;
  }
}
.settori .settori-blocks .settore {
  width: calc(50% - 12.5px);
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .settori .settori-blocks .settore {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .settori .settori-blocks .settore {
    width: 100%;
  }
}
.settori .settori-blocks .settore p {
  max-width: 550px;
}
.settori .settori-blocks .settore-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .settori .settori-blocks .settore-title {
    font-size: 35px;
  }
}

.esperienze {
  width: 100%;
  padding: 120px 0 60px;
}
@media screen and (max-width: 1024px) {
  .esperienze {
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .esperienze {
    padding: 100px 0 30px;
  }
}
.esperienze .esperienze-text {
  font-size: 180px;
  letter-spacing: -2px;
  line-height: 0.85;
  margin-bottom: 25px;
}
.esperienze .esperienze-text span {
  color: #00FFFF;
}
@media screen and (max-width: 1024px), (max-height: 767px) {
  .esperienze .esperienze-text {
    font-size: 100px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .esperienze .esperienze-text {
    font-size: 60px;
    letter-spacing: -1px;
  }
}

.come-lavoriamo {
  width: 100%;
  padding: 0px 0 60px;
  padding-left: 23%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .come-lavoriamo {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .come-lavoriamo {
    padding: 0px 0 25px;
    padding-left: 0px;
  }
}
.come-lavoriamo .come-lavoriamo-title {
  font-size: 18px;
  top: 12px;
  left: 17%;
}
@media screen and (max-width: 1024px) {
  .come-lavoriamo .come-lavoriamo-title {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .come-lavoriamo .come-lavoriamo-title {
    top: 12px;
    left: 0px;
  }
}
.come-lavoriamo .come-lavoriamo-text {
  max-width: 850px;
}
.come-lavoriamo .come-lavoriamo-list {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .come-lavoriamo .come-lavoriamo-list {
    padding-top: 40px;
  }
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row {
  position: relative;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #262626;
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row:last-child {
  border-bottom: 1px solid #262626;
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row:last-child:after {
  content: "";
  width: 1000px;
  height: 1px;
  border-top: 1px solid #262626;
  position: absolute;
  top: 100%;
  left: 100%;
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row:before {
  content: "";
  width: 1000px;
  height: 1px;
  border-top: 1px solid #262626;
  position: absolute;
  top: 0px;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row {
    padding: 20px 25px;
    gap: 25px;
  }
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row .cl-n {
  color: #858585;
  font-weight: 700;
}
.come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row .cl-title {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .come-lavoriamo .come-lavoriamo-list .come-lavoriamo-row .cl-title {
    font-size: 18px;
  }
}

.contatti {
  width: 100%;
  padding: 120px 0 60px;
  padding-left: 150px;
}
@media screen and (max-width: 1024px) {
  .contatti {
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .contatti {
    padding: 100px 0 30px;
  }
}
.contatti .contatti-title {
  font-size: 120px;
  letter-spacing: -2px;
  color: #00FFFF;
  line-height: 1;
  max-width: 1000px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px), (max-height: 767px) {
  .contatti .contatti-title {
    font-size: 80px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .contatti .contatti-title {
    font-size: 50px;
    letter-spacing: -1px;
  }
}
.contatti .contatti-text {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .contatti .contatti-text {
    font-size: 30px;
  }
}

.rev {
  position: absolute;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .rev {
    position: static;
    transform: none;
  }
}

/* container */
.section.marquee {
  /* personalizza questi valori */
  --marquee-duration: 12s; /* velocità dello scorrimento */
  --marquee-gap: 2rem; /* spazio tra le ripetizioni */
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .section.marquee {
    --marquee-gap: 1rem;
  }
}

/* elemento animato (testo + copia tramite ::after) */
.section.marquee .marquee__text {
  font-size: 120px;
  font-weight: 700;
  color: #000;
  opacity: 0.47;
  line-height: 1;
  display: inline-block;
  will-change: transform;
  /* gap dopo la prima copia */
  padding-right: var(--marquee-gap);
  /* animazione infinità verso sinistra */
  animation: marquee-left var(--marquee-duration) linear infinite;
}
@media screen and (max-width: 1024px) {
  .section.marquee .marquee__text {
    font-size: 60px;
  }
}

/* browser con supporto allo stroke */
@supports (-webkit-text-stroke: 1px white) {
  .section.marquee .marquee__text {
    -webkit-text-stroke: 1.5px #fff; /* spessore e colore del bordino */
    text-shadow: none; /* evita doppio effetto */
  }
}
/* fallback (es. Firefox): outline simulato con 8 text-shadow senza blur */
@supports not (-webkit-text-stroke: 1px white) {
  .section.marquee .marquee__text {
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
}
/* seconda copia del testo per un loop senza scatti */
.section.marquee .marquee__text::after {
  content: attr(data-text);
  /* stesso gap prima della seconda copia */
  margin-left: var(--marquee-gap);
}

/* keyframes: sposta di metà larghezza (1 delle 2 copie) */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* facoltativo: rispetta le preferenze di sistema */
@media (prefers-reduced-motion: reduce) {
  .section.marquee .marquee__text {
    animation: none;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: "";
  }*/
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */