/* CASEIFICIO */
#wrapwrap{
    overflow-x: hidden !important;
}
.video_section_cas {
    height: 800px !important;
}

#luogo_header_cas {
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 120%;
}

#image-section-cas {
    background-image: url("/custom_website/static/src/img/caseificio/casaro-caseificio-santa-lucia-sessa-aurunca.jpg");
    border-radius: 8px;
    height: 720px;
    width: 653px;
    background-size: cover;
    background-position: center 90%;
    /* Sposta verso l'alto */
    background-repeat: no-repeat;
    position: relative;
}

#image-up-img-cas {
    background-image: url("/custom_website/static/src/img/caseificio/Interno-caseificio-santa-lucia-sessa-aurunca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 410px;
    height: 300px;
    border-radius: 8px;
    right: -180px;
    bottom: -100px;
}

.carousel-cas img {
    margin: 1px !important;
}

.text-punti-vendita-1 {
    font-size: 20px !important;
}

.text-vendita-cas>a {
    color: #2E2C2C !important;
    text-decoration: underline;
}

.carousel-container {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.carousel-cas {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

.carousel-cas img {
    height: 400px;
    flex-grow: 1;
    max-width: 240px;
    transition: all 0.3s ease;
    object-fit: cover;
    cursor: pointer;
}

.carousel-cas img.active {
    max-width: 600px;
    opacity: 1;
}

#wrap {
    overflow-x: hidden;
}

.carousel-santa-lucia-container {
    width: calc(100% - 100px);
    position: relative;
    height: 417px;
    margin: 0 auto;
    padding: 0 50px;
}

.carousel-santa-lucia {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.carousel-santa-lucia-item {
    flex: 0 0 calc(100% / 3);
    scroll-snap-align: start;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px !important;
}

.carousel-santa-lucia-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px !important;
    transition: transform 0.3s ease;
}

.carousel-santa-lucia-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.carousel-santa-lucia-nav.prev {
    left: 0;
}

.carousel-santa-lucia-nav.next {
    right: 0;
}

.carousel-santa-lucia-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.carousel-santa-lucia-indicator {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F6F2E4;
    border: none;
    cursor: pointer;
}

.carousel-santa-lucia-indicator.active {
    background: #153C2A;
}
/*CARD PIZZIFICIO*/
#home_card_pizzificio{
    height: 826px;
    width: 31%;
    padding: 32px;
    background-image: linear-gradient(#00000000, #000000), url("/custom_website/static/src/img/home/Pizza-margherita-pizzificio-formia-Fattoria-santa-lucia.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*CARD TESTO H3 PIZZIFICIO*/
#home_card_pizzificio h3{
    color: white !important;
    font-family: "Afacad", sans-serif !important;
    font-weight: 500 !important;
    font-size: 96px !important;
}
/*CARD TESTO SMALL PIZZIFICIO*/
#home_card_pizzificio small{
    color: white !important;
    font-family: "Afacad", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}
/*CARD AGRITURISMO*/
#home_card_agriturismo{
    height: 826px;
    width: 31%;
    padding: 32px;
    background-image: linear-gradient(#00000000, #000000), url("/custom_website/static/src/img/home/74d1132fb296881492044f9520eb6297.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
/*CARD TESTO H3 AGRITURISMO*/
#home_card_agriturismo h3{
    color: white !important;
    font-family: "Afacad", sans-serif !important;
    font-weight: 500 !important;
    font-size: 96px !important;
}
/*CARD TESTO SMALL AGRITURISMO*/
#home_card_agriturismo small{
    color: white !important;
    font-family: "Afacad", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}
.text-header-video{
    margin-top: 110px !important;
}
#myVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
@media (max-width: 768px) {
    .carousel-santa-lucia-item {
        flex: 0 0 100%;
    }

    .carousel-santa-lucia-nav {
        display: none;
    }

    .carousel-santa-lucia-container {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
    }

    .carousel-santa-lucia-item img {
        height: 200px !important;
    }

    .carousel-santa-lucia-indicators {
        gap: 2px !important;
    }

    .carousel-santa-lucia {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #home_card_pizzificio {
        width: 288px !important;
        height: 300px !important;
        padding: 40px 16px !important;
        width: 100% !important;
    }

    #home_card_agriturismo {
        width: 288px !important;
        height: 300px !important;
        padding: 40px 16px !important;
        width: 100% !important;
    }

    #home_card_pizzificio h3 {
        font-size: 56px !important;
    }

    #home_card_agriturismo h3 {
        font-size: 56px !important;
    }

    #home_card_agriturismo a {
        margin-top: 0 !important;
    }

    #home_card_pizzificio a {
        margin-top: 0 !important;
    }

    /*    #section-cas-punti &gt;*/

    .s_embed_code_embedded {
        padding: 0 !important;
    }
    .title_header_cas {
        font-size: 40px !important;
    }

    .title_header_cas>span {
        font-size: 48px !important;
    }

    #luogo_header_cas {
        font-size: 18px !important;
    }

    #testo_header_cas {
        font-size: 18px !important;
    }

    #button-mobile {
        width: 100% !important;
    }

    .video_section_cas {
        padding-top: 10px !important;
        padding-bottom: 50px !important;
        height: 670px !important;
    }

    #text-section-cas>h2 {
        font-size: 32px !important;
    }

    #p-cas {
        font-size: 16px !important;
    }

    #image-section-cas-mobile>img {
        border-radius: 8px !important;
    }

    #image-up-cas-mobile {
        background-image: url('/custom_website/static/src/img/caseificio/casaro-caseificio-santa-lucia-sessa-aurunca.jpg');
        background-position: center;
        background-size: cover;
        height: 280px;
        border-radius: 8px !important;
    }

    #section-carousel-cas {
        padding: 64px 16px !important;
    }

    #section_viaggio_cas {
        padding-bottom: 64px !important;
    }

    #punti_vendita_cas h3 {
        font-size: 32px !important;
    }

    .text-vendita-cas {
        font-size: 16px !important;
        color: #2E2C2C !important;
    }

    .text-vendita-cas>a {
        color: #2E2C2C !important;
        text-decoration: underline;
    }

    .punti_vendita_1_css {
        margin-left: 115px;
        margin-top: 20px !important;
    }

    .text-punti-vendita-1 {
        font-size: 14px !important;
    }

    #image-cas-section {
        height: 210px !important;
    }

    #shop_product_cas {
        padding: 64px 16px !important;
    }

    #section-insta h3 {
        font-size: 32px !important;
    }

    #image-section-insta img {
        width: 93px !important;
        height: 122px !important;
    }

    #image-section-insta {
        padding: 0 !important;
    }

    #section-insta {
        padding: 64px 16px;
    }

    #section-cas-punti h3 {
        font-size: 32px !important;
        color: #153C2A;
    }

    #section-cas-punti {
        padding: 64px 16px;
    }
}
@media (min-width: 769px) and (max-width: 1366px) {

    #home_card_agriturismo {
        width: 500px !important;
        height: 500px !important;
    }

    #home_card_pizzificio {
        width: 500px !important;
        height: 500px !important;
    }

    .space-lap-none {
        display: none !important;
    }
    #image-section-cas {
        height: 620px !important;
        width: 550px !important;
    }

    #image-up-img-cas {
        right: -50px !important;
        width: 300px !important;
        height: 200px !important;
    }

    #image-section-insta img {
        width: 200px !important;
        height: 300px !important;
    }
}

.carousel-container {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.carousel-cas {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

.carousel-cas img {
    height: 400px;
    flex-grow: 1;
    max-width: 240px;
    transition: all 0.3s ease;
    object-fit: cover;
    cursor: pointer;
}

.carousel-cas img.active {
    max-width: 600px;
    opacity: 1;
}

#wrap {
    overflow-x: hidden;
}