@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&display=swap');
@font-face {
    font-family: 'Waya';
    src: url('../fonts/Waya.ttf') format('truetype'); /* Adjust the path as necessary */
}
@font-face {
    font-family: 'LuckFlag';
    src: url('../fonts/LuckFlag.otf') format('truetype'); /* Adjust the path as necessary */
}
@font-face {
    font-family: 'Helvetica_0';
    src: url('../fonts/Helvetica_0.ttf') format('truetype'); /* Adjust the path as necessary */
}
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Baskervville', serif;
    overflow-x: hidden !important;
}

.full_banner {
    height: 600px;
    width: 100%;
    background-color: #eae0ca;
    /* background-image: url(../img/frame.png); */
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 35px;
    position: relative;
}

.banner_section {
    background-color: #eae0ca;
}

section {
    background-color: #eae0ca;
}

.logo_box>img {
    width: 450px;
}

.logo_box {
    text-align: center;
}

.inner_hero_content_area {
    text-align: center;
}

.inner_hero_content_area>h3 {
    font-family: 'Helvetica_0', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #485450;
    margin-bottom: 0px;
}

.inner_hero_content_area>h4 {
    font-size: 16px;
    color: #737372;
    font-family: 'crt-icon' !important;
    margin-bottom: 0px;
}

img.topleft {
    position: absolute;
    left: 3px;
    top: 0;
    width: 70px;
}

img.topright {
    position: absolute;
    right: 1px;
    top: 0;
    width: 69px;
}

.full_banner::after {
    content: '';
    position: absolute;
    height: 24px;
    background: #1c4f5b00;
    background-image: url(../img/lr.png);
    background-size: contain;
    background-repeat: repeat;
    left: 73px;
    right: 70px;
    width: unset;
    top: 3px;
}

.full_banner::before {
    content: '';
    position: absolute;
    height: 24px;
    background: #1c4f5b00;
    background-image: url(../img/lrb.png);
    background-size: contain;
    background-repeat: repeat;
    left: 68px;
    right: 73px;
    width: unset;
    bottom: 3px;
}

.slick-track {
    width: 100% !important;
}

.slick-slide {
    float: unset !important;
}

.btn_link {
    text-decoration: none;
}

buttons.site_btn {
    display: block;
}

.bt_box {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin: 1rem 0;
    row-gap: 0rem;
}

a.btn_link {
    margin-bottom: 8px;
    display: block;
    margin: 5px;
}

a.btn_link {
    margin-bottom: 8px;
    display: block;
}

.border-left {
    content: '';
    position: absolute;
    width: 24px;
    /* height: 100%; */
    background: #1c4f5b00;
    background-image: url(../img/tb.png);
    background-size: contain;
    background-repeat: repeat;
    top: 68px;
    bottom: 66px;
    left: 6px;
}

.scroll_er.whites_ttx_wd {
    width: 150px;
}

.border-right {
    content: '';
    position: absolute;
    width: 24px;
    /* height: 100%; */
    background: #1c4f5b00;
    background-image: url(../img/tr.png);
    background-size: contain;
    background-repeat: repeat;
    top: 66px;
    bottom: 66px;
    right: 4px;
}

.none_td {
    text-decoration: none;
}

span.whites_ttx {
    color: #eae0ca !important;
}

img.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
}

img.bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76px;
}

.full_banner {
    padding: 40px 0px;
    padding-top: 55px;
}

.hero_content_area {
    margin-top: 30px;
}

.inner_hero_content_area>h4 {
    position: relative;
    width: 42%;
    margin: auto;
    margin-top: 13px;
}

