:root {
    --bg-colorW: #FFFFFF;
    --bg-clolorBrown: #686565;
    --bg-colorTan: #A3826C;
    --bg-clolorTan2: #ACA397;
    --bg-colorD: #000000;
    --text-colorW1: #ffffff;
    --text-colorW2: #6C6D6D;
    --text-clolorBrown: #686565;
    --text-colorD: #181818;

}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}
h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}
h1, h2, h3, h4{
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
h5, p, body {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
h1 {
    font-size: clamp(1.5rem, 7vw, 3.5rem);
}
h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}
h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: clamp(.7rem, 7vw, .87rem);
}
p {
    line-height: 1.75;
    font-size: 15px;
}
body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-colorW);
}
/*     NAV     */
a, a:visited {
    color: var(--text-colorL);
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: italic;
    color: var(--text-colorL);
    text-decoration: underline;
}
#TopBox {
    padding-top: 8px;
}
#NavBox {
    width: 100%;
    height: 50px;
    background-color: var(--bg-colorW);
    border-bottom: 1px solid #DCD0C8;
}
#NavBar {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--bg-colorW);
    border-bottom: 0;
    padding-top: 0;
}
#topMid {
    position: absolute;
    left: 50%;
    height: 2.56rem;
    width: 150px;
    top: .15rem;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topRight {
    text-align: right;
    right: 3%;
    padding-top: .80rem;
    color: var(--bg-colorTan);
}
#topMenu {
    right: 3%;
    padding-top: 15px;
}
#navTop {
    display: flex;
    opacity: .97;
    height: calc(100vh - 72px);
    margin-top: 0;
    max-width: unset;
    margin-left: 0;
    margin-right: auto;
    padding: 50px 30px 10px 30px;
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
    background-color: var(--bg-clolorBrown);
    z-index: 1;
    min-height: 850px;
    top: 40px;
}
.navWeb{
    margin-bottom: 300px;
    width: 100%;
    height: 100%;
}
@keyframes fadeNav {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    /*text-align: center;*/
}
#navTop ul li a {
    font-size: 18px;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1, .bar2, .bar3 {
    background-color: var(--bg-colorTan);
    transition: 0.4s;
}
.Btns {
    color: var(--text-colorD);
}
.Btns:hover {
    color: #0c0c0c;
    font-style: normal;
}
#bannerBkg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.bnrWrap{
    position: absolute;
    top: 40px;
    width: 100%;
}
#bnrHd{
    position: relative;
    width: 100%;
}
#bnrText {
    width: 100%;
    height: 100%;
}
footer {
    background: #1c1c1c;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.bgColorW {
    background-color: var(--bg-colorW);
}
.bgColorD {
    background-color: var(--bg-colorD);
}
.bgColorTan2{
    background-color: var(--bg-clolorTan2);
}
.txColorBrown {
    color: var(--text-clolorBrown);
}
.txColorW1 {
    color: var(--text-colorW1);
}
.txColorW2{
    color: var(--text-colorW2);
}
.txColorGray1 {
    color: var(--text-colorGra1);
}
.txBold {
    font-weight: bold;
}
.mt1-5rem {
    margin-top: 1.5rem;
}
.mt2rem {
    margin-top: 2rem;
}
.mt3rem {
    margin-top: 3rem;
}
.mb1rem {
    margin-bottom: .5rem;
}
.mt1rem {
    margin-top: .5rem;
}
.mtb5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mtb7rem {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.padAll1rem {
    padding: 1rem;
}
.pb2rem {
    padding-bottom: 1.5rem;
}
.pb3rem {
    padding-bottom: 3rem;
}
.pb5rem {
    padding-bottom: 5rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pt_5rem{
    padding-top: .5rem;
}
.pb_5rem{
    padding-bottom: .5rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 1.5rem;
}
.pt3rem {
    padding-top: 3rem;
}
.pt5rem {
    padding-top: 5rem;
}
.ptb3_5rem {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.pt7rem {
    padding-top: 7rem;
}
.posAbsolute {
    position: absolute;
}
.posRelative {
    position: relative;
}
.posAbsoluteCenter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.posAbsoluteTopCenter{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.boxSizing {
    box-sizing: border-box;
}
.displayDesktop {
    display: none;
}
.displayPhone {
    display: block;
}
.displayNone{
    display: none;
}
.phone_fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.justifyContentLeft {
    justify-content: left;
}
.phone_vf {
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.textCenter {
    text-align: center;
}
.btn1 {
    color: #ffffff;
    padding: 11px 35px;
    background-color: var(--bg-clolorBrown);
    /*border-radius: 0.6875rem;*/
    cursor: pointer;
    transition-duration: .3s;
    max-width: 185px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid transparent;
    margin-top: 1rem;
}
.btn1:hover {
    background-color: #252525;
    border: 1px solid var(--bg-colorW);
    color: #ffffff;
}
.btn2 {
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    width: 67px;
    padding: 0 0 5px 0;
}
.content_wrap, .smallContentWrap {
    width: 92%;
    margin: 0 auto;
    max-width: 1722px;
}
.smallContentWrap {
    max-width: 850px;
}
.roundEdge {
    border-radius: 0.6875rem;
}
.whiteLine {
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorW);
}
.grayBar {
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorD);
}
.phoneCenter {
    text-align: center;
}
.hideBox {
    display: none;
}
.showBox {
    display: block;
}
.navDropdownBox{
    max-width: 300px;
    border-top: solid 1px #8e8989;
    margin-bottom: 5px;
}
#navList1,#navList2,#navList3,#navList4{
    border-top: solid 1px #8e8989;
    max-width: 300px;
    padding-left: 15px;
}
.navDropdownBox:first-child{
    border-top: none;
}
.navArrow {
    width: 22px;
    align-items: end;
    transition: transform 0.3s ease;
}
.navArrowOpen {
    transform: rotateZ(180deg);
    transition: transform 0.3s ease;
}
.answerOpen{
    display: block;
    opacity: 1;
    padding-bottom: 1.5rem;
    animation: fadeNav .3s;
}
.Item_wrap {
    overflow-x: scroll;
    /* overflow-y: hidden; */
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 10px;
    border-radius: 50px;
    /*border: 1px solid #ffffff;*/
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: #C2C1BE;
    border-radius: 50px;
    /*border: 1px solid #ffffff;*/
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: #8b8379;
}
.ItemBox {
    width: 215px;
    box-sizing: border-box;
    border: none;
    background-color: #000000;
    margin: 30px 30px 15px 0;
    overflow: hidden;
    position: relative;
    height: 215px;
    border-radius: 13px;
}
.Item_wrap .ItemBox {
    display: inline-block;
    vertical-align: top;
}
.ItemPic{
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    opacity: 85%;
}
.ItemPic:hover{
    transform: scale(1.07);
    opacity: 1;
}
.scroll_wrap{
    padding-left: 30px;
}
.bg-ftPicWrap{
    max-width: 700px;
    height: 319px;
}
.bgPic1,.bgPic2{
    left: 0;
    top: 50%;
    height: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.bgPic2{
    left: unset;
    right: 0;
}
.fPic1,.fPic2{
    width: 300px;
    top: 0;
    right: 0;
}
.fPic2{
    right: unset;
    left: 0;
}

.product_fld,.product_fldSmall{
    border: none;
}
.product_fld:focus-visible{
    border-bottom: solid 1px #473931;
}
.product_fld,.product_fldSmall,.shop-box-style{
    border-bottom: solid 1px #8b8379;
    padding: 7px 15px;
    margin-bottom: 2rem;
}
::placeholder{
    opacity: .6;
}
.product_fld,.shop-box-style{
    width: 100%;
}
.product_fldSmall{
    width: 47%;
}
#bookingWrap{
    padding-bottom: 100px;
}
.secondary-title,.shop-box-style{
    padding-bottom: 7px;
    color: var(--text-colorW2);
}
.BookingBtn{
    width: 70%;
    max-width: 200px;
    background-color: var(--bg-colorTan) ;
    color: var(--text-colorW1);
    padding: 15px 30px;
    text-align: center;
    cursor: pointer;
}
.listP p{
    width: 80%;
}
.checkMark1{
    padding-top: 5px;
    padding-right: 15px;
}
.mmdEndorsBox{
    width: 30%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 370px) {

}

@media only screen and (min-width: 500px) {

}

@media only screen and (min-width: 598px) {
    .ItemBox {
        width: 350px;
        height: 350px;
    }
}

/* Layout: 740px */
@media only screen and (min-width: 740px) {
    #navTop{
        /*max-width: unset;*/
        max-width: 500px;
    }
    .navWeb{
        padding-left: 100px;
    }
}

@media only screen and (min-width: 850px) {
    h2 {
        line-height: inherit;
    }
    .fw {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .displayDesktop {
        display: block;
    }
    .displayPhone {
        display: none;
    }
    .left_47, .right_47 {
        width: 47%;
    }
    .box_30 {
        width: 31%;
    }
    .Desk_ptb7rem {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .phoneCenter {
        text-align: left;
    }
    .scroll_wrap{
        margin-left: 3%;
    }
    .mmdEndorsBox{
        width: 18%;
    }
}

/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {

}

@media only screen and (min-width: 1250px) {

}

/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}