@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;family=Domine:wght@400;500;600;700&amp;family=Open+Sans:wght@300;400;500;600;700&amp;display=swap');
@import url('../fonts/d-dine/style.css');
:root {
    --bs-dark: #1E1F27 !important;
}


/*===== Domain FOnt =========*/

@font-face {
    font-family: "DomaineDispCondSemibold-Italic";
    src: url("../fonts/domaine-display-narrow-cufonfonts/DomaineDispNar-SemiboldItalic.otf");
    /* IE9*/
}

@font-face {
    font-family: "D-DINExp";
    font-weight: 300;
    src: url("../fonts/d-dine/D-DINExp.ttf") format("truetype");
    /* IE9*/
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "D-DINExp, sans-serif;

}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: var(--bs-warning);
}

p {
    color: #454646;
    font-family: 'D-DINExp', sans-serif !important;
}

.font-abril {
    font-family: 'Abril Fatface', cursive;
}

.lead-title {
    font-family: "Abril Fatface" !important;
    /* font-weight: 700; */
    font-size: 3rem;
    text-transform: capitalize;
}

.services-title {
    font-family: "Abril Fatface" !important;
    font-size: 2rem;
    text-transform: capitalize;
}


/* .bg-service div.bg:first-child {
    background-color: #f7f7f7;
} */

.list-destination ul {
    text-align: center;
    font-weight: 500;
}

#vehicles {
    background-color: #f7f7f7;
}

.bg-marker {
    background-image: url(../images/static/Group-1000004743.jpg);
}

@media (max-width: 992px) {
    .bg-marker {
        background-image: url(../images/static/black-car-garage01.jpg);
    }
    .lead-title {
        font-size: 2rem;
    }
    .services-title {
        font-size: 1.5rem;
    }
    .list-destination ul {
        text-align: center;
    }
    .navbar-expand-lg .navbar-collapse {
        background-color: #eee;
        /* border-radius: 0.5rem; */
    }
}

.title-after-border {
    position: relative;
    padding-bottom: 1rem;
}

.title-after-border::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 120px;
    height: 3px;
    background-color: var(--bs-warning);
    bottom: -1px;
    left: 0;
}

.lead-link {
    color: var(--bs-dark);
}

.lead-link:hover {
    color: var(--bs-secondary);
}


/*=================== Navbar ====================*/

.nav-header {
    width: 100%;
    background-color: #ffffffa8;
    transition: all .1s;
}

.nav-set-to-top {
    background-color: var(--bs-dark);
    margin-top: -1px;
}

.sticky-brand img,
.navbar-brand-sm img {
    width: 220px;
    max-width: 100%;
    height: auto;
    max-height: 40px;
}

@media screen and (min-width: 992px) {
    .navbar-brand-sm {
        display: none;
    }
}

.nav-set-fixed .navbar-brand-sm {
    display: block;
}

@keyframes move {
    from {
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    @keyframes move {
        from {
            margin-top: 12px;
        }
    }
}

.nav-set-fixed {
    background-color: var(--bs-dark);
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    margin-top: -1px;
    animation-name: move;
    animation-duration: .3s;
    animation-iteration-count: 1;
}

.no-transition.nav-set-fixed {
    animation: none !important;
}


/*============== Banner ===============*/

.home-banner,
.slim-banner {
    position: relative;
    width: 100%;
    background: #000000 no-repeat center;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
    .section-over-banner {
        position: relative;
        margin-top: -16vw;
        z-index: 100;
    }
    .section-over-slim-banner {
        position: relative;
        margin-top: -10vw;
        z-index: 100;
    }
}

.banner-content {
    /* min-height: 100vh; */
    min-width: 100%;
    /* position: absolute;
    top: 0; */
    /* z-index: 10; */
    /* padding-top: 1rem; */
    /* padding-bottom: 2rem; */
    /* background-color: rgba(0, 0, 0, .15); */
}

.banner-content-spacing {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .banner-content {
        /* min-height: 100vh; */
    }
    .slim-banner .banner-content {
        /* min-height: 50vh; */
    }
}

.nav-menu>.nav-item>.nav-link {
    color: var(--bs-dark);
    font-weight: 600;
    /* font-size: 1.15rem; */
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-family: 'D-DINExp', sans-serif !important;
}

.nav-menu>.nav-item>.nav-link:hover,
.nav-menu>.nav-item>.nav-link:focus {
    color: var(--bs-dark);
}

.btn-flat {
    padding: 10px 24px;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .btn-flat {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn-dark:hover {
    color: var(--bs-warning);
}

.btn-maroon {
    background-color: #680909;
    border-color: #680909;
    color: #ffffff;
}

.btn-maroon:hover {
    background-color: #460606;
    border-color: #460606;
    color: #ffffff;
}

::selection {
    background-color: var(--bs-warning);
    color: #ffffff;
}


/*======= Vertical Card ===========*/

.vertical-card::before {
    --bs-aspect-ratio: calc(4 / 3 * 100%)
}

.card-overlay-effect {
    background-color: rgba(0, 0, 0, .1);
    transition: all .3s;
}

.card-overlay-effect:hover {
    background-color: rgba(0, 0, 0, .3);
}


/*============ Footer ==================*/

.footer-social-btn {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #DDDDDD;
}

.footer-social-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*========== Car Card ================*/

.sqr-book-card-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: -1.5rem;
}

.sqr-book-card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}

.sqr-book-card>* {
    position: relative;
}

.sqr-book-card-body {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    z-index: 1;
}

.sqr-book-card-body::after {
    content: '';
    position: absolute;
    height: 33.33%;
    width: 100%;
    background-color: var(--bs-dark);
    bottom: -24px;
    z-index: -1;
    border-top-left-radius: 50%;
    border-top-right-radius: 4px;
}

.sqr-book-card-footer {
    padding: 0 1rem 1rem 1rem;
    z-index: 1;
}

.sqr-book-card-title-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.icon-image {
    width: auto;
    max-width: 20px;
    height: auto;
}

.contact-form .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom-width: 2px;
    padding-left: 0;
    padding-right: 0;
    resize: none;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
    box-shadow: none;
    border-color: var(--bs-dark);
}

