/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/



html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3{
    color: white;
    font-family: 'Merriweather';
} 

.second{
    color: #30363E;
}

.container-fluid {
    padding: 0 !important;
}

.container {
    padding: 0 !important;
}
.container-lg{
    padding: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

:focus {
    outline: none !important;
}

.btn{
    width: 100%;
    position: relative;
    padding: 3% 0;
    margin-top: 5%;
    background-color: white;
    border: 1px solid #30363E;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    color: #30363E;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
form .btn{
    width: 50%;
    padding: 1.5% 0;
}

.btn:hover {
    background-color: #30363E;
    color: white;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    font-size: 13px;
}
.white-b:hover{
    background-color: white;
    color: #30363E;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    font-size: 13px;
}

.btn svg{
    position: absolute;
    left: -1px;
    bottom: -1px;
    fill: #30363E;
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
}
.btn:hover svg{
    fill: white;
}
.white-b:hover svg{
    fill: #30363E;
}
.btn-small{
    width: 50%;
    padding: 3%;
    margin: 5% 0% 10% 0;
}
.white-b{
    background-color: #30363E;
    border: 1px solid white;
    color: white;
}
.white-b svg{
    fill: white;
}
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;

}

footer {
    position: relative;
    z-index: 2;
    background-color: #30363E;
    color: white;
    font-size: 12px;
    padding-top: 5rem;
    margin-top: 10%;
}
footer a{
    font-size: 1rem;
    color: white;
    font-weight: bold;

}
a:hover {
    text-decoration: none;
}
footer a:hover{
    color: white;
}
p{
    margin-bottom: 0;
}
img {
    opacity: 1;
    transition: opacity 0.3s;
 }
 img[data-src] {
    opacity: 0;
 }
#map {
    height: 50vh;
  }
.spacer{
    padding-top: 15vh;
}
.back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0.5% 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: 1px solid #30363E;
    margin: 7% 0;
    opacity: 0.8;
}
.details-wrapper .back p{
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #30363E;
    margin: 0 5%;
}
.back i{
    font-size: 1.2rem;
    color: #30363E;
    margin: 0% 3%;
}


.navbar {
    width: 100%;
    height: 90px;
    padding: 0 0 0 0;
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: #30363e52;
    border-bottom: 1px solid grey;
    -webkit-transition: height 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
    -webkit-backdrop-filter:
        blur(8px) brightness(90%);
            backdrop-filter:
        blur(8px) brightness(90%);
    -webkit-box-shadow: #00000075 -1px 3px 10px 0px;
            box-shadow: #00000075 -1px 3px 10px 0px;
}
.navbar-toggler {
    border: none !important;
}
.close-menu {
    display: none;
}

.real-menu {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.overlay {
    display: none;
}

.real-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nav-link, .step2 li {
    font-size: 13px;
    font-weight: 400;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 0.6rem;
}

.social-nav {
    margin-left: 5%;
}

.social-nav li a{
    font-size: 15px;
    color: white;
    padding-right: 1rem; 
}


.social-nav li a:hover{
    color: black;
    cursor: pointer;
    transition: all 0.3s;
}
.step1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.step2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.step2 li{
    padding-right: 1rem;
}
.step2 svg{
    height:20px;
	width:20px; 
}
.step2 #path {
    stroke-dasharray: 200;
    stroke-dashoffset: 400;
    
    -webkit-animation: checker 2.8s linear;
    
            animation: checker 2.8s linear;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
  }
  
  @-webkit-keyframes checker {
    from {
      stroke-dashoffset: 320;
    }
    to {
      stroke-dashoffset: 400;
    }
  }
  
  @keyframes checker {
    from {
      stroke-dashoffset: 320;
    }
    to {
      stroke-dashoffset: 400;
    }
  }
  
  
.step2 #path2 {
    stroke-dasharray: 430;
    stroke-dashoffset: 800;
    
    -webkit-animation: x 0.6s linear ;
    
            animation: x 0.6s linear ;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
  }
  
.step2 #path3 {
    stroke-dasharray: 430;
    stroke-dashoffset: 800;
    
    -webkit-animation: x 0.6s linear ;
    
            animation: x 0.6s linear ;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    -webkit-animation-delay:0.3s;
            animation-delay:0.3s;
  }
  
  @-webkit-keyframes x {
    from {
       stroke-dasharray: 430;
    }
    to {
       stroke-dasharray: 400;
    }
  }
  
  @keyframes x {
    from {
       stroke-dasharray: 430;
    }
    to {
       stroke-dasharray: 400;
    }
  }

