:root {
    --theme-color:#A01D13;
    --title-color: #CCAE68;
    --body-font: "Oswald", sans-serif;
    --title-font: "Berkshire Swash", serif;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-weight: 600;
}
ol, ul {
    margin: 0;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0;
    font-size: 17px;
    color: #000000;
}   
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 19px
}

/* header-css */

.header-top {
    background-color: #f4f4f4;
    padding: 4px;
}
.header-layout{
    /* padding: 6px 0px; */
    position: relative;
    top: 0px;
}
.main__banner{
    background-image: linear-gradient(45deg, rgb(0 0 0 / 60%), rgb(5 5 5 / 72%)), url(../images/banner/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header_logo{
    width: 190px;
    height: auto;
    display: block;
    position: static;
    top: -20px;
    left: 45%;
    right: 0;
}
.mobile_logo{
    display: none;
}
.facebook_icons {
    width: 29px !important;
    margin-top: 2px;
}
.tab-links {
    display: flex;
    align-items: center;
    background: #292928af;
    border-radius: 80px;
    top: 50px;
    padding: 0px 0px;
    border: 1px solid #a01d137a;
}
.header-links-1{
    float: right;
    padding: 5px 0px;
}
.header-links {
    padding: 5px 0px;
}
.header-links ul li a{
    color:  #000 !important;
    font-weight: 400;
}
.header-links-1 ul li a{
    color:  #000 !important;
}
.header-links ul li a i{
    color: #A01D13;
    font-size: 20px;
}
.header-links ul li a img{
   width: 32px;
   margin-right: 10px;
}
.header-links-1 ul li a img{
    width: 32px;
    margin-right: 10px;
 }
.header-links-1 ul li a i{
    color: #A01D13;
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
}
.et-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #CCAE68;
    color: #fff !important;
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 27px;
}

.et-btn:hover, .et-btn.active {
    color: #fff;
    background-color: #A01D13;
}
.tab-links li{
    padding: 0px 7px;
}
.tab-links li a {
    color: #ffffff;
    font-size: 18px;
}
.tab-links li a:hover{
    color: var(--title-color); 
}
.main_banner_bg {
    padding: 170px 0px 200px 0px;
    position: relative;
    background-image: url(../images/background/wave.png);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: -26px;
}
.banner-heading h6{
    color: #fff;
    font-family: var(--title-font);
    font-size: 42px;
    font-style: normal;
    line-height: 78px;
    margin-bottom: 0px;
}
.banner-heading h3{
    color: #fff;
    font-family: var(--title-font);
    font-size: 75px;
    font-style: normal;
    line-height: 100px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-heading h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--body-font);
}
.hero-content {
    text-align: center;
}
.box {
    display: inline-block;
    border: 2px solid #CCAE68;
    border-top: none;
    padding: 30px;
    padding-top: 0;
    position: relative;
    z-index: 1;
}
.box::before {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 70px;
    border-top: 2px solid #CCAE68;
    top: 0;
    z-index: -1;
}
.box span {
    position: relative;
    top: -15px;
    text-transform: uppercase;
    font-size: 20px;
}
.box h5 {
    margin: 0;
    font-size: 80px;
    font-family: var(--font-default);
    line-height: 1;
    font-family: 'Berkshire Swash';
}
.box::after {
    position: absolute;
    right: 0;
    content: "";
    height: 2px;
    width: 70px;
    border-top: 2px solid #CCAE68;
    top: 0;
    z-index: -1;
}
.about_section{
    padding: 80px 0px;  
}
.about_section_bg{
    background-image: url(../images/background/about-bg1.png);
    background-repeat: no-repeat;
    background-position: right;

}
.about_content h1{
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 500;
    margin-top: 15px;
}
.about_content p{
    color: #000;
    font-size: 17px;
}
.about-bttn{
    margin-top: 30px;
}
.about_content {
    border: 10px solid var(--theme-color);
    padding: 25px 15px;
    text-align: center;
}
.sub-title {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
    font-family: 'Berkshire Swash';
}
.sub-title::before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/background/18.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: left center;
    margin-top: -13px;
}
.sub-title::after {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/background/17.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: right center;
    margin-top: -13px;
}
.recipes_section{
    padding: 100px 0px ;
    position: relative;
    z-index: 1;
}
.recipes_section::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 20%;
    background: red;
    z-index: -1;
}
.recipes_box h3 {
    font-size: 92px;
    line-height: 145px;
    color: #fff;
    /* font-weight: 500; */
    font-family: 'Anton SC';
}
.recipes_section_bg{
    background-color: #1d1d1d;
    margin-right: 160px;
}
.menu_section{
    padding: 100px 0px;
    overflow: hidden;
}
.feature-one-single {
    position: relative;
    z-index: 1;
}
.feature-style-one-item {
    background: #1c5906;
    text-align: center;
    overflow: hidden;
    padding: 36px 30px;
    border-radius: 30px;
    transition: all .3s linear;
}
.feature-one-single:nth-child(odd) .feature-style-one-item {
    margin-top: 60px;
}
.feature-one-single:nth-child(odd)::before {
    top: 56px;
}
.feature-one-single::before {
    position: absolute;
    left: 50%;
    top: -13px;
    height: 15px;
    width: 15px;
    content: "";
    transform: translateX(-50%);
    background: #000;
    border-radius: 50%;
    z-index: 1;
    border: 10px solid var(--white);
}
.feature-one-single:nth-child(odd)::after {
    height: 190px;
}
.feature-one-single::after {
    position: absolute;
    left: 50%;
    top: -120px;
    height: 120px;
    width: 2px;
    content: "";
    transform: translateX(-50%);
    background: #CCAE68;
}
.feature-style-one-item h4{
    font-size: 20px;
    color: #A01D13;
    font-family: 'Berkshire Swash';
    margin: 15px 0px;
}
.feature-style-one-item h6{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.feature-style-one-item h6 a{
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}


.feature-style-one-item p{
    font-size: 16px;
    color: #383838;
    margin: 15px 0px;
}
.feature-style-one-item img{
    width: 90px;
    height: auto;
}
.feature-style-one-item:hover{
    background-color: #A01D13;
}
.feature-style-one-item:hover h4{
    color: #fff;
}
.feature-style-one-item:hover h6{
    color: #fff;
}
.feature-style-one-item:hover p{
    color: #fff;
}
.testimonials_section{
    padding: 80px 0px;
    margin-top: 60px;
}
.testimonials_section_bg{
    background-image: url(../images/background/bg-service.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.testimonial_heading{
    text-align: center;
    font-size: 56px;
    margin-bottom: 30px;
    font-family: var(--title-font);
}
.reviews_box{
    padding: 40px;
    background-color: #ffffff52;
    text-align: center;
    border-radius: 10px;
    justify-items: center;
}
.reviews_box img{
    width: 120px !important;
    height: auto;
    margin-bottom: 30px;
}
.reviews-heading{
    margin-bottom: 40px;
}
.gallery_page{
    padding: 80px 0px;
    background-color: #00000091;
}
.gallery_page_bg{
    background-image: url(../images/background/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dishes_heading{
    text-align: center;
    font-size: 56px;
    margin-bottom: 30px;
    color: #fff;
    font-family: var(--title-font);
}
.gallery-heading{
    color: #fff;
    margin-bottom: 30px;
}
.gallery_page img{
    border: 12px solid #fff;
    border-radius: 10px;
}
/* footer css */

.footer_bg{
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-position: right;
}
.footer-page{
    padding: 80px 0px 10px 0px;
    background-color: #000000db;
}
.widget-area{
    margin-bottom: 40px;
}
.disc{
    background-color: #A01D13;
    width: 60px;
    height: 3px;
    margin-bottom: 20px;
}
.footer-menu{
    position: relative;
 h4{
    color: #ffffff;
    font-size: 30px;
    font-family: 'Berkshire Swash';
}
li{
    padding: 8px 0px;
    border-bottom: 1px dotted #5a5a5aa6;
    color: #fff;
}
a{
    color: #ffffff;
    font-family: var(--body-font);
    font-weight: 400;
}
i{
    color: #A01D13;
    margin-right: 15px;
}
img{
    width: 45px;
    height: auto;
}
}
.footer-menu li:hover{
    background-color: #00000056;
}
.footer-menu li:hover a{
    color:#CCAE68;
}
.footer_adress_icon{
    margin-top: 15px;
}
.copyright-wrap{
    padding: 15px 0px 0px 0px;
}
.copyright-text{
    color: #ffffff;
    font-size: 14px;
}
.copyright-text a{
    color: #ffffff;
    font-size: 14px;
}
.address{
    margin-left: 30px;
}

.footer-logo p{
    font-size: 18px;
    color: #fff;
    margin: 15px 0px;
}
.footer_gallery_images{
    position: absolute;
    background-color: #A01D13;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    top: -185px;
    right: 10px;
    justify-content: center;
}
.footer_gallery_images img{
    width: 135px;
    height: auto;
    margin: 10px;
    border-radius: 4px;
    transition: all .3s linear;
}
.footer_gallery_images img:hover{
    filter: brightness(1.2);
    transform: scale(1.1);
    
}

/* breadcumb-css */

.breadcrumb-area{
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-box{
    padding: 100px 0px;
    background-color: #000000cc;
    text-align: center;
}
.breadcrumb_heading{
    color: #ffffff;
    font-size: 42px;
    font-family: var(--title-font);
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb a{
    color: #CCAE68;
}

/* inner-pages-css */
.page_wrapper{
    padding: 80px 0px 150px 0px;
    background-color: #fff;
}
.about-right-side p {
    font-size: 16px;
/*    font-family: var(--body-font);*/
    letter-spacing: 0.5px;
    font-weight: 400;
/*    text-align: justify;*/
}
.divider{
    margin: 30px 0px;
}
.form_input{
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    outline: none;
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
}
.catering_event ul{
    border: 1px solid #ddd;
    padding: 15px;
}
.catering_event ul li{
    font-size: 24px;
    color: var(--theme-color);
    padding:11px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    transition: all .2s linear;
}
.catering_event ul li:hover{
    background-color: var(--title-color);
    color: #fff;
}
.catering_small_heading{
    text-align: center;
    font-size: 17px;
    color: #A01D13;
    font-weight: 500;
    margin: 40px 0px;
}
.catering_top_heading{
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: var(--title-font);
}
.catering_small_heading i{
    font-size: 20px;
    color: #A01D13;
}
.radio_labels{
    margin: 4px 10px;
}
.radio_labels {
    margin: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 16%;
}
.catering__form{
    border: 1px solid #ccc;
    padding: 10px;
}
.lunch_menu{
    text-align: center;
    font-size: 42px;
    font-family: var(--title-font);
    margin-bottom: 40px;
    color: #A01D13
}
.gallery-images img{
    border-radius: 14px;
    margin-bottom: 20px;
    transition: all .3s linear;
}

.gallery-images img:hover{
    filter: brightness(1.25);
}

.seo-none{ display:none; }


.blog-details-thumb img {
    border-radius: 30px;
}
.padding-sec {
    padding: 50px 0;
}
.blog-details-wrap {
    padding-right: 0;
}
.blog-details-thumb {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 45px;
}
.blog-details-thumb img {
    border-radius: 30px;
}
.blog-details-content {
    width: 100%;
    margin-bottom: 90px;
}

.blog-details-content .title {
    margin-bottom: 10px;
    font-size: 23px;
    letter-spacing: -.01em;
    width: 100%;
    color: #000;
}

.btn-blog {
    
    user-select: none;
    -moz-user-select: none;
    background: #c31c1b;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 19px 30px;
    transition: .3s;
    overflow: hidden;
}

.related-post-wrap>.title {
    font-size: 27px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.related-post-wrap {
    margin-bottom: 60px;
}
.blog-grid-item {
    border-radius: 30px;
    border: 1px solid rgba(255 255 255 / 20%);
    padding: 20px 20px 30px;
    background: #000;
    margin-bottom: 30px;
}
.blog-grid-content .date {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.blog-grid-content h3, a{
    font-size: 20px ;
    color: #fff !important;
}
.blog-details-content .date {
    display: block;
    margin-bottom: 10px;
    color: #000;
}
.blog-details-content {
    width: 100%;
    margin-bottom: 90px;
}
.blog-details-content h1{
    font-size: 40px;
}
.blog-link  a{
    text-decoration: none;
    color: #A01D13 !important;
}
.blog-link  a:hover{
    color: #a01c1398 !important;
}

 #popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Popup box */
  #popup-box {
    background: #fff;
    padding: 10px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    position: relative;
    border-radius: 10px;
  }

  #popup-box img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
  }

  /* Close button */
  #popup-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  
/* FAQ Section Styles */
.section_padding {
    padding: 80px 0;
}

.faq_accordion {
    max-width: 970px;
    display: block;
    margin: 0 auto;
}

.title_area {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.animate_title {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}

.animate_title::before,
.animate_title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: red;
    bottom: 0;
    transition: 0.4s ease;
}

.animate_title::before {
    left: 0;
}

.animate_title::after {
    right: 0;
}

.animate_title:hover::before,
.animate_title:hover::after {
    width: 80px;
    background-color: #ff6b35;
}

/* Accordion Styles */
.accordion_card {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    /* background-color: #f0ebeb; */
    position: relative;
    z-index: 3;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.accordion_header {
    position: relative;
}

.accordion_button {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    color: #000;
    background-color: #ffffff;
    letter-spacing: 0.02em;
    padding: 24px 60px 24px 48px;
    text-align: left;
    transition: 0.3s;
    position: relative;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion_button.active {
    color: #000;
    /* background-color: #f0ebeb; */
    padding-bottom: 15px;
}

.accordion_button h1,
.accordion_button h2,
.accordion_button h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: inherit;
}

.accordion_button::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 20px;
    font-weight: 500;
    color: red;
    transition: 0.3s ease-in-out;
}

.accordion_button.active::after {
    content: "−";
    color: orangered;
}

.accordion_collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion_collapse.show {
    max-height: 1000px;
    /* Adjust based on content */
}

.accordion_body {
    padding: 0 48px 24px;
    border-radius: 0 0 8px 8px;
}

.faq_text {
    margin-bottom: 15px;
    color: #000;
    line-height: 1.6;
}

.faq_text ul {
    margin-top: 10px;
    padding-left: 20px;
}

.accordion_body ul li {
    margin-bottom: 8px;
    color: #111111;
}

.faq_text a {
    color: orangered !important;
    text-decoration: none;
    font-weight: 600;
}

.faq_text a:hover {
    text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

