
* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  margin:0;
  transition-timing-function: ease-in-out;
}
div#page {
  overflow-x: hidden;
}
h1 {
  font-size: 48px;
  font-weight: 700;
  transition: all 1s ease-in-out;
  position: relative;
  line-height: 60px;
  z-index: 1;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  transition: all 1s ease-in-out;
  position: relative;
  line-height: 60px;
  z-index: 1;
}
h3 {
  font-size: 36px;
  font-weight: 700;
  color:black;;
}
.homepage #second-session h3, .homepage #fourth-session h3, #dcore-seventh-session h3 {
  color:white;
  text-align: center;
  text-align-last: center;
}
h4 {
  font-size: 23px;
  font-weight: 500;
  margin-top: 30px;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 1;
}
.container {
  margin: 0 auto;
  width: 1270px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0 16px;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header #desktop-menu ul {
  list-style-type: none;
  padding:0;
  margin:0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header #desktop-menu ul li {
  color: white;
  font-size:14px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 12px;
}
.header #desktop-menu ul li a {
  color:white;
  padding: 0 0 31px 0;
}
.header #desktop-menu ul li a:hover {
  border-bottom: 8px solid #064896;
  transition: none;
}
.header #desktop-menu ul li.accedi {
  /* border-right:1px solid white; */
  border-left:1px solid white;
}
.header .logo {
  width:120px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  position: fixed;
  width: 100%;
  transition: top 0.6s ease, background-color 0.6s ease; /* Aggiungi background-color alla transizione */
  z-index: 99;
}
.navbarColored {
  top: -100px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 98;
}
.navbarTransparent {
  top: 0;
  z-index: 99;
}
.navbar-hidden {
  top: -100px !important;
}

#first-session {
  /*background-image: url(../images/bg_1.jpg);*/
  /*min-height: 100vh;*/
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#first-session .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-right: 670px;
  padding-left: 70px;
}
.about #first-session {
  background-image: url(../images/about-img.jpg);
  min-height: 30vh !important;
  background-size: cover;
  background-position: 0 0px;
  background-repeat: no-repeat;
  color: white;
  height: 80vh;
}
.about #first-session::after {
  position: absolute;
  width: 100%;
  height: 80vh;
  content: '';
  margin-top: -100vh;
  background: rgb(0,0,0,0.4);
  z-index: 0;
}
.about #about-second-session {
  background-color:white;
  color: black;
  text-align: justify;
  text-align-last: center;
  padding: 70px 0 90px;
}
.digital-core #dcore-second-session, .cloud-connector #cloud-second-session, .school #cloud-second-session {
  background-color: #fafafa;
  color: black;
  text-align: justify;
  text-align-last: center;
  padding: 70px 0 90px;
  margin-top: -10px;
}
#school-second-session {
  background-color: #fafafa;
  color: black;
  text-align: left;
  text-align-last: left;
  padding: 50px 0 50px;
  margin-bottom: 0px;
}
#school-second-session ul {
  margin-top: 30px;
}
#school-second-session ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 18px;
  border-bottom:1px solid #f0f0f0;
}
#school-second-session ul li span{
  color:#064896;
  font-size:22px;
}
.school #cloud-third-session .container {
  padding-top: 40px;
}
.school #cloud-third-session .container h3 {
  text-align: center;
  margin-bottom: 20px;
}
.school #cloud-third-session .container .text {
  text-align: center;
}
.cloud-connector #cloud-second-session {
  margin-bottom: 0px;
  background-color: white;
}
#cloud-second-session img {
  margin-bottom: 30px;
  margin-top: 30px;
}
.about #about-second-session div.text, .digital-core #dcore-second-session div.text {
  padding: 20px 15% 0;
}
.cloud-connector #cloud-second-session div.text {
  padding: 20px 5% 0;
}
.about #third-session {
  background-color:#F2F2F2;
  background-image: none;
  color: black;
  text-align: left;
  min-height: 0;
}
.about #third-session .container {
  padding: 70px 0 90px;
  min-height: 0;
}
.about #about-fifth-session {
  min-height: 0;
  background-color:#F2F2F2;
  background-image: none;
  color: black;
}
.about #sixth-session {
  min-height: 0;
  background-color:black;
  background-image: none;
  color: #F2F2F2;
}
.about #sixth-session .container {
  padding: 70px 0 90px;
  min-height: 0;
}
.about #about-fifth-session .container {
  padding: 70px 0 90px;
  min-height: 0;
}
.about #about-fifth-session ul li {
  list-style-type: none;
}
.about #third-session div.text,
.about #about-fifth-session div.text,
.about #sixth-session div.text {
  padding: 20px 0 30px;
}
.about #fourth-session div.text {
  padding: 20px 0 0px;
}
.about #fourth-session .parent {
  display: flex;
  flex-direction: column;
  width: 100%;
  }
  .about #fourth-session .parent .div3,
  .about #fourth-session .parent .div4 {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }
  .about #fourth-session .parent .hor {
    display: flex;
    margin-bottom: 0px;
  }
  .about #sixth-session .hor {
    display: flex;
  }
  .about #sixth-session .text-block a {
    color: white !important;
    font-weight: 700;
}
  .text-block {
    padding-right: 70px;
  }
  .about #sixth-session .qrcode img {
    width: 400px;
  }
  .about #fourth-session .parent .hor > div {
    padding-right: 40px;
  }
  .about #fourth-session .parent h3, .about #sixth-session h3  {
    font-weight: 600;
    color: white;
}
.about #fourth-session .button-style-1 {
  width: 22%;
  text-align: center;
}
.cloud-connector .single-ps {
  border: none;
  padding-top: 80px !important;
}
.stories #stories-first-session {
  background-image: url(../images/stories-img.jpg);
  min-height: 30vh !important;
  background-size: cover;
  background-position: 0 0px;
  background-repeat: no-repeat;
  color: white;
  height: 80vh;
}
.stories #stories-first-session::after {
  position: absolute;
  width: 100%;
  height: 80vh;
  content: '';
  margin-top: -100vh;
  background: rgb(0,0,0,0.4);
  z-index: 0;
}
.stories #stories-first-session .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-right: 470px;
  padding-left: 70px;
}
section#stories-second-session {
  background-color: black;
  padding: 10px;
  color: white;
}
section#stories-third-session {
  padding: 70px 0 90px;
  background-color: white;
  z-index: 1;
}
.button-style-1 {
  background-color: #064896;
  color: #fff !important;
  padding: 12px 16px;
  font-weight: 500;
  position: relative;
  transition: all 1s ease-in-out;
}
.button-style-1:hover {
  background-color: #fff !important;
  color: #064896 !important;
}
#second-session, #fourth-session, .footer, #dcore-seventh-session {
  background-color:black;
  color:#D9D9D9;
  padding: 90px 0 110px;
}
#second-session .container, #fourth-session .container, #dcore-seventh-session {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.single-story {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}
.single-ps {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}
#cloud-third-session .single-ps:nth-of-type(1) {
  padding-top: 40px;
}
.single-story .container-img {
  width: 17%;
  display: flex;
  justify-self: center;
  align-items: center;
  margin-right: 3%;
}
.single-ps:nth-of-type(11) {
  border: none;
}
.single-ps .container-img {
  width: 27%;
  display: flex;
  justify-self: center;
  align-items: flex-start;
  margin-right: 4%;
  margin-left:4%;
}
.single-ps .info-ps {
  width: 65%;
  padding-right:4%;
}
.cloud-connector .single-ps .container-img {
  width: 45%;
}
.cloud-connector .single-ps .info-ps {
  width: 40%;
}
.single-story .container-img img, .single-ps .container-img img {
  width:100%;
}
.single-story .info-story {
  width: 80%;
}
.single-story .info-story a {
  color: #064896;
}
.single-story .info-story h3, .single-ps .info-ps h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 35px;
}
.single-ps .info-ps h3 {
  margin-bottom: 30px;
}
.single-story .info-story div, .single-ps .info-ps div {
  margin-bottom: 30px;
  font-weight: 300;
}
.single-ps .info-ps div {
  margin-bottom: 50px;
}
/* Search form styles */
.search-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search-input {
  padding: 10px;
  border:none;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
  flex:2;
}

