@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;800;900&display=swap');

body {
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    color: #283038;
    background-color: #edeff1;
}

strong {

    font-weight: 500;
}


#header .navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
}

#header .btn {
    padding: 5px 10px;
    margin: 0 5px;
}

#header .btn {
    padding: 5px 10px;
    margin: 0 5px;
}

#header .cart-icon {
    background: #f3f5f9;
    color: #007bff;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#header .cart-icon strong {
    color: #f00;
    background: #ff35353d;
    padding: 0 7px;
    border-radius: 30px;
    top: -13px;
    left: 2px;
    width: 25px;
    height: 25px;
    line-height: 22px;
}

#header {
    background: #575757;
    padding: 10px 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 48px #c8cbcd;
    transition: background-color 0.5s ease-in-out;
    border-image: linear-gradient(54.06deg, #ff0000 -28.62%, #ffc107 60.39%, #ff2c40 95.74%);
    border-image-slice: 1;
    border-top: 4px solid;
    margin: 0 0 30px 0;
}

#header.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 3px 8px #a7a7a7;
    background-image: none;
    backdrop-filter: blur(50px);
    transition: background-color 1s ease-in-out;
    width: 100%;
    left: 0;
}

#header.sticky .nav-link {
    color: #000 !important;
    border-top: 3px;
}

#header .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

#header .btn {
    padding: 5px 10px;
    margin: 0 5px;
}


.container {
    /* max-width: 1200px; */
}

.navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    width: 80px;
}

/* btn */
.btn-danger {
    color: #fff;
    background-color: #ff3145;
    border-color: #ff3145;
    box-shadow: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff3145;
    border-color: #ff3145;
    box-shadow: none;
}

.btn-outline-danger {
    color: #ff3145;
    border-color: #ff3145;
}

.btn-outline-danger:hover {
    border-color: #ff3145;
    background-color: #ff3145;
}

.btn-light {
    color: #1f2d3d;
    background-color: #f9f9f9;
    border-color: #e6e6e6;
    box-shadow: none;
}

/* end box */

/* box */
.box {
    background-color: #f6f7f9;
    padding: 10px;
}


/* end box */

.product-id {
    background: transparent;
    padding: 2px 15px;
    color: #007bff;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #7f70ff;
}

.title {
    color: #0351a5;
    margin: 5px 0;
}
h4.title .badge-danger{
    font-weight: 500;
    padding: 5px 10px;
    background-color: #ff2463;
    font-size: 16px;
}

.price {
    color: #007bff;
}

.style-datepicker,
.style-datepicker.btn {
    border: 1px solid #ced4da;
    cursor: pointer !important;
}

.ui-widget-header {
    /* background: #9964ff; */
    border-color: transparent;
}



#header .navbar-light {
    background: transparent;
    padding: 0;
}

#header .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

#header .btn {
    padding: 5px 10px;
    margin: 0 5px;
}


#contact {
    padding: 50px 0;
}

#footer {
    background-image: url('../img/bg/bg-1.jpg');
    color: #fff;
    margin-top: 30px;
    padding: 50px 50px 0 50px;
    background-size: cover;
    /* background-attachment: fixed; */
}

#footer .footer-box {
    background: #00000073;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #cecece;
}

#copyright {
    font-size: 13px;
    padding: 20px 10px;
    color: #b9b9b9;
    border-top: 1px solid #ffffff30;
}

.card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px #c3c3c3 !important;
}

.card-header {
    border-bottom: 1px solid rgb(129 129 129 / 16%);
    font-weight: bold;
}

.card-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #474d54;
}

.card-footer .pagination a,
.card-footer .pagination span {
    position: relative;
    display: block;
    padding: .5rem 0.9rem;
    margin-left: 5px;
    line-height: 1.25;
    color: #ff3145;
    background-color: #fff;
    border: 1px solid #ff3145;
    border-radius: 5px;
}

.card-footer .pagination .active>span {
    background: #ff3145;
    color: #fff;
}

.card-footer .pagination a:hover {
    color: #fff;
    background-color: #ff3145;
    border-color: #ff3145;
}

.card-footer {
    background: transparent;
    padding: 0;
}

.cart-lable-type {
    font-size: 12px;
    background: #ff7804;
    position: absolute;
    margin: 5px;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 2px;
}

legend {
    width: auto;
    padding: 0 10px;
}

.table-time {
    font-size: 14px;
}

.table-time label {
    font-size: 16px;
}

.box-cartime table label {
    font-weight: 100 !important;
    vertical-align: inherit;
    margin-bottom: 0;
}

.box-cartime table td {
    padding: 0px;
    vertical-align: middle;
}

.box-cartime table th {
    padding: 5px;
}

.box-cartime table [class*=icheck-] {
    vertical-align: middle;
}

.card-title-h3,
.card-title-h5 {
    color: #007bff;
    font-size: 16px;
}

.detail-list {
    font-size: 14px;
    margin-top: 20px;
}

.hvr-underline-from-center:before {
    background: #ff3145 !important;
}

.box-btn-booking {
    text-align: center;
    margin: 0 0 0 20px;
    border-left: 1px dashed #ccc;
    padding: 0 0 0 20px;
}

.box-cart-total {
    text-align: center;
    margin: 10px;
    border-left: 1px dashed #ccc;
    padding: 20px;
}


.fieldset-pax {
    border: 1px solid #2196F3;
    padding: 0 15px 5px 15px;
    margin: 10px 0;
}

.fieldset-pax legend {
    color: #2196F3;
    font-size: 18px;
    margin: 0;
}

.time-label {
    margin-top: 50px;
}

.timeline>.time-label>span {
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    background: #ff6171 !important;
}

.timeline::before {
    background: transparent;
    background-image: radial-gradient(#fff 15%, transparent 19%), radial-gradient(#ff8893 18%, transparent 35%);
    background-size: 26px 15px;
    background-position: 0 0px, 15px 30px;
}

.timeline div .timeline-icon-list {
    background: #ffffff;
    font-size: 18px;
    left: 14px;
    line-height: 37px;
    width: 38px;
    height: 38px;
    border: 2px solid #ff6171;
    color: #ff6171;
}

.timeline .timeline-icon-title {
    background: #2987ff;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    margin: 10px 10px 0 0px;
}


.ui-widget-header {
    /* background: #007bff; */
    border-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #cddef1;
    background: #edf5ff;
    color: #499de0;
    border-radius: 3px;
    text-align: center;
}


label {
    font-weight: 400 !important;
    color: #3e454d;
}

.optionPackage-box>div {

    border-left: 2px solid #ffae26;

    margin-left: 15px;

    padding-left: 10px;
}

/* Mobile */
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
        font-family: 'Prompt', sans-serif;
        color: #283038;
    }

    #header {
        /* background: #fff; */
        /* background-image: none !important; */
        /* color: #000 !important; */
    }

    #header .navbar-light .navbar-toggler {
        background: #fff;
    }

    #header.sticky {

        /* position: sticky !important; */

        /* width: 100%; */

        /* left: 0; */

    }

    #footer {
        padding: 10px;
    }

    .box-btn-booking {
        text-align: center;
        margin: 0;
        border: none;
        padding: 0;
    }

    .box-cart-total {
        text-align: center;
        border: none;
        border-top: 1px dashed #ccc;
        margin: 13px 30px 0 0;
        padding: 10px 0 0 0;
    }

    .nav-tabs .nav-link {
        border-radius: 5px;
        color: #007bff;
        background: #f5f5f5;
        margin: 5px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-color: transparent;
        background: #2196F3;
        color: #fff !important;
    }

    .card-title-h5 {
        margin-top: 10px;
    }
}