@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Freehand&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&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Battambang", system-ui;
}

body {
  scroll-behavior: smooth;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.battambang {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* header */
.logo {
  width: 1200px;
  height: auto;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-pic {
  width: 210px;
  height: 160px;
}

.logo-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo .logo-name {
  width: 900px;
  /* background-color: aqua; */
}

.logo .logo-name h1 {
  font-family: "Freehand", cursive;
  font-weight: 100;
  color: #1a5319;
  text-align: center;
  font-size: 45px;
  font-style: italic;
}

.logo .logo-name p {
  font-family: "Freehand", cursive;
  font-weight: 100;
  color: #1a5319;
  text-align: center;
}

nav {
  width: 100%;
  height: auto;
  background-color: rgba(144, 238, 144, 0.3333333333);
}

.navbar {
  width: 1200px;
  height: auto;
  margin: auto;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navbar .menu {
  width: 600px;
  height: auto;
}

.navbar .menu .nav-list {
  height: 60px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .menu .nav-list .nav-link {
  text-decoration: none;
  padding: 8px 10px;
  font-family: "Battambang", system-ui;
  font-size: 17px;
  color: #000;
  transition: 0.5s;
}

.navbar .menu .nav-list .nav-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.3607843137);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 8%;
}

.dropdown .drop-link {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 0px;
  text-decoration: none;
  position: relative;
}

.dropdown .dropdown {
  display: inline-block;
}

.dropdown-item {
  visibility: hidden;
  position: absolute;
  background-color: rgba(160, 214, 131, 0.9333333333);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  top: 33%;
}

.dropdown-item li {
  float: none;
}

.dropdown-item li a {
  color: #000;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: "Battambang", system-ui;
}

.dropdown-item li a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.3607843137);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.dropdown:hover .dropdown-item {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

.active {
  color: #000 !important;
  padding: 0px 15px;
  background-color: rgba(255, 255, 255, 0.5215686275);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 5%;
}

.navbar .menu-right {
  width: 300px;
  height: 60px;
  /* background-color: blue; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-right input {
  width: 250px !important;
  height: 33px !important;
  border: 2px solid whitesmoke !important;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  background-color: #fff !important;
}

.menu-right input::-moz-placeholder {
  font-family: "Battambang", system-ui;
}

.menu-right input::placeholder {
  font-family: "Battambang", system-ui;
}

.fi-rr-search {
  position: absolute;
  right: 15%;
  color: #5d5d5d;
}

.menu-right .fi-rs-user {
  color: #000;
  font-size: 28px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* banner */
.banner {
  width: 100%;
  height: 75vh;
  /* background-color: #90ee9055; */
}

.container {
  width: 1200px;
  height: auto;
  /* background-color: #5d5d5d; */
  margin: auto;
}

.banner .col-6 {
  width: 600px;
  height: 75vh;
  position: relative;
  /* background-color: #1A5319; */
}

.banner .col-6 .b-img {
  width: 80%;
  height: 80%;
  background-color: rgb(189, 193, 188);
  border: 2px solid lawngreen;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.b-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 1%;
}

.b-img .coriander {
  width: 80%;
  height: 100%;
  position: absolute;
  top: -35%;
}

.b-img .Premium {
  width: 20%;
  height: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -5%;
  /* right: 3%; */
  left: -35%;
  transform: rotate(-30deg);
}

.b-img .carrot {
  width: 30%;
  height: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 35%;
  left: -35%;
  transform: rotate(-40deg);
}

.banner .col-6 .b-title {
  width: 100%;
  height: 100%;
  /* background-color: #1A5319; */
  padding: 80px 30px;
}
.banner .col-6 .b-title h1 {
  font-size: 45px;
  font-style: italic;
  font-weight: 300;
  color: #1a5319;
  line-height: 58px;
}
.banner .col-6 .b-title p {
  font-size: 19px;
}

.banner .banner-btn {
  width: 50%;
  height: 80px;
  margin-top: 30px;
}
.banner .banner-btn .btn-view {
  text-decoration: none;
  padding: 10px 30px;
  background-color: #1a5319;
  color: white;
  border-radius: 15px;
  font-size: 17px;
  transition: 0.5s;
}
.banner .banner-btn .btn-view:hover {
  background-color: rgba(21, 78, 20, 0.7647058824);
}

/* container 1 */
.container .sub-menu {
  width: 100%;
  height: 300px;
  /* background-color: aquamarine; */
  margin-top: 100px;
}

.d-flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sub-menu .col-3 {
  width: 235px;
  height: 220px;
  background-color: whitesmoke;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.sub-menu .col-3 .c-buy {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: rgba(39, 39, 39, 0.831372549);
  border-top-left-radius: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 5px;
  z-index: 5;
  top: -30%;
  right: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-menu .c-buy a {
  text-decoration: none;
  color: white;
  font-size: 17px;
}

.sub-menu .c-buy a:hover {
  color: #20b2ab;
}

.sub-menu .col-3 .c-img {
  width: 170px;
  height: 170px;
  background-color: rgba(128, 128, 128, 0.523);
  border-radius: 50%;
  position: absolute;
  top: -35%;
  left: 22px;
  padding: 0;
}

.c-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-menu .col-3 .card-body {
  width: 100%;
  height: 110px;
  /* background-color: bisque; */
  position: absolute;
  bottom: 0;
}
.sub-menu .col-3 .card-body h3,
.sub-menu .col-3 .card-body h4 {
  text-align: center;
}
.sub-menu .col-3 .card-body p {
  text-align: center;
  font-size: 16px;
  color: grey;
}

/* container 2 */
.container .con2 {
  width: 100%;
  height: auto;
}

.con2 .row .col-6 {
  width: 600px;
  height: 400px;
  position: relative;
}

.con2 .col-6 .img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: orange;
  position: absolute;
  left: 20%;
  border: 3px solid green;
}

.con2 .col-6 .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.con2 .col-6 .img .ji {
  width: 15%;
  height: 15%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 80%;
  right: -6%;
  transform: rotateZ(30deg);
  z-index: 9;
  opacity: 80%;
}

.con2 .col-6 .img .tomato {
  width: 29%;
  height: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 70%;
  left: -25%;
  z-index: 5;
  border-radius: 0;
}

.con2 .col-6 .img .Bergamot {
  width: 29%;
  height: 25%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 57%;
  left: -28%;
  z-index: 0;
  border-radius: 0;
}

.con2 .col-6 .img .spices {
  width: 60%;
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 63%;
  right: -45%;
  transform: rotateZ(2deg);
  z-index: 5;
  border-radius: 0;
}

.container .col-6 .col6-title {
  width: 100%;
  height: 70%;
  padding: 20px;
  /* background-color: #20b2ab; */
  margin-top: 70px;
  position: absolute;
}
.container .col-6 .col6-title h1 {
  font-size: 50px;
  color: #508d4e;
  text-align: center;
  font-weight: 200;
}
.container .col-6 .col6-title p {
  font-size: 20px;
  text-align: justify;
  padding: 0 30px;
}
.container .col-6 .col6-title span {
  font-size: 23px;
  color: #1a5319;
  font-weight: 300;
  font-style: italic;
}

.container .col-6 .mint {
  width: 25%;
  position: absolute;
  top: 18%;
  right: -10%;
}

.container .col-6 .Premium_Photo {
  width: 35%;
  position: absolute;
  right: -6%;
  bottom: 0;
  transform: rotateX(40deg);
}

.container .mhub {
  width: 1200px;
  /* height: 500px; */
  /* background-color: #d6efd89b; */
  margin: auto;
  margin-top: 150px;
  padding: 20px;
}
.container .mhub h1 {
  font-size: 40px;
  color: #1a5319;
  padding-bottom: 50px;
  text-shadow: 2px 2px #80af81;
}

.container .mhub .col-2 {
  width: 200px;
  height: 280px;
  /* background-color: antiquewhite; */
}

.container .mhub .col-2 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.container .mhub .col-2 ul li a {
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  padding: 15px 30px;
  color: #0b300b;
}

.container .mhub .col-2-ative {
  width: 100%;
  padding: 15px 30px;
  border-radius: 15px;
  background-color: rgba(80, 141, 78, 0.3647058824);
  color: black !important;
}

.container .mhub .col-10 {
  width: 180px;
  height: 280px;
}

.container .mhub .p-mhub {
  width: 900px;
  height: auto;
  /* background-color: #5d5d5d; */
  margin: 0;
}

.mhub .col-3 {
  width: 220px;
  height: 100%;
  background-color: whitesmoke;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.mhub .c-buy a:hover {
  color: #20b2ab;
}

.mhub .col-3 .c-img {
  width: 180px;
  height: 180px;
  /* background-color: rgba(128, 128, 128, 0.523); */
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: 18px;
  padding: 0;
}

.c-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mhub .col-3 .card-body {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
}
.mhub .col-3 .card-body h3,
.mhub .col-3 .card-body h4 {
  text-align: center;
}
.mhub .col-3 .card-body p {
  text-align: center;
  font-size: 16px;
  color: rgb(63, 63, 63);
}

.mhub .card-body .btn-shop {
  text-decoration: none;
  font-size: 20px;
  padding: 5px 15px;
  background-color: rgba(128, 175, 129, 0.568627451);
  color: white;
  border-radius: 10px;
}

.mhub .card-body .btn-shop:hover {
  background-color: rgba(128, 175, 129, 0.9568627451);
  color: lawngreen;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

#breakfast-link,
#lunch-link,
#dinner-link {
  cursor: pointer;
}

/* container 4 */
.container .res {
  width: 500px;
  height: 400px;
  margin-top: 80px;
}

.container .res .res-2 {
  width: 240px;
  height: 200px;
}

.container .res .res-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.container .res .res-3 {
  width: 100%;
  height: 190px;
  margin-top: 15px;
}

.container .res .res-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* border-radius: 10px; */
}

.container .cmm {
  width: 700px;
  height: 410px;
  /* background-color: cadetblue; */
  margin-top: 80px;
  padding: 20px;
}
.container .cmm h1 {
  font-size: 55px;
  text-align: center;
  color: #1a5319;
  text-shadow: 2px 2px #717571;
}
.container .cmm .user-cmm {
  width: 450px;
  height: 190px;
  margin: auto;
}

.swiper {
  width: 100%;
  height: 190px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* style.css */
.testimonial-container {
  text-align: center;
}

/* h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #333;
} */
.testimonial-card {
  width: 400px;
  background-color: #f9fdfd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 auto;
}

.customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.customer-info img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.customer-info h3 {
  margin: 0;
  font-size: 1.1em;
  color: #333;
}

.customer-info p {
  margin: 0;
  color: #666;
  font-size: 16px;
}

.testimonial-text {
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  height: auto;
  padding: 0px 10px;
  text-align: start;
  /* margin-bottom: 20px; */
}

.rating {
  display: flex;
  align-items: center;
  justify-content: start;
}

.rating span {
  font-size: 1.2em;
  color: #ffba00;
}

.rating-score {
  color: #666;
  font-size: 1em;
}

/* === */
.card-choose {
  width: 30%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-choose:nth-child(2) .img-choose img {
  margin-top: 20%;
  height: 100%;
  justify-content: end;
}

.img-choose {
  width: 90%;
  height: 300px;
}

.body-choose {
  text-align: center;
  padding-top: 10%;
}

.title-choose {
  font-family: dangrek;
  font-size: 25px;
  font-weight: bolder;
}

.row-choose {
  display: flex;
  justify-content: space-between;
}

.container-fluid {
  width: 100%;
  height: auto;
  background-color: rgba(191, 230, 189, 0.2196078431);
}

.poppular-footer,
.food-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.container-fluid .col-2 img {
  width: 30%;
  height: 100%;
}

/* footer */
.bg-footer {
  background-color: rgba(144, 238, 144, 0.3333333333);
  margin-top: 80px;
}

.bg-footer .col-4 {
  width: 370px;
  height: auto;
  padding: 20px 0;
}
.bg-footer .col-4 p {
  font-size: 18px;
  padding-top: 50px;
}
.bg-footer .col-4 .so-icon {
  width: 70%;
  margin-top: 20px;
}
.bg-footer .col-4 .so-icon i {
  font-size: 28px;
  color: #1a5319;
}
.bg-footer .col-4 .list-style-type-none {
  list-style: none;
}
.bg-footer .col-4 .list-style-type-none a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding: 0 120px;
}
.bg-footer .col-4 img {
  width: 100%;
  margin-left: -70px;
  margin-bottom: -50px;
}
.bg-footer .col-4 .col-7 {
  width: 50%;
  height: auto;
}

.container .mypic {
  width: 350px;
  height: 500px;
  background-color: #84c982 !important;
  margin-top: 50px;
  position: relative;
}
.container .mypic img {
  width: 100%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 13px;
  left: -20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.container .aboutme {
  width: 800px;
  height: auto;
}
.container .aboutme h1 {
  text-align: center;
  font-size: 45px;
  text-shadow: 2px 2px #80af81;
}
.container .aboutme .me {
  width: 70%;
  margin: auto;
}
.container .aboutme .me P {
  font-size: 25px;
}
.container .abouthang {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 20px;
}
.container .abouthang h1 {
  text-align: center;
  font-size: 45px;
  text-shadow: 2px 2px #80af81;
}
.container .abouthang P {
  font-size: 20px;
  text-indent: 50px;
  text-align: justify;
}

.con-img {
  width: 500px;
  height: 500px;
}
.con-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  height: 23rem;
  margin-right: 4rem;
}

.form-group {
  margin-bottom: 20px;
}

#envelope {
  animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
  animation: blink 1s ease-in-out infinite;
}

#star2 {
  animation-delay: 100ms;
}

#star3 {
  animation-delay: 500ms;
}

#star4 {
  animation-delay: 700ms;
}

#star5 {
  animation-delay: 300ms;
}

#star6 {
  animation-delay: 200ms;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
form {
  min-width: 25rem;
}
form .title {
  color: #212529;
  font-size: 50px;
  text-shadow: 2px 2px #80af81;
  color: #1a5319;
}
form .form-control {
  background-color: #f2f6f8;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
  width: 100%;
}
form .form-control.thick {
  height: 3.3rem;
  padding: 15px 30px;
}
form .form-control:focus {
  background-color: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
form .message .form-control {
  width: 330px;
  height: 250px;
  padding: 0.5rem 1.8rem;
}
form ::-moz-placeholder {
  font-family: "Battambang", system-ui;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}
form ::placeholder {
  font-family: "Battambang", system-ui;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}
form input,
form textarea {
  font-family: "Quicksand", sans-serif;
  color: #212529;
  font-size: 1.1rem;
}
form .icon {
  color: #57565c;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}

.btn.btn-primary {
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #80af81, #508d4e, #80af81, #80af81);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: white;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #d6efd8;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

.container-fluid-service {
  width: 100%;
  height: 80vh;
  background-image: url("../pic/servicepic/foodbenner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;
}
.container-fluid-service .blur {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(71, 71, 71, 0.4784313725);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;
}
.container-fluid-service .blur h1 {
  z-index: 99;
  position: absolute;
  font-size: 55px;
  top: 35%;
  left: 45%;
  color: #1a5319;
  text-shadow: 2px 2px #80af81;
}
.container-fluid-service .blur p {
  position: absolute;
  z-index: 99;
  color: #fefefe;
  font-size: 25px;
  top: 50%;
  left: 25%;
}

/* Variables */
.card-bgg {
  background-color: #D6EFD8 !important;
}

/* Global Styles */
.containerr {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

/* Section Styling */
.services {
  padding: 50px 0;
  width: 1200px;
  margin: auto;
}
.services__heading {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}
.services__subheading {
  color: #666;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services__card {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}
.services__card:hover {
  transform: translate;
}

.containerr .swiper {
  width: 100%;
  height: 100%;
}
.containerr .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerr .swiper .swiper-slide .card-chef {
  width: 300px;
  height: auto;
  background-color: #defade;
  border-radius: 25px;
  padding: 15px;
}
.containerr .swiper .swiper-slide .card-chef .chef-pic {
  width: 100%;
  height: 300px;
}
.containerr .swiper .swiper-slide .card-chef .chef-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.containerr .swiper .swiper-slide .card-chef h1 {
  padding-top: 10px;
  color: olivedrab;
}

.re-cmm {
  width: 1200px;
  height: auto;
  margin: 80px auto;
}
.re-cmm .row .col-2 {
  width: 23%;
  height: 400px;
  background-color: #5d5d5d;
}
.re-cmm .row .col-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-cmm .row .col-8 {
  width: 50%;
  height: 400px;
  background-color: whitesmoke;
}
.re-cmm .row .col-8 h1 {
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
}
.re-cmm .row .col-8 .cus-pf {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #508d4e;
}
.re-cmm .row .col-8 .cus-pf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.re-cmm .row .col-8 .c-rate {
  width: 15%;
  height: 20px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.re-cmm .row .col-8 .c-rate i {
  color: orange;
  font-size: 14px;
}
.re-cmm .row .col-8 .text-rate {
  font-size: 18px;
  text-align: justify;
  padding: 10px 25px;
}

.container .row .menu-card {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.container .row .menu-card .card {
  background: #D6EFD8;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 270px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container .row .menu-card .card .card-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .row .menu-card .card .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container .row .menu-card .card .card-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0b300b;
}
.container .row .menu-card .card .card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.container .row .menu-card .card .card-content p span {
  color: orange;
  float: right;
}
.container .row .menu-card .card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.container .row .menu-card .card .card-footer span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.container .row .menu-card .card .card-footer .add-to-cart {
  background: #1A5319;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.container .row .menu-card .card .card-footer .add-to-cart:hover {
  background: #333;
}
.container .row .menu-card .card .card-footer .add-to-cart .cart-icon {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}

.menu-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 20px;
  max-width: 1200px;
  margin: 30px auto;
}

.menu-item {
  background-color: #D6EFD8;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  width: 220px;
  height: 230px;
}
.menu-item:hover {
  transform: translateY(-5px);
}
.menu-item .item-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #0b300b;
  position: absolute;
  top: -10%;
  left: -13%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.menu-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 50%;
  top: 0%;
  left: 0%;
}
.menu-item .item-details {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu-item .item-details h3 {
  margin: 10px 0;
  font-size: 23px;
  color: #000;
}
.menu-item .item-details .price p {
  font-size: 18px;
  color: #111110;
  float: left;
}
.menu-item .item-details .price span {
  float: right;
  color: orange;
}
.menu-item .add-button {
  background-color: #508D4E;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  position: absolute;
  top: 20%;
  right: 8%;
}
.menu-item .add-button a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.menu-item .add-button:hover {
  background-color: #a4c639;
}

.container .row .col-6 {
  width: 50%;
  height: 530px;
}
.container .row .col-6 .imge {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .row .col-6 .detail {
  width: 100%;
  height: 300px;
  padding: 5px 23px;
  margin-bottom: 25px;
}
.container .row .col-6 .detail h1 {
  font-size: 50px;
}
.container .row .col-6 .detail p {
  color: gray;
  padding-top: 5px;
}
.container .row .col-6 .detail .price {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.container .row .col-6 .detail .st {
  width: 20%;
  color: orange;
}
.container .row .col-6 .detail .pty {
  width: 30%;
}
.container .row .col-6 .detail .pty .row p {
  color: #000;
}
.container .row .col-6 .detail .pty .row input {
  width: 80px;
  font-size: 16px;
  padding-left: 35px;
  border: 2px solid green;
  border-radius: 8px;
}
.container .row .col-6 .detail .btn-buy {
  padding: 3px 30px;
  margin-top: 10px;
  background-color: #75b474;
  border: none;
  border-radius: 10px;
}
.container .row .col-6 .detail .btn-buy a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.container .row .col-6 .more_img {
  width: 100%;
  height: 200px;
}
.container .row .col-6 .more_img h2 {
  color: #232323;
  padding-left: 20px;
}
.container .row .col-6 .more_img .row {
  display: flex;
  justify-content: space-evenly;
}
.container .row .col-6 .more_img .row .col {
  width: 28%;
  height: 205px;
  background-color: #1a5319;
}
.container .row .col-6 .more_img .row .col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dinner-banner {
  width: 1200px;
  margin: 50px auto;
  height: 600px;
}
.dinner-banner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */