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: #C97C82;
}

::-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: center;
    /* Posiziona l'immagine al centro dell'area */
    z-index: 0;
}

body {
    font-family: 'Manrope', sans-serif;
}

.text-pink {
    color: #C97C82 !important;
}

header {
    min-height: calc(100vh - 72px - 163px - 3rem);
    margin-top: 72px;
    height: 100%;
    background-image: url(../img/NoleggioVettura.jpg);
    background-size: cover;
}

header.banner {
    background-color: white;
    background-image: none;
    height: 150px;
    min-height: unset;
    display: flex;
    align-items: center;
}

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

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

/* .swiperFlotta .swiper-button-next {
    background-image: url("../img/arrow-right.svg") !important;
    background-repeat: no-repeat;
    right: -8px !important;
}

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

.swiperFlotta .swiper-button-prev {
    background-image: url("../img/arrow-left.svg") !important;
    background-repeat: no-repeat;
    left: 0 !important;
} */

/* Stile di base per nascondere tutti gli accordion */
.accordion {
    display: none;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion {
    --bs-accordion-color: #fff !important;
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-focus-border-color: transparent !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-button {
    color: white !important;
    padding: 2rem 25px !important
}

.accordion-item:nth-child(even) .accordion-header {
    background-color: rgba(255, 255, 255, 0.1);
}

.accordion-item .accordion-header {
    border-top: 1px solid #fff;
    /* border-bottom: 1px solid #fff; */
}

.accordion-item:first-child .accordion-header {
    border-top: none;
}

.accordion-item:last-child .accordion-header {
    border-bottom: none;
}

.accordion-button.collapsed:after {
    content: "" !important;
    background-image: url(../img/arrow-down-faq.svg) !important;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    transform: rotate(0deg) !important;
}

.accordion-button:after {
    content: "" !important;
    background-image: url(../img/arrow-down-faq.svg) !important;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) !important;
}

.accordion-label {
    font: normal normal normal 22px/34px Croissant One;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
}

/* Mostra l'accordion attivo */
.accordion.active {
    display: block;
}

.accordion-header .accordion-button {
    font: normal normal normal 22px/34px Croissant One !important;
}

.accordion-body p, .accordion-body li {
    font: normal normal normal 17px/30px Manrope !important;
    letter-spacing: 0.1px;
}

.accordion-body p a {
    color: #fff !important;
}

.bg-faq {
    background-image: url(../img/Sposi.jpg);
    background-size: cover;
    background-position-y: 20%;
    position: relative;
    padding: 4rem 0 !important;

}

.bg-faq::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c97c82c9;
    z-index: 0;
    mix-blend-mode: multiply;
}

/* Stile per i label */

.faq-page h3 {
    font: normal normal normal 26px/35px Croissant One;
}

/* Stile per il label attivo */
.accordion-label.active {
    text-decoration: underline;
    /* font-weight: bold; */
}

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

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

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

.band-div {
    /* border-radius: 11px; */
    width: 75px;
    height: 47px;
}

.modal.fade.show {
    z-index: 999999 !important;
}

.navbar {
    display: flex;
    background-color: #C97C82;
    justify-content: space-between;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 99999;
    box-shadow: 0px 3px 6px #00000029;


}
.swiperPartner img{
    max-width: 200px;
    max-height: 65px;
}
.swiperFlotta .swiper-button-next {
    background-image: url("../img/arrow-right.svg") !important;
    background-repeat: no-repeat;
    right: -16px !important;
    background-position-y: center;
}

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

.swiperFlotta .swiper-button-prev {
    background-image: url("../img/arrow-left.svg") !important;
    background-repeat: no-repeat;
    left: 0 !important;
    background-position-y: center;
}

.swiperFlotta .swiper-slide::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #C97C82;
}

.swiperFlotta .swiper-slide p {
    font-size: 16px;
}

.dropdown-menu {
    left: -100px !important
}

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

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

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


.nav-item {
    position: relative;
}

.nav-item.voci::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #ffffffb9;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.nav-item.voci:hover::after {
    opacity: 1;
}

.nav-link:hover {
    color: white !important;
}

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

.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;
}

.font-croissant {
    font-family: 'Croissant One', sans-serif;
}

.nav-link {
    font: normal normal normal 18px/40px Croissant One;
    letter-spacing: 0px;
    color: white;
    padding: 8px 20px !important;
}

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

.bg-grazie {
    background-image: url(../img/NoleggioVettura.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: calc(100vh - 72px);
    margin-top: 72px;
}

.bg-pink {
    background-color: #C97C82 !important;
    color: white;
}

.sib-form-block {
    padding: 0 !important;
}

.img-flotta {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.social img:hover {
    filter: invert(66%) sepia(26%) saturate(686%) hue-rotate(307deg) brightness(82%) contrast(91%);
}

.border-phone {
    border: 1px solid transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.border-phone:hover {
    border-color: #fff;
}

.border-phone .nav-link {
    padding: 5px !important;
}

h1 {
    font: normal normal normal 48px/56px Croissant One;
    letter-spacing: 0px;
}

h2 {
    font: normal normal normal 48px/66px Croissant One;
}

.number-motivi {
    font: normal normal normal 52px/66px Croissant One;
    color: #C97C82;
    position: relative;
    margin-bottom: 0;
}

.number-motivi::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #C97C82;
}

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

.form-sito label {
    display: block;
    color: black;
}

.form-sito input, .form-sito select, .form-sito textarea {
    background-color: #C97C82 !important;
    border: 1px solid white !important;
    border-radius: 18px !important;
    font-family: 'Manrope' !important;
    width: 100%;
    color: white !important;
    /* text-indent: 20px; */
    padding: 10px !important;
    padding-left: 20px !important;
    -webkit-overflow-scrolling: auto;
    height: 60px;
    /* box-shadow: 0px 3px 6px #00000029 !important; */

}

.form-sito input::placeholder, .form-sito select::placeholder, .form-sito textarea::placeholder {
    color: white !important;
}

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

.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 label {
    color: white;
}

.form-sito .box-privacy label a {
    color: white;
}

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

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

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

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

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

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

.img-motivi {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

#footer-dynamic {
    padding: 3rem 0;
    background-color: #F4F1EA;
}

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

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

.form-sito h4 {
    font: normal normal normal 20px/30px Croissant One;
    letter-spacing: 0px;
}

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

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

.footer-box {
    padding: 3rem 7rem;
    background: #F4F1EA 0% 0% no-repeat padding-box;
}

section {
    padding: 3rem 0;
}

p, h3 {
    font: normal normal normal 18px/28px Manrope;
}

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

.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;
}

.box-sceglierci:hover {
    background-color: #1B53AA;

}

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

}

