.arrow-icon,
.stats img {
    transform: translateX(-50%)
}

.stats,
.stats-esplora {
    margin-top: 2rem;
    display: flex;
    transition: opacity 1.5s ease-out
}

.esplora,
.media-right,
.stats,
.stats-esplora {
    transition: opacity 1.5s ease-out
}

.esplora::before,
.food-for-bike::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(70%);
    z-index: 1
}

.colazione-img h3,
.hero {
    text-shadow: 2px 2px 10px rgb(0 0 0)
}

.guide,
.hero,
.video-mtb {
    overflow: hidden
}

body {
    font-family: Raleway !important;
    overflow-x: hidden
}

.hero {
    position: relative;
    height: 100vh
}

.arrow-icon,
.esplora::before,
.stats img,
.video-bg {
    position: absolute
}

.video-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.hero h1 {
    font-size: 2.4rem;
    font-family: Zapfino, cursive !important
}

.hero h2 {
    font-size: 3.4rem;
    margin-top: -1%
}

/* #bikePopup .btn-close {
    opacity: 1;
    color: #333;
    font-size: 2rem;
}

#bikePopup .btn-success {
    background-color: #9EC042;
    border-color: #9EC042;
}

#bikePopup .btn-success:hover {
    background-color: #88aa38;
    border-color: #88aa38;
}
 */

@media (max-width:575.98px) {
    .hero h1 {
        font-size: 1.3rem
    }

    .hero h2 {
        font-size: 1.6rem
    }

    .hero {
        background-position: bottom right
    }
}

.arrow-icon {
    bottom: 2%;
    left: 50%;
    font-size: 2rem;
    color: #fff;
    animation: 2s infinite bounce
}

.bandiera-blu h3,
.bandiera-blu span,
.colazione-text span,
.dueRuote h3,
.faq-item:hover .faq-title,
.lunch-box span,
.meeting-text span,
.sapori span,
.scopri-btn,
.stats {
    color: #9ec042
}

.esplora,
.esplora::before {
    background-image: url("../images/bike/2ciclisti.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(-15px)
    }
}

.stats {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    opacity: 0
}

.bandiera-blu div.visible,
.clima .stats-clima.animate,
.clima h4.animate,
.clima.animate,
.colazione-img.visible,
.colazione-text p.visible,
.esplora.visible,
.faq-header.visible,
.food-for-bike.visible,
.media-right.visible,
.meeting-img.animate,
.necessario button.animate,
.stats-esplora.visible,
.stats.visible,
.team .stats-team.animate,
.team.animate,
.video-mtb.animate video {
    opacity: 1
}

.stats img {
    top: -23%;
    left: 95%;
    width: 90px;
    height: 30px;
    z-index: -1
}

.esplora,
.esplora h4,
.media-right,
.stats-esplora {
    position: relative;
    opacity: 0
}

.stats .span-text {
    font-size: 1.8rem;
    font-weight: 300
}

.stats strong {
    font-size: 4rem
}

@media (max-width:575.98px) {
    .stats img {
        top: -8%;
        left: 86%
    }
}

@media (min-width:576px) and (max-width:1199.98px) {
    .hero {
        background-position: bottom right
    }

    .stats img {
        left: 90%
    }
}

.esplora {
    height: 805px
}

.esplora h4 {
    font-size: 2.5rem;
    z-index: 2;
    transform: translateY(30px);
    transition: transform 1.5s ease-out, opacity 1.5s ease-out
}

.esplora h4.visible {
    transform: translateY(0);
    opacity: 1
}

.stats-esplora {
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 2
}

.stats-esplora .span-text {
    font-size: 1.3rem;
    font-weight: 300
}

.stats-esplora strong {
    font-size: 3rem
}

.media-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4%
}

.media-right {
    width: 38%;
    margin: 10px;
    align-self: center;
    display: flex;
    justify-content: center
}

.media-right img:first-child {
    width: 50%
}

.overlay-image {
    position: absolute;
    top: -16%;
    left: 72%;
    height: 185%;
    transform: translate(-50%, -50%);
    width: 15%;
    z-index: -1
}

.dueRuote h3,
.media-left {
    transform: translateX(-100%);
    opacity: 0
}

.media-left {
    background-image: url('../images/bike/green.webp');
    background-position: left;
    background-size: 18%;
    padding: 1%;
    background-repeat: no-repeat;
    width: 60%;
    transition: opacity 1.5s ease-out, transform 1.5s ease-out
}

.colazione-img,
.food-for-bike,
.food-for-bike::before {
    background-size: cover;
    background-position: center
}

