/*generali*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Roboto:wght@300&display=swap');

@font-face {
    font-family: 'BodoniFLF Bold';
    font-style: normal;
    font-weight: normal;
    src: local('BodoniFLF Bold'), url('font/BodoniFLF-Bold.woff') format('woff');
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    font-family: "Roboto",sans-serif;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    letter-spacing: 0.5px;
}
body > div:nth-child(2) {
    flex-grow: 1;
  }
.contenitore{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
img{
    width: 100%;
    height: auto;
}

.sfondo-rosa{ 
    background-color: white;
}
.sfondo-sabbia{
    background-color: #EFECE7;
}
/*testi*/
h1,h2,h3,h4,h5,h6{
    font-family: 'BodoniFLF Bold',serif;
}
h1{
    text-align: center;
    font-size: 30px;
    padding: 20px;
}
h2{
    font-size: 30px;
}
p{
    line-height: 1.5;
}
.wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1200px;
}
.wrapper img{
    width: 100px;
    height: auto;
}
.wrapper h2{
    text-align: center;
    padding: 50px;
}
nav{
    list-style: none;
} 
nav li{
    display: inline-block;
    margin: 0px 2px;
}
nav li a{
    color: black;
    text-decoration: none;
    padding: 5px 15px;
    font-family: Arial;
    font-size: 14px;
}
nav li a:hover,
nav li a.active{
    background:  #916a70ff;
    color: white; 
}
.navbar-toggler {
    display: none;
  }
