/*cover-home*/
.cover {
    min-height: 700px;
    background-image: url(https://distribuzioninewservice.it/public/images/cover-home.png);
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    text-align: right;
}
.cover-box {
    margin-top: 250px;
}
.cover .cover-box hr{
  width: 40%;
  margin-left: 60%;
}
.cover .cover-box h2{
  color: white;
  font-weight:bold;
  letter-spacing: 1.5px;
}
.cover .cover-box .btn-primary{
  color: #152879;
  background-color: white;
  border-color: white;
}
.cover .cover-box .btn-secondary{
  color: white;
  background-color: #206BB9;
  border-color: #206BB9;
}
/*servizi home*/
.cont-servizi-home {
  background-image: url(https://distribuzioninewservice.it/public/images/background-grey.png);
  background-position: center;
  background-size: cover;
}
.servizi-home {
  padding-left: 5%;
  padding-right: 5%;
}
.servizi-home img {
  width: 100px;
  margin: auto;
}
.servizi-home .card {
  border-style: none;
}
.servizi-home .card:hover {
  margin-top: -20px;
  transition-duration: 0.4s;
}
.servizi-home h5 {
  font-size: 18px;
  text-transform: uppercase;
}
/*azienda home*/
.container-azienda-home .card {
    border-style: none;
}
.container-azienda-home .card-body img {
    max-height: 600px;
}
.container-azienda-home__content-text {
    padding-top: 10%;
}
/*perche scegliere new service home*/
.perche-scegliere-home {
    background-image: url(https://distribuzioninewservice.it/public/images/scegliere@2x.png);
    background-size: cover;
    background-position: center;
}
.perche-scegliere-home .card {
    background-color: transparent;
    border-style: none;
}
.perche-scegliere-home .card img {
    width: 100px;
    height: auto;
    margin: auto;
}
.perche-scegliere-home h3,
.perche-scegliere-home h5,
.perche-scegliere-home p {
  color: white;
}
/*organizzazione eventi home*/
.container-ultimi-eventi-home .card {
  border-style: none;
}
.ultimi-eventi-home-title {
  margin-top: 50px;
}
.ultimi-eventi-home-title h2{
  font-size: 40px;
}
.container-ultimi-eventi-home ul {
  padding-left: 0;
}
.container-ultimi-eventi-home ul li {
  margin-top: 30px;
  list-style: none;
}
.container-ultimi-eventi-home ul li img {
  width: 50px;
  float: left;
}
.container-ultimi-eventi-home ul li p {
  padding-top: 2px;
  padding-left: 60px;
  font-weight: bold;
  font-size: 25px;
  color: #3a3a3a;
}
.container-ultimi-eventi-home .btn-primary {
  margin-top: 60px;
}
/*contattaci home*/
.container-contattaci-home {
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(https://distribuzioninewservice.it/public/images/perche-scegliere-background.png);
    background-size: cover;
    background-position: center;
}
.container-contattaci-home h3,
.container-contattaci-home h5,
.container-contattaci-home p, label {
  color: #fff;
}


@media (max-width:768px){
  .container-servizi-home .card-deck .card,
  .container-ultimi-eventi-home .card-deck .card{
    width: 100%;
    min-height: 0px;
    margin-top: 0px;
    float:none;
  }
  .servizi-home-cards a{
    width:100%;
  }
  .container-azienda-home__content-text p{
    margin-right: 0!important;
    padding-top:0px;
    padding-right: 0!important;
  }
  .container-azienda-home .card-body img{
    width:100%;
  }
  .container-contattaci-home .form-row .col{
    flex-basis:unset!important;
  }
  .form-control{
    margin:3px;
  }
}
@media (max-width:750px){
  .cover {
    text-align: left;
  }
  .cover-box {
    margin-top: 150px;
  }
  .cover .cover-box h2{
    font-size: 25px;
  }
  .cover .cover-box .btn-primary {
    margin-bottom: 5%;
  }
  .container-ultimi-eventi-home .btn-primary {
    margin-left: 25%;
  }
  .container-hanno-scelto-home__tilte h3 {
    margin-bottom: 2%;
    font-size: 20px;
  }
}
