/* ===== Header css start ===== */
body{
    font-family: "freight-sans-pro,sans-serif", Arial, sans-serif;
    color: #1d1d1b;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'roboto', sans-serif;
    /* font-family: "Noto Serif"; */
}
html {
    scroll-behavior: smooth;
}
#sub_heading{
    font-family: 'Dancing Script', cursive;
    color: white;
    text-align: center;
    
}
/* ===== Header and Banner css start ===== */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
}
.logo_fixed {
    position: fixed;
    top: 50%;
    left: -50px;
    z-index: 10;
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform-origin: top center;
    max-width: 275px;
}
header .logo-img {
    width: 200px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header.sticky-header .logo-img {
    width: 180px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header-logo{
    display: none;
}
.navbar-dark .header-logo{
    display: block;
}
.navbar-dark .header-sticky-logo{
    display: none;
}
.navbar_fixed{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 105;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    padding: 35px;
    text-align: right;
   
}
.header-banner{
    overflow: hidden;
    width: 100%;
}
.custom-header .navbar-expand-lg .navbar_fixed .navbar-nav{
    flex-direction: column;
    width: 100%;
}
.custom-header .navbar .navbar-nav{
    margin-left: 15px;
}
.custom-header .navbar .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.custom-header .navbar-dark .navbar-nav .nav-link{
    color: #010101;
}

.top_slider{
    height: 95vh;
}
.slider-item{
    background-size: cover !important;
    min-height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.top_slider .slider_1{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slider_img_01.jpg);
}
.top_slider .slider_2{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slider_img_02.jpg);
}
.top_slider .slider_3{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slider_img_03.jpg);
}
/* .header-banner .slider_4{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/intro_slider_03.jpg);
} */
.custom-header .navbar-dark .navbar-toggler{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 111;
    color: #fff;
}
.navbar-toggler .fa-times{
    display: none;
}
.navbar-toggler[aria-expanded="false"] .fa-times{
    display: none;
}
.navbar-toggler[aria-expanded="true"] .fa-times{
    display: inline;
}
.navbar-toggler[aria-expanded="false"] .fa-bars{
    display: inline;
}
.navbar-toggler[aria-expanded="true"] .fa-bars{
    display: none;
}
.show{
    display: block;
}
/* Slider text and button */

.top_slider .img_wrapper img {
    width: 100%;
    height: auto;
}

.top_slider .slider-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.slider-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.content_wrapper h1{
    font-family: "Allison", cursive;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1;
}

#slider_h1{
    color: rgb(5, 73, 5);
}

