*{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.home{
  height: 660px;
  background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(/images/Biryani.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none;
  margin-top:85px ;
}
.nav-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-decoration: none;
  position: fixed;
  background-image: url(/images/nav-bg.jpg);
  width: 100%;
  height: 85px;
  margin-top: -85px;
  background-color: black;
  z-index: 1;
}
.nav-links{
  color: white;
  flex: 1;
  text-align: center;
  text-decoration: none;
}
.nav-links ul li{
  color: white;
  display: inline-block;
  margin-left: 50px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 3px;
  background: #ec0f00;
  display:block;
  margin: auto;
  transition: 0.4s ease-in-out;
  text-decoration: none;
 
}
.nav-links ul li:hover::after{
  width: 100%;
  
}
.nav-links ul li :hover{
  cursor: pointer;
}
.title1{
  margin-left: 150px;
  padding-left: 70px;
  margin-right: 0px;
}
.home-card{
  height: 350px;
  width:  1000px;
  position: relative;
  top: 150px;
  left: 280px;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}
.home-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 400px;
  font-size: 55px;
  color:#ec0f00;
  font-family: "Sigmar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home-card-p{
  display: flex;
  height: 60px;
  width: 280px;
  font-size: 30px;
  color: #ec0f00;
  align-items: center;
  justify-content: center;
  border-top: solid #ec0f00 2px;
  border-bottom: solid #ec0f00 2px;
}
.whats-new{
  margin-top: -10px;
  height: 680px;
  text-align: center;
  background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(/images/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.whats-new-title{
  font-size: 50px;
  padding-top: 25px;

}
.whats-new-subtitle{
  margin-top: 10px;
}
.three-items{
  margin-left: 240px;
  margin-right: 240px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex: 3;
  justify-content: space-between;
}
.iteam-1{
  height: 400px;
  width: 300px;
  margin-right: 10px;
  transition: 0.8s;
}
.iteam-1-img{
  height: 400px;
  width: 300px;
  border-radius: 70px;
}
.iteam-1:hover{
  transform: scale(1.2);
  cursor: pointer;
}
.iteam-2{

  height: 400px;
  width: 300px;
  margin-left: 10px;
  transition: 0.8s;
}
.iteam-2-img{
  height: 400px;
  width: 300px;
  border-radius: 70px;
}
.iteam-2:hover{
  transform: scale(1.2);
  cursor: pointer;
}
.iteam-3{
  height: 400px;
  width: 300px;
  margin-left: 20px;
  transition: 0.8s;
}
.iteam-3-img{
  height: 400px;
  width: 300px;
  border-radius: 70px;
}
.iteam-3:hover{
  transform: scale(1.2);
  cursor: pointer;
}
.Website-title{
  color: #ec0f00;
  font-size: 40px;
  margin-left: 635px;
  padding-top: 20px;
  font-family: "Sigmar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.menu-title{
  margin-left: 700px;
  color: white; 
  font-size: 35px;

}
.menu{
  height: 1250px;
  background-image: url(/images/menu-bg.jpg);
  background-repeat: no-repeat ;
  background-size: cover;
}
.menu-grid{
  height: 1000px;
  display: grid;
  grid-template-columns: 250px 250px 250px 250px 250px;
  grid-template-rows: 330px 330px 330px;
  column-gap: 25px;
  row-gap: 30px;
  margin-left: 85px;
  padding-top:50px
}
.menu-iteam{
  display: grid;
  height: 330px;
  width: 250px;
  background-color: white;
  border-radius: 10px;
  transition: 0.6s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.menu-iteam:hover{
  scale: 1.12;
  cursor: pointer;
  text-decoration: none;
}
.menu-img{
  height: 250px;
  width: 240px;
  padding-top: 5px;
  padding-left: 5px;
  border-radius: 10px;
}
.star{
  height: 27px;
  width: 27px;
  margin-top: -4px;
}
.rating-price{
  display: flex;
  flex: 2;
  justify-content: space-evenly;
  align-items: baseline;
  margin-top: 10px;
  text-decoration: none;
}
.rating{
  display: flex;
}
.price{
 display: flex;
}
.about{
  height: 680px;
  padding-top: 90px;
  background-image: url(/images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-card{
  height: 500px;
  width: 1000px;
  margin-left: 250px;
  display: flex;
  flex-direction: row;
  border-radius: 400px;
  background-color: rgba(255, 255, 255,1);
}
.about-matter{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height:500px;
  width: 550px;
  background-color: black;
  color: white;
  border-radius: 400px;
}
.about-matter-p{
  height: 350px;
  width: 400px;
  font-size: 17px;
  margin-left: 30px;
  margin-bottom: -20px;
  font-weight: 400;
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
}
  
.about-img{
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 40px;
  height:450px;
  width: 450px;
  margin-top: 10px;
  margin-left: 0px;
  transition:0.5s ease-in-out;
}
.about-img:hover{
  scale: 1.08;
}
.contact-us{
  height: 570px;
  padding-top: 100px;
  background-color: bisque;
  color: black;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    background-image: url(/images/chef.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 900px;
}
.contact-us-h1{
  font-size: 40px;
  margin-bottom: 40px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
}
.contact-us-text{
  display: flex;
  flex-direction: column;
  height: 340px;
  width: 500px;
  margin-left: 200px;
}
.contact-us-p{
  font-size: 20px;
  margin-bottom: 40px;
  height: 45px;
}