html {
  overflow-x: hidden;
}



body {
  background: url(../img/sfondo.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.logo {
  height: 250px;
}

.main {
  max-width: 768px;
  text-align: justify;
}

@font-face {
  font-family: harmond;
  src: url(../caratteri/Harmond-ExtraBoldExpanded.otf);
}

@font-face {
  font-family: nunito;
  src: url(../caratteri/Nunito-Regular.ttf);
}

p {
  font-family: nunito;
}

h2 {
  font-family: harmond;
}

h4.head {
  text-align: center;
  font-family: nunito;
}



.your-class .slide {
  margin: 0px 15px;
  text-align: center;
}

.your-class img {
  width: 100%;
  border-radius: 15px;

}


.slick-slide {
  transform: scale(0.9);
  transition: all 0.3s;
}

.slick-slide:hover {
  transform: scale(0.89);
  transition: all 0.3s;
}

.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}

.slick-slide.slick-current.slick-active.slick-center:hover {
  transform: scale(0.99);
}

.slide p {
  font-family: nunito;
  font-weight: 600;
  position: absolute;
  bottom: -16px;
  padding: 20px 20px 20px 20px;
  width: 100%;
  background: linear-gradient(0deg, #1a418c, rgb(26 65 140 / 0%)), linear-gradient(0deg, #1a418c, rgb(26 65 140 / 0%));
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.slick-slide:hover p {
  opacity: 1;
}




.big-blue {
  background: #0d4890;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: .3s;
  display: none !important;
}
.big-blue.invisibile {
  opacity: 0;
}
.big-blue.nascosto {
  opacity: 0;
  display: none;
}








video {
  width: 100%;
  border-radius: 15px;
}


.customer-logos img {
  border-radius: 15px;
}
