@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Outfit", serif;
}

.outfit-<uniquifier> {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.outfit-<uniquifier> {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

::-moz-selection {
  /* Code for Firefox */
  color: #F4F2E8;
  background: #64ba87;
}

::selection {
  color: #F4F2E8;
  background: #64ba87;
}

.logo-nav {
  max-width: 160px;
  min-width: 160px;
}

.bg-light {
  background-color: transparent !important;
  transition-duration: 1s;
}

.navbar {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}

.nav-icn {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.nav-link {
  color: #fff;
  text-decoration: none;
  transition-duration: 1s;
}

.navbar.scrolled>div>div>ul>li>.nav-link {
  color: #3b3a3a;
  transition-duration: 1s;
}

.navbar.scrolled>div>div>ul>li>.nav-icn {
  color: #3b3a3a;
  transition-duration: 1s;
}

.nav-link:hover {
  color: #64ba87;
}

.navbar.scrolled {
  background-color: #FFF !important;
  transition-duration: 1s;
  box-shadow: 0 0 10px 0 #2625255d;
  transition-duration: 1s;
  padding-top: 0.4rem;
}

.logo-nav {
  max-width: 130px;
  min-width: 130px;
}

.navbar.scrolled>div>a>.logo-nav {
  display: none;
  transition-duration: 1s;
}

.logo-nav-black {
  max-width: 130px;
  min-width: 130px;
  display: none;
  transition-duration: 1s;
}

.navbar.scrolled>div>a>.logo-nav-black {
  display: block;
  transition-duration: 1s;
}


.navbar .megamenu {
  padding: 4rem;
  padding-left: 8%;
  padding-right: 8%;
  background-color: #fff;
  background-image: url(../img/back-nav.png);
  background-position: right;
  background-size: cover;
  border-radius: 0px;
  border: 0px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0px;
  }

}

.title-menu {
  font-size: calc(18px + (24 - 18)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.txt-menu {
  font-size: calc(16px + (18 - 16)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  font-weight: 400;
  margin-bottom: 0.4rem;

}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}



.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  color: #3b3a3a;
  background-color: #64ba87;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.hover-underline-animation.center::after {
  transform-origin: bottom center;
}

.hover-underline-animation.center:hover::after {
  transform-origin: bottom center;
}

.hover-underline-animation.right::after {
  transform-origin: bottom left;
}

.hover-underline-animation.right:hover::after {
  transform-origin: bottom right;
}


.hover-underline-animation:hover {
  color: #292d40;
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/*-----------------------------------Video Back----------------------------------------------*/
.video-background-holder {
  position: relative;
  background-color: #222222;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}

/*-----------------------------------Fine Video Back----------------------------------------------*/

.box-video {
  padding: 1.5rem;
}

.title-h1 {
  font-size: calc(28px + (90 - 28)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + (80 - 30)*((100vw - 300px) /(1920 - 300)));
  color: #fff;
  font-weight: 700;
}

.sub-h1 {
  font-size: calc(18px + (20 - 18)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(22px + (40 - 22)*((100vw - 300px) /(1920 - 300)));
  color: #fff;
  font-weight: 500;
}

.pos-h1 {
  position: absolute;
  bottom: 5%;
  left: 4%;
  border-left: 0.5rem solid #64ba87;
  padding-left: 2rem;
}

.txt-head {
  font-size: calc(20px + (24 - 20)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(22px + (40 - 22)*((100vw - 300px) /(1920 - 300)));
  color: #fff;
  font-weight: 500;
}

.btn-head {
  padding: 0.4rem 1rem;
  border: 3px solid #fff;
  background-color: #fff;
  color: #3b3a3a;
  border-radius: 0.2rem;
  margin-top: 0.5rem;
}

.btn-head:hover {
  padding: 0.4rem 1rem;
  border: 3px solid #64ba87;
  background-color: #64ba87;
  color: #fff;
  border-radius: 0.2rem;
}

.btn-green {
  padding: 0.4rem 1rem;
  border: 3px solid #64ba87;
  background-color: #64ba87;
  color: #fff;
  border-radius: 0.2rem;
}

.btn-green:hover {
  padding: 0.4rem 1rem;
  border: 3px solid #64ba87;
  background-color: #fff;
  color: #64ba87;
  border-radius: 0.2rem;
}

.sp-sez {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.sp-txt-sez {
  padding: 5%;
}

.title-h2 {
  font-size: calc(34px + (70 - 34)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(34px + (75 - 34)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  font-weight: 500;
  padding-bottom: 1.8rem;
}

.title-h3 {
  font-size: calc(16px + (18 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + (26 - 20)*((100vw - 300px) /(1920 - 300)));
  color: #64ba87;
  font-weight: 400;
}

.txt {
  font-size: calc(18px + (20 - 18)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + (30 - 20)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  font-weight: 300;
}

.active-page {
  border-bottom: 2px solid #64ba87;
}

.active-link {
  margin-bottom: 0.8rem
}

.sp-sez-form {
  padding-bottom: 4%;
}

.sp-form {
  padding-bottom: 4%;
  padding-left: 10%;
  padding-right: 10%;
}

.sez-verde-form {
  padding: 5%;
  background-color: #64ba87;
  border-radius: 1.5rem;
  box-shadow: 1px 1px 15px 0 #457a4990;
}

.title-form {
  font-size: calc(24px + (30 - 24)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(22px + (32 - 22)*((100vw - 300px) /(1920 - 300)));
  color: #fff;
  font-weight: 500;
  padding-bottom: 0.9rem;
  padding-left: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: calc(18px + (20 - 18)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
  line-height: 1.5;
  color: #3b3a3a;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 1px 1px 15px 0 #457a4990;
  margin-bottom: 2rem;
}

input::placeholder {
  color: #335f4580 !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #335f4580 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 3px solid #fff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.f-txt {
  border-radius: 1rem;
}

.btn-form {
  padding: 0.4rem 2rem;
  border: 3px solid #3b6d4f;
  background-color: #3b6d4f;
  color: #fff;
  border-radius: 2rem;
  box-shadow: 1px 1px 15px 0 #457a4990;
  font-size: calc(18px + (20 - 18)*((100vw - 300px) /(1920 - 300)));
}

.btn-form:hover {
  padding: 0.4rem 2rem;
  border: 3px solid #3b6d4f;
  background-color: #b3e4c6;
  color: #3b6d4f;
  border-radius: 2rem;
  box-shadow: 1px 1px 15px 0 #457a4990;
  font-size: calc(18px + (20 - 18)*((100vw - 300px) /(1920 - 300)));
}

.tit-punti {
  font-size: calc(20px + (24 - 20)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + (30 - 20)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 1rem;
}

.sp-punti {
  padding-right: 5%;
}

strong {
  font-weight: 700;
}



.social-foot {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
  color: #3b3a3a;
  font-weight: 300;
}



.back-scritte {
  background-image: url(../img/back-scritte.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.sp-icn-social {
  padding-top: 1rem;
}

.sp-contatti {
  padding-top: 1rem;
}

.sez-verde {
  background-color: #64ba87;
}

.logo-foot {
  max-width: 70%;
}

.title-foot {
  font-size: calc(16px + (20 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + (22 - 20)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  ;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.txt-foot {
  font-size: calc(14px + (14 - 14)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + (24 - 20)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  ;
  font-weight: 300;
  margin-bottom: 0.7rem;
}

.dati {
  font-size: calc(12px + (14 - 12)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  color: #3b3a3a;
  ;
  font-weight: 300;
  text-align: center;
}

.white {
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover:not(.txt-menu, .nav-link) {
  text-decoration: underline;
  color: #3b3b3b;
}


@media only screen and (max-width: 850px) {
  .sp-sez {
    padding-top: 2rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sp-form {
    padding-bottom: 4%;
    padding-left: 0%;
    padding-right: 0%;
  }
}