html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: auto !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #E2D1BB;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

.img-home {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    object-fit: cover;
    /* Larghezza del 50% della viewport */
    height: 100%;
    /* Altezza del 100% della viewport */
    /* background-image: url('../img/Home.jpg'); */
    /* background-image: url('../img/Home.webp'); */
    /* URL dell'immagine da visualizzare */
    background-size: cover;
    /* Scala l'immagine per coprire l'intera area */
    background-position: top;
    /* Posiziona l'immagine al centro dell'area */
    z-index: 0;
}

body {
    font-family: 'Lexend', sans-serif;
    color: #281A17;
}

.bg-brown {
    background-color: #281A17;
    color: #FFFFFF;
}

.text-yellow {
    color: #281A17 !important;
}

.img-contatti {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    min-height: 100vh;
    height: 100%;
    display: flex;

}

.logo-footer {
    max-width: 90px;
}

.icon-social-responsive {
    display: none;
}

.pika-label {
    font-size: 12px !important;
}

.bounce {
    position: absolute;
    text-align: center;
    left: 0;
    /* right: 0; */
    bottom: 70px;
    /* margin: auto; */
}

.bounce:hover {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;

}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
}

.dropdown-menu {
    left: -173px !important;
    padding: 5px !important;
    border-radius: 0 !important;
}

.topmenu {
    display: flex;
    justify-content: space-between;
    background-color: #281A17;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    z-index: 9999999999;
    text-align: end;
    padding: 0 30px 0 30px
}

.title-preventivo {
    font: normal normal bold 26px/35px Lexend;
    letter-spacing: -0.3px;
    color: #E2D1BB;
    padding-left: 16px;
}

.sib-form hr {
    border-color: #E2D1BB;
}

.bg-attrazioni {
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    object-fit: cover;
    object-position: center;
    /* Larghezza del 50% della viewport */
    height: 100%;
    padding-left: 0;
}

.topmenu p {
    color: white;
    font: normal normal normal 18px/30px Lexend !important;
    letter-spacing: 0px;
}

.cont-nav {
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: 9999999999;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 19px 19px;
    background-color: #ffffff;
    z-index: 9999999999;
    /* padding-left: 30px !important; */
    /* max-width: 90%; */
    /* padding: 10px 100px !important; */
}

.anchor-mobile {
    position: absolute;
    margin-top: -150px
}

.nav-link:hover {
    color: #E2D1BB;
}

.nav-link:hover img {
    /* filter: invert(28%) sepia(61%) saturate(586%) hue-rotate(39deg) brightness(100%) contrast(88%); */
}

.nav-link:hover .menu-language img {
    filter: none;
}

.nav-link {
    font: normal normal normal 18px/30px Lexend;
    letter-spacing: 0px;
    color: #281A17;
    padding: 8px 20px !important;
}

.form-sito {
    max-width: 540px;
    margin: auto;
    /* margin-bottom: 3rem; */
}

.pointer-yellow li::marker {
    color: #281A17;
}

.box-img-contatti {
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.form-sito label {
    display: block;
    color: #281A17;
}

.form-sito input, .form-sito select, .form-sito textarea {
    width: 100% !important;
    height: 40px !important;
    /* background: #EFEFEF 0% 0% no-repeat padding-box !important; */
    border-radius: 0px !important;

    border: none !important;
    padding: 5px 10px !important;
    text-indent: 10px !important;
    background: #EAEAEA 0% 0% no-repeat padding-box !important;
    /* box-shadow: 0px 3px 6px #00000029 !important; */

}

.sceglierci {
    padding-bottom: 4rem;
}

.sceglierci .col-lg-4 {
    position: relative;
}

.sceglierci .col-lg-4::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    border-bottom: 3px solid #E2D1BB;
}

.form-sito textarea {
    height: 65px !important;
}

.form-sito input[type="checkbox"] {
    box-shadow: none !important;
}

