@charset "UTF-8";

/* CSS Document */
:root {
    --white: #fff;
    --blu: #424F66;
    --back-form: #edfcff;
    --back-input:#d1f0ff;
    --back-accordion: #e3f1f4;
}



body,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Urbanist', sans-serif;
}
.li-blu{
    background-color: #d1f0ff}
.list-specifiche{
    box-shadow: rgba(0, 0, 0, 0.107) 0px 5px 15px;
    border-radius:20px;
    padding: 0;;
    margin-bottom:0;
    list-style: none;
    font-size:1.4rem;
}
#chi-siamo, #faq {
    scroll-margin-top:3rem;
}
#esclusiva{
    scroll-margin-top: 6rem;
}
.list-specifiche li:nth-child(1){
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.list-specifiche li:nth-last-child(-n+2){
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.list-specifiche li{
    padding-top:0.7em;
    padding-left:0.7em;
    padding-bottom:0.7em;
}
.back-blu{
    background-color: #d1f0ff;
}
.dropdown-menu{
    
    padding-top:0;
    padding-bottom:0;
    width: 100%;
    border-radius: 0;
    background-color: #03498f;
    
}
.paralax-image{
    background-position: 90%;
    background-size: cover;
    min-height: 40vh;
}
.dropdown-menu li a{
    padding-top:0.5em;
    padding-bottom:0.5em;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: white;
}
.link-scopri-box{
    position: absolute;
    bottom:2rem;
    color:#03498f;
    left:3rem;
    z-index: 9
}
.video-header{
    height:80vh;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
}
.box-text{
    position: relative;
    top:-7px;
}
.video-paralax{
    position: fixed;
    top:0;
    width: 100%;
    object-fit: cover;
    height:100%;
    z-index: -1;
}
.video-bg-body{
    
    position: fixed;
    top:0;
    width: 100%;
    object-fit: cover;
    height:100%;
    z-index: -1;
    
}
.spacing-paralax{
    background-attachment: fixed;
    padding-top:18vh;
    padding-bottom:18vh;
}
.navbar {
    background-color: var(--white) !important;
    box-shadow: 0px 0px 5px 0px #534B41;
}
.link-prodotti img{
    transition: 0.5s ease;
}
.link-prodotti:hover img{
    transform: scale(1.1);
}
.shadow-img{
    filter: drop-shadow(12px 12px 4px #0000001c);
}
.nav-link {
    font-family: 'Urbanist', sans-serif;
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--blu);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 1.5rem;
    border-bottom:2px solid transparent;
}
.nav-link:hover{
    border-bottom:2px solid var(--blu);
}
.logo-nav {
    max-width: 160px;
    min-width: 160px;
}

.box {
    padding-left: 12vh;
    padding-right: 12vh;
}
.link-box{
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 1s ease;
}
.link-box:hover > .img-card {
    transition: 1s ease;
    transform: scale(1.1);
    
    
}
.img-card{
    transition: 1s ease;
}
.img-big {
    width: 32%;
}

.txt {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
}
.shadowed{
    filter: drop-shadow(2px 6px 8px #01010118);
}
.title-box{
    font-size: 2rem;
    z-index: 9;
    position: absolute;
    left:13%;
    bottom:12%;
    color:#03498f;
    font-weight: 700;
}

.chiamaci {
    background-color: #03498f;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white) !important;
    border-radius: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-top: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    border: 2px solid transparent;
}
.chiamaci:hover{
    color:#03498f!important;
    background-color: transparent;
    border: 2px solid #03498f;
}

.head {
    background-image: url(../img/head.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}
#faq{
    scroll-margin-top: 4rem;
}
/*----------fine-navbar-head----------*/

.marchi{
    max-width: 250px;
}

svg .path {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 9s linear forwards;
}

svg .path2 {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 9s linear forwards;
    animation-delay: 4.0s;
}

svg .path3 {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 9s linear forwards;
    animation-delay: 8.5s;
}

svg .path4 {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 9s linear forwards;
    animation-delay: 13.0s;
}

svg .path5 {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 9s linear forwards;
    animation-delay: 17s;
}

@keyframes dash {

    to {
        stroke-dashoffset: 0;
    }
}

.title-fasi1 {
    font-size: calc(40px + (40 - 40) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    text-align: right;
    font-weight: 400;
    padding-top: 34rem;
}

.txt-fasi {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #353639;
    text-align: right;
    font-weight: 300;
    padding-top: 0.2rem;
}

.sp-1fase {
    padding-top: 10rem;
}

.icn-fasi {
    max-width: 60%;
}

/*Accordion Faq*/
.accordion-header {
    border: 0;
    background-color: var(--white);
}

.accordion-body {
    background-color: #cee7f3;
}

.title-faq {
    font-size: 1.2rem;
    color: #010101;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #cee7f3;
    box-shadow: unset;
}

.accordion-item {
    box-shadow: rgba(0, 0, 0, 0.155) 0px 5px 15px;
    border: unset
}

.accordion-item {
    border-radius: 20px;
    background-color: #cee7f3;

}
.rounded-borders{
    border-radius: 55px;
}
.text-svg{
    fill:#02498e;
    font-size: 3rem;
}
.list-button{
    display: inline-flex;
    gap:2rem;
    flex-direction: row;
    margin-top: 2rem;
    padding-left:0;
    list-style: none;
}
.card-svg{
    transition: 1s ease;
    overflow: hidden;
}
.card-svg:hover{
    transition: 1s ease;
    transform: translateZ(20, 20);
}
.button{
    transition: 0.4s ease;
    font-size: 1.2rem;
    border-radius: 20px;
    padding:1em;
    color: var(--white);
    background-color: #03498f;
    border:2px solid #03498f
}
.button:hover{
    transition: 0.4s ease;
    color: #03498f;
    background-color: transparent;
    border:2px solid #03498f
}
.accordion-button,
.accordion-item {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icon/icon-accordion-close.svg");
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-header {
    background-color: unset;
}

.accordion-button::after {
    background-image: url("../img/icon/icon-accordion-open.svg");
}

.accordion-item {
    margin: 1.5rem 0rem 0rem 0rem;

}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type,
.accordion-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #cee7f3;
    outline: 0;
    box-shadow: unset;
}


/*Accordion Faq*/
/*Form*/
.h-form{
    margin: 1rem 0 0 0 ; 
}
.h-form input{
    border:0;
    background-color: #d1f0ff;
    border-radius: 20px;
    padding: 1em;
}
.txt-area{
    border:0;
    background-color: #d1f0ff;
    border-radius: 20px;
}

.form-check .form-check-input {
    
    margin-left: -1.5em;
}

#sendBtn{
    color:var(--white);
    padding: 1em 3em 1em 3em;
    background-color: #02498e;
}
/*Form*/
#contactForm{
    box-shadow: rgba(0, 0, 0, 0.155) 0px 5px 15px;
    border-radius: 20px;
    padding:3em;
    background-color: var(--white)
}
.title-fasi {
    font-size: calc(40px + (44 - 40) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    text-align: right;
}

.title-box-fasi {
    font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(18px + (60 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    font-weight: 400;
}

.sp-video-lavorazioni {

    padding-top: 12rem;
}

.title-h1 {
    font-size: calc(30px + (54 - 30) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(30px + (56 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    font-weight: 700;
}

.subtitle-h2 {
    font-size: calc(20px + (34 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(30px + (40 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #9BA6B0;
    font-weight: 700;
    padding-top: 1rem;
    padding-top: 2rem;
}

.sub-h1 {
    font-size: calc(22px + (48 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    font-weight: 500;
}

.title-h1-pag {
    font-size: calc(50px + (70 - 50) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(50px + (70 - 50) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    font-weight: 700;
}

.sp-1txt {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.txt-1sez {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #6688c5;
    font-weight: 500;
    padding-top: 1rem;
}

.banda-servizi {
    background-color: #03498f;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.5rem;
}

.txt {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #5B6A7A;
    font-weight: 400;
}

.dim-sez {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.back-index {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8rem;
    padding-bottom: 8rem;
    box-shadow: 0px 0px 14px 0px #1c1d1e4f;
}

.box-txt {
    background-color: var(--white);
    border-radius: 1.5rem;
    padding: 3rem;
    box-shadow: 0px 0px 35px 4px #425a7d9e;
}

.title-h2 {
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: #03498f;
    font-weight: 600;
}

.video-dm {
    border-radius: 2rem;
}

.box-piastre {
    padding: 2rem 6rem;
}









.btn {
    background-color: #6688c5;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white)FFF;
    font-weight: 700;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-w {
    background-color: var(--white);
    color: #6688c5;
}

.sez-footer {
    
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--white);
    box-shadow: 0px 0px 15px 0px #29262336;
}

.sez-azzurra {
    background-color: #6688c5;
}

.tit-foot {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: var(--black);
    font-weight: 700;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
}

.txt-foot {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.box-schede {
    padding-left: 10vh;
    padding-right: 10vh;
}

.sp-scheda {
    padding: 2rem;
}

.sp-h-scheda {
    margin-top: 3em;
}

.scheda-1 {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/back-scheda-1.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.scheda-prod {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 5rem;
    background-image: url(../img/back-scheda-stampi.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scheda-piastre {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/back-scheda-piastre.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scheda-stampi {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/stampi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.scheda-stampi-pag {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/stampi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
}

.scheda-prodotti-pag {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/stampi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
}

.scheda-prodotti {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/prodotti.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.scheda-prodotti-propri {
    background-color: #03498f;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/img-pagine/1s.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.scheda-2 {
    background-color: #E9EFF3;
    border-radius: 2rem;
    padding: 4rem;
    background-image: url(../img/back-scheda-2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-scheda {
    font-size: calc(40px + (70 - 40) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: var(--white);
}

.txt-scheda {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white);

}


.flag {
    width: 30px;
}

.h-txt {
    padding-top: 7%;
}

.logo-head {
    max-width: 70%;
    padding-top: 8%;
}

.white {
    color: #E3DED5;
}

.blu {
    color: #03498f;
}

.sp-dati {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #E3DED5;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9DB4CE;
}

strong {
    font-weight: 700;
}


.title-form{
    font-size: 3rem;
}
.txt-privacy{
    font-size:14px; 
    color:var(--black);
}
.txt-privacy a{
    
     color:var(--black)
}
@media only screen and (max-width: 1700px) {
    .box {
        padding-left: 2vh;
        padding-right: 2vh;
    }
    .link-scopri-box{
        
        left:2rem;
        
    }
    .title-box{
        bottom:4rem;
        font-size: 1.6rem;
    }
    .nav-link {
        font-family: 'Urbanist', sans-serif;
        font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1920 - 300)));
        color: var(--blu);
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-right: 0.5rem;
    }

    .txt-fasi {
        font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
        color: #353639;
        text-align: right;
        font-weight: 300;
        padding-top: 0.5rem;
    }

    .title-fasi {
        font-size: calc(24px + (26 - 24) * ((100vw - 300px) / (1920 - 300)));
        line-height: calc(18px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
        color: #03498f;
        text-align: right;
    }

    .sp-1fase {
        padding-top: 3rem;
    }

    .icn-fasi {
        max-width: 40%;
        padding-top: 2rem;
    }

    .video-dm {
        border-radius: 2rem;
    }

    .box-piastre {
        padding: 1rem 1rem;
    }

    .title-scheda {
        font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 700;
    }
}
@media only screen and (max-width: 1100px) {
    .box, .box-schede{
        padding-left:2vh;
        padding-right:2vh;
    }
    .list-button{
        
        flex-direction: column;
    }
    .list-button li{
        
        margin-top: 1rem;
    }
    
}
@media only screen and (max-width: 840px) {
    
    .list-specifiche{
       
        font-size:1.1rem;
    }
    .link-scopri-box{
        
        left:6rem;
        
    }
    .button{
        font-size: 1rem;
    }
    .logo-nav{
        max-width: 130px;
        min-width: 130px;
    }
    .title-form{
        font-size: 1.5rem;
    }
    .spacing{
        padding-bottom:22vh;
    }
    .list-button{
        
        flex-direction: column;
    }
    .list-button li{
        
        margin-top: 1rem;
    }
    .box{
        padding-left:2vh;
        padding-right:2vh;
    }


    .dim-sez {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sez-beige {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #F1ECE2;
    }

    .head-pag {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 10vh;
    }

    .head {
        background-image: url(../img/head.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 40vh;
    }

    .logo-head {
        padding-top: 20%;
        max-width: 100%;
    }

    .img-sx {
        margin: 1rem;
        margin-bottom: 2rem;
    }

    .navbar {
        padding-top: 0px;
    }

    .numero-mobile-color {
        background-color: #24160A;
    }

    .numero-mobile {
        font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
        color: #E3DED5;
        margin-bottom: 0px;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .back-index {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .box-txt {
        background-color: var(--white);
        border-radius: 1rem;
        padding: 1rem;
        box-shadow: 0px 0px 35px 4px #425a7d9e;
    }

    .sp-1txt {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .time2 {
        margin-top: -12rem;
    }

    .time-video {
        margin-top: -22rem;
    }

    .box-schede {
        padding-left: 0.2vh;
        padding-right: 0.2vh;
    }

    .scheda-2 {
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .sp-scheda {
        padding: 1.5rem;
    }

    .scheda-stampi {
        height: 40vh;
    }

    .scheda-prod {
        border-radius: 2rem;
        padding: 1.5rem;
    }

    .scheda-prodotti {
        height: 40vh;
    }
    @media only screen and (max-width: 590px) {
        .link-scopri-box{
        
            left:3rem;
            
        }
        .spacing{
            padding-bottom:4vh;
        }
    }
}