#slider_h2{
    font-size: 2.4rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.slider-content .content-wrapper {
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.slider-content .content-wrapper h1 {
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.slider-content .content-wrapper h2 {
    font-size: 23px;
    letter-spacing: 1px;
}

.content_wrapper p {
    font-size: 1.4rem;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.btn-custom {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 16px;
    border: 2px solid #D7B686;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear;
    vertical-align: bottom
}

.btn-wrapper .btn-custom:hover,
.btn-wrapper .btn-custom:focus {
    background: #D7B686;
    color: #FFF;
}
/* ===== Header and Banner css end ===== */


/* ===== About css start ===== */
.welcome_info {
    max-width: 100%;
    margin: 0 auto;
}
.title_section {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    font: 29px freight-neo-pro,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}
.welcome_info_left {
    width: 100%;
    max-width: 100%; 
    min-width: unset;
}
.welcome_info_left img{
    max-width: 100%;
    height: auto;
    display: block; 
}
.welcome_info_text {
    width: 100%;
    padding-left: 55px;
}
.welcome_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    background-image: url(../images/welcome_bg.svg);
}
.welcome_info_description {
    color: #010101;
    font: 14px/20px freight-neo-pro,sans-serif;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin-top: 20px;
}
.welcome_info_text p {
    color: #fff;
    font: 500 15px/25px freight-sans-pro,sans-serif;
    letter-spacing: .015em;
    margin-bottom: 20px;
}
/* ===== About css end ===== */

/* ===== Restaurant intro css start ===== */
.intro_section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    background-image: url(../images/intro_circle_bg.svg);
}
.intro_section .screen_bg_fixed {
    top: 26%;
    bottom: 0;
    left: 0;
    height: auto;
    width: 58.56%;
    position: fixed;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.intro_info .title_section {
    margin-bottom: 30px;
    color: #010101;
}
.restaurant_section {
    max-width: 720px;
    margin: 0 auto;
}
.view_menu_link{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #1d1d1b;
    font: 500 12px freight-sans-pro,sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 15px 10px;
    min-width: 139px;
    border: 1px solid #1d1d1b;
    background: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.intro_info {
    position: relative;
    z-index: 8;
    width: 44.4%;
    padding-top: 100px;
    padding-right: 60px;
}
.intro_img {
    position: relative;
    width: 54.6%;
}
.intro_img_slider {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.intro_img_main {
    overflow: hidden;
}
.intro_img_src {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 637px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.intro_slide_01{
    background-image: url(../images/intro_slider_0001.jpg);
}
.intro_slide_02{
    background-image: url(../images/intro_slider_0002.jpg);
}
.intro_slide_03{
    background-image: url(../images/intro_slider_0003.jpg);
}
.intro_img_slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 0 4px;
}
.slick-dots li.slick-active{
    background-color: #933722;
}
.restaurant_leaves {
    position: absolute;
    bottom: -190px;
    left: -190px;
}
/* ===== Restaurant intro css ends ===== */


/* ===== menus_section css start ===== */ 
.menus_section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    background-image: url(../images/menu_bg.svg);
}
.menus_buttons_wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: -7px;
}
.menus_buttons a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font: 11px freight-neo-pro,sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 0 25px;
    min-width: 140px;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menus_buttons a:hover {
    background: #fff;
    color: #1d1d1b;
}
/* ===== menus_section css ends ===== */ 


/* ===== Gallery css start ===== */
.gallery_section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    background-image: url(../images/menu_bg.svg);
    
}
.gallery_section .inner_section{
    max-width: 720px;
    margin: 0 auto;
}
.gallery_section .title_section {
    color: #fff;
}
.gallery_slide_img{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 407px ;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.gallery_slide_01{
    background-image: url(../images/gallery01\ .jpg);
}
.gallery_slide_02{
    background-image: url(../images/gallery02.jpg);
}
.gallery_slide_03{
    background-image: url(../images/gallery03.jpg);
}
.gallery_slide_04{
    background-image: url(../images/gallery04.jpg);
}
.gallery_slide_05{
    background-image: url(../images/gallery05.jpg);
}
.gallery_slide_06{
    background-image: url(../images/gallery06.jpg);
}
.gallery_slide_07{
    background-image: url(../images/gallery07.jpg);
}
.gallery_section .slick-arrow{
    position: absolute;
    bottom: -40px;
    top: auto;
}
.gallery_section .slick-prev:before, .gallery_section .slick-next:before{
    color: #fff;
    font-size: 30px;
}
.gallery_section .slick-prev {
    left: 0;
}
.gallery_section .slick-next{
    right: 0;
}
/* ===== Gallery css end ===== */


/* ===== Video section css start ===== */
.vidio_section{
    position: relative;
    z-index: 1;
    background: #f3e7d7;
    padding: 120px 0;
}
.vidio_section .title_section {
    color: #010101;
}
/* ===== Video section css end ===== */

/* ===== Contact-us css start ===== */
.contact_section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    background-image: url(../images/contact_bg.svg);
}
.contact_info{
    max-width: 720px;
    margin: 0 auto;
}
.contact_info h5{
    font-size: 24px;
    margin-bottom: 12px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
}
.contact_info_item p {
    color: black;
    font: 500 15px/25px freight-neo-pro,sans-serif;
    letter-spacing: .02em;
    margin-bottom: 0;
}
.contact_info_item p a {
    text-decoration: none;
    color: #fff;
    font-style: italic;
}
/* ===== Contact-us css end ===== */


/* ===== Footer css start ===== */

.footer {
    position: relative;
    z-index: 1;
    padding: 40px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #d8cebf;
    align-items: center;
    flex-wrap: wrap;
}
.footer_left p {
    color: #010101;
    font: 13px/20px freight-neo-pro,sans-serif;
    letter-spacing: .02em;
    margin-bottom: 8px;
}
.footer_left p a {
    color: #010101;
    text-decoration: none;
}
.footer_links {
    text-align: right;
    list-style-type: none;
}
.footer_links a {
    text-decoration: none;
    color: #010101;
    font: 13px/20px freight-neo-pro,sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.footer h5{
    font-size: 24px;
    margin-bottom: 12px;
    font-style: italic;
    font-weight: 600;
}
.footer_logo{
    max-width: 220px;
}
.social-icon-button.facebook {
    color: #3b5998;
}
.social-icon-button.gplus {
    color: #dd4b39;
}
.social-icon-button:hover .fa {
    color: #fefefe;
}
.social-icon-button span {
    display: block;
    border-radius: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.social-icon-button:hover span {
    display: block;
    border-radius: 3.6rem;
    width: 2.5rem;
    height: 2.5rem;
}
.social-icon-button.facebook span {
    background-color: #3b5998;
}
.social-icon-button.gplus span {
    background-color: #dd4b39;
}
.social-icon-button .fa{
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 3.6rem;
    transition: all 0.3s ease-in-out;
}
.social-icon-button {
    border-radius: 2.6rem;
    width: 2rem;
    height: 2rem;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    background: none;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #1D1D2C;
    color: #ede2e2;
    z-index: 11;
}
/* ===== Footer css end ===== */


/* ===== Comman css Start ===== */

.bg-black{
    background-color: #000;
}
.bg-green{
    background: #8fa13e;
}


/* start notice bar */
.top_notice_bar{
    z-index: 1;
    position: relative; 
    color:black;
    background: #f3e7d7;
    top: 90px;
}
.top_notice{
    display: flex;
}
.notice_heading{
    width: 130px;
}
.notice_text{
    width: 100%;
}

/* end notice bar */


/* ===== Contact-us css start ===== */
.container-contactus{
    background: linear-gradient(
        rgba(0, 0, 0, 0.2));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-contactus h2{
    background-color: rgba(255,255,255,.85);
    padding: 15px 15px;
    margin-bottom: 10px;
}
.adderes-wrapper h3{
    font-size: 1.5rem;
}
.adderes-wrapper{
    background-color: rgba(255,255,255,.85);
    padding: 35px 30px;
    position: relative;

}
.adderes-wrapper i{
    position: absolute;
    left: -30px;
    top: 3px;
}
.adderes-wrapper .address-content i{
    font-size: 1.5rem;
}
.adderes-wrapper .email-content i{
    font-size: 1.3rem;
}
.adderes-wrapper .email-content a,
.adderes-wrapper .email-content a:hover{
   color: #364c48;
}
.map-wrapper{
    padding: 10px 10px;
    background: rgba(255,255,255,.55);
}
.btn-submit,
.btn-submit:hover,
.btn-submit:focus {
    background-color: #3433b8;
    color: #fff;
    border-radius: 0;
    width: 100%;
}
/* ===== Contact-us css end ===== */



.top_slider .img_wrapper img {
    width: 100%;
    height: auto;
}

.top_slider .slider-content {
    position: absolute;
    bottom: 0;
    top: 60px;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.slider-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.content_wrapper h1 {
    color: #D7B686;
    font-family: "Allison", cursive;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1;
}

.content_wrapper h2 {
    font-size: 2.4rem;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.content_wrapper p {
    font-size: 1.4rem;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

.btn-custom {
    /* border: 2px solid #fff;
    color: #fff;
    padding: 12px 16px;
    border: 2px solid #D7B686;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s linear;
    vertical-align: bottom; */

    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font: 11px freight-neo-pro, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 0 25px;
    min-width: 140px;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-custom:hover,
.btn-custom:focus {
    background: #943722;
    color: #FFF;
}