html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:root {
    /* --primary-color: #d32431; */
    --primary-color: #a10611;
    /* --dark-color: #2d3436; */
    --light-color: #f2ece0;
    	  --box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);


     }

.about-heading{
font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 11px;
    font-family: 'Open Sans', sans-serif;
    color: yellow;
}
.about-contact{background-color: brown;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 12px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background: var(--light-color) !important ;
    font-family: "Open Sans", sans-serif !important;
}

body  h1 ,h2,h3,h4,h5,h6 {
    font-family: "ClashDisplay", sans-serif !important;
    /* color: #343a40 !important; */
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
.navbar-brand img {
    max-width: 200px;
}

 .hero h1 {
     color: #d32431;
 }
.banner-section {


       /* background-size: 100% auto; Width 100% of container, height auto */
    min-height: 325px;
    display: flex;
        max-height: 325px;
    flex-direction: column;
     
    justify-content: center;
    align-items: center;
}
.banner-section h1 {
    font-family: "Pinyon Script", cursive;
    font-size: 92px;
    font-weight: 300;
    color: #fff;
    padding: 20px 0;
}
.banner-section h1 strong {
    font-weight: 400;
}
.banner-section h2 {
    font-family: "Pinyon Script", cursive;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
}
.banner-section img {
    width: 100%;
}
.banner-content {
    max-width: 500px;
    text-align: center;
}
.banner-content p,
.banner-content span {
    font-size: 17px;
    color: #fff;
    line-height: 27px;
}
.navbar-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 25px;
    text-decoration: none;
    position: relative;
}
.navbar-nav li {
    padding: 5px 12px;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.navbar-nav li:last-child {
    padding-right: 0;
}
.navbar-nav li a:hover {
    color: #e91221;
}
.dropdown-menu {
    background: rgb(0 0 0 / 50%);
}
.nav-link.dropdown-toggle {
    color: #fff !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background: transparent;
}
.nav-link.dropdown-toggle:hover {
    color: #e91221 !important;
}



.about-us,
.testeimonial {
    /* background: #f8f9fa; */
      background: var(--light-color);
}
.common-h2-heading h2 {
    font-family: Bellefair;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.common-h2-heading h2 span {
    color: #a10611;
}
.about-us p {

 font-size: 34px;
    font-weight: 400;
    color: #000;
    padding-bottom: 17px;
    line-height: 23px;
    width: 90%;
    margin: auto;
}
.about-us p strong {
    font-family: sans-serif;
     color: #666666;
    font-size: 16px;
    line-height: 26px;
}

.latest-offers figure {
    position: relative;
    box-shadow: #987b4a 0 0 7px;
    overflow: hidden;
    border-radius: 5px;
}
.latest-offers figure img {
    width: 100%;
}
 #img-foodiez{
        width: 75%;
    border-radius: 15px;
    margin-left: 90px;
    margin-top: 10px;

 }
.latest-offers figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 84%;
    bottom: 0;
    background: rgba(10, 10, 10, 0.8);
    text-align: center;
    padding: 0;
    transition: 0.5s;
}
.latest-offers figure figcaption h3 {
    color: #fff;
    padding: 9px 9px 20px;
}
.latest-offers figure figcaption a {
    border-radius: 20px;
    background: #a10611;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 28px;
    display: inline-block;
}
.latest-offers figure figcaption a:hover {
    color: #fff;
    background: #d32431;
}
.latest-offers figure:hover figcaption {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.latest-offers figure span {
    height: 80px;
    width: 80px;
    position: absolute;
    background: #a10611;
    color: #fff;
    font-size: 18px;
    top: -21px;
    right: -18px;
    display: flex;
    border-radius: 50%;
    padding: 28px 16px;
}
.carousel-captione p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.carousel-captione span {
    margin-bottom: 25px;
    height: 120px;
    width: 120px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #a10611;
}

.portfolio-sec {
    /* background: url(../images/food-bg.jpg) no-repeat center center; */
    background: var(--light-color);
    background-size: cover;
    min-height: 500px;
}
.portfolio-sec .nav-tabs .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #444;
}
.portfolio-sec .nav-tabs .nav-item.show .nav-link,
.portfolio-sec .nav-tabs .nav-link.active,
.portfolio-sec .nav-tabs .nav-link:focus,
.portfolio-sec .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: #a10611 solid 3px;
    background: none;
    color: #a10611;
}
.portfolio-sec .nav-tabs .nav-link {
    border: none;
}
.portfolio-sec h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.portfolio-sec figure figcaption span {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #a10611;
}
/* .common-anchor a {
    background: #a10611;
    border-radius: 30px;
    padding: 10px 28px;
    display: inline-block;
    text-align: center !important ;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.common-anchor a:hover {
    color: #fff;
    background: #d32431;
} */

