/* sectionTitleR1 SECTION */

.hslider_fjd_model-section {
    background-color: rgb(0, 0, 0);
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;

}

.hslider_fjd_model-container {
    display: block;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
}


/* sectionTitleR1 WRAPPER */

.hslider_fjd_model-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1400px;
}

/* sectionTitleR1 */

.hslider_fjd_model-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;

}

.title-fjd_hslider {
    font-size: 45px;
    line-height: 52px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.description-fjd_hslider {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
    color: white;
    max-width: 1400px;
    margin: 0 auto;
    font-family: Inter, sans-serif;
}

.title-hslider_fjd {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-top: 20px;
}

.description-hslider_fjd {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.image-hslider_fjd_model {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.hslider_fjd_model-track {
    display: flex;
    gap: 30px;
    will-change: transform;
    transform: translateX(0);
}

.hslider_fjd_model-slide {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    display: flex;
    justify-content: start;
}

.hslider_fjd_model-slide img,
.hslider_fjd_model-slide video {
    width: 100%;
    height: auto;
    display: block;
}

.hslider_fjd-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.hslider_fjd-carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
}

.hslider_fjd-carousel-indicators button.active {
    background-color: #ffffff;
}


/* MOBILE */
@media (max-width: 699px) {
    .hslider_fjd_model-track {
        gap: 20px;
    }

    /* meno gap mobile (opzionale) */
    .hslider_fjd_model-slide {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }

    .hslider_fjd_model-slide img {
        width: 100%;
        display: block;
    }


}

/* TITOLO */
/* < 369PX */
@media (max-width: 368px) {
    .title-fjd_hslider {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .title-fjd_hslider {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .title-fjd_hslider {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .title-fjd_hslider {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .title-fjd_hslider {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .title-fjd_hslider {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .title-fjd_hslider {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .title-fjd_hslider {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .title-fjd_hslider {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .title-fjd_hslider {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .title-fjd_hslider {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .title-fjd_hslider {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .title-fjd_hslider {
        font-size: 43px;
        line-height: 51px;
    }
}

/* PARAGRAFO */

@media (max-width: 1066px) {
    .description-fjd_hslider {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
    .description-fjd_hslider {
        font-size: 20px;
        line-height: 26px;
    }
}

/* TITOLETTO */
@media (max-width: 369px) {
    .title-hslider_fjd {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .title-hslider_fjd {
        line-height: 28px;
        font-size: 20px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .title-hslider_fjd {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .title-hslider_fjd {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .title-hslider_fjd {
        line-height: 34px;
        font-size: 26px;
    }
}

/* DESCRIZIONE TITOLETTO */
@media (max-width: 369px) {
    .description-hslider_fjd {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {
    .description-hslider_fjd {
        font-size: 16px;
        line-height: 24px;
    }
}

.hslider_fjd-carousel-indicators {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    bottom: -40px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

.hslider_fjd-carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hslider_fjd-carousel-indicators button.active {
    background-color: rgb(255, 255, 255);
    transform: scale(1.1);
}

.hslider_fjd-carousel-indicators button:hover {
    background-color: rgba(136, 134, 134, 0.8);
}

.image-hslider_fjd_model {
    overflow: hidden;
}

.hslider_fjd_model-track {
    display: flex;
    touch-action: pan-y;
}

@media (max-width: 409px) {
    .hslider_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .hslider_fjd_model-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hslider_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}