.inner_hero_content_area>h4::after {
    background: #485450;
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.inner_hero_content_area>h4::before {
    background: #485450;
    content: '';
    position: absolute;
    right: 0;
    width: 70px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.scroll_er>img {
    width: 24px;
    margin: auto;
}

.scroll_er {
    display: flex;
    flex-direction: column;
    width: 50px;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.menu>ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.menu>ul>li {
    display: inline-block;
    margin: 0px 15px;
    width: 7%;
}

.menu>ul>li>a {
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #737372;
}

.menu>ul>li.menu_logo {
    width: 17%;
}

.left_menu>ul {
    text-align: center;
}

.menu.right_menu>ul {
    text-align: left;
}

.small_bx {
    width: 100%;
    margin: auto;
}

.small_bx>img {
    width: 100%;
}

.menu-sectinon {
    margin-top: 30px;
}
 
.navbar-for-mobile {
    font-family: "LuckFlag", sans-serif;
    font-size: 12px;
    display: none !important;
}

.full_header {
    text-align: center;
    margin-bottom: 60px;
}

.full_header>h2 {
    font-family: 'Waya', sans-serif; /* Fallback to sans-serif in case the custom font fails to load */
    background-image: url(../img/bg_border.png);
    background-repeat: no-repeat;
    font-size: 24px;
    letter-spacing: 2px;
    background-size: contain;
    color: #485450;
    background-position: center;
    margin-bottom: 0;
    padding: 12px 0px;
}

.full_content_st>p {
    font-family: 'Helvetica_0', sans-serif;
    color: #818181;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.our_stories {
    padding-top: 50px;
}

.the_menu_section {
    padding-top: 50px;
}

.header {
    padding-top: 100px;
}

.menu-sectinon {
    /* margin-top: 55px; */
    padding: 0px;
    background: #eae0ca;
    position: sticky;
    top: 0;
}

.scroll_er>span {
    color: #485450;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
}

.gallery_slider>img {
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    /* background-size: contain;
    background-repeat: no-repeat; */
}

.gallery_section {
    /* width: 100%; */
	
}

.gallery_slider>img {
    width: 100% !important;
    /* background-size: cover;
    background-repeat: no-repeat; */
}

.gallery_slider.slick-slide.slick-active {
    display: block !important;
}

.gallery_slider.slick-slide {
    display: none !important;
}

.food_header>h3 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #485450;
    font-weight: 600;
}

.food_header>h4 {
    font-size: 13px;
    margin-bottom: 0;
    color: #485450;
}

.food_list>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

.food_list>ul>li {
    margin-bottom: 45px;
}

.list_headings>img {
    width: 200px;
    margin: auto;
}

.list_headings {
    text-align: center;
    margin-bottom: 35px;
}

.full_header>h2 {
    
    position: relative;
}

.full_header>h2::after {
    position: absolute;
    content: '';
    /* background-image: url(../img/heading_after.png); */
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}

.full_header>h2::before {
    position: absolute;
    content: '';
    /* background-image: url(../img/heading_before.png); */
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}


/* .full_header {
    width: 280px;
    margin: auto;
    margin-bottom: 60px;
} */

.full_header {
    width: 365px;
    margin: auto;
    margin-bottom: 60px;
}

section.our_stories {
    padding-bottom: 0px;
}

section.gallery_section {
    padding-top: 70px;
}

#indicator {
    position: absolute;
    top: 0px;
    left: 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#indicator>div {
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}

#indicator>div.active {
    transform: scale(1.6);
}

.inner_main_sections_containers_img_vox>img {
    margin: auto;
    width: 94%;
}

.inner_main_sections_containers_img_vox {
    width: 100%;
}

