html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li {
    color: #4d5f74;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4f6fc;
}

.background-image {
    background: url("../assets/img/pexels-the-lazy-artist-gallery-1352857.webp") no-repeat top/cover;
    height: 100vh;
    /* -webkit-mask: url('../assets/img/pexels-stephane-hurbe-2417260_mask2.webp') no-repeat center/cover; */
    -webkit-mask-position: inherit;
    width: 100%;
}

.hero-text {
    position: absolute;
    margin-top: 11rem;
    max-width: 100vh;
}

.hero-form {
    position: absolute;
    margin-top: 17rem;
    margin-left: 8rem;
    max-width: 50rem;
}

.btn-hero-submit {
    background-color: #78c1e8!important;
    display: block;
    width: 40px;
}

.btn-hero-submit-icon {
    background: url('https://api.iconify.design/basil/search-outline.svg?color=white&width=30&height=30') no-repeat center center / contain;
}

.btn-hero-submit:hover {
    background-color: #5487a2;
    color: white;
}

.main-bg-color {
    background-color: #e0c36b !important;
}

.nav-secondary-bg-color {
    background-color: #fff;
}

.hero-location-col {
    display: inline-flex;
    position: relative;
    width: 30rem;
    max-width: calc(100vw - 24px);
}

.hero-form-select {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    width: 50%;
}

select option:disabled .hero-form-select {
    opacity: .5;
}

#booking_info {
    border-left: 2px #dee2e6 solid;
}

.card-shadow {
    box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 7px -2px rgba(0, 0, 0, 0.2);
}

.submit-btn {
    display: inline-block;
    background-color: #78c1e8;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
    border-radius: 1rem;
}

.submit-btn:hover {
    background-color: #5487a2;
}

.btn-main-color {
    color: #fff;
    background-color: #78c1e8;
}

.btn-main-color:hover {
    color: #fff;
    background-color: #5487a2 !important;
}

span.selectedOfferDetail,
li.selectedBookingDetail,
label.selectedOfferDetail {
    font-size: .875rem;
    display: block;
    line-height: 1.5;
}

span.selectedBookingDetail,
ul.selectedBookingDetail,
label.selectedBookingDetail {
    font-size: .875rem;
    line-height: 1.5;
}

span.notice_font,
label.notice_font {
    font-size: .75rem;
    line-height: 1.5;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    display: none;
}

.loading-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    /* Make sure the loading screen is on top of the overlay */

    /* Add your custom styles here */
    filter: invert(100%);
}

.select-in-time {
    background-color: transparent;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    color: white;
    width: 30%;
    border-radius: 0 4px 4px 0;
}

.select-out-time {
    background-color: transparent;
    display: block;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    color: white;
    width: 30%;
}


/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hero-text {
        position: absolute;
        margin-top: 11rem;
        max-width: 30rem;
    }

    .select-in-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        width: 30%;
        border-radius: 0 4px 4px 0;
    }

    .select-out-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        color: white;
        width: 30%;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-text {
        position: absolute;
        margin-top: 11rem;
        margin-left: 8rem;
        max-width: 30rem;
    }

    .select-in-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        width: 20%;
        border-radius: 0;
    }

    .select-out-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        color: white;
        width: 20%;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-text {
        position: absolute;
        margin-top: 11rem;
        margin-left: 8rem;
        max-width: 30rem;
    }

    .select-in-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        width: 20%;
    }

    .select-out-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        color: white;
        width: 20%;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-text {
        position: absolute;
        margin-top: 11rem;
        margin-left: 8rem;
        max-width: 30rem;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .select-in-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        width: 20%;
    }

    .select-out-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        color: white;
        width: 20%;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .hero-text {
        position: absolute;
        margin-top: 11rem;
        margin-left: 8rem;
        max-width: 30rem;
    }

    .select-in-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        width: 20%;
    }

    .select-out-time {
        background-color: transparent;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        font-size: 13px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        color: white;
        width: 20%;
    }
}