* {
  margin: 0px;
  padding: 0px;
}
#top {
  color: red;
  text-align: center;
  font-size: 46px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#top1 {
  text-align: center;
  color: blue;
  font-size: 21px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#navbar img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 3px;
}
#navbar {
  display: flex;
  flex-direction: column;
  height: 14vh;
  width: 100vw;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 10px;
  background-color:aquamarine;
  border: 2px solid black;
  border-radius: 15px;
}
#navcontent {
  display: flex;
  justify-content: center;
}
ul li {
  list-style: none;
  margin: 15px;
  border-radius: 20px;
}
ul li a {
  padding: 1px;
  color: red;
  text-decoration: none;
  border-radius: 10px;
}
ul li a:hover{
  color:black;
  border-radius: 10px;
}
#container1 {
  width: 100vw;
  height: 63vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#container1::before {
  content: "";
  background-image: url("https://img.freepik.com/premium-vector/food-delivery-mobile-phone-online-food-order-e-commerce-concept_226040-35.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height:59vh;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-right: 45px;
  font-weight: bold;
  z-index: -1;
  opacity: 0.89;
  border: 2px solid black;
  border-bottom-left-radius: 100px;
}
#heading {
  color: black;
  font-size: 2rem;
  text-align: center;
  margin-top: 35px;
  font-weight: bold;
}
.btn {
  color:black;
  margin-top: 15px;
  background-color: yellow;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid white;
  border-radius: 10px;
}
.btn:hover {
  cursor: pointer;
  background-color: red;
}
#container2 {
  display: flex;
  justify-content: space-evenly;
}
#price {
  position: relative;
  width: 24vw;
  height: 21vh;
  box-shadow: 2px 7px 16px 19px;
  margin-top: 51px;
  margin-bottom: 51px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 38px;
  border-radius: 40px;
}
#price::before {
  content: '';
  background-image: url('https://img.freepik.com/premium-vector/food-logo-design-with-leaf-creative-concept-premium-vector_526458-2675.jpg') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24vw;
  height: 21vh;
  z-index: -1;
  border-radius: 40px;
}
.About-container {
  padding-top: 25px;
  background-color: #fff3e0;
}
#About {
  color:rgb(215, 3, 3);
  text-align: center;
}
.About-container p {
  padding: 20px;
  font-size: 35px;
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: #fff3e0;
}
#specials {
  position: relative;
  width: 24vw;
  height: 21vh;
  box-shadow: 2px 7px 16px 19px;
  margin-top: 51px;
  margin-bottom: 51px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 38px;
  border-radius: 40px;
}
#specials::before {
  content: "";
  background-image: url("https://img.freepik.com/premium-vector/special-offer-typography-tag-logo-banner-design-artwork_1188421-3414.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24vw;
  height: 21vh;
  z-index: -1;
  border-radius: 40px;
}
#featureProduct {
  color:rgb(215, 3, 3);
  text-align: center;
}
#Specials {
  color:rgb(215, 3, 3);
  text-align: center;
}
.special-container {
  padding: 40px 20px;
  overflow: hidden;
  max-width: 100%;
  background-color: #fff3e0;
}
.special-container h1 {
  margin-bottom: 20px;
  color: #d35400;
  text-align: center;
}
.special-slider {
  display: flex;
  gap: 30px;
  transform-style: preserve-3d;
  animation: scroll 20s linear infinite;
}
#food-card1 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/margherita\ pizza.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align: center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card1:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#food-card2 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/Dal\ makhani.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align: center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card2:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#food-card3 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/moong\ dal\ halwa.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align: center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card3:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#food-card4 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/cappuccino.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align: center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card4:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#food-card5 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/paneer\ dumpling.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align: center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card5:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#food-card6 {
  min-width: 180px;
  height: 180px;
  background-image: url("images/white\ pasta.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba (0, 0, 0, 0.1);
  text-align:center;
  line-height: 180px;
  font-size: 1.4rem;
  transform: perspective(800px) rotateY(-10deg);
  transition: transform 0.3s ease;
}
#food-card6:hover {
  transform: perspective(800px)rotateY(0deg) scale(1.05);
}
#Menu {
  color:rgb(215, 3, 3);
  text-align: center;
}
.category {
  background-color: #ffdab9;
  padding: 15px;
  margin-top: 10px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
}
.food-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  display: none;
}
.food-table th, .food-table td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
}
.food-table th {
  background-color: #ffe4c4;
}
.show {
  display: table;
}
.contact-container {
  max-width: 900px;
  margin: 40px auto;
  background-color: #fff3e0;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-container h2 {
  text-align: center;
  color: #d35400;
  margin-bottom: 10px;
}
.intro {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: space-between;
}
.contact-form,
.contact-info {
  flex: 1 1 45%;
}
.contact-form h3,
.contact-info h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.contact-form button {
  background-color: #d35400;
  color: white;
  padding: 10px 25px;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form button:hover {
  background-color: #b84300;
}
.contact-info p {
  font-size: 1rem;
  margin: 10px 0;
}
.contact-info strong {
  color: #000;
}
#ContactUs {
  color:rgb(215, 3, 3);
  text-align: center;
}
.copyright {
  display: flex;
  justify-content: center;
}