.contact-form label {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-form ::placeholder {
    font-size: 12px;
}


/*============ Blog ==============*/


/*.blog-item {*/


/*    position: relative;*/


/*    height: 100%;*/


/*    display: -webkit-flex;*/


/*    display: flex;*/


/*    -webkit-flex-direction: column;*/


/*    flex-direction: column;*/


/*    border: 1px solid #dddddd;*/


/*    background-color: #ffffff;*/


/*}*/


/*============== Blog ===================*/

.blog-item {
    border: 1px solid #eeeeee;
    background-color: var(--white);
    overflow: hidden;
    height: 100%;
    border-radius: .25rem;
}

.blog-item:hover {
    border-color: #dddddd;
}

.blog-img-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.blog-img-box::after {
    content: '';
    position: absolute;
    height: calc(100% + 60px);
    width: 64px;
    background-color: rgba(255, 255, 255, .4);
    top: -30px;
    left: -100%;
    transform: rotate(15deg);
    transition: all .5s;
}

.blog-item:hover .blog-img-box::after {
    left: calc(100% + 60px);
}

.blog-img-box::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.blog-img-box .blog-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.blog-content {
    position: relative;
    padding: 1rem;
}

.blog-content p {
    font-family: 'Open Sans', sans-serif;
}

.blog-title {
    display: block;
    color: var(--bs-dark);
}

.blog-overlay-tag {
    position: absolute;
    top: -1rem;
    font-size: 14px;
    font-weight: 500;
}

.font-13 {
    font-size: 13px !important;
}

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


/*============= Width by pixel ================*/

.w-15px {
    display: inline-block;
    width: 15px;
}

.w-20px {
    display: inline-block;
    width: 20px;
}

.w-25px {
    display: inline-block;
    width: 25px;
}

.w-30px {
    display: inline-block;
    width: 30px;
}

.w-35px {
    display: inline-block;
    width: 35px;
}

.booking-tab-card {
    background-color: rgba(50, 50, 50, .5);
}

.tab-card-body {
    background-color: rgba(0, 0, 0, .3);
    padding: .5rem 1rem;
}

.booking-tab {
    display: -webkit-flex;
    display: flex;
}

.booking-tab>* {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wrapping-input {
    display: block;
    text-align: center;
    cursor: pointer;
}

.wrapping-input input {
    display: none;
}

.wrapping-input .wrapping-input-text {
    display: block;
    padding: .75rem 1.5rem;
    color: var(--bs-warning);
    font-weight: 600;
}

.wrapping-input input:checked~.wrapping-input-text {
    background-color: #424242;
    color: #ffffff;
}

.service-item {
    color: #666666;
}

.service-item:hover {
    color: #333333;
}


/*============ card-card ============*/

.car-item {
    border-top: 1px solid #eeeeee;
    /*box-shadow : 0 1px 2px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 4px;
}

.car-card-content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.car-item-title {
    font-size: 18px;
    font-weight: bold;
}

.car-card-content .card-content-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.car-card-content .card-content-body {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 1rem;
}


/*@media screen and (min-width: 1200px) {*/


/*    .car-card-content .card-content-header {*/


/*        padding-left: 1.5rem;*/


/*        padding-right: 1.5rem;*/


/*    }*/


/*    .car-card-content .card-content-body {*/


/*        padding: 1rem 1.5rem;*/


/*    }*/


/*}*/

.card-card-image {
    position: relative;
    height: 100%;
}

.card-card-image img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card-content-footer {
    display: -webkit-flex;
    display: flex;
}

.card-content-footer>* {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 12px;
    color: var(--muted);
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content-footer>*:last-child {
    border: none;
}

.aside-booking-form {
    background-color: #ffffff;
}

.aside-booking-form input {
    padding: .6rem 1rem;
}

.aside-booking-form .input-group-text {
    padding: .6rem;
    text-align: center;
    display: inline-block;
}

.aside-booking-form ::placeholder {
    font-size: 12px;
    color: #aaaaaa;
}

.aside-booking-form .input-group-text {
    color: #999999;
    border-left: 0;
    background-color: #ffffff;
}

.aside-booking-form label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}


/*=============== custom-shadow ================*/

.custom-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.card-list-dashed>li {
    border-style: dashed;
    /* padding-top: .75rem;
    padding-bottom: .75rem; */
}

.offer-check-item-text {
    font-weight: 600;
    color: #999999;
    font-size: 16px;
}


/*====== Service ========*/

.service-table {
    background-color: var(--bs-white);
    vertical-align: middle;
}

.service-table th:nth-child(3),
.service-table td:nth-child(3) {
    text-align: center;
}

.service-table thead th:last-child,
.service-table tbody td:last-child {
    text-align: right;
}

.service-table thead th:nth-child(2) {
    min-width: 220px;
}

.service-table thead th {
    /*color: var(--bs-white);*/
    /*background-color: #6C7AE0;*/
    background-color: #f0f0f0;
    padding: 1rem;
    border-bottom-width: 0;
}

.service-table th:first-child {
    border-left: 1px solid #f0f0f0;
}

.service-table th:last-child {
    border-right: 1px solid #f0f0f0;
}

.service-table tbody tr td {
    padding: 1rem;
    border: none;
}

.service-table tbody tr:nth-child(even) td {
    background-color: #fafafa;
}

.service-table th,
.service-table td {
    font-size: 13px;
    color: var(--muted);
}

.service-table td:first-child {
    border-left: 1px solid #eeeeee;
    width: 40px;
}

.service-table td:nth-child(2) {
    width: 50%;
}

.service-table td:last-child {
    border-right: 1px solid #eeeeee;
}

.service-table tbody tr:last-child td {
    border-bottom-color: #eeeeee !important;
}

.service-table tfoot tr td {
    border-radius: 4px;
}

.service-table tfoot tr td:last-child {
    border-bottom-left-radius: 4px;
}

.service-table tfoot tr td:last-child {
    border-bottom-right-radius: 4px;
}

.service-table select {
    min-width: 60px;
    width: auto;
    display: inline-block;
    font-size: 12px;
    color: #666666;
}


/*=============== Custom File Input ==================*/

.modified-custom-file {
    cursor: pointer;
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
}

.modified-custom-file input {
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
    padding: .475rem .75rem;
    font-size: .875rem;
}

.modified-custom-file .custom-file-label {
    padding: .475rem .75rem;
    font-size: .875rem;
    background: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
    /*border   : 1px solid #dddddd;*/
    cursor: pointer;
    white-space: nowrap;
}

.modified-custom-file .custom-file-label::after {
    height: calc(1.5em + .5rem);
    padding: .25rem .5rem;
    background: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
    cursor: pointer;
}

.modified-custom-file .custom-file-label::before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.modified-custom-file .custom-file-input::file-selector-button {
    display: none;
}

.checkout-form .form-select,
.checkout-form .form-control {
    padding: .75rem 1rem;
    font-size: 14px;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.checkout-form .form-control::placeholder {
    font-size: 12px;
}

.checkout-form .form-label {
    font-size: 12px;
    margin-bottom: .5rem;
    color: #676767;
    text-transform: uppercase;
    font-weight: 600;
}

.modified-custom-file .form-label {
    margin-bottom: 0;
}


/*======== vehicle-info ============*/

.info-table {
    border-radius: 4px;
}

.info-table tr td {
    font-size: 13px;
    padding: .5rem 1rem;
    border: 1px dashed #ddd8d8;
    border-radius: 4px;
}


/*============  well vertic indicate carousel ================*/

.well-vertic-indicate-carousel .carousel-indicators {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    margin: 0;
    position: absolute;
    flex-direction: column-reverse;
}

.well-vertic-indicate-carousel .carousel-indicators>li {
    background-color: #000;
    opacity: 1;
    width: 15px;
    transition: .3s ease;
    height: 3px;
    border: 0;
    margin-bottom: 10px;
}

.well-vertic-indicate-carousel .carousel-indicators>li.active {
    width: 50px;
    position: relative;
    transition: .3s ease;
}

.well-vertic-indicate-carousel .carousel-item img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.well-vertics-after-box {
    position: relative;
    margin-left: 70px;
    margin-bottom: 70px;
    z-index: 1;
}

.well-vertics-after-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    top: 70px;
    left: -70px;
    right: 30px;
    border: 30px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .well-vertics-after-box {
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .well-vertics-after-box:after {
        top: 40px;
        left: -40px;
        right: 40px;
        border: 20px solid rgba(0, 0, 0, 0.1);
        z-index: -1;
    }
}

.after-stroke {
    position: relative;
}

.after-stroke:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #000;
    bottom: 0;
    left: 0;
}

.stroke-lg:after {
    width: 150px;
}

.stroke-md:after {
    width: 115px;
}

.stroke-sm:after {
    width: 80px;
}

.stroke-white:after {
    background-color: #fff;
}

.stroke-charter:after {
    background-color: #D5DD02;
}

.stroke-center:after {
    left: 50%;
    transform: translateX(-50%);
}

.text-extra-bold {
    font-weight: bolder;
}


/*============= Text viewport size ==============*/

.text-10vw {
    font-size: 10vw;
}

.text-9vw {
    font-size: 9vw;
}

.text-8vw {
    font-size: 8vw;
}

.text-7vw {
    font-size: 7vw;
}

.text-6vw {
    font-size: 6vw;
}

.text-5vw {
    font-size: 5vw;
}

.text-4vw {
    font-size: 4vw;
}

.text-3vw {
    font-size: 3vw;
}

.text-2vw {
    font-size: 2vw;
}

.text-1vw {
    font-size: 1vw;
}


/*============= End Text viewport size ==============*/


/*============ Service Section ==========*/

.service-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    transition: .3s ease-in-out;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    padding: .5rem 1rem;
}

.service-item:hover {
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.3);
    transition: .3s ease-in-out;
}

.service-icon-box {
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-icon {
    display: block;
    position: relative;
    font-size: 28px;
    color: var(--muted-dark);
    text-align: center;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    border: 1px solid var(--bs-dark);
}

.service-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-icon:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: var(--bs-dark);
    bottom: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}

.service-icon:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: var(--bs-dark);
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}