.search-button {
  padding: 10px 20px;
  background-color: #064896;
  color: #fff;
  border: 1px solid #064896;
  font-size: 16px;
  cursor: pointer;
}

/* Hover effect on button */
.search-button:hover {
  background-color: white;
  border-color: #064896;
    color: #064896;
}
.solutions-icons {
  display: flex;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.solutions-icons a {
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.solutions-icons a:hover {
  transform: scale(1.15);
}
.solutions-icons img {
  width:150px;
}
#dcore-fifth-session h4 {
  margin-top:40px;
  text-align: center;
  font-weight: 600;
}
.partners-icons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
.partners-icons img {
  width:200px;
}
.partners-icons.tpl img {
  width:150px;
}
.description {
  font-size:19px;
  font-weight: 600;
  margin-top:60px;
}
#dcore-seventh-session .description {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top:5px;
}
.description a {
  text-decoration: underline;
  color:#D9D9D9;;
  margin-right: 10px;
}
.solutions-name {
  display: flex;
  align-items: center;
  justify-content:center;
  color:white;
}
#third-session {
  background-image: url(../images/bg_2.jpg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#third-session .container, #dcore-fourth-session .container, #dcore-sixth-session .container, #cloud-fourth-session .container, #cloud-sixth-session .container, #cloud-eigth-session .container, #cloud-tenth-session .container, #cloud-twelfth-session .container, #webminar-session .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-right: 582px;
  padding-left: 70px;
  background-size: cover;
  background-attachment: fixed;
}
#third-session h2, #third-session h4, #dcore-fourth-session h2, #dcore-fourth-session h4, #dcore-sixth-session h2, #dcore-sixth-session h4, #cloud-fourth-session h2, #cloud-fourth-session h4, #cloud-sixth-session h2, #cloud-sixth-session h4, #cloud-eigth-session h2, #cloud-eigth-session h4, #cloud-tenth-session h2, #cloud-tenth-session h4, #cloud-twelfth-session h2, #cloud-twelfth-session h4, #webminar-session h2, #webminar-session h3, #webminar-session h4 {
  color: white;
}

#webminar-session {
  background-image: url(../images/webinar_reduced.jpg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}

