:root {
    --color-primary: #092a8c;
    --color-gold: #c29d68;
    --color-secondary: #798baf;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}


@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 992px) {
    .footer-captcha-text p {
        margin: 0 0 0 23px !important;
    }

    .contact-container {
        padding-bottom: 50px;
    }

    .footer-bottom-terms ul {
        display: flex;
        gap: 20px;
        justify-content: flex-end;
    }

    .df-large {
        display: flex;
    }
}

@media screen and (max-width: 991px) {

    .breadcum-title h4, .breadcum-title .breadcrumbs-title {
        font-size: 30px;
        line-height: 25px;
    }

    .home-four .single-booking-box input::placeholder {
        font-size: 14px;
        color: #fefefe;
        font-weight: 700;
        font-family: "Cormorant Garamond";
    }

    .footer-bottom-content {
        padding-bottom: 20px;
    }

    .error-container {
        min-height: 50vh !important;
    }

    .home-four .single-booking-box {
        margin-right: 0px !important;
        padding: 5px;
    }

    .home-four .single-sebscribe-box button {
        left: unset !important;
    }

    .home-four .single-sebscribe-box input:not(.terms-agree) {
        width: 70%;
    }

    .footer-area {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .footer-bottom-social li:first-of-type a i {
        margin-left: 0px;
    }

    .footer-bottom-ngn {
        padding-top: 0px !important;
        margin-top: 50px !important;
    }

    .footer-bottom-social-icon {
        margin-top: 0px !important;
    }

    .footer-bottom-social-icon ul {
        justify-content: flex-start !important;
    }

    .footer-bottom .footer-bottom-terms ul li a {
        display: inline-block;
        color: var(--color-primary);
        font-weight: 600;
    }

    .footer-bottom .footer-bottom-terms ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 767px) {
    .room-details-amenities{
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (max-width: 480px) {

}

.underline {
    text-decoration: underline;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.rg-15 {
    row-gap: 15px;
}

.c-white {
    color: #fff !important;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.h-100 {
    height: 100%;
}

.p-tb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-rel {
    position: relative;
}

.pl-20 {
    padding-left: 20px;
}

.ul-checked-style li::before {
    content: url(/data/images/checkbox.svg);
    font-family: "bootstrap-icons";
    padding-right: 10px;
}

.ul-checked-style li {
    display: flex;
    align-items: center;
}

.bg-center {
    background-position: center !important;
}

.bg-cover {
    background-size: cover !important;
}

.newsletter-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.newsletter-content input.newsletter-email {
    height: 100%;
    margin: 0px;
}

.subscribe-bg-dark,
.breadcrumbs-bg-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000006b;
    z-index: 99;
}

#sticky-header.sticky .header-menu li a {
    color: var(--color-primary);
}

.ul-black li {
    color: #000;
}

.breadcrumbs-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.subscribe-area #form .s-clip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.subscribe-area #form .newsletter-email {
    border: 1px solid #fff;
}

.subscribe-area #form .newsletter-submit {
    background-color: #fff;
    color: var(--color-gold);
    top: unset;
}

/*.mobile-menu-area .mean-nav {
    position: absolute;
    background: transparent;
}*/

/*.mobile-menu-area .mean-bar {
    position: relative;
}*/


.mobile-menu-logo-parent {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

.modal-backdrop {
    z-index: 99;
}

#inquiry_modal .modal-dialog {
    max-width: 1000px !important;
}

#inquiry_modal .modal-dialog .modal-content {
    width: auto;
}

#inquiry_modal .close {
    top: unset;
    background-color: unset;
    border: unset;
}

#inquiry_modal .modal-body .booking-bg {
    border-top: unset;
}

#error .error-title-404 {
    font-size: 80px;
    text-align: center;
    font-weight: 800;
    color: var(--color-primary);
}

#error .error-text-404 {
    text-align: center;
    font-size: 20px;
}

.error-container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-four .header-menu ul li a {
    color: #000 !important;
}

#sticky-header {
    background-color: #fff;
}

.mobile-menu-area img {
    z-index: 999;
}

.mobile-menu-active > a {
    color: var(--color-primary) !important;
}

.menu-active {
    border-bottom: 5px solid var(--color-gold);
}

.mobile-menu-area.mobile-sticky {
    position: fixed !important;
}

#inquiry_modal #results .text h4 {
    color: #fff !important;
}


/*language menu*/
.desktop-language {
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
}

.language-placeholder {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-placeholder img,
.flag-dropdown-menu li a img,
.flag-dropdown-menu-mobile img {
    border-radius: 50%;
}


.flag-dropdown-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    /*top: 50px;*/
    right: 0;
    width: 190px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    text-align: left;
    background-color: var(--main-primary);
    width: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0 !important;
}

.flag-dropdown-menu li {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-dropdown-menu li a {
    margin: 0;
}


.dropdown-toggle:hover + .flag-dropdown-menu,
.flag-dropdown-menu:hover {
    display: block;
}

.show-flags {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;

}

.show-flags a {
    height: 50px;
    width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.show-flags li {
    margin: 0px !important;
}

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.room-sidebar-info i {
    font-size: 20px;
    color: var(--color-primary);
}

.room-sidebar-info .room-list-text {
    font-weight: bold;
}

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

.sticky-sidebar {
    position: sticky;
    top: 136px;

}

.booking-sidemenu-item.submenu-active-room {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.single-booking-box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.single-booking-box input {
    text-align: center;
}

.z-max {
    z-index: 999;
}

.mobile-menu-area:not(.mobile-sticky) {
    position: relative !important;
    padding-bottom: 60px;
}

.footer-area .footer-widget-contact-info p {
    color: var(--color-gold);
}

.footer-area {
    z-index: 9999;
    position: relative;
}

.footer-captcha-text {
    margin-top: 20px;
}


.footer-captcha-text p,
.footer-ngn {
    font-size: 13px;
}


.c-gold {
    color: var(--color-gold);
}

.vbox-content iframe {
    background: unset !important;
}

.vbox-overlay {
    z-index: 99999;
}

.vbox-overlay .vbox-close {
    background-color: unset !important;
}

#inquiry_modal .booking-bg {
    background-color: unset !important;
}

#inquiry_modal .form-agree-text {
    color: #000;
}

#inquiry_modal.show {
    z-index: 99999999;
}

.rg-15{
    row-gap: 15px;
}

.price-short-text{
    font-size: 12px;
    width: 100%;
}

.hover-primary:hover .primary-url{
    color: var(--color-primary);
    text-decoration: underline;
}

.form-bg-dark{
    background-color: #272727;
    padding: 42px 53px 60px;
    text-align: center;
}

.form-bg-dark #results * {
    color: #fff;
}

.designer_inquiry #results.error,
.designer_inquiry #results.success{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.designer_inquiry .contact .form-group.has-error label{
    color: #a94442 !important;
}

.designer_inquiry .contact .form-group.has-error input{
    border: unset!important;
}