@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins: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&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
    overflow-x: hidden;
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0;
}
/* top marque start here  */
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    height: 50px;
    display: flex;
        justify-content: center;
    align-items: center;
}

.marquee-content {
  
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;

}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

 /* top marque end here   */
/*top header start here*/
.top-header {
    background: #c75c18;
    padding: 10px 10px;
}
.top-header-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-header-left {
    width: 60%;
}
.top-header-right {
    width: 40%;
    text-align: end;
}
.top-header-info-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-self: center;
}
.header-address {
    display: flex;
    width: 38%;
    align-items: center;
}
.header-icon i {
    margin-right: 4px;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 1px;
    color: #fff;
    padding-right: 5px;
}
.header-address-info a {
    letter-spacing: 0.7px;
    font-size: 12px;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
}
.header-address.header-number {
    width: 16%;
}
.header-address.header-mail {
    width: 26%;
}
.top-header-social a i {
    font-size: 16px;
    color: #fff;
    padding: 0px 8px;
}
/*top header end here*/
/* menu popup start here */

.pdf-popup-overlay {
    position: fixed !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.pdf-popup-box {
    width: 95%;
    max-width: 900px;
    height: 90vh;
    background: white;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.pdf-popup-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-close-btn {
    position: absolute;
    top: -14px;
    right: 12px;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}


/* menu popup end here */
/*main header start here*/
.main-header-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 97px;
}
nav { float: left; width: 0; height: 0;}
.nav-data {
    position: absolute;
    width: 400px;
    margin: -60px 0 0 -65px;
    padding: 125px 10px 20px;
    background: #000;
    list-style-type: none;
    height: fit-content;
    box-shadow: 0 0 24px rgb(10 10 20 / 24%);
}
.nav-data li { padding: 10px 25px; font-size: 16px;}
.nav-data li a { padding: 0;} /* padding: 25px 50px */
.nav-data .separator { 
	padding: 0;
	border-bottom: 3px solid #e6e7ea; 
	cursor: default; 
	margin: 6px 0;
}
#clickNav {
    display: block;
    position: relative;
    top: -10px;
    left: 50px;
    z-index: 1;
}
#clickNav input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; z-index: 9999; -webkit-touch-callout: none;}
#clickNav input:checked ~ ul { -webkit-transform: none; transform: none;}

#clickNav span { 
	display: block; 
	width: 33px; 
	height: 4px; 
	margin-bottom: 5px; 
	position: relative; 
	background: #fff; 
	border-radius: 3px; 
	z-index: 1;
}
#clickNav span {
-webkit-transform-origin: 4px 0px;
transform-origin: 4px 0px;
transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), 
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#clickNav span:first-child { 
	-webkit-transform-origin: 0% 0%; 
	transform-origin: 0% 0%;
}
#clickNav span:nth-last-child(2) { 
	-webkit-transform-origin: 0% 100%; 
	transform-origin: 0% 100%;
}

#clickNav input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#clickNav input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	transform: rotate(0deg) scale(0.2, 0.2);
}

#clickNav input:checked ~ span:nth-last-child(2) {
	-webkit-transform: rotate(-45deg) translate(0, -1px);
	transform: rotate(-45deg) translate(0, -1px);
}

