/* Common for all pages */
.bodyRow .bodyLeft,
.bodyWrap {
    background: #503e3b !important;
}

.rightDataWrap {
    background: none;
}

.header1885 {
    display: block;
}

#header.headerInnerPages {
    display: none;
}

.logoOtherPages {
    display: none !important;
}

.logo1885 {
    display: block;
    z-index: 99;
}

hgroup.heading1885Wrap {
    font-size: 16px;
    margin-bottom: 5px;
    margin-bottom: 10px;
}

hgroup.heading1885Wrap p {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    color: var(--gold);
    font-weight: var(--fw-semibold);
    text-align: left;
}

hgroup.heading1885Wrap h2 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 0px;
}

hgroup.heading1885Wrap .subText {
    font-size: 16px;
    text-align: left;
    margin: 10px 0px;
    color: var(--gold);
    margin-bottom: 20px;
}

hgroup.heading1885Wrap .note {
    font-size: 16px;
    text-align: left;
    margin: 0px;
    color: var(--gold);
    font-weight: 600;
}

.header1885 #slide-line2 {
    position: absolute;
    bottom: 0px;
    /* Menu ke background capsule ke bottom se thoda upar */
    height: 2px;
    background-color: #c8b278;
    /* Aapka Gold Color */
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 10;
    border-radius: 2px;
    display: block;
}

.header1885 {
    max-width: calc(100% - 300px);
    background: #503e3b;
}

.headerDropMenu.menu1885Ul {
    justify-content: flex-end;
}

.bodyWrap::before {
    content: '';
    height: 140px;
    width: 100%;
    position: fixed;
    top: 0px;
    background: #503E3B;
    background: linear-gradient(180deg, rgba(80, 62, 59, 1) 0%, rgba(80, 62, 59, 0) 100%);
    z-index: 9;
    display: none;
}

.bodyRow .bodyLeft {
    width: 400px;
    min-width: 400px;
}

.header1885 .nav1885 .menu1885 li a {

    padding: 15px 12px;
}

.rightDataWrap {
    margin-left: 400px;
    background: #faf6f1;
}

.imgFrame {
    background: #362a27;
    border-radius: 0px;
    border: 2px solid var(--gold);
    padding: 5px 15px;
}

.imgFrame img {
    display: block;
    border-radius: 0px !important;
}

.frameBorder {
    height: 5px;
    width: 100%;
    margin: 10px 0px;
    background: var(--gold);
}

.spySection {
    padding: 30px 0px;
}

/* Common for all pages */

/* The Story Page */
.ourStory1885 {
    padding: 0px;
    text-align: left;
    color: #362a27;
}

.ourStory1885 .storyPartLeft,
.ourStory1885 .storyPartRight {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.ourStory1885 .storyPartLeft p,
.ourStory1885 .storyPartRight p {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif !important;
    text-align: justify;
    text-align-last: left;
}

.ourStory1885 .storyPartLeft img {
    width: 100%;
    object-fit: cover;
    height: 246px;
    border-radius: 8px;
}

.ourStory1885 .storyPartRight .guestNames {
    background: #f7f0db;
    border: none;
    height: 310px;
    text-align: left;
    border-radius: 0;
    border: 1px solid var(--gold);
}

.ourStory1885 .storyPartRight .guestNames h4 {
    padding: 15px 0px;
    margin: 0px 15px;
    font-size: 22px;
    border-bottom: 3px solid var(--gold);
    margin-bottom: 15px;
    font-weight: var(--fw-semibold);
    color: #000;
}

.ourStory1885 .storyPartRight .guestNames ul {
    padding-left: 15px;
    height: calc(350px - 80px);
    overflow: auto;
    margin-right: 15px;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 20px;
}

.ourStory1885 .storyPartRight .guestNames ul li:before {
    display: none;
}

.ourStory1885 .storyPartRight .guestNames ul li {
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    padding-left: 0px;
    font-family: "Cinzel", serif;
    font-weight: 500;
}

/* The Story Page */

/* The Room CSS */
.theRoom1885 {
    padding: 0px 0px;
    /* background: rgb(200 178 120 / 15%); */
    text-align: left;
    color: #362a27;
}

.theRoom1885 .theRoomTile {
    height: 100%;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid var(--gold);
    padding: 20px; */
    border-radius: 0px;
}

.theRoom1885 .theRoomTile img {
    border-radius: 0px;
    height: 250px;
    object-fit: cover;
}

.theRoom1885 .theRoomTile .roomTitleWrap {
    background: #372a27;
    /* background: linear-gradient(0deg, rgba(200, 178, 115, .2) 0%, rgba(200, 178, 115, .0) 100%); */
    padding: 10px 0px;
    margin-top: 10px;
    border-radius: 0px;
    flex: 1;
}

.theRoom1885 .theRoomTile .roomTitleWrap h4 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0px;
    color: var(--gold);
}

