.banner_page {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}
.banner_page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, black, transparent, black);
    opacity: .9;
}
.banner_page .fp-tableCell {
    vertical-align: bottom;
}

.banner_page .grid-container {
    position: relative;
    margin-bottom: 7.8125rem;
    z-index: 9;
}
img.background_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_page .grid-container {
    position: relative;
    margin-bottom: 7.8125rem;
    z-index: 9;
}
.banner_page .grid-100 {
    width: auto;
}
.banner_page h1.heading_title {
    position: relative;
    display: inline-block;
    width: auto;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.70);
}

.banner_page h1.heading_title:before {
    opacity: .6;
    background: #000;
    filter: blur(37px);
    content: '';
    width: 150%;
    height: 200%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumbs {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}
nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

nav.breadcrumb ul * {
    color: #fff;
    font-style: unset;
    font-size: 0.9375rem;
    font-weight: 400;
}

nav.breadcrumb ul li {
    margin: 0 !important;
}
span.divider {
    margin: 0 0.78125rem !important;
    display: inline-block;
    opacity: 1 !important;
}
#header {
    position: fixed;
    top: 0;
}
#header .current-menu-item a, #header li a:hover {
    color: #ec1b24;
}
#header .wrap .nav_right ul li+li {
        margin-left: 2rem;
    }
#header .wrap .nav_right ul {
        flex-wrap: wrap;
        justify-content: center;
    }
#header .wrap .nav_right ul {
        text-align: left;
    }

#header .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 3.646rem 0 2.604rem;
}
.logo_headers a {
   /*  width: 4.9375rem;
    height: 5.03125rem;
    align-items: flex-start; */
}

.logo_headers a img {
    max-width: 2.9rem;
    margin-top: .5rem;
}

#header .wrap .nav_right ul {
    margin-top: .5rem;
}

li.icon_menu svg {
    width: 2.217rem;
}

li.icon_search svg {
    width: 2.5rem;
}
#header {
    background: linear-gradient(180deg, black, transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.fixed_scroll_down {
    display: none;
}
.menu_header {
    display: flex;
    align-items: center;
    align-items: flex-start;
}
#header .wrap .nav_right ul {
    list-style: none;
    margin: 1.823rem 0 0 0;
    display: flex;
} 
.menu_header li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}
.menu_header li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    line-height: normal !important;
}

.menu_header li a svg {
    display: block;
    margin-top: 0.208rem;
}
.menu_color .menu_header li a {
    color: #333;
}

.menu_header li a svg path {
    stroke: #fff;
    transition: .5s all;
}

.menu_color .menu_header li a svg path {
    stroke: #333;
}
.menu_header li a:not(.search_icon)>svg {
    display: block;
    margin: 0 0 0 .3rem;
}