.active a {
    font-weight: 600 !important;
}

.active ::before {
    content: "|";
    font-weight: 600;
    color: white;
    position: absolute;
    left: -5%;
}
.active ::before:hover {
    content: "|";
    font-weight: 600;
    color: #30363E;
    margin-right: 3%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 11%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 0.5%;
}

.main-logo p {
    margin: 0;
    font-size: 1rem;
    color: white;
}
.main-logo img{
    width: 80%;
}

#logo-mobile {
    display: none;
}

.nav-hide, .step2{
    display: none;
}
.interaction-touch{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    z-index: 4;
    bottom: 5%;
    text-align: center;
}
.interaction-touch p{
    text-transform: uppercase;
    color: #30363E;
    font-size: 0.7rem;
    font-weight: bolder;
}
.slider h1{
    position: relative;
    z-index: 4;
    font-size: 4rem;
    font-family: 'Merriweather';
    font-weight: bold;
    font-style: italic;
    padding-left: 15%;
    text-shadow: 2px 3px 8px #0000005e;
}
.h-coll{
    width: 100%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../img/collezioni_cucina.jpg);
    background-size: cover;
    background-position: center;    
}
.h-coll h1{
    font-size: 4.8rem;
    margin: 1% 0;
}
.h-coll h2{
    font-size: 3rem;
    font-family: 'Open Sans', sans-serif;
}
.h-coll h1,h2,h3{
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 3px 8px #0000005e;
}
.gradient-middle{
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 2;
    bottom: -14%;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 63%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(63%, rgba(255,255,255,0.99)), color-stop(67%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 63%, rgba(255,255,255,1) 67%, rgba(255,255,255,0) 100%);}

.gradient-black{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: rgb(0,0,0);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    -webkit-transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.service-headline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10vh;
    margin-bottom: 3%;
}
.home-title{
    font-size: 6rem;
    font-family: 'Merriweather';
    font-style: italic;
    color: #30363E;
    text-transform: uppercase;
    text-align: center;
}
.choosen-service{
    width: 80%;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: left;
    padding: 0% 8%;
    color: #30363eb4
}
.services-wrapper{
    margin-bottom: 15%;
}
.services-box{
    display: flex;
    position: relative;
    flex-direction: column;
    height: 500px;
    flex-basis: 50%;

}
.servizio{
    z-index: 10;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: -1px 4px 6px #000000;
    letter-spacing: 1px;
}
.service-row{
    display: flex;
    width: 100%;
    height: 25%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%;
    background-size: cover;
    background-position: center;
}
.testoServizio{
    color: white;
}

.service-text{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(48 54 62 / 0.05);
    padding: 10%;
}
.service-text p{
    text-align: justify;
}
.vertical-text{
    margin: 0;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-text-orientation: sideways;
            text-orientation: sideways;
            transform: rotate(180deg);
}
.img-home-wrap .btn-small{
    background-color: #30363E;
    color: white;
    width: 25%;
    padding: 2%;
}
.img-home-wrap:hover{
    background-size: 125%;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.img-home-wrap:hover .gradient-black{
    background:linear-gradient(180deg, rgba(0,0,0,0) -5%, rgb(0 0 0 / 90%) 105%);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.img-home-wrap{
    height: 580px;
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../img/collezioni-home-copertina.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.img-home-wrap p{
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    z-index: 1;
}
.img-home-wrap .home-collezioni-title{
    font-size: 3rem;
    font-family: 'Merriweather';
    font-weight: bold;
    font-style: italic;
    z-index: 1;
    color: white;
    text-shadow: 2px 3px 8px #000000b4;
}
.img-home-wrap .gradient-black{
    height: 100%;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 79%) 100%)
}
.story-area{
    padding: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.story-wrapper{
    display: block;
}
.about-start{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    overflow: hidden;
    margin-top: -3%;
}
.about-start img{
    margin-top: -1%;
}
.about-blur-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
    margin-top: 6%;
}
.blurry-about{
    position: absolute; top: 0; left: -1%;
    z-index: 1;
    width: 150%;
    height: 100%;
    filter: blur(10px);
    background-image: url(../img/libreria_design.jpg);
    background-size: 150%;
}
.about-blur-wrap div:nth-child(2){
    width: 80%; 
    height: 60vh;
    display: flex;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display:flex; 
    box-shadow: 2px 3px 15px #0000008c;
}
.about-blur-wrap div:nth-child(2) div{
    display: flex;
    flex-direction: column;
    width: 40%;
    background-color: #30363E;
    color: white;
    padding: 3%;
}
.about-ennesimo{
    padding-top: 25vh;
}
.about-ennesimo h1{
    margin: 5% 0;
}
.about-wrap{
    position: absolute; bottom: 5%; right: 0;
    height: 70%; 
    width: 45%;
    overflow: hidden;
}
.end-about{
    padding: 25vh 0; 
}
.home-story-title{
    font-size: 2.5rem;
    font-family: 'Merriweather';
    line-height: 45px;
    font-style: italic;
    font-weight: bold;
    margin: 8% 0;
}              
.eco-img-wrap{
    display: flex;
    width: 90%;
    height: 400px;
    align-items: center;
    overflow: hidden;

}    
.eco-img-wrap img{
    width: 120%;
    height: 100%;
}       
#foot-logo img{
    width: 10%;
}
#foot-logo p{
    font-size: 43px;
}

