html {
    font-size: 10px;
}

:root {
    --box-shadow: 0 0.3rem 0.6rem rgb(0, 0, 0, 0.16);
    --river-blue: #53bbd1;
    --blue: #22397c;
    --white: #ffffff;
}

/*====================== about area start ========================*/

.links_wrap {
    border-bottom: 1px solid #ccd1e2;
    margin: 5rem 0 4rem;
}

.links_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.links_wrap ul li:not(:last-child) {
    margin-right: 8.5rem;
}

.links_wrap a {
    position: relative;
    display: inline-block;
    font-family: "DIN Pro";
    font-size: 2.5rem;
    line-height: 1.04;
    font-weight: 700;
    color: var(--river-blue);
    padding-bottom: 0.8rem;
}

.links_wrap a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 1px;
    background: #fd3b0b !important;
    opacity: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.links_wrap a:hover,
.links_wrap a.active {
    color: #fd3b0b !important;
    border-color: transparent !important;
}

.links_wrap a:hover::before,
.links_wrap a.active::before {
    opacity: 1;
}

/* date wrap */
.date_wrap {
    padding: 2rem 2.5rem;
    margin-bottom: 1rem;
    background: var(--river-blue);
    border-radius: 0.8rem;
}

.cal_icon {
    width: 2.2rem;
}

.date-input {
    background: transparent;
    border: none;
    width: 10rem;
    height: 3rem;
    border-bottom: 0.2rem solid var(--white);
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "DIN Pro";
    color: var(--white);
    padding: 0 0.5rem;
    text-align: center;
}

.date_wrap .fa-long-arrow-right {
    font-size: 2.2rem;
    color: var(--white);
    margin: 0 2rem;
}

/* ------------ pickmeup ----- */

.pickmeup {
    padding: 0.5rem;
    padding-bottom: 1rem;
    background: var(--white);
    border-radius: 0.8rem;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    z-index: 111;
}

/* Arrow */
.pickmeup .pmu-prev.pmu-button {
    width: 0 !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden !important;
}

.pickmeup .pmu-prev.pmu-button,
.pickmeup .pmu-next.pmu-button {
    color: #fd3b0b;
    opacity: 1;
    font-size: 2rem;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.pickmeup .pmu-prev.pmu-button:hover,
.pickmeup .pmu-next.pmu-button:hover {
    color: var(--blue);
}

.pickmeup .pmu-instance nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0.5rem;
}

.pickmeup .pmu-instance:first-child nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* month */
.pickmeup .pmu-month.pmu-button {
    font-family: "DIN Pro";
    font-size: 1.3rem;
    font-weight: 700;
    color: #fd3b0b;
    text-transform: uppercase;
    text-align: left;
}

.pickmeup .pmu-month.pmu-button:hover {
    color: var(--blue);
}

/* week shorts */
.pickmeup .pmu-instance .pmu-day-of-week * {
    color: var(--blue);
    font-family: "DIN Pro";
    font-weight: 500;
}

/* days */
.pickmeup .pmu-days .pmu-button {
    font-weight: 700;
    font-family: "DIN Pro";
    color: var(--blue);
}

.pickmeup .pmu-days .pmu-button.pmu-disabled {
    color: #ccd1e2;
}

.pickmeup .pmu-instance .pmu-today {
    background: transparent;
    color: inherit;
}

.pickmeup .pmu-instance .pmu-selected {
    background: var(--river-blue);
    color: var(--white);
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #fd3b0b;
}

/* month name wrap */
.month_name_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}

.month_name_wrap span {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}

.month_name_wrap i {
    cursor: pointer;
}

/* blog card */
.blog_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog_card:nth-child(odd) {
    background: rgb(83, 187, 209, 0.12);
}

.blog_img {
    width: 15rem;
    height: 10rem;
    overflow: hidden;
    border-radius: 0.3rem 0 0 0.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.blog_img img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.blog_card h3 {
    font-size: 1.2rem;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 700;
    /*width: 21rem;*/
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog_card p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    color: var(--blue);
    margin: 0.8rem 0 0.4rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog_card a {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--river-blue);
}

.blog_card a:hover {
    text-decoration: underline;
}

.blog_content {
    padding-left: 1.5rem;
    padding-right: 2rem;
    padding-top: 4px;
    width: calc(100% - 15rem);
}

/* price box */
.price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 10rem;
    border-radius: 0.4rem;
    background: var(--white);
    border: 1px solid var(--blue);
    text-align: center;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--blue);
    position: relative;
    margin-left: 0;
}

.price_box p {
    font-size: 1rem;
}

.price_box .badgee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.2rem;
    color: var(--white);
    background: #fd3b0b;
}

.price_box h1 {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0 0.5rem;
}

.price_box button {
    width: 2.45rem;
    height: 2.45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--blue);
    color: #76d01c;
    font-size: 1.2rem;
    background: transparent;
}

.price_box button:hover {
    background: #76d01c;
    border-color: #76d01c;
    color: var(--white);
}