.media-left video {
    margin-top: .5%
}

.bandiera-blu h3.visible,
.bandiera-blu p.visible,
.colazione-text.visible,
.faq-item.visible,
.media-left.visible,
.meeting-text.animate,
.meeting-text.animate p,
.sapori.visible {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width:991.98px) {
    .media-left {
        width: 100%;
        padding: 0 5%;
        background-image: none
    }

    .media-left video {
        border-radius: 10px
    }

    .media-right {
        display: none
    }
}

.dueRuote,
.meeting {
    height: auto
}

.dueRuote-text {
    padding: 2% 5%;
    width: 50%
}

.dueRuote h3 {
    transition: 1s ease-out
}

.dueRuote h3,
.dueRuote p {
    margin-bottom: 6%;
    font-size: 2.4rem;
    line-height: 1.1
}

.dueRuote img {
    width: 50%;
    opacity: 0;
    transform: translateY(50%);
    transition: 1s ease-out 1s
}

.dueRuote-text p,
.sapori {
    transform: translateX(-100%);
    opacity: 0
}

.scopri-btn {
    background-color: transparent;
    padding: 10px 20px;
    border: 2px solid #9ec042;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transition: .3s ease-in-out
}

.scopri-btn:hover {
    background-color: #9ec042;
    color: #fff
}

.dueRuote-text p {
    transition: 1s ease-out .5s
}

.dueRuote-text button {
    opacity: 0;
    transition: opacity 1s ease-out 1.5s
}

.dueRuote img.visible,
.dueRuote-text button.visible,
.dueRuote-text h3.visible,
.dueRuote-text p.visible {
    opacity: 1;
    transform: translateX(0) translateY(0)
}

@media (max-width:575.98px) {
    .esplora h4 {
        font-size: 1.8rem
    }

    .stats-esplora .span-text {
        font-size: 1rem;
        line-height: 1.1
    }

    .stats-esplora strong {
        font-size: 2.5rem
    }

    .dueRuote {
        height: auto
    }

    .dueRuote h3,
    .dueRuote p {
        font-size: 1rem
    }

    .scopri-btn {
        font-size: 11px
    }
}

.sapori {
    border: 20px solid #9ec042;
    transition: opacity 1s, transform 1s
}

.sapori p {
    font-size: 2.4rem;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 1s, transform 1s .3s
}

.clima h3.animate,
.colazione-img h3.visible,
.colazione.visible,
.food-for-bike h3.visible,
.lunch-box.visible p,
.review-container.show,
.sapori .scopri-btn.visible,
.sapori p.visible,
.team h3.animate {
    opacity: 1;
    transform: translateY(0)
}

.sapori .scopri-btn {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 1s, transform 1s .5s
}

@media (max-width:767.98px) {
    .sapori p {
        font-size: 1rem
    }

    .sapori {
        border: 12px solid #9ec042
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    .sapori p {
        font-size: 1.8rem
    }

    .sapori {
        border: 15px solid #9ec042
    }
}

.bike-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
}

.bike-carousel.is-dragging {
    cursor: grabbing;
}

.bike-carousel__track {
    display: flex;
    gap: 40px;
    will-change: transform;
    transition: transform 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    transform: translate3d(0, 0, 0);
}

.bike-carousel__track img,
.bike-carousel__track h3,
.bike-carousel__track p {
    pointer-events: none;
}

.bike-carousel__item {
    flex: 0 0 72%;
    opacity: 0.35;
    transform: scale(0.88);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.bike-carousel__item.active {
    opacity: 1;
    transform: scale(1);
}

.bike-card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: #fff;
    min-height: 420px;
}

.bike-card__image-wrap {
    height: 100%;
}