footer .social{
    margin: 1% 0 5% 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer .social i {
    font-size: 1.8rem;
    margin-right: 1.5rem;
}
footer .social .fa-instagram{
    margin-right: 0;
}
footer > .social .fa-instagram,
footer > .social .fa-linkedin-in{
    font-size: 2rem;
}
.final-info{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5% 5%;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.descr{
    width: 100%;
    background-color: #30363E;
    padding: 15vh 0 2% 0;
    margin-bottom: 5%;
    color: white;
}
.descr h1{
    display: block;
    color: white;
    font-weight: 600;
    font-style: italic;
}
.avg-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2%;
}
.partner-box{
    width: 220px;
    height: 200px;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border: #707070 1px solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.partner-box:hover{
    background-color: #30363E;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
.partner-box:hover {   
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: flex;
}
.logo-partner{
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    background-position: center;
}
.partner-box a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.partner-box svg{
    position: absolute;
    bottom: -0.5%; 
    left: -0.3%;
    fill: #30363E;
    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
}
.partner-box:hover svg{   
    fill: white;
}

.adress{
    background-color: #30363E;
    color: white;
    font-size: 1.2rem;
    justify-content: center;
}
.adress-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2%;
}
.adress a{
    color: white;

    transition: 0.8s;
}
.adress a:hover{
    margin-bottom: 3px;
    transition: 0.3s;
}
.adress-wrap{
    width: 45%;
    flex-direction: column;
    padding: 1rem;
}
.adress-wrap i{
    margin-right: 0.5rem; 
    margin-bottom: 0.6rem;
}
.vertical-line{
    width: 2px;
    background-color: rgb(255 255 255 / 20%);
    margin: 1.5rem;
}

.form-group 
textarea, 
input{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #707070;
    display: block;
    padding: .8rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}
form hr{
    width: 90%;
}
.callbar{
    display: none;
    width: 100%;
    height: 5vh;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #57E189;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    z-index: 10;
}
.callbar a{
    color: white;
}

.form-row{
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
}

.form-group{
    width: 70%;
}

.go-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1% 0 1.5%;
    border-bottom: 2px white solid;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
}
.go-btn a{
    color: white !important;
}
.coll-wrapper{
    padding-top: 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.coll-wrapper > .album-descr h3{
    font-size: 2.5rem;
    color: #30363E;
    text-shadow: none;
    text-align: center;
}
.coll-wrapper h3{
    font-size: 2.5rem;
    color: #30363E;
    text-shadow: none;
    text-align: center;
}


.coll-wrapper > .coll-box h3{
    font-size: 2.5rem;
    color: #30363E;
    text-shadow: none;
    text-align: center;
}
.album-descr p{
    font-size: 1.3rem;

}
.coll-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: 300px;
    margin: 2% 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background-image: url(../img/living.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    font-size: 3.8rem;
    font-family: 'Merriweather';
    font-weight: bold;
    font-style: italic;
    line-height: 35px;
    color: white;
    text-shadow: 2px 3px 8px #000000b4;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.coll-box p{
    z-index: 2;
    margin: 0;
    -webkit-transition: margin 0.8s;
    -o-transition: margin 0.8s;
    transition: margin 0.8s;
}
.coll-box:hover p{
    margin-bottom: 3%;
    -webkit-transition: margin 0.8s;
    -o-transition: margin 0.8s;
    transition: margin 0.8s;
}
.coll-box:hover{
    font-size: 4rem;
    background-size: 130%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.album-cover:hover {
    font-size: 2.3rem;
    background-size: 130%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.coll-box:hover .gradient-black{
    height: 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    -webkit-transition: 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.coll-box:hover .go-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;

}
.coll-box .go-btn{
    display: none;
    font-style: normal;
    margin-top: 0%;
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
.x{
    display: none;
}
.album-cover{
    height: 150px;
    font-size: 2.1rem;
    margin: 5% 2% 0;
    background-position: center;
}
.album-cover:hover .go-btn{
    margin-top: 3%;
    font-size: 1rem;
}
.details-wrapper h1{
    font-family: 'Merriweather';
    color: #30363E;
    font-weight: bold;
}
.details-wrapper p{
    margin: 8% 0;
}
.photo-frame{
    width: 200px;
    height: 200px;
    margin: 3px;
    overflow: hidden;
    border: 1px solid #30363e23;
}
.photo-frame img{
    width: 100%;
}
.orizzontal-bar{
    width: max-content;
    height: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: white;
    border: 3px solid #30363E;
    border-radius: 10px;
}

.location-wrap{
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    padding: 2% 0;
    position: relative;


}
.points-wrap{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(22%);
    margin: 0 6rem;
}
.verticalPoints{
    width: 28px;
    height: 28px;
    cursor: pointer;
    align-items: center;
    background-color:white;
    border:3px solid #30363E;
    border-radius: 50%;
    margin: 0% 5%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.points-wrap p{
    font-size: 1.5rem;
    margin-top: 1%;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    font-family: 'Merriwather';
    font-weight: 400;
    color: #30363E;
}

.vh100{
    height: 100vh;
}

.godfix{
    width: max-content;
}

.verticalBox{
    position: sticky; left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    width: 800px;
    min-height: 60vh;
    cursor: grab;
    margin-top: 5%;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.verticalBox p{
    text-align: center;
    font-size: 0.8rem;
    color: #30363E;
    text-transform: uppercase;
}
#firstp{
    font-size: 1.3rem;
    text-transform: none;
}

.verticalBox img{
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.f-hero{
    height: 50vh;
    background-image: url(../img/falegnameria.jpg);
    background-size: cover;
    padding: 10rem;
    text-align: center;
}
.f-hero h1{
    color: #30363E;
}
.f-card{
    display: flex;
    height: 250px;  
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 2px 7px #00000030;
    margin: 2rem 0;
    overflow: hidden;
}
.f-frame{
    display: flex;
    width: 45%;
    height: 100%;
    overflow: hidden;
}
.f-frame a img{
    height: 250px;
}
.f-text{
    width: 55%;
    padding: 3%;
    overflow-y: auto;
}
.f-text p{
    font-size: 0.9rem;
}
.f-title{
    font-size: 1.3rem;
    color: #303030;
    font-family: 'Merriweather';
    font-weight: bold;
}
.graph-wrap{
    background-color: #30363E;
    padding: 5%;
    display: flex;
}
.graph-wrap .title{
    color: white;
    font-size: 2.8rem;
    font-family: 'Merriwather';
    font-weight: bold;
    margin-bottom: 1rem;
}
.graph-wrap .container .title{
    margin-top: 3rem;
}

.text-basic,
.text{
    text-align: justify;
}
.graph-wrap .text-basic{
    color: white;
    margin-bottom: 7%;

}
.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}
.semi-donut:after {
    content: "";
    width: 300px;
    height: 300px;
    border: 50px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    -webkit-animation: fillAnimation 1.5s ease-in;
    animation: fillAnimation 1.5s ease-in;
}

.semi-donut .value {
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: opacityAn 1s ease-out;
}
@keyframes opacityAn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-webkit-keyframes fillAnimation {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
    }

    50% {
        opacity: 1;
        transform: rotate(300deg);
    }
}
@keyframes fillAnimation {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
    }

    50% {
        opacity: 1;
        transform: rotate(300deg);
    }
}
.donut-item .value-label{
    margin-top: -5%;;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}
.trees{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.circle-graph{
    border-radius: 50%;
    border: 5px solid #5ab34c;
    margin-bottom: 2px;
}
.donut-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.donut-item:nth-child(1){
    color: #47ff49;
}
.donut-item:nth-child(1) i{
    font-size: 1.5em;

}
.donut-item:nth-child(2){
    color: #5ab34c;
}
.donut-item:nth-child(2) svg{
    width: 100px;
}
.donut-item:nth-child(3){
    color: #acf9fb;
}
.donut-item:nth-child(3) i{
    font-size: 2rem;
}

#donut-wrap{
    justify-content: space-evenly;
    margin-top: 5%;
}
#donut-1 {
    --fill: #47ff49;
    --percentage: 90;
}

#donut-2 {
    --fill: #acf9fb;
    --percentage: 70;
}

#LoStudio .text-basic{
    font-size: 1rem;
    text-align: justify;
}