.menu-lang-modal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-lang-modal li {
    padding: 7px 0
}

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

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

}

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

.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 {
    border: 2px solid #C97C82;
    border-radius: 18px;
    font: normal normal normal 22px/66px Croissant One;
    letter-spacing: 0px;
    color: #C97C82;
    text-transform: uppercase;
    padding: 0 40px !important;
}

.btn-style:hover {
    background: #C97C82 0% 0% no-repeat padding-box;
    color: white;
}

.btn-style-white {
    border: 2px solid #fff;
    border-radius: 18px;
    font: normal normal normal 22px/66px Croissant One;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}

.btn-style-white:hover {
    background: #fff 0% 0% no-repeat padding-box;
    color: #C97C82;
}

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

.arrow-down {

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

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

.swiper-scrollbar {
    opacity: 0;
}

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

.swiper-pagination-bullet {
    height: 20px !important;
    width: 20px !important;
}

input, textarea {
    background-color: #C97C82 !important;
    border: 1px solid white !important;
    border-radius: 18px !important;
    font-family: 'Manrope' !important;
    /* text-indent: 20px; */
    padding: 10px !important;
    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 Manrope;
    letter-spacing: -0.3px;
    color: #1C53AA;
    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 #1B53AA;
    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;

}

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

@media (max-width:1400px) {
    .box-sceglierci {
        min-width: 130px;
        height: 130px;
    }
    header.banner {
        height: 100px;
    }
    .nav-link {
        padding: 8px 10px !important;
    }
    .btn-style {

        padding: 0 20px !important;
    }

    h1 {
        font-size: 38px;
    }

    p {
        font-size: 17px;
    }

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

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

    .cont-nav {
        top: 24px
    }
    .faq-page h2 {
        font: normal normal normal 35px / 50px Croissant One;
    }
}
                       
@media (max-width:1200px) {
    header {
        margin-top: 64px;
        min-height: calc(100vh - 64px - 163px - 3rem);
    }

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

    .btn-style {
        font-size: 20px;
        padding: 0 10px !important;
    }

    h1 {
        font-size: 33px;
    }

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

    .nav-link {
        font: normal normal normal 14px/28px Croissant One;
        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:750px) and (min-width:991px) {
    .box-home-div {
        margin-top: 50px;
    }
}

@media (max-width:991px) {
    .swiperFlotta .swiper-slide p {
        text-align: center;
    }

    .swiperFlotta .swiper-slide::before {
        margin: auto;
        left: 0;
        right: 0;
    }

    .faq-page     h1 {
        font: normal normal normal 25px / 40px Croissant One;
        letter-spacing: 0px;
    }
    .img-specchio-left, .img-specchio-right {
        position: relative;
        width: 100%;
    }

    .accordion-label {
        padding: 20px 0;
    }

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

    .bg-grazie {
        background-image: url(../img/NoleggioVettura.jpg);
        background-position: center;
        background-size: cover;
        height: 100%;
        min-height: calc(100vh - 66px);
        margin-top: 66px;
    }

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

    .nav-link {
        font: normal normal normal 18px/40px Croissant One;
        padding: 8px 13px !important;
    }

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

    .img-home {
        display: none;
    }

    header {
        display: block;
    }

    .menu-responsive-2 {
        position: relative;
        margin: auto;
        margin-top: 30px;
    }

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

    .icon-social {
        display: none;
    }

    .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: #fff
    }

    .line {
        fill: none;
        stroke: #fff;
        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 Manrope;
        letter-spacing: 0px;
    }

    h2 {
        font: normal normal normal 28px/40px Manrope;
        letter-spacing: 0px;
    }

    p {
        font-size: 17px;
    }

    .faq-page h2 {
        font: normal normal normal 30px/45px Croissant One;
    }

    .faq-page h3 {
        font: normal normal normal 23px / 32px Croissant One;
    }

    .accordion-header .accordion-button {
        font: normal normal normal 18px / 30px Croissant One !important;
    }

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

    .box-preventivo {
        /* padding: 2.5rem; */
    }

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

@media(max-width:568px) {
    .menu-lang-modal img {
        width: 45px;
        height: auto;
        border-radius: 6px;
    }

    .btn-style {
        font-size: 20px;
        padding: 0 10px !important;
    }

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

    .box-home p {
        font: normal normal normal 22px/30px Manrope;
        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;
    }

    .band-div {
        border-radius: 11px;
        width: 47px;

    }
}

@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);
}