.nav-data {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.top-header-social.sidebar-social a {
    text-decoration: none;
}
.top-header-social a {
    text-decoration: none;
}
header {
    background: #000;
    
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.main-logo-inner img {
    width: 180px;
    height: 50px;
}
.main-order-inner a {
    padding: 8px 16px;
    font-size: 16px;
    border: 2px solid #fff;
    font-family: 'Playfair Display';
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-weight: 400;
}
.main-order-inner-menu a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
.main-order-inner-order a:hover {
    padding: 8px 16px;
    font-size: 16px;
    border: 2px solid #fff;
    font-family: 'Playfair Display';
    text-decoration: none;
    background: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-weight: 400;
}
.main-order-inner-order a {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
.main-order-inner-menu{
    display: block;
}

.main-menu {
    width: 33%;
}
.main-logo {
    width: 33%;
    text-align: center;
}
.main-order {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 33%;
    text-align: end;
    padding-right: 30px;
}
.nav-data li {
    padding: 18px 25px;
    font-size: 16px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.nav-data li:last-child {
    border-bottom: none ;
}
.nav-data li a {
    padding: 0;
    padding: 8px 60px 8px 0;
    list-style: none;
    font-size: 18px;
    font-family: 'Playfair Display';
    text-decoration: none;
    width: 100%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
}
.nav-data li a:hover {
    color: #c75c18;
}
.top-header-social.sidebar-social {
    padding-top: 35px;
    padding-left: 20px;
}
/*main header end here*/

/*hero section start here */
.hero-sec {
    position: relative;
    width: 100%;
    height: fit-content;
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff; /* Ensures text is visible */
}

/* Video Styling */
.hero-video,
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; /* Keep the video behind everything */
}

/* Overlay Styling */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black with transparency */
    z-index: -1; /* Keep it above the video but behind text */
}

/* Text Styling */
.hero-text {
    position: relative;
    /*z-index: 1;*/
    max-width: 600px;
    margin: 0 20px;
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hero-text p {
    font-size: 1.2rem;
    line-height: 32px;
    padding: 16px 0;
    font-family: 'Poppins';
}
img.hero-image {
    display: none;
}
.hero-text h1 {
font-family: 'Playfair Display';
    font-size: 64px;
    font-weight: 500;
    line-height: 68px;
    text-shadow: 0 0 16px rgb(0 0 0 / 25%);
    max-width: 600px;
    font-style: italic;
}

.hero-text h2 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    transform: rotate(-89deg);
    white-space: nowrap;
    position: absolute;
    left: -197px;
    bottom: 221px;
    letter-spacing: 6px;

}
.hero-text a {
    background: #fff;
    padding: 10px 27px;
    font-size: 16px;
    font-family: 'Poppins';
    text-decoration: none;
    color: #000;
}
.hero-text a:hover {
    background: #000;
    color: #fff;
}

/*hero section end here */
/*about us section start here*/
.sec-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.sec-content {
    width: 48%;
}
.sec-media {
    width: 48%;
}
.sec-inner-content {
    text-align: end;
    padding: 60px 120px;
    position: relative;
}
.sec-inner-content span {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2.4px;
    line-height: 1.7em;
    text-transform: uppercase;
    color: #8fa2a0;
    margin-bottom: 0px;
}
.sec-inner-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    padding: 12px 0px;
}
.sec-inner-content h3 {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 8px;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(50%, 50%);
    position: absolute;
    top: 300px;
    right: 0;
}
.sec-inner-content p {
    color: #3a3a3b;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    margin-bottom: 0px;
}
/*about us section end here*/
/*quality section start here*/
.quality-sec .sec-inner-content {
    text-align: left;
    padding: 60px 120px;
    position: relative;
}
.quality-sec .sec-inner-content h3 {
font-weight: 500;
    font-size: .9em;
    letter-spacing: 8px;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(50%, 50%);
    position: absolute;
    bottom: 0;
    left: -40px;
    right: auto;
}
/*quality section end here*/
/*menu section start here*/
.menu-content {
    text-align: center;
    padding: 24px 0px;
}
.menu-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
}
.menu-content p {
    position: relative;
    color: #3a3a3b;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    max-width: 685px;
    margin: 0 auto;
}
.menu-box {
    background: #c75c18;
    padding: 24px;
}
.menu-cards {
    border: 3px solid #cc7d4d;
    padding: 24px 22px 5px 22px;
    margin-bottom: 32px;
}
.menu-cards h2 {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 0px;
    color: #f2f2f2;
    letter-spacing: 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    padding-bottom: 24px;
}
.menu-cards p {
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    
    font-weight: 400;
}
.menu-cards-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}
.menu-cards-details {
    width: 85%;
}
.menu-cards-price {
    width: 10%;
    text-align: end;
}
.menu-cards-details h3 {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.7em;
    text-transform: none;
    color: #f2f2f2;
    font-weight: 400;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}