#webminar-session h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#dcore-fourth-session {
  background-image: url(../images/soluzioni_bg1-min.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#dcore-sixth-session {
  background-image: url(../images/soluzioni_bg2-min.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-fourth-session {
  background-image: url(../images/cloud-first.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-sixth-session {
  background-image: url(../images/cloud-second.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-eigth-session {
  background-image: url(../images/cloud-third.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-tenth-session {
  background-image: url(../images/cloud-third.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-tenth-session {
  background-image: url(../images/cloud-fourth.jpg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-twelfth-session {
  background-image: url(../images/cloud-fifth.jpeg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
#cloud-fourth-session.school1 {
  background-image: url(../images/school_bg1-min.jpg);
}
#cloud-sixth-session.school2 {
  background-image: url(../images/school_bg2-min.png);
}
#cloud-sixth-session.school3 {
  background-image: url(../images/school_bg3-min.jpg);
}
#cloud-sixth-session.school4 {
  background-image: url(../images/school_bg4-min.png);
}
#cloud-sixth-session.school5 {
  background-image: url(../images/school_bg5-min.jpg);
}
#cloud-sixth-session.school6 {
  background-image: url(../images/school_bg6-min.jpg);
}
#first-session.trasporto-disabili {
  background-image: url(../images/trasdis_bg.png) !important;
}
#dcore-sixth-session.trasdis2 {
  background-image: url(../images/trasdis_bg2.png) !important;
  background-attachment: inherit;
}
#dcore-sixth-session.trasdis2 h2, #dcore-sixth-session.trasdis2 h4 {
  color:black;
}
#dcore-sixth-session.trasdis4 {
  background-image: url(../images/trasdis_bg5.jpg) !important;
}
#dcore-sixth-session.trasdis5 {
  background-image: url(../images/trasdis_bg4.jpg) !important;
}
#dcore-sixth-session.trasdis7 {
  background-image: url(../images/trasdis_bg7.jpg) !important;
}
#dcore-sixth-session.tpl2 {
  background-image: url(../images/tpl2.jpg) !important;
}
#dcore-sixth-session.tpl5 {
  background-image: url(../images/tpl5.png) !important;
  background-position: right;
}
#dcore-sixth-session.tpl9 {
  background-image: url(../images/tpl9.jpg) !important;
}
#dcore-sixth-session.tpl12 {
  background-image: url(../images/tpl12.jpg) !important;
}
#dcore-sixth-session.altre1 {
  background-image: url(../images/altre1.png) !important;
}
#dcore-sixth-session.altre2 {
  background-image: url(../images/altre2.jpg) !important;
}
#dcore-sixth-session.altre4 {
  background-image: url(../images/altre4.jpg) !important;
}
#dcore-sixth-session.altre5 {
  background-image: url(../images/altre5.jpg) !important;
}
#dcore-sixth-session.installazioni3 {
  background-image: url(../images/installazioni3.jpg) !important;
}
#dcore-sixth-session.installazioni5 {
  background-image: url(../images/installazioni5.jpg) !important;
}
#dcore-sixth-session.installazioni7 {
  background-image: url(../images/installazioni7.jpg) !important;
}
#dcore-sixth-session.installazioni9 {
  background-image: url(../images/installazioni9.jpg) !important;
}
.tpl9::after, .tpl12::after {
  position: absolute;
  width: 100%;
  height: 100vh;
  content: '';
  margin-top: -100vh;
  background: rgb(0,0,0,0.4);
  z-index: 0;
}
.tpl12 .container {
  padding-right: 862px !important;
}
.container.altricontainer {
width: 1560px;
}
.school4 .container div {
  margin-top: 50px;
}
.school4 h2, .school4 h4 {
  color:black !important;
}
.contbutton {
  display: flex;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.trasdis2#dcore-sixth-session .container {
  width: 1560px;
  padding-right: 832px;
}
.cloud-connector #dcore-third-session {
  padding-top: 50px;
}
.cloud_button_eigth {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0 !important;
}
.cloud_button_eigth a {
  margin-top: 0px;
}
.cloud_button_eigth a:nth-of-type(1) {
  margin-right: 15px;
}
.fa-play-circle-o:before {
  content: "\f01d";
  font-size: 20px;
  margin-left: 12px;
  position: relative;
  top: 1px;
}
.sectors-icons {
  display: grid;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  grid-template-columns: repeat(7,1fr);
}
.sectors-icons a {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color:white;
}
.sectors-icons a:hover {
  transform: scale(1.15);
}
.sectors-icons img {
  width:60px;
}
.sectors-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px 20px;
}
.sectors-icons a:nth-of-type(6) .sectors-name {
  padding: 40px 0px 20px;
}
#fifth-session {
  background-image: url(../images/bg_3.jpg);
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0px;
  background-repeat: no-repeat;

}
#fifth-session .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 650px;
  padding-right: 70px;
}
#fifth-session h2 {
  font-size: 65px;
  line-height: 77px;
  color: white;
}
img.logofooter {
  width: 120px;
  height:auto;
  opacity: 0.4;
  cursor: pointer;
}
.seguici {
  display: flex;
  align-items: center;
}
.subfooter {
  width:100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid;
  padding-top: 30px;
  margin-top:60px;
}
img.linkedin-icon {
  width: 25px;
  margin-left: 10px;
}
a#floattante {
  position: fixed;
  background: #064897;
  right: 0;
  top: 45vh;
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 15px 25px 20px;
  box-shadow: -2px 5px 15px black;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
