@font-face {
    font-family: "PublicSans";
    src: url('PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "PublicSans";
    src: url('PublicSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: "PublicSans";
    src: url('PublicSans-black.woff') format('woff');
    font-weight: 900;
    font-style: black;
}

@property --main-text-color {
    syntax: "<color>";
    inherits: false;
    initial-value: #a24434;
}

@property --text-grey {
    syntax: "<color>";
    inherits: false;
    initial-value: #b1b1b1;
}

html, body {
    font-family: "PublicSans", Verdana;
}
header {
    background-image: url(../img/bg-hero.jpg);
    background-size: cover;   
    background-position: left;
    background-repeat: no-repeat;
}
h1, h2, h3 {
    font-weight: 900;
}
h4 {
    font-style: normal;
}

div.white-line {
    background-color: #fff;
    width: 100%;
    height: 2px;
}
div.red-line {
    background-color: #a24434;
    width: 100%;
    height: 2px;
}
div.black-line {
    background-color: #000;
    width: 100%;
    height: 1px;
}
.color-red {
    color: #a24434 !important;
}
.color-white {
    color: #fff !important;
}
img.logo {
    max-height: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
}

/** HERO SECTION **/
div.white-line-hero {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;
}
h1.hero {
    color:#fff;
    line-height: 3rem;
    font-size:3rem;
}
.subtitle-hero {
    color: #fff;
    font-weight:900;
    line-height:1.1rem;
}
p.hero {
    color:#fff;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1rem;
}
.btn-hero-01, .btn-hero-01:hover{
    background-color:#b99e7e;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn-hero-02, .btn-hero-02:hover {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 0px;
    margin-top: 25px;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media all and (min-width: 991px) {
    div.icon-scroll {
        margin-top: -150px;
    }
    div.section-1-desktop {
        padding: 0 80px;
    }
}
img.logo-btn {
    max-height: 20px;
    margin-top: 35px;
}
@media all and (max-width: 991px) {
    img.logo {
        max-height: 30px;
    }
    img.logo-btn {
        max-height: 25px;
    }
}

/** SECTION 1: QUANDO E COME VUOI **/
section.box-01 {
    background-image: url(../img/bg-fumo.webp);
    background-size: cover;   
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
}
h1.section-01 {
    color:#fff;
    line-height: 3rem;
    font-size:3rem;
}
h1.title-box {
    font-size: 2.6rem;
    line-height: 2.6rem;
}
h3.subtitle {
    color: #fff;
    font-size:1.2rem;
}
h3.list {
    color: #000;
    font-size:1.4rem;
    line-height: 1.4rem;
}
div.little-box-01 {
    /*background-color:#b99e7e;*/
    background-image: url(../img/bg-box1.jpg);
    background-size: cover;
    width: 100%;
    min-height: 500px;
    padding:25px;
}
div.little-box-02 {
    /*background-color:#a24434;*/
    background-image: url(../img/bg-box2.jpg);
    background-size: cover;
    width: 100%; 
    min-height: 500px;
    padding:25px;
}
div.little-box-03 {
    /*background-color:#ede5d2;*/
    background-image: url(../img/bg-box3.jpg);
    background-size: cover;
    width: 100%; 
    min-height: 500px;
    padding:25px; 
    color:#a24434
}
p.list {
    color:#fff;
    font-size:1.1rem;
    font-weight:900;
    line-height:1.1rem;
}
.btn-box-red, .btn-box-red:hover {
    background-color:#a24434;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}
.btn-box-white, .btn-box-white:hover {
    background-color:#ede5d2;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    color: #a24434;
    font-weight:bold;
    font-size:1rem;
}
.btn-box-brown, .btn-box-brown:hover {
    background-color:#b99e7e;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    color: #fff;
    font-weight:bold;
    font-size:1rem;
}
@media all and (min-width: 991px) {
    h1.title-box {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}
@media all and (min-width: 767px) {
    h1.title-box {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}
@media all and (max-width: 450px) {
    h1.title-box {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }
}
/*@media all and (min-width: 991px) {
    .p-box1-desktop {
        padding: 0 150px;
    }
    h1.title-box {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
    h3.list {
        font-size:1.1rem;
        line-height: 1.1rem;
    }
    p.list {
        font-size:0.9rem;
        line-height: 0.9rem;
    }
}
@media all and (min-width: 767px) {
    h1.title-box {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
    h3.list {
        font-size:1.1rem;
        line-height: 1.1rem;
    }
    p.list {
        font-size:0.9rem;
        line-height: 0.9rem;
    }
}*/
@media all and (max-width: 991px) {
    h1 {
        color: #fff;
        font-size:1.3rem;
    }
    p.list {
        color:#fff;
        font-size:1rem;
        font-weight:bold;
        line-height:1rem;
    }
}
@media all and (max-width: 767px) {
    h1 {
        color: #fff;
        font-size:2rem;
    }
    p.list {
        color:#fff;
        font-size:1.3rem;
        font-weight:bold;
        line-height:1.3rem;
    }
}


/** SECTION 2: MAPPA **/
h3.map-subtitle {
    color: #fff;
    font-size:1.2rem;
    cursor: pointer;
}
.map-section {
    width: 100%;
    min-height: 800px;
    background: url('../img/mappa-wilfred.webp') no-repeat center center;
    background-size: cover;
}
.map-section-mobile {
    width: 100%;
}
.mobile-map {
    width: 100%;
    background: url(../img/mappa-wilfred.webp) no-repeat center right;
    background-size: cover;
    min-height: 400px;
}
.carousel-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-right: 60px; /* per vedere il "taglio" sull'ultima immagine */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}
.carousel-scroll::-webkit-scrollbar {
  display: none;                /* Chrome, Safari, Opera */
}
.carousel-scroll > div {
  scroll-snap-align: start;
  scroll-snap-type: x mandatory;
}
.font-8 {
    font-size:0.8rem;
    line-height: 0.8rem;
}
.font-1 {
    font-size:1rem;
    line-height:1rem;
}
div.box-overflow {
    background-color: #fff;
    height: 600px;
    overflow-x: scroll;
}
div.box-selected {
    background-color:#a24434;
    line-height:0.8rem;
}
div.box-notselected {
    border-bottom: 1px solid #000;
}
p.apertura {
    color:#b7b7b7;
    font-size: 0.8rem;
    margin-top:10px;
}
input.searchcap:focus,input.searchcap {
    background-color: #fff !important;
    color: #000 !important;
    border-radius:0px;
}



.info-box {
    background: rgba(0, 0, 0, 0.7); /* nero semitrasparente */
    height: 100%;
}

section.box-black {
    background-color: #000;
    width: 100%;
    min-height: 400px;
}
h3.subtitle-why {
    color: #fff;
    font-size:1.5rem;
}
img.review-logo {
    position: relative;
    top: 250px;
    right: -86%;
    width: auto;
    height: 30px;
    z-index: 1000;
}

div.box-mobile-map {
    background-color:#f0f0f0;
    width: 100%;
    padding-top: 20px;
    padding-bottom:20px;
}
div.box-mobile-map-black {
    background-color: #000;
    padding-top:20px;
    padding-bottom:20px;
}
.col-map-01 {
    padding: 0px 8px;
    color:#fff;
    font-size:0.7rem;
    line-height:0.7rem;
    display: flex;
    align-items: center;
}
.col-map-generic {
    padding: 0px 8px;color:#fff;font-size:0.7rem;line-height:0.7rem;display: flex;align-items: center;border-left:1px solid #fff;
}

/** SECTION 3: MEAT **/
section.box-3 {
    background-image: url(../img/bg-meat.webp);
    background-size: fill;   
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /*min-height: 600px;*/
    padding: 20px;
}
p.bold-section-3 {
    font-weight:bold;
    color:#fff;
    text-align:justify;
}
p.section-3 {
    color:#fff;
    text-align:justify;
}
.carousel-review {
    margin: 0 auto;
    min-width: 374px;
    background-color: #fff;
}
@media all and (min-width: 991px) {
    .carousel-review {
        margin-left: 100px;
    }
}
.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.carousel-indicators {
    bottom: -20% !important;
}
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.review-col {
    background-image: url('../img/wilfred-review-meat.png'); /* Cambia con la tua */
    background-repeat: no-repeat;
    background-position: 80% center; /* o right top, right 40%, ecc. */
    background-size: auto 80%; /* oppure 'contain', o '200px auto' per controllare */
    min-height: 500px; /* altezza minima per centrare bene il carousel */
}
@media all and (max-width: 991px) {
    .review-col {
        background-image: none;
        background-color:#000;
    }
}
@media all and (max-width: 991px) {
    section.box-3 {
        padding: 0px;
    }
}

/** SECTION 4: NEWSLETTER **/
.box-transparent {
    background-color:rgba(0, 0, 0, 0.7);
    color:#fff
}
.container-newsletter {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media all and (max-width: 991px) {
    .container-newsletter {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
section.box-faq {
    background-color: #EFE6D3;
    width: 100%;
    min-height: 400px;
}
input.frm-wilfred::placeholder {
    color: #cbcbcb;
}
h1.newsletter {
    color:#fff;
    line-height: 3rem;
    font-size:3rem;
}
.box-input {
    padding-left:90px;
    padding-right: 90px;
}
.box-input-update {
    padding-left:130px;
    padding-right: 130px;
}
.btn-newsletter, .btn-newsletter:hover {
    background-color:#a24434;
    width: 30%;
    border-radius: 0px;
    margin-top: 10px;
    color: #fff;
    font-weight:bold;
    font-size:1rem;
}
@media all and (max-width: 480px) {
    h1.newsletter {
        font-size: 2rem;
        line-height: 2rem;
    }
    .box-input {
        padding-left: 0px;
        padding-right: 0px;
    }
    .box-input-update {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-newsletter {
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    h1.newsletter {
        font-size: 2rem;
        line-height: 2rem;
    }
    .box-input {
        padding-left: 0px;
        padding-right: 0px;
    }
    .box-input-update {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-newsletter {
        width: 100%;
    }
}
@media all and (min-width: 991px) {
    .p-box3-desktop {
        padding: 0 150px;
    }
    .p-box5-desktop {
        padding: 0 100px;
    }
}
h3.newsletter {
    color: #fff;
    font-size:1rem;
}
input.nome {
    background-color:rgba(0,0,0,0);
    border: 1px solid #fff;
    margin-top: 10px;
    color:#fff;
    border-radius: 0px;
}
input.email {
    background-color:rgba(0,0,0,0);
    border: 1px solid #fff;
    color:#fff;
    border-radius: 0px;
}
input.telefono {
    background-color:rgba(0,0,0,0);
    border: 1px solid #fff;
    color:#fff;
    border-radius: 0px;
}
select.prefisso {
    background-color:rgba(0,0,0,0);
    border: 1px solid #fff;
    color:#fff;
    border-radius: 0px;
}
.form-control:focus {
    background-color:rgba(0,0,0,0) !important;
    border-color: #fff !important;
    box-shadow: none !important;
    color: #fff !important;
}
div.required {
    text-align:left;
    margin-top:-10px;
    margin-bottom: 10px;
    font-weight:bold;
}
p.font-7 {
    font-size:0.7rem;
    line-height: 0.7rem;
}

.accordion {
    --bs-accordion-bg: #EFE6D3;
}
.accordion-item {
    border: 0px !important;
}
.accordion-button:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background-color: #EFE6D3 !important;
    color: #000 !important;
}
.accordion-intem-box {
    background-color: #EFE6D3;
    border: none;
    border-radius: 0;
}
.accordion-title {
    background-color: #EFE6D3;
    font-weight: bold;
    border-top: 2px solid #000; 
    /*border-bottom: 1px solid #000;*/
    border-radius: 0;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.margin-faq {
    margin-bottom: 100px;
    margin-top: 100px;
}

section.box-footer {
    background-color: #000;
    width: 100%;
    min-height: 200px;
}
@media all and (max-width: 767px) {
    .footer-align {
        text-align: center;
    }
}



.accordion-mobile-quando-one {
    border-radius: 0px !important;
    --bs-accordion-border-radius: 0px !important;
    background-color: #b99e7e;
    --bs-accordion-bg: #b99e7e !important;
    --bs-accordion-active-bg: #b99e7e !important;
}
.btn-mobileone, .btn-mobileone:not(.collapsed) {
    background-color: #b99e7e !important;
    box-shadow: none !important;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn-mobileone::after {
    position: absolute;
    top: 45px;
    right: 20px;
}
.accordion-body-mobile-one {
    background-image: url(../img/bg-box1.jpg);
    background-size: 80%;
    background-position-y: 30%;
    background-repeat: no-repeat;
}

.accordion-mobile-quando-two {
    border-radius: 0px !important;
    --bs-accordion-border-radius: 0px !important;
    background-color: #a24434;
    --bs-accordion-bg: #a24434 !important;
    --bs-accordion-active-bg: #a24434 !important;
}
.btn-mobiletwo, .btn-mobiletwo:not(.collapsed) {
    background-color: #a24434 !important;
    box-shadow: none !important;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn-mobiletwo::after {
    position: absolute;
    top: 45px;
    right: 20px;
}
.accordion-body-mobile-two {
    background-image: url(../img/bg-box2.jpg);
    background-size: 80%;
    background-position-y: 30%;
    background-repeat: no-repeat;
}

.accordion-mobile-quando-three {
    border-radius: 0px !important;
    --bs-accordion-border-radius: 0px !important;
    background-color: #ede5d2;
    --bs-accordion-bg: #ede5d2 !important;
    --bs-accordion-active-bg: #ede5d2 !important;
}
.btn-mobilethree, .btn-mobilethree:not(.collapsed) {
    background-color: #ede5d2 !important;
    box-shadow: none !important;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.btn-mobilethree::after {
    position: absolute;
    top: 45px;
    right: 20px;
}
.accordion-body-mobile-three {
    background-image: url(../img/bg-box3.jpg);
    background-size: 80%;
    background-position-y: 30%;
    background-repeat: no-repeat;
}