@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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&display=swap");

* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}

.section_heading {
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}
body {
  background-color: black;
  color: white;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
a {
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* Header Section Starts*/
.header {
  background-color: #0a0a0a;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #1a1a1a;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo {
  width: 70px;
  height: 70px;
}

.logo img {
  width: 100%;
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 40px;
}

.nav-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 2px 5px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #ffffff;
  background-color: #ff6b35;
  border-radius: 10px;
  padding: 2px 5px;
}

.nav-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav-icons img {
  cursor: pointer;
}

/* Header Section Ends */

/* Hero Section Starts*/
.hero {
  padding: 120px 0 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./Image/banner.jpg");
  background-size: cover;
  background-position: center;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hero-content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-primary {
  background-color: #fff;
  color: #000;
  padding: 15px 30px;
  margin-top: 40px;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #e55a2b;
  color: #fff;
}

.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
/* Hero Section Ends */

/* About Section Starts */
#about_section {
  margin-bottom: 20px;
  margin-top: 25px;
}

.about_heading {
  padding: 70px 0;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}

.about_heading h1 {
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
}

.about_heading {
  font-size: 20px;
  line-height: 30px;
}

.about_chef {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about_chef_text {
  flex: 1;
}

.about_chef_text p {
  font-size: 18px;
  line-height: 30px;
  color: #eeeeee;
}

.about_chef_text p a {
  text-decoration: none;
  font-weight: bold;
  color: #f20101;
}

.about_chef_img {
  min-height: 430px;
  background: url("./Image/chef.jpg");
  flex: 1;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
}
/* Hero Section Ends */

/* Menu Section Starts */
.menu {
  padding: 80px 0;
  background-color: #0a0a0a;
}

.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.menu-tabs a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 10px;
  background: transparent;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid transparent;
  transition: all linear 1s;
}

.menu-tab.active,
.menu-tab:hover {
  border-bottom: 5px solid white;
  transition: all linear 1s;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.menu-item {
  background-color: #111111;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
   transition: transform 0.3s;
}
.menu-item:hover {
  transform: translateY(-5px);
}

.menu-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.menu-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.menu-item p {
  color: #cccccc;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.menu-item .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.menu-inner-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-cart img {
  height: 30px;
  width: 30px;
}

.see-all-btn {
  text-align: center;
}
/* Menu Section Ends */

/* Stats Section Starts*/
.stats {
  padding-top: -35px;
  padding-bottom: 50px;
  background-color: black;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.stats h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-item h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.stat-item p {
  color: #cccccc;
  font-size: 18px;
}

/* Starts Section Ends */

/* Franchise Section Starts */
.franchise {
  padding: 80px 0;
  background-color: #0a0a0a;
}

.franchise-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.franchise h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.franchise p {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 30px;
  line-height: 1.7;
}
/* Franchise Section Starts */

/* Testimonial Section Starts */
#testimonial {
  padding-top: 25px;
  padding-bottom: 120px;
}
#testimonial h2 {
  padding-bottom: 70px;
}

.testimonial_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.testimonial_item {
  padding: 30px;
  background: #191919;
  border-radius: 16px;
  transition: transform 0.3s;
}
.testimonial_item:hover{
  transform: translateY(-5px);
}

.testimonial_item .top {
}
.testimonial_item .top .user {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
}
.testimonial_item .top .user .avater {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  overflow: hidden;
}
.testimonial_item .top .user .avater img {
  width: 100%;
}
.testimonial_item .top .quote {
  margin-top: 20px;
  position: relative;
}
.testimonial_item .top .quote::after {
  content: "";
  width: 195px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial_item .top .user .user_info {
}
.testimonial_item .top .user .user_info h4 {
}
.testimonial_item .top .user .user_info p {
}
.testimonial_item .top .user .user_info ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial_item .top .user .user_info ul li {
  width: 12px;
  height: 12px;
}
.testimonial_item .top .user .user_info ul li img {
  width: 100%;
}

.testimonial_item .bottom {
  padding-top: 30px;
}
.testimonial_item .bottom p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

/* Testimonial Section End */

/* Subscribe Section Starts */
#subscribe {
  padding: 80px 0;
  background: #ffffff;
  color: #000;
}

.subscribe_box {
}
.subscribe_box h2 {
  font-size: 70px;
  line-height: 90px;
  color: black;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.subscribe_box form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  max-width: 748px;
  margin: 0 auto;
}
.subscribe_box form input {
  border: 3px solid black;
  padding: 20px 30px;
  border-radius: 1000px;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}
.subscribe_box form input::placeholder {
  color: #6e6e6e;
}
.subscribe_box form button {
  border: none;
  padding: 20px 54px;
  border-radius: 1000px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}
.subscribe_box form button:hover {
  background-color: #676565;
}
/* Subscribe Section Ends */

/* Location Section Starts */
#location {
  padding: 120px 0;
  background: #000000;
}
.location_container {
  display: grid;
  grid-template-columns: 1fr 483px;
  gap: 145px;
  align-items: center;
}
.location_container .text {
}
.location_container .text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.location_container .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 70px;
}
.location_container .text button {
  border: none;
  font-size: 18px;
  padding: 20px 54px;
  border-radius: 1000px;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.location_container .text button:hover {
  background-color: #413f3f;
  color: #ffffff;
}
.location_container {
}
/* Location Section Ends */

/* Footer Section Starts */
#footer {
  padding: 80px 0;
  background: #191919;
}
.footer_grid {
  display: flex;
  gap: 103px;
  justify-content: space-between;
}
.footer_grid h5 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 30px;
}
.footer_grid ul {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.footer_grid ul li {
}
.footer_grid ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.footer_container .copy {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.footer_container .copy ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_container .copy ul li {
}
.footer_container .copy ul li a {
}
.footer_container .copy {
}
/* Footer Section Ends */