.form-sito input[type="date"], .form-sito input[type="time"] {
    -webkit-appearance: none
}

.form-sito textarea {
    height: unset;
    padding: 15px;
}

.form-sito input:focus-visible, .form-sito select:focus-visible, .form-sito textarea:focus-visible {
    /* border: none !important; */
    outline-color: transparent;
    outline-width: 0px;
}

.form-sito .g-recaptcha {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.form-sito .loading {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-sito .loading-spinner {
    display: none;
}

.form-sito .loading .loading-spinner {
    display: inline-block;
}

.form-sito .box-privacy {
    display: flex;
    text-align: left;
    align-items: center;
}

.form-sito .box-privacy input {
    max-height: 20px;
    max-width: 50px;
    width: 50px !important;
}

.form-sito hr {
    border-color: #E2D1BB;
    opacity: 1;
}

.box-preventivo {
    background: #fff;
    /* margin: 0 auto; */
    padding: 17px;
    display: inline-block;
    width: 100%;
    border-radius: 25px;
    max-width: 540px;
}

.box-preventivo .btn-style {
    margin: 0;
    margin-top: 1rem;
}

.box-preventivo .btn-style:hover {
    margin: 0;
    margin-top: 1rem;
}

.p-home {
    font: normal normal 500 23px/34px Lexend;
}

.bg-grazie {
    background-image: url(../img/NapoliVesuvio.jpg);
    background-position: center;
    background-size: cover;
}

.bg-yellow {
    background-color: #E2D1BB;
}

.img-pulman {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    object-fit: cover;
    /* Larghezza del 50% della viewport */
    height: 100%;
    /* Altezza del 100% della viewport */
    /* background-image: url('../img/Home.jpg'); */
    /* background-image: url('../img/Home.webp'); */
    /* URL dell'immagine da visualizzare */
    background-size: cover;
    /* Scala l'immagine per coprire l'intera area */
    background-position: center;
    /* Posiziona l'immagine al centro dell'area */
    z-index: 1;
}

.bg-auto {
    background-image: url(../img/Audi.jpg);
    background-size: cover;
    background-position-y: 70%;
}

.bg-van {
    background-image: url(../img/VAN.jpg);
    background-size: cover;
    background-position-y: 70%;
}

.bg-minibus {
    background-image: url(../img/MINIBUS.jpg);
    background-size: cover;
    background-position-y: 70%;
}

.bg-coach {
    background-image: url(../img/COACH.jpg);
    background-size: cover;
    background-position-y: 70%;
}

.img-pulman-specchio {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 50%;
    object-fit: cover;
    /* Larghezza del 50% della viewport */
    height: 100%;
    /* Altezza del 100% della viewport */
    /* background-image: url('../img/Home.jpg'); */
    /* background-image: url('../img/Home.webp'); */
    /* URL dell'immagine da visualizzare */
    background-size: cover;
    /* Scala l'immagine per coprire l'intera area */
    background-position: center;
    /* Posiziona l'immagine al centro dell'area */
    z-index: 1;
}

h1 {
    font: normal normal normal 45px/62px Lexend;
    letter-spacing: -0.5px;
}

h2 {
    margin-bottom: 2rem !important;
    font: normal normal bold 28px/36px Lexend;
    letter-spacing: 0px;
}


#footer-dynamic {
    padding-top: 3rem;
}

#footer-dynamic p {
    margin-bottom: 0 !important;
    font: normal normal normal 16px/30px Lexend;
}

#footer-dynamic a {
    color: #281A17 !important;
    text-decoration: none;
}

.box-home {
    /* background: #E2D1BB 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 3px 6px #00000029; */
    /* border-radius: 63px; */
    /* padding: 3rem 2rem; */
    /* text-align: center; */
    color: black;
}

.box-grazie {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 63px;
    padding: 3rem 2rem;
    text-align: center;
}

.footer-box {
    padding: 3rem 7rem;
    background: #E2D1BB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 33px 33px 0 0;
}

