/*** CSS by Luigi Astarita @ JAM ***/
/* Copyright 2025 Luigi Astarita */

/*** Import fonts ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --c-menu: #C6CED8;
    --c-base: #7A7A7A;
    /* --c-dark: #000000; */
    --c-dark: #002541;
    --c-main: #00569A;
    --c-blue2: #215ABA;
    --c-blue: #22AAFF;
    --c-back: #f4f2f0;
    --c-green: #16AA00;
    --c-rosso: #DD0112;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--c-base);
}

@media (max-width: 575.98px) {
    html {
        font-size: 18px;
    }
}

body.nohero {
    padding-top: 120px;
    padding-top: 90px;
    /* padding-bottom: 150vh; */
}

body.service-transfer {
    padding-top: 75px;
}

h1,
h2 {
    /* font-family: "Playfair Display", serif; */
}

.btn-primary {
    background: #22AAFF;
    background: linear-gradient(180deg, rgba(34, 170, 255, 1) 0%, rgba(29, 145, 217, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    border-radius: 2px;
}

.btn-success {
    background: rgba(22, 170, 0, 1.00);
    background: linear-gradient(180deg, rgba(55, 200, 33, 1.00) 0%, rgba(22, 170, 0, 1.00) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    border-radius: 2px;
}

.btn-secondary {
    background: #8F8F8F;
    background: linear-gradient(180deg, rgba(143, 143, 143, 1) 0%, rgba(99, 99, 99, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    border-radius: 2px;
}

.dropdown-menu {
    padding: 0 !important;
}

.alert {
    font-size: .85rem;
}

.alert h4 {
    font-size: 1.1rem;
    font-weight: 700;
    font-style: italic;
}

.alert-danger {
    border: none;
    background: var(--c-rosso);
    color: #FFF;
}

/*--- Header ---*/

.navbar {
    padding: 0;
}

.navbar .container-fluid {
    /* background: rgba(0, 0, 0, .6); */
    background: rgba(0, 51, 128, .8);
    /* box-shadow: 0 0 45px rgba(255, 255, 255, .3) inset, 0 2px 8px rgba(0, 0, 0, .3), 0 10px 30px rgba(0, 0, 0, .6); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0;
    padding-right: 0;
    transition: background 1s, box-shadow 1s;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 1200px) {
    .navbar .container-fluid {
        /* height: 80px; */
    }
}

@media (max-width: 1199.98px) {
    .navbar .container-fluid {
        padding: .5rem;
    }
}

@media (max-width: 575.98px) {
    .navbar .container-fluid {
        /* box-shadow: 0 0 45px rgba(255, 255, 255, .3) inset, 0 2px 8px rgba(0, 0, 0, .2), 0 10px 30px rgba(0, 0, 0, .3); */
    }

    .booking-engine .navbar .container-fluid {
        /* box-shadow: 0 0 45px rgba(255, 255, 255, .3) inset, 0 2px 8px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .2); */
    }
}

.navbar.stick .container-fluid {
    background: rgba(0, 51, 128, .9);
    /* box-shadow: 0 0 45px rgba(255, 255, 255, .4) inset, 0 2px 8px rgba(0, 0, 0, .3), 0 10px 30px rgba(0, 0, 0, .3); */
}

body.nohero .navbar .container-fluid {
    /* background: url(../images/amalfi-coast-car-service-d.webp);
    background-size: cover;
    background-position: center; */
}

body.nohero .navbar .container-fluid::before {
    /* background: rgba(0, 0, 0, .6); */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* border-radius: 10px; */
}

.navbar .navbar-brand {
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.navbar .navbar-brand img {
    width: 100%;
    max-width: 180px;
    margin-top: -10px;
}

.navbar .navbar-collapse {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse {
        height: 100%;
    }

    .navbar .navbar-nav {
        height: 100%;
    }

    .navbar #menu .navbar-nav {
        padding: 1rem 0;
    }
}

.navbar .nav-link {
    color: rgba(255, 255, 255, .95);
    text-transform: uppercase;
    font-size: .85rem;
    transition: background .2s, color .2s;
    font-weight: 600;
    padding: .5rem .8rem;
}

@media (min-width: 1200px) {
    .navbar .nav-link {
        height: 100%;
        display: flex;
        justify-content: center;
        font-size: 1rem;
        text-align: center;
    }
}

.navbar .nav-link b {
    background: rgba(22, 170, 0, 1.00);
    background: linear-gradient(180deg, rgba(55, 200, 33, 1.00) 0%, rgba(22, 170, 0, 1.00) 100%);
    font-weight: 600;
    padding: .5rem 1.5rem;
    border-radius: 30px;
}

.navbar .nav-link:hover {
    color: #FFF;
    background: rgba(255, 255, 255, .1);
}

.navbar .nav-link.active {
    color: #FFF;
    background: rgba(255, 255, 255, .3);
    background: var(--c-blue2);
}

.navbar .nav-link svg {
    /* opacity: .75; */
    transition: opacity .2s;
}

.navbar .nav-link:hover svg {
    opacity: 1;
}

.navbar-toggler {
    border: none;
    padding: .7rem 1rem;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    z-index: 1;
}

.navbar-toggler svg *.collapse {
    display: inherit;
}

.navbar .dropdown-menu {
    background: var(--c-main);
    border-radius: 0;
    margin-top: 0;
    border: none;
    position: absolute;
    padding: .5rem 0 !important;
}

.navbar .dropdown-menu .dropdown-item {
    color: #FFF;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 600;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: var(--c-dark);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFF !important;
}

/*--- Booking form ---*/

.booking {
    margin: -60px auto 1rem;
    position: relative;
    z-index: 1;
    width: calc(100% - 2rem);
    max-width: 1320px;
}

.service .booking {
    margin-top: 0;
}

.book-now .booking {
    margin: -30px auto 3rem;
    width: 100%;
}

.booking .nav-tabs {
    height: 60px;
    width: 100%;
    border-bottom: 0;
}

.service .booking .nav-tabs {
    height: auto;
}

.booking .nav-tabs .nav-item {
    width: 50%;
    max-width: 200px;
}

.booking .nav-tabs .nav-link {
    height: 60px;
    width: 100%;
    border: none;
    background: var(--c-blue2);
    color: #FFF;
    font-weight: 500;
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .booking .nav-tabs .nav-link {
        font-size: .9rem;
        padding: .5rem .8rem;
    }
}

.booking .nav-tabs .nav-link.active {
    /* background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 235, 233, 1) 100%); */
    background: var(--c-main);
    color: #FFF;
}

.booking .nav-tabs .nav-item:first-of-type .nav-link {
    border-top-left-radius: 5px;
}

.booking .nav-tabs .nav-item:last-of-type .nav-link {
    border-top-right-radius: 5px;
}

.booking .tab-pane {
    --mr: 10px;
    --mb: 10px;
    --fs: .8rem;
    --fw: 500;
    --br: 2px;
}

.booking .tab-pane .tab-container {
    background: var(--c-main);
    padding: 20px 20px calc(20px - var(--mb));
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    align-content: stretch;
    border-radius: 0 0 5px 5px;
    transition: padding .2s;
}

@media (min-width: 1300px) {
    .booking .tab-pane.roundtrip .tab-container {
        padding-top: 10px;
    }
}

@media (max-width: 1299.98px) {
    .booking .tab-pane.roundtrip .tab-container {
        padding-top: 5px;
    }
}

.sidebar {
    padding-top: 3rem;
}

.sidebar .booking .tab-pane .tab-container {
    border-radius: 10px;
}

.book-now .booking .tab-pane .tab-container {
    border-radius: 5px;
}

.booking-pickup,
.booking-dropoff {
    width: calc(((100% - 300px - 180px - 140px - 210px) / 2) - 10px);
}

@media (max-width: 1360px) {

    .booking-pickup,
    .booking-dropoff {
        width: calc(((100% - 300px - 180px - 140px - 180px) / 2) - 10px);
    }
}

@media (max-width: 1300px) {

    .booking-pickup,
    .booking-dropoff {
        width: calc(((100% - 290px) / 2) - 10px);
    }
}

@media (max-width: 900px) {
    .booking-pickup {
        width: calc(50% - 5px);
    }

    .booking-dropoff {
        width: calc(50% - 5px);
        margin-right: 0 !important;
    }
}

@media (max-width: 650px) {

    .booking-pickup,
    .booking-dropoff {
        width: 100%;
        margin-right: 0 !important;
    }

    .roundtrip .booking-dropoff {
        margin-top: 0 !important;
    }
}

.sidebar .booking-pickup,
.sidebar .booking-dropoff {
    width: 100% !important;
    margin-right: 0 !important;
}

.sidebar .roundtrip .booking-dropoff {
    margin-top: 0 !important;
}

.sidebar .booking-trip {
    /* width: 290px !important; */
    width: 100% !important;
    margin-right: 0 !important;
}

@media (max-width: 1300px) {
    .booking-trip {
        margin-right: 0 !important;
    }
}

@media (max-width: 900px) {
    .booking-trip {
        width: calc(50% - 5px);
        margin-right: 10px !important;
    }

    .roundtrip .booking-trip {
        margin-top: 0 !important;
    }
}

@media (max-width: 650px) {
    .booking-trip {
        width: 100%;
        margin-right: 0 !important;
    }
}

.booking-date {
    width: 170px;
    margin-right: 0 !important;
}

@media (max-width: 1300px) {
    .booking-date {
        width: calc((100% * 0.6) - 10px);
    }
}

@media (max-width: 650px) {
    .booking-date {
        width: calc(60% - 10px);
    }
}

.sidebar .booking-date {
    width: calc(60% - 10px) !important;
}

.booking-time {
    width: 130px;
    margin-right: 0 !important;
}

@media (max-width: 1300px) {
    .booking-time {
        width: calc((100% * 0.4) - 10px);
    }
}

@media (max-width: 900px) {
    .booking-time {
        width: calc(100% * 0.4);
        margin-right: 0 !important;
    }
}

@media (max-width: 650px) {
    .booking-time {
        width: 40%;
        margin-right: 0 !important;
    }
}

.sidebar .booking-time {
    width: 40% !important;
    margin-right: 0 !important;
}

.booking-tour-pane .booking-tour-all {
    width: calc((100% / 6) - (10px * 5 / 6));
}

@media (max-width: 1300px) {
    .booking-tour-pane .booking-tour-all {
        width: calc((100% / 6) - (10px * 5 / 6));
    }
}

@media (max-width: 1100px) {
    .booking-tour-pane .booking-tour-all {
        width: calc((100% / 3) - (10px * 2 / 3));
        margin-right: var(--mr) !important;
    }

    .booking-tour-pane .booking-tour-all:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 650px) {
    .booking-tour-pane .booking-tour-all {
        width: calc((100% / 2) - (10px * 1 / 2));
        margin-right: var(--mr) !important;
    }

    .booking-tour-pane .booking-tour-all:nth-child(3n) {
        margin-right: var(--mr) !important;
    }

    .booking-tour-pane .booking-tour-all:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .booking-tour-pane .booking-tour-all {
        width: 100%;
        margin-right: 0 !important;
    }

    .booking-tour-pane .booking-tour-all:nth-child(3n) {
        margin-right: 0 !important;
    }
}

.sidebar .booking-tour-pane .booking-tour-all {
    width: 100% !important;
    margin-right: 0 !important;
}

.sidebar .booking-tour-pane .booking-tour-all:nth-child(3n) {
    margin-right: 0 !important;
}

.booking-go {
    width: 210px;
    margin-left: auto;
}

@media (max-width: 1360px) {
    .booking-go {
        width: 180px;
    }
}

@media (max-width: 1300px) {
    .booking-go {
        width: 290px;
    }
}

@media (max-width: 900px) {
    .booking-go {
        width: 30%;
    }
}

@media (max-width: 750px) {
    .booking-go {
        width: 40%;
    }
}

@media (max-width: 650px) {
    .booking-go {
        width: 100%;
    }
}

.sidebar .booking-go {
    width: 100%;
}

.booking .tab-pane .input-group {
    margin-right: var(--mr);
    margin-bottom: var(--mb);
    flex-wrap: nowrap;
    height: 60px;
    margin-top: 0;
    transition: margin-top .2s;
}

@media (min-width: 1100px) {

    .booking-tour-pane .booking-date,
    .booking-tour-pane .booking-time {
        margin-right: 10px !important;
    }
}



.booking .tab-pane.roundtrip .input-group {
    margin-top: 15px;
}

.booking .tab-pane .input-group-text {
    background: #FFF;
    border: none;
    border-radius: var(--br);
    padding: 1rem 1px 1rem .75rem;
}

.booking .tab-pane .input-group .bootstrap-select {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    height: 60px;
}

.booking .tab-pane .input-group .bootstrap-select>.btn {
    height: 100%;
    border-radius: 0 var(--br) var(--br) 0;
    background: #FFF;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.booking .tab-pane .input-group .bootstrap-select>.btn .filter-option-inner {
    height: 100%;
}

.booking .tab-pane .input-group .bootstrap-select>.btn .filter-option-inner-inner {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: var(--fs);
    font-weight: var(--fw);
}

.booking .tab-pane .input-group .bootstrap-select .dropdown-toggle::after {
    display: none;
}

.booking .tab-pane .input-group .bootstrap-select .form-control {
    height: 40px;
    line-height: 40px;
}

.booking .tab-pane .form-select {
    background: #FFF;
    border: none;
    font-size: var(--fs);
    font-weight: var(--fw);
    border-radius: var(--br);
}

.booking .tab-pane .form-control {
    background: #FFF;
    border: none;
    font-size: var(--fs);
    font-weight: var(--fw);
    border-radius: var(--br);
    height: 60px;
    line-height: 60px;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 767.98px) {
    .booking .tab-pane .form-control {
        padding: 0 0 0 .5rem;
    }
}

.booking .tab-pane .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--c-dark);
    opacity: 1;
    /* Firefox */
}

.booking .tab-pane .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--c-dark);
}

