/* ################################################################################### */
/* SLIDER HOEMPAGE */
/* ################################################################################### */

.slider-home {
    height: calc(100vh - 96px);
}

.slider-video {
    width: 100vw;
    height: auto;
}

.slider-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%)
}

.slider-title {
    font-size: clamp(35px, 3vw, 45px) !important;
}


.slider-subtitle {
    line-height: 45px;
    font-weight: 300 !important;
    font-size: 27px;
}

.mouse-scroll-icon {
    width: 40px;
    fill: #ffffff;
    position: relative;
    bottom: 80px;
}

#splide-slider-homepage .splide__arrow {
    opacity: 1 !important;
}

#splide-slider-homepage .box-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

#splide-slider-homepage .splide__arrow {
    align-items: center;

    height: 150px;
    width: 90px;
    border-radius: 0 !important;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#splide-slider-homepage .splide__arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
    font-size: 40px !important;
    z-index: 10;
    opacity: 1 !important;
}

#splide-slider-homepage .splide__arrow--next {
    right: 0 !important;
}

#splide-slider-homepage .splide__arrow--prev {
    left: 0 !important;
}


/* ################################################################################### */
/* BOX CATEGORIA PRODOTTO */
/* ################################################################################### */

#box-categoria,
#box-categoria .categoria-icon {
    transition: all .1s ease-in-out;
    color: var(--text-color);
}

#box-categoria .categoria-icon {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: var(--primary-color-2);
    font-weight: bold
}

#sezione-categorie #box-categoria h3 {
    font-size: 19px;
}

#box-categoria:hover {
    background-color: #f2fbff !important;
    box-shadow: 1px 2px 40px 5px rgba(73, 189, 241, 0.2) !important;
}

#box-categoria:hover .categoria-icon {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff !important;
}


/* ################################################################################### */
/* SEZIONI ALTERNATE */
/* ################################################################################### */

#sectionImg {
    position: relative;
}

/*#sectionImg::before {
    content: '';
    height: 120%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--grey-color-2);
    z-index: -1;
}

#sectionImg.odd::before {
    left: -47%;
}

#sectionImg.even::before {
    right: -47%;
}
*/
#sectionImg .decoration-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    filter: opacity(0.75) saturate(1.5);
}

/* ################################################################################### */
/* BOX RIQUADRI NEWS (PROMO E NOVITA) */
/* ################################################################################### */

#promo-novita #box-post h2 {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 23px;
}

#promo-novita #box-post p {
    font-size: 20px;
    font-weight: 500;
}

#promo-novita #box-post .img-scale {
    transition: .3s ease-in-out;
}

#promo-novita #box-post:hover .img-scale {
    transform: scale(1.2);
}

#promo-novita .bg-effect {
    transition: .3s ease-in-out;
    background: transparent linear-gradient(180deg, #193543 0%, #193543 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #193543 0%, #193543 100%) 0% 0% no-repeat padding-box;
}


/* ################################################################################### */
/* BOX PRODOTTO SINGOLO */
/* ################################################################################### */

#catalogo-prodotti #box-post h2 {
    color: var(--primary-color);
    font-size: 20px;
}

#catalogo-prodotti #box-post i {
    color: var(--primary-color-2);
    font-size: 40px;
}

#catalogo-prodotti #box-post i,
#catalogo-prodotti #box-post {
    transition: .3s ease-in-out;
}

#catalogo-prodotti #box-post p {
    font-size: 13px;
    color: var(--black-color);
}

#catalogo-prodotti #box-post:hover {
    transform: scale(1.1);
}

#catalogo-prodotti #box-post:hover h2,
#catalogo-prodotti #box-post:hover i,
#catalogo-prodotti #box-post:hover p {
    color: var(--white-color);
}

#catalogo-prodotti #box-post:hover {
    background-color: var(--primary-color);
}


#catalogo-prodotti .bg-effect {
    transition: .3s ease-in-out;
    background: transparent linear-gradient(180deg, #00000000 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 0%, #193543 100%) 0% 0% no-repeat padding-box;
}

#catalogo-prodotti #box-post:hover .bg-effect,
#catalogo-prodotti #box-post-product:hover .bg-effect {
    background: transparent linear-gradient(180deg, #D6081200 0%, var(--unnamed-color-d60812) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #D6081200 0%, #49BDF1 100%) 0% 0% no-repeat padding-box;
}

