header {

    &.bigslide {
        position: relative;
        overflow: clip;
        width: 100%;
        height: calc(90svh);
        margin: 0;
        z-index: 2;

        @media only screen and (max-width: 850px) {
            min-height: 100svh;
            height: min-content;
        }

        

        .cont-slide {
            position: relative;
            overflow: visible;
            display: block;
            width: 100%;
        }

        #slidepreview,
        #slidepreview1 {
            position: relative;
            overflow: visible;
            display: block;
            z-index: 1 !important;
            width: 100% !important;
            height: calc(90svh);
            margin: 0;
            padding: 0;
            transform: none !important;
            background-color: var(--grigio01);

            

            @media only screen and (max-width: 850px) {
                min-height: 100svh;
                height: min-content;
            }

            .flickity-slider {
                transform: none !important;
            }

            .flickity-page-dots {
                bottom: 3rem;
            }

            .cella {
                position: relative;
                overflow: visible;
                z-index: 1 !important;
                left: 0 !important;
                /*float:left;*/
                list-style: none;
                width: 100vw;
                height: calc(90svh);
                margin: 0;
                padding: 0;

                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                transition: none !important;

                display: flex;
                align-items: flex-end;
                justify-content: flex-end;

                @media only screen and (max-width: 850px) {
                    min-height: 100svh;
                    height: min-content;
                }

                &::before {
                    
                    content: '';
                    position: absolute;
                    overflow: clip;
                    display: block;
                    z-index: 2;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: linear-gradient(90deg, rgba(25, 25, 25, 0.3) 20%, rgba(25, 25, 25, 0.8) 90%);
                    opacity: .9;

                    @media only screen and (max-width: 850px) {
                        background: linear-gradient(148deg, rgba(25, 25, 25, 0.3) 20%, rgba(25, 25, 25, 0.8) 90%);
                    }
                }


                picture,
                #picture {
                    position: absolute;
                    overflow: clip;
                    display: block;
                    z-index: 1 !important;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;

                    img {
                        position: absolute;
                        margin: auto auto;
                        left: -10000%;
                        right: -10000%;
                        top: -10000%;
                        bottom: -10000%;
                        /*queste caratteristiche sotto x effetto COVER*/
                        max-width: 10000% !important;
                        min-width: 1000%;
                        min-height: 1000%;
                        -webkit-transform: scale(0.1);
                        transform: scale(0.1);
                        object-fit: cover;
                    }
                }

                video,
                #video {
                    position: absolute;
                    overflow: clip;
                    z-index: 1;
                    margin: auto auto;
                    left: -10000%;
                    right: -10000%;
                    top: -10000%;
                    bottom: -10000%;
                    /*queste caratteristiche sotto x effetto COVER*/
                    min-width: 1000%;
                    min-height: 1000%;
                    -webkit-transform: scale(0.1);
                    transform: scale(0.1);
                    object-fit: cover;
                }

                .intro {
                    
                    position: relative;
                    overflow: visible;
                    display: block;
                    z-index: 5;
                    margin: 0 auto;
                    padding: 180px 0 5rem;
                    padding-left: 35%;
                    transition: all 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
                    
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    align-items: flex-end;
                    text-align: right;

                    width: 1440px;
                    max-width: 90%;
                    height: 100%;
                    box-sizing: border-box;


                    @media only screen and (max-width: 1440px) {
                        padding: 160px 0 4rem;
                        padding-left: 15%;
                    }

                    @media only screen and (max-width: 850px) {
                        padding: 140px 0 3rem;
                        padding-left: 0;
                    }



                    .tit {
                        position: relative;
                        overflow: visible;
                        margin: 1rem 0;
                        padding: 0 1rem;
                        font-size: clamp(2.3rem, 3svw, 3.2rem);
                        font-weight: 400;
                        line-height: 1.6em;
                        color: var(--grigio05);
                        text-transform: uppercase;
                        letter-spacing: .15em;

                        /*&:before, &:after{
                             content: ""; 
                            position: absolute;
                            display: block;
                            background-color: var(--bianco);
                            transition-delay: .6s;
                            transition: all 2s ease-in;
                        }*/

                        &:before {
                            width: 0;
                            height: 1px;
                            bottom: -.5rem;
                            right: 50%;
                            transform: translateX(50%);
                        }

                        &:after{
                            height: 0;
                            width: 1px;
                            right: 0;
                            bottom: -50%;
                            transform: translateY(50%);
                            transition-delay: .7s;
                        }

                        b, strong {
                            font-weight: 800;
                        }

                    }

                    .intro-txt {
                        margin: 1rem 0;
                        padding: 0 1rem;
                        font-size: clamp(1.2rem, 3svw, 1.5rem);
                        font-weight: 400;
                        line-height: 1.4em;
                        color: var(--bianco);
                        font-family: var(--carattere01);

                        b, strong {
                            font-weight: 800;
                        }

                        
                    }



                    .tit, .intro-txt, .quote{
                        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);

                    }


                    .head_ico {
                        position: relative;
                        overflow: clip;
                        display: block;
                        flex-shrink: 0;
                        width: auto;
                        height: 4.4rem;
                        margin: 0 1rem 0 0;
                        padding: 0;

                        @media only screen and (max-width: 1600px) {
                            margin: 0 0 2rem 0;
                            align-self: center;
                        }
                    }

                    .cont_btn {
                        display: flex;
                        justify-content: flex-end;
                        gap: 1rem;
                    }
                    
                }


                &.is-selected {
                    opacity: 1;

                    .intro {
                        opacity: 1;
                        transform: translateY(0px);
                    }
                }

                &.is-selected {
                    .intro {
                        .tit{
                            /* &:before {
                                width: 200svw;
                            }

                            &:after {
                                height: 200svh;
                            } */
                        }
                    }
                }
            }
        }

    }

    /* //bigslide */

}




.presentazione-home{



    &:before{
                content: '';
                position: absolute;
                overflow: clip;
                display: block;
                pointer-events: none;
                z-index: 2;
                right: 3vw;
                top: -1rem;
                width: 70vh;
                height: 70vh;
                background-image: url('/css/images/case.svg');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                z-index: -1;

                @media only screen and (max-width: 850px) {
                    left: -10vw;
                    bottom: -5vw;
                    width: 120vw;
                    height: 120vw;
                }

            }

        		
		article,#article{
            height: auto;
            margin:0 auto;

            padding: 7rem 0;

            font-weight: 400;
            font-size: 1.1rem;
            color: var(--grigio03);
            line-height: 2em;


            
            
            h3{
                position: relative;
                display: block;
                padding-bottom:1.2em;

            }
		}

        .col-sx{
            display: flex;
            flex-direction: column;
            align-items: flex-start;

            @media only screen and (min-width: 851px) {
                text-align: right;
            }

            @media only screen and (max-width: 850px) {
                order: 999;
            }
        }
		/*--article--*/
	}
	/*presentazion-home*/




#contenitore{

    padding-top: 0 !important;
}