:root {
    --primary-color: #124369;
    --secondary-color: #C9A96A;
    --background-white: #ffffff;
    --backgound-gray: rgba(244, 244, 244, 0.6);
    --primary-text-color: rgb(79, 79, 79, .84);
}

body {
    color: var(--primary-text-color) !important;
}

.paragraph {
    color: var(--primary-text-color) !important;
}

::selection {
    background: rgba(78, 78, 78, 0.219) !important;
    color: var(--primary-color) !important;
}

a:hover,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

.more-link {
    background-color: var(--background-white);
    color: var(--primary-color);
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.15rem 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.more-link:hover,
.more-link:focus {
    color: var(--secondary-color);
}


.title--h1,
.title--h2,
.title-description {
    color: var(--primary-color) !important;
}

/* .title--h4 {
    font-size: 1.4rem !important;
} */

@media only screen and (max-width: 576px) {
    .logotype {
        width: 90px !important;
    }

    .title--h4 {
        font-size: 1.15rem;
        margin-bottom: 0.8rem;
    }

    .title--h6 {
        font-size: .9rem !important;
    }

    .tab__label {
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .tab__label {
        justify-content: space-between;
        padding: 1rem;
    }

    .tab__label::after {
        height: 3em;
    }
}

.tab__label,
.tab__close {
    display: flex;
    color: var(--primary-color);
    background: var(--theme);
    cursor: pointer;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 2em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}


.bottom-panel-title,
.bottom-panel-info {
    color: var(--primary-color);
}

.bottom-panel-title {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .08rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.btn-booking {
    background-color: var(--primary-color) !important;
}

.section-testimonials.section-gray--cutoutTop::before {
    display: none;
}

.itemRoom .tour-label {
    margin: 1rem 1rem 0 0;
    z-index: 3;
}

.btn.btn__large.btn--white {
    background-color: var(--background-white);
}

.tour-label {
    border: 2px solid var(--background-white);
    border-radius: 2rem;
    font-size: .875rem;
    font-weight: 600;
    padding: 0.55rem 1.125rem;

    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding: 5px 7px;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.itemRoom {
    color: var(--background-white) !important;
}

.itemRoom__price {
    padding-top: 1rem;
}

@media only screen and (max-width: 576px) {
    .itemRoom__details {
        padding: 1.5rem 1rem !important;
    }
}

.itemRoom .title {
    margin-bottom: 1rem !important;
}

.itemRoom__img-wrap::before {
    content: '';
    background: linear-gradient(180deg, rgba(42, 43, 48, 0) 30%, #000000 90%) !important;
    height: 100%;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.item-approach::before {
    /* background-color: rgba(247, 247, 247, 0.7) !important; */
    content: attr(data-approach);
    color: #72809D;
    margin-top: -0.9rem;
    padding-left: 15px;
    padding-right: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.item-count {
    color: var(--primary-color);
}

.section-cta-gray {
    background-color: var(--backgound-gray);
    padding: 3.5rem 0;
}

.section-cta-details {
    background-color: var(--primary-color);
    padding: 3.5rem 0;
}

.section-cta-details .title--h2 {
    color: var(--secondary-color) !important;
}

.section-cta-details p {
    color: var(--background-white);
}

.cta-box {
    background-color: var(--primary-color) !important;
}

.cta-negative .title--h2 {
    color: var(--secondary-color) !important;
}

.cta-box .paragraph {
    color: var(--background-white) !important;
    margin-bottom: 0;
}


.sidebar-booking__priceWrap {
    background-color: var(--primary-color) !important;
    color: var(--background-white) !important;
}

@media only screen and (max-width: 576px) {
    .room-details__item {
        font-size: 0.72rem;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .room-details__item [class^="icon-"] {
        font-size: 1rem !important;
        margin-right: 0.4rem !important;
    }

    .reservation-card-confirm {
        padding: 1rem;
        margin-bottom: 2.5rem !important;
    }
}

.reservation-card-confirm {
    background-color: var(--background-white) !important;
}


.total-reserv .title--overhead-small {
    color: #A9ACB5;
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    letter-spacing: .1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    /* padding-top: 0.4rem; */
}

.tab input:checked~.tab__content {
    /* max-height: 300rem; */
    max-height: max-content;
}

.accordion {
    color: rgba(255, 255, 255, 0);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.container.tab {
    color: var(--secondary-color);
    background-color: var(--background-white);
    border-bottom: 1px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}


@media only screen and (max-width: 576px) {
    .total-reserv {
        border-top: unset !important;
    }

    .book-now {
        border-top: 1px solid rgba(169, 172, 181, 0.2) !important;
        margin-top: 1.5rem;
    }
}

@media only screen and (min-width: 577px) {
    .book-now {
        border-top: unset !important;
    }
}

.container .tab__content p,
.container .tab__content li {
    color: var(--primary-text-color);
}

@media only screen and (max-width: 992px) {
    .labelFeature {
        color: #72809D;
        font-size: .875rem;
        font-weight: 400 !important;
        letter-spacing: 0;
        text-transform: uppercase !important;
    }
}

.panel-cta,
.btn-booking a {
    color: var(--background-white);
}

.btn-booking a:hover {
    color: var(--secondary-color) !important;
}


.title--h4.contact-title {
    color: var(--primary-color);
}

.contact-details a {
    color: var(--primary-text-color);
}

.contact-details a:hover {
    color: var(--secondary-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
#booking-form input:-webkit-autofill,
#booking-form input:-webkit-autofill:hover,
#booking-form input:-webkit-autofill:focus,
#booking-form input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--primary-text-color) !important;
}

.modal-month {
    color: var(--primary-color);
    font-weight: bold;
}

.modal-header .close {
    padding: 1.5rem 1rem !important;
}

button:focus {
    outline: none !important;
    outline: none auto -webkit-focus-ring-color !important;
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
} */

.dropdown-menu.nav-dropdown-menu {
    min-width: auto;
    opacity: .8;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dropdown-menu.nav-dropdown-menu .dropdown-item {
    line-height: 1rem;
    padding: 0 0 0 0
}

.dropdown-menu.nav-dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0);
    font-weight: 600;
}

.nav__item.nav-item.dropdown {
    color: var(--background-white);
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.nav-dropdown-menu a {
        justify-content: center;
        text-align: center;
    }

    .dropdown-menu.nav-dropdown-menu {
        padding-bottom: 0;
    }

    .dropdown-menu {
        box-shadow: none !important;
        padding-bottom: 0;
    }

    .dropdown-item {
        color: var(--primary-color) !important;
    }

    .dropdown-menu.nav-dropdown-menu .dropdown-item {
        line-height: 1.8rem;
        font-size: larger;
    }

    .navbar .nav__link {
        color: var(--primary-color) !important;
    }
}

/*Lang switcher*/
.flags {
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 3rem;
}

@media only screen and (max-width: 992px) {
    .flags {
        font-size: 1.8rem;
        line-height: 1;
        margin: 1rem 0;
    }
}

.flag {
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #eee;
    overflow: hidden;
    box-shadow: 0;
    transition: 1s;
    /* opacity: .5; */
}

.flag:hover,
.flag.active {
    border-radius: 50%;
    box-shadow: 0 0 .2em #66666694;
    transform: scale(1.2);
    /* opacity: 1; */
}

/* UK */
.en {
    background: rgb(200, 10, 10);
}

.en:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: .5em;
    border-style: solid;
    border-width: 0 0 .5em 1em;
    border-color: transparent transparent transparent rgb(10, 100, 150);
    box-shadow: 0 0 0 .1em var(--background-white);
}

.en:after {
    background: var(--background-white);
    display: block;
    content: "";
    position: absolute;
    width: .1em;
    height: .65em;
    left: 66%;
    transform: rotate(60deg);
}

/* RO */
.ro {
    background: rgb(255, 200, 0);
}

.ro:before {
    background: rgb(0, 100, 150);
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    width: .333em;
    height: 1em;
}

.ro:after {
    background: rgb(200, 10, 10);
    display: block;
    content: "";
    width: .333em;
    height: 1em;
    float: right;
}

.nav .nav__item {
    text-transform: capitalize;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.modal-dialog {
    margin: 1rem auto !important;
}

.btn:disabled {
    background: #e0e0e0;
}

.cutout-top {
    padding: 5rem 0 !important;
}

@media only screen and (min-width: 767px) {
    .cutout-top {
        padding: 8rem 0 !important;
    }
}

.cta-negative .title--h3 {
    color: var(--secondary-color);
}

.btn--white:focus {
    color: var(--secondary-color) !important;
}

#cookie-consent {
    position: fixed;
    bottom: 3.5rem;
    width: 90%;
    margin: auto;
    background-color: rgb(18 67 105 / 90%);
    text-align: center;
    z-index: 1000;
    /* left: calc(100% - 150px / 2); */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
}

#cookie-consent p {
    color: var(--background-white);
}

.nav__item .nav__link {
    cursor: pointer;
}

.nav__item .nav__link:hover {
    color: var(--secondary-color)
}

.contact-form iframe {
    background-color: transparent;
}

@media only screen and (max-width: 576px) {
    .ach-box {
        box-shadow: 0 6px 20px 0px rgba(44, 63, 88, 0.05);
        border-radius: 6px;
        padding: 5vh 3vw !important;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .item-count {
        font-size: 3rem !important;
        text-align: center;
    }

    .ach-box .title--overhead {
        margin-bottom: 0.7rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .ach-box {
        margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1024px) {
    .tour-section-first {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-end;
    }

    .tour-section-second {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .map-sidebar {
        margin-bottom: 3.5rem !important;
    }

    .bottom-panel__wrap,
    .bottom-panel__wrap::before {
        background-color: #f8f8f8 !important;
    }

    .sidebar-booking__wrap .title.title--h3 {
        margin-bottom: 2.3rem;
    }
}

@media only screen and (max-width: 992px) {
    .bottom-panel__wrap .contact-group {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .bottom-panel__contact-wrap {
        flex-grow: 1;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .bottom-panel__contact-wrap {
        -ms-flex-align: center;
        align-items: center;
    }

    #modal-show .modal-dialog {
        width: 25%;
    }

}

.fs-1 {
    font-size: 1rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 3rem;
}

.modal-container .modal.show {
    display: flex;
}


#modal-show .modal-content {
    background-color: rgb(18 67 105 / 90%);
    color: #fff;
    z-index: 500;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) {
    .cta-negative {
        margin-bottom: 7rem;
    }
}

@media only screen and (max-width: 767px) {
    .cta-negative {
        margin-bottom: 7vh;
    }
}