.service-item:hover .service-icon:before,
.service-item:hover .service-icon:after {
    height: 30px;
    width: 2px;
    transition: .3s ease-in-out;
}

@media screen and (min-width: 992px) {
    .btn-lg-secondary {
        background-color: var(--bs-secondary);
        color: #ffffff;
        border-color: var(--bs-secondary);
    }
    .btn-lg-secondary:hover {
        background-color: #49757d;
        color: #ffffff;
        border-color: #49757d;
    }
}


/*================= 23-02-2022 =======================*/

.reservation-form.reservation-form-2 {
    width: 92%;
    max-width: 468px;
    /*border : 12px solid rgba(242, 247, 248, .75);*/
}

.reservation-form.reservation-form-2 .tab-content {
    background-color: rgba(33, 37, 41, .6);
    /*backdrop-filter: blur(10px);*/
    padding: 1.5rem;
    border-radius: .5rem;
}

.reservation-form.reservation-form-2 .nav-tabs {
    border-bottom: 0;
}

.reservation-form-2.reservation-form-2 .nav-tabs>*.active {
    background-color: rgba(18, 62, 72, .8);
    color: #eeeeee;
}

.reservation-form.reservation-form-2 .nav-tabs>* {
    position: relative;
    background-color: rgba(18, 62, 72, .3);
    color: #FFFFFF;
    height: 80px;
    width: 100px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
}