.menu-cards-details p {
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
}
.menu-cards-price p{
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
}
/*menu section end here*/
/*category menu section start here*/
.category-sec {
    padding: 34px 0px;
}
.menu-cards-row {
    margin-top: 20px;
}
.category-menu-cards {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Ensure category/catering cards in a row keep equal heights */
.menu-cards-row > .col-lg-3,
.menu-cards-row > .col-md-6,
.menu-cards-row > .col-12 {
    display: flex; /* make column a flex container so its child can stretch */
    align-items: stretch;
}

.menu-cards-row .category-menu-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menu-cards-row .category-menu-cards .category-cards-body {
    flex: 1 1 auto; /* allow the body/content area to grow and fill card height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertically center content inside the card */
}

.menu-content.category-content p {
    width: 100%;
    max-width: 100%;
}
.category-cards-body {
    padding: 48px;
    text-align: center;
}
.category-cards-body span {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2.4px;
    line-height: 1.7em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
.category-cards-body h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 30px;
    position: relative;
}
.category-cards-body p {
    position: relative;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    max-width: 685px;
    margin: 0 auto;
    color: #fff;
    padding: 38px 0px;
}
.category-cards-body a {
    padding: 8px 38px;
    border: 2px solid #fff;
    font-family: 'Poppins';
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.category-cards-body a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
.category-menu-cards .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 68%);
    z-index: 1;
}

