* {
  margin: 0px;
  padding: 0;
}

/* navbar  */

#logo {
  display: flex;
  justify-content: center;
}
.navbar {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
  left: -4px;
  z-index: 10;
}
.navbar::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
  background-color: rgb(140, 137, 133);
}
#imglogo {
  width: 100px;
  height: 70px;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
}

ul {
  display: flex;
  list-style: none;
}
.navbar ul li a {
  font-weight: bolder;
  display: block;
  margin: 10px;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgb(201, 73, 9);
}
.navbar ul li a:hover {
  transform: scale(1.2);
}

/* Home  */

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3px 200px;
  height: 555px;
}
.home::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
  background: url(../img/background\ w.jpg) no-repeat center center/cover;
}
#h-heading {
  color: rgb(0, 0, 0);
  text-shadow: 3px 3px 4px rgb(174, 127, 8);
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  padding: 30px;
  font-family: "Bree Serif", serif;
  /* font-family: 'Bree Serif', serif; */
}
.home p {
  color: black;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Bree Serif", serif;
}
.btn {
  background-color: blue;
  color: white;
  height: 45px;
  width: 105px;
  text-align: center;
  font-weight: 600;
  margin: 20px;
  border: 0.5px solid black;
  font-size: 1.2rem;
}
.btn:hover {
  background-color: rgb(71, 71, 216);
  cursor: pointer;
}

/* Services */

.s-heading {
  color: rgb(0, 0, 0);
  text-shadow: 4px 4px 4px rgb(220, 181, 122);
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  padding: 10px;
  font-family: "Bree Serif", serif;
}
.c-heading {
  color: black;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  padding: 20px;
  margin: 20px;
  margin: 5px;
  font-size: 2rem;
  font-family: "Bree Serif", serif;
}

/* .container::before {
  content: "";
  position: absolute;
  height: 770px;
  width: 100%;
  z-index: -2;
  opacity: 0.8;
  background: url(../img/background\ p.jpg) no-repeat center center/cover; */
/* } */

#serviceheading{
  position: relative;
  top:95px;
}
.service {
  display: flex;
  margin: 10px;
}
.service .box {
  color:rgb(72, 76, 76);
  margin: 20px 10px;
  border: 3px solid rgb(69, 62, 62);
  height: 500px;
  width:478px;
  border-radius: 10px;
  /* background-color:  rgb(224, 191, 140); */
  text-shadow: none;
  position: relative;
  top:80px;

}
.st1{
  background-image: url('/img/menu.jpg');
  background-size: cover;
  background-position: center;
}
.rd3{
  background-color: orange;
}
.service .box img {
  height: 150px;
  display: block;
  margin: auto;
  margin-top: 25px;
}
#deliverygif{
  height:180px;
  margin-top: -1px;
}
.container {
  position: relative;
  /* top: 25px; */
}
.service .box p {
  text-align: center;
  font-family: "Bree Serif", serif;
}
.menulist{
  margin-top: 120px;
  margin-left: 125px;
  color: white;
  list-style-type: disc;
}
.menulist ul{
  margin: 35px;
  font-size: 20px;
  color: red;
}
.nd2{
  background-color: orangered;
}

/* Clients Page  */

#clientheading {
  padding: 30px;
}
.client {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-section::before {
  content: "";
  position: absolute;
  background: url(../img/food1.jpg) no-repeat center center/cover;
  z-index: -1;
  opacity: 0.7;
  height: 420px;
  width: 100%;
}
.client-section {
  position: relative;
  top: 100px;
}
.client img {
  height: 150px;
  width: 150px;
  margin: 45px;
}

/* Contact Us Page  */

.contactheading {
  color: rgb(0, 0, 0);
  text-shadow: 4px 4px 4px rgb(220, 181, 122);
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  padding: 10px;
  font-family: "Bree Serif", serif;
}
.contact::before {
  content: "";
  background: url(../img/contact\ man.jpg) no-repeat center center/cover;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
  height: 700px;
  width: 100%;
}
.contact {
  position: relative;
  top: 180px;
}
.contactbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.contactbox input,
.contactbox textarea {
  width: 100%;
  padding: 5px;
  margin: 5px;
  border-radius: 9px;
  font-size: 1.05rem;
  border: 0.5px solid black;
}
.contactbox form {
  width: 40%;
}
.contactbox label {
  font-size: 1.2rem;
  font-family: "Bree Serif", serif;
}

/* Footer  */

footer {
  color: white;
  background-color: black;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -167px;
}
.submit {
  background-color: blue;
  color: white;
  height: 25px;
  width: 105px;
  text-align: center;
  font-weight: 600;
  margin: 10px;
  border: 0.5px solid black;
  font-size: 1.2rem;
}
.submit:hover {
  background-color: rgb(71, 71, 216);
  cursor: pointer;
}
