html {
    scroll-behavior: smooth;
}
H1,
            H2,
            H3,
            H4,
            H5,
            H6 {
                font-family: 'Lora', serif;
                width: 100%;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            h6 {
                font-size: 20px !important;
            }
            
            .h5,
            h5 {
                font-size: 1rem;
            }
            
            p {
                color: #384d5f;
                font-size: 16px;
                text-align: justify;
                font-family: 'Lora', serif;
            }
            .maisc{
                text-transform: uppercase;
            }
            #menuToggleright {
                display: block;
                position: relative;
                right: 20px;
                z-index: 1;
                -webkit-user-select: none;
                user-select: none;
                top: 7px;
            }
            
            #menuToggleright a {
                text-decoration: none;
                color: #232323;
                transition: color 0.3s ease;
                font-family: 'Lora', serif;
            }
            
            #menuToggleright a:hover {
                color: red;
            }
            
            #menuToggleright input {
                display: block;
                width: 40px;
                height: 32px;
                position: absolute;
                top: -7px;
                left: -5px;
                cursor: pointer;
                opacity: 0;
                /* hide this */
                z-index: 2;
                /* and place it over the hamburger */
                -webkit-touch-callout: none;
            }
            /*
 * Just a quick hamburger
 */
            
            #menuToggleright span {
                display: block;
                width: 25px;
                height: 2px;
                margin-bottom: 5px;
                position: relative;
                background: #bd1e26;
                border-radius: 3px;
                z-index: 1;
                transform-origin: 2px 4px;
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
            }
            
            #menuToggleright span:first-child {
                transform-origin: 0% 0%;
            }
            
            #menuToggleright span:nth-last-child(2) {
                transform-origin: 15% 0;
            }
            /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
            
            #menuToggleright input:checked~span {
                opacity: 1;
                transform: rotate(45deg) translate(-2px, -1px);
                background: #232323;
            }
            /*
 * But let's hide the middle one.
 */
            
            #menuToggleright input:checked~span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }
            /*
 * Ohyeah and the last one should go the other direction
 */
            
            #menuToggleright input:checked~span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }
            /*
 * Make this absolute positioned
 * at the top left of the screen
 */
            
            #menuright {
                position: fixed;
                width: 100vw;
                right: 0;
                top: 40px;
                height: 100vh;
                padding: 50px;
                padding-top: 65px;
                background: #fff;
                list-style-type: none;
                -webkit-font-smoothing: antialiased;
                /* to stop flickering of text in safari */
                transform-origin: 0% 0%;
                transform: translate(100%, 0);
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
                text-align: right;
            }
            
            #menuright li {
                padding: 10px 0;
                font-size: 22px;
            }
            /*
 * And let's slide it in from the left
 */
            
            #menuToggleright input:checked~ul {
                transform: none;
            }
            
            .category_container {
                border: 5px solid;
            }
            
            .left_tab {
                text-align: right;
                padding-right: 10px;
                border-right: solid 3px #b8e0c6;
                font-weight: 600;
            }
            
            .right_tab {
                padding-left: 10px;
            }
            /*FINE MENÙ*/
            /*menu gsap*/
            
            .chiuso {
                opacity: 0 !important;
            }
            
            .active {
                color: #bd1e26;
            }
            
            a:hover {
                color: #bd1e26;
            }
            
            menu ul li {
                text-align: left;
                margin: 20px auto;
                text-transform: uppercase;
                font-size: 2.4rem;
                opacity: 0;
                cursor: pointer;
            }
            
            menu ul li {
                color: #bd1e26;
            }
            
            menu ul li:hover {
                color: #bd1e26;
            }
            
            menu {
                width: 100%;
                margin: 80px auto;
                position: relative;
                text-align: center;
                font-family: 'Open Sans Condensed', sans-serif;
            }
            
            menu,
            menu a {
                color: #000;
            }
            
            .menudrop {
                position: fixed;
                opacity: 0;
                width: 100%;
                height: 100vh;
                display: none;
                background-color: #fff;
                z-index: 100;
                padding-bottom: 30px;
                left: 0;
                top: 0;
            }
            
            #hamburger {
                position: fixed;
                padding: 10px;
                top: 10px;
                right: 2%;
                width: 50px;
                height: 50px;
                z-index: 101;
                cursor: pointer;
            }
            
            #hamburger:hover {
                width: 60px;
            }
            
            #hamburger span {
                width: 100%;
                height: 2px;
                background-color: #bd1e26;
                display: block;
                margin: 7px auto;
            }
            
            #hamburger {
                transition: 0.3s;
            }
            
            #hamburger {
                animation: moveme 0.3s 2 alternate backwards;
            }
            
            @keyframes moveme {
                from {
                    width: 65px;
                }
                to {
                    width: 75px;
                }
            }
            
            @media only screen and (min-width: 576px) {
                menu ul li {
                    font-size: 3.2rem;
                }
            }
            /*menu gsap*/
            /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
            
            #preloader {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 9999;
                overflow: hidden;
                background: #fff;
            }
            
            .logopreloader {
                height: 90px;
                object-fit: contain;
                position: fixed;
                top: calc(50% - 50px);
                left: calc(50% - 70px);
                transform-origin: 50% 50%;
                animation: jump 1.3s linear alternate infinite;
            }
            
            @keyframes jump {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.4);
                }
            }
            /*LOADER*/
            
            #header_fix {
                box-shadow: 0 0rem 1rem rgba(0, 0, 0, .175) !important;
                background: #fff;
                padding: 5px;
            }
            
            header {
                box-shadow: 0 0rem 1rem rgba(0, 0, 0, .175) !important;
                background: #fff;
                padding: 5px;
            }
            
            h3 {
                color: #bd1e26;
                font-size: 36px;
            }
            
            h3::before {
                content: "";
                min-width: 50px;
                height: 2px;
                display: inline-block;
                background: #bd1e26;
                margin: 4px 10px;
                vertical-align: middle;
            }
            
            h3::after {
                content: "";
                min-width: 50px;
                height: 2px;
                display: inline-block;
                background: #bd1e26;
                margin: 4px 10px;
                vertical-align: middle;
            }
            
            h6 {
                color: #bd1e26;
                font-size: 29px;
            }
            
            h6::after {
                content: "";
                width: 120px;
                height: 1px;
                display: inline-block;
                background: #3a5061;
                margin: 4px 10px;
                vertical-align: middle;
            }
            
            .gall {
                padding: 100px 5% 100px !important;
                max-width: 1200px;
            }
            
            .owl-carousel .owl-stage-outer {
                position: relative;
                overflow: hidden;
                -webkit-transform: translate3d(0px, 0px, 0px);
                height: auto !important;
            }
            
            .owl-carousel .owl-item img {
                height: 285px;
                display: block;
                width: 100%;
                object-fit: cover;
            }
            
            @media (max-width: 700px) {
                .invert {
                    display: flex;
                    flex-direction: column-reverse;
                }
            }
            
            .titolo {
                color: #33495b;
            }
            
            .container {
                padding: 150px 20px;
                position: relative;
                max-width: 100%;
            }
            
            .ico {
                position: absolute;
                bottom: 0;
                right: 25px;
                background: white;
                padding: 12px 20px;
                border-radius: 200px;
            }
            
            .icone {
                height: 100px !important;
                width: auto;
            }
            
            .logo {
                height: 70px;
                object-fit: contain;
                margin-bottom: -35px;
            }
            .descr1{
                font-size: 18px;
    color: #000;
    text-align: center;
            }
            
            .logo-hero {
                width: 100%;
                max-height: 110px;
                margin-bottom: 10px;
                object-fit: contain;
                height: 30%;
            }
            
            .hero {
                /* Use vh as a fallback for browsers that do not support Custom Properties */
                position: relative;
                height: 100%;
                margin: 0 auto;
                min-height: 100vh;
                max-width: 100%;
                background: url(/assets/img/hero1.jpg);
                background-size: cover;
                justify-content: center;
                background-position: center;
            }
            
            .hero_mini {
                /* Use vh as a fallback for browsers that do not support Custom Properties */
                position: relative;
                height: 50vh;
                margin: 0 auto;
                max-width: 100%;
                background: url(/assets/img/img2.jpg);
                background-size: cover;
            }
            
            @media (max-width: 700px) {
                .sinistra {
                    width: 100%;
                    height: 50%;
                }
                .destra {
                    width: 100%;
                    height: 50%;
                }
            }
            
            @media (min-width: 701px) {
                .sinistra {
                    width: 50%;
                    height: 100%;
                }
                .destra {
                    width: 50%;
                    height: 100%;
                }
            }
            
            .quadrato {
                background: #ffffffc9;
                position: relative;
                height: 100%;
                width: 100%;
                max-width: 1000px;
                padding: 5%;
                border-radius: 15px;
                backdrop-filter: blur(3px);
                box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
                top: 1%;
                margin: 20px 0;
            }
            
            @media (max-width: 700px) {
                .quadrato {
                    background: #ffffffc9;
                    
                    /* border-radius: 50%; */
                    height: 100%;
                    width: 95%;
                    padding:5% 0;
                    backdrop-filter: blur(3px);
                    box-shadow: 0 4px 10px #444444;
                    min-height: 400px;
                }
            }
            
            .fit-cov {
                object-fit: cover;
                height: 100%;
            }
            /*chi siamo*/
            
            .separatoreh {
                position: fixed;
                top: 80px;
                left: 0;
                width: 100%;
                filter: drop-shadow(0 6px 3px #4a4a4a1e);
                z-index: 99;
            }
            
            .separatoreb {
                position: absolute;
                bottom: -1px;
                left: 0;
                width: 100%;
                z-index: 99;
            }
            
            .separatoret {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 99;
            }
            
            @media (min-width: 700px) {
                .separatoret,
                .separatoreb,
                .separatoreh,
                .inverso {
                    height: 20px;
                }
            }
            
            .chisiamo {
                padding: 10% 5%;
                max-width: 1200px;
            }
            
            @media (max-width: 700px) {
                .chisiamo {
                    padding: 60px 5%;
                }
            }
            
            .bord:before {
                content: "";
                position: absolute;
                right: 0;
                bottom: -15px;
                width: 70px;
                height: 70px;
                z-index: 999;
                border: solid 10px #fff;
                background: #384e60;
                border-radius: 50%;
            }
            
            .bord:after {
                content: "";
                position: absolute;
                left: 0;
                top: -15px;
                width: 65px;
                height: 65px;
                z-index: 999;
                border-radius: 50%;
                background: #bd1e26;
                border: solid 10px #fff;
            }
            
            .servizi {
                padding: 10% 5% 1%;
                max-width: 100%;
            }
            
            @media (max-width: 700px) {
                .servizi {
                    padding: 15% 5% 1%;
                }
            }
            /*CHI SIAMO*/
            
            .black {
                background: url(/assets/img/background1.jpg);
            }
            
            .black::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                opacity: 0.5;
                backdrop-filter: sepia(.9);
            }
            
            .white {
                color: white;
            }
            
            h4 {
                color: #000;
            }
            
            @media (min-width: 601px) {
                .des {
                    width: 90%;
                    background: #fff;
                    margin: -30px auto 0;
                    z-index: 99;
                    display: inline-block;
                    padding: 10px;
                    box-shadow: 0 -6px 6px #565656;
                }
            }
            
            @media (max-width: 600px) {
                .des {
                    background: #fff;
                    z-index: 99;
                    display: inline-block;
                    padding: 10px;
                    box-shadow: 0 6px 6px #565656;
                }
            }
            
            .pulse {
                animation: pulse 2s linear infinite;
                padding: 10px;
                font-size: 16px;
                background: #bd1e26;
                border-radius: 50px;
                color: #fff;
            }
            
            @keyframes pulse {
                0% {
                    box-shadow: 0 0 0 0 #ff23237a, 0 0 0 0 #f49b9b;
                }
                40% {
                    box-shadow: 0 0 0 20px rgba(201, 8, 95, 0), 0 0 0 10px rgba(201, 8, 95, 0)
                }
                80% {
                    box-shadow: 0 0 0 20px rgba(201, 8, 95, 0), 0 0 0 10px rgba(201, 8, 95, 0)
                }
                100% {
                    box-shadow: 0 0 0 0 rgba(201, 8, 95, 0), 0 0 0 20px rgba(201, 8, 95, 0)
                }
            }
            
            @media (max-width: 600px) {
                .carousel {
                    height: 100vh;
                }
            }
            
            @media (max-width: 600px) {
                .carousel-inner {
                    height: 100vh;
                }
            }
            
            .contact_botton {
                padding: 10px;
                width: fit-content;
                background: #bd1e26;
                color: #fff;
                border-radius: 20px;
                margin: auto;
            }
            .contact_botton1{
                background: #fff;
                color: #bd1e26;
                margin: auto;
    width: fit-content;
            }
            
            .mb {
                margin-bottom: 60px;
                background: #fff;
            }
            
            .mt {
                margin-top: 60px;
            }
            
            .hidden {
                overflow-y: hidden;
            }
            
            .specifica {
                /* Use vh as a fallback for browsers that do not support Custom Properties */
                height: calc(var(--vh, 1vh) * 100) !important;
                margin: 0 auto;
                max-width: 100%;
                overflow-y: hidden;
            }
            
            .logobianco {
                opacity: 0;
            }
            
            .inverso {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                z-index: 99;
            }
            
            .galleria {
                height: 350px;
                object-fit: cover;
                width: 100%;
                margin: 15px 0;
            }
            
            .red {
                color: #bd1e26;
            }
            
            @media only screen and (min-width: 576px) {
                menu ul li {
                    font-size: 40px;
                    letter-spacing: 1px;
                }
            }
            /*carosello immagini*/
            
            .owl-nav button {
                position: absolute;
                top: 50%;
                background-color: #000;
                color: #fff;
                margin: 0;
                transition: all 0.3s ease-in-out;
            }
            
            .owl-nav button.owl-prev {
                left: 0;
            }
            
            .owl-nav button.owl-next {
                right: 0;
            }
            
            .owl-dots {
                text-align: center;
                padding-top: 15px;
            }
            
            .owl-dots button.owl-dot {
                width: 15px;
                height: 15px;
                border-radius: 50%;
                display: inline-block;
                background: #bd1e2699;
                margin: 0 3px;
            }
            
            .owl-dots button.owl-dot.active {
                background-color: #bd1e26;
            }
            
            .owl-nav {
                color: #bd1e26;
            }
            
            .owl-dots button.owl-dot:focus {
                outline: none;
            }
            
            .owl-nav button {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(255, 255, 255, 0.38) !important;
            }
            
            span {
                font-size: 70px;
                position: relative;
                top: -5px;
            }
            
            .owl-nav button:focus {
                outline: none;
            }
            /*parallax*/
            
            .bcg-parallax {
                padding: 250px 0;
                color: #fff;
                background-color: #000;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
            
            .bcg {
                background: url('/assets/img/legnobackground.jpg') no-repeat;
                background-size: cover;
                position: absolute;
                width: 100%;
                height: 150vh;
                top: 0;
                z-index: 1;
                opacity: 0.7;
            }
            
            .immagine1 {
                background: url('/assets/img/parallax2.jpg') no-repeat;
                background-size: cover;
                width: 100%;
                background-color: #00000075;
                background-blend-mode: overlay;
                background-position: center;
            }
            
            .content-wrapper {
                width: 90%;
                margin: 0 auto;
                max-width: 1140px;
                position: relative;
                z-index: 2;
            }
            /*parallax*/
            
            .legno {
                padding: 100px 10%;
            }
            
            .background {
                background: #f3f1f1;
            }
            
            .faq {
                background: #ad1119;
                padding: 100px 5%;
            }
            
            #faq-list i {
                font-size: 24px;
                position: absolute;
                right: 0;
                top: 16px;
                color: #fff;
            }
            
            #faq-list {
                padding: 0;
                list-style: none !important;
            }
            
            #faq-list li {
                border-bottom: 1px solid #ddd;
            }
            
            #faq-list a {
                padding: 18px 0;
                display: block;
                position: relative;
                font-family: 'Lora', serif;
                font-size: 16px;
                line-height: 20px;
                font-weight: 300;
                padding-right: 30px;
                letter-spacing: 1px;
                color: #fff;
            }
            
            .collapsed {
                color: #fff;
            }
            
            img {
                border-radius: 15px;
            }
            
            .cc_container {
                background: #fff !important;
            }
            
            .cc_container .cc_btn,
            .cc_container .cc_btn:visited {
                color: #fff !important;
                background-color: #bd1e26 !important;
            }