section {
    padding: 4rem 0;
}

.iframe-mappa {
    position: relative;
}

.iframe-mappa::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 107px;
}

.iframe-mappa::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 95px;
}

p, h3, h4, li {
    font: normal normal normal 18px/28px Lexend;
}

.text-fake-black {
    color: #281A17 !important;
}

.box-home p {
    font: normal normal normal 25px/40px Lexend;
    letter-spacing: 0px;
}

.box-home p.subtitle {
    font: normal normal 600 25px/40px Lexend !important;
    letter-spacing: 0px;
    margin-top: 3rem;
}

.box-home hr {
    opacity: 1 !important;
    border-top: 3px solid black !important;
    width: 30%;
}

.box-sceglierci {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    min-width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq .spiagge-box .col-lg-4 {
    margin: 20px 0px;
}

.faq .spiagge-box img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.faq .spiagge-box h4 {
    padding-top: 25px;
    margin-bottom: 0;
}

.faq .spiagge-box hr {
    opacity: 1;
    width: 70px;
    border-color: #E2D1BB;
    border-width: 8px;
    margin: 25px 0;
}

.border-divider {
    border-right: 2px solid black;
}

.box-sceglierci:hover {
    background-color: #E2D1BB;

}

.box-sceglierci:hover img {
    filter: invert(312%) sepia(123%) saturate(1%) hue-rotate(135deg) brightness(70%) contrast(440%);

}

.bg-preventivo {
    background-image: url('../img/Puglia.jpg');
    background-size: cover;
    background-position: center;
}

.season-box hr {
    opacity: 1;
    width: 70px;
    border-color: #E2D1BB;
    border-width: 8px;
    margin: 25px auto;

}

.box-attrazioni {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    /* padding: 3rem; */
    width: 100%;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;

}

.box-attrazioni .row {
    width: 100%;
}

.box-attrazioni p {
    margin-bottom: 0;
}

.swiperFlotta {
    z-index: 3 !important;
}

.carousel-item {
    justify-content: space-between;
}

.carousel-indicators [data-bs-target] {
    text-indent: 0px !important;
    background-color: transparent !important;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

.btn-style, .btn-style:hover {
    background: #E2D1BB 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal 500 20px/34px Lexend;
    letter-spacing: 0px;
    color: #281A17;
    padding: 5px 30px;
    margin: 25px 0px;
}

.btn-style-white, .btn-style-white:hover {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    text-align: center;
    font: normal normal bold 20px/34px Lexend;
    letter-spacing: 0px;
    color: #281A17;
    padding: 5px 30px;
    margin: 25px 0px 0px;
}

.cose-da-vedere .img-posto {
    position: relative;
    margin-bottom: 2rem;
}

.cose-da-vedere .img-posto img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.cose-da-vedere .img-posto:after {
    position: absolute;
    content: "";
    top: -8px;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    height: 16px;
    background-color: #E2D1BB;
    transition: all ease-in-out 0.3s;
}

.cose-da-vedere .img-posto:hover:after {

    width: 100%;

}

.prima-section {
    padding-top: 125px;
}

.arrow-down {

    margin: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}

/* .swiper-button-next, .swiper-button-prev {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
} */


.banner {
    min-height: 460px;
    display: flex;
    align-items: end;
}

.banner h1 {
    padding-bottom: 2rem;
}

.banner img {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.swiper-scrollbar {
    opacity: 0;
}

:root {
    --swiper-theme-color: #E2D1BB !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: "" !important;
}


.img-banner-full {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.box-flotta {
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 27px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 75px;
    position: relative;
    width: 600px;
}

.box-flotta h3 {
    font: normal normal normal 26px/50px Lexend;
    letter-spacing: -0.3px;
    color: #281A17;
}

.box-flotta .btn-style {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    width: 320px;
}

.swiperAttrazioni .swiper-button-next, .swiperFlotta .swiper-button-next {
    background-image: url("../img/arrow-right.svg") !important;
    background-repeat: no-repeat;
    right: 25px !important;
    width: 55px;
    height: 55px;
}

.swiperAttrazioni .swiper-button-prev, .swiperFlotta .swiper-button-prev {
    background-image: url("../img/arrow-left.svg") !important;
    background-repeat: no-repeat;
    left: 35px !important;
    width: 55px;
    height: 55px;
}

.swiperAttrazioni .swiper-slide {
    padding: 0 120px;
}

.bg-polignano {
    background-image: url(../img/Polignano.jpg);
}

.bg-lecce {
    background-image: url(../img/Lecce.jpg);
}

.bg-alberobello {
    background-image: url(../img/Trulli.jpg);
}

.bg-gargano {
    background-image: url(../img/Gargano.jpg);
}

.bg-otranto {
    background-image: url(../img/Otranto.jpg);
}

.bg-casteldelmonte {
    background-image: url(../img/CastelMonte.jpg);
}

.bg-grottecastellana {
    background-image: url(../img/Grotte.jpg);
}

input, textarea {
    background: #E2E6EF 0% 0% no-repeat padding-box !important;
    border-radius: 29px !important;
    font-family: 'Lexend' !important;
    /* text-indent: 20px; */
    padding-left: 20px !important;
    -webkit-overflow-scrolling: auto;
}

.sib-form .entry__field {
    border-radius: 29px !important;
    border: none !important;
}

.title-form {
    font: normal normal bold 25px/45px Lexend;
    letter-spacing: -0.3px;
    color: #E2D1BB;
    margin-bottom: 0 !important;
}

#sib-container {
    box-shadow: 0px 3px 6px #00000029 !important;
    margin: 0 !important;

}

#sib-form-container {
    display: flex !important;
    justify-content: end !important;
}

.entry__error {
    margin: 0 !important;
}

/* .box-preventivo {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 63px;
    padding: 3rem 5rem;
}
.box-preventivo hr{
    border: 1px solid #E2D1BB;
    opacity: 0.5;
    margin: 2rem 0px;
} */
.menu-language img {
    width: 40px;
}

.menu-language li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-preventivo img {
    max-width: 200px;
    max-height: 65px;
}

.swiperPartner .swiper-slide {
    text-align: center;

}

.swiperCosedaVedere {
    display: none !important;
}

#map {
    height: 800px;
    z-index: 3;
}

.offcanvas-custom {
    height: 50vh;
    /* Altezza pari a metà della viewport */
    top: 50% !important;
    /* Posiziona l'elemento al 50% dall'alto */
    transform: translateY(-50%) !important;
    /* Centra verticalmente */
}

.leaflet-marker-icon {
    border: 1px solid black;
    border-radius: 7px;
}

.accordion-item {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 34px !important;
    border: none;
}

#AccordionInfoeCosti .accordion-item {
    background-color: #E7E7E7 !important;
    margin: 2rem 0;
    padding: 10px;
}

