body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

h3,
.h3 {
  font-family: "Italianno", cursive;
}

a {
  text-decoration: none;
}

/* header area css*/

.navbar {
  padding: 20px 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  border-top: 0;
  background-color: #fff !important;
  padding: 10px 0px;
  border-bottom: none;
  box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar-brand {
  color: #fff;
}

.sticky .navbar-brand {
  color: #212121;
}

.navbar li.nav-item {
  padding: 0 12px;
}

.navbar a.nav-link {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s;
}

.sticky a.nav-link {
  color: #212121;
}

.navbar a.nav-link:hover {
  color: #ffc107;
  transition: all 0.2s;
}

.navbar-nav {
  align-items: center;
}

a {
  color: #ffc107;
}

.navbar-brand {
  font-size: 30px;
}

.nav-item:focus {
  box-shadow: none;
}

.dropdown-item:focus {
  background-color: #fff;
  color: #000;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #ffc107;
  transform: translateX(6px);
  transition: all 0.4s;
}

.dropdown-item {
  color: #fff;
  transition: all 0.4s;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.65);
}

/*.banner-heading {
    color:#06a3da;
}*/
.banner .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.banner .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.banner .swiper-slide .subtitle {
  font-size: 21px;
}

.banner .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

.banner .swiper-slide {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-1 {
  background: rgba(23, 22, 22, 0.83) url(img/banner-img.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  background: rgba(23, 22, 22, 0.83) url(img/banner-img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  background: rgba(23, 22, 22, 0.83) url(img/banner-img2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-4 {
  background: rgba(23, 22, 22, 0.83) url(img/banner-img1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-text {
  font-size: 14px;
}

.section-tittle {
  font-size: 40px;
  font-weight: 500;
  color: #ffc107;
}

.form-check-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  margin-top: 6px;
}

.form-check-input:focus {
  background-color: #ffc107;
}

.form-check-input:active {
  background-color: #ffc107;
}

.banner .form-check-label {
  font-size: 15px;
  color: rgba(247, 244, 244, 0.92);
}

.radio {
  margin-left: 30%;
}

/*button*/
.button {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: solid 2px #ffc107;
  border-radius: 10rem;
  z-index: -2;
}

.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffc107;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  width: 100%;
}

.food-list a {
  text-decoration: none;
}

/* optional reset for presentation */
* {
  text-decoration: none;
  font-size: 20px;
}

/*button*/
/*food area start*/
.food-subtittle {
  color: #ffc107;
  font-size: 45px;
}

.food-list p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.56);
}

.food-list img {
  width: 180px;
}

h3 {
  font-size: 45px;
  color: #ffc107;
}

.food-list a {
  color: #000;
  font-weight: 600;
  transition: all 0.4s;
}

.food-list a:hover {
  color: #ffc107;
  transition: all 0.4s;
}

/*food area end*/
/*food menu area start*/

.food-menu-bg {
  background-color: rgba(232, 200, 104, 0.42);
}

.special-bg {
  background-color: #000;
  color: #fff;
}

.special-bg .special-menu {
  min-width: 260px;
}

.special-bg .nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  color: #fff;
  margin-bottom: 10px;
}

.nav-link active {
  background-color: #ffc107;
  color: #000;
}

.special-menu {
  background-color: rgba(232, 200, 104, 0.42);
  border-right: solid 3px #ffc107;
  border-left: solid 3px #ffc107;
}

.food-menu a {
  color: #000;
  font-weight: 600;
  transition: all 0.4s;
}

.food-menu a:hover {
  color: #ffc107;
  transition: all 0.4s;
}

.food-menu {
}

/*.food-details .food-prices{
    text-align: right;
}*/
.menu-button {
  margin-top: -30px;
}

.menu-button a {
  color: #ffc107;
  border-bottom: solid 3px #ffc107;
}

.food-prices {
  color: #ffc107;
}

.menu-button a:hover {
}

.food-menu p {
  font-size: 15px;
}

.food-menu img {
  width: 200px;
  height: 200px;
  z-index: 5;
}

.special-menu .special-tabs {
  color: #000;
}

.nav-pills .nav-link.active {
  background-color: #ffc107;
  color: #000;
}

.nav-link:hover {
  color: #fff;
  color: #000;
}

.special-text p {
  color: rgba(255, 255, 255, 0.67);
}

/*food menu area end*/
/*feature area start*/
.feature-content i {
  color: #ffc107;
}

.feature-content li {
  font-size: 15px;
}

.button-2 {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 10rem;
  color: #000;
  font-size: 0.8rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  font-weight: 500;
}

.button-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: solid 2px #ffc107;
  border-radius: 10rem;
  z-index: -2;
}

.button-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffc107;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.button-2:hover {
  color: #fff;
}

.button-2:hover:before {
  width: 100%;
}

.food-list a {
  text-decoration: none;
}

/* optional reset for presentation */
* {
  text-decoration: none;
  font-size: 20px;
}

/*feature area end*/
/*exprience area start*/
.bg-2 {
  background-color: rgba(232, 200, 104, 0.42);
}

.card-2 img {
  width: 100px;
  height: 100px;
}

.card-2 p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}