.menu_color .menu_header li a:not(.search_icon)>svg path {
    fill: #333;
}
.menu_header ul.menu a::after {
    width: 0 !important;
}
.menu_header ul.menu .current-page-ancestor a, .menu_header ul.menu .current-menu-item a, .menu_header ul.menu a:hover{
    padding-right: 0;
}
.breadcrumbs .breadcrumb{background: none;}
.heading_title {
    font-size: 2.125rem;
    font-weight: 700;
    font-family: "Cormorant", serif;
    text-transform: uppercase;
    background: var(--7, linear-gradient(225deg, #fff 17.09%, #fff 54.26%, #fff 85.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.521rem 0 1.302rem;
    line-height: 1.1;
}
.banner_page h1.heading_title {
    position: relative;
    display: inline-block;
    width: auto;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.70);
}
.logo_header a {
    border-radius: 0px 0px 55.498px 55.498px;
    border-right: 0.793px solid var(--7, #F0D5A5);
    border-bottom: 0.793px solid var(--7, #F0D5A5);
    border-left: 0.793px solid var(--7, #F0D5A5);
    background: #ffffff47;
    box-shadow: 0px 4px 1.042rem 0px rgba(0, 0, 0, 0.10);
    width: 5.9375rem;
    height: 7.03125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logo_header a img {
    max-width: 4.0625rem;
    height: auto;
}
.footer-wrapper {
    position: relative;
    width: 100%;
}
#footer {
    min-height: 100vh;
}
#footer * {
    color: #fff;
}
.footer_top {
    padding-bottom: 2.604rem;
    margin-bottom: 2.604rem;
    position: relative;
}
.footer_top:before {
    height: 1px;
    width: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(45deg, transparent, #fff, transparent);
    opacity: 1;
    transition: .5s all;
}

.footer_top .inner {
    display: flex;
     
}
.footer_1, .footer_2 {
    flex: 0 0 auto;
}
h3.title_footer {
    min-height: 4.01rem;
    font-size: 1.302rem;
    background: var(--7, linear-gradient(225deg, #F0D5A5 17.09%, #AE9562 54.26%, #F5DBB1 85.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cormorant", serif;
    display: block;
    margin-bottom: 0.78125rem;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
}
h3.title_footer:before {
    width: 4.167rem;
    height: 0.104rem;
    background: #E0C596;
    content: '';
    position: absolute;
    bottom: 0;
}

.footer_3 {
    width: 100%;
}
.footer_3 {
    padding-left: 7.8125rem;
}
.menu_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_footer li {
    display: flex;
    margin: 5px 0;
}
.menu_footer a {
    font-size: 0.98125rem;
}
.footer_bottom{position: relative;z-index: 99}
.footer_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 40%);
}
.footer_nav .wrap {
    padding: 0.521rem 0;
    opacity: .6;
}
.footer_nav .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:1200px){
    #header .wrap {
        padding: 0 1.5rem 0 1.5rem;
    }
}
@media (max-width: 865px) {
    .footer_top .inner {
        flex-wrap: wrap;
    }
    .footer_3{padding-left: 8px;margin-top: 20px;}
    .footer_top .inner .footer_1 {
        width: 100%; 
        margin-bottom: 0;
    }
    .footer_bottom .grid-25 {
         
        margin-bottom: 2rem;
    }
    .site-header{
        display: block !important;
    }
    .menu_header {
        display: none;
    }
    ul.hide_on_pc {
        display: flex !important;
    }
    .menu_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #181818;
        display: flex;
        align-items: center;
    }
    .menu_header {
        flex-wrap: wrap;
        transform: translateX(-100%);
        transition: .5s all;
    }
    .menu_header li {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .menu_header li+li {
        margin-top: 2rem !important;
    }

    .menu_header li a {
        font-size: 1.4rem;
    }

    .menu_header.active {
        transform: translateX(0%);
    }
    .banner_page {
        height: auto;
        min-height: unset;
        padding-top: 38.25%;
    }
    .menu_header {
        display: flex;
        text-align: left;
        align-content: center;
        padding: 0 2rem 0;
    }

    header#header .wrap .nav_right ul {
        text-align: left;
    }

    .menu_header li {
        text-align: left;
    }

    a.search_icon {
        display: none !important;
    }

    .menu_head {
        margin: 0;
    }
    .close_menu {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 4rem;
        height: 4rem;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        fill: #fff;
    }

    .close_menu svg {
        max-width: 60%;
        max-height: 60%;
        width: 100%;
        height: auto;

    }
    section.breadcrumbs {
        display: none;
    }
    .share_post {
        display: none;
    }

    .post_page .arrow_slider {
        display: none;
    }
    .menu_header  svg.svg_top {
        fill: #fff;
        filter: brightness(0) invert(1);
        pointer-events: none;
    }
    .banner_page .grid-container {
        position: relative;
        margin-top: 7.8125rem;
        margin-bottom: 0;
        z-index: 9;
    }
    #header .wrap .nav_right ul{
        margin-top: 0;
    }
}