body {
  font-family: "Cherry Cream Soda", system-ui;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; 
  box-sizing: border-box;
}

@font-face {
    font-family: 'Quick End Jerk';
    font-style: normal;
    font-weight: normal;
    src: local('Quick End Jerk'), url('quick_end_jerk.woff') format('woff');
    }
    
/*.navbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: #000;
  color: white;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: white;
}

.hero {
  position: relative;
  height: 80vh;
  background: black;
}

.slider img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.text {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: white;
}

.text h1 span {
  color: #f4d03f;
  font-style: italic;
}
*/
.container {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}
 /*header {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  padding: 20px 40px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  width: 110px;
  height: auto;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  color:#fff !important;
}

.nav-menu li {
  cursor: pointer;
  font-weight: bold;
}

.nav-menu .active {
  color: #f9c300;
  border-bottom: 2px solid #f9c300;
}
*/

/* Header Styling */
/*.site-header {*/
/*  background-color: #00000073;*/
/*  padding: 16px 0px;*/
/*  z-index: 10;*/
/*  position: absolute;*/
/*  width: 100%; */
/*  border-bottom: 0px solid #ddd;*/
/*  margin-top: 1px;*/
/*}*/

/*.nav-container {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  position: relative;*/
/*  flex-wrap: wrap;*/
/*  font-size: 17px;*/
/*}*/

/* Left & Right Menus */
/*.nav-left*/
/*{*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  list-style: none;*/
/*  padding-left: 366px;*/
/*}*/

/*.nav-right {*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  list-style: none;*/
/*  padding-right:322px;*/
/*}*/

/*.nav-left a,*/
/*.nav-right a {*/
/*  text-decoration: none;*/
/*  color: #fff;*/
/*  font-weight: 500;*/
/*  font-family: "Cherry Cream Soda", system-ui;*/
/*  font-style: normal;*/
/*    font-weight: normal;*/
/*}*/

/*.nav-left ul*/
/*{*/
/*    list-style:none;*/
    
/*}*/

/*.nav-left ul li*/
/*{*/
/*    float:left;*/
/*    color:#ffffff;*/
/*}*/

/* Logo Centered */
/*.logo {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  padding-top: 56px;*/
/*}*/

/*.logo a {*/
/*  text-decoration: none;*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  color: #111;*/
/*}*/

/* Responsive Behavior */
/*@media (max-width: 768px) {*/
/*  .nav-container {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    font-size: 15px;*/
/*  }*/

/*  .nav-left,*/
/*  .nav-right {*/
/*    justify-content: center;*/
/*    margin: 10px 0;*/
/*  }*/

/*  .logo {*/
/*    position: static;*/
/*    transform: none;*/
/*    margin: 10px 0;*/
/*  }*/
/*}*/

/* Header Nav */

.navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* transparent dark background */
  z-index: 1000;
}

/*.nav-container {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  max-width: 1300px;*/
/*  margin: auto;*/
/*  padding: 10px 20px;*/
/*  flex-wrap: wrap;*/
/*}*/

.nav-container {
  display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 800px;
    margin: auto;
    padding: 10px 17px;
    flex-wrap: wrap;
    /* width: 100% !important; */
    align-content: stretch;
}


.nav-left,
.nav-right {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-left li a,
.nav-right li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.nav-left li a:hover,
.nav-right li a:hover {
  color: #fdd835;
}

.nav-logo img {
  max-height: 100px;
  width: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    align-items: center;
  }

  .nav-left,
  .nav-right {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
  }
}

.contact {
  background: #000;
  border: 2px solid #f9c300;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: bold;
  color: #f9c300;
}