a#floattante:hover {
  transform: scale(1.1);
}
a#floattante img {
  width:50px;
  margin-bottom: 10px;
}
.footer .columns-container {
  display:grid;
  grid-template-columns: repeat(4,1fr);
}
.footer .columns-container ul {
  list-style-type: none;
  padding:0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.footer .columns-container ul a {
  padding: 10px 0;
  color:#D9D9D9;
}
.footer .columns-container .footer_title {
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .col2 a:nth-of-type(1), .footer .col4 a:nth-of-type(1) {
  margin-top:34px;
}
.footer .col3 {
  font-weight: 500;
  font-size: 14px;
}
.footer .col3 div {
  margin-bottom:10px;
}
.footer .col3 .footer_country{
  font-size: 16px;
  margin-bottom:2px;
}
.footer .col3 .footer_company, .footer .col3 .footer_tel {
  font-weight: 600;
  font-size: 16px;
  margin-bottom:20px;
}
.footer .col4 {
  width: 400px;
}
.footer .columns-container ul a:hover::before {
  width:80%;
}
.header ul li:hover > ul .dropdown-menu,
.header ul li ul .dropdown-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.stories .container-img {
  max-width: 200px;
}

.dropdown-menu {
  position: fixed;
  background-color: #D9D9D9;
  box-shadow: -2px 5px 15px rgba(0,0,0,0.3);
  padding:30px;
  font-size: 14px;
  font-weight: 500;
  top:101.5px;
  display: flex !important;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.dropdown-menu a {
  color: black !important;
  padding: 8px 0 !important;
}
.dropdown-menu a:hover {
  border:none !important;
}
.dropdown-menu a:before, .footer .columns-container ul a::before {
  content: '';
  background: #999;
  display: block;
  position: relative;
  top: 20px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s ease-in-out;
}
.footer .columns-container ul a::before {
  top:30px !important;
}
.dropdown-menu a:hover, .footer .columns-container ul a:hover {
 background-position: 0;
}
.dropdown-menu a:hover::before {
  width:100%;
}
.dropdown-menu#dropdown-second-item .menu-item-son {
  margin-bottom: 40px;
}
.dropdown-menu .menu-item-son-title {
  font-weight: 700;
  border-bottom: 1px solid #999;
}
.dropdown-menu .menu-item-son-title::after {
  content: ">";
  margin-left: 4px;
}
.dropdown-menu .menu-item-son {
  display: flex;
  flex-direction: column;
}
.dropdown-menu#dropdown-second-item {
  width:65vw;
  left:28vw;
}
.dropdown-menu#dropdown-second-item #menu_item_2_son_2 {
  margin-top: 64px;
}
div#dropdown-first-item {
  left: 47%;
}
div#dropdown-third-item {
  left: 60%;
}
.dropdown-menu .menu-item-son-title:hover {
  border-bottom: 1px solid #999 !important;
}
.dropdown-menu a.menu-item-son-title::before {
  background: transparent;
}
.dropdown-menu a.menu-item-son-title:hover::before {
  width:0%;
}
.text a {
  color: #064897 !important;
  font-weight: 500;
}


#first-session h2, #first-session h4, #first-session .button-style-1,
#third-session h2, #third-session h4, #third-session .button-style-1,
#webminar-session h2, #webminar-session h4, #webminar-session .button-style-1 {
  opacity:1;
  left: 0px;
}
#fifth-session h2, #fifth-session .button-style-1 {
  opacity:1;
  right: 0px;
}
.solutions-icons.mobile.owl-loaded, .sectors-icons.mobile.owl-loaded {
  display: none !important;
 }
.mobile, .sectors-icons.mobile {
  display: none;
}
.selector-language input {
  border: none;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor:pointer;
}
.selector-language input[value="it"]{
  padding-right:15px;
  border-right: 1px solid rgba(255,255,255,0.1);
  margin-right: 10px
}
.width600 {
  width: 600px;
}
.digital-core .video-container .container, .cloud-connector .video-container .container, .school .video-container .container {
  width:1560px;
  min-height:0 !important;
}
.digital-core .video-container .container-text, .cloud-connector .video-container .container-text, .school .video-container .container-text {
    position: absolute;
    color: white;
    top: 20vh;
}
.digital-core .video-container .container-text h4, .cloud-connector .video-container .container-text h4 {
  margin-bottom: 60px;
}
.digital-core .video-container .container-text a:nth-of-type(1) {
  margin-right:15px;
}
.digital-core #first-session, .cloud-connector #first-session, .school #first-session {
  /*background-image: none;*/
}
#dcore-third-session .container {
  width: 100%;
}
#dcore-second-session li {
  display: block;
  list-style: none;
  margin-top: 8px;
}
.cloud-connector #cloud-third-session div.text {
  padding: 20px 5% 0;
}
.school .video-container .container-text div {
  position: relative;
  margin-top: 50px;
}
@media(max-width:1025px){

  .digital-core .video-container .container-text, .cloud-connector .video-container .container-text, .school .video-container .container-text {
    position: absolute;
    color: white;
    top: 14vh;
  }


  .container {
    width: 100%;
}
.desktop {
  display: none;
}
div#wrapper {
  display: block !important;
}
#fifth-session .container, #first-session .container, #third-session .container, #second-session .container, #dcore-sixth-session .container, #dcore-fourth-session .container, #cloud-fourth-session .container, #cloud-sixth-session .container, #cloud-eigth-session .container, #cloud-tenth-session .container, #cloud-twelfth-session .container, #fourth-session .container, #webminar-session .container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
    z-index: 1;
}
#first-session {
  background-image: url('../images/video_index.jpg') !important;
  min-height: 100vh !important;
  background-size: cover;
  background-attachment: unset !important;
  background-position: 0 0px;
  background-repeat: no-repeat;
  margin-bottom:0 !important;
  background-color: #030C2D;
}
.digital-core.homepage #first-session {
  background-image: url('../images/video_index.jpg') !important;
}
.digital-core #first-session {
  background-image: url('../images/video_digitalcore.jpg') !important;
}
.cloud-connector #first-session {
  background-image: url('../images/video_cloud.jpg') !important;
}
.school #first-session {
  background-image: url('../images/video_ts.jpg') !important;
}
.digital-core.dis #first-session {
  background-image: url('../images/video_dis.jpg') !important;
}
.digital-core.tpl #first-session {
  background-image: url('../images/video_tpl.jpg') !important;
}
.digital-core.altre #first-session {
  background-image: url('../images/video_altre.jpg') !important;
}
.digital-core.installazioni #first-session {
  background-image: url('../images/video_installazioni.jpg') !important;
}
#first-session .container {
  padding-top: 0vh;
}
.installazioni2, .installazioni4 {
  padding: 0 30px;
}
.installazioni6 {
  padding:50px 30px 50px !important;
}
.installazioni1, .installazioni1 h3, .installazioni4, .installazioni4 h3 {
  text-align: center !important;
  text-align-last: center !important;
}
.installazioni1 .container div:last-of-type, .installazioni4 .container div:last-of-type {
  margin-top:20px !important;
}
.installazioni9 {
  background-size: cover !important;
  background-position: center !important;
}
#third-session .container, #dcore-fourth-session .container, #dcore-sixth-session .container, #webminar-session .container {
  padding-top: 25vh;
}
.trasdis2#dcore-sixth-session {
  min-height: auto;
}
.pulsanti-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pulsanti-mobile > * {
  margin-right: 0 !important;
}
.tpl #school-second-session {
  padding-left: 30px;
  padding-right: 30px;
}
.trasdis2#dcore-sixth-session .container {
  padding-top: 30px;
  padding-bottom: 40px !important;
  min-height: auto;
}
#dcore-fourth-session .container, #dcore-sixth-session .container {
  padding-bottom: 10vh;
}
h2 {
  font-size: 33px;
  line-height: 42px;
}
h4 {
  font-size: 18px;
}
.solutions-icons.mobile.owl-loaded {
  display: grid !important;
 }