.main_sections_containers>h3>span {
    font-family: 'Waya', sans-serif; /* Fallback to sans-serif in case the custom font fails to load */
    color: #485450;
    font-size: 22px;
    background-image: url(../img/bg_border.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
    padding: 10px 50px;
    text-align: center;
}

.main_sections_containers>h3 {
    margin-bottom: 30px;
    text-align: center;
}

.main_sections_containers>p {
    font-family: 'Helvetica_0', sans-serif;
    color: #818181;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

buttons.site_btn {
    background: #485450;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
}

.main_sections_containers>h5 {
    font-size: 14px;
    color: #485450;
    font-weight: 600;
    margin-bottom: 40px;
}

.main_cols_area_sections {
    margin-top: 100px;
}

.main_sections_containers>h3>span {
    position: relative;
}

.main_sections_containers>h3>span::after {
    position: absolute;
    content: '';
    /* background-image: url(../img/heading_after.png); */
    /* right: -50px; */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_sections_containers>h3>span::before {
    position: absolute;
    content: '';
    /* background-image: url(../img/heading_before.png); */
    /* left: -50px; */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_sections_containers>h3 {
    /* padding-left: 50px; */
}

.main_cols_area_sections {
    padding-bottom: 40px;
}

.footer_section {
    background: #F0927E;
    padding: 80px 0px;
    padding-bottom: 0;
}

.inner_footer_areas {
    padding-bottom: 84px;
}

.footer_header>h4 {
    font-family: 'LuckFlag';
    font-size: 18px;
    color: #eae0ca;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 18px;
}

.footer_header {
    text-align: center;
}

.col_footer_row>h5 {
    font-size: 17px;
    color: #eae0ca;
    text-align: center;
    font-family: 'crt-icon', serif !important;
}

.col_footer_row>h5 {
    margin-bottom: 0;
}

.col_footer_row>h5>a {
    color: #eae0ca;
    /* margin-bottom: 10px; */
}

.col_footer_row>h5 {
    margin-bottom: 8px;
}

h5.social_icon {
    margin-bottom: 0;
    margin-top: 50px;
}

h5.time_area {
    margin-bottom: 0;
    margin-top: 50px;
}

.col_footer_row>p {
    color: #eae0ca;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}

section.gallery_section {
    overflow-x: hidden;
}

.menu>ul>li>a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #485450;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.menu>ul>li>a:hover:after {
    transform: scaleX(1);
}

.menu>ul>li>a.active:after {
    transform: scaleX(1);
}

.menu-sectinon.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transition: transform 0.4s ease-in-out;
    z-index: 999999;
    background: #eae0ca;
    opacity: 1;
}


.full_txt {
    text-align: center;
}

.full_txt>p {
    text-align: center;
    color: #eae0ca;
    margin-bottom: 0px !important;
    font-size: 13px;
}

.copy_right_section {
    padding-top: 50px;
}

.reserver {
    background: #eae0ca;
    padding: 0 45px;
}

.main_sections_containers>h3>span>br {
    display: none;
}

.full_reserver>a {
    font-family: 'Karla', sans-serif;
    text-align: center;
    display: block;
    padding: 20px 0px;
    text-decoration: none;
    color: #eae0ca;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.reserver {
    background: #F29582;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
}

.reserver:hover {
    background-color: #737372;
    color: #c9ba91 !important;
    text-decoration: none;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

img.bottomleft {
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 68px;
}

/*easy scroll dots - codepenVersion*/

.scroll-indicator-controller {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    z-index: 2;
}

.text_element {
    font-family: 'Baskervville', serif !important;
}

@media (max-width: 1024px) {
    .scroll-indicator-controller {
        right: 10px;
    }
}

.scroll-indicator-controller>div {
    width: 3px;
    height: 20px;
    position: relative;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 0 15px 0;
    cursor: pointer;
    transition: background 0.4s ease;
    will-change: transition;
}

.scroll-indicator-controller>div span {
    color: tomato;
    position: absolute;
    right: calc(100% + 8px);
    white-space: nowrap;
    top: -1px;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 17px;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.4s ease;
    will-change: transition;
    color: #464646;
    font-weight: 600;
}

.scroll-indicator-controller>div span:after {
    content: "-----";
    padding-left: 5px;
    letter-spacing: -2px;
    font-family: arial, sans-serif;
    vertical-align: text-top;
    font-weight: 400;
}

@media (hover: hover) {
    .scroll-indicator-controller>div:hover span {
        width: auto;
        opacity: 1;
        overflow: visible;
        transform: translateX(0px);
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .scroll-indicator-controller>div:hover span {
        width: auto;
        opacity: 1;
        overflow: visible;
        transform: translateX(0px);
    }
}

@media (hover: none) {
    .scroll-indicator-controller>div span {
        display: none;
    }
}

.scroll-indicator-controller.indi-mobile>div span {
    display: none;
}

.scroll-indicator-controller>div.active {
    background: #485450;
    border-color: rgba(0, 0, 0, 0.25);
}

@supports (-ms-ime-align:auto) {
    .scroll-indicator-controller>div span {
        transition: opacity 0.4s ease;
    }
}

.inner_our_stories {
    margin-bottom: 80px;
}

.menu {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
}

img.logo_orders {
    width: 260px;
}

.reserve_section {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.order_boxesse {
    background: #c9ba91;
    padding: 20px 30px;
}

.order_logos {
    text-align: center;
}

.day_times_lists>ul {
    list-style: none;
}

.day_times_lists>ul>li>.indivcols {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.colss_es>h4 {
    margin-bottom: 0;
    line-height: 1;
    color: rgb(68 77 74);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.colss_es>button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 22px;
    color: #444d4a;
    font-family: 'Montserrat', sans-serif;
}

.colss_es>span {
    font-size: 14px;
    color: #444d4a;
    font-family: 'Montserrat', sans-serif;
}

.colss_es.mid_onlys {
    padding: 0px 30px;
}

.day_times_lists>ul>li {
    padding: 13px 0px;
    border-bottom: 1px solid #ffffff7d;
}

.only_bordewre {
    border-top: 1px solid #ffffff7d;
}

.day_times_lists>ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.order_boxesse {
    background: #eae0ca;
    padding: 20px 0px;
}

.order_logos {
    margin-bottom: 40px;
}

.order_content>a {
    text-decoration: none;
    outline: none;
    color: #c9ba91;
    background: #444d4a;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 15px;
    width: 94%;
    margin: auto;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.order_boxesse {
    padding-bottom: 5px;
}


/* .section--one {
    background-color: #574b90;
  }
  .section--two {
    background-color: #303952;
  }
  .section--three {
    background-color: #227093;
  }
  .section--four {
    background-color: #33d9b2;
  }
  .section--five {
    background-color: #ff793f;
  }
  .section--six {
    background-color: #ffb142;
  } */

.header_select_ers {
    width: 120px;
}

.order_box_header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 45px;
    padding: 0px 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #c9ba91 !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

.order_box_header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 55px;
    padding: 0px 20px;
}

.slider {
    -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
    opacity: 1;
}

a.btn_link>buttons.site_btn:hover {
    background: #aca081;
    color: #444d4a;
}

a.btn_link>buttons.site_btn {
    /* font-family: 'Helvetica_0', sans-serif; */
    font-family: 'LuckFlag', sans-serif;
    text-align: center;
}
.our-menu-header, .takeaway-header {
    margin-bottom: 24px;
}

.crt-widget .crt-grid-post .crt-post-text {
    font-family: 'Baskervville', serif !important;
}
#takeaway {
    margin-top: -100px;
    padding-top: 160px;
    padding-bottom: 150px;
}
.crt-popup-wrapper .crt-popup .crt-popup-right {
    font-family: 'Baskervville', serif !important;
}
.menu-sectinon ul.navbar-nav {
    text-align: center;
}