.theRoom1885 .theRoomTile .roomTitleWrap p {
    margin-bottom: 0px;
    color: #fff;
}

/* The Room CSS */

/* The Steak CSS */
.theStackMenu {
    padding-top: 0px;
    color: #fff;
}

.stackMenuWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stackMenuList {
    background: #3a2e2a;
    border-radius: 8px;
    /* border: 1px solid var(--gold); */
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0px 0px 25px 0px #0002;
    padding: 0px;
}

.stackMenuList .listTitle {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    width: 280px;
}

.stackMenuList .listTitle span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    font-family: "Montserrat", sans-serif !important;
}

.stackMenuList .listPrice {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 20px;
    border-Left: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    color: var(--gold);
    width: 100px;
    text-align: center;
}

.stackMenuList .listDescription {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif !important;
    flex: 1;
}

.theStackMenu .addons {
    font-size: 16px;
    font-family: "Cinzel", serif !important;
    color: var(--gold);
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
}

.menuImageView {
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* The Steak CSS */

/* The Menu CSS */
.theMenu1885 {
    padding: 0px 0px;
    color: #3b2e2a;
}

.theMenu1885 .menuListWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.theMenu1885 .menu-listWrap {
    background: #faf6f1;
    padding: 20px;
    border-radius: 0px;
    color: #3c2e2a;
    margin-bottom: 0;
    width: calc(50% - 12px);
    border: 1px solid #c8b273;
}

.theMenu1885 .menu-listWrap h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 4px solid var(--gold);
    font-size: 20px;
    font-weight: 600;
    color: #3b2e2a;
}

.theMenu1885 .menu-listWrap h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
}

.theMenu1885 .menu-listWrap h4 img {
    width: 30px;
    vertical-align: text-bottom;
}

.theMenu1885 .menuListRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.theMenu1885 .menuListRow:last-child {
    margin-bottom: 0px;
}

.theMenu1885 .menuListRow .MenuTitle {

    flex: 1;
}

.theMenu1885 .menuListRow h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 10px;
    color: #fff;
}

.theMenu1885 .menuListRow h5 .menuLine {
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed var(--gold);
}

.theMenu1885 .menuListRow h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #3b2e2a;
}

.theMenu1885 .menuListRow p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.theMenu1885 .menuListRow .MenuPrice {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--gold);
}

.theMenu1885 .menuInfo {
    margin-bottom: 0px;
    font-style: italic;
    color: var(--gold);
    font-size: 14px;
}

.theMenu1885 .menu-listWrap.additionalNote {
    border: 1px solid var(--gold);
    margin-bottom: 0px;
    background: #3b2e2a;
    width: 100%;
    color: #fff;
}

.theMenu1885 .menu-listWrap.additionalNote h4 {
    color: var(--gold);
}

.theMenu1885 .menu-listWrap.additionalNote h5 {
    color: #fff;
}

.theMenu1885 .menu-listWrap.additionalNote .menuLine {
    border-bottom-color: var(--gold);
}

.theMenu1885 .menu-listWrap.additionalNote .MenuPrice {
    color: var(--gold);
}

.menu1885Images ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menu1885Images ul li {
    width: 25%;
    border-radius: 50%;
    height: auto;
    padding: 6px;
    border: 1px solid var(--gold);
}

.menu1885Images ul li img {
    width: 100%;
    border-radius: 50%;
    height: auto;
}

.menu1885Images ul li:before {
    display: none;
}

/* The Menu CSS */

/* Notable Guests CSS */
.notableGuests .notableGuestsOverlay {
    padding: 0px 0px;
    color: #fff;
}

.notableGuests .row {
    gap: 24px 0px;
}

.notableGuests .guestTile {
    border: 1px solid var(--gold);
    padding: 10px;
    border-radius: 0px;
    text-align: left;
    margin-bottom: 28px;
    background: #362a27;
}

.notableGuests .guestTile:last-child {
    margin-bottom: 0;
    height: 100%;
}

.notableGuests .guestTile img {
    border-radius: 0px;
    margin-bottom: 0px;
}

.notableGuests .guestTile h4 {
    font-size: 18px;
    color: var(--gold);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}

.notableGuests .guestTile p {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
}

/* Notable Guests CSS */

/* Private Dining CSS */
.privateDining {
    padding: 0px 0px;
    color: #362a27;
}

.privateDining .diningTile {
    /* border: 1px solid var(--gold); */
    /* padding: 20px; */
    /* border-radius: 10px; */
}

.privateDining .diningTile img {
    border-radius: 0px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 550px;
}

.privateDining .diningTile .diningDesk {
    background: none;
    /* background: linear-gradient(0deg, rgba(200, 178, 115, .2) 0%, rgba(200, 178, 115, .0) 100%); */
    padding: 0;
    margin-top: 0px;
    border-radius: 0px;
    padding-bottom: 10px;
}