#about-us-btn {
     text-align: center;
    /* padding-top: 1rem; */
    white-space: nowrap;
    overflow-x: auto; /* fallback scroll if space is too tight */
    
}

.responsive-btn {
    max-width: 100%;
    /* padding: 0.75rem 1.5rem; */
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.portfolio-sec figure img {
    border-radius: 5px;
    box-shadow: #987b4a 0 0 7px;
    width: 100%;
}
.portfolio-sec figure figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-offers {
    /* background: url(../images/food-bg.jpg) no-repeat center center; */
    background: var(--light-color);
    background-size: cover;
    min-height: 400px;
}

.gallery-section img {
    border-radius: 5px;
    box-shadow: #987b4a 0 0 7px;
    width: 100%;
}
.ratio img {
    object-fit: cover !important;
}
.btn-close {
    background: #000 !important;
    border-radius: 50%;
    opacity: 0.7 !important;
}
button.btn-close.top-0 {
    top: -14px !important;
}
button.btn-close.end-0 {
    right: -16px !important;
}
.lightbox-carousel button {
    opacity: 1 !important;
}
.lightbox .modal-xl {
    max-width: 700px !important;
    padding: 10px;
}

.read-more-btn {
  float: right;
  padding: 2px 6px;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  /* font-weight: bold; */
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.read-more-btn:hover {
  background-color: #a10611;
  transform: translateY(-2px);
  color: whitesmoke;
  text-decoration: none;
}

.explore-menu-btn {
    background-color: #fff;
    border: 2px solid rgb(169, 45, 53);
    /* color: var(--primary-color); */
    padding: 0.5rem 1rem; /* Equivalent to px-4 py-2 */
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: inline-block;
        color: var(--primary-color);

    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.custom-container {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: var(--primary-color);
    font-size: 33px;
}

.custom-inner-content {
    padding: 1rem 30px; /* Equivalent to Bootstrap's p-3 with custom left/right */
}





.read-more-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


footer {
    background: #a10611;
    /* background: var(--primary-color); */
}
footer h2 {
    font-size: 19px;
    color: white;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-decoration: uppercase;
    margin-bottom: 15px;
}
footer p,
footer span,
footer small {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 23px;
}
footer span i {
    margin-right: 10px;
}
.navbar-light .navbar-toggler {
    background: #fff;
}
.offcanvas-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat !important;
}
footer span i {
    float: left;
    position: relative;
    top: 5px;
}
footer span strong {
    display: block;
    padding-left: 20px;
}
.carousel-caption {
    position: absolute;
    top: 350px;
}

 .video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Keeps a responsive 16:9 ratio */
    overflow: hidden;
  }

  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
  }


.video-text {
  background: rgba(0, 0, 0, 0.20); /* semi-transparent dark background */
  color: #ffffff;
  /* padding: 2rem 3rem; */
  border-radius: 12px;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  animation: fadeInUp 1.5s ease-out;
}
      .video-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 14px;
      font-weight: bold;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
      z-index: 2;
    }
      .about-heading h2 {
        font-size: 22px;
        padding: 0 5px;
    }
.vth1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #d32431;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.video-text p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ddd;
  margin: 0 auto;
}