#catalogo-prodotti #box-post-product h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

#catalogo-prodotti .price {
    font-size: 20px;
    font-weight: bold;
}

#catalogo-prodotti #loop-sottocategorie h2 {
    font-size: 18px !important;
}

#sezione-photogallery .bg-effect {
    transition: .3s ease-in-out;
    background: transparent linear-gradient(180deg, #00000000 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 0%, #193543 100%) 0% 0% no-repeat padding-box;
}


/* ################################################################################### */
/* PAGINA PRODOTTO SINGOLO
/* ################################################################################### */

#sezione-img-prodotto {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: -1;
}

#sezione-img-prodotto #sectionImg::before {
    width: 130%;
    position: absolute;
}

#sezione-img-prodotto #sectionImg.even::before {
    right: -60%;
}

#sezione-img-prodotto #sectionImg .decoration-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    filter: opacity(0.75) saturate(1.5);
}


/* ################################################################################### */
/* BOX RIQUADRI SEZIONE BLOG */
/* ################################################################################### */

#sezione-blog #box-post h2 {
    font-weight: bold;
    font-size: 19px;
}

#sezione-blog #box-post .img-scale {
    transition: .3s ease-in-out;
}

#sezione-blog #box-post:hover .img-scale {
    transform: scale(1.2);
}

#sezione-blog .bg-effect {
    transition: .3s ease-in-out;
    background: transparent linear-gradient(180deg, var(--unnamed-color-14354200) 0%, #143542 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #14354200 0%, #143542 100%) 0% 0% no-repeat padding-box;
}



/* ################################################################################### */
/* PAGINA CONTATTI */
/* ################################################################################### */

.form-margin {
    margin-top: -150px;
    z-index: 1;
}

.cont-box-icon a {
    transition: .1s ease-in-out;
    text-decoration: none;
}

.cont-box-icon a:hover {
    color: var(--primary-color);
}

.box-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
}

.box-icon i {
    color: #ffffff;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .form-margin {
        margin-top: 0;
        z-index: 1;
    }
}

/* ################################################################################### */
/* PAGINA MARCHI (filtri isotope) */
/* ################################################################################### */

#loop-marchi h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.box-marchi {
    transition: .1s ease-in-out;
}

.box-marchi:hover {
    transform: scale(1.03);
}

#filter .button-group-wrapper {
    overflow-x: auto;
}

#filter .button-group {
    display: flex;
    flex-wrap: nowrap;
}

#filter .button-group-wrapper::-webkit-scrollbar {
    height: 6px;
}

#filter .button-group-wrapper::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 10px;
}

#filter .button-group-wrapper::-webkit-scrollbar-track {
    background: transparent;
}


#filter .button {
    background-color: var(--grey-color-2);
    border: 1px solid #ededed;
    transition: .1s ease-in-out;
    font-weight: 300 !important;
    font-size: 14px;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 20px;
    color: var(--black-color);
}

#filter .button:hover {
    border: 1px solid var(--second-color);
    color: #ffffff;
    background-color: var(--second-color);
}

#filter .button.active {
    border: 1px solid var(--second-color);
    background-color: var(--second-color);
    color: #ffffff;
}

#filter .button:last-child {
    margin-right: 0;
}

.custom-shadow {
    box-shadow: 0 0 20px 0px rgba(33, 49, 89, 0.08);
}

.servizio-icon i {
    color: var(--primary-color-2);
    font-size: 2rem
}

#box-servizio h3 {
    font-size: 20px;
    color: var(--primary-color);
}

#box-servizio {
    transition: .3s ease-in-out;
}

#box-servizio:hover {
    background-color: var(--primary-color) !important;
    transform: scale(1.2) !important;
}

#box-servizio:hover h3,
#box-servizio:hover p {
    color: var(--white-color) !important;
}

#box-servizio:hover .servizio-icon i {
    color: var(--third-color) !important;

}

#bg-chi-siamo {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}


.header_fullscreen_text_video {
    height: 50vh !important;
    position: relative !important;
    z-index: 0
}

.header_fullscreen_text_video::before {
    content: "";
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 1 !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.header_fullscreen_text_video h1 {
    color: #fff
}


.bg-footer:before {
    top: 0;
    width: 100%;
    height: 242px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/bg-footer.svg);
    content: '';
    left: 0%;
    z-index: -1;
    position: relative;
    display: block;
    opacity: 0.5;
}

