@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit/Outfit-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../font/FuturaCondensedExtraBold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../font/FuturaPt/FuturaCyrillicLight.woff") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../font/FuturaPt/FuturaCyrillicBook.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../font/FuturaPt/FuturaCyrillicDemi.woff") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../font/FuturaPt/FuturaCyrillicBold.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.txt-just {
  text-align: justify;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

* {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6em;
  color: #000000;
}

.p-rajdhani {
  font-family: "Rajdhani", serif;
}

.p-montserrat {
  font-family: "Montserrat", serif;
}

.container-1100 {
  max-width: 1100px;
}

h1, .h1 {
  font-size: 104px;
  font-weight: 700;
  line-height: 86.32px;
  letter-spacing: -4.16px;
}

h2, .h2 {
  font-size: 59px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -2.36px;
}

h3, .h3 {
  font-size: 50px;
  line-height: 48px;
}

h4, .h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -1px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 300;
  color: #888888;
}

h6, .h6 {
  font-size: 15px;
  font-weight: 400;
}

p {
  line-height: 2em;
}

.titolo {
  font-family: "FuturaPT", serif;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

.sottotitolo {
  font-family: "FuturaPT", serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  word-break: break-word;
}

.c-blue {
  color: #0091DB;
}

.paragrafo {
  font-size: 15px;
  line-height: 1.8em;
  word-break: break-word;
  font-weight: 300;
}
.paragrafo b {
  font: inherit;
  color: inherit;
  font-weight: 600;
}

.fascia-top {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #cde6ed;
  margin-bottom: 80px;
}
.fascia-top h1 a {
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.fascia-top.contatti {
  padding-top: 140px;
  background-image: url("../img/bg-top-contatti.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.chisiamo {
  padding-top: 140px;
  background-image: url("../img/bg-top-chisiamo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fascia-top.servizi {
  padding-top: 140px;
  background-image: url("../img/bg-top-servizi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-wrapper {
  position: relative;
}
.img-wrapper img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-container {
  width: 100%;
  max-width: 800px; /* Opzionale: per dare una larghezza massima al video */
  margin: 0 auto;
  /* Le due proprietà fondamentali per arrotondare */
  border-radius: 12px; /* Cambia i px a seconda di quanto lo vuoi stondato */
  overflow: hidden; /* Taglia il video lungo i bordi arrotondati del contenitore */
}
.video-container video {
  width: 100%;
  display: block; /* Rimuove lo spazio vuoto millimetrico sotto il video */
  border-radius: 12px; /* Per sicurezza, lo applichiamo anche al video stesso */
}
.video-container.videoinmodal video {
  background-color: #000;
  height: 350px;
}

.container-fluid-mx {
  display: block;
  margin: 0 80px;
}
.container-fluid-mx.nobrd {
  margin: 0;
}

.mh-100vh {
  min-height: 100vh;
}

.py-100 {
  padding: 100px 0;
}

.section-cstm {
  display: block;
  position: relative;
}
.section-cstm.bg-lgrey {
  background: #efefef;
}
.section-cstm.bg-service-lights {
  background-image: url("../img/bg-service-light.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-cstm.bg-service-type {
  background-color: #000;
  background-image: url("../img/bg-service-rent.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-cstm.bg-services {
  background-image: url("../img/bg-service-tec.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-cstm.bg-whereweare {
  background-image: url("../img/bg-whereweare.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-cstm.bg-homesec1 {
  background-image: url("../img/bg-home-sec1.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-cstm.bg-dark-grad {
  background-image: radial-gradient(at 50% 0%, rgba(25, 28, 38, 0.95) 0%, rgb(25, 28, 38) 60%);
}
.section-cstm.bg-service-lenses {
  background-image: url("../img/bg-service-lens.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-cstm.bg-service-contact {
  background-image: url("../img/bg-service-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-cstm.home-slide {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.section-cstm.home-slide {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.section-cstm.section-home {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/home-bg.jpg");
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-cstm .header {
  margin-top: 100px;
  /*display: flex;
  align-items: center;
  justify-content: flex-start;*/
  position: relative;
  width: 100%;
  height: 425px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.section-cstm .header.header-videobg {
  position: relative;
  overflow: hidden; /* Evita che il video esca dai bordi arrotondati del box */
  min-height: 350px;
  /* Opzionale: Un leggero overlay scuro sul video se il testo diventa poco leggibile */
}
.section-cstm .header.header-videobg .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Taglia e adatta il video senza distorcerlo */
  z-index: 1;
}
.section-cstm .header.header-videobg .content-overlay {
  display: block;
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center; /* Centra verticalmente il testo nel banner */
}
.section-cstm .header.header-videobg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Cambia lo 0.3 per aumentare/diminuire l'oscurità */
  z-index: 2;
}
.section-cstm .header.header-services {
  background-image: url("../img/head-services.png");
}
.section-cstm .header.header-contact {
  background-image: url("../img/head-contact.jpg");
}
.section-cstm .header.header-camera {
  background-image: url("../img/head-camera.jpg");
}
.section-cstm .header.header-home {
  margin-top: 0px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
.section-cstm .header .col-header {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-cstm .header h1 {
  color: #fff;
}
.section-cstm .header.header-casestudy {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff !important;
  box-shadow: none;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);*/
}
.section-cstm .header.header-casestudy h1 {
  color: #000;
}
.section-cstm .header.header-casestudy .col-header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-login {
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 6px;
  padding: 30px 40px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.input-sh-password {
  display: block;
  position: relative;
}
.input-sh-password .form-control {
  z-index: 1;
  padding-right: 30px;
}
.input-sh-password .btn-sh-pwd {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  z-index: 2;
  font-size: 16px;
  opacity: 0.6;
}

.btn-dash {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 170px;
  border-width: 2px;
}
.btn-dash span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-dash i {
  display: block;
  font-size: 2rem;
}

.form-control {
  border-radius: 3px;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}

.form-group {
  margin-bottom: 10px;
}

.label-custom {
  text-transform: uppercase;
  font-size: 10px;
  color: #666;
}

.txt-error {
  font-size: 10px;
  display: block;
  font-style: italic;
  color: #cc0000;
}

.datepicker {
  padding-left: 35px !important;
  background-image: url("../img/ico-calendar.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px 20px;
}

.table-cstm thead tr th {
  padding: 0.75rem 0.6rem;
  font-size: 13px;
  color: rgb(135, 138, 153);
  background: #f3f6f9;
  border-bottom: 1px solid rgb(233, 235, 236);
}
.table-cstm tbody tr td * {
  font-size: 13px;
}
.table-cstm tbody tr.tr-eliminata {
  opacity: 0.5;
}
.table-cstm tbody tr.tr-eliminata td {
  background: #efefef;
}
.table-cstm tr.text-secondary span {
  color: #999 !important;
}

.fancybox-container .fancybox-toolbar .fancybox-button svg path {
  fill: white !important;
}
.fancybox-container .fancybox-infobar {
  color: #fff !important;
}
.fancybox-container .fancybox-infobar span {
  color: inherit !important;
}
.fancybox-container .fancybox-button--arrow_right svg path,
.fancybox-container .fancybox-button--arrow_left svg path {
  fill: white !important;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border: 6px solid #958f89 !important;
}

.navbar-cstm-1 {
  height: 100px;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 0.3s;
}
.navbar-cstm-1 .navbar-brand {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 274px;
  height: 40px;
  background-image: url("../img/highspeedcamrental.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.navbar-cstm-1 .navbar-toggler {
  border: none;
  transition: none !important;
}
.navbar-cstm-1 .navbar-toggler i {
  color: #333;
  font-size: 26px;
}
.navbar-cstm-1 .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-cstm-1 .container {
  height: 70px;
}
.navbar-cstm-1 .navbar-collapse {
  transition: 0.3s;
  margin-right: 290px;
  margin-left: 290px;
  text-align: center;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item {
  margin: 0 20px;
  /*.dropdown-menu{
      margin-top: 13px;
      border-radius: 0px;
      padding: 0px;
      .dropdown-item{
          padding-top: 10px;
          padding-bottom: 10px;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 13px;
          letter-spacing: 1px;
          color:rgb(0, 0, 0);
          &:active {
              background-color: $color-beige;
          }
      }
  }*/
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 20px 0;
  font-family: "FuturaPT", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  transition: 0.3s;
  /*.icon-call{
      //height: 26px;
      font-size: 18px;
      color: inherit;
  }*/
  /*&.callphone{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      background: rgba(0,0,0,.05);
      border-radius:1px;
      padding: 10px 5px;
      font-size: 18px;
      color: #fff;
      border:1px solid #fff;
      .num{
          color: inherit;
          letter-spacing: 1px;
          font: inherit;
      }
      @include webkit-transition(.4s);
      &:hover{
          background: #fff;
          color: $color-black;
          i{
              color: inherit;
          }
      }
  }*/
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 2px;
  width: 0%;
  bottom: 0px;
  left: 0px;
  background: #0091DB;
  transition: 0.4s;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #0091DB !important;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link .link-flag {
  display: block;
  height: 16px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.6;
  margin: 5px auto 0 auto;
  transition: 0.4s;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link .link-flag:hover {
  opacity: 1;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item.itemlang {
  margin-left: 3px;
  margin-right: 3px;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item.itemlang .linklang {
  display: inline-block;
  margin: 2px 3px;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item.itemlang .linklang.current-lang {
  margin: 0px 3px;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item.itemlang .linklang.current-lang:before {
  display: none !important;
}
.navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item.itemlang .linklang.current-lang .link-flag {
  height: 20px;
  opacity: 1;
}
.navbar-cstm-1 .container-contact {
  position: absolute;
  top: 12px;
  right: 5px;
  text-align: end;
}
.navbar-cstm-1 .container-contact .btn-cstm-contact {
  display: inline-block;
  border: none;
  color: #fff;
  padding: 5px 20px;
  background-color: #0091DB;
  text-align: center;
  border-radius: 20px;
  font-family: "FuturaPT", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  transition: 0.6s;
}
.navbar-cstm-1 .container-contact .btn-cstm-contact .tr-ico {
  display: none;
  /*i{
      color: #fff;
  }*/
}
.navbar-cstm-1 .container-contact .btn-cstm-contact .tr-ico img {
  height: 24px;
}
.navbar-cstm-1 .container-contact .btn-cstm-contact .tr-txt {
  font: inherit;
  color: inherit;
}
.navbar-cstm-1 .container-contact .btn-cstm-contact:hover {
  background: #ccc;
  color: #0091DB;
  box-shadow: none;
}
.navbar-cstm-1.nav-home .navbar-brand {
  background-image: url("../img/highspeedcamrental-white.png");
}
.navbar-cstm-1.nav-home .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.navbar-cstm-1.nav-home .navbar-toggler {
  margin: 0px !important;
}
.navbar-cstm-1.nav-home .navbar-toggler i {
  color: #fff;
}
.navbar-cstm-1.nav-home.fixed .navbar-toggler i {
  color: #333;
}
.navbar-cstm-1.nav-home.fixed .navbar-brand {
  background-image: url("../img/highspeedcamrental.png");
}
.navbar-cstm-1.nav-home.fixed .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar-cstm-1.fixed {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
  height: 80px;
}
.navbar-cstm-1.fixed .navbar-toggler i {
  color: #333;
}
.navbar-cstm-1.fixed .navbar-brand {
  background-image: url("../img/highspeedcamrental.png") !important;
}
.navbar-cstm-1.fixed .btn-cstm-call {
  border-color: transparent;
  color: #222222;
}
.navbar-cstm-1.fixed .btn-cstm-call:hover {
  color: #000000;
}
.navbar-cstm-1.fixed .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #222222;
}
.navbar-cstm-1.fixed .navbar-collapse .navbar-nav .nav-item .nav-link.callphone {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.navbar-cstm-1.fixed .navbar-collapse .navbar-nav .nav-item .nav-link.callphone i {
  color: inherit;
}
.navbar-cstm-1.fixed .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  bottom: 3px;
  background: #0091DB;
}
.navbar-cstm-1.fixed .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  margin-top: -5px;
  border-top: 2px solid #000;
}

.navbar-cstm-static {
  position: relative;
}

.box-service-line {
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.6s;
}
.box-service-line .service-img {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.6s;
}
.box-service-line .service-img img {
  height: 350px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.8s;
}
.box-service-line .service-img img:hover {
  transform: scale(1.1);
}
.box-service-line .service-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 350px;
  padding: 50px;
}
.box-service-line .service-info p {
  margin-bottom: 0px;
}
.box-service-line .service-info .service-link {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  text-decoration: none;
  color: rgb(34, 34, 34);
}
.box-service-line .service-info .service-link:hover {
  cursor: pointer;
  color: #0091DB;
}
.box-service-line:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.box-service-line:hover .service-img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.box-service-line:hover .service-img img {
  transform: scale(1.1);
}

.box-service-rent-info {
  display: block;
  padding: 0 50px 0 0;
}
.box-service-rent-info.left {
  padding: 0 0 0 50px;
}
.box-service-rent-info .btn-cstm {
  margin-left: auto !important;
  margin-right: auto !important;
}

.divider {
  display: block;
  margin: 20px;
  border-bottom: 4px dotted rgba(255, 255, 255, 0.4);
}

.box-service-rent-type {
  display: block;
  padding: 50px 30px;
  border: 2px solid #333;
  border-radius: 6px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.box-service-rent-type * {
  color: #fff;
}
.box-service-rent-type .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
  margin: 0px;
  color: #fff;
}
.box-service-rent-type .idealfor {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 150px;
  background-color: #0091DB;
  border-radius: 8px;
}
.box-service-rent-type .idealfor p {
  margin: 0px;
}
.box-service-rent-type .ico-type {
  display: block;
  width: 180px;
}
.box-service-rent-type.advantage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
  padding: 16px;
  margin-bottom: 20px;
}
.box-service-rent-type.advantage .img-adv {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.box-service-rent-type.advantage .icon-adv {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-service-rent-type.advantage p {
  color: #fff;
  margin: 0px;
}

.box-service-light-type {
  display: block;
  padding: 50px 30px;
  margin: 10px 0;
  border: 2px solid #333;
  border-radius: 6px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.22) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid rgba(0, 0, 0, 0.17);
}
.box-service-light-type .intesta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.box-service-light-type .list-adv {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.box-service-light-type .list-adv li {
  display: block;
  margin: 10px 0;
}
.box-service-light-type .list-adv li .sottotitolo {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.contatti-box-form-enquery {
  display: block;
  padding: 50px 60px;
  border: 2px solid #333;
  border-radius: 6px;
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid rgba(0, 0, 0, 0.17);
}
.contatti-box-form-enquery .contact-form {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  background-color: #efefef;
  border-radius: 3px;
  padding: 10px 0 10px 5px;
}
.contatti-box-form-enquery .contact-form .icon {
  display: block;
}
.contatti-box-form-enquery .contact-form .form-control {
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-color: #efefef;
  border-radius: 0px;
}
.contatti-box-form-enquery .contact-form .form-control::-moz-placeholder {
  color: #000;
}
.contatti-box-form-enquery .contact-form .form-control::placeholder {
  color: #000;
}
.contatti-box-form-enquery .contact-form .form-control:focus {
  border-bottom-color: #000;
}

.modal-servizi .modal-dialog .modal-content {
  border-radius: 8px;
  border: none;
}
.modal-servizi .modal-dialog .modal-content .modal-header, .modal-servizi .modal-dialog .modal-content .modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
.modal-servizi .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-servizi .modal-dialog .modal-content .modal-body {
  padding-bottom: 50px;
}
.modal-servizi .modal-dialog .modal-content .modal-body .img-left {
  display: block;
  width: 90%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer {
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 50px 0 20px 0;
  background: rgb(61, 63, 62);
}
.footer .logo {
  display: block;
  height: 40px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-list {
  display: block;
  margin: 0 0 0 auto;
  padding: 0px;
}
.footer .footer-list li {
  display: inline-block;
  margin: 5px 0px;
  border-right: 1px solid #666;
}
.footer .footer-list li a {
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px;
}
.footer .footer-list li:last-child {
  border-right: none;
}
.footer .fascia-bottom {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.modal-cstm .modal-header, .modal-cstm .modal-footer {
  border: none;
}
.modal-cstm .modal-content {
  border: 1px solid #222222;
  border-radius: 1px;
}

.btn-cstm {
  display: inline-block;
  position: relative;
  padding: 18px 25px;
  color: #fff;
  background-color: #0091DB;
  border: 1px solid #0091DB;
  font-family: "FuturaPT", serif;
  line-height: 16px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 28px;
  transition: 0.4s;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm:hover {
  background-color: rgb(34, 34, 34);
  color: #fff;
  border: 1px solid rgb(34, 34, 34);
  transform: translateY(-5px);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.btn-cstm.sm {
  padding: 10px 20px;
}

#slide-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 800;
  bottom: -100px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #efefef;
  transition: 0.4s;
}
#slide-top i {
  color: #333;
  font-size: 18px;
}
#slide-top:hover {
  cursor: pointer;
  background: #888888;
  transform: translateY(-5px);
}
#slide-top:hover i {
  color: #fff;
}
#slide-top.show {
  bottom: 30px !important;
  transition: 1s;
}

.home-container {
  display: block;
  position: relative;
  width: 560px;
  max-width: 90%;
  margin: 0 auto;
}
.home-container.w-90 {
  width: 750px;
}
.home-container .img-seetheunseen {
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 0 auto 20px auto;
}
.home-container .titolo-home-tagline {
  font-size: 26px;
  font-weight: 600;
  color: #0091DB;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "Outfit", serif;
  text-transform: uppercase;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  background: -webkit-linear-gradient(#60caff, #0091DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-container .titolo-home {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: "Outfit", serif;
  text-transform: uppercase;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  line-height: 1.5;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify; /* Forza il justify anche sull'ultima riga */
}

.scrolldown_button {
  position: absolute;
  background: #fff;
  z-index: 20;
  left: 50%;
  margin-left: -50px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  text-decoration: none;
}
.scrolldown_button i {
  transition: 0.6s;
  color: #000;
  font-size: 20px;
}
.scrolldown_button:hover i {
  transform: translateY(10px);
}

.box-equipment-spec {
  display: block;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  background-color: #f5f5f5;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  min-height: 1075px;
}
.box-equipment-spec .imgthu {
  display: block;
  width: 80%;
  height: 250px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px auto;
}
.box-equipment-spec .table-eq {
  margin-bottom: 0px;
  background-color: transparent;
}
.box-equipment-spec .table-eq tbody tr td {
  background-color: transparent;
  border-bottom-color: #fff;
}
.box-equipment-spec .table-eq tbody tr td:first-child {
  text-transform: uppercase;
  font-size: 12px;
}
.box-equipment-spec .table-eq tbody tr td:last-child {
  font-weight: 600;
}
.box-equipment-spec .table-eq tbody tr:last-child td {
  border-bottom: none;
}
.box-equipment-spec .box-model {
  text-align: center;
  display: block;
  margin: 20px 0 0 0;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 40px;
}
.box-equipment-spec .box-model .model-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.box-equipment-spec .box-model .model-list li {
  padding-left: 10px;
}
.box-equipment-spec .box-model .model-list li i {
  margin-right: 10px;
  font-size: 12px;
  color: #666;
}

.intro-text-lead {
  border-left: 4px solid #0091DB;
  padding-left: 20px;
}

.box-post {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.box-post .post-header {
  display: block;
}
.box-post .post-header .post-image {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px 8px 0 0;
}
.box-post .post-info {
  display: block;
  background-color: #fff;
  padding: 20px;
}
.box-post .post-info .post-titolo {
  font-family: "Futura", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1px;
  text-transform: uppercase;
  word-break: break-word;
}
.box-post .post-titolo {
  display: block;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  color: rgb(34, 34, 34);
  height: 60px;
  transition: 0.4s;
}
.box-post .post-leggi {
  display: block;
  color: #0091DB;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: underline;
  margin-top: 20px;
  transition: 0.4s;
}
.box-post:hover .post-leggi {
  color: #0091DB;
}

.social {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.social li {
  display: inline-block;
  margin: 0 5px;
}
.social li .social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: 0.3s;
}
.social li .social-link i {
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.social li .social-link:hover {
  background-color: #0091DB;
  border: 1px solid #0091DB;
  transform: translateY(-5px);
}
.social li .social-link:hover i {
  color: #fff;
}

.contatti {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.contatti li {
  display: block;
  margin: 20px 0;
}
.contatti li .link-c {
  text-decoration: none;
  color: #000;
}
.contatti li .link-c:hover {
  color: #0091DB;
}
.contatti li .icona-contatti {
  width: 30px;
  height: 30px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.contact-form {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
.contact-form .icon {
  display: block;
}
.contact-form .form-control {
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-radius: 0px;
}
.contact-form .form-control::-moz-placeholder {
  color: #000;
}
.contact-form .form-control::placeholder {
  color: #000;
}
.contact-form .form-control:focus {
  border-bottom-color: #000;
}

@media (max-width: 1400px) {
  .container-fluid-mx {
    margin: 0 40px !important;
  }
  .box-service-light-type {
    min-height: 1010px !important;
  }
  .box-equipment-spec {
    min-height: 1142px !important;
  }
}
@media (max-width: 1200px) {
  .navbar-cstm-1 .navbar-collapse {
    margin-right: 0px !important;
    margin-left: auto !important;
  }
  .navbar-cstm-1 .navbar-collapse .navbar-nav {
    margin-right: 0px !important;
    margin-left: auto;
  }
  .navbar-cstm-1 .navbar-collapse .navbar-nav .nav-item .nav-link {
    letter-spacing: 0px;
  }
  .navbar-cstm-1 .container-contact {
    display: none !important;
  }
  .list-bl-row {
    height: 550px;
  }
  .list-bl-row.bl-img .carousel-rowproject {
    height: 550px;
  }
  .list-bl-row.bl-img .carousel-rowproject .carousel-item .linkimg {
    height: 550px;
  }
  .list-bl-row.bl-desc {
    height: 550px;
    padding: 40px 50px;
  }
  .list-bl-row.bl-desc .containertesto {
    max-height: 400px;
  }
  h2, .h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .box-service-light-type {
    padding: 30px 30px !important;
    min-height: 1080px !important;
  }
  .box-equipment-spec {
    min-height: 1215px !important;
  }
}
@media (max-width: 992px) {
  .container-fluid-mx {
    margin: 0 20px !important;
  }
  .box-contract-pres-row {
    min-height: 365px !important;
  }
  .navbar-cstm-1 .navbar-brand {
    left: 50% !important;
    margin-left: -137px !important;
  }
  .navbar-cstm-1 .container-contact {
    display: block !important;
  }
  .navbar-cstm-1 .container-contact .tr-ico {
    display: block !important;
  }
  .navbar-cstm-1 .container-contact .tr-txt {
    display: none !important;
  }
  .navbar-cstm-1 .navbar-collapse {
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.6);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.65) 100%);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 8px 8px;
    border-top: 3px solid #0091DB;
  }
  .navbar-cstm-1 .navbar-collapse .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-cstm-1 .navbar-collapse .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-cstm-1 .navbar-collapse .nav-item .nav-link {
    color: #FFF !important;
  }
  .py-100 {
    padding: 70px 0 !important;
  }
  .py-100.pb-0 {
    padding-bottom: 0px !important;
  }
  .box-service-rent-info {
    padding: 0 !important;
  }
  .box-service-rent-info.left {
    padding: 0 !important;
  }
  .box-equipment-spec {
    min-height: auto !important;
  }
  .row-home-4box .col-home-4box-img .img-container {
    height: 300px;
    min-height: auto;
    margin-top: 70px;
  }
  .row-home-4box .col-home-4box-img .carousel-home-50w {
    margin-top: 70px;
  }
  .row-home-4box .col-home-4box-img .carousel-home-50w .carousel-item .img-slide {
    height: 300px;
  }
  .row-home-4box .col-home-4box-desc .desc-container {
    padding: 50px;
    min-height: auto;
  }
  .box-servizio.box1 {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .box-servizio.box2 {
    border-bottom: 1px solid #efefef;
    border-right: none;
  }
  .box-servizio.box3 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .box-servizio.box4 {
    border-bottom: 1px solid #efefef;
    border-right: none;
  }
  .box-servizio.box5 {
    border-right: 1px solid #efefef;
  }
  .contatti-box-info {
    padding: 40px 30px;
    margin-bottom: 20px;
  }
  .box-service-light-type {
    min-height: auto !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  }
  .filtr-container .brick .mask {
    height: auto !important;
    padding: 20px !important;
  }
  .filtr-container .brick .mask .titolo {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .filtr-container .brick .mask .testo {
    margin-top: 0px !important;
    font-size: 12px !important;
  }
  .video-container.videoinmodal {
    margin-bottom: 30px !important;
  }
  .modal-servizi .modal-dialog .modal-content {
    border-radius: 8px;
    border: none;
  }
  .modal-servizi .modal-dialog .modal-content .modal-header, .modal-servizi .modal-dialog .modal-content .modal-body {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768.1px) {
  h1, .h1 {
    font-size: 80px !important;
    line-height: 70px !important;
  }
  h2, .h2 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  h3, .h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .titolo-home {
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
  .titolo-home-tagline {
    font-size: 22px !important;
    text-align: center !important;
    line-height: 1.2em !important;
  }
  .container-fluid-mx {
    margin: 0 0px !important;
  }
  .contatti-box-form-enquery {
    display: block;
    padding: 30px 40px !important;
  }
  .box-service-line {
    border: 1px solid #ccc;
    display: block;
    margin: 20px 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .box-service-line .service-info {
    height: auto !important;
    padding: 50px 50px 0px 50px !important;
  }
  .box-service-line .service-img {
    width: 90% !important;
    margin: 10px auto 30px auto !important;
  }
  .box-service-line .service-img img {
    height: 250px !important;
    width: 100%;
  }
  .box-contract-pres-row {
    min-height: 455px !important;
  }
  /*.navbar-cstm-1 {
      .container{
          width: 100%;
          min-width: 100%;

      }
      .navbar-toggler{
          margin-left: 15px;
      }
      .navbar-collapse {
          margin-top: 10px;
          background: #fff;
          box-shadow: 0px 2px 2px rgba(0,0,0,.2);
          border-top: 2px  solid #000;


          .dropdown-item{
              text-align: center !important;
          }
          .nav-link {
              color: $dark !important;
              text-align: center;

              &:before {
                  background: $color-beige !important;
              }
          }
      }
      .mobile-center-navbar{
          display: block;
          width: 30px;
          margin-right: 15px;
          background-color: purple;
      }

      .btn-cstm-call {
          width: auto;
          padding: 10px 15px;
          border-color: #fff;

          i {
              color: #fff;
          }
      }
  }*/
  .home-scritta-white {
    padding: 20px;
    letter-spacing: 1px;
  }
  .row-home-4box .col-home-4box-img .img-container {
    width: 80%;
    height: 300px;
    min-height: auto;
    margin: 30px auto 0 auto;
  }
  .row-home-4box .col-home-4box-img .carousel-home-50w {
    margin: 30px auto 0 auto;
    width: 80%;
  }
  .row-home-4box .col-home-4box-img .carousel-home-50w .carousel-item .img-slide {
    height: 300px;
  }
  .header {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 250px !important;
  }
  .header.header-videobg {
    min-height: 250px !important;
  }
  .header .col-header {
    height: 250px !important;
  }
  .header .col-header h1, .header .col-header .h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .header .content-overlay {
    justify-content: center !important;
  }
  .footer-list {
    margin: 10px auto 0 auto !important;
    text-align: center !important;
  }
}
#iubenda-cs-banner [class^=iub] {
  color: #fff !important;
}