.card-2 {
  background-color: rgba(18, 18, 17, 0.87);
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}

.card-2 h2 {
  color: #ffc107;
}

.card-3 img {
  width: 140px;
  height: 140px;
}

.card-3 {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 10px;
}

.card-3 a {
  color: #000;
  font-weight: 600;
  transition: all 0.4s;
}

.card-3 a:hover {
  color: #ffc107;
  transition: all 0.4s;
}

.card-3 .item a {
  color: #ffc107;
  font-size: 30px;
}

.card-3 p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}

/*exprience area end*/
/*discount area start*/
.discount-bg {
  background: rgba(57, 57, 57, 0.71) url(img/01021021.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.discount-card .discount-item {
  margin-top: -25px;
}

.discount-card img {
  width: 80px;
  margin-top: -44px;
  margin-right: -10px;
}

.discount-card {
  background-color: #fff;
  color: #000;
  padding: 10px;
}

.discount-card ul li {
  font-weight: 500;
}

.discount-card ul li i {
  color: #ffc107;
}

.discount-card h6 {
  color: #ffc107;
}

.discount-bg .position-absolute {
  left: 60%;
  right: 10%;
  top: 35%;
}

/*discount area end*/
/*seller area start*/
.seller-bg {
  background-color: rgba(232, 200, 104, 0.42);
}
.best-sell img {
  width: 150px;
}
.best-sell .food-name a {
  color: #000;
  font-weight: 500;
  transition: all 0.4s;
}
.best-sell .food-name a:hover {
  color: #ffc107;
  transition: all 0.4s;
}
.best-sell p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.67);
}
.best-sell h6 {
  color: #ffc107;
}
.best-sell {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.4s;
}
.best-sell:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
/*seller area end*/
/*reserve area start*/

.reserve-bg {
  background: rgba(57, 57, 57, 0.71) url(img/banner-img1.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  background-attachment: fixed;
}
/*reserve area end*/
/*testimonial area start*/
.testimonials-bg {
  background-color: rgba(232, 200, 104, 0.42);
}

.testimonial-details img {
  background-color: rgba(203, 164, 47, 0.49);
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.testimonials-card {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
}
.testimonials-card p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.67);
}

.testimonial-details i {
  color: #ffc107;
}
/*testimonial area end*/
/*footer area start*/
.footer-img img {
  border-radius: 20px;
}
.footer-bg {
  background-color: #000;
  color: #fff;
}
.footer-icon i {
  background-color: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  font-size: 17px;
  margin-left: 10px;
  transition: all 0.4s;
  border: solid 2px #ffc107;
}

.footer-icon i:hover {
  background-color: #ffc107;
  border: solid 1px #ffc107;
  color: #000;
  transition: all 0.4s;
}

.footer-menu ul li a {
  color: #fff;
  transition: all 0.4s;
  font-size: 16px;
}
.footer-menu ul li {
  transition: all 0.4s;
}
.footer-menu ul li:hover {
  margin-left: 10px;
  transition: all 0.4s;
}
.footer-about {
  font-size: 16px;
}
.footer-menu ul li a:hover {
  color: #ffc107;

  transition: all 0.4s;
}

.footer-page-btn {
  background-color: transparent;
  border: solid 2px #ffc107;
  padding: 15px;
  border-radius: 25px;
  color: #fff;
}
.footer-end {
  font-size: 13px;
}
.opening ul li p {
  font-size: 16px;
}
.blog-page input {
  color: #fff;
}

a {
  text-decoration: none !important;
}

