* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: SFProDisplay;
    src: url(/promo/fonts/SFProDisplay-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Font SF Pro Display - Bold */
  @font-face {
    font-family: SFProDisplay;
    src: url(/promo/fonts/SFProDisplay-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* Font SF Pro Display - Semibold */
  @font-face {
    font-family: SFProDisplay;
    src: url(/promo/fonts/SFProDisplay-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

html, body {
    background-color: black;
    font-family: "SFProDisplay", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
    margin: auto;
    line-height: 1.4;
    font-size: clamp(.7rem, 1.5vw, 1.3rem);
    letter-spacing: 0.10vw;
    scroll-behavior: smooth;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1600px;
}
h1,h2,h3,h4 {
    font-weight: 600;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 40px;
}
.hero-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 10px auto;
    padding: 0 100px;
}
.hero-section-cta {
    margin-top: 10px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 180px;
    margin-bottom: 60px;
}
a {
    text-decoration: none;
    color: black;
}
em {
    color: rgb(204, 167, 80);
    font-style: normal;
    font-weight: 800;
}
.main-cta {
    background-color: rgb(204, 167, 80);
    padding: .8rem 2rem;
    width: 18rem;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    transition-duration: 1ms;
    border-radius: 8px;
}
.main-cta:hover {
    background-color: white;
}
.second-cta {
    background-color: white;
    padding: .8rem 2rem;
    width: 18rem;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    transition-duration: 1ms;
    border-radius: 8px;
}
.second-cta:hover {
    background-color: rgb(204, 167, 80);
}
.card-image {
   margin-top: 20px; 
   width: 100%;
   border-radius: 8px;
}
main {
    text-align: center;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sales-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    row-gap: 40px;
    column-gap: 30px;
    margin: 60px 0px 30px 0;
    padding: 0 100px;
}
.sales-block {
    padding: 40px;
    border-radius: 8px;
    border: 3px solid rgba(204, 167, 80, 0.88);
    width: 48%;

}
.sales-block.item-5 {
    width: 98.5%;
    margin-bottom: 30px;
}
.sales-block.item-5 h3 {
    font-size: 3.4rem;
}
.sales-block.item-5 p {
    font-size: 1.2rem;
}
.sales-block p {
    font-weight: 700;
}
h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgb(204, 167, 80);
}
.sales-time {
    margin-top: 40px;
    font-size: x-large;
    font-weight: 600;
}
.double-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    gap: 20px;
}
.contacts {
    background-image: url(img/oliver-b-promo-cogli-l-attimo-2.webp);
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-content: center;
    padding: 40px;

}
.contacts::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.626);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contacts h2, .contacts a, .contacts p {
    z-index: 3;
    position: relative;
}
footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 30px 0;
    gap: 20px;
    padding: 40px 40px 0px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.456);
}
footer * {
    font-size: 14px;
    text-align: center;
}
footer .logo {
    width: 160px;
    margin-bottom: 20px;
}
footer a {
    color: white;
    transition-duration: .3s ;
}
footer a:hover {
    color: rgb(204, 167, 80);
}
footer .main-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    white-space: pre-wrap;
}
#description {
    margin-bottom: 30px;
}
.scroll-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}
.scroll-animate.scroll-fade-up {
  opacity: 1;
  transform: translateY(0);
}
.promo-text {
    padding: 20px 0;
    margin: 60px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.orari-cta {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 20px auto;
    row-gap: 20px;
}
.orari {
    padding: 20px;
    border: 3px solid rgba(204, 167, 80, 0.88);
    border-radius: 8px;
    max-width: 39rem;
}
.orari-cta .double-cta {
    row-gap: 0;
}
.orari i {
    font-size: 2rem;
    margin-bottom: 10px;
}
.orari-title {
    margin-bottom:10px
}
.orari p, .promo-text p {
    font-size: 1.1rem;
}
.privacy-cookie {
    display: flex;
    flex-direction: row;
    white-space: pre;
}
.contacts>a {
    color: white;
}


@media only screen and (max-width:1041px) {
    .sales-block {
        width: 100%;
    }
    .sales-block.item-5 {
        width: 100%;
    }
}
@media only screen and (max-width:900px) {
    html, body {
        font-size: clamp(1rem, 2.5vw, 2rem);
    }
    .sales-blocks, .hero-section, .promo-text {
        padding: 10px 20px;
    }
}
@media only screen and (max-width:768px) {
   
    .sales-blocks {
        margin: 30px 0px 0px 0px;
    }
    footer {
        padding: 40px;
        margin: 0;
    }
    .logo {
        margin-bottom: 40px;
    }
    .hero-section-cta {
        margin: 0;
        column-gap: 20px;
        row-gap: 0px;
    }
    .main-cta, .second-cta {
        min-width: 80%;
    }
    .double-cta {
        margin: 0;
        column-gap: 10px;
        row-gap: 0;
    }
    .contacts {
        height: 500px;
    }
    #description {
        margin-bottom: 0;
    }
    .orari-cta {
        width: 100%;
    }
}

  