/* number count */
.number_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number_count span {
    display: inline-block;
    color: var(--blue);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number_count input {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    background: #76d01c;
    border: 2.25px solid var(--white);
    /*outline: 1px solid var(--blue);*/
    margin: 0 0.6rem;
    font-size: 1.6rem;
    color: var(--white);
    font-weight: 700;
    font-family: "DIN Pro";
    box-shadow: 0 0 0 1px var(--blue);
}

/* .price box count */
.price_box.count {
    border: 2px solid #76d01c;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

/* .price box best price */
.price_box.best_price {
    padding-top: 1rem;
}

.price_box.best_price h1 {
    margin-top: 0.6rem;
}

/* .price box unavailable */
.price_box.unavailable {
    background: rgb(7, 19, 56, 0.2);
}

.price_box.unavailable h1 {
    font-size: 1.2rem;
    line-height: 1.16;
    margin: 1.8rem 0 0.6rem;
}

.price_box.unavailable button {
    color: #fd3b0b;
}

.price_box.unavailable button:hover {
    color: var(--white);
    background: #fd3b0b;
    border-color: #fd3b0b;
}

.price_card_wrap {
    --bs-gutter-x: 0.1rem;
    --bs-gutter-y: 1.9rem;
}

/* reservation box */
.reservation_box .img_bottom {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--white);
    background: var(--blue);
    display: block;
    padding: 2.1rem 0 2.2rem;
    text-align: center;
    text-transform: uppercase;
}

.reservation_box .title_wrap {
    text-align: center;
    font-family: "DIN Pro";
    padding: 1.5rem 2rem 1.55rem 2rem;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccd1e2;
}

.reservation_box .title_wrap h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 1.1rem;
}

.reservation_box .title_wrap p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}

.reservation_box .bottom {
    padding: 2rem;
    padding-bottom: 1rem;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccd1e2;
    border-radius: 0 0 0.8rem 0.8rem;
}

.trash_btn {
    padding: 0;
    border: none;
    background: transparent;
    width: 1.4rem;
    line-height: 0.8;
}

.reservation_box .bottom h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.reservation_box ul {
    width: 100%;
    padding-left: 1rem;
}

.reservation_box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    font-family: "DIN Pro";
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    width: 100%;
}

.reservation_box ul li span {
    display: inline-block;
}

.reservation_box ul li.price {
    font-size: 2.1rem;
    font-weight: 700;
}

.reservation_box .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #76d01c;
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 2rem;
    padding: 0.85rem;
    margin: 0.7rem 0 0.9rem;
}

.reservation_box .button:hover {
    background: var(--blue);
}

.reservation_box .button i {
    margin-left: 1.4rem;
}

.reservation_box .bottom p {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 300;
    color: var(--blue);
    text-align: center;
}

.availability-section .row {
    margin-left: -1px;
    margin-right: -1px;
}

.availability-section .row > div {
    padding-left: 1px;
    padding-right: 1px;
}

.pdf_download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fd3b0b;
    color: var(--white);
    border-radius: 1.2rem;
    font-size: 1rem !important;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    font-family: "DIN Pro";
    text-decoration: none !important;
}

.pdf_download img {
    width: 1.1rem;
    margin-right: 1rem;
}

.pdf_download:hover {
    background: var(--white);
    color: #fd3b0b !important;
}

.pdf_download:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(67%)
        saturate(4492%) hue-rotate(356deg) brightness(99%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(32%) sepia(67%) saturate(4492%)
        hue-rotate(356deg) brightness(99%) contrast(101%);
}

/* ====================== attention popup ====================== */

/* overlay */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 57, 124, 0.5);
    z-index: 9999;
    visibility: hidden;
}

.overlay.active {
    visibility: visible;
}

.attention_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 51rem;
    text-align: center;
    background: var(--white);
    z-index: 999999;
    -webkit-box-shadow: 0 0.7rem 5.6rem #000000;
    box-shadow: 0 0.7rem 5.6rem #000000;
    padding: 3rem;
    border-radius: 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.attention_popup.active {
    opacity: 1;
    visibility: visible;
}

.attention_popup .warning {
    width: 2.5rem;
}

.attention_popup h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
}

.attention_popup p {
    font-weight: 300;
}

.attention_popup .btn_group button {
    width: 14rem;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
    color: var(--white);
    margin: 0 2rem;
    border-radius: 1.3rem;
    text-transform: capitalize;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.cancel {
    background: #fd3b0b;
}

.confirm {
    background: #76d01c;
}

.attention_popup .btn_group button:hover {
    opacity: 0.8;
}

.popup_close {
    position: absolute;
    top: 1.3rem;
    right: 2rem;
    color: #ccd1e2;
    padding: 0;
    border: none;
    background: transparent;
}

.popup_close:hover {
    color: var(--blue);
}
.price_box .price {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
}
.price_box .old-price {
    font-size: 1.125rem;
    position: absolute;
    left: 0.313rem;
    bottom: 0.313rem;
    padding: 0.313rem;
}
.price_box .old-price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.125rem;
    height: 100%;
    border-right: 0.125rem solid var(--blue);
    transform: skewX(-50deg);
}
@media (max-width: 767.98px) {
    .price_box {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .price_box.best_price {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}