#box-post picture::before {
    content: "";
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 0 !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 50%);
}

#box-post:hover picture::before {
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
}

#box-post:hover picture img {
    transform: scale(1.2);
    transition: all .3s ease-in-out
}

.service-tag {
    font-size: 12px
}





#slider-prodotto .label {
    text-transform: uppercase;
    font-weight: 400;
}

#slider-prodotto h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: clamp(40px, 4vw, 70px) !important;
}

#slider-prodotto .color-button {
    cursor: pointer;
}

#slider-prodotto .color-button.active .color-button-border {
    border: 0.5px solid var(--primary-color);
}

#slider-prodotto .color-button.active .ean-code {
    display: block;
}

#slider-prodotto .color-button-border {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    border: 0.5px solid var(--black-color);
    position: relative;
}

#slider-prodotto .color-button-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    height: 24px;
    width: 24px;
}

#slider-prodotto .ean-code {
    font-size: 13px;
    margin-left: 8px;
    font-weight: 500;
    display: none;
}

#slider-prodotto .misure-button {
    transition: .1s ease-in-out;
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 6px;
    border: 2px solid var(--primary-color);
    background-color: #ffffff;
    color: var(--black-color);
    font-weight: bold;
}

#slider-prodotto .misure-button:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

#slider-prodotto .splide__arrow i {
    font-size: 40px;
    color: var(--black-color) !important;
}

#slider-prodotto .splide__arrow--next {
    right: 2.2em;
}

#slider-prodotto .splide__arrow--prev {
    left: 2.2em;
}

#slider-prodotto .splide__pagination {
    display: none;
}

#slider-prodotto .zoom-badge {
    position: absolute;
    bottom: 30px;
    right: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid var(--black-color);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#slider-prodotto .zoom-badge img {
    height: 25px;
    width: 25px;
}

#container-prodotto {
    margin-left: auto;
    margin-right: 0;
    max-width: 1775px;
}

.prodotto-slider-height {
    height: 80vh;
    background-color: antiquewhite;
}



#slider-prodotto .carousel-counter {
    position: relative;
    width: 400px;
    bottom: unset;
    left: unset;
}

#slider-prodotto .progressive-bar {
    width: 100%;
    display: flex !important;
    margin-bottom: 0;
}

#slider-prodotto .progressive-bar .single-bar.selected {
    width: 500%;
    opacity: 1;
    background-color: var(--primary-color);
}

#slider-prodotto .progressive-bar .single-bar {
    height: 3px;
    width: 100%;
    background-color: var(--black-color);
    margin-right: 15px;
    transition: all 0.2s;
    transition-delay: .2s;
}

#slider-prodotto .progressive-bar .single-bar:last-child {
    margin-right: 0;
}

#slider-prodotto #carousel-current-slide {
    font-weight: bold;
}


.w-30 {
    width: 30% !important;
}

.w-70 {
    width: 70% !important;
}




.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: -500px
}

.div1 {
    grid-column-start: 2;
}

.div2 {
    grid-column-start: 3;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
}

.div4 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 2;
}

.div5 {
    grid-column-start: 3;
    grid-row-start: 2;
}

.div6 {
    grid-column-start: 4;
    grid-row-start: 2;
}

.div7 {
    grid-column-start: 3;
    grid-row-start: 3;
}

.div8 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
}

.div9 {
    grid-column-start: 2;
    grid-row-start: 4;
}

.div10 {
    grid-column-start: 3;
    grid-row-start: 4;
}


/* ################################################################################### */
/* SINGOLO SERVIZIO */
/* ################################################################################### */

/* @media screen and (min-width: 992px) {
    #custom-container {
        max-width: 1029px;
    }
}

@media screen and (min-width: 1200px) {
    #custom-container {
        max-width: 1220px;
    }
}

@media screen and (min-width: 1400px) {
    #custom-container {
        max-width: 1610px;
    }
} */

#sezione-photogallery {
    overflow-x: hidden;
}

#sezione-photogallery .splide__pagination__page {
    height: 8px;
    width: 150px;
    border-radius: 0 !important;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #C6C9CA;
}

#sezione-photogallery .splide__track {
    overflow: visible !important;
}

#sezione-photogallery .splide__pagination__page.is-active {
    transform: scale(1);
    background-color: #0A0908 !important;
}

#sezione-photogallery .splide__pagination {
    bottom: -3.5em;
}