.sectors-icons.mobile.owl-loaded {
  display: flex !important;
 }
.solutions-icons.desktop, .sectors-icons.desktop, #desktop-menu, .partners-icons.desktop {
 display: none;
}
.mobile {
  display: block;
}
.menu2 ul {
  padding: 0 0 0 12px !important;
}
.menu2, .menu3 {
  display: none;
}
ul {
  padding-inline-start: 20px;
}
.sectors-icons.mobile {
  display: block;
}
#fifth-session h2 {
  font-size: 7vw;
  line-height: 10vw;
  padding-right: 60px;
}
#first-session *, #second-session *, #third-session *, #fourth-session *, #fifth-session *, #webminar-session * {
  color: white;
}
.container.altricontainer {
  width: 100%;
  }
  #dcore-sixth-session.altre1::after {
    background: none;
}
.header {
  padding: 20px 20px 16px;
}
.header .container {
  /*flex-direction: row-reverse;*/
  /*padding-left: 69vw;*/
  padding-right: 7px;
}
.header .logo {
  width:80px;
}
.header .menu .logo {
  width: 70px;
  margin: 20px 20px 10px 20px;
}
a.logo-mobile {
  padding: 0 !important;
}
.trasdis2#dcore-sixth-session::after {
display: none;
}
.trasdis1#dcore-second-session {
  margin-top: 0vh;
}
.trasdis2#dcore-sixth-session .container {
  width: 100%;
  padding-right: 30px;
}
#dcore-sixth-session.trasdis2 {
  background-image: none !important;
}
.trasdis3#school-second-session {
  padding: 30px;
}
section#first-session::after, section#third-session::after, section#fifth-session::after, #dcore-fourth-session::after, #dcore-sixth-session::after, section#webminar-session::after {
  position: absolute;
  width: 100%;
  height: 100vh;
  content: '';
  margin-top: -100vh;
  background: black;
  background: linear-gradient(0deg, black 0%, rgb(24, 24, 24) 30%, rgba(33, 33, 33, 0) 100%);
}
section#fifth-session::after {
  height: 70vh;
  margin-top: -70vh;
  background: linear-gradient(0deg, rgba(38,38,38,1) 0%,rgba(38,38,38,0) 100%);
}
h3 {
  font-size: 26px;
}
#second-session, .footer {
  padding: 30px 0 40px;
}
.about #fourth-session {
  padding:30px 0 40px;
}
.about #fourth-session .container {
  padding:0;
}
.solutions-icons a, .sectors-icons a, .partners-icons a {
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
  color:white !important;
  text-decoration: none;
}
.partners-icons .owl-item {
  justify-content: center;
  align-items: center;
  display: flex;
}
.partners-icons .owl-nav {
  top: -60px;
}
.partners-icons .owl-nav * {
  color: #f2f2f2 !important;
}
.owl-carousel .owl-item img {
  width: 60% !important;
  align-self: center;
}
.owl-prev span, .owl-next span {
  font-size: 200px;
}
.owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.owl-nav * {
  color: rgba(255,255,255,0.15) !important;
}
button.owl-prev {
  position: absolute;
  left: 20px;
  font-weight: 100 !important;
  font-family: 'Poppins' !important;
}
button.owl-next {
  position: absolute;
  right: 20px;
  font-weight: 100 !important;
  font-family: 'Poppins' !important;
}
.width600 {
  width:90%;
}
#third-session {
  background-size: cover;
  background-position: 60% 0%;
}
#webminar-session {
  background-size: cover;
  background-position: 60% 0%;
}
#dcore-fourth-session {
  background-size: cover;
  background-position: center;
}
#dcore-sixth-session {
  background-size: cover;
  background-position: center;
}
.tpl #dcore-sixth-session {
  background-size: cover;
  background-position: center;
}
#fifth-session {
  background-size: cover;
  background-position: 0 0;
  min-height: auto;
  height: 70vh;
}
#fifth-session .container {
  min-height: 70vh;
  /*padding-top: 30vh;*/
}
.footer .container {
  width: 100%;
  padding: 0 30px;
}
.footer .columns-container {
  display: flex;
  flex-direction: column !important;
}
.footer .col3 {
  margin-top: 50px;
}
a#floattante {
  position: fixed;
  right: 15px;
  bottom: 15px;
  top:auto;
  padding: 0;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  z-index: 2;
}
a#floattante .text {
  display: none;
}
a#floattante img {
  width:40px;
  margin-bottom: 0;
}
.menu ul .accedi {
  margin-top:10px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
}
.menu ul .accedi a {
  padding-top: 15px;
  padding-bottom:15px;
}
li.selector-language {
  padding-top: 15px;
  padding-left: 20px;
}
.about #first-session {
  background-size: 140% !important;
  background-position: -110px 80px !important;
  height: 40vh;
  background-attachment: scroll;
}
.about #first-session .container {
  padding-top: 18vh;
  min-height: 40vh;
}
.about #first-session::after {
  height: 100vh;
}
.about #about-second-session {
  text-align: left;
  text-align-last: left;
  padding: 30px 30px 40px;
}
.about #about-second-session * {
  color: black;
}
.about #about-second-session div.text {
  padding: 20px 0px 0;
}
.about #third-session * {
  color: black;
}
.about #third-session, .about #about-fifth-session {
  background-color: #F2F2F2;
  background-image: none !important;
  color: black !important;
}
.about section#third-session::after, section#fifth-session::after {
  display: none;
}
.about #third-session .container {
  padding: 30px 30px 40px;
}
.about #fourth-session .parent {
  padding: 0 30px;
}
.about #fourth-session .parent .hor {
  flex-direction: column;
}
.about #fourth-session .parent .hor > div {
  padding-right: 0;
}
.about #fourth-session .parent .hor .div1 {
  margin-bottom:60px;
}
.about #fourth-session .button-style-1 {
  width: auto;
}
.about #about-fifth-session * {
  color: black;
}
.about #about-fifth-session {
  padding: 0 30px;
  height: auto;
}
.about #about-fifth-session .container {
  padding: 30px 0 40px;
}
.about #sixth-session {
  padding: 0 30px;
}
.about #sixth-session .container {
  padding: 30px 0 40px;
}
.about #sixth-session .hor {
  display: flex;
  flex-direction: column;
}
.about #sixth-session .text-block {
  padding-right: 0;
}
.about #sixth-session .qrcode img {
  width: 100%;
}
.stories #stories-first-session {
  background-size: cover;
  background-position: center;
  height: 40vh;
}
.stories #stories-first-session::after {
  height: 100vh;
}
.stories #stories-first-session .container {
  padding-top: 18vh;
  min-height: 40vh;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.stories .container-img {
  display: none;
}
section#stories-third-session {
  padding: 30px 30px 40px;
}
section#stories-fourth-session .container {
  padding: 30px 30px 40px;
}
.stories #stories-second-session .container {
  padding: 10px 20px;
}
h1 {
    font-size: 38px;
    line-height: 46px;
}
h3 {
  text-align: left;
  text-align-last: left;
}
.digital-core section#first-session::after, .cloud-connector section#first-session::after, .school section#first-session::after, .trasporto-disabili#first-session::after {
  display:none;
}
.cloud-connector #first-session {
  min-height: 0;
}
.cloud-connector #cloud-second-session {
  padding: 0 30px 40px;
}
#cloud-second-session img {
  width: 100%;
}
.cloud-connector #cloud-second-session div.text {
  text-align: left;
  text-align-last: left;
  padding: 20px 0 0;
}
#cloud-third-session .single-ps {
  padding: 0 !important;
}
video.video-background {
  width: 100%;
  margin-top: 82px;
  height: auto;
}
.digital-core #first-session .container, .cloud-connector #first-session .container, .school #first-session .container, .trasporto-disabili#first-session .container {
  width: 100%;
}
.school #first-session .container {
  padding-top: 0vh;
}
.digital-core .video-container .container-text, .cloud-connector#first-session .video-container .container-text {
  top: -15vh;
}
.trasporto-disabili#first-session .video-container .container-text {
  top: 22vh;
}
.school #first-session .video-container .container-text, .digital-core .trasporto-disabili#first-session .video-container {
  top: -9vh;
}
.school #cloud-second-session img, .cloud-connector #cloud-second-session img {
  width: 80% !important;
}
.school #cloud-second-session {
  padding: 20px 0 40px;
  margin-top: -10px;
}
.school #cloud-second-session .container {
  padding: 0 30px;
  text-align: center;
  text-align-last: center;
}
.school #cloud-second-session .container h3, .school section#cloud-third-session .container h3 {
  text-align: center;
  text-align-last: center;
}
.school section#cloud-third-session {
  padding: 0 30px;
}
.school section#school-second-session {
  padding: 30px 30px;
}
.school .info-ps a {
  margin-right: 0 !important;
  margin-bottom: 5px;
}
.school #cloud-second-session .container .text {
  margin-top: 15px;
}
.homepage #first-session h4 {
  color: white !important;
}
.digital-core #dcore-second-session, .cloud-connector #cloud-third-session {
  text-align: left;
  text-align-last: left;
  padding: 30px 30px 40px;
  background-color: #fafafa;
}
.digital-core #dcore-second-session div.text, .cloud-connector #cloud-third-session div.text {
  padding: 20px 0;
}
.single-ps {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.single-ps .info-ps, .cloud-connector .single-ps .info-ps {
  width: 100%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.single-ps .container-img, .cloud-connector .single-ps .container-img {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
}
.single-ps .info-ps .button-style-1 {
  margin-top: 0;
}
.single-story .info-story {
  width: 100%;
}
#dcore-sixth-session.altre1 {
  background-image: none !important;
}
.digital-core #first-session, .school #first-session, .trasporto-disabili#first-session {
  min-height: auto;
  margin-bottom: 50px;
}
#dcore-seventh-session {
  padding: 0px 30px 40px;
}
.tpl12 .container {
  padding-right: 0px !important;
}
.search-button {
  padding: 0;
  background-image: url(../images/search.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  color: transparent;
}
.search-button:hover, .search-button:focus {
  padding: 0;
  background-image: url(../images/search_blue.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  color: transparent;
}
#first-session, #dcore-fourth-session, #dcore-sixth-session, #cloud-fourth-session, #cloud-sixth-session, #cloud-fourth-session, #cloud-eigth-session, #cloud-tenth-session, #cloud-twelfth-session, #third-session, #fifth-session, #webminar-session {
  background-attachment: scroll;
}
.altre1 .container {
  padding-top: 5vh !important;
  min-height: 0 !important;
  padding-bottom: 5vh !important;
}
.altre1 {
  min-height: 0 !important;
}
}