.features h3 {
    font-size: 21px; /* Change heading size */
    color: #131517; /* Change heading color */
    font-weight: bold; /* Make heading bold */
    margin-bottom: 20px; /* Add space below the heading */

   }
   .features p {
    color: #666666; /* Bootstrap's muted text color */
    opacity: 0.9; 
}

    .custom-border {
    display: inline-block;
    border-top: 2px solid var(--primary-color); /* Change border size and color */
    padding-top: 5px;
    font-size: 20px;               /* Change text size */
    color: #2c3e50;                /* Change text color */
    font-weight: bold;            /* Make text bold */
    font-family: Arial, sans-serif; /* Change font */
}

#feature1 {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-right:35px;
    border-radius: 12px;
}

.getintouch{
    font-weight: 600 !important;
    color: #212529;
}

   .review-card {
  /* background: #ffffff; */
  padding: 4.5rem 2rem 2.5rem;
  border-radius: 20px;
  /* width: min(100%, 380px); */
  margin-bottom: 20px;
  text-align: center;
  margin: auto;
  z-index: 1 ;
  box-shadow: 0 4px 30px rgba(0,0,0,.25);
  position: relative;
}

.profile-img {

  translate: -50% 0;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 2 ;
  overflow: hidden;
  background: #fff;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card h2 {
    margin-top: 2.25rem;
  font-size: 1.01rem;
  font-weight: 300;
}

 .shadow-section{
    
.shadow-section {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px;
}
 }