.privateDining .diningTile .diningDesk h5 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: "Cinzel", serif;
    color: var(--gold);
}

.privateDining .diningTile .diningDesk p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    color: #fff;
}

/* Private Dining CSS */

/* Reservation CSS */
.reservation {
    padding: 0px 0px;
    color: #3a2e2a;
}

.reservation img {
    border-radius: 10px;
}

.reservation .heading1885Wrap * {
    text-align: left !important;
}

.reservation .reservationData h5 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--gold);
    font-family: "Cinzel", serif;
}

.reservation .reservationData ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.reservation .reservationData ul li {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    font-family: "Cinzel", serif !important;
    font-size: 26px;
    background: none;
    width: calc(50% - 10px);
    border-top: 3px solid var(--gold);
    color: #3a2e2a;
    font-weight: 600;
}

.reservation .ctaWrap1885 .btn1885.MenuBtn {
    color: var(--gold);
}

.spySection ul {
    gap: 20px;
}

.reservation .spySection ul li a {
    width: 100%;
}

.reservation .spySection ul li {
    width: calc(50% - 10px);
}

.reservation .spySection ul li a {
    width: 100%;
}

.reservation .reservationData ul li b {
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
}

.reservation .reservationData ul li:before {
    display: none;
}

.ctaWrap1885 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ctaWrap1885 a {
    text-align: center;
}

.ctaWrap1885 .btn1885.MenuBtn {
    color: #fff;
}

.ctaWrap1885 .btn1885.MenuBtn:hover,
.ctaWrap1885 .btn1885.MenuBtn:focus,
.ctaWrap1885 .btn1885.MenuBtn:active {
    color: var(--white);
}

.reservation .dressCode {
    border: 1px solid #3a2e2a;
    padding: 10px;
}

.reservation .dressCode b {
    color: var(--gold);
}

.spySection ul li:before {
    display: none;
}

.spySection ul li:before {
    display: none;
}

.ctaWrap1885 li {
    padding-left: 0px !important;
}

/* Sweep To Right */
.btn1885 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 25px !important;
    background: var(--gold);
    border-radius: 0px;
    color: var(--white);
    border: 1px solid transparent;
    font-weight: var(--fw-semibold);
    width: 300px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.btn1885:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn1885:hover,
.btn1885:focus,
.btn1885:active {
    color: var(--gold);
}

.btn1885:hover:before,
.btn1885:focus:before,
.btn1885:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn1885.MenuBtn {
    background: none;
    border: 1px solid var(--gold);
}


.btn1885.MenuBtn:before {
    background: var(--gold);
}

.btn1885.MenuBtn:hover,
.btn1885.MenuBtn:focus,
.btn1885.MenuBtn:active {
    color: var(--white);
}

/* Reservation CSS */

/* ==========================================Responsive Css */

@media (max-width: 1320px) {
    .header1885 .nav1885 .menu1885 li a {
        padding: 15px 8px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .bgImgMobile {
        margin-top: 0;
    }

    hgroup.heading1885Wrap {
        margin-bottom: 10px
    }

    hgroup.heading1885Wrap h2 {
        font-size: 26px;
    }

    .bodyWrap:before {
        content: '';
        height: 120px;
        width: 100%;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9;
        background: rgb(58 46 42 / 75%);
    }

    /* Our Story */

    .ourStory1885 .storyPartLeft img {
        height: 230px;
    }

    .ourStory1885 .storyPartRight .guestNames h4 {
        font-size: 18px;
    }

    /* The Room */

    .theRoom1885 .theRoomTile img {
        height: auto;
    }

    .theRoom1885 .theRoomTile .roomTitleWrap h4 {
        font-size: 20px;
    }

    /* The Steak  */

    .stackMenuList {
        flex-wrap: wrap;
        padding: 10px;
    }

    .stackMenuList .listDescription {
        flex: inherit;
        width: 100%;
        padding: 0;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid var(--gold);
    }

    .stackMenuList .listPrice {
        font-size: 22px;
        font-weight: 600;
        padding: 0px;
        border-Left: none;
        border-right: none;
        color: var(--gold);
        width: auto;
        text-align: right;
        margin-left: auto;
    }

    .stackMenuList .listTitle {
        font-size: 16px;
        font-weight: 600;
        padding: 0px;
        padding-right: 15px;
        width: auto;
        flex: 1;
    }

    .theStackMenu .addons {
        padding-bottom: 20px;
    }

    /* The Menu */

    .theMenu1885 .menuListRow .MenuPrice {
        width: auto;
        margin-left: auto;
        text-align: right;
    }

    /* Private Dining */
    .privateDining .diningTile .diningDesk h5 {
        font-size: 18px;
    }

    /* Reservation */
    .ctaWrap1885 {
        flex-direction: column;
    }
}