#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}
body{
    font-family: "Urbanist", sans-serif!important;
    color: var(--quaternary);
    font-size: 20px;
}
#header .header-btn-collapse-nav {
    background: white;
    color: var(--primary);
}
h1,h2,h3,h4,h5,h6{
    font-family: "Bricolage Grotesque", sans-serif!important;
    letter-spacing: 0!important;
    text-transform: none;
}
h1{
    font-size: 80px;
    font-weight:700;
    line-height: 1.2em;
}
h2{
    font-size: 60px;
    font-weight:700;
    line-height: 1.2em;
}
h2 strong{
    font-weight:bolder;
}
h3{
    font-size: 35px;
    font-weight:700;
    line-height: 1.2em;
}
h3 strong{
    font-weight:bolder;
}
.btn{
    font-size: 16px;
    font-weight:bold;
    line-height: 1.2em;
}
.owl-carousel.nav-borders .owl-nav button[class*="owl-"] {
    border: none !important;
}
.owl-carousel.owl-project .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {

    font-size: 16px;
   font-weight:500!important;
}
    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        display: flex;
        margin-left: 3px;
    }
.bkg-home-slide1{
    background-image: url(../img/Homepage/Slider-1-giardini-di-inverno-desktop.jpg);
    background-size: cover;
    background-position: center;
}
.bkg-home-slide2{
    background-image: url(../img/Homepage/Slider-2-serre-tunne-curvi-desktop.jpg);
    background-size: cover;
    background-position: center;
}
.bkg-home-slide3{
    background-image: url(../img/Homepage/Slider-3-serre-ferro-vetro-garden-center-desktop.jpg);
    background-size: cover;
    background-position: center;
}
.bkg-blu-arco{
    background-image: url(../img/Chi-siamo/sfondo-blu-con-arco.svg);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.contact-form .form-control{
    background-color: transparent!important;
    color:white!important;
    border: none;
    border-bottom: 1px solid white!important;
    border-radius: 0px!important;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid var(--grey-500)!important;
    background-color: var(--secondary)!important;
}
/*
#header .header-btn-collapse-nav {
    background: white!important;
    color: var(--primary);
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
}
#header .header-btn-collapse-nav {
    background: white!important;
}
#header .header-btn-collapse-nav {
    color: var(--primary)!important;
}
*/
p{
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
.border-radius-5{
    border-radius: 30px;
}
.badge-disponibile {
    margin-top: 15px;
    right: 35px;
}
section.section {
    border:none;
}
#header .header-body.header-body-bottom-border-fixed {
    border-bottom: none !important;
}
div.bkg-neg {
  background: linear-gradient(
    to bottom,
    var(--secondary) 0px,       /* colore iniziale */
    var(--secondary) 400px,     /* fino a 400px resta colorato */
    #fff 400px,     /* da qui inizia il bianco */
    #fff 100%
  );
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: white;
    color: var(--primary);
}
.custom-mask-img-1 {
    -webkit-mask-image: url(../img/mask-image-1.png);
    mask-image: url(../img/mask-image-1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
}
.custom-mask-img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
}
#footer {
    background: var(--secondary);
    border-top: 4px solid var(--secondary);
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer .footer-copyright.footer-copyright-style-2 {
    background: var(--secondary);
    border-top: none;
}
@media only screen and (max-width: 991px) {
    body{
    font-family: "Urbanist", sans-serif;
    color: var(--quaternary);
    font-size: 18px;
}
.bkg-home-slide1{
    background-image: url(../img/Homepage/Slider-1-giardini-di-inverno-mobile.jpg);
    background-size: cover;
    background-position: center;
}
.bkg-home-slide2{
    background-image: url(../img/Homepage/Slider-2-serre-tunne-curvi-mobile.jpg);
    background-size: cover;
    background-position: center;
}
.bkg-home-slide3{
    background-image: url(../img/Homepage/Slider-3-serre-ferro-vetro-garden-center-mobile.jpg);
    background-size: cover;
    background-position: center;
}
    .badge-disponibile {
        margin-top: 15px;
        right: 10px;
    }
    .header-logo {
        max-width: 240px;
    }
    h1{
        font-size: 50px;
        font-weight:700;
        line-height: 1.2em;
    }
    h2{
        font-size: 43px;
        font-weight:700;
        line-height: 1.1em;
    }

    h3{
        font-size: 30px;
        font-weight:700;
        line-height: 1.2em;
    }
    p{
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
}
    .list.list-icons li {
    position: relative;
    padding-left: 5px!important;
}
    section.section {
        background: var(--grey-100);
    
        margin: 5px 0;
        padding: 20px 0;
    }
    .mh-150px,.mh-200px,.mh-300px{
        min-height: auto;
    }
    .mh-650px {
    min-height: 300px;
}
    div.bkg-neg {
    background: none!important;
}
    
    #footer {
        margin-top: 10px;
    }
}