.slider {
  position: relative;
  height: 100vh;
  background: url('images/banner1.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav {
  overflow: hidden;
  width: 100%;
}
.slide-content {
  text-align: center;
  z-index: 5;
}

.tag {
  background-image:url(images/shape.png); 
  background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 18px 42px;
}

h1 {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
}

h1 span {
  color: #f9c300;
  font-family: 'Pacifico', cursive;
}

.slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.slider-nav button {
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .nav-menu {
    flex-direction: column;
    display: none;
  }
}


.welcome p
{
  font-size:18px !important;
}
.welcome {
  display: flex;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  background: #f1f0ee;
}

.welcome-image img {
  width: 300px;
  margin: 1rem;
  float:left;
}
.welcome-content
{
  float:left;
}

.welcome-text
{
  font-size:14px;
}

/* About Section */

.about-us-section {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.about-us-section h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.about-us-section h2 {
  font-size: 1.4rem;
  /*margin-bottom: 30px;*/
  font-weight: normal;
}

.about-us-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.about-us-image {
  flex: 1 1 300px;
  text-align: center;
}

.about-us-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.about-us-text {
  flex: 1 1 400px;
  text-align: left;
}

.about-us-text p {
  margin-bottom: 15px;
  font-size: 0.9rem;
  text-align:justify;
}

.about-us-bottom {
  margin-top: 30px;
  font-size: 0.9rem;
  /*text-align: center;*/
  max-width: 100%;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  text-align:justify;
}

/* Responsive */
@media (max-width: 768px) {
  .about-us-content {
    flex-direction: column;
    align-items: center;
  }

  .about-us-text {
    text-align: center;
  }
}

.gallery {
  padding: 2rem;
  background: black;
}

.gallery h2 {
  text-align: center;
  margin-bottom: 20px;
  color:#ffffff;
}

.gallery-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  transition: transform 0.3s;
}

.gallery-item .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

 .menu-section {
    padding: 58px;
    padding-top:5px !important;
    max-width: 100%;
    margin: auto;
    background-color: black;
}

.tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tab-content.active h2
{
    font-size: 28px;
    margin: 30px 0 10px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
}

.tab-btn {
  flex: 1;
  padding: 15px;
  font-size:18px;
  background: transparent;
  border: none;
  color: white;
  font-weight: bold;
  border-bottom: 2px solid #f4e65f;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: #f4e65f;
  color: black;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
 

h2 {
  font-size: 28px;
  margin: 30px 0 10px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

  
@media (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }

  .tab-btn {
    margin-bottom: 10px;
  }

   

   
}


footer {
  background: #7aa359;
  padding: 2rem;
}

.footer-columns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align:center;
}

.footer-columns input {
  padding: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
}

.footer-columns button {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background: orange;
  border: none;
  color: white;
  cursor: pointer;
}

.copyright
{
  text-align:center;
}

.menu-section {
  padding: 40px 20px;
  max-width: 100%;
  margin: auto;
}

.menu-title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color:#fff;
}

.menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.menu-col {
  flex: 1 1 100px;
}

.menu-item {
  margin-bottom: 25px;
  position: relative;
}

.item-name {
  font-weight: bold;
  color: #f7c04a;
  font-size: 16px;
  margin-bottom: 5px;
}

.item-price {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.item-desc {
  color: #aaa;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .item-price {
    position: static;
    display: block;
    margin-top: 5px;
    color: #fff;
  }

  .menu-grid {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .slider-content {
    flex-direction: column;
    text-align: center;
  }
  
  nav ul {
    flex-direction: column;
    align-items: center;
  }

  .slider-nav {
    padding: 0 10px;
  }
}

/* Client Says */
.testimonial-section {
  text-align: center;
  padding: 40px 20px;
  background-image: url(images/testimonial-bg.jpg);
  color: #fff;
}

.testimonial-section h2 {
  font-size: 2rem !important;
  margin-bottom: 30px !important;
  border:0px !important;
}

.testimonial-wrapper {
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial-card {
  min-width: 100%;
  background: #7aa359ba;
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  padding: 24px;
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 15px;
  border: 3px solid orange;
}

.controls {
  margin-top: 20px;
}

.controls button {
  background: orange;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
}

/* footer info section*/

.info-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #7ba65c;
  padding: 40px 20px;
  flex-wrap: wrap;
  text-align: center;
  color: white;
}

.info-box {
  /*flex: 1 1 250px;*/
  margin: 20px;
  color: white;
}

.info-box i {
  font-size: 36px;
  margin-bottom: 10px;
}

.info-box h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}

.info-box p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}