.studio-t-w{
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;

}
.studio-photo-wrap{
    overflow: hidden;
    height: 65vh;
}

p.studio-title{
    font-size: 2.5rem;
    font-family: 'Merriweather';
    font-weight: bold;
}
.graph-wrap .studio-title{
    color: white;
}
.esterno-wrapper{
    height: 500px;
    overflow: hidden;
}
.img-studio{
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

#esterno-100{
    transform: translateY(-10%);
}
.img-studio img{
    width: 100%;
}




@media only screen and(min-width: 1024px){
    .esterno-wrapper{
        height: 500px;
    }
}

@media only screen and (max-width: 1024px){

    #foot-logo img{
        width: 20%;
    }

    .verticalBox{
        left: 10%;
    }
}



@media only screen and (max-width: 990px){
.navbar-collapse,
.navbar-collapse.collapse,
.navbar-collapse.in,
.navbar-collapse.collapsing {
    width: 40vw;
    height: 100vh;
    margin-right: -100%;
    -webkit-transition: all linear 0.23s;
    -o-transition: all linear 0.23s;
    transition: all linear 0.23s;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid gray;
}
.real-menu {
    width: 40%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #30363e40;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5rem;
    -webkit-backdrop-filter: blur(10px) brightness(90%);
            backdrop-filter: blur(10px) brightness(90%);
}
.overlay {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100vh;
}
.show {
    margin-right: 0 !important;
}

.navbar-collapse.in {
    height: 100%;
}
.navbar-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.nav-link, .step2 li {
    font-size: 30px;
    font-weight: 600;
    color: #ffffffa2 !important;
}
.step2 li{
    color: white!important; 
}
.step2{
    display: none;
}
.active a {
    position: relative;
    font-weight: 700;
    color: white !important;
}

.active ::before {
    left: -20%;
    bottom: 5%;
}
.social-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 3% 0 10% 0px;
}
#logo-mobile{
    display: block;
    font-size: 1.8rem;
    color: white;
    text-align: center;
}


    .col-12{
        padding: 0!important;
    }
    .main-logo{
        width: 15%;
    }
    .main-logo img{
        width: 90%;
    }
    .main-logo p {
        font-size: 15px;
    }
    .coll-box{
        height: 200px;
        font-size: 3rem;
    }
    .story-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .home-story-title{
        margin: 3% 0;
    }
    .story-area img{
        width: 80%;
    }
    .vertical-text{
        margin-top: 25%;
    }

    #foot-logo img{
        width: 20%;
    }
    .choosen-service{
        display: none;
    }
    .social-nav li{
        font-size: 20px;
    }
    .navbar a {
        padding: 0 0 0 0.5rem;
        }
    .close-menu {
    display: block;
    margin: 0 1.2rem 2rem 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.navbar {
    height: 12vh;
    padding-left: 0.5rem;
    }
    .about-blur-wrap div:nth-child(2){
        width: 95%;
    }
    .about-blur-wrap div:nth-child(2) div{
        width: 40%;
    }
    .about-blur-wrap div:nth-child(2) img{
        width: 60%;
    }

    .about-ennesimo div:nth-child(1){
        display: flex;
        align-items: center;
        margin-top: -5%;
        overflow: hidden;
        height: 450px;
    }
    .about-ennesimo h1{
        margin: 5% 0 2%;
    }
    .about-ennesimo div:nth-child(2){
        margin-bottom: 10%;
    }
    .end-about{
        padding: 10vh 3% 1vh 3%;
    }
    .about-wrap{
        display: none;
    }
}