div#wrapper {
  display: none;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  width: 240px;
  height: 100vh;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
  box-shadow: 10px 0 15px -3px rgba(0, 0, 0, 0.1);
  /* overflow-y: scroll; */
}

.menu-toggle {
  position: absolute;
  right: -60px;
  width: 30px;
  height: 30px;
  top: 40px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.3s ease-in-out;
}



.menu-toggle span::before {
  content: "";
  top: -8px;
}

.menu-toggle span::after {
  content: "";
  bottom: -8px;
}

.is-open span {
  background-color: transparent;
}

.is-open span::before, .is-open span::after {
  top: 0;
}

.is-open span::before {
  transform: rotate(45deg);
}

.is-open span::after {
  transform: rotate(-45deg);
}
.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 3;
}

.menu ul {
  padding: 0;
}
.menu ul li {
  list-style-type: none;
}
.menu ul li > label {
  background: url("../images/4781843_arrows_chevron_direction_left_move_icon.png") 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
  display: block;
  text-align: left;
  padding: 6px 35px 6px 20px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #666;
}
.menu .menu-item-son-title {
  font-weight: 600;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}
.sticky {
  position: relative;
  top: 0;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* Modifica qui */
  height: 0;
  padding-bottom: 35.25%; /* Rapporto di aspetto 16:9 (1920/1080 * 100%) */
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}


