a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: #846A4D;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    float: right;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #f8f8f8;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8;
    color: #232323;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}

.mobile-menu-area {
    background: #262626;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    text-transform: capitalize;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 15px;
    margin-top: 1px;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    border: 0 !important;
    background: #F8F8F8;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.mean-container .mean-bar::after {
    color: #ffffff;
    content: "MENU";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
}

/* -------------------------------
39. Mobile menu
----------------------------------*/

.mean-container .mean-bar::after {
    display: none;
}

.mean-container .mean-nav ul li a:hover {
    border-radius: 0;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: none;
    top: -4px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-nav ul li {
    background: #444;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
}

.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}

.mean-container a.meanmenu-reveal:hover span {
    background: #fff;
}

.mean-container .mean-bar::before {
    color: #fff;
    /*content: "Arcke";*/
    font-size: 28px;
    font-weight: 600;
    left: 10px;
    position: absolute;
    top: 18px;
    background: url('assets/images/logo3.webp');
}
/* ================= HEADER ================= */
.arcke-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #d8ab7a;
    z-index: 100000;
}

.arcke-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.arcke-header-logo img {
    max-width: 80px;
}

/* ================= HAMBURGER ================= */
.arcke-hamburger {
    width: 32px;
    height: 24px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100001;
}

.arcke-hamburger span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.35s ease;
    transform-origin: center;
}

/* ACTIVE = CROSS */
.arcke-hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.arcke-hamburger.active span:nth-child(2) {
    opacity: 0;
}
.arcke-hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* ================= OVERLAY ================= */
.arcke-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 99998;
}

.arcke-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ================= MOBILE SIDEBAR ================= */
#mobile-menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #d8ab7a;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 99999;
}

#mobile-menu-area.active {
    transform: translateX(0);
    height: 550px;
}

/* SIDEBAR HEADER */
.arcke-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.arcke-mobile-logo img {
    max-width: 130px;
}

/* CLOSE BUTTON */
.arcke-close-btn {
    background: none;
    border: none;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

/* MENU */
.arcke-mobile-nav {
    height: calc(100vh - 80px);
    overflow-y: auto;
}

.arcke-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.arcke-mobile-list li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.arcke-mobile-list li a {
    display: block;
    padding: 16px 22px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.arcke-mobile-list li a:hover {
    color: #D8AB7A;
}

/* BODY LOCK */
body.menu-open {
    overflow: hidden;
}

/* DESKTOP HIDE */
@media (min-width: 767px) {
    .arcke-hamburger,
    #mobile-menu-area,
    .arcke-menu-overlay {
        display: none;
    }
    .arcke-header{
        display: none;
    }
}

@media (max-width: 767px) {
.slider_area_five{
    height: 480px !important;
}
.slider_area_five .single-slider {
    margin-top: 90% !important;
}
.price_highlight_dark{
    padding: 0px 0 !important;
}
.arcke-header {
    position: relative !important;
}
}
