/*================ Common CSS ==========*/
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

h1,
h2 {
  font-weight: 900;
  line-height: 1em;
}
h2 {
  /*color: #502314;*/
  color: #333446;
  font-size: 60px;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3em;
}
h3 {
  color: #333446;
  font-size: 25px;
}
h4 {
  color: #333446;
  font-size: 25px;
  font-weight: 500;
}
h6 {
  /*color: #502314;*/
  color: #333446;
  font-size: 25px;
}

p {
  font-weight: 400;
  line-height: 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}

.custom-btn {
  color: #fff;
  border-radius: 25px;
  padding: 12px 35px;
}

.bg-custom {
  /*background: #f5ebdc;*/
  background: #eaefef;
}

/*================== Padding for some sections =============*/

#about,
#menu,
#service,
#contact {
  /*padding-top: 190px;*/
  padding-top: 120px;
  margin-bottom: 70px;
}

/*================ Header area styles ==========*/
#main_menu nav {
  /*background-color: #ebe2d3;*/
  background-color: #b8cfce;
  font-weight: 500;
}

#main_menu nav li {
  margin-left: 15px;
}

#main_menu img {
  width: 282px;
  height: auto;
  /*height: 95px;*/
  /*max-width: 100%;
  height: auto;*/
}

#mainmenu a.active {
  color: #447d9b;
}

/*================ Slider area styles ==========*/
#slider {
  padding-top: 85px;
}

/*================ About Area styles ==========*/
#about img {
  border-radius: 2%;
}

/*================ Service Area styles ==========*/
#service img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/*#service h4 {
  color: #333446;
}*/

/*================ Contact Area styles ==========*/
#contact {
  background: url(assets/images/contact.jpg);
  background-repeat: no-repeat;
}

#userMessage {
  height: 150px;
  resize: none;
}
/*================ Footer styles ==========*/
#footer {
  position: relative;
}
#footer ul li a {
  color: #447d9b;
  font-weight: 500;
  text-decoration: none;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .top {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
}

#footer .top a {
  color: rgb(68, 125, 155);
  font-size: 30px;
}

#footer .top a:hover {
  color: #b8cfce;
}

/*================ Menu Item styles ==========*/
#menu-item {
  position: relative;
  background: url(assets/images/chefs.jpg);
  background-repeat: no-repeat;
  padding-top: 150px;
  z-index: 0;
}

#menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95); /* Black overlay with 50% opacity */
  z-index: -1; /* Keeps it behind the content but above background */
}

#menu-item .desc ul {
  text-align: start;
  list-style: none;
}

#ingredients {
  background: url(assets/images/chefs.jpg);
  background-repeat: no-repeat;
}

/*================ Responsive styles ==========*/
@media only screen and (max-width: 600px) {
  #main_menu img {
    width: 175px;
    height: auto;
  }

  #slider {
    padding-top: 65px;
  }

  #about,
  #menu,
  #service,
  #contact {
    padding-top: 85px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 35px;
    text-transform: uppercase;
  }

  h4 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  #menu-item {
    padding-top: 110px;
  }
}