.testimonial-text {
  font-size: .96rem;
  margin: 1rem 0 0.5rem;
  color: #333;
   display: -webkit-box;
  -webkit-line-clamp: 3;   /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stars {
  font-size: 1.45rem;
  margin-bottom: .7rem;
  letter-spacing: .15rem;
}
.carousel-item {
  overflow: visible !important;
}


.star-filled { color: #306bff; }
.star-empty  { color: #ccc; }


@media screen and (max-width: 1199px) {
    header nav.navbar {
        padding-bottom: 10px !important;
        padding-top: 1px !important;
    }

    .navbar-nav li a {
        font-size: 13px;
    }
    .portfolio-sec h3 {
        font-size: 15px;
    }
    .portfolio-sec figure figcaption span {
        font-size: 15x;
    }
    .carousel-caption {
    position: absolute;
    top: 250px;
}
 
    .carousel-caption h1  {
    font-size: 26px;
    color: #d32431;
}
    .carousel-caption p {
    font-size: 12px;
      color:#94703b;
      margin-top: 5px;
      text-align: start;
}
}

@media (max-width: 991px) {
    .profile-img {
        width: 90px;
        height: 90px;
        top: -45px;
        left: 174px;
    }
}

@media screen and (max-width: 992px) {

    .navbar-nav li a,
    .nav-link.dropdown-toggle {
        color: #000 !important;
        line-height: 45px;
        font-size: 25px;
    }
    .navbar-nav li {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dropdown-menu.show {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .dropdown-menu.show li a:hover {
        color: #fff !important;
    }
    .dropdown-menu.show li a {
        font-size: 20px;
    }
    .navbar-toggler {
        padding: 0.01rem 0.25rem;
    }
    .banner-section h1 {
        font-size: 72px;
    }
    .latest-offers figure figcaption {
        top: 80%;
    }
    .latest-offers {
        min-height: 200px;
    }
    footer p {
        padding-bottom: 20px;
    }
    .latest-offers figure span {
        height: 60px;
        width: 60px;
        font-size: 12px;
        padding: 25px 13px;
    }
    .latest-offers figure figcaption h3 {
        font-size: 14px;
    }
    .latest-offers figure figcaption a {
        font-size: 13px;
        padding: 9px 24px;
    }

     #about .col-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
   /* .responsive-btn {
        font-size: 16px;
        margin-right: 12px;
    } */
}

@media screen and (max-width: 767px) {
    nav
    {
        height: 10% !important;
    }

    .banner-section h1 {
        font-size: 52px;
    }
    .banner-section {
        min-height: 450px;
    }
    .banner-content span {
        display: none;
    }
    .banner-content p,
    .banner-content span {
        font-size: 14px;
        line-height: 20px;
    }
    .common-h2-heading h2 {
               font-size: 23px;
        margin-top: 7px;
        padding-bottom: 1px;
    }

    
      

    /* aaa */
    #img-foodiez
    {
        margin-left: 8px;
        width: 300px;
        margin-bottom: 22px;

    }
    

    .about-us p strong,
    .carousel-captione p {
        font-size: 14px;
        line-height: 12px;
    }
    #btn-view
    {
        margin-left: 0px;
        padding: 8px 10px;
        font-style: normal;
        margin-top: 20px;
    }
    #btn-Events
    {
        margin-left: 8px;
        padding: 8px 10px;
    }
    .about-us p {
        font-family: sans-serif;
        padding-bottom: 0;
    }
    .portfolio-sec .nav-tabs .nav-link {
        font-size: 17px;
    }
    .carousel-captione span {
        height: 90px;
        width: 90px;
    }
    .latest-offers figure figcaption {
        top: 92%;
    }
    .portfolio-sec figure figcaption {
    display: flex;
    padding-left: 27px;
    padding-right: 27px;
}

       .portfolio-sec figure figcaption  span {
    display: flex;
    align-items: center;
   margin-left: 47px;

}
  #about .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  #about .card {
    width: 100% !important; /* Override inline style */
  }
   .responsive-btn {
        font-size: 12px;
                display: block;

        padding: 7px 17px;
    }

     .about-heading h2 {
        font-size: 23px;
        padding: 0 5px;
    }

    .par-gra {
        font-size: 14px !important;
        text-align: justify;
    }

      .video-container {
      aspect-ratio: 16 / 15; /* Adjust as needed */
    }
        
 .features h3 {
    font-size: 22px; /* Smaller heading on tablets */
      margin:0;
    padding: 0;
  }

  .hero{
    background: var(--light-color) !important;
  } 

   .features p {
    font-size: 14px;
    margin:0;
font-family: Georgia, serif;
    padding: 0 ;
    
    /* Add some padding for better readability */
  }
 
   
  .hero h1 {
     color: #d32431;
  }
   .hero h1,
    .hero p {
      margin-top: 0 !important;
    }

  .hero h1 {
    font-size: 22px; /* Scale down the main heading */
  }


  .video-text h1.vth1 {
    font-size: 1.5rem;  /* Smaller heading */
  }

    
  .video-text p {
         display: none; /* Hide paragraph on very small screens */

  }


}
@media screen and (max-width: 640px) {
    .no-spa {
        margin-top: 26px;
    }
}
@media screen and (max-width: 575px) {
    .banner-section h1 {
        font-size: 30px;
    }

    #about-us-btn {
        padding: 0;
    }

   .read-more-btn {
  float: right;
  padding: 2px 6px;
  margin-top: -8px;
  margin-right: 11px;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
          font-size: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


    .banner-section {
        min-height: 400px;
    }
    .banner-section h1 {
        padding-bottom: 0;
    }
    .banner-content p,
    .banner-content span {
        display: none;
    }
    .latest-offers figure figcaption {
        top: 88%;
    }
    footer ul {
        margin-bottom: 20px;
    }
    .no-spa {
        padding-top: 0 !important;
    }
     #about {
    padding: 20px 10px;
  }

  #about .card-body {
    padding: 1rem;
  }

  #about .card-title {
    font-size: 1.1rem;
  }

  #about .card-text {
    font-size: 0.95rem;
  }
    @media screen and (max-width: 400px) {
       .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-3 figure img {
        width: 90% !important;
    }

    figure {
        text-align: center;
    }

    figcaption h3 {
        font-size: 13px;
    }

    figcaption span {
        font-size: 10px;
    }

    .responsive-btn {
        padding: 3px 6px;
        font-size: 14px;
      display: block;
        /* margin: 3px 4px; */
    }
     .video-text h1.vth1 {
    font-size: 1.2rem;
  }

  .video-text p {
     display: none; /* Hide paragraph on very small screens */
  }

    }
}