/* CAROSELLO INDEX */

.owl-item {
  transition: 1s ease all;
}

.owl-item.centerZoom .card {
  transform: scale(1.125); /* Ingrandisce la card centrale */
  transition: 0.6s ease all;
}

.owl-item.centerZoom:hover {
  transform: scale(0.95);
  transition: 0.6s ease all;
}

.card {
  transition: 0.6s ease all;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 529px;
  background-color: #f4f4f4;
  /*border: 1px solid #ddd; !* Bordo della card *!*/
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px;
  min-width: unset;
  flex: 0 0;
}

.card:hover {
  transform:scale(0.95)
}

.card-content h6 {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;/* Spazio sotto il titolo */
  margin: 0 0 15px;
  color: white;
  line-height: 1.1;
  font-weight: 500;
  text-shadow: 2px 2px 4px #000000;
}

.card-content a {
  position: relative;
  z-index: 2;
  text-decoration: underline;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.main-carousel {
  display: grid;
  align-items: center;
  grid-row-end: 2;
  align-content: center;
  grid-row-start: 1;
  grid-column-end: 2;
  justify-content: center;
  grid-column-start: 1;
  flex-basis: 100%;
  max-width: 100%;
}

.outer-carousel-section {
  display: grid;
  background: black;
  max-width: 100%;
}

.item-container {
  /*display: grid;*/
  padding: 0 243.5px;
  margin: 80px auto;
  max-width: 1660px;
  touch-action: pan-y;
  min-width: unset;
}

.inner-carousel-section {
  flex: 1;
  width: 100%;
  display: grid;
  margin: 20px auto 60px;
  padding: 50px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

@media(max-width:1400px) {
  .card {
    height: 650px;
    background-size: cover;
    width: 100%;
  }
  .item-container {
    padding: 0 0px;
  }
  .owl-item.centerZoom .card {
    transform: scale(1.050);
  }
}

@media(max-width:1100px) {
  .card {
    height: 500px;
    background-size: cover;
    width: 100%;
  }
  .item-container {
    padding: 0 0px;
  }
}

@media (max-width: 750px) {
  .card {
    height: 500px;
    background-size: cover;
    width: 100%;
  }
  .item-container {
    padding: 0 0px;
    max-width: 300px;
  }
}

@media (max-width: 380px) {
  .card {
    height: 350px;
    background-size: cover;
    width: 100%;
  }
  .item-container {
    padding: 0 0px;
    max-width: 203px;
  }
  .item-container .owl-item {
    width: 201px !important;
  }
}

@media (max-width: 1400px) {
  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 65.25% !important;
    overflow: hidden;
  }
}

.outer-carousel-section h3 {
  color:white;
  text-align: center;
  text-align-last: center;
}

.outer-carousel-section{
  justify-content: center;
}

/* CAROSELLO INDEX */

/*modale cookie*/
.cookie-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: 99;
}
#cookieConsentContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 100;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookieConsentContent p {
    font-size: 12px;
    margin-bottom: 8px;
}

#cookieConsentContent a {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

#cookieConsentContent h5 {
    margin-bottom: 12px;
}

#cookieConsentContent button {
    background-color: #064896;
    color: #fff !important;
    padding: 6px 30px;
    position: relative;
    transition: all 1s ease-in-out;
    border: none;
    cursor: pointer;
}

#cookieConsentContent button:hover {
    background-color: #f4f4f4 !important;
    color: #064896 !important;    }

/*modale cookie fine*/

/* video carousel */
.card-video-background {
  position: relative;
  overflow: hidden;
}

.card-video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2; /* Sopra il video */
}