.bike-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bike-card__content {
    padding: 44px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bike-card__title {
    font-size: 2.2rem;
    line-height: 1.05;
    margin-bottom: 22px;
    font-weight: 700;
    color: #0b1b2b;
}

.bike-card__text {
    margin: 0 0 26px;
    line-height: 1.7;
    color: #4f5b66;
    font-size: 1.2rem;
}

.bike-card__link {
    color: #9EC042;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.45rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bike-card__link::after {
    content: "›";
    font-size: 2rem;
    line-height: 1;
    margin-top: -2px;
}

@media (max-width: 1199.98px) {
    .bike-carousel__item {
        flex: 0 0 82%;
    }

    .bike-card {
        grid-template-columns: 1.7fr 1fr;
        min-height: 360px;
    }

    .bike-card__content {
        padding: 32px 28px;
    }

    .bike-card__title {
        font-size: 1.8rem;
    }

    .bike-card__text {
        font-size: 1rem;
    }

    .bike-card__link {
        font-size: 1.2rem;
    }
}

@media (max-width: 991.98px) {
    .bike-carousel__track {
        gap: 20px;
    }

    .bike-carousel__item {
        flex: 0 0 88%;
    }

    .bike-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .bike-card__image {
        height: 280px;
    }

    .bike-card__content {
        padding: 24px 22px;
    }

    .bike-card__title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .bike-carousel__item {
        flex: 0 0 92%;
    }

    .bike-card__image {
        height: 220px;
    }

    .bike-card__content {
        padding: 20px 18px;
    }

    .bike-card__title {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }

    .bike-card__text {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }

    .bike-card__link {
        font-size: 1.05rem;
    }
}

.food-for-bike {
    position: relative;
    background-image: url('../images/bike/foodBike.webp');
    background-repeat: no-repeat;
    height: 806px;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.food-for-bike::before {
    position: absolute;
    background-image: url("../images/bike/foodBike.webp");
    background-repeat: no-repeat
}

.food-for-bike h3 {
    font-size: 3rem;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out
}

.colazione {
    height: auto;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease-in-out
}

.colazione-img {
    width: 50%;
    background-image: url('../images/bike/colazione2.webp');
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out
}

.colazione-text,
.meeting-text {
    background-image: url('../images/bike/green.webp');
    background-size: contain;
    width: 50%;
    background-repeat: no-repeat;
    opacity: 0
}

.colazione-img h3 {
    font-size: 2.4rem;
    width: 65%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

.counter {
    display: inline-block;
    font-weight: 700
}

.colazione-text {
    transform: translateX(-50px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out
}

.colazione-text p {
    font-size: 2.1rem;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

@media (max-width:767.98px) {
    .colazione {
        height: auto
    }

    .colazione-text p {
        font-size: 1rem;
        margin: 0
    }

    .colazione-img h3 {
        width: 100%;
        font-size: 1.5rem;
        margin-top: 5%
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .colazione {
        height: auto
    }

    .colazione-text p {
        font-size: 1.5rem;
        margin: 0
    }

    .colazione-img h3 {
        width: 100%;
        font-size: 2.5rem
    }
}

.lunch-box,
.meeting-text p {
    font-size: 2.4rem
}

@media (min-width:1600px) {
    .px-xxxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
}

.lunch-box p {
    line-height: 1.3;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out
}

@media (max-width:575.98px) {
    .food-for-bike h3 {
        font-size: 1.8rem
    }

    .lunch-box {
        font-size: 1.1rem
    }
}

.meeting-text {
    transform: translateX(-100%);
    transition: .8s ease-in-out
}

.meeting-text p {
    line-height: 1.4;
    opacity: 0;
    transform: translateX(-50px);
    transition: .8s ease-in-out .5s
}

.meeting-img {
    width: 50%;
    background-image: url('../images/bike/meeting.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out 1s
}

@media (max-width:767.98px) {
    .meeting {
        height: auto
    }

    .meeting-img {
        background-position: 73%
    }

    .meeting-text p {
        font-size: 1rem;
        margin: 0
    }
}

.clima,
.team {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 72%)
}

@media (min-width:768px) and (max-width:1199.98px) {
    .meeting {
        height: auto
    }

    .meeting-text p {
        font-size: 1.5rem;
        margin: 0
    }
}

@media (min-width:1200px) and (max-width:1599.98px) {

    .colazione,
    .meeting {
        height: auto
    }

    .colazione-text p,
    .meeting-text p {
        font-size: 2rem;
        margin: 0
    }

    .colazione-img h3 {
        width: 100%;
        font-size: 2.5rem
    }
}

.video-mtb {
    height: 828px
}

.video-mtb video {
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

@media (max-width:1400px) {
    .video-mtb {
        height: auto
    }
}

.necessario h2 {
    font-size: 2.4rem;
    opacity: 0;
    font-family: Zapfino, cursive;
    transform: scale(.8);
    transition: 1s ease-in-out
}

.necessario button,
.team {
    transition: opacity 1s ease-in-out
}

.necessario h2.animate {
    opacity: 1;
    transform: scale(1)
}

.necessario button {
    opacity: 0
}

@media (max-width:575.98px) {
    .necessario h2 {
        font-size: 1.1rem
    }
}

.team {
    height: 806px;
    background-image: url('../images/bike/team.webp');
    opacity: 0
}

.team h3 {
    font-size: 3rem;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease-in-out
}

.clima .stats-clima,
.team .stats-team {
    opacity: 0;
    transition: opacity 1s ease-in-out 1s
}

.clima strong,
.team strong {
    font-size: 3.5rem
}

.clima-text,
.team-text {
    font-size: 1.4rem;
    line-height: 1
}

.number-clima,
.number-team {
    display: inline-block;
    opacity: 0
}

@media (max-width:767.98px) {
    .team {
        height: 87vh
    }

    .team h3 {
        font-size: 1.5rem
    }

    .team strong {
        font-size: 2rem
    }

    .team-text {
        font-size: 1rem
    }
}

.bandiera-blu h3,
.bandiera-blu p {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .8s ease-out, transform .8s ease-out;
    font-size: 2.4rem
}

.bandiera-blu div {
    opacity: 0;
    transition: opacity 1s ease-out
}

.bandiera-blu p {
    line-height: 1.3
}

@media (max-width:575.98px) {

    .bandiera-blu h3,
    .bandiera-blu p {
        font-size: .9rem
    }
}

.guide {
    padding: 5% 7% !important
}

.guide img {
    width: 17%;
    border-radius: 100%;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 1s, opacity 1s
}

.guide p {
    font-size: 2.4rem;
    width: 75%;
    line-height: 1.1;
    opacity: 0;
    transition: opacity 1s
}

@media (max-width:575.98px) {
    .guide p {
        font-size: 1rem;
        margin: auto;
        width: 95%
    }

    .guide img {
        display: block;
        margin: auto auto 2%;
        width: 40%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .hero h1 {
        font-size: 1.6rem
    }

    .hero h2 {
        font-size: 2.1rem
    }

    .dueRuote {
        height: auto
    }

    .dueRuote h3,
    .dueRuote p,
    .lunch-box,
    .necessario h2 {
        font-size: 1.4rem
    }

    .scopri-btn {
        font-size: 13px
    }

    .bandiera-blu h3,
    .bandiera-blu p {
        font-size: 1.5rem
    }

    .guide p {
        font-size: 1.4rem;
        margin: auto;
        width: 95%
    }

    .guide img {
        display: block;
        margin: auto auto 2%;
        width: 40%
    }
}

.review-container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s, transform .5s
}

.review-card {
    height: 290px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin: 0 auto;
    max-width: 1190px
}

.review-card h5 {
    color: #333;
    margin-bottom: 10px
}

.review-card p {
    color: #666;
    line-height: 1.6
}

.source {
    font-size: .9em;
    color: #999;
    margin-top: 10px
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #9ec042;
    border-radius: 50%;
    padding: 10px
}

.review-title {
    color: #9ec042;
    font-size: 3rem;
    font-weight: 700
}

.carousel-control-next {
    right: -5px !important
}

.carousel-control-prev {
    left: -5px !important
}

@media (max-width:429.98px) {
    .review-card p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8rem
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-title {
        font-size: 1.9rem
    }

    .review-card {
        height: 350px;
        width: 90%
    }
}

@media (min-width:430px) and (max-width:767.98px) {
    .review-title {
        font-size: 1.9rem
    }

    .review-card p {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8rem
    }

    .review-card {
        height: 360px;
        width: 90%
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .team {
        height: 87vh
    }

    .team h3 {
        font-size: 2.2rem
    }

    .team strong {
        font-size: 3rem
    }

    .team-text {
        font-size: 1.5rem
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-card {
        width: 90%;
        height: 350px
    }

    .review-card p {
        font-size: .8rem;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.richiedi-informazioni iframe {
    width: 600px !important;
    max-width: 600px !important;
    margin: 20px auto;

}

.richiedi-informazioni .scopri-btn {
    font-size: 14px
}

.input-group-text {
    background-color: transparent;
    border: none
}

.input-group-text i {
    color: #6c757d
}

input::placeholder,
textarea::placeholder {
    color: #6c757d;
    opacity: .8
}

.btn-secondary {
    background-color: #6c757d;
    border: none
}

.btn-secondary:hover {
    background-color: #5a6268
}

input.form-control,
select.form-control,
textarea.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    box-shadow: none
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    background-color: transparent;
    border-bottom-color: #9ec042;
    outline: 0;
    box-shadow: none
}

.clima {
    height: 806px;
    background-image: url('../images/bike/clima.jpeg');
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.clima h3 {
    font-size: 4rem;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease-in-out
}

.clima h4 {
    font-size: 4rem;
    opacity: 0;
    transition: opacity 1.5s ease-in-out
}

@media (max-width:767.98px) {
    .clima {
        height: 82vh
    }

    .clima h3,
    .clima h4 {
        font-size: 1.5rem;
        text-align: center
    }

    .clima strong {
        font-size: 2rem
    }

    .clima-text {
        font-size: 1rem
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .clima {
        height: 87vh
    }

    .clima h3,
    .clima h4 {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 2.5rem;
        text-align: center
    }

    .clima strong {
        font-size: 3rem
    }

    .clima-text {
        font-size: 1.5rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .clima {
        height: 85vh
    }

    .clima h3,
    .clima h4 {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 3.5rem;
        text-align: center
    }

    .clima strong {
        font-size: 3rem
    }

    .clima-text {
        font-size: 1.5rem
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-card {
        width: 90%;
        height: 330px
    }

    .clima {
        height: 87vh
    }

    .clima h3,
    .clima h4 {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center
    }

    .clima strong {
        font-size: 3rem
    }

    .clima-text {
        font-size: 1.5rem
    }
}

.faq {
    max-width: 800px
}

.faq h4 {
    color: #9ec042;
    font-size: 3rem
}

.faq-header {
    opacity: 0;
    transition: opacity 1.5s
}

.faq-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: 1s;
    opacity: 0;
    transform: translateX(40%)
}

.faq-item.left {
    transform: translateX(-40%)
}

.faq-item.visible {
    transform: translateX(0);
    opacity: 1;
}

.faq-item .answer {
    display: block;
    background-color: #fff;
    padding: 0 15px;
    margin-top: 10px;
    border-left: 4px solid #9ec042;
    border-radius: 8px;
    font-size: 16px;
    color: #6c757d;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s
}

.faq-item.expanded .answer {
    max-height: 500px;
    padding: 15px
}

.faq-item .arrow {
    margin-right: 20px;
    font-size: 20px;
    transition: transform .3s;
    color: #9ec042
}

.faq-item.expanded .arrow {
    transform: rotate(90deg)
}

.faq-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: color .3s
}

.faq-item:hover {
    background-color: #e9ecef;
    border-color: #9ec042
}

.faq-item {
    border: 1px solid #ddd
}

@media (max-width:575.98px) {
    .richiedi-informazioni iframe {
        width: 350px !important;
        max-width: 350px !important;
    }

    .faq h4 {
        font-size: 1.5rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 15px
    }

    .faq-item {
        width: 90%;
        transform: translateX(3%)
    }

    .faq-item.left {
        transform: translateX(-3%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .richiedi-informazioni iframe {
        width: 550px !important;
        max-width: 550px !important;
    }

    .faq h4 {
        font-size: 1.8rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 18px
    }

    .faq-item {
        width: 90%;
        transform: translateX(2%)
    }

    .faq-item.left {
        transform: translateX(-2%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .faq h4 {
        font-size: 1.8rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 18px
    }

    .faq-item {
        transform: translateX(25%)
    }

    .faq-item.left {
        transform: translateX(-25%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:992px) and (max-width:1399.98px) {

    .faq h4,
    .hero h1 {
        font-size: 2rem
    }

    .hero h2 {
        font-size: 2.4rem
    }

    .dueRuote {
        height: auto
    }

    .bandiera-blu h3,
    .bandiera-blu p,
    .dueRuote h3,
    .dueRuote p,
    .guide p,
    .lunch-box,
    .necessario h2 {
        font-size: 1.8rem
    }

    .scopri-btn {
        font-size: 13px
    }

    .guide img {
        width: 20%
    }

    .faq {
        max-width: 500px
    }

    .richiedi-informazioni iframe {
        width: 462px !important;
        max-width: 462px !important;
    }

    .faq-item .answer,
    .faq-title {
        font-size: 16px
    }

    .faq-item {
        transform: translateX(1%)
    }

    .faq-item.left {
        transform: translateX(-1%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:1400px) and (max-width:1599.98px) {
    .dueRuote {
        height: auto
    }

    .dueRuote h3,
    .dueRuote p,
    .faq h4,
    .guide p,
    .lunch-box,
    .necessario h2 {
        font-size: 2rem
    }

    .scopri-btn {
        font-size: 15px
    }

    .bandiera-blu h3,
    .bandiera-blu p {
        font-size: 2.1rem
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .faq {
        max-width: 600px
    }

    .faq-item .answer,
    .faq-title {
        font-size: 16px
    }

    .faq-item {
        transform: translateX(1%)
    }

    .faq-item.left {
        transform: translateX(-1%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}