.hero{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-attachment: fixed;
    background-image: url(../immagini/foto3.jpg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero blockquote{
    background-color: white;
    padding: 15px 30px;
    font-size: 20px;
    position: relative;
    margin: 2.5rem 2rem;
}
.hero blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-attachment: fixed;
    background-image: url(../immagini/wilde.jpg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero2 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
    margin-right: 2rem;
}
.hero2 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero2 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero2 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero3{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image: url(../immagini/stoffa-rossa.jpeg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero3 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
}
.hero3 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero3 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero3 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero4{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image: url(../immagini/stoffa-nera.jpeg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero4 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
}
.hero4 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero4 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero4 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero5{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image: url(../immagini/stoffa-blu.jpeg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero5 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
}
.hero5 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero5 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero5 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero6{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image: url(../immagini/stoffa-grigia.jpg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero6 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
}
.hero6 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero6 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero6 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero7{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image:  url(../immagini/stoffa-bianca.jpeg);
    background-size: cover;
    height: 80vh;
    padding: 0 20px;
}
.hero7 blockquote{
    background-color: white;
    padding: 12px;
    font-size: 20px;
    position: relative;
}
.hero7 blockquote span{
    font-family: 'BodoniFLF Bold';
    font-size: 60px;
}
.hero7 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero7 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.hero8{
    display: flex;
    justify-content: center;
    background-attachment: fixed;
    align-items: center;
    background-image: url(../immagini/abito-monaco.jpg);
    background-size: cover;
    height: 100vh;
    padding: 0 20px;
}
.hero8 blockquote{
    background-color: white;
    padding: 40px;
    font-size: 20px;
    position: relative;
}
.hero8 blockquote span{
    font-family: 'BodoniFLF Bold';
}
.hero8 blockquote::before{
    content: "";
    background-image: url(../immagini/apri.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(3px 3px 4px rgba(230, 221, 222, 1));
}
.hero8 blockquote::after{
    content: "";
    background-image: url(../immagini/chiudi.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -16px;
    width: 35px;
    height: 27px;
    filter: drop-shadow(2px 2px 4px rgba(230, 221, 222, 1));
}
.box1{
    display: flex;
    padding: 20px;
    gap: 20px;
    background-size: cover;
}
.box1 img{
    object-fit: cover;
}
.box1>*{
    min-width: 50%;
}
.box1 p{
    margin: 20px;
    text-align: center;
}
.descrizione {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.descrizione h2{
    margin-bottom: 10px;
}
.descrizione li{
   padding: 10px;
   margin-bottom: 20px;
   margin-left: 20px;
   gap: 20px;
}
.pulsante{
    border: 1px solid white;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    width: max-content;
    margin-top: 20px;
    display: inline-block;
    color: white;
    background-color: #654a4e;
}
.pulsante.pulsante-chiaro{
    background-color: #654a4e;
}
.pulsante.pulsante-chiaro:hover{
    background-color: #916a70;
    color: white;
}
.pulsante:hover{
    background: #916a70;
    color: #fff;
}
.box-pulsante{
    display: flex;
    justify-content: center;
}
footer{
    width: 100%;
    padding: 20px;
    background: #EFECE7;
    color: black;
}
footer .contenitore{
    display: flex;
    justify-content: space-around;
}
footer>*{
    width: 50%;
}
footer i{
    margin-right: 8px;
}
.icon{
    margin-top: 20px;
}
.icon i{
    color: black;
    font-size: 22px;
    margin-right: 8px;
}
.social{
    padding-top: 30px;
    padding-bottom: 30px;
}
footer h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.social, .letter {
    flex-basis: 45%;
    }
.letter{
    padding-top: 30px;
    padding-bottom: 30px;
}
input[type=text], select,
input[type=date] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.chiama a{
    text-decoration: none;
    color: black;
}

.box2{
    display: flex;
    justify-content: center;
    padding: 10px;
    color: black;
}
.box2 img{
    object-fit: cover;
}
.box2>*{
    min-width: 50%;
}
.box2 h2{
    margin: 20px;
}
.box3{
    padding: 20px;
}
.box4{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}
.contenitore h3{
    text-align: center;
    margin: 20px;
    font-size: 30px;
}
.contatti{
    color: black;
    padding: 40px;
    text-align: center;
}
.contatti h2{
    text-align: center;
    padding-bottom: 50px;
}
.contatti a{
    text-decoration: none;
    color: black;
}
.contatti p{
    line-height: 2.0;
}
.app i{
    font-size: 22px;
    margin-right: 8px;
}
.app{
    margin-top: 10px;
}
.guida{
    text-align: center;
    margin: 20px;
    letter-spacing: 0.5px;
}
.guida p{
    margin: 20px;
}
.prezzi{
    display: flex;
    gap: 1rem;
    margin: 20px;
}
.prezzi hr{
    border: none;
	border-top: 2px dotted #654a4e;
    margin-top: 10px;
    min-width: 50px;
	flex-grow: 1;
}
.divisore{
    display: flex;
    justify-content: center;
}
.hr2{
    border-top: 0.2px;
    width: 15%;
    color: #654a4e;
}
/* Mailchimp */
#mc_embed_signup {
background: transparent !important;
width: unset !important;
max-width: 500px !important;
}
#mc-embedded-subscribe-form {
    padding: 10px 0 !important;
}
.content__gdpr, .content__gdprLegal {
font-size: 12px !important;
}
#mergeRow-gdpr {
margin-top: 0px !important;
}
#mc_embed_signup .button {
border-radius: 0 !important;
background-color: #654a4e !important;
}


/*responsive*/
@media(max-width:1200px){
    .contenitore,
    .wrapper{
        width: 100%;
        padding: 0 10px;
    }
}  
@media(max-width:992px){
    .navbar-toggler {
        display: initial;
        cursor: pointer;
        padding: 0.5rem 1.25rem;
        font-size: 1.35rem;
      }
      #navigation.show {
        display: flex;
        margin-right: 0;
        background: #e6dddeff;
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        padding: 10px 0 ;
        border-bottom: 1px solid #654a4e;
      }
      #navigation {
        display: none;
      }
      .wrapper{
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 0;
      }
      #navigation.show ul{
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
      }
      #navigation.show ul li{
          margin-bottom: 9px;
      }
}
@media(max-width:800px){
    footer .contenitore{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
    footer .contenitore>*{
        width: 100%;
    }
    .box2{
        display: flex;
        flex-direction: column;
    }
    .contatti{
        padding-top: 0;
    }
    .contatti h2{
        margin-top: 0;
        margin-bottom: 3px;
    }
    .contatti h3, p{
        text-align: center;
    }
    footer p {
        text-align: left;
    }
    .app {
        display: flex;
        justify-content: center;
    }
    .navbar-toggler {
        display: initial;
        cursor: pointer;
        padding: 0.5rem 1.25rem;
        font-size: 1.35rem;
      }
      #navigation.show {
        display: flex;
        margin-right: 0;
        background: #e6dddeff;
        position: absolute;
        top: 56px;
        width: 100%;
        padding: 10px 0 ;
        border-bottom: 1px solid #654a4e;
      }
      #navigation {
        display: none;
      }
      .wrapper{
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 0;
      }
      #navigation.show ul{
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
      }
      #navigation.show ul li{
          margin-bottom: 7px;
      }
      .box1{
          display: flex;
          justify-content: center;
          flex-direction: column;
      }
      .descrizione{
          align-items: center;
      }
      .descrizione h2{
          text-align: center;
      }
      .sfondo-sabbia img,
      .sfondo-rosa img{
          order: 2;
      }
      .sfondo-sabbia .descrizione,
      .sfondo-rosa .descrizione{
          order: 1;
      }
      .hero{
          background-position: center;
          padding: 15px;
      }    
}
@media(max-width: 630px){
    .hero2{
        background-position: 15%;
    }
}
@media(max-width: 600px){    
    .hero2{
        justify-content: center;
    }
    .hero2 blockquote{
        margin-right: 0;
    }
    .hero8{
        flex-direction: column;  
        justify-content: center; 
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero8 blockquote{
        padding: 10px;
        justify-content: space-between;
        margin: 10px;
    }
    .hero8 blockquote .prezzi{
        justify-content: space-between;
        flex-direction: column;
        margin: 20px;
    }
    .hero8 hr{
        display: none;
    }
    .hero8 blockquote .prezzi{
        gap: 8px;
        margin-bottom: 30px;
    }
}