.card-content span {
  color: white;
  text-decoration: underline;
  font-size: 16px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
/* video carousel */

.card-text-shadow {
  text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 15px #000000;
}

.school_spid .container div {
  margin-top: 50px;
}

#cloud-sixth-session.school_spid {
  background-image: url(../images/spid_back_1.png);
}
.responsive-video-container {
        position: relative;
        width: 80%; /* Adjusted width to be smaller */
        height: 0;
        padding-bottom: 45%; /* Adjusted padding to make the height smaller while maintaining aspect ratio */
        overflow: hidden;
        background: black;
        margin: 0 auto 5%; /* Adjusted margin to be in percentage for proportional spacing */

    }

    .responsive-video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.hero-section {
        display: flex;
        justify-content: center;
        align-items: end;
        height: 65vh; /* Full screen height */
        background-color: black; /* Background color */
        overflow: hidden; /* Prevent overflow */
        position: relative; /* For positioning the parallax text */
        padding: 0 20px; /* Padding for small screens */
    }

    .hero-text {
        text-align: center; /* Center the text */
        font-weight: bold; /* Bold text */
        text-transform: uppercase; /* Uppercase text */
        background-color: #ffffff; /* Background color */
        background-image: url('../images/colorful-splash-paint-white-background1.jpg'); /* Background image */
        background-repeat: repeat; /* Repeat background */
        background-attachment: fixed; /* Parallax effect */
        background-size: cover; /* Cover the entire text */
        -webkit-background-clip: text; /* Clip the background to text */
        -webkit-text-fill-color: transparent; /* Transparent text color */
        color: transparent; /* Fallback transparent color */
        margin: 0; /* Remove default margin */
        width: 100%; /* Set width to make the text narrower */
        padding: 0 10px; /* Add padding for some spacing around the text */
        line-height: 0.75;
    }

    .line {
        display: block; /* Ensure each line is displayed separately */
    }

    .line-1, .line-3 {
        font-size: 5vw; /* Responsive font size for the first and third lines */
    }

    .line-2 {
        font-size: 9vw; /* Larger font size for "cambiamento" */
    }


    @media (max-width: 1024px) {
        .hero-text {
			text-transform: none; 
            background-attachment: scroll; /* Cambia l'effetto Parallax */
            background-image: none; /* Rimuove l'immagine di sfondo */
            background-color: white; /* Imposta il colore di sfondo su bianco */
            text-align: left; /* Allinea il testo a sinistra */
            line-height: 1.2; /* Rimuove la linea d'altezza */
        }
        .line {
            display: inline; /* Rimuove le interruzioni di linea */
            font-size: 11vw;
        }
		
		.hero-section {
			height: 55vh;
		}
		.item-container {
			margin: 50px auto;
		}

        .line-1, .line-2, .line-3{
            font-size: 11vw !important;
        }
		
    }

    .hero-video-section {
        background: black;
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-video {
        padding-top: 5%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    @media (max-width: 1024px) {
        .hero-video-section {
            height: 60vh; 

		}
	}
 /* Sfondo della Modale (oscurato) */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease;
		flex-direction: column;
    }

    /* Contenuto della Modale */
    .modal-content {
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        width: 90%;
        height: 70%;
        overflow: auto; /* Abilita lo scroll interno se necessario */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        animation: scaleIn 0.3s ease;
    }

    /* Immagine Desktop (visibile solo su desktop) */
    .modal-image.desktop-image {
        width: 33%;
        overflow: hidden;
    }

    .modal-image.desktop-image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    /* Immagine Mobile (nascosta su desktop) */
    .modal-image.mobile-image {
        display: none; /* Nascosta di default */
        width: 50%;	
		align-self: center;
        /* height: 33.33%; */
    }

    .modal-image.mobile-image img {
        width: 100%;
        height: 100%;
        object-fit: fill;

    }

    /* Corpo della Modale */
    .modal-body {
        padding: 40px;
        width: 67%;
        align-content: center;
    }

    .close {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #333;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover,
    .close:focus {
        color: #555;
    }

    .modal-body h2 {
        font-size: clamp(1rem, 2vw, 2rem); /* Usa clamp per font responsive */
        margin-bottom: 3vh;
		line-height: normal;
    }

    .modal-body p {
        font-size: clamp(0.8rem, 2vw, 1.2rem);
        margin: 0.5em 0;
    }

    .info-button {
        display: block;
        margin-top: 6vh;
        padding: 12px;
        background-color: #064897;
        color: #fff;
        border: none;
        font-size: clamp(0.8rem, 1.5vw, 1.1rem);
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .info-button:hover {
        transform: scale(1.05);
    }

    /* Effetti di Transizione */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes scaleIn {
        from { transform: scale(0.9); }
        to { transform: scale(1); }
    }

    /* Layout per Mobile */
    @media (max-width: 1024px) {
        .modal-content {
            flex-direction: column;
            width: 90%;
            height: 90%;
            padding: 20px;
        }

        /* Nascondi l'immagine desktop e mostra l'immagine mobile */
        .modal-image.desktop-image {
            display: none;
        }
        .modal-image.mobile-image {
            display: block;
            padding: 20px
        }

        .modal-body {
            width: 100%;
            padding: 20px;
        }


    }
    /* Classe per disabilitare le transizioni inizialmente */
    .no-transition * {
        transition: none !important;
    }

	
	#floattante-container {
          position: fixed;
          right: 0;
          top: 45vh;
          display: flex;
          flex-direction: column;
          gap: 15px;
          z-index: 2;
      }

      .floattante {
          font-weight: 600;
          display: flex;
          flex-direction: column;
          padding: 15px 25px 20px;
          box-shadow: -2px 5px 15px black;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease-in-out;
          text-decoration: none;
      }

 /* Primo bottone (email) */
      .email-button {
          background: #064897;
          color: white;
      }

      .email-button:hover {
          transform: scale(1.1);
      }

      .email-button img {
          width: 50px;
          margin-bottom: 10px;
      }

      /* Secondo bottone (modale) */
      .modal-button {
          background: white;
          color: #064897;
          height: 120px;
      }

      .modal-button:hover {
          transform: scale(1.1);
      }
  .modal-button img {
          width: 150px;
      }

      /* Mobile view: rendi i bottoni circolari */
      @media (max-width: 768px) {
          #floattante-container {
              bottom: 20px;
              top: auto;
              right: 20px;
              gap: 10px;
          }


          .floattante {
              width: 60px;
              height: 60px;
              border-radius: 50%; /* Rende i bottoni circolari */
              padding: 0;
          }

          .floattante img {
              width: 30px;
              margin-bottom: 0;
          }

          .floattante .text {
              display: none; /* Nascondi il testo per mantenere il bottone semplice e compatto */
          }
      }