.reservation-form.reservation-form-2 .nav-tabs>*::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    top: -1px;
    left: 0;
}

.reservation-form.reservation-form-2 .nav-tabs>*.active::before {
    background-color: var(--bs-warning);
}

.reservation-form.reservation-form-2 .form-control::placeholder {
    font-size: 13px;
}

.reservation-form.reservation-form-2 .form-control {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: .5rem .25rem .5rem 1rem;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
}

.reservation-form.reservation-form-2 .input-group-prepend~.form-control {
    padding-left: 2.5rem;
}

.reservation-form.reservation-form-2 .form-control:focus {
    outline: none;
    box-shadow: none;
}

.reservation-form.reservation-form-2 .input-group-text {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    color: var(--bs-warning);
    font-size: 16px;
    background-color: transparent;
}

.reservation-form.reservation-form-2 .input-group-prepend {
    position: absolute;
    z-index: 1000;
    top: .7rem;
    left: .72rem;
}

.reservation-form.reservation-form-2 .reservation-form-btn {
    padding: .5rem 1.5rem;
    font-size: 15px;
    font-weight: 900;
    background-color: #ffffff36;
    border-color: #606161;
    color: #FFCA07;
    /*background-color: var(--bs-warning);*/
    text-transform: uppercase;
}

.reservation-form.reservation-form-2 .reservation-form-btn:hover {
    background-color: #1c1f231a;
}

.reservation-form.reservation-form-2 .save-form-btn {
    padding: .5rem 1.5rem;
    font-size: 14px;
    font-weight: 900;
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #FFFFFF;
    /*background-color: var(--bs-warning);*/
    text-transform: uppercase;
}

.reservation-form.reservation-form-2 .save-form-btn:hover {
    background-color: #1c1f231a;
}

@media screen and (max-width: 767px) {
    .reservation-form.reservation-form-2 .form-control {
        padding: .5rem .25rem .5rem .75rem;
    }
    .reservation-form.reservation-form-2 .input-group-prepend~.form-control {
        padding-left: 1.75rem;
    }
    .reservation-form.reservation-form-2 .reservation-form-btn {
        padding: .5rem 1.5rem;
    }
    .reservation-form.reservation-form-2 .nav-tabs>* {
        flex-grow: 1;
    }
    .reservation-form.reservation-form-2 .input-group-prepend {
        top: .6rem;
        left: .4rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .reservation-form.reservation-form-2 .reservation-form-btn {
        padding: .5rem 1.5rem;
    }
}

.reservation-form.reservation-form-2 .input-group {
    display: block;
    position: relative;
    align-items: center;
}

.reservation-form.reservation-form-2 .input-group .form-control {
    width: 100%;
}

.reservation-form.reservation-form-2 label:not(.form-check-label) {
    color: var(--bs-white);
    font-size: 13px;
    margin-bottom: .1rem;
}

.reservation-form.reservation-form-2 label.form-check-label {
    color: var(--bs-white);
    font-size: 13px;
    margin-top: 1px;
}

.reservation-form.reservation-form-2 .parsley-errors-list {
    margin-bottom: 0;
    color: var(--bs-warning);
    font-size: 13px;
}


/*============== Reservation Form Diff Desing =====================*/

.reservation-form .tab-content {
    /*background-color: rgba(50, 50, 50, .5);*/
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, .3);
}

