    /* reset CSS */

    @keyframes cssload-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes cssload-spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


    * {
        padding: 0;
        margin: 0;
        outline: none !important;
    }

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-family: "Barlow", sans-serif;
        color: #000000 !important;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;

    }

    .container {
        max-width: 1300px !important;
    }

    .mt-header {
        margin-top: 120px;
    }

    a {
        color: inherit;
        text-decoration: none;
        cursor: pointer !important;
        display: inline-block;
    }

    b {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
    }

    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .pt-80 {
        padding-top: 80px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .mt-250n {
        margin-top: -250px;
    }

    .mt-150n {
        margin-top: -150px;
    }


    .header-top {
        margin-top: 120px;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
    }

    .map-grey {
        filter: grayscale();
    }

    .ico-big {
        height: 100px;
        width: auto;
    }

    .ico-small {
        height: 75px;
        width: auto;
    }


    .img-divider {
        height: 500px;
    }

    .img-divider-small {
        height: 350px;
    }

    ul {
        list-style-type: none;
        padding-inline-start: 0px;
    }

    ul li {
        line-height: 22px;
        padding-top: 10px;
    }



    /* ---------------------------  CUSTOM  ---------------------------*/


    .logo {
        height: 80px;
        width: auto;
        transition: all .2s ease-in-out;
    }

    .logo.small {
        height: 60px;
        width: auto;
        transition: all .2s ease-in-out;
    }

    .bg-pink {
        background: #B6004B;
    }

    .bg-grey-l {
        background: #f6f6f6;
    }

    .bg-grey-dark {
        background: #111111;
    }

    .bg-grad-pink {
        background: rgb(182, 0, 75);
        background: -moz-linear-gradient(180deg, rgba(182, 0, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(182, 0, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(182, 0, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B6004B", endColorstr="#000000", GradientType=1);
    }


    .text-pink {
        color: #B6004B !important;
    }

    .line-pink {
        height: 3px;
        width: 100%;
        background-color: #B6004B;
        margin: 20px 0;
    }

    p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .title-maxi {
        font-family: 'Barlow', sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 60px;
        line-height: 60px;
    }

    .title-big {
        font-family: 'Barlow', sans-serif;
        font-weight: 300;
        font-size: 40px;
        line-height: 48px;
    }

    .title-med {
        font-family: 'Barlow', sans-serif;
        font-weight: normal;
        font-size: 34px;
    }

    .title-small {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 32px;
    }

    .text-small {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .btn-o {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 6px;
        padding: 8px 30px;
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        font-weight: 500;
        transition: all .2s ease-in-out;
    }

    .btn-o:hover {
        background: #fff;
        color: #B6004B;
    }

    .btn-o-pink {
        background: transparent;
        border: 2px solid #B6004B;
        border-radius: 6px;
        padding: 8px 30px;
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        color: #B6004B;
        line-height: 18px;
        font-weight: 500;
        transition: all .2s ease-in-out;
    }

    .btn-o-pink:hover {
        background: #B6004B;
        color: #fff;
    }



    .video-fluid {
        width: 100%;
        height: auto;
    }

    #background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .video-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        display: flex;
    }

    /* ---------------------------  MENU ---------------------------*/

    .navbar {
        background: #000000;
        height: 120px;
        transition: all .2s ease-in-out;
    }

    .navbar.small {
        background: #000000;
        height: 80px;
        transition: all .2s ease-in-out;
    }

    .menu .nav-link {
        font-family: "Barlow", sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        padding-left: 20px !important;
        padding-right: 20px !important;
        transition: all .2s ease-in-out;
    }

    .menu .nav-link:hover,
    .menu .nav-link.active {
        color: #B6004B;
    }


    .menu-offcanvas .link {
        font-family: 'Barlow';
        font-weight: 300;
        font-size: 18px;
        color: #fff;
        padding-right: 15px !important;
        transition: all .2s ease-in-out;
    }

    .menu-offcanvas .link:hover {
        color: #B6004B;
    }


    .menu-offcanvas-m .navbar {
        background: transparent;
    }

    .menu-offcanvas-m .navbar-nav {
        --bs-nav-link-padding-y: 0.8rem
    }

    .menu-offcanvas-m .nav-link {
        font-family: "Barlow", sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #fff;
    }

    .menu-offcanvas-m .nav-link:hover,
    .menu-offcanvas-m .nav-link.active,
    .menu-offcanvas-m .nav-link.show {
        color: #B6004B;
    }


    .menu-offcanvas-m .dropdown-menu {
        border: 0;
        background: transparent;
    }

    .menu-offcanvas-m .megamenu ul li a.dropdown-item {
        font-family: 'Barlow';
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

    .menu-offcanvas-m .megamenu ul li a.dropdown-item:hover {
        color: #B6004B;
        background: transparent;
    }


    .menu-offcanvas-m .dropdown-toggle::after {
        display: none;
    }

    .menu-offcanvas-m .btn-close {
        --bs-btn-close-bg: url(../../images/icon/icon-close.svg);
    }

    .menu-offcanvas.offcanvas.offcanvas-top {
        margin-top: 110px;
        height: fit-content;
        border-bottom: 0 !important;
    }

    .menu-offcanvas.offcanvas.offcanvas-top.scrolled {
        margin-top: 80px;
    }

    .offcanvas-backdrop.show {
        opacity: 0 !important;
    }

    .offcanvas.offcanvas-start {
        border: 0;
    }

    .megamenu ul {
        padding-left: 0;
        list-style-type: none;
    }






    /* ---------------------------  HOME SLIDER ---------------------------*/

    .sliderHome .swiper {
        width: 100%;
        height: 500px;
    }

    .sliderHome .swiper-slide {
        text-align: left;
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
        color: #fff;
        background: #000;
        height: 500px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .sliderHome .slider-box {
        position: absolute;
        z-index: 1000;
        left: 55%;
        width: 30%;
    }

    .sliderHome .title {
        font-family: 'Barlow', sans-serif;
        text-align: left;
        font-size: 80px;
        line-height: 96px;
        font-weight: 500 !important;
        color: #B6004B;
    }



    .sliderHome .text {
        font-family: 'Barlow', sans-serif;
        text-align: left;
        font-size: 30px;
        line-height: 36px;
        font-weight: 300 !important;
        color: #fff;
    }

    .sliderHome .logo-sw {
        height: 140px;
        width: auto;
    }

    .sliderHome .btn-slider {
        font-family: 'Didot B';
        color: #fff;
        font-size: 20px;
        position: relative;
        bottom: 5%;
        z-index: 1000;
        width: fit-content;

    }

    .sliderHome .btn-slider:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 50px;
        margin-top: 15px;
        border: 1px solid #ffffff;
        border-radius: 1px;
        left: 50%;
        transform: translateX(-50%);
        transition: 100ms;

    }

    .sliderHome .btn-slider:hover:after {
        width: 100px;
    }


    /* AGGIUNTA FRECCE */

    .swiper-button-next,
    .swiper-button-prev {
        color: #fff !important;
    }

    /* END AGGIUNTA FRECCE */



    /* ---------------------------  SWIPER GALLERY SLIDER  ---------------------------*/


    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .sliderGalleryProdotti .swiper-slide,
    .sliderGalleryTimeless .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-shrink: unset !important;
    }

    .sliderGalleryProdotti.sliderProdotti .swiper-slide img {
        width: auto;
        height: 380px;
        object-fit: cover;
    }

    .sliderGalleryTimeless.sliderTimeless .swiper-slide img {
        width: auto;
        height: 430px;
        object-fit: cover;
    }


    .sliderGalleryProdotti.sliderProdotti .swiper-slide .text {
        display: block;
    }

    .swiper-pagination,
    .swiper-pagination.light {
        position: relative !important;
        text-align: left !important;
    }

    .swiper-pagination-bullet {
        width: 30px !important;
        height: 3px !important;
        display: inline-block;
        border-radius: 0% !important;
        background: #CCCCCC !important;
        opacity: 1 !important;
        margin-right: 5px;
    }

    .swiper-pagination-bullet-active {
        background: #3B3B3B !important;
    }

    .swiper-pagination.light .swiper-pagination-bullet-active {
        background: #ffffff !important;
    }


    /* ---------------------------  CONTACT FORM  ---------------------------*/

    #contact-form .form-control::placeholder {
        font-family: 'Barlow';
        font-size: 16px;
        font-weight: 400;
        color: #111111;
    }

    #contact-form .form-control.white::placeholder {
        color: #ffffff;
    }

    #contact-form .form-control.white {
        color: #ffffff !important;
    }



    #contact-form .form-control {
        font-family: 'Barlow';
        display: block;
        width: 100%;
        padding: 0.6rem 0.75rem !important;
        font-size: 16px !important;
        line-height: 1.5rem;
        color: #000000 !important;
        background-color: rgba(255, 255, 255, 0);
        background-clip: padding-box;
        border: 1px solid #dedede;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all .3s ease-in-out;
    }

    #contact-form .form-control:focus,
    #contact-form .form-control:hover,
    #contact-form .form-select:focus,
    #contact-form .form-select:hover {
        border: 1px solid #B6004B;
        box-shadow: none;
    }

    #contact-form .form-check-label {
        font-family: 'Barlow';
        font-size: 14px;
        font-weight: 400;
        color: #000000 !important;
    }

    #contact-form .form-check-label.white {
        color: #fff !important;
    }



    #contact-form .form-check-label a {
        text-decoration: underline;
        color: #B6004B;

    }

    #contact-form .form-check-label a:hover {
        color: #000;
    }

    /* ---------------------------  FOOTER  ---------------------------*/

    .footer {
        font-family: 'Barlow', sans-serif;
        color: #ffffff;
        font-size: 20px !important;
        line-height: 30px;
    }

    .footer h3 {
        font-family: 'Barlow', sans-serif;
        color: #B6004B;
        line-height: 32px;
        font-size: 26px !important;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .footer p {
        font-family: 'Barlow', sans-serif;
        font-size: 20px !important;
        color: #ffffff;
        line-height: 30px;
        margin-bottom: 0;
    }


    .footer a {
        color: #ffffff;
    }

    .footer a:hover,
    .subfooter a:hover {
        opacity: 0.7;
    }

    .subfooter p,
    .subfooter a {
        font-family: 'Barlow', sans-serif;
        font-size: 14px !important;
        color: #ffffff !important;
    }


    /* ---------------------------  IMG HOVER EFFECT  ---------------------------*/

    .image {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
    }

    .image .hover-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(59, 59, 59, 0.8);
        background-size: 50px auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../../images/icon/interactive-w.svg);
        z-index: 2;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        opacity: 0;
    }


    .image:hover .hover-effect {
        top: 0;
        opacity: 1;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    .img-hover-zoom-slowmo img {
        transform-origin: 50% 50%;
        transition: transform 0.75s;
    }

    /* The Transformation */
    .img-hover-zoom-slowmo:hover img {
        transform: scale(1.3);
    }