.category-cards-body {
    position: relative;
    z-index: 2; /* Ensure content appears above the overlay */
}
.category-cards-body h2::after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: -16px;
    left: 92px;
    height: 2px;
    width: 40px;
}
/*category menu section end here*/
/*our team section start here*/
.our-team {
    padding: 20px 0px;
}
.our-team .sec-inner-content {
    text-align: left;
}
.our-team .sec-inner-content h3 {
    top: 390px;
    left: -20px;
    right: auto;
}
/*our team section end here*/
/*our location section start here*/
.our-location-sec .sec-inner-content {
    text-align: left;
}
.our-location-sec .sec-inner-content h3 {
    top: 498px;
    left: -76px;
    right: auto;
}
.our-location-sec .sec-inner-content h2 {
    font-style: italic;
}
.location-cards h4 {
    color: #3a3a3b;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: bold;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 6px;
}
.location-cards a {
    color: #3a3a3b;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.location-cards {
    width: 100%;
    max-width: 315px;
    margin-top: 30px;
}
.location-cards p {
    padding-top: 8px;
}
.location-mail-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 40px 0px 50px 0px;
}
.mail-iocn {
    width: 4%;
}
.location-mail-address a {
    color: #8fa2a0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.view-map-btn a {
    padding: 7px 44px;
    border: 2px solid #000;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
}
.view-map-btn a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
/*our location section end here*/
/*instagram section start here*/
.menu-content.category-content.instagram-content h2 a {
    text-decoration: none;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    color: #000;
}
.instagram-sec {
    padding-top: 70px;
}
/*instagram section end here*/
/*footer start here*/
footer {
    background: #c75c18;
    padding: 50px 0px 70px 0px;
}
.footer-content h2 {
    font-size: 24px;
    line-height: 1.5em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.footer-content p {
    line-height: 1.75em;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    padding-top: 14px;
}
.footer-info-card h2 {
    font-size: 1.34em;
    line-height: 1.5em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-info-card {
    margin-bottom: 22px;
}
.footer-info-card a {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 14px;
}
.footer-info-card p {
    color: #fff;
}
.footer-contact-info {
    padding-left: 62px;
}
.footer-info-card.footer-detials a {
    border: 2px solid;
    padding: 8px 40px;
}
.footer-info-card.footer-detials a:hover {
    background: #fff;
    color: #c75c18;
}
.footer-info-card.footer-detials h2 {
    padding-bottom: 20px;
}
.footer-info-card.footer-hour {
    padding-top: 22px;
}
.footer-info-detials {
    padding-left: 60px;
}
.footer-info-card.footer-detials ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
}
.footer-info-card.footer-detials ul li {
    padding: 0px;
    margin: 0px;
}

.footer-info-card.footer-detials ul li a {
    border: navajowhite;
    font-size: 20px;
    padding-left: 0px;
}
.footer-info-card.footer-detials.footer-social-box a {
    padding-right: 25px;
}
.footer-info-card.footer-detials.footer-social-box a:hover {
    background: transparent;
    color: #fff;
}
.copy-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #272a39;
}
.copy-right-content p {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.copy-right-content {
    width: 33.33%;
}
.copy-right-logo {
    width: 33.33%;
    text-align: center;
}
.copy-right-dev {
    width: 33.33%;
    text-align: end;
}
.copy-right-logo img{
    width: 100px;
}
.pera{
        font-size: 16px;
    line-height: 1.7em;
    color: #ddb182;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 10px;
}
/*footer end here*/
/*blog page start here*/
.blog-page-sec {
    padding: 60px 0;
}
.blog-page-title h1 {
    font-size: 3.2em;
    text-align: center;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #000;
}
.blog-main-title {
    position: relative;
}
.blog-main-title h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    padding: 12px 0px;
    position: relative;
    width: 225px;
}
.blog-main-title h2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c75c18;
    border-radius: 50%;
    right: 0px;
    top: 34px;
}
.lines-one {
    width: 82%;
    height: 1px;
    background: #E5E5E2;
    position: absolute;
    top: 38px;
    right: 0px;
}
.lines-two {
    width: 82%;
    height: 1px;
    background: #E5E5E2;
    position: absolute;
    top: 42px;
    right: 0px;
}
.blog-cards {
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.blog-media img {
    width: 100%;
    height: 300px;
}
.blog-cards h3 a {
    font-size: 24px;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    margin-bottom: 0px;
}
.blog-cards h3 a:hover {
    color: #c75913;
}
.blog-media {
    margin-bottom: 16px;
    overflow: hidden;
}
.blog-media:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.blog-detials-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
}
.blog-tags a {
    color: #3a3a3b;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
.blog-tags a:hover {
    color: #c75c18;
}
.blog-cards p {
    color: #3a3a3b;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.blog-see-btn {
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
.blog-see-btn:hover {
    background: #c75c18;
    color: #fff;
    border: 1px solid #c75c18;
}
/*blog page end here*/
/*blog details start here*/
.blog-detials-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 200px 0px;
    background-attachment: fixed;
}
.hero-overlay {
    width: 100%;
    height: 100%;
    background: #00000085;
    position: absolute;
    z-index: 0;
    top: 0;
}
.blog-detials-hero {
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}
.blog-detials-hero a {
    background: #000;
    padding: 7px 23px;
    text-decoration: none;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
.blog-detials-hero a:hover {
    background: #c75c18;
    color: #fff;
}
.blog-detials-hero h1 {
    font-size: 3.6em;
    line-height: 1.2em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 30px 0px;
}
.blog-detials-hero p {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.detail-content-box {
    width: 80%;
    margin: 0 auto;
}
.detail-content-box h2 {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 26px 0px;
    margin-bottom: 0px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 36px;
}
.detail-content-box p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 0px;
    padding-bottom: 21px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.detail-content-box img {
    margin: 0 auto;
    height: 400px;
    width: 100%;
}
.detail-content-box ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
}
.detail-content-box ul li {
    padding-right: 12px;
}
.details-tags ul li a {
    background: #000;
    padding: 7px 23px;
    text-decoration: none;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    font-style: italic;
}
.details-tags {
    margin: 30px 0px;
}
.blog-main-title.related-post h2 {
    width: 406px;
}

.related-post .lines-one {
    width: 69%;
}
.related-post .lines-two {
    width: 69%;
}
.details-tags ul li a:hover {
    background: #c75c18;
}
.home-blog-sec .blog-main-title h2 {
    width: 350px;
}
.home-blog-sec .lines-one {
    width: 69%;
}
.home-blog-sec .lines-two {
    width: 69%;
}
.more-blogs-btn {
    text-align: center;
    padding: 30px 0px;
}
.more-blogs-btn a {
    padding: 7px 44px;
    border: 2px solid #000;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
}
.more-blogs-btn a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
/*blog details end here*/









@media screen and (max-width: 1440px){
.category-cards-body {
    padding: 35px;
    text-align: center;
}
.container {
    width: 100%;
    max-width: 1180px;
    padding: 0;
}


}
@media screen and (max-width: 1280px){
.container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
}

.home-blog-sec .lines-one {
    width: 67%;
}
.home-blog-sec .lines-two {
    width: 67%;
}
.hero-sec {

    padding-top: 80px;
    padding-bottom: 70px;

}
}
@media  screen and (max-width: 1055px){
    .main-order-inner-order a:hover {
    padding: 8px 12px;
   
}
}
@media screen and (max-width: 1024px){
.container {
    width: 100%;
    max-width: 900px;
    padding: 0;
}

.home-blog-sec .lines-one {
    width: 60%;
}
.home-blog-sec .lines-two {
    width: 60%;
}
.hero-text h2 {
  display: block;
}
.main-order-inner-menu{
    display: none;
}
}
@media screen and (max-width: 900px){
.container {
    width: 100%;
    max-width: 820px;
    padding: 0;
}
.hero-text h2 {
  display: none;
}

.home-blog-sec .lines-one {
    width: 53%;
}
.home-blog-sec .lines-two {
    width: 53%;
}
.hero-sec {

    padding-top: 80px;
    padding-bottom: 70px;

}

}


/* Show image only on mobile screens */
@media screen and (max-width: 768px) {
    .container {
    width: 100%;
    max-width: 704px;
    padding: 0;
}
    .hero-video {
        display: none;
    }

    .hero-image {
        display: block;
    }
    .hero-text {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }
    img.hero-image {
    display: block;
}
.top-header-left {
        width: 100%;
        text-align: center;
        display: flex;
        margin-bottom: 22px;
    }
.top-header-right {
    width: 100%;
    text-align: center;
}
.header-address {
        width: 100%;
        justify-content: center;
    }
.header-address.header-number {
    width: 100%;
}
.header-address.header-mail {
    width: 100%;
}
.main-order {
    display: none;
}
.sec-content {
    width: 100%;
}
.sec-media {
    width: 100%;
}
.sec-inner-content {
    text-align: center;
    padding: 20px;
    position: relative;
}
.sec-inner-content h3 {
    display: none;
}
.quality-sec .sec-content {
    width: 100%;
    order: 1;
}
.quality-sec .sec-media {
    width: 100%;
    order: 2;
}
.sec-inner-content p {
    padding-top: 12px;
}
.quality-sec .sec-inner-content {
    text-align: center;
    padding: 20px;
}
.quality-sec .sec-inner-media img {
    padding: 10px 10px 10px 15px;
}
.menu-box {
    padding: 10px;
}
.category-menu-cards {
    margin-bottom: 12px;
    height: 500px;
}
.category-sec {
    padding: 34px 12px;
}
.menu-sec {
    padding: 2px;
}
.menu-cards h2 {
    font-size: 30px;
}
.our-team {
    padding: 20px 10px;
}
.our-location-sec .sec-media {
        order: 2;
        margin-top: 30px;
    }
.our-location-sec .sec-content{
    order: 1;
}
#our-location-sec {
    padding: 10px;
}
footer {
    padding: 20px;
    text-align: center;
}
.footer-contact-info {
    padding-left: 0px;
    padding-top: 24px;
}
.footer-info-detials {
    padding-left: 0px;
    padding-top: 30px;
}
.copy-right-content {
    width: 100%;
    text-align: center;
}
.copy-right-logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.copy-right-dev {
    width: 100%;
    text-align: center;
}
.main-logo {
    width: 45%;
    text-align: center;
    padding-right: 23px;
}
.main-header-outer {
    height: 85px;
}
/*blog page start*/
.blog-page-sec {
    padding: 20px;
}
.lines-one {
    display: none;
}
.lines-two {
    display: none;
}
.blog-cards {
    padding: 9px;
    margin-bottom: 10px;
}
/*blog page end*/
/*blog detials*/
.detail-content-box ul li {
    margin-bottom: 20px;
}
.blog-detials-sec {
    padding: 100px 0px;
}
.blog-detials-hero {
    padding: 0px 33px;
}
.detail-content-box {
    width: 90%;
}
.blog-main-title {
    padding: 0px 22px;
}
.related-post .lines-one {
    display: none;
}
.related-post .lines-two {
    display: none;
}
.menu-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 0px;
}
.hero-sec {

    padding-top: 60px;
    padding-bottom: 55px;

}

}
/*mobile*/
@media screen and (max-width: 640px) {
    .container {
    width: 100%;
    max-width: 580px;
    padding: 0;
}
.row {
    --bs-gutter-x: 0 !important;
}
.hero-sec {

    padding-top: 50px;
    padding-bottom: 50px;

}
}
@media screen and (max-width: 390px) {
    .container {
    width: 100%;
    max-width: 328px;
    padding: 0;
}
.row {
    --bs-gutter-x: 0 !important;
}
.nav-data {
    position: absolute;
    width: 390px;
    margin: -60px 0 0 -23px;
    padding: 125px 0px 10px;
    background: #000;
    list-style-type: none;
    height: fit-content;
    box-shadow: 0 0 24px rgb(10 10 20 / 24%);
}

#clickNav {
    display: block;
    position: relative;
    top: -10px;
    left: 23px;
    z-index: 1;
}
.menu-cards {
    border: 3px solid #cc7d4d;
    padding: 24px 36px 5px 22px;
    margin-bottom: 32px;
}
.hero-sec {

    padding-top: 40px;
    padding-bottom: 40px;

}
}