#AccordionDestinazioni .accordion-item {
    background-color: #ffffff !important;
    margin: 2rem 0;
    padding: 10px;
}

#AccordionInfoeCosti .accordion-item p, #AccordionDestinazioni .accordion-item p {
    margin-bottom: 0;
}

#AccordionInfoeCosti .accordion-item h4, #AccordionDestinazioni .accordion-item h4 {
    letter-spacing: 0px;
    color: #281A17;
}

#AccordionInfoeCosti .accordion-item .accordion-button {
    background-color: #E7E7E7 !important;
    border-radius: 34px !important;
    font: normal normal bold 22px/36px Lexend !important;
}

#AccordionDestinazioni .accordion-item .accordion-button {
    background-color: #fff !important;
    border-radius: 34px !important;
    font: normal normal bold 22px/36px Lexend !important;
}

.accordion-button:not(.collapsed) {
    color: #281A17 !important;
    box-shadow: none !important
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.bg-spiaggia-faq {
    background-image: url(../img/NoleggioBari.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.faq .accordion-item a {
    color: #281A17;
}

@media (max-width:1600px) {
    .box-flotta {
        width: 500px;
    }
}

@media (max-width:1400px) {
    .box-sceglierci {

        min-width: 130px;
        height: 130px;

    }

    h1 {
        font-size: 38px;
    }

    p {
        font-size: 17px;
    }

    .navbar-brand img {
        height: 30px;
    }

    .topmenu p {
        color: white;
        font: normal normal normal 16px/24px Lexend !important;
        letter-spacing: 0px;
    }

    .cont-nav {
        top: 24px
    }

    .navbar {
        padding: 0;
    }

    .box-flotta {
        padding: 50px;
        width: 400px;
    }

    .iframe-mappa::before {
        width: 101%;
        height: 107px;
    }

    .iframe-mappa::after {

        width: 101%;
        height: 95px;
    }
}

@media (max-width:1400px) and (max-height: 750px) and (min-width:992px) {
    h1 {
        font: normal normal normal 36px / 45px Lexend;
    }

    .box-home p.subtitle {
        font: normal normal 600 24px / 30px Lexend !important;
        letter-spacing: 0px;
        margin-top: 2rem;
    }

    .p-home {
        font: normal normal 500 22px / 30px Lexend;
    }

    .banner {
        min-height: 380px;
    }
}

@media (max-width:1200px) {
    .box-home {
        padding: 2rem 1rem;
    }

    h1 {
        font-size: 33px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .nav-link {
        font: normal normal normal 17px/28px Lexend;
        padding: 8px 13px !important;
    }

    .box-sceglierci {
        width: 110px;
        height: 110px;
        max-width: 110px;
        min-width: 110px;
    }

    .box-sceglierci img {
        max-width: 80%;
    }
}

@media (max-height:900px) and (min-width:991px) {
    .box-preventivo {
        margin-top: 94px;
    }
}

@media (max-height:750px) and (min-width:991px) {
    .box-preventivo {
        margin-bottom: 30px;
    }
}

@media (max-width:991px) {
    .banner img {
        position: relative;
        width: 100%;
        left: 0;
        right: unset;
        top: 0;

    }

    #map {
        height: 100dvh;
    }

    h2 {
        margin-bottom: 2rem !important;
        font: normal normal bold 24px / 32px Lexend;
        letter-spacing: 0px;
    }

    #AccordionInfoeCosti .accordion-item .accordion-button, #AccordionDestinazioni .accordion-item .accordion-button {
        font: normal normal bold 20px / 30px Lexend !important;
    }

    .banner {
        display: flex;
        flex-direction: column-reverse;
        height: 300px;
    }

    .banner h1 {
        padding: 2rem 0;
    }

    .swiperCosedaVedere {
        display: flex !important;
    }

    .border-divider {
        border: none;
    }

    .box-attrazioni {
        justify-content: center;
    }

    .swiperAttrazioni .swiper-slide {
        padding: 0;
    }

    .swiperFlotta {
        position: relative !important;
        width: calc(100% + 40px) !important;
        padding: 0 !important;
        margin-left: -20px !important;
        height: 500px !important;
    }

    .swiperFlotta .swiper-button-next {
        background-image: url("../img/arrow-right.svg") !important;
        background-repeat: no-repeat;
        right: 30% !important;
        bottom: 20px !important;
        top: unset;
        width: 55px;
        height: 55px;
    }

    .swiperFlotta .swiper-button-prev {
        background-image: url("../img/arrow-left.svg") !important;
        background-repeat: no-repeat;
        left: 30% !important;
        bottom: 20px !important;
        top: unset;
        width: 55px;
        height: 55px;
    }

    .swiperAttrazioni .swiper-button-next {
        background-image: url("../img/arrow-right.svg") !important;
        background-repeat: no-repeat;
        right: 30% !important;
        bottom: 0px !important;
        top: unset;
        width: 55px;
        height: 55px;
    }

    .swiperAttrazioni .swiper-button-prev {
        background-image: url("../img/arrow-left.svg") !important;
        background-repeat: no-repeat;
        left: 30% !important;
        bottom: 0px !important;
        top: unset;
        width: 55px;
        height: 55px;
    }

    .subtitle {
        margin-top: 2rem;
    }

    .box-home p.subtitle {
        font: normal normal 600 22px/30px Lexend !important;
        letter-spacing: 0px;
    }

    .box-grazie {
        margin-top: 150px;
    }

    .nav-link {
        font: normal normal normal 22px/40px Lexend;
        padding: 8px 13px !important;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
    }

    .img-home {
        display: none;
    }

    #grazie .img-home {
        position: relative;
        display: block;
        left: 0;
        width: 100%;
    }

    header {
        display: block;
    }

    .menu-responsive-2 {
        position: relative;
    }

    .icon-social-responsive {
        display: flex;
        position: absolute;
        top: 400px;
        justify-content: center;
        width: 100%;
    }

    .icon-social {
        display: none !important;
    }

    .sib-form hr {
        width: 90%;
        margin: 1rem auto;
    }

    .topmenu {
        display: block;
    }

    .bounce {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
    }

    .box-home-div {
        /* padding-top: 115px; */
    }

    .sib-form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .collapsing {
        transition: unset !important;
        height: 100vh !important;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .bg-preventivo img {
        max-height: 65px;
    }

    .box-attrazioni {
        overflow: hidden;
    }

    .navbar-collapse {
        height: 120vh;
        text-align: center;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .opened .line {
        stroke: #E2D1BB
    }

    .line {
        fill: none;
        stroke: #E2D1BB;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;

    }

    .navbar-brand img svg g path {
        fill: #FFFFFF !important
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        border: none !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        border: none !important;
    }

    .navbar {
        justify-content: center;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .sect-img {
        padding-top: 0;
    }

    .sect-img-specchio {
        padding-bottom: 0;
    }

    .img-pulman {
        position: relative;
        width: 100%;
    }

    .img-pulman-specchio {
        position: relative;
        width: 100%;
        left: 0%;
    }

    .menu-responsive {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

    .swiperPartner .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .p-home {
        font-size: 20px !important;
    }

    h1 {
        font: normal normal normal 28px/40px Lexend;
        letter-spacing: -0.5px;
    }

    p {
        font-size: 17px;
    }

    .box-home {
        padding: 2rem 1.3rem;
    }

    .box-preventivo {
        /* padding: 2.5rem; */
        margin: 25px 0;
    }

    .bg-attrazioni {
        position: relative;
        width: 100%;
        min-height: 250px;
    }
}

@media(max-width:568px) {
    .box-flotta .btn-style {
        bottom: -40px;
    }

    .topmenu p {
        font-size: 15px !important;
        text-align: center;
    }

    .box-flotta {
        width: 325px;

    }

    .box-flotta .btn-style {
        width: 300px;
        bottom: -20px;
        font-size: 18px;
    }

    .box-home p {
        font: normal normal normal 22px/30px Lexend;
        letter-spacing: 0px;
    }

    .box-sceglierci {
        min-width: 90px;
        height: 90px;
        border-radius: 22px;
    }

    .box-sceglierci img {
        max-width: 50px;
    }

    .swiperFlotta .box-sceglierci img {
        max-width: 70px;
    }

    .container {
        padding: 0 20px !important
    }

    #footer-dynamic .container {
        padding: 3rem !important;
    }

    #footer-dynamic .telefono-block {
        display: block;
    }

    #footer-dynamic h4 {
        font-size: 17px;
    }

    /* .box-attrazioni{
        min-height: 455px;
    } */
    .bg-home {
        padding-top: 80px;
    }

}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}