.reservation-form .nav-tabs {
    border-bottom: none;
    background-color: rgba(50, 50, 50, .7);
}

.reservation-form .nav-tabs>* {
    margin-bottom: 0;
}

.reservation-form .nav-tabs .nav-link {
    border-radius: 0;
    color: #ffc107;
    padding: .75rem 1rem;
    border: none;
}

.reservation-form .nav-tabs .nav-link.active {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
}

.reservation-form .nav-tabs .nav-link:hover {
    background-color: rgba(50, 50, 50, .75);
}

.reservation-form label {
    color: #ffffff;
    display: block;
    margin-bottom: .1rem;
}

.reservation-form .parsley-required {
    color: var(--bs-warning) !important;
}

.terms_and_condition .tac_title {
    font-weight: 600;
    margin-bottom: 10px;
}

.terms_and_condition .tac-item {
    padding: 10px 0px;
}

.partner-elem-group {
    position: relative;
    border: 1px solid #eeeeee;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.elem-group-body {
    background-color: #ffffff;
}

.elem-group-footer {
    padding: .75rem;
    /* -webkit-flex-grow      : 1; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #eeeeee;
}

.partner-elem-title {
    font-family: "DomaineDispCondSemibold-Italic" !important;
}

.reservation-form-2 .form-check-input {
    background-color: transparent;
    border-color: #dddddd;
}

.form-check-input:checked {
    background-color: var(--bs-yellow) !important;
    border-color: var(--bs-yellow) !important;
}

.no-transition {
    transition: none !important;
}

.remover-top-right {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    cursor: pointer;
    font-size: 13px;
}

.drop-off-group.flex-enable {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.drop-off-group.flex-enable>* {
    padding: 4px;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .drop-off-group.flex-enable>* {
        width: 100%;
    }
}

.bg-dark-layer {
    background-color: rgba(30, 31, 39, 0.88);
}

.bg-dark-layer-7 {
    background-color: rgba(30, 31, 39, 0.7);
}

.outer-brand {
    display: inline-block;
    border: 8px solid #FFFFFF;
    padding: .5rem 1rem;
    background-color: var(--bs-dark);
    position: absolute;
    top: -3rem;
    right: 1.5rem;
}

.outer-brand img {
    max-height: 6rem;
}


/*@media screen and (min-width: 992px) {*/


/*    .outer-brand {*/


/*        top: -6rem;*/


/*    }*/


/*}*/

@media screen and (min-width: 1200px) {
    .py-xl-10 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

.block-arrow {
    /*padding-top: 1.5rem;*/
    /*padding-right: 1.5rem;*/
    position: relative;
    padding-top: 1rem;
    padding-left: 1rem;
}

.block-arrow::after {
    content: '';
    position: absolute;
    height: 48px;
    width: 48px;
    background-color: transparent;
    border-top: 3px solid var(--bs-dark);
    border-left: 3px solid var(--bs-dark);
    top: 0;
    left: 0;
}

.block-arrow-top-end.block-arrow {
    padding-left: 0;
    padding-right: 1rem;
}

.block-arrow-top-end.block-arrow::after {
    border-left: 0;
    border-right: 3px solid var(--bs-dark);
    left: auto;
    right: 0;
}

.block-overlay {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .block-overlay-right {
        margin-right: -3rem;
    }
    .block-overlay-left {
        margin-left: -3rem;
    }
}

.section-mb-5 {
    margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
    .section-mb-5 {
        margin-bottom: 6rem;
    }
}

.block-with-mask {
    padding-bottom: 6rem;
    border: 3px solid var(--bs-dark);
    -webkit-mask-image: linear-gradient(black 60%, transparent);
    mask-image: linear-gradient(black 60%, transparent);
}

@media screen and (min-width: 992px) {
    .mt-lg-n4 {
        margin-top: -1.5rem;
    }
    .mt-lg-n5 {
        margin-top: -3rem;
    }
    .mt-lg-n10 {
        margin-top: -1.5rem;
    }
}


/*.mask-bottom-right {*/


/*    position: relative;*/


/*    z-index: 1;*/


/*    background-color: var(--bs-dark);*/


/*    padding: 3px;*/


/*}*/


/*.mask-bottom-right::before {*/


/*    content: '';*/


/*    position: absolute;*/


/*    height: 100%;*/


/*    width: 100%;*/


/*    max-width: 400px;*/


/*    !*mask-image: linear-gradient(black 60%, transparent);*!*/


/*    !*border: 16px solid rgba(100, 100, 100, .5);*!*/


/*    background: linear-gradient(to right, red, purple);*/


/*    z-index: -1;*/


/*}*/

.mask-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-between.owl-carousel .owl-nav button.owl-prev,
.nav-between.owl-carousel .owl-nav button.owl-next {
    display: block;
    background-color: var(--bs-dark) !important;
    color: #FFFFFF !important;
    font-size: 24px !important;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-between.owl-carousel .owl-nav button.owl-prev.disabled,
.nav-between.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.nav-between.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
    right: auto;
}

.nav-between.owl-carousel .owl-nav button.owl-next {
    right: -15px;
    left: auto;
}

@media screen and (max-width: 768px) {
    .nav-between.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .nav-between.owl-carousel .owl-nav button.owl-next {
        right: -8px;
    }
}

.nav-between.owl-carousel .owl-nav button.owl-prev>*,
.nav-between.owl-carousel .owl-nav button.owl-next>* {
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% + 1px);
    transform: translate(-50%, -50%);
    line-height: 100%;
}

.nav-2 {
    z-index: 1500 !important;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
}

@media screen and (max-width: 767px) {
    .ratio-4x1 {
        --bs-aspect-ratio: calc(1 / 2 * 100%);
    }
}

.city-vertical {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.city-vertical-body {
    background-color: rgba(30, 31, 39, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
    padding: 8px;
}

.city-vertical:hover .city-vertical-body {
    background-color: rgba(30, 31, 39, 0.6);
}

.city-vertical-item {
    position: relative;
}

.owl-dot-customize .owl-carousel .owl-dots {
    text-align: center;
}

.owl-dot-customize .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(30, 31, 39, 0.4);
    display: inline-block;
    margin: 2px;
}

.owl-dot-customize .owl-carousel .owl-dots .owl-dot.active {
    background-color: rgba(30, 31, 39, 1);
}

.owl-dot-customize .owl-carousel .owl-dots,
.owl-dot-customize .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 1rem;
}

.owl-dot-customize .owl-carousel .owl-nav .owl-prev,
.owl-dot-customize .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: calc(1.5rem + 3vw);
}

.owl-dot-customize .owl-carousel .owl-nav .owl-prev {
    left: -1.5rem;
}

.owl-dot-customize .owl-carousel .owl-nav .owl-next {
    right: -1.5rem;
}

@media screen and (min-width: 768px) {
    .owl-dot-customize .owl-carousel .owl-nav .owl-prev {
        left: -3rem;
    }
    .owl-dot-customize .owl-carousel .owl-nav .owl-next {
        right: -3rem;
    }
}

.owl-dot-customize .owl-carousel .owl-nav .owl-prev.disabled,
.owl-dot-customize .owl-carousel .owl-nav .owl-next.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.owl-dot-customize .owl-carousel {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.owl-dot-customize .owl-carousel .owl-nav {
    order: 5;
}


/*============ Background =================*/

.with-bg-img {
    position: relative;
    /*z-index : 1;*/
}

.bg-cover-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*z-index        : -1;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.max-w-780px {
    max-width: 780px !important;
}

.more-content:not(.show) {
    display: none;
}

.see-full-content {
    color: var(--bs-primary);
}