@import url("https://fonts.googleapis.com/css2?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&family=Quicksand:wght@300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Quicksand", sans-serif;
}
.container {
  width: 1100px;
  margin: auto;
}
header {
  height: 100vh;
  background: url("img/home_bg.jpeg") center center/cover no-repeat;
  position: relative;
}
#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar img {
  width: 80px;
  margin-left: 30px;
}
#navbar ul {
  list-style: none;
  display: flex;
  font-weight: 500;
  margin-right: 20px;
}

#navbar ul li a {
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
}
#navbar ul li a:hover {
  border-bottom: 2px solid #e4b95b;
}
.content {
  height: 75%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.content h1 {
  color: #fff;
  font-size: 40px;
}
.content p {
  color: #fff;
}
.primary-text {
  color: #e4b95b;
}

.content .btn-primary {
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 10px;
}
.About-content .btn-secondary {
  background-color: #384838;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  padding: 15px;
}

.content .btn-primary:hover,
.About-content .btn-secondary:hover {
  background-color: #e4b95b;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
header * {
  z-index: 10;
}
/*about start*/

#About {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}
#About .title {
  text-align: center;
  margin-top: 1rem;
}
#About h1 {
  font-size: 40px;
  color: #383838;
  margin-bottom: 20px;
}
#About .title .p {
  font-size: 14px;
  font-weight: 600;
  color: #9a9a9a;
}
#About .About-content {
  display: flex;
  justify-content: space-between;
}
#About .About-content img {
  width: 450px;
}

.About-content p {
  font-weight: 500;
  color: #9a9a9a;
  margin-right: 7rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
/*about end*/
/*offers Start*/
.offers {
  background-color: #1c1b21;
  height: 80vh;
}
#menu .title,
.offers .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.offers .title h2 {
  color: #e4b95b;
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.offers .title p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.offers .offers-items {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.offers .offers-items img {
  width: 200px;
}

.offers .offers-items h3 {
  font-size: 30px;
  font-weight: 600;
  color: #f4f4f4;
  margin-bottom: 20px;
}
.offers .offers-items p {
  text-align: center;
  flex-wrap: wrap;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
}

.offers .offers-items span {
  color: #e4b95b;
  margin: 15px;
  font-size: 18px;
  font-weight: 600;
}

/*offers end*/
/*menu start*/
#menu {
  background-color: #f4f2ed;
  padding: 5rem 0;
}
#menu .menu-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .container .title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #383848;
  text-transform: capitalize;
}

#menu .container .title p {
  font-size: 16px;
  font-weight: 700;
  color: #383848;
  margin-top: 10px;
  margin-bottom: 20px;
}

#menu .menu-items .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px;
}

#menu .menu-items .menu-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #383848;
  margin-bottom: 10px;
  position: relative;
}

#menu .menu-items .menu-item p {
  font-size: 14px;
  font-weight: 500;
  color: #383848;
}

#menu .menu-items .menu-item img {
  width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
#menu .btn {
  background-color: #e4b95b;
  display: block;
  margin: 20px auto 0;
  padding: 15px;
  border-radius: 20px;
  color: #f4f2ed;
  border: #fff;
}
#menu .btn:hover {
  background-color: #383848;
}

/*menu end*/
/*day time start*/
#day-time {
  background: url("img/daytime_bg.jpeg") center center/cover fixed no-repeat;
  color: #fff;
  text-align: center;
}

#day-time .day-time-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 40vh;
  margin-top: 1rem;
}
#day-time .day-time-items h2 {
  padding: 1rem 0;
  font-size: 30px;
  font-weight: 700;
}

#day-time .day-time-items p {
  font-size: 16px;
  font-weight: 500;
}
/*day  time end*/
/*Food gallary start*/
#food-gallary {
  background: url("img/offer-background.jpg") center center/cover no-repeat;
  padding-bottom: 5rem;
}
#food-gallary .title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
#food-gallary .items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#food-gallary .items img {
  width: 280px;
  height: 200px;
  border-radius: 15px;
  margin: 20px;
  opacity: 0.8;
}

#food-gallary .items img:hover {
  opacity: 1;
}
/*Food gallary end*/
/*contact us start*/
#contact-us {
  background-color: #f4f2ed;
}
#contact-us .content-contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#contact-us .content-contact .contact-info {
  padding: 6rem 0 5rem;
  color: #383848;
}

#contact-us .content-contact .contact-info h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0;
}
#contact-us .content-contact .contact-info p {
  font-size: 16;
  font-weight: 500;
  color: #a0a19f;
  line-height: 2;
}
#contact-us .content-contact .contact-info p i {
  color: #e4b95b;
  margin-right: 15px;
}
#contact-us .content-contact .contact-info a {
  font-size: 2rem;
  margin: 15;
    color: #383848;

}
form{
  width: 50%;
} 
form input ,
form textarea
{
    background-color: #E3E2DD;
padding: 30px 15px;
display: block;
width: 100%;
margin-top: 20px;
border:none;
} 
form button{
  background-color: #e4b95b;
  display: block;
  margin:  20px auto 0 ;
  padding: 15px 30px;
  border-radius: 20px;
  color: #f4f2ed;
  border: #fff;
  text-transform: uppercase;
   

}

form button:hover{
  background-color: #383838;
}
/*contact us end*/
/* footer start*/
#footer{
  background-color: #383838;
  text-align: center;
  color: #fff;
  padding: 15px 0;
} 

/*footer end*/