.booking .tab-pane .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--c-dark);
}

.booking .tab-pane .btn-group {
    margin-right: var(--mr);
    height: 60px;
    margin-bottom: var(--mb);
    margin-top: 0;
    transition: margin-top .2s;
}

.booking .tab-pane.roundtrip .btn-group {
    /* margin-top: 15px; */
}

.booking .tab-pane .btn-outline-primary {
    border: none;
    background: #FFF;
    font-size: var(--fs);
    font-weight: var(--fw);
    display: flex;
    align-items: center;
    color: var(--c-dark);
    padding: .5rem 1.2rem;
    border-radius: var(--br);
    transition: background .2s, color .2s;
}

@media (max-width: 575.98px) {
    .booking .tab-pane .btn-outline-primary {
        padding: .5rem 1rem;
    }
}

.booking .tab-pane .btn-check:checked+.btn-outline-primary {
    background: #22AAFF;
    background: linear-gradient(180deg, rgba(34, 170, 255, 1) 0%, rgba(29, 145, 217, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    border-radius: 2px;
    color: #FFF;
}

.booking .tab-pane .btn-outline-primary svg {
    margin-right: .6rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .booking .tab-pane .btn-outline-primary svg {
        display: none;
    }
}

.booking .tab-pane .btn-check:checked+.btn-outline-primary svg * {
    stroke: #FFF;
}

.booking .tab-pane .btn-primary,
.booking .tab-pane .btn-success {
    font-size: 1rem;
    font-weight: var(--fw);
    font-weight: 800;
    padding: .5rem 1.2rem;
    height: 60px;
    margin-bottom: var(--mb);
    display: flex;
    align-items: center;
    margin-top: 0;
    transition: margin-top .2s;
    justify-content: center;
}

@media (min-width: 900px) {
    .booking .tab-pane.roundtrip .btn-primary {
        margin-top: 15px !important;
    }
}

@media (max-width: 900px) {
    .booking .tab-pane .btn-primary {
        margin-top: -10px !important;
    }

    .booking .tab-pane.roundtrip .btn-primary {
        margin-top: 0 !important;
    }

    .booking .tab-pane.booking-tour-pane .btn-primary {
        margin-top: 0px !important;
    }
}

@media (max-width: 650px) {
    .booking .tab-pane.roundtrip .btn-primary {
        margin-top: 5px !important;
    }
}

.booking .tab-pane .btn-primary span {
    /* margin-right: auto; */
}

.booking .tab-pane .btn-primary svg,
.booking .tab-pane .btn-success svg {
    display: none;
}

@media (min-width: 1300px) and (max-width: 1360px) {
    .booking .tab-pane:not(.booking-tour-pane) .btn-primary svg:first-of-type {
        display: none;
    }
}

@media (min-width: 1100px) and (max-width: 1260px) {
    .booking .tab-pane.booking-tour-pane .btn-primary svg:first-of-type {
        display: none;
    }
}

.booking .tab-pane .btn-primary svg:last-of-type {
    margin-left: 5px;
}

.dates-cont {
    flex-wrap: wrap;
    width: 100% !important;
}

@media (max-width: 1300px) {
    .dates-cont {
        display: flex;
        width: calc(100% - 290px);
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 900px) {
    .dates-cont {
        width: calc(50% - 5px);
        gap: 10px;
    }

    .roundtrip .dates-cont {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .dates-cont {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .dates-cont {
        flex-wrap: wrap;
    }

    .roundtrip .dates-cont {
        margin-top: 5px;
    }
}

.outbound-cont,
.return-cont {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
    overflow: hidden;
}

.roundtrip .outbound-cont,
.roundtrip .return-cont {
    overflow: visible;
}

@media (max-width: 1300px) {

    .outbound-cont,
    .return-cont {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .outbound-cont {
        width: 100%;
    }

    .roundtrip .outbound-cont {
        /* width: 50%; */
        width: calc(50% - 5px);
    }

    .roundtrip .return-cont {
        /* width: 50%; */
        width: calc(50% - 5px);
    }
}

@media (max-width: 650px) {

    .outbound-cont,
    .return-cont {
        width: 100%;
    }

    .roundtrip .outbound-cont,
    .roundtrip .return-cont {
        width: 100%;
    }
}

.outbound-cont {
    margin-top: 0;
    transition: margin-top .2s;
    width: 100% !important;
}

.roundtrip .outbound-cont {
    /* margin-top: 15px */
}

.return-cont {
    margin-top: 0;
    max-height: 0;
    transition: margin-top .2s, max-height .2s;
    width: 100% !important;
}

.roundtrip .return-cont {
    /* margin-top: 15px; */
    max-height: 80px;
}

.return-cont .input-group {
    opacity: 0;
    transition: opacity .2s;
}

.roundtrip .return-cont .input-group {
    opacity: 1;
}

.outbound-cont label,
.return-cont label {
    width: calc(100% - 10px);
    position: absolute;
    top: -8px;
}

@media (min-width: 1300px) {

    .outbound-cont label,
    .return-cont label {
        width: 100%;
    }
}

@media (max-width: 900px) {

    .outbound-cont label,
    .return-cont label {
        width: 100%;
    }
}

.roundtrip .outbound-cont label,
.roundtrip .return-cont label {
    /* top: -22px; */
}

.sidebar-title {
    font-size: 1.4rem;
    font-weight: 800;
    padding: 3rem 1rem 0;
    display: block;
    color: var(--c-main);
    font-style: italic;
    text-align: center;
    line-height: 100%;
}

.sidebar-title span {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    color: var(--c-base);
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 1rem;
    padding-top: .2rem;
}

.sidebar-title span b {
    color: var(--c-main);
}

/*--- Titoli ---*/

.section-header {
    text-align: center;
    padding: 2rem 1rem 1rem;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.small-title {
    color: var(--c-blue);
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .4rem;
    font-style: italic;
    display: block;
}

.service .small-title svg {
    margin: -2px .3rem 0;
}

.title {
    color: var(--c-dark);
    color: var(--c-main);
    font-weight: 700;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin: -.3rem 0 .5rem;
    line-height: 110%;
    font-style: italic;
}

@media (max-width: 575.98px) {
    .title {
        font-weight: 800;
    }
}

.service-transfer .title {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.service-transfer .title i {
    display: inline-block;
    background: url(../images/icons/viceversa2.svg) no-repeat center;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin: 5px .5rem 0;
    transform: rotate(90deg);
}

.service .tour-description .title {
    font-size: clamp(1.5rem, 5vw, 3.5rem);
    line-height: 100%;
}

.subtitle {
    font-size: .95rem;
    line-height: 130%;
}

.service .tour-description .subtitle {
    font-size: .9rem;
    line-height: 150%;
    background: var(--c-back);
    padding: 1rem 1.3rem;
    border-radius: 10px;
    font-style: italic;
    margin-bottom: 3rem;
}

.service .tour-description .subtitle p {
    margin-bottom: 0;
}

.subtitle strong {
    font-weight: 600;
}

/*--- Home ---*/

/* Hero */

.hero {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .hero {
        /* aspect-ratio: 9 / 12; */
    }
}

@media (min-width: 768px) {
    .hero {
        aspect-ratio: 192 / 91;
    }
}

@media (min-width: 768px) {
    body:not(.service) .hero::before {
        background: #10376F;
        background: linear-gradient(90deg, rgba(8, 27, 55, .9) 0%, rgba(8, 27, 55, 0) 50%);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-content {
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 1rem 3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .hero-content {
        top: auto;
        bottom: 0;
        text-align: center;
        padding: 1rem clamp(1rem, 4vw, 3rem) 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #000000;
        margin-top: -120px;
        background: linear-gradient(180deg, rgba(0, 48, 86, 0) 0%, rgba(0, 48, 86, 1) 120px);
        position: relative;
    }
}

.hero h1 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-style: italic;
    /* font-size: 4rem; */
    font-size: clamp(1.8rem, 3vw, 3.5rem);
    line-height: 100%;
    max-width: 40vw;
}

@media (max-width: 991.98px) {
    .hero h1 {
        margin-bottom: .5rem;
    }
}

.hero p {
    color: rgba(255, 255, 255, .9);
    font-style: italic;
    font-size: 1.2rem;
    font-size: clamp(.9rem, 2vw, 1.1rem);
    line-height: 140%;
    margin-bottom: 1rem;
    max-width: 40vw;
}

@media (max-width: 1199.98px) {

    .hero h1,
    .hero p {
        max-width: 50vw;
    }
}

@media (max-width: 991.98px) {

    .hero h1,
    .hero p {
        max-width: 100vw;
        text-align: center;
    }
}

.hero .btn {
    padding: 1rem 2.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border-radius: 40px;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset, 0 15px 30px rgba(0, 0, 0, .3);
    transition: transform .2s, padding .2s;
}

.hero .btn:hover {
    transform: scale(1.05);
    padding: 1rem 1.5rem;
}

.hero .btn svg {
    margin-left: .5rem;
    transition: margin .2s;
}

.hero .btn:hover svg {
    margin-left: 2.5rem;
}

/* Vetrina tours */

.featured-tour {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFF;
    border-radius: 7px;
}

.featured-tour a {
    color: var(--c-dark);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    font-style: italic;
}

.featured-tour img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 17px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.featured-tour .duration {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFF;
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .7rem .5rem;
    display: inline-block;
    border-radius: 2px;
    color: var(--c-dark);
}

.featured-tour .duration svg {
    margin-top: -2px;
}

.featured-tour strong {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .7rem;
    line-height: 130%;
    padding: 0 1rem;
}

.featured-tour p {
    font-size: .8rem;
    margin-bottom: 1rem;
    line-height: 130%;
    padding: 0 1rem;
}

.featured-tour .btn-details {
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    background: var(--c-back);
    padding: .8rem;
    line-height: 100%;
    border-radius: 5px;
    font-weight: 500;
    margin-top: auto;
}

.goto-all-tours {
    text-align: center;
    display: block;
    width: 240px;
    margin: 1.3rem auto 0;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    color: var(--c-dark);
}

.goto-all-tours svg {
    margin-left: .2rem;
    margin-top: -1px;
    transform: scale(.9);
}

.featured-transfer {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFF;
    border-radius: 7px;
    overflow: hidden;
}

.featured-transfer a {
    color: var(--c-dark);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-transfer a i {
    display: inline-block;
    background: url(../images/icons/viceversa2.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: .2rem .5rem;
    transform: rotate(90deg);
}

.featured-transfer img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 17px rgba(0, 0, 0, .15);
    border-radius: 5px;
    transition: filter .2s;
}

.featured-transfer:hover img {
    filter: saturate(1.5);
}

.featured-transfer strong {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    line-height: 130%;
    text-align: center;
    padding: .7rem;
}

.transfers-home .splide__arrow--prev,
.transfers-home .splide__arrow--next,
.tours-home .splide__arrow--prev,
.tours-home .splide__arrow--next {
    background: none;
    background: #DDD;
    opacity: 1;
    width: 60px;
    height: 60px;
}

.transfers-home .splide__arrow--prev,
.tours-home .splide__arrow--prev {
    left: -36px;
    padding-right: 1rem;
}

.transfers-home .splide__arrow--next,
.tours-home .splide__arrow--next {
    right: -36px;
    padding-left: 1rem;
}

.transfers-home .splide__arrow,
.tours-home .splide__arrow {
    top: 40%;
}

.transfers-home .splide__track,
.tours-home .splide__track {
    z-index: 1;
}

/* Box transfers */

.transfers-home,
.tours-home {
    background: var(--c-back);
    position: relative;
    padding: 1.5rem;
    border-radius: 20px 20px 0 0;
}

.tours-home {
    border-radius: 20px;
    margin-bottom: 4rem;
}

@media (max-width: 800px) {
    .transfers-home {
        background: var(--c-back);
    }
}

@media (max-width: 575.98px) {

    .transfers-home,
    .tours-home {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.transfers-home>div {
    position: relative;
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    .transfers-home>div {
        background: transparent;
    }
}

@media (max-width: 800px) {
    .transfers-home>div {
        padding: 0;
    }
}

.transfers-home .section-header {
    max-width: 820px;
    margin: auto;
    padding: 3rem 8rem 1rem;
    background: #EDEBE9;
    background: linear-gradient(90deg, rgba(237, 235, 233, 0) 0%, rgba(237, 235, 233, 1) 15%, rgba(237, 235, 233, 1) 85%, rgba(237, 235, 233, 0) 100%);
}

@media (max-width: 800px) {
    .transfers-home .section-header {
        padding: 1rem;
    }
}

.book-a-transfer {
    display: block;
}

@media (max-width: 575.98px) {
    .book-a-transfer {
        padding: 0 1rem 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.book-a-transfer h3 {
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 0;
    font-weight: 800;
    font-style: italic;
    /* padding: 0 1rem; */
    width: 24%;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .book-a-transfer h3 {
        width: 100% !important;
        text-align: center;
        justify-content: center;
        padding-bottom: .6rem;
        line-height: 100%;
    }
}

.book-a-transfer>div {
    display: flex;
    background: rgba(0, 0, 0, .1);
    background: var(--c-main);
    background: #004073;
    background: linear-gradient(180deg, rgba(0, 64, 115, 1) 0%, rgba(0, 86, 154, 1) 100%);
    border-radius: 0 0 20px 20px;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.5rem;
}

@media (max-width: 1199.98px) {
    .book-a-transfer>div {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .book-a-transfer>div {
        flex-direction: column;
    }
}

.book-a-transfer>div>* {
    width: calc(25% - (60px / 4));
}

@media (max-width: 1199.98px) {
    .book-a-transfer>div>* {
        width: calc(33.33% - (40px / 3));
    }
}

@media (max-width: 767.98px) {
    .book-a-transfer>div>* {
        width: 100%;
        margin-top: .5rem;
    }

    .book-a-transfer>div>*:first-child {
        margin-top: 0;
    }
}

.book-a-transfer .scegli-tratta {
    /* height: 76px; */
    display: flex;
    margin: 0;
    background: var(--c-main);
    /* padding: 7px; */
    border-radius: 10px;
    width: 50%;
    gap: 1rem;
}

@media (max-width: 640px) {
    .book-a-transfer .scegli-tratta {
        flex-direction: column;
        height: auto;
        background: #FFF;
    }
}

@media (max-width: 767.98px) {
    .book-a-transfer .scegli-tratta {
        margin-right: 0;
    }
}

.book-a-transfer .btn-primary,
.book-a-transfer .btn-success {
    height: 62px;
    border-radius: 5px;
    padding: 0 2rem;
    font-weight: 700;
    white-space: nowrap;
    /* background: transparent; */
    /* border: none; */
    /* box-shadow: none; */
    font-style: italic;
    font-size: 1.2rem;
    /* margin: 7px; */
    /* width: 23%; */
}

@media (max-width: 991.98px) {
    .book-a-transfer .btn-success {
        width: calc(50% - 10px);
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .book-a-transfer .btn-success {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .book-a-transfer .btn-primary {
        margin-bottom: 0;
    }
}

.book-a-transfer .btn-primary svg {
    margin-left: 2rem;
}

.book-a-transfer .book-from,
.book-a-transfer .book-to {
    padding: .5rem 1rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
    border-radius: 5px;
    /* width: 50%; */
}

@media (max-width: 991.98px) {

    .book-a-transfer .book-from,
    .book-a-transfer .book-to {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {

    .book-a-transfer .book-from,
    .book-a-transfer .book-to {
        width: 100%;
        margin: 0 0 10px;
    }
}

.book-a-transfer .book-from {
    /* margin-right: 3rem; */
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
}

@media (max-width: 575.98px) {
    .book-a-transfer .book-from {
        margin-right: 0;
    }
}

.book-a-transfer .book-to {
    /* text-align: right; */
    /* border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
}

@media (max-width: 640px) {
    .book-a-transfer .book-to {
        text-align: left;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
}

.book-a-transfer label {
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.book-a-transfer label svg {
    height: 16px;
    width: auto;
    margin: 2px;
}

.book-a-transfer label svg * {
    stroke-width: 2px;
}

.book-a-transfer .dropdown-toggle {
    display: block;
    background: #FFF !important;
    border: none !important;
    outline: none !important;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
}

.book-a-transfer .book-to .dropdown-toggle .filter-option-inner-inner {
    /* text-align: right; */
}

@media (max-width: 640px) {
    .book-a-transfer .book-to .dropdown-toggle .filter-option-inner-inner {
        text-align: left;
    }
}

.book-a-transfer .dropdown-toggle::after {
    display: none;
}

.book-a-transfer .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/* Flotta home */

.fleet-home {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.fleet-home .section-header {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding-bottom: 1rem;
}

.fleet-home .vehicles {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.fleet-home .vehicles li {
    width: 290px;
    background: var(--c-back);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    position: relative;
    padding: 1rem;
    margin: .6rem;
}

.fleet-home .vehicles span {
    color: var(--c-dark);
    font-size: .8rem;
    font-weight: 600;
}

.fleet-home .vehicles strong {
    color: var(--c-dark);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 100%;
}

.fleet-home .vehicles img {
    width: 254px;
}

.fleet-home .vehicles button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: .3rem;
}

.fleet-home .vehicles em {
    background: #FFF;
    font-size: .8rem;
    font-weight: 600;
    margin: -2rem auto -.5rem -.5rem;
    padding: .5rem .7rem;
    border-radius: 2px;
    font-style: normal;
    color: var(--c-dark);
}

/* About Us */

.about-us {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 4rem;
}

@media (max-width: 1199.98px) {
    .about-us {
        flex-direction: column;
        align-items: center;
    }
}

.about-us .imgs {
    position: relative;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .about-us .imgs {
        text-align: center;
    }
}

.about-us img {
    width: 50%;
    height: auto;
    transform: rotate(-4deg);
    box-shadow: -10px 30px 60px rgba(0, 0, 0, .3);
    margin-right: 2rem;
    border: 10px solid #FFF;
}

.about-us img:first-of-type {
    width: 40%;
    transform: rotate(2deg);
    margin-right: -3rem;
    border: 7px solid #FFF;
    /* position: absolute; */
}

.about-us .section-header {
    text-align: left;
    max-width: 620px;
    position: relative;
    z-index: 2;
    margin: auto 0;
}

@media (max-width: 1199.98px) {
    .about-us .section-header {
        text-align: center;
        max-width: 100%;
        margin: 0 1rem 1rem;
    }
}

.about-us .section-header h2 {
    /* color: #FFF; */
}

.about-us .section-header p {
    /* color: rgba(255, 255, 255, .8); */
}

.about-us .section-header a {
    display: inline-block;
    /* border: 1px solid #FFF; */
    padding: .8rem 1rem;
    line-height: 100%;
    text-decoration: none;
    color: #FFF;
    font-size: .9rem;
    font-weight: 700;
    background: var(--c-blue2);
    border-radius: 30px;
    font-style: italic;
}

.about-us .section-header a svg {
    margin-left: 1.3rem;
}

/* Recensioni */

.reviews * {
    box-sizing: content-box !important;
}

.TA_cdsratingsonlywide>div {
    margin: auto auto 2rem;
}

.cdsROW.border {
    border: 2px solid #00eb5b !important;
}

/* Start your reservation */

.start-reservation {
    /* background: url(../images/box-bg2.jpg);
    background-size: 100% 100%; */
    /* background: var(--c-main); */
    background: url(../images/positano-tour.webp) center;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    clear: both;
}

@media (max-width: 575.98px) {
    .start-reservation {
        padding-bottom: 2rem;
    }
}

.start-reservation::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background: rgba(8, 27, 55, .6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.start-reservation .section-header {
    width: 100%;
    max-width: 380px;
    margin: 1rem 0 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 2rem 1rem;
}

@media (max-width: 767.98px) {
    .start-reservation .section-header {
        text-align: left;
        padding: 0 1rem;
    }
}

@media (max-width: 575.98px) {
    .start-reservation .section-header {
        max-width: 100%;
    }
}

.start-reservation .small-title {
    color: #37C821;
    font-weight: 800;
}

.start-reservation h2 {
    color: #FFF;
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.start-reservation p {
    color: rgba(255, 255, 255, .75);
}

.start-reservation ul.highlights {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 380px;
    margin: 3rem 0 2rem;
}

@media (max-width: 767.98px) {
    .start-reservation ul.highlights {
        margin: 0 .5rem 2rem;
    }
}

@media (max-width: 575.98px) {
    .start-reservation ul.highlights {
        width: 100%;
    }
}

.start-reservation .highlights li {
    text-align: left;
    font-size: .95rem;
    font-weight: 600;
    color: #FFF;
    padding: .3rem 1rem;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .start-reservation .highlights li {
        padding: .3rem;
    }
}

.start-reservation .highlights li img {
    /* display: block; */
    width: auto;
    height: 24px;
    margin: -2px 4px 0 0;

    animation: checks 5s infinite;
    animation-delay: 0;
    transition: transform .3s, color .3s;
}

.start-reservation .highlights li:nth-of-type(2) img {
    animation-delay: .2s;
}

.start-reservation .highlights li:nth-of-type(3) img {
    animation-delay: .4s;
}

.start-reservation .highlights li:nth-of-type(4) img {
    animation-delay: .6s;
}

.start-reservation .highlights li:nth-of-type(5) img {
    animation-delay: .8s;
}

@keyframes checks {
    0% {
        transform: scale(1);
        color: #FFF;
    }

    10% {
        transform: scale(1.4);
        color: #00C80A;
    }

    20% {
        transform: scale(1);
        color: #FFF;
    }
}

.start-reservation .highlights li strong {
    font-weight: 600;
    color: #2FD200;
}

.start-reservation>div {
    position: relative;
    z-index: 1;
    width: 100%;
}

@media (max-width: 767.98px) {
    .start-reservation>div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .start-reservation>div {
        align-items: flex-start;
    }
}

.start-reservation .btn {
    padding: 1rem 2.5rem;
    font-weight: 700;
    font-size: 1.2rem;
    /* margin-right: .5rem;
    margin-bottom: .5rem; */
    margin: 0 .5rem .5rem;
    border-radius: 40px;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset, 0 15px 30px rgba(0, 0, 0, .3);
    transition: transform .2s, padding .2s;
    width: 300px;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .start-reservation .btn {
        width: 380px;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .start-reservation .btn {
        width: calc(100% - 1.6rem);
        margin: 0 .8rem .8rem;
    }
}

.start-reservation .btn:hover {
    transform: scale(1.05);
    padding: 1rem 1.5rem;
}

.start-reservation .btn svg {
    margin-left: .5rem;
    transition: margin .2s;
}

.start-reservation .btn:hover svg {
    margin-left: 2.5rem;
}

@media (max-width: 767.98px) {
    .start-reservation .reviews>div {
        margin: auto;
    }
}

/* Footer */

.footer {
    background: var(--c-main);
    padding-bottom: 3rem;
    font-size: .8rem;
    color: rgba(255, 255, 255, .7);
    font-size: .8rem;
}

.footer .container {
    padding-top: 3rem;
}

@media (max-width: 575.98px) {
    .footer .container {
        padding-top: 1rem;
    }
}

@media (min-width: 992px) {
    .footer .row>div {
        text-align: center;
    }
}

.footer .logo {
    max-width: 230px;
    margin-bottom: .3rem;
    opacity: .7;
}

.footer a {
    display: block;
    white-space: nowrap;
    font-size: .8rem;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: opacity .2s;
    opacity: .7;
}

.footer a:hover {
    opacity: 1;
}

.footer a svg {
    transform: scale(.8);
    margin-right: .3rem;
}

.footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer ul li {
    padding: 0 0 .15rem;
}

.footer .social {
    margin-bottom: 1rem;
}

.footer .social a {
    display: inline-block;
}

.footer .social a svg {
    transform: none;
}

.secure-payments {
    display: flex;
    padding: 0 1rem;
    /* background: #FFF; */
}

.secure-payments>div {
    padding: 1rem;
    display: inline-block;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    .secure-payments>div {
        margin: 1rem auto 0;
    }
}

.secure-payments>div>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (max-width: 849.95px) {
    .secure-payments>div>div {
        justify-content: center;
    }
}

.secure-payments>div>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
}

@media (max-width: 849.95px) {
    .secure-payments>div>div>div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .secure-payments>div>div>div {
        flex-direction: column;
    }
}

.secure-payments svg {
    margin-bottom: .4rem;
    width: 32px;
    height: auto;
}

@media (max-width: 575.98px) {
    .secure-payments svg {
        margin: .5rem 0 .3rem;
    }
}

.secure-payments span {
    display: inline-block;
    color: var(--c-base);
    font-size: .75rem;
    line-height: 110%;
}

@media (max-width: 575.98px) {
    .secure-payments span {
        margin-right: 0;
    }
}

.secure-payments span strong {
    display: block;
    color: #FFF;
    color: #37C821;
    font-weight: 800;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: .3rem;
}

@media (max-width: 575.98px) {
    .secure-payments span strong {
        text-align: center;
        margin-bottom: .2rem;
    }
}

.secure-payments span em {
    font-style: normal;
    font-size: .9rem;
    color: #FFF;
    font-style: italic;
}

@media (max-width: 575.98px) {
    .secure-payments span em {
        text-align: center;
    }
}

.secure-payments ul {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

@media (max-width: 849.95px) {
    .secure-payments ul {
        justify-content: center;
    }
}

.secure-payments ul li {
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 850px) {
    .secure-payments ul li {
        border-left: 1px solid rgba(255, 255, 255, .4);
    }

    .secure-payments ul li:first-of-type {
        border-left: none;
    }
}

@media (max-width: 849.95px) {
    .secure-payments ul li {
        margin-bottom: .5rem;
    }
}

.secure-payments ul li img {
    height: auto;
    filter: brightness(.5) saturate(0) invert(1) contrast(1.5);
}

.secure-payments .stripe {
    width: 45px;
}

.secure-payments .paypal {
    width: 53px;
}

.secure-payments .visa {
    width: 41px;
}

.secure-payments .apple-pay {
    width: 45px;
}

.secure-payments .google-pay {
    width: 45px;
}

.secure-payments .mastercard {
    width: 36px;
}

.secure-payments .american-express {
    width: 58px;
}

/*--- Booking engine ---*/

.booking-engine {
    /* --cartw: 260px; */
    --cartw: 320px;
}

.booking-engine .section-header {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .booking-engine .section-header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.booking-engine .btn-primary {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
    margin: auto;
    border-radius: 40px;
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
}

.booking-engine .btn-secondary {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: auto;
    border-radius: 40px;
    font-weight: 600;
}

.booking-engine .btn-success {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    font-weight: 600;
}

.booking-engine .btn-back {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
    margin: 1rem auto;
    border-radius: 40px;
    font-weight: 700;
    background: var(--c-back);
    color: var(--c-base);
    border: none !important;
    font-style: italic;
}

@media (max-width: 575.98px) {
    .booking-engine .btn-back {
        margin: 1rem auto;
    }
}

.booking-engine .btn-back.w-25 {
    width: 300px !important;
}

.booking-engine .btn-back svg {
    transform: scaleX(-1);
    margin-right: 5px;
}

.booking-engine .btn-back svg * {
    stroke: var(--c-base);
}

.booking-engine .form-label {
    font-size: .8rem;
    font-weight: 500;
    color: var(--c-dark);
}

.booking-engine .form-label svg {
    margin-top: -2px;
}

.booking-engine .form-control {
    border-radius: 2px;
    border: 1px solid #D0D0D0;
    font-size: .9rem;
}

.booking-engine .form-select {
    border-radius: 2px;
    border: 1px solid #D0D0D0;
    font-size: .9rem;
}

.booking-engine .bootstrap-select>.dropdown-toggle {
    border-radius: 2px;
    border: 1px solid #D0D0D0;
    font-size: .9rem;
}

@media (min-width: 768px) and (max-width: 1299.98px) {
    .container-wcart {
        padding-right: var(--cartw) !important;
    }
}

@media (max-width: 767.98px) {
    .container-wcart {
        padding-top: 70px !important;
    }
}

/* Step 1 */

.booking-s1 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s1>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}

.booking-s1 .btn-experience {
    max-width: 400px;
    flex-direction: column;
    display: flex;
    margin: 1rem;
    align-items: center;
    padding: 2rem;
    background: var(--c-back) !important;
    border: 3px solid #FFF;
    border-radius: 10px;
    position: relative;
    transition: transform .2s, border .2s;
}

@media (max-width: 575.98px) {
    .booking-s1 .btn-experience {
        margin: .3rem 1rem;
        padding: 1.2rem;
    }
}

.booking-s1 .btn-check:checked+.btn-experience {
    border: 3px solid var(--c-blue);
    transform: scale(1.05);
}

.booking-s1 .btn-check:checked+.btn-experience::after {
    background: url(../images/icons/check.svg) no-repeat center var(--c-blue);
    content: "";
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    right: 1rem;
    top: -16px;
    position: absolute;
}

.booking-s1 .btn-experience strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: .5rem;
    font-style: italic;
    color: var(--c-main);
}

@media (max-width: 575.98px) {
    .booking-s1 .btn-experience strong {
        font-size: 1.6rem;
    }
}

.booking-s1 .btn-experience svg {
    margin: .5rem 0;
}

.booking-s1 .btn-experience2 svg {
    transform: translateX(-10px);
}

.booking-s1 .btn-experience span {
    font-size: .85rem;
    line-height: 130%;
    color: var(--c-base);
}

/* Step 2 */

.booking-s2 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s2>div {
    background: var(--c-back);
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 10px;
    max-width: 700px;
}

@media (max-width: 575.98px) {
    .booking-s2>div {
        margin: 4rem 1rem 1rem;
        padding: .5rem 1.5rem 1rem;
    }
}

.booking-s2 .btn-group {
    /* margin-top: -5rem; */
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
    .booking-s2 .btn-group {
        margin-top: -3rem;
    }
}

@media (max-width: 575.98px) {
    .booking-s2 .btn-group .btn {
        flex-wrap: wrap;
        justify-content: center;
        font-size: .8rem !important;
    }
}

.booking-s2 .btn-group svg {
    margin-left: 2rem;
}

@media (max-width: 575.98px) {
    .booking-s2 .btn-group svg {
        margin-left: .5rem;
    }
}

.booking-s2 .btn-group svg * {
    stroke: #FFF;
}

.booking-s2 .btn-group .btn-secondary {
    padding: 1rem 1.3rem;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset, 0 10px 20px rgba(0, 0, 0, 0);
    transition: box-shadow .2s, transform .2s;
    width: auto;
}

.booking-s2 .btn-group>.btn-check:checked+.btn-secondary {
    background: #22AAFF;
    background: linear-gradient(180deg, rgba(34, 170, 255, 1) 0%, rgba(29, 145, 217, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset, 0 10px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    transform: scale(1.15);
    z-index: 2;
    position: relative;
}

.booking-s2 .b2-form .form-label {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.booking-s2 .b2-from .bootstrap-select,
.booking-s2 .b2-to .bootstrap-select {
    width: 100% !important;
}

.booking-s2 .b2-andata {}

.booking-s2 .b2-ritorno {
    overflow: hidden;
    transition: max-height .3s;
    max-height: 0;
}

.booking-s2.roundtrip .b2-ritorno {
    max-height: 100px;
}

.b2-tratta {
    color: var(--c-blue);
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
    overflow: hidden;
    transition: height .2s, margin-bottom .2s, top .2s;
    height: 0;
}

.roundtrip .b2-tratta {
    height: 20px;
    margin-bottom: .3rem;
}

.b2-tratta::before,
.b2-tratta::after {
    content: "";
    border-top: 1px solid #D0D0D0;
    display: block;
    width: 50%;
    height: 10px;
}

.b2-tratta::before {
    border-left: 1px solid #D0D0D0;
    margin-right: 5px;
}

.b2-tratta::after {
    border-right: 1px solid #D0D0D0;
    margin-left: 5px;
}

/* Step 3 */

.booking-s3 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s3>div {
    background: var(--c-back);
    margin: 2rem auto;
    border-radius: 10px;
    width: calc(100% - 2rem);
    max-width: 600px;
    display: flex;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .booking-s3>div {
        flex-wrap: wrap;
    }
}

.booking-s3>div .cityphoto {
    width: 270px;
    background-size: cover !important;
    background-position: center !important;
    min-height: 270px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 991.98px) {
    .booking-s3>div .cityphoto {
        width: 150px;
        min-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .booking-s3>div .cityphoto {
        width: 200px;
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .booking-s3>div .cityphoto {
        width: 100%;
        min-height: 200px;
    }
}

.booking-s3>div .cityphoto img {
    object-fit: cover;
}

.booking-s3 .location-details {
    text-align: left;
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .booking-s3 .location-details {
        width: calc(100% - 150px);
    }
}

@media (max-width: 767.98px) {
    .booking-s3 .location-details {
        width: calc(100% - 200px);
    }
}

@media (max-width: 575.98px) {
    .booking-s3 .location-details {
        width: 100%;
    }
}

.location-details-city {
    padding: 1.6rem 2rem 0;
}

.location-details-info {
    padding: 0 2rem 1.6rem 2rem;
}

@media (max-width: 991.98px) {
    .location-details-city {
        padding: 1rem 1.4rem 0;
    }

    .location-details-info {
        padding: 0 1.4rem 1rem 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .location-details-city {
        padding: 1rem 1.4rem 0;
    }

    .location-details-info {
        padding: 0 1.4rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .location-details-city {
        padding: 1rem 1.4rem;
        background: var(--c-dark);
    }
}

.booking-s3 .location-details span {
    font-size: .9rem;
    color: var(--c-dark);
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .booking-s3 .location-details span {
        font-size: .8rem;
        color: #FFF;
    }

    .booking-s3 .location-details span svg * {
        stroke: #FFF;
    }
}

.booking-s3 .location-details h3 {
    font-size: 1.3rem;
    color: var(--c-blue);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .booking-s3 .location-details h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .booking-s3 .location-details h3 {
        font-size: 1rem;
    }
}

.booking-s3 .location-details .form-label {
    margin-bottom: .2rem;
}

.booking-s3 .location-details input {
    width: 100%;
}

.booking-s3 .paxbags {
    padding: 2rem;
}

@media (max-width: 991.98px) {
    .booking-s3 .paxbags {
        padding: 1.5rem 1.4rem;
    }
}

.booking-s3 .paxbags>div {
    text-align: left;
}

.booking-s3 .paxbags .btn-outline-secondary {
    border-color: #D0D0D0;
    border-radius: 2px;
    background: #FFF;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .booking-s3 .paxbags .btn-outline-secondary {
        padding: .5rem;
    }
}

.booking-s3 .paxbags .form-label {
    margin-bottom: .2rem;
}

.booking-s3 .paxbags .form-control {
    text-align: center;
    font-weight: 600;
}

.booking-s3 .paxbags .form-text {
    font-size: .75rem;
}

/* Transfer details */

.booking-cart {
    position: fixed;
    right: 0;
    top: 150px;
    background: var(--c-back);
    border-top: 3px solid var(--c-blue);
    width: var(--cartw);
    z-index: 2;
    border-radius: 0 0 0 10px;
}

@media (max-width: 767.98px) {
    .booking-cart {
        right: 1rem;
        top: 69px;
        width: calc(100% - 2rem);
        box-shadow: 0 5px 40px rgba(0, 0, 0, .3);
        border-radius: 0 0 10px 10px;
        border-top: none;
        border-bottom: 3px solid var(--c-blue);
        padding-top: .5rem;
        background: #FFF;
        transition: background .3s;
    }
}

@media (max-width: 767.98px) {
    .booking-cart-closed {
        background: var(--c-dark);
        /* background: #002541; */
    }
}

.booking-cart h4 {
    font-size: 1.2rem;
    color: var(--c-dark);
    padding: .8rem 1.5rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding .3s, color .3s;
    font-weight: 800;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .booking-cart-closed h4 {
        padding: .8rem 1.6rem .8rem 1rem;
        color: #FFF;
    }

    .booking-cart:not(.booking-cart-closed) h4 {
        padding: .8rem 1.5rem;
    }
}

.booking-cart h4 span {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.booking-cart h4 b {
    font-size: .9rem;
    font-weight: 500;
    margin-left: auto;
}

.booking-cart h4 svg {
    transform: rotate(180deg);
    transition: transform .3s;
    margin-left: .5rem;
}

.booking-cart-closed h4 svg {
    transform: rotate(0);
}

@media (max-width: 767.98px) {
    .booking-cart h4 svg {
        transform: rotate(0);
    }

    .booking-cart-closed h4 svg {
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    .booking-cart h4 svg {
        display: none;
    }
}

.booking-cart-details {
    padding: .8rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    max-height: 400px;
    overflow: hidden;
    transition: max-height .3s, padding .3s, border .3s;
}

@media (max-width: 767.98px) {
    .booking-cart-closed .booking-cart-details {
        max-height: 0;
        padding: 0 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0);
    }
}

.booking-cart-detail {
    display: flex;
    margin-bottom: .5rem;
}

.booking-cart-detail:last-of-type {
    margin-bottom: 0;
}

.booking-cart-detail span {
    width: 20px;
    line-height: 100%;
    opacity: .4;
}

.booking-cart-detail span svg {
    transform: translateY(-2px);
    margin-right: .2rem;
}

.booking-cart-detail>div {
    display: flex;
    flex-direction: column;
    color: var(--c-dark);
    font-size: .8rem;
    line-height: 110%;
    width: calc(100% - 20px);
}

.booking-cart-detail>div label {
    color: var(--c-base);
    font-weight: 500;
    font-size: .7rem;
    white-space: nowrap;
}

.booking-cart-detail>div strong {
    font-weight: 600;
}

.booking-cart-detail>div strong em {
    font-style: normal;
    display: inline-block;
    padding: .2rem .3rem;
    background: #999;
    color: #FFF;
    line-height: 100%;
    font-size: .7rem;
    border-radius: 2px;
}

.booking-cart-detail>div b {
    color: var(--c-blue);
    font-weight: 600;
    font-size: .7rem;
}

.booking-cart-detail>div b svg {
    width: 18px;
    height: auto;
}

.booking-cart-detail>div b svg * {
    stroke: var(--c-blue);
    stroke-width: 2px;
}

.booking-cart-price {
    display: flex;
    flex-direction: column;
    padding: .8rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    transition: padding .3s, border .3s;
}

@media (max-width: 767.98px) {
    .booking-cart.booking-cart-closed .booking-cart-price {
        border-top: 1px solid rgba(0, 0, 0, 0);
        padding: 0 1.5rem;
        max-height: 0;
        overflow: hidden;
    }

    .booking-cart .booking-cart-price {
        max-height: 150px;
        padding: .8rem 1.5rem;
    }
}

.booking-cart-price .price-details {
    transition: padding .3s, border .3s;
}

@media (max-width: 767.98px) {
    .booking-cart-price .price-details {
        transition: padding .3s, max-height .3s;
        max-height: 100px;
        overflow: hidden;
    }

    .booking-cart-closed .booking-cart-price .price-details {
        max-height: 0;
        padding: 0;
    }
}

.booking-cart-price .price-details,
.booking-cart-price .price-total {
    display: flex;
    justify-content: space-between;
    padding: .2rem 0;
}

.booking-cart-price strong {
    font-size: .8rem;
    color: var(--c-dark);
    font-weight: 600;
}

.booking-cart-price .price-details strong {
    font-weight: 400;
}

.booking-cart-price .price-total strong:last-of-type {
    color: var(--c-green);
    font-size: 1rem;
}

.booking-cart-highlights {
    padding: .8rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    max-height: 400px;
    overflow: hidden;
    transition: max-height .3s, padding .3s, border .3s;
}

@media (max-width: 767.98px) {
    .booking-cart-closed .booking-cart-highlights {
        max-height: 0;
        padding: 0 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0);
    }
}

.booking-cart-highlight {
    display: flex;
    margin-bottom: .5rem;
    position: relative;
}

.booking-cart-highlight:last-of-type {
    margin-bottom: 0;
}

.booking-cart-highlight span {
    width: 20px;
    line-height: 100%;
}

.booking-cart-highlight span svg {
    transform: translateY(-2px);
}

.booking-cart-highlight>div {
    display: flex;
    flex-direction: column;
    color: var(--c-dark);
    font-size: .8rem;
    line-height: 110%;
    width: calc(100% - 20px);
}

.booking-cart-highlight>div label {
    font-weight: 600;
    color: var(--c-green);
}

.booking-cart-highlight>div strong {
    color: var(--c-base);
    font-weight: 500;
    font-size: .7rem;
}

.booking-cart-highlight button {
    position: absolute;
    top: -.15rem;
    right: -.5rem;
    padding: 0;
    line-height: 100%;
    border: none;
    background: transparent;
}

.booking-cart-highlight ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.booking-cart-highlight ul li {
    margin: .3rem .3rem 0 0;
}

.booking-cart-highlight ul li img {
    width: 30px;
    transform: scale(.9);
}

.booking-cart-highlight ul li img.stripe {
    width: 30px;
}

.booking-cart-highlight ul li img.paypal {
    width: 35px;
}

.booking-cart-highlight ul li img.visa {
    width: 27px;
}

.booking-cart-highlight ul li img.apple-pay {
    width: 30px;
}

.booking-cart-highlight ul li img.google-pay {
    width: 30px;
}

.booking-cart-highlight ul li img.mastercard {
    width: 24px;
}

.booking-cart-highlight ul li img.american-express {
    width: 39px;
}

/* Step 4 */

.booking-s4 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s4>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    max-width: 740px;
    margin: auto;
}

.booking-s4 .btn-vehicle {
    /* max-width: 400px; */
    max-width: calc(50% - 1rem);
    flex-direction: column;
    display: flex;
    margin: .5rem;
    align-items: center;
    padding: 2rem;
    background: var(--c-back) !important;
    border: 3px solid #FFF;
    border-radius: 10px;
    position: relative;
    transition: transform .2s, border .2s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .booking-s4 .btn-vehicle {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .booking-s4 .btn-vehicle {
        max-width: 100%;
    }
}

.booking-s4 .btn-check:checked+.btn-vehicle {
    border: 3px solid var(--c-blue);
    transform: scale(1.05);
}

.booking-s4 .btn-check:checked+.btn-vehicle::after {
    background: url(../images/icons/check.svg) no-repeat center var(--c-blue);
    content: "";
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    right: 1rem;
    top: -16px;
    position: absolute;
}

.booking-s4 .btn-vehicle span {
    font-size: .9rem;
    font-weight: 500;
    line-height: 100%;
}

.booking-s4 .btn-vehicle strong {
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
}

.booking-s4 .btn-vehicle img {
    max-width: 100%;
    height: auto;
}

.booking-s4 .btn-vehicle button {
    position: absolute;
    top: 0;
    left: 0;
    padding: .6rem .7rem;
    line-height: 100%;
    border: none;
    background: transparent;
}

.booking-s4 .btn-vehicle button svg * {
    stroke: var(--c-dark);
}

.booking-s4 .btn-vehicle em {
    position: absolute;
    bottom: .3rem;
    left: .3rem;
    right: .3rem;
    background: #FFF;
    font-style: normal;
    font-size: .8rem;
    padding: .4rem .6rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: var(--c-base);
    font-weight: 600;
}

.booking-s4 .btn-vehicle em i {
    margin-right: .8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-style: normal;
}

.booking-s4 .btn-vehicle em svg {
    opacity: .5;
    margin-right: .2rem;
}

.booking-s4 .btn-vehicle em b {
    margin-left: auto;
    font-weight: 600;
    color: var(--c-blue);
    font-size: .9rem;
}

/* Step 5 */

.booking-s5 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s5>label {
    background: var(--c-back) !important;
    margin: 1rem auto;
    border-radius: 10px;
    width: calc(100% - 2rem);
    max-width: 600px;
    display: flex;
    padding: 0;
    border: 3px solid #FFF !important;
    position: relative;
    transition: border .3s, transform .3s;
}

@media (max-width: 575.98px) {
    .booking-s5>label {
        flex-wrap: wrap;
    }
}

.booking-s5 .btn-check:checked+.btn {
    background: var(--c-back);
    border: 3px solid var(--c-blue) !important;
    transform: scale(1.01);
}

.booking-s5>label:last-of-type {
    margin-bottom: 2rem;
}

.booking-s5 .btn-check:checked+.btn::after {
    background: url(../images/icons/check.svg) no-repeat center var(--c-blue);
    content: "";
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    right: 1rem;
    top: -16px;
    position: absolute;
}

.booking-s5>label .extraphoto {
    width: 270px;
    background-size: cover !important;
    background-position: center !important;
    min-height: 270px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .1);
    border-radius: 7px 0 0 7px;
}

@media (max-width: 991.98px) {
    .booking-s5>label .extraphoto {
        width: 150px;
        min-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .booking-s5>label .extraphoto {
        width: 200px;
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .booking-s5>label .extraphoto {
        width: 100%;
        min-height: 200px;
        border-radius: 7px 7px 0 0;
    }
}

.booking-s5>label .extraphoto img {
    object-fit: cover;
}

.booking-s5 .extra-details {
    text-align: left;
    padding: 1.6rem 2rem;
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .booking-s5 .extra-details {
        width: calc(100% - 150px);
        padding: 1rem 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .booking-s5 .extra-details {
        width: calc(100% - 200px);
        padding: 1rem 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .booking-s5 .extra-details {
        width: 100%;
    }
}

.booking-s5 .extra-details h3 {
    font-size: 1.2rem;
    /* color: var(--c-blue); */
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .booking-s5 .extra-details h3 {
        font-size: 1.1rem;
    }
}

.booking-s5 .extra-details p {
    font-size: .8rem;
    line-height: 130%;
    margin-bottom: .6rem;
}

.booking-s5 .extra-details .readmore {
    font-size: .8rem;
    border: none;
    text-align: left;
    color: var(--c-blue);
    text-decoration: underline;
    padding: 0;
    background: transparent;
}

.booking-s5 .extra-details span {
    background: #FFF;
    margin: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: .9rem;
    font-weight: 500;
    color: var(--c-base);
    padding: 1rem;
}

.booking-s5 .extra-details span svg {
    margin-right: .3rem;
    opacity: .5;
    margin-left: 1rem;
}

.booking-s5 .extra-details span em {
    font-style: normal;
    padding-right: 1rem;
}

.booking-s5 .extra-details span em::before {
    content: "+";
}

.booking-s5 .btn-check:checked+.btn .extra-details span em::before {
    content: "-";
}

.booking-s5 .extra-details span i {
    font-style: normal;
    padding-right: 1rem;
}

.booking-s5 .extra-details .btn-primary {
    min-width: auto;
    font-size: .9rem;
    margin: .5rem 0 0;
}

.booking-s5 .extra-details .btn-secondary {
    width: auto;
    font-size: .9rem;
    display: none;
    opacity: .8;
    margin: .5rem 0 0;
}

.booking-s5 .btn-check:checked+.btn .btn-primary {
    display: none;
}

.booking-s5 .btn-check:checked+.btn .btn-secondary {
    display: inline-block;
}

.booking-s5 .extra-details .btn-primary svg {
    margin-right: .4rem;
}

.booking-s5 .extra-details .btn-primary svg * {
    fill: #FFF;
}

.booking-s5 .extra-cost {
}

.booking-s5 .extra-cost span {
    margin: 0;
    border-radius: 50px;
    padding: 3px 1rem;
    background: var(--c-main);
    background: rgba(0, 0, 0, .07);
    color: rgba(0, 0, 0, .6);
    font-size: .8rem;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
    transition: background .5s, color .5s;
}

.booking-s5 .btn-check:checked+.btn .extra-cost span {
    background: var(--c-blue);
    color: #FFF;
}

.booking-s5 .extra-cost span b {
    margin: 0 .4rem;
    border-radius: 30px;
    padding: 0 .6rem;
    background: #FFF;
    color: var(--c-blue);
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    font-size: 1rem;
}

.pax-group {
    border-radius: 50px;
    padding: 5px 1rem 5px 5px;
    background: var(--c-main);
    background: rgba(0, 0, 0, .07);
    color: rgba(0, 0, 0, .6);
    font-size: .8rem;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
    transition: background .5s, color .5s;
}

.booking-s5 .btn-check:checked+.btn .pax-group {
    background: var(--c-blue);
    color: #FFF;
}

.pax-group .input-group-text {
    background: none;
    border: none;
    color: rgba(0, 0, 0, .6);
    font-size: .8rem;
    font-weight: 600;
    padding-right: 0;
    transition: background .5s, color .5s;
}

.booking-s5 .btn-check:checked+.btn .pax-group .input-group-text {
    color: #FFF;
}

.pax-group .form-control {
    border-radius: 30px;
    border: none;
    font-weight: 700;
    color: var(--c-blue);
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    appearance: auto;
}

/* Step 6 */

.booking-s6 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s6>div {
    background: var(--c-back);
    margin: 0 auto 2rem;
    border-radius: 10px;
    width: calc(100% - 2rem);
    max-width: 800px;
    padding: 1rem 2rem 2rem;
    text-align: left;
}

@media (max-width: 575.98px) {
    .booking-s6>div {
        padding: 1rem 1.5rem 1.5rem;
    }
}

.booking-s6 .form-label {
    margin: .7rem 0 0;
    font-weight: 600;
    line-height: 100%;
}

/* Step 7 */

.booking-s7 {
    text-align: center;
    padding: 0 0 6rem;
}

.booking-s7 h2 {
    color: var(--c-green);
    margin-top: 1rem;
}

.booking-s7 .btn-success {
    background: #32C81C;
    background: linear-gradient(180deg, rgba(50, 200, 28, 1) 0%, rgba(22, 170, 0, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    margin-top: 2rem;
}

.booking-s7 .btn-success svg {
    margin-right: .5rem;
}

/* Step 3 Tours */

.booking-sb3 {
    text-align: center;
    padding: 0;
}

.booking-sb3>div {
    background: var(--c-back);
    margin: 0 auto 2rem;
    border-radius: 10px;
    width: calc(100% - 2rem);
    max-width: 600px;
    padding: 2rem;
}

@media (max-width: 575.98px) {
    .booking-sb3>div {
        flex-wrap: wrap;
    }
}

.booking-sb3 .b2-form .form-label {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.booking-sb3 .b2-from .bootstrap-select,
.booking-sb3 .b2-to .bootstrap-select {
    width: 100% !important;
}

.booking-sb3 .paxbags {}

@media (max-width: 991.98px) {
    .booking-sb3 .paxbags {}
}

.booking-sb3 .paxbags>div {
    text-align: left;
}

.booking-sb3 .paxbags .btn-outline-secondary {
    border-color: #D0D0D0;
    border-radius: 2px;
    background: #FFF;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .booking-sb3 .paxbags .btn-outline-secondary {
        padding: .5rem;
    }
}

.booking-sb3 .paxbags .form-label {
    margin-bottom: .2rem;
}

.booking-sb3 .paxbags .form-control {
    text-align: center;
    font-weight: 600;
}

.booking-sb3 .paxbags .form-text {
    font-size: .75rem;
}

/* Modals */

.modal h1 {
    font-size: 1.6rem;
}

.modal h2 {
    font-size: 1.3rem;
}

.modal p {
    font-size: .9rem;
}

.modal .btn-primary {
    justify-content: center;
    max-width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    min-width: 300px;
    margin: auto;
    border-radius: 10px;
    font-weight: 600;
}

.modal .gallery-img {
    width: 100%;
}

.included,
.notincluded {
    font-size: .9rem;
}

.included ul,
.notincluded ul {
    padding: 0;
    list-style: none;
}

.included ul li,
.notincluded ul li {
    padding-left: 25px;
    font-size: .9rem;
}

.included ul li {
    background: url(../images/icons/included.svg) no-repeat 0 center;
}

.notincluded ul li {
    background: url(../images/icons/not-included.svg) no-repeat 0 center;
    padding-left: 20px;
}

/* Pagina servizio */

.service .tour-description .section-header {
    padding: 4rem 0 0;
    text-align: left;
}

@media (max-width: 575.98px) {
    .service .tour-description .section-header {
        padding: 1rem 0 0;
    }
}

/* .service .section-header h1 {
    line-height: 110%;
    margin-bottom: .5rem;
} */

.service-details {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service-details span {
    font-size: .8rem;
    color: var(--c-dark);
    margin: 1rem;
    font-weight: 600;
}

.service-details span svg {
    margin-right: .2rem;
}

.tour-description {
    font-size: .9rem;
    padding: 0 2.5rem !important;
}

@media (max-width: 575.98px) {
    .tour-description {
        padding: 0 1.5rem !important;
    }
}

.whats-included {
    font-size: .9rem;
    /* padding: 0 2.5rem !important; */
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

@media (max-width: 575.98px) {
    .whats-included {
        flex-wrap: wrap;
    }
}

.whats-included>div {
    background: var(--c-back);
    border-radius: 10px;
    padding: 1rem 1.3rem;
    width: calc(50% - .5rem);
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .whats-included>div {
        width: 100%;
    }
}

.whats-included ul {
    margin-bottom: 0;
}

.whats-included .included,
.whats-included .notincluded {
    padding: .5rem 0 0;
    list-style: none;
}

.whats-included .included li,
.whats-included .notincluded li {
    padding-left: 25px;
    font-size: .9rem;
    line-height: 120%;
    margin-bottom: .3rem;
}

.whats-included .included li {
    background: url(../images/icons/included.svg) no-repeat 0 2px;
}

.whats-included .notincluded li {
    background: url(../images/icons/not-included.svg) no-repeat 3px 2px;
}

.service .photogallery {
    background: var(--c-back);
    border-radius: 10px;
    /* margin: 1rem; */
}

.service .splide__slide {
    max-width: 100%;
}

.service .splide__slide img {
    max-height: 100%;
    max-width: 100%;
}

.service .splide__arrow {
    background: #FFF;
    opacity: 1;
    border-radius: 0;
    width: 3rem;
    height: 3rem;
}

.service .splide__arrow svg {
    display: none;
}

.service .splide__arrow--prev {
    background: #FFF url(../images/icons/left.svg) no-repeat center /60%;
}

.service .splide__arrow--next {
    background: #FFF url(../images/icons/right.svg) no-repeat center /60%;
}

/* Elenco servizi */

.tours-list {
    display: flex;
    flex-wrap: wrap;
    --gap: 1.5rem;
    gap: 2rem var(--gap);
    margin-bottom: 4rem;
}

@media (max-width: 575.98px) {
    .tours-list {
        padding: 0 1rem;
    }
}

.tours-list .tour {
    /* width: calc(25% - ((var(--gap) * 3) / 4)); */
    width: calc(33.3% - ((var(--gap) * 2) / 3));
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--c-back);
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .tours-list .tour {
        width: calc(33.3% - ((var(--gap) * 3) / 4));
    }
}

@media (max-width: 991.98px) {
    .tours-list .tour {
        width: calc(50% - ((var(--gap) * 3) / 4));
    }
}

@media (max-width: 767.98px) {
    .tours-list .tour {
        width: calc(50% - ((var(--gap) * 3) / 4));
    }
}

@media (max-width: 575.98px) {
    .tours-list .tour {
        width: 100%;
    }
}

.tours-list .tour img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 17px rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.tours-list .tour>strong {
    display: block;
    font-weight: 700;
    font-style: italic;
    font-size: 1rem;
    margin-bottom: .7rem;
    line-height: 130%;
    padding: 0 1rem;
}

.tours-list .tour a {
    color: var(--c-main);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.tours-list .tour a i {
    display: inline-block;
    background: url(../images/icons/viceversa2.svg) no-repeat center;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: .2rem .5rem;
    transform: rotate(90deg);
}

.tours-list .tour p {
    font-size: .8rem;
    margin-bottom: 0;
    line-height: 130%;
    padding: 0 1rem;
}

.tours-list .tour .duration {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFF;
    font-size: .8rem;
    font-weight: 600;
    padding: .4rem .7rem .5rem;
    display: inline-block;
    border-radius: 2px;
    color: var(--c-dark);
}

.tours-list .tour .btn-details {
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    background: var(--c-back);
    padding: 1rem;
    line-height: 100%;
    border-radius: 5px;
    font-weight: 700;
    margin-top: auto;
    font-style: italic;
    text-transform: lowercase;
    /* color: var(--c-main); */
}

/* Terms of use */

.terms-of-use h2 {
    font-size: 1.2rem;
    color: var(--c-dark);
}

.terms-of-use p {
    font-size: .8rem;
}

.terms-of-use p {
    font-size: .8rem;
}

/* Whatsapp */

.whatsapp {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: block;
    width: 67px;
    height: 67px;
    border-radius: 40px;
    background: #25D366;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s;
}

.whatsapp:hover {
    transform: scale(1.2);
}

/* Contacts */

.contact-us>div {
    background: var(--c-back);
    margin: 0 auto 2rem;
    border-radius: 10px;
    width: calc(100% - 2rem);
    max-width: 800px;
    padding: 1rem 2rem 2rem;
    text-align: left;
}

@media (max-width: 575.98px) {
    .contact-us>div {
        padding: .8rem 1.3rem 1.3rem;
    }
}

.contact-us .form-label {
    margin: .7rem 0 0;
    font-weight: 600;
    line-height: 100%;
    font-size: .8rem;
    color: var(--c-dark);
}

.contact-us .form-control {
    border-radius: 2px;
    border: 1px solid #D0D0D0;
    font-size: .9rem;
}

.contact-us .form-select {
    border-radius: 2px;
    border: 1px solid #D0D0D0;
    font-size: .9rem;
}

.contact-us .btn-primary {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    margin: auto;
    border-radius: 40px;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2rem;
}

.contact-us .btn-primary svg {
    display: none;
}

.contact-us .form-check-label {
    font-weight: 500;
    font-size: .8rem;
    color: var(--c-dark);
}

.contact-us-ok {
    text-align: center;
    padding: 3rem 0 0;
}

.contact-us-ok h2 {
    color: var(--c-green);
    margin-top: 1rem;
}

.contact-us-ok .btn-success {
    background: #32C81C;
    background: linear-gradient(180deg, rgba(50, 200, 28, 1) 0%, rgba(22, 170, 0, 1) 100%);
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    margin-top: 2rem;
}

.contact-us-ok .btn-success svg {
    margin-right: .5rem;
}

/* Gallery */

.gallery {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.gallery li {
    width: 25%;
    padding: 1rem;
}

@media (max-width: 1199.98px) {
    .gallery li {
        width: 33%;
    }
}

@media (max-width: 991.98px) {
    .gallery li {
        width: 50%;
    }
}

.gallery li img {
    width: 100%;
}

/* About us */

.about-us-section p {
    font-size: .9rem;
}

.highlight {
    padding: 2rem;
    background: var(--c-back);
}

@media (max-width: 575.98px) {
    .highlight {
        padding: 1.2rem;
    }
}

.highlight p {
    font-size: 1rem;
    color: var(--c-dark);
    margin: 0;
}

@media (max-width: 575.98px) {
    .highlight p {
        font-size: .9rem;
    }
}

.about-us-section h2 {
    color: var(--c-dark);
    font-size: 1.5rem;
}

.about-us-section li {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.about-us-section li strong,
.about-us-section p strong {
    font-weight: 600;
    color: var(--c-dark);
}

.eurolimo-about {
    float: left;
    width: 480px;
    height: auto;
    transform: rotate(-4deg);
    box-shadow: -10px 30px 60px rgba(0, 0, 0, .3);
    border: 10px solid #FFF;
    margin: -3rem 3rem 5rem 2rem;
}

@media (max-width: 991.98px) {
    .eurolimo-about {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        /* padding: 1rem 0; */
    }
}

/* Tours across Italy */

.tours-across-italy-section p {
    font-size: .9rem;
}

.tours-across-italy-section h2 {
    color: var(--c-dark);
    font-size: 1.5rem;
}

.tours-across-italy-section li {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.tours-across-italy-section li strong,
.tours-across-italy-section p strong {
    font-weight: 600;
    color: var(--c-dark);
}

/* Firma */

#jamstudio {
    width: auto;
    height: 1.625rem;
}

.logo-signature {
    fill: #FFF;
}