/*footer area end*/
/*about area start*/
.banner-about {
  background-image: url(img/banner-img1.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
}
.about-banner a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.about-banner a:hover {
  color: #ffc107;
}
.about-banner p {
  font-size: 16px;
  font-weight: 500;
}
.partner-bg {
  background-color: rgba(209, 188, 126, 0.28);
  border-radius: 10px;
}
.counter-bg {
  background: rgba(57, 57, 57, 0.71) url(img/banner-img1.png);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
}
.counter-number {
  font-size: 50px;
  font-weight: 600;
  color: #ffc107;
}
/*about area end*/
/*chefs area start*/

.team-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(212, 187, 187, 0.23);
}

.team-details {
  background-color: #ffc107;
  color: #fff;
  border-radius: 3px;
}

.team-details p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.team-bg {
  background-color: rgba(232, 200, 104, 0.42);
}

.team-img .icon {
  right: 15px;
  top: 15px;
}

.team-img .dropbtn {
  background-color: transparent;
  padding: 16px;
  font-size: 20px;
  border: none;
  color: #ffc107;
}

.team-img .dropdown {
  position: relative;
  display: inline-block;
}

.team-img .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 50px;
  text-align: center;
}

.team-img .dropdown-content a {
  color: rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #ffc107;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

.team-details2 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(246, 210, 115, 0.88);
}
.dropbtn i {
  font-size: 25px;
}
.member-details p {
  color: rgba(0, 0, 0, 0.72);
}

.team-details {
  background-color: rgba(219, 179, 58, 0.33);
}

.team-details h4 {
  color: #000;
}

.team-details p {
  color: #000;
}

.team-details2 ul li a {
  color: #fff;
  transition: all 0.3s;
}

.team-details2 ul li a:hover {
  color: #ffc107;
  transition: all 0.3s;
}

.member-details p {
  color: #fff;
}

.team-icon i {
  border: solid 2px rgba(212, 201, 201, 0.44);
  padding: 4px 6px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s;
}

.team-icon i:hover {
  background-color: #ffc107;
  color: #000;
  border: solid 2px #ffc107;
  transition: all 0.3s;
}

.team-details-bg {
  background-color: rgba(255, 255, 255, 0.06);
  padding: 80px;
  border-radius: 10px;
  margin-left: 20%;
  color: #fff;
}

/*chefs area end*/

/*contact area start*/

.contact-bg {
  background-color: rgba(232, 200, 104, 0.42);
  color: #000;
}

.contact-tittle {
  color: #000;
}

.form-check-label {
  color: rgba(47, 43, 43, 0.72);
}

.contact-form2 a {
  color: rgba(77, 59, 59, 0.83);
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px 30px;
  border-radius: 5px;
}

.contact-form2 i {
  padding-left: 60px;
  padding-right: 10px;
}

.contact-form2 i:hover {
  color: #ffc107;
}

.contact-form3 a {
  color: rgba(77, 59, 59, 0.83);
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px 30px;
  border-radius: 5px;
}

.contact-form3 i {
  padding-left: 75px;
  padding-right: 10px;
}

.contact-form3 i:hover {
  color: #ffc107;
}

.cont-icon {
  background-color: #ffc107;
  padding: 10px 15px;
  border-radius: 2px;
  transition: all 0.3s;
  color: #fff;
  border: solid 2px #ffc107;
}

.cont-icon:hover {
  background-color: #fff;
  border: solid 2px #ffc107;
  color: #ffc107;
  transition: all 0.3s;
}
.contact-bg {
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px;
  border-radius: 10px;
}
.contact-text {
  font-size: 16px;
}
/*contact area end*/
/*blog area start*/
.blog-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-text a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s;
}
.blog-text a:hover {
  color: #ffc107;
  transition: all 0.4s;
}
.blog-text p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.67);
}
.blog-card ul li i {
  font-size: 13px;
  color: #ffc107;
}
.blog-card ul li {
  font-size: 13px;
}
.blog-card {
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*blog area end*/
/*blog details area start*/
.blog-details ul li i {
  color: #ffc107;
  font-size: 14px;
}
.blog-details ul li {
  font-size: 14px;
}
.tag-btn a {
  background-color: rgba(198, 198, 211, 0.42);
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  transition: all 0.5s;
}

.tag-btn a:hover {
  background-color: #ffc107;
  color: #fff;
  transition: all 0.5s;
}

.tag-icon i {
  background-color: transparent;
  color: #000;
}

.tag-icon i:hover {
  color: C;
}

.blog-comment {
  background-color: rgba(198, 198, 211, 0.42);
  padding: 20px;
}
.blog-details-comment p {
  font-size: 16px;
}
.blog-details-comment img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(5, 5, 169, 0.7);
}
.post-name {
  font-size: 13px;
}
.blog-details-form {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  border: none;
}

.blog-details-form:focus {
  box-shadow: none;
  border: solid 1px rgba(114, 113, 113, 0.22);
}

.blog-message:focus {
  box-shadow: none;
}

.blog-details-comment i {
  color: #ffc107;
}
.blog-page {
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  border: none;
}

.blog-page:focus {
  box-shadow: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
}

.blog-page-btn {
  background-color: #ffc107;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  border: none;
}

.blog-page-btn i {
  color: #fff;
}

.text {
  color: #fff;
}

.blog-p {
  color: #fff;
}

.Recent-img img {
  width: 100px;
  border-radius: 10px;
}

.Recent-img a {
  color: #f1f1f1;
  transition: all 0.4s;
}

.Recent-img a:hover {
  color: #ffc107;
  transition: all 0.4s;
}

.recent-post {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}
.Recent-img a {
  color: #000;
  font-weight: 600;
}
.tags-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.btn {
  border: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  background-color: #fff;
  color: #000;
  font-weight: 500;
}

.btn:hover {
  background-color: #ffc107;
  color: #fff;
}
/*blog details area end*/

/*blog details area start*/
.blog-details ul li i {
  color: #ffc107;
}

.tag-btn a {
  background-color: rgba(198, 198, 211, 0.42);
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  transition: all 0.5s;
}

.tag-btn a:hover {
  background-color: #ffc107;
  color: #fff;
  transition: all 0.5s;
}

.tag-icon i {
  background-color: transparent;
  color: #000;
}

.tag-icon i:hover {
  color: #ffc107;
}

.blog-comment {
  background-color: rgba(198, 198, 211, 0.42);
  padding: 20px;
}

.blog-details-comment img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(203, 164, 47, 0.49);
}
.post-name {
  font-size: 13px;
}
.blog-details-form {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  border: none;
}

.blog-details-form:focus {
  box-shadow: none;
  border: solid 1px rgba(114, 113, 113, 0.22);
}

.blog-message:focus {
  box-shadow: none;
}

.blog-page {
  padding: 15px;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  border: none;
}

.blog-page:focus {
  box-shadow: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
}

.blog-page-btn {
  background-color: #ffc107;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  border: none;
}

.blog-page-btn i {
  color: #fff;
}

.text {
  color: #fff;
}

.blog-p {
  color: #fff;
}

.Recent-img img {
  width: 100px;
  border-radius: 10px;
}

.Recent-img a {
  color: #f1f1f1;
  transition: all 0.4s;
}

.Recent-img a:hover {
  color: #ffc107;
  transition: all 0.4s;
}

.recent-post {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}
.Recent-img a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.tags-bg {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.btn {
  border: none;
  box-shadow: 0px 4px 15px rgba(188, 176, 176, 0.24);
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.btn:hover {
  background-color: #ffc107;
  color: #fff;
}

.service-details a {
  color: #000;
  font-weight: 700;
  margin-right: 50%;
}

.service-details h6 {
  color: #ffc107;
  font-size: 20px;
}

.service-details {
  box-shadow: 0px 4px 10px rgba(180, 172, 172, 0.49);
  padding: 20px;
  transition: all 0.4s;
}

.service-details:hover {
  background-color: #ffc107;
  transition: all 0.4s;
}

.service-details:hover a {
  color: #fff;
  transition: all 0.4s;
}

.service-details:hover h6 {
  color: #fff;
  transition: all 0.4s;
}
/*blog details area end*/
/*reservation area start*/
option:hover {
  background-color: #ffc107;
}
/*reservation area end*/
/*food-details*/
.food-details img {
  border-radius: 10px;
}
.food-details-text h2 {
  color: #ffc107;
}
.food-details-text p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.83);
}
.food-nutrition li span {
  color: #ffc107;
}

@media screen and (max-width: 900px) {
  .food-menu-bg {
    overflow-x: hidden;
  }
}
/*food-details*/
@media screen and (max-width: 600px) {
  .discount-bg .position-absolute {
    left: 0;
    right: 0;
    top: 0;
  }

  .d-flex.align-items-start {
    display: block !important;
  }

  .d-flex.food-menu {
    display: block !important;
  }

  .radio {
    margin-left: 0;
  }

  button.navbar-toggler {
    color: #fff;
  }

  .navbar {
    background-color: #000;
  }

  .sticky button.navbar-toggler {
    color: #000;
  }
}
