body{
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

/*   nav

*/

nav{
  width: 100%;
  background: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
  box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
  z-index: 70;
  float: right;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo{
  background: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 136px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navIcon{
  width: 50px;
  height: 50px;
  background: url('../img/mobNav.svg');
  cursor: pointer;
  display: none;
}

.navlinks{
  display: flex;
  justify-content: space-between;
  align-items:center;
  list-style: none;
  /* width: 40%; */
  margin-bottom: 0;
  gap: 15px;
  white-space: nowrap;
}
li{
  list-style: none;
}

.navlinks a{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color:  #707070;
}
.navlinks a:hover{
  text-decoration: none;
  color:  #023e9e;
}

.hrmob{
  display: none;
  border: 0.5px solid #D0D0D0;
  width: 100%;
}

@media screen and (max-width:1100px){
  .navlinks{
    /* width: 50%; */
  }
}

/* end  nav   */

.cta{
  border: 1px solid #023e9e;
  background: white;
  margin-top: 30px;
  margin-left: 15px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  color: #023e9e;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta2{
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #F5F5F5;
}

/*  footer  */
footer{
  height: 110px;
  width: 100%;
  background: #023e9e;
  display: flex;
  align-items: center;
}
.footerAttach{
  position: absolute;
  bottom: 0;
}
.footerbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerLinks{
  color: white;
}

.footerLinks a{
  color: white;
  text-decoration: underline;
}
.footerLinks a:hover{
  color: #707070;
}


.footerSocialIcon{
  height: 35px;
  width: 35px;
  background: url('../img/fb.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*  end footer  */

/*  cookie  */
  .cookie{
    width: 100%;
    height: 110px;
    background: #023e9e;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 60;
    bottom: 0px;

  }

  .cookiebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    tr
  }
  .cookieText{
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    font-size: 16px;
  }
  .cookieText a{
    color: white;
    text-decoration: underline;
  }
  .cookieText a:hover{
    color: #707070;
  }
  .ctaCookie{
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid white;
    text-decoration: none;
    cursor: pointer;
  }
  .ctaCookie:hover{
    font-size: 20px;
    text-transform: uppercase;
    color: #023e9e;
    font-weight: 600;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid white;
    text-decoration: none;
  }

/*  end cookie  */

/*  homepage  */
.sl1-p1{
  width: 100vw;
  height: 100vh;
  background: url('../img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.headline{
  font-size: 86px;
  line-height: 86px;
  letter-spacing: -2px;
  font-weight: bold;
  color: white;
}
.headlineParagraph{
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: normal;
  color: white;
  margin-top: 18px;
}
.arrow{
  height: 60px;
  width: 47px;
  background: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;


  margin-bottom: 0px;

  position: absolute;
  bottom: 200px;

  -webkit-animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -ms-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  animation-delay: 2s;
  animation-direction: alternate;
}
@keyframes arrow {
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottom:  -20px;
  }
}
.boldtext{
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
}
.attc{
  margin-top: -5px;
}
.red{
  color: #ce1126;
}
.blue{
  color: #023e9e;
}
.topslide{
  margin-top: 100px;
}
.imgHome{
  width: 100%;
  height: 375px;
  object-fit: cover;
  background-position: bottom;
}

.paragraph{
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.coloredSection{
  width: 100%;
  height: auto;
  background: #F5F5F5;
}
.sectionTitle{
  font-size: 46px;
  font-weight: bold;
  color: #023e9e;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.homeServiceIcon{
  height: 170px;
  width: 100%;
}
.hI1{
  background: url('../img/trasloco.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hI2{
  background: url('../img/trasporto.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hI3{
  background: url('../img/noleggio.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.homeServiceTitle{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ce1126;
  margin-top: 40px;
  margin-bottom: 30px;
}
.homeServiceParagraph{
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
  text-align: center;
}

.homeProcessTitle{
  font-size: 46px;
  font-weight: bold;
  color: #023e9e;
  margin-top: 100px;
  margin-bottom: 50px;
}
hr{
  border: 0.5px solid #D0D0D0;
  padding: 0;
  margin: 0;
}
.processBox{
  display: flex;
  align-items: center;
}
.processNumber{
  font-size: 40px;
  font-weight: bold;
  color: #023e9e;
  float: left;
}
.processName{
  font-size: 116px;
  font-weight: bold;
  color: #ce1126;
  text-align: left;
}
.processP{
  margin-top: 38px;
  margin-bottom: 38px;
}
.maptext{
  margin-top: 200px;
}
.maphome{
  width: 100%;
  height: auto;
  position: relative;
}
.bckmap{
  height: 826px;
  width: 100%;
  background: url('../img/map1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.headerBox{
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.headerBoxAnimated{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*  end homepage  */

/*  servizi  */
.intro{
  width: 100%;
  height: 530px;
}
.sl1-p2{
  background: url('../img/servizi.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.smallTitle{
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding-top: 92px;
}

.introTitle{
  font-size: 86px;
  line-height: 86px;
  font-weight: bold;
  color: white;
  letter-spacing: -2px;
}
.firstHr{
  margin-top: 100px;
}
.lastHr{
  margin-bottom: 100px;
}
.serviceSlide{
  position: relative;
}
.serviceSlide .img{
  margin: 20px 0;
  max-width: 100%;
}
.serviceSlide:hover{
  background: #F5F5F5;
  width: 100%;
  height: auto;
}
.thumb{
  position: absolute;
  z-index: 60;
  width: 445px;
  height: 300px;
  display: none;
  top: 60%;
  left: 60%;
  -moz-transform: translate(-60%,-60%);
  -webkit-transform: translate(-60%,-60%);
  -o-transform: translate(-60%,-60%);
  -ms-transform: translate(-60%,-60%);
  transform: translate(-60%,-60%);
}
.serviceName{
  font-size: 74px;
  line-height: 74px;
  font-weight: bold;
  color: #ce1126;
  text-align: left;
}
/*  end servizi  */

/*  FAQ  */
.sl1-p6{
  background: url('../img/faq.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.redTitoletto{
  font-size: 24px;
  font-weight: bold;
  color: #ce1126;
  margin-top: 100px;
  margin-bottom: 30px;
  text-transform: none;
}

.quest{
  color: #023e9e;
  width: 100%;
  border-top: 0.5px solid #D0D0D0;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  background: none;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.plus{
  position: absolute;
  width: 45px;
  height: 45px;
  background: url('../img/plus.svg');
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
  cursor: pointer;
}

.risp{
  background: #F7F7F7;
  border-top: 0.5px solid #D0D0D0;

}
.rispParagraph{
  font-size: 16px;
  font-weight: normal;
  color: #707070;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin120-1{
  margin-top: 120px;
}
.margin120-2{
  margin-bottom: 120px;
}
.margin20{
  margin-bottom:20px;
}
/*  end FAQ  */


/*  Azienda  */
.sl1-p3{
  background: url('../img/aziendaHeader.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.azFirst{
  margin-top: 100px;
}
.aziendaImg{
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 100px;
}
.flottaIcon{
  width: 100%;
  height: 180px;
}
.flottaTitle{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ce1126;
  margin-bottom: 20px;
}
.flottaParagraph{
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}
.FI1{
  background: url('../img/furgoneGrande.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.FI2{
  background: url('../img/scala.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.FI3{
  background: url('../img/furgoneMidi.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.FI4{
  background: url('../img/furgoncino.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.carousel .slide{
  height: 485px;
  margin-bottom: 30px;
}
#carouselExampleControls{
  margin-bottom: 60px;
}

/*  end Azienda  */

/*  Contatti  */
.sl1-p5{
  background: url('../img/contattiHeader.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.contFirst{
  margin-bottom: 60px;
}
.contactInput{
  width: 100%;
  padding:15px;
  border: 1px solid #D0D0D0;
  margin-bottom: 25px;
}
textarea{
  height: 300px;
}
.invia{
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid #023e9e;
  background: white;
  padding: 20px;
  color: #023e9e;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.redTitoletto2{
  font-size: 24px;
  font-weight: bold;
  color: #ce1126;
  margin-bottom: 30px;
  text-transform: none;
}
.infoP{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
}
.infoP a{
  text-decoration: none;
  color:#707070;
}
.infoP a:hover{
  color:#707070;
  text-decoration: none;
}
#map{
  height: 420px;
  width: 100%;
  margin-bottom: 60px;
}
/*  end Contatti  */

/*  cosa trasportiamo */
.sl1-p4{
  background: url('../img/cosatrasportiamoHeader.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.traspFirst{
  margin-bottom: 100px;
}
.traspFirst2{
  margin-bottom: 100px;
  margin-top: 145px;
}
.trasportoimg1{
  width: 100%;
  height: 880px;

  background: url('../img/trasporto1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.animBox{
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animBoxAnimated{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.cosatrasportiamo{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 880px;
}
.trasporto{
  font-size: 24px;
  font-weight: bold;
  color: #ce1126;
  margin-bottom: 30px;
  text-transform: none;
}
.trasportoP{
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
}

.trasportoimg2{
  width: 100%;
  height: 880px;

  background: url('../img/trasporto2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

/*  end cosa trasportiamo */

/*  messaggioinviato  */

  .sentcontainer{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items:center;
  }
  .sent{
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #ce1126;
    margin-bottom: 30px;
  }
/*  end messaggioinviato  */

/*  policy  */
.sectionSlide{
  width: 100%;
  height: auto;
}
.policyT{
  margin-top: 30px;
  margin-bottom: 30px;
}
.policyT:first-child{
  margin-top: 160px;
}

.policyP{
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
  margin-top: 30px;
}

.policyP {
  font-size: 16px;
  font-weight: normal;
  color:#707070;
  line-height: 26px;
  margin-top: 30px;
}

.policyLi{
  list-style:  disc;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #707070;
  }/*  end policy  */

/* ------------- */
/*  Breakpoints  */
/* ------------- */

@media (max-width:960px) {
  /*    nav   */

    body{
      overflow-x: hidden;
    }
    .navIcon{
      display: block;
    }
    .navlinks{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      right: 0;
      margin-right: 0;
      top:92px;
      white-space: normal;

      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);

      background: #F7F7F7;
      padding: 0;
    }

    .navlinks a{
      text-transform: none;
      font-weight: bold;
      font-size: 10vw;
      color:  #023e9e;
      padding: 20px;
    }
    .navlinks a:hover{
      color:  #ce1126;
    }
    .hrmob{
      display: block;
    }
  /*    end nav   */
  .footerAttach{
    position: relative;
  }
  .cta{
    font-size: 16px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
  }
  .cookie{
    height: auto;
  }

  .cookiebox{
    flex-direction: column;
  }
  .cookieText{
    padding-top: 15px;
    padding-bottom: 0;
  }
  .ctaCookie{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  /*  homepage  */
  .headline{
    font-size: 15vw;
    line-height:15vw;
    letter-spacing: -1px;
  }
  .headlineParagraph{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: none;
  }
  .boldtext{
    font-size: 30px;
    line-height:30px;
  }

  .imgHome{
    margin-top: 60px;
    height: 250px;
  }
  .homeServiceIcon{
    height: 200px;
    width: 100%;
  }
  .sectionTitle{
    font-size: 30px;
  }
  .spaced{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .homeProcessTitle{
    font-size: 30px;
  }
  .processBox{
    display: block;
  }
  .processNumber{
    font-size: 46px;
  }
  .processP{
    margin-top: 10px;
  }
  .bckmap{
    background: url('../img/map2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
  }
  .arrow{
    bottom: 45px;
  }

  .flottaParagraph{
    margin-bottom: 50px;
  }
  /*  end homepage  */

  /*   servizi  */
  .intro{
      height: 100vh;
  }
  .sl1-p2{
    background-position: right;
  }
  .smallTitle{
    font-size: 20px;
    line-height: 20px;
  }
  .introTitle{
    font-size: 15vw;
    line-height:15vw;
    letter-spacing: -1px;
  }
  .thumb{
    position: absolute;
    width: 60vw;
    height: 25vh;
    display: none;
    top: 50%;
    left: 50%;

    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  /*  end servizi  */
  /*   faq   */
  .quest{
    font-size: 30px;
    line-height: 30px;
  }
  /*  end faq   */

  /* azienda */
  .aziendaImg{
    height: 280px;
  }
  .flottaIcon{
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
  }
  .sectionTitleAzienda{
    margin-bottom: 30px;
  }
  /* end azienda */

  /*  contatti  */
  .redTitoletto2{
    margin-top: 60px;
  }
  /*  end contatti  */

  /*  cosa trasportiamo  */
  .sl1-p4{
    background-position: right;
  }
  .trasportoimg1, .trasportoimg2{
    height: 300px;
  }
  .cosatrasportiamo{
    height: 650px;
  }
  /*  end cosa trasportiamo  */

  /* messaggioinviato*/
  .sent{
    font-size: 12vw;
    line-height: 12vw;
  }
  /* end messaggioinviato*/
}

@media (max-width:1200px) {
  .processName{
    font-size: 46px;
    margin-top: 38px;
  }
  .serviceName{
    font-size: 46px;
    line-height: 46px;
    margin-top: 38px;
  }
  .processNumber{
    font-size: 20px;
    margin-top: 53px;
  }
}

@media screen and (max-width:430px) {

  .footerLinks{
    width: 60%;
    font-size: 4vw;
  }
  .serviceName{
    font-size: 30px;
    line-height: 30px;
  }
  .serviceNumber{
    margin-top: 35px;
  }
  .navIcon{
    right:15px;
  }
  .quest{
    font-size: 25px;
    line-height: 25px;
  }
  .flottaParagraph{
    padding-left: 10%;
    padding-right: 10%;
  }


}

@media (min-width: 600px) and (max-width:800px) {
  .headline{
    font-size: 60px;
    line-height: 60px;
  }
  .introTitle{
    font-size: 60px;
    line-height:60px;
  }
  .thumb{
    width: 30%;
  }
  .serviceNumber{
    margin-top: 40px;
  }
  .navIcon{
    right:15px;
  }
  .navlinks a{
    text-transform: none;
    font-weight: bold;
    font-size: 5vw;
    color:  #023e9e;
    padding: 20px;
  }
  .flottaParagraph{
    padding-left: 30%;
    padding-right: 30%;
  }
  .sent{
    font-size: 60px;
    line-height: 60px;
  }
  .cosatrasportiamo{
    height: 850px;
  }
  .trasportoimg1, .trasportoimg2{
    height: 850px;
  }

}



@media (min-width: 1000px) and (max-width:1200px) {
  .processName{
    font-size: 90px;
    margin-top: -20px;
  }
  .serviceName{
    font-size: 90px;
    line-height: 90px;
    margin-top: -20px;
  }
  .processNumber{
    font-size: 30px;
    margin-top: -20px;
  }
  .introTitle{
    font-size: 60px;
    line-height:60px;
  }
}
@media (min-width: 960px) and (max-width: 1030px) {
  .headline{
    font-size: 40px;
    line-height: 40px;
  }
  .introTitle{
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 960px) and (max-width: 1150px) {
  .serviceName{
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1020px) and (max-width: 1115px) {
  .headline{
    font-size: 60px;
    line-height: 60px;
  }
  .introTitle{
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1920px){
  .navlinks{
    /* width: 30%; */
  }
}

.wa-baloon{
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.wa-baloon img{
  width: 48px;
  height: 48px;
}