@media only screen and (max-width: 768px) {    
    .form-group{
        width: 80%;
    }
    .vertical-text{
        position: absolute;
        left: -6%;
    }
    .slider h1{
        padding-left: 10%;
    }

    .navbar {
        height: 10vh;
        padding-left: 0.5rem;
        }

.navbar-collapse,
.navbar-collapse.collapse,
.navbar-collapse.in,
.navbar-collapse.collapsing {
    width: 80vw;
    height: 100vh;
    margin-right: -100%;
    -webkit-transition: all ease-out 0.4s;
    -o-transition: alle ease-out 0.4s;
    transition: all ease-out 0.4s;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid gray;
    -webkit-box-sizing: #00000075 -2px 0px 10px 0px;
            box-sizing: #00000075 -2px 0px 10px 0px;
}

.real-menu {
    width: 93%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #30363e40;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-backdrop-filter: blur(10px) brightness(90%);
            backdrop-filter: blur(10px) brightness(90%);
}

.back{
    width: 40%;
}

.main-logo{
    width: 15%;
    height: 100%;
}
.main-logo p {
    display: none;
}
.main-logo img{
    width: 100%;
}
#logo-mobile{
    font-size: 1.8rem;
    color: white;
    text-align: center;
}

#logo-mobile img{
    width: 60%;
    
}
.partner-box{
    height: 150px;;
}

.verticalBox{
    width: 90vw;
    left: 5%;
    transform: unset;
}

#foot-logo p{
    font-size: 30px;
}
.services-box{
    height: 550px;
}

.f-card{
    width: auto;
    height: 400px;
    flex-direction: column;
}
.f-frame{
    width: auto;
    height: 55%;
}
.f-text{
    width: auto;
    height: 45%;
}
.img-home-wrap{
    background-size: 200%;
}
.home-title{
    font-size: 5.5rem;
}
.img-studio{
    height: 350px;
}
.carousel{
    height: 300px;
}

.carousel-item:nth-child(1) img{
    width: 160%;
}
.carousel-item:nth-child(3) img{
    width: 120%;
}

footer > .social .fa-instagram,
footer > .social .fa-linkedin-in{
    font-size: 1.8rem;
}
}
@media only screen and (min-width: 768px){
    .F1 {
        padding: 0px 0px 0px 6%;
        font-size: 13px;
    }

    .F2 {
        padding: 0px 0px 0px 2%;
        text-align: left;
        font-size: 13px;
    }

    .social .col i {
        font-size: 35px;
        margin: 0 10px;
    }
}
@media only screen and (max-width: 600px) {
    .adress p{
        font-size: 1.5rem;
    }

}

@media only screen and (min-width: 425px) and (max-width: 765px){
    .coll-box{
        margin: 0;
    }
    .h-coll h2{
        font-size: 2rem;
    }
    .coll-wrapper h4{
        margin-bottom: 8%;
        padding: 0 2%;
    }
    .album-cover{
        height: 120px;
        margin-bottom: 4%;
    }
    .album-descr h3{
        font-size: 2.5rem;
        color: #30363E;
        text-shadow: none;
        text-align: center;
    }
}
@media only screen and (max-width: 425px) {
    #logo-mobile img{
        width: 40%;
        
    }
    .text-basic{
        font-size: 1rem;
        padding: 0 6%;
    }
    form .btn{
        width: 80%;
    }
    .btn-small{
        width: 50%;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .main-logo{
        width: 25%;
        height: 100%;
    }
    #foot-logo img{
        width: 40%;
    }
    #foot-logo p{
        font-size: 30px;
    }
    .descr{
        padding: 12vh 6% 5% 6%;
    }
    .partner-box{ 
        height: 180px;
    }
    .adress-wrap{
        width: 100%;
    }
    .adress-wrap p{
        font-size: 1.3rem;
    }
    .adress-wrap .adress-title{
        font-size: 1.5rem;
        margin-bottom: 3%;
    }
    .vertical-line{
        width: 100%;
        height: 2px;
        margin: 0 1rem;
    }
    .callbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .slider{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .services-wrapper{
        margin-bottom: 10%;
    }
    .slider h1{
        font-size: 2.5rem;
        padding-left: 3%;
        padding-top: 20%;
    }
    .interaction-touch{
        bottom: 8%;
    }
    .vertical-text{
        display: none;
    }
    .img-home-wrap{
        height: 450px;
    }
    
    .img-home-wrap .home-collezioni-title{
        font-size: 2.3rem;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    .img-home-wrap .btn-small{
    width: 60%;
    padding: 3%;
    }

    .img-home-wrap p{
        font-size: 1.1rem;
        padding: 0 6%;
    }
    .home-title{
        display: none!important;
    }
    .home-partners-grid img{
        margin: 5% 0;
    }
    .last-mobile-none{
        display: none;
    }
    .home-story-title{
        font-size: 2rem;
        text-align: right;
    }
    .story-area{
        margin: 15% 0;
    }
    .story-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
                justify-content: center;
        }
    .story-area .col-12:nth-child(1) img{
        display: none;
    }
    .story-area .text-basic{
        display: none;
    }
    .story-area img{
        width: inherit;
    }
    .c-none{
        display: none;
    }
    .h-coll{
        height: 50vh;
        padding-top: 10vh;
    }
    .h-coll h1,h2{
        text-shadow: 1px 3px 8px #000000e8;
    }
    .h-coll h1{
        font-size: 4.5rem;
    }
    .h-coll h2{
        font-size: 1.75rem;
    }
    .coll-wrapper h3,h4{
        display: none;
        margin-bottom: 2%;
    }
    .album-descr{
        margin-top: 5rem;
    }
    .album-descr h3{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 40px;
        text-align: left;
    }
    .album-descr p{
        font-size: 1.1rem;
        margin: 6% 0;
        line-height: 23px;
        text-align: left;
    }
    .album-descr h3{
        font-size: 2.5rem;
        color: #30363E;
        text-shadow: none;
    }
    .coll-wrapper{
        padding-top: 0;
        margin: 0;
    }
    .coll-box{
        height: 18vh;
        margin: 0;
        font-size: 3.3rem;
    }
    .coll-box:hover{
        height: 300px;
    }
    .coll-box:hover .x{
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3%;
        right: 3%;
        background-color: red;
    }
    .album-cover{
        height: 100px;
        font-size: 2rem;
        margin-bottom: 4%;
    }
    .photo-frame{
        width: 100px;
        height: 100px;
    }
    .about-start {
        margin-top: 0%;
    }
    .about-start img{
        height: 100%;
        width: 120%;
    }
    .about-blur-wrap div:nth-child(2){
        width: 90%;
        height: max-content;
        flex-direction: column;
    }
    .about-blur-wrap div:nth-child(2) div{
        width: 100%;

    }
    .about-blur-wrap div:nth-child(2) img{
        width: 160%;
    }
    .about-ennesimo{
        padding: 25vh 0% 10vh;
    }
    .about-ennesimo div:nth-child(2){
        padding: 0 3%!important;
    }
    .about-ennesimo h1{
        margin: 10% 0 5%;
    }
    .about-wrap{
        width: 100%;
        position: relative;
        margin-left: auto;
        right: 0;
    }
    .end-about .btn-small{
        width: 100%;
    }
    .orizzontal-bar{
        margin-left: 3%;
    }

    .location-wrap{
        padding: 6% 0;
    }

    .points-wrap{
        margin: 0 4rem;
    }
    .godfix{
        display: block;
        width: max-content;
    }
    .verticalBox{
        margin-top: 5%;
    }
    .back{
        width: 25%;
}
    .graph-wrap{
        padding: 5% 0%;
    }
    
    .graph-wrap .col-12:nth-child(1){
        order: 2;
    }
    .graph-wrap .container{
        order: 3;
    }
    .container .donut-item:nth-last-of-type(1){
        margin-bottom: 0;
    }
    .eco-img-wrap{
        width: 100%;
        height: 300px;
        order: 2;
    }
    .eco-img-wrap img{
        width: 100%;
    }
    .graph-wrap .title{
        font-size: 2.5rem;
        margin: 1rem;
        text-align: center;
        line-height: 40px;
    }
    .donut-item{
        margin-bottom: 15%;
    }
    .donut-item .value-label{
        margin-top: 5%;
    }
    .donut-item:nth-child(2) .value-label{
        margin-bottom: -5%;
    }
    p.studio-title{
        padding: 0 6%; 
        margin-top: 10%;
    }
    .img-studio{
        height: 300px;
    }
    #esterno{
        display: none;
    }

    #interior{
        margin-top: 8%;
    }
    .studio-title:nth-child(1){
        margin-top: 0;
    }
    .carousel-item:nth-child(1){
        width: 150%;
    }
    .carousel-item:nth-child(2){
        transform: translate(0, -10%);
    }


}
@media only screen and (max-width: 375px) {
    .h-coll h1{
        font-size: 3.5rem;
    }
    .home-title{
        font-size: 4.8rem;
    }
    .vertical-text{
        font-size: 5.8rem;
        position: absolute;
        left: -7%;
    }
    .adress p{
        font-size: 1.2rem;

    }
    .partner-box{
        height: 150px;
    }
    .album-descr h3{
        font-size: 2rem;
        line-height: 35px;
    }
    .photo-frame{
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 320px) {
    .slider h1{
        font-size: 1.8rem;
    }
    .h-coll h1{
        font-size: 3.5rem;
    }
    .vertical-text{
        margin: 0;
    }
    .adress p{
        font-size: 1rem;
    }
    .main-logo{
        width: 30%;
    }
    .partner-box{
        height: 135px;
    }
    .h-coll h2{
        font-size: 1.5rem;
    }
    .verticalBox{
        width: 310px;
        left: 2%;
    }
}

:root {
    --animate-delay: 0.25s;
  }

.animate__animated.animate__delay-6s{
      -webkit-animation-delay:6s;
      animation-delay:6s;
      -webkit-animation-delay:calc(var(--animate-delay)*6);
      animation-delay:calc(var(--animate-delay)*6)}

.animate__animated.animate__delay-7s{
        -webkit-animation-delay:7s;
        animation-delay:7s;
        -webkit-animation-delay:calc(var(--animate-delay)*7);
        animation-delay:calc(var(--animate-delay)*7)}

.animate__animated.animate__delay-8s{
            -webkit-animation-delay:8s;
            animation-delay:8s;
            -webkit-animation-delay:calc(var(--animate-delay)*8);
            animation-delay:calc(var(--animate-delay)*8)}


            #testoServizioA,#testoServizioB,#testoServizioC,#testoServizioD{
                display: none;
                z-index: 10;
            }
            
            .testoServizio{
                display: none;
                z-index: 10;
            }
            
            #servizioCloseA,#servizioCloseB,#servizioCloseC,#servizioCloseD{
                display: none;
                color: white;
                text-transform: uppercase;
                text-transform: uppercase;
                font-size: .8rem;
                letter-spacing: 1px;
                margin-top: 10%;
                font-weight: bold;
                z-index: 10;
            }

            
            #servizioA{
                background-image: url('../../assets/img/Servizo_Progettazione.png');
                transition: 0.8s;
            }
            
            #servizioB{
                background-image: url('../../assets/img/Servizio_Falegnameria.png');
                transition: 0.8s;
            }
            
            #servizioC{
                background-image: url('../../assets/img/Servizio_Rendering.png');
                transition: 0.8s;
            }
            
            #servizioD{
                background-image: url('../../assets/img/Servizio_Eventi.png');
                transition: 0.8s;
            }

    .blackFilter{
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        position: absolute; top:0; left: 0;
        display: none;
    }
            
            .h100{
                height: 100%;
            } 
            .servNone{
                height: 0;
                -webkit-transition: height 0.5s;
                -o-transition: height 0.5s;
                transition: height 0.5s;
            }
            .servBlock{
                display: block!important;
                opacity: 1;
            }
            .servDispNone{
                display: none;
            }

            .partners{
                transition: 2s;
                margin-left: -200px;
            }

            .imgAlbum{
                height: 100%;
                margin-left: 50%;
                transform: translate(-50%, 0px);
            }