@font-face {
    font-family: chenla;
    src: url(../font/Chenla-Regular.ttf);
}

@font-face {
    font-family: dangrek;
    src: url(../font/Dangrek-Regular.ttf);
}
@font-face {
    font-family: jost;
    src: url(../font/Jost-VariableFont_wght.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.jost{
    font-family: jost;
}
.dangrek{
    font-family: dangrek;
}
body {
    font-family: chenla;
}

header {
    background-color: #D9EDBF;
    color: black;
    padding: 1rem 0;
}
.bg-footter{
    background-color: #D9EDBF;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.text-green{
    color: #2C7865!important;
}

.navbar-nav {
    list-style: none;
    display: flex;
    align-items: center;
}

.navnar-item {
    padding: 0 1rem;
}

.nav-link {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 2rem 1rem;
    transition: 0.3s ease;
    font-size: 16px;
}

.nav-link:hover {
    border-radius: 5px;
}

.dropdown {
    position: relative;
}

.dropdown-item {
    width: 190px;
    display: none;
    position: absolute;
    background-color:#2C7865;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 10px 0;

}

.dropdown-item ul {
    list-style: none;
}

.dropdown-item li {
    padding: .5rem 1rem;
}

.dropdown-item li a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: 0.3s ease;
}

.dropdown-item li a:hover {
    padding-left: 20px;
    transition: 0.5s;
}

.dropdown:hover .dropdown-item {
    display: block;
}

.menu-right {
    display: flex;
    align-items: center;
}


.inputsearch {
    width: 250px;
    position: relative;
}

.input-search {
    width: 100%;
    padding: 8px;
    border-radius: 5rem;
    border: none;
    padding-left: 39px;
}

.icon-search {
    color: black;
    position: absolute;
    top: 7%;
    font-size: 20px;
    left: 10px;
}

.input-search:focus {
    outline: none;
}

.icon-login {
    font-size: 32px;
    padding-left: 15px;
    padding-top: 10px;
}

.hero-banner {
    width: 100%;
    height: 650px;
    display: flex;
    background-color: #D9EDBF;
    position: relative;
    overflow: hidden;
}

.banner {
    width: 1200px;
    margin: auto;
    display: flex;
}

.banner-text,
.banner-img {
    width: 50%;
    height: 60vh;
    margin: 20px 0;
    position: relative;
}

.img-style {
    width: 100px;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.banner-img {
    width: 50%;
}

.banner-img img {
    width: 130%;
    height: 120%;
    position: absolute;
    z-index: 66;
}

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

.banner-text h1 {
    font-size: 50px;
    line-height: 83px;
}

.banner-text p {
    font-size: 20px;
    padding: 40px 50px 40px 0;
}

.border1,
.border2 {
    width: 450px;
    height: 490px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #000;
    right: 0px;
}

.border2 {
    width: 480px;
    height: 450px;
}

.get-wave {
    width: 100%;
    position: absolute;
    bottom: -10%;
}

.container {
    width: 1200px;
    margin: 20px auto;
}

.widget-header .widget-title {
    position: relative;
    z-index: 2;
}

.rt-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    transform: translateY(4px);
    font-size: 2rem!important;
    font-weight: 900px !important;
}

.rt-section-heading .rt-section-text {
    color: #2C7865
}

.rt-section-heading .rt-section-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2C7865;
    display: inline-block;
}

.rt-section-heading .rt-section-line {
    border: 1px solid #cdd9ea;
    border-width: 1px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 4px;
}

.letter-background {
    line-height: 1.2;
    color: rgba(0, 0, 0, .1);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 900;
}

.col-12 {
    width: 100%;
}

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

.card-popular {
    width: 18.5%;
    height: auto;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(217, 237, 191, .5);
}

.card-popular:nth-child(even) {
    background-color: rgba(144, 210, 109, .5);
}

.poppular-img {
    width: 100%;
    height: 160px;
    position: relative;
}

.img-poppular {
    width: 170px;
    height: 170px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: 12%;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.title-poppular,
.price-poppular {
    width: 100%;
    height: auto;
    font-family: dangrek !important;
    font-size: 18px;
}

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

}


/* CSS */
.button-48, .see-more, .button-50 {
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid wheat;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: chenla !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 11px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 5rem;
}
.seemore{
    display: flex;
    justify-content: end;
    padding: 30px;
}
.button-50{
    width: 180px;
}
.see-more{
    font-family: dangrek!important;
    padding: 15px 70px;
    border: 1px solid #2C7865;
}
.button-48:before , .see-more:before, .button-50:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #FF9800;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
    border: none;
    border-radius: 5rem;
}
.see-more:before{
    background-color: #90D26D;
}
.button-48:hover:before , .see-more:hover:before ,.button-50:hover:before{
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    border-width: 0;
}

.button-48:after, .see-more:after , .button-50:after{
    background-color: #FFFFFF;
}

.button-48 span, .see-more span , .button-50 span{
    z-index: 1;
    position: relative;
}

.fa-star {
    color: #FF9800;
}

.img-poppular img {
    height: 100%;
    object-fit: cover;
}

.row-col-6 {
    display: flex;
}

.my-90{
    margin: 90px 0;
}

.col-6-title h1 {
    font-size: 50px;
    font-weight: bolder;
}

.col-6-text p {
    padding: 30px 0;
}

.col-6-icon {
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    font-family: dangrek;
    padding: 50px 0;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed black;
    padding: 10px;
    margin-right: 20px;
}

.col-6-icon .icon img {
    width: 100%;
}

.row-icon4 {
    display: flex;
    flex-wrap: wrap;
}

.btn-scroll {
    padding: 8px 60px;
    border-radius: 5rem;
    border: 1px solid #FF9800;
    font-family: chenla !important;
    cursor: pointer;
    font-size: 17px;
    background-color: transparent;
}

.scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    margin: 40px 0;
}

.btn-scroll {
    display: inline-block;
}

.card-food {
    width: 23.2%;
    height: 310px;
    background-color: red;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.img-food {
    width: 100%;
    height: 190px;
    background-color: black;

}

.img-food img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.body-foodfirst{
    height: 170px;
}
.body-foodfirst,
.body-foodsecond {
    width: 100%;
    background-color:white;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 15px 0;
}
.body-foodsecond{
    background-color: rgba(144, 210, 109, .5);
}
.card-food:nth-child(even) .body-foodsecond {
    background-color: rgba(223, 250, 191, .5);
}

.food-name {
    padding: 7px 0;
    font-family: dangrek;
}

.row-card-food {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.container-fluid{
    width: 100%;
}
.mb-90{
margin-bottom: 90px;
}
.h-500{
    height: 500px;
}
.bg-f4f4f4{
    background-color: #f4f4f4;
}
.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;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.d-flex{
    display: flex;
}
.flex-wrap-wrap{
    flex-wrap: wrap;
}
.w-100{
    width: 100%;
}
.img-fluid{
    object-fit: cover;
}
.fs-65{
    font-size: 55px;
}
.py-7{
    padding: 30px 0;
}
.ms-5{
    margin-left: 5%;
}
.circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
}
.pb-5{
    padding-bottom: 5%;
}
.swiper-slide {
    height: auto;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    border-radius: 20px;
}
.card-body{
    padding: 5px 10px;
}
.card-chef{
    width: 100%;
    padding: 15px;
}

.rounded-20{
    border-radius: 20px;
}
.rounded-15{
    border-radius: 15px;
}

.bg-green-5{
    background-color: #D9EDBF;
}
.text-center{
    text-align: center;
}
.mt-25{
    margin-top: 25px;
}

.px-10{
    padding: 0 10px;
}
.text-end{
    text-align: right;
}
.my-0{
    margin: 0 ;
}
.m-auto{
    margin: auto;
}

.py-30{
    padding: 30px 0;
}
.mt-100{
    margin-top: 100px;
}

.bg-grenn-10{
    background-color: #2C7865;
}

.text-white{
    color: #fff;
}

.h-300{
    height: 300px;
    
}
.object-fit-cover{
    object-fit: cover;
}
.w-20{
    width: 20%;
}

.w-auto{
    width: auto;
}

.w-9{
    width: 9%;
}
.text-decoration-none{
    text-decoration: none;
}
.list-style-type-none{
    list-style-type: none;
}
.mx-10{
    margin: 0 10px!important;
}

.fs-17{
    font-size: 35px;
}
.my-30{
    margin: 30px 0;
}
.text-black{
    color: #000;
}
.py-20{
    padding: 20px;
}
.pe-50{
    padding-right: 50px;
}

.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.h-500{
    height: 500px;
    
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}

.overflow-hidden{
    overflow: hidden;
}
.px-40{
    padding: 0 40px;
}
.py-40{
    padding: 40px 0;
}
.fs-19{
    font-size: 19px;
    
}
.font-weight-bold{
    font-weight: bold;
}
.border-img{
    border: 3px solid #2C7865;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .fw-bolder {
    font-weight: bolder !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .form-label {
    margin-bottom: 0.5rem;
  }
    
  .contact,
.input-contact {
    width: 100%;
    height: 35px;
    background-color: white;
    border-radius: 50rem;
    border: none;
    font-family: chenla;
    font-weight: lighter;
    padding-left: 10px;
}

.contact {
    border: 1px solid black;
    overflow: hidden;
}

.contact input:focus {
    outline: none;
}

.input-contact {
    width: 80%;
}

.contact,
.input-contact {
    height: 45px;
    font-size: 16px;
    border: none;
    background-color: #E0F4FF;
}

.contact {
    margin: 15px 0;
}

textarea {
    width: 100% !important;
    padding: 5px 20px;
    box-sizing: border-box;
    height: 100px !important;
    border: 0;
    border-radius: 1rem;
    background-color: #E0F4FF;
    font-family: chenla;
}

textarea:focus {
    outline: none;
}
.btn-save {
    width: 100%;
    font-size: large;
    height: 40px;
    border: none;
    border-radius: 5rem;
    margin-top: 10px;
    background-color: #39A7FF;
    color: #E0F4FF;
    font-family: chenla;
}

.card-luch {
    height: 350px;
    background-color: rgba(144, 210, 109, .4);
    border-radius: 20px 20px 20px 20px;
}

.col-salad {
    position: absolute;
    transform: rotate(-10deg);
    left: -15%;
    top: -20%;
}
.px-20{
    padding: 0 20px;
}
.img-lunch {
    width: 200px;
    height: 200px;
    background-color: antiquewhite;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -5%;
    left: -5%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.body-lunch{
    width: 100%;
    height: 150px;
}
.bottom-0{
    bottom: 0;
}
.mt-40{
    margin-top: 40px;
}
.h-100{
    height: 100%;
}

.bg-lunch{
    background-color: rgba(144, 210, 109, .8);
}


.mb-4p{
    margin-bottom: 4%;
}

.ps-5{
    padding-left: 5%;
}
.align-items-center{
    align-items: center;
}

.text-yellow{
    color: #FF9800;
}
.card-bread{
    width: 100%;
    height: 400px;
    margin-top: 5%;
    position: relative;
    overflow: hidden;
    border-radius: 32px 32px 10px 10px;
    padding: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img-bread{
    width: 100%;
    height: 220px;
    border-radius: 16px;
}

.body-bread{
    width: 100%;
    height: 180px;
}
.ps-0{
    padding-left: 0px;
}
.bg-white{
    background-color: #fff;
}
.mb-3{
    margin-bottom: .8%;
}
.card-breakfast{
    width: 100%;
    height: 370px;
    background-color: red;
    border-radius: 15px;
    overflow: hidden;
}
.body-breakfast {
    width: 100%;
    position: absolute;
    background-color: beige;
    bottom: 0;
    padding: 10px 10px 0 10px;
    backdrop-filter: blur(10px); 
  background-color: rgba(255, 255, 255, 0.3);
}
.p-0{
    padding: 0px!important;
}
.card-cakeKhmer{
    width: 100%;
    height: 210px;
    background-color: #D9EDBF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img-cakeKhmer{
    width: 45%;
    height: 210px;
}
.body-cakeKhmer{
    width: 55%;
    flex-direction: column;
}
.payment{
    width: 100%;
    height: 40px;
    background-color: #F7F7F7;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #2C7865;
    font-family: chenla;
    font-size: 15px;
    margin: 20px 0;
}
.payment:focus{
    outline: none;
}
.qty{
    width: 30%;
    padding: 5px!important;
}


.body {
    background: #f6f5f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: jost;
    height: 100vh;
    margin: -20px 0 50px;
  }
  
  .h1 {
    font-weight: bold;
    margin: 0;
  }
  
  
  .p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
  }
  
  .span {
    font-size: 12px;
  }
  
  .a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
  }
  
  .btn-button {
    border-radius: 20px;
    border: 1px solid #90D26D;
    background-color: #90D26D;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
  }
  
  .btn-button:active {
    transform: scale(0.95);
  }
  
  .btn-button:focus {
    outline: none;
  }
  
  .btn-button.ghost {
    background-color: transparent;
    border-color: #ffffff;
  }
  
  .form-login {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
  }
  
  .input-login {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
  }
  
  .container-login {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
  }
  
  .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  
  .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
  }
  
  .container-login.right-panel-active .sign-in-container {
    transform: translateX(100%);
  }
  
  .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
  }
  
  .container-login.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
  }
  
  @keyframes show {
    0%,
    49.99% {
      opacity: 0;
      z-index: 1;
    }
  
    50%,
    100% {
      opacity: 1;
      z-index: 5;
    }
  }
  
  .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
  }
  
  .container-login.right-panel-active .overlay-container {
    transform: translateX(-100%);
  }
  
  .overlay {
    background: #2C7865;
    background: linear-gradient(to right, #2C7865, #90D26D);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .container-login.right-panel-active .overlay {
    transform: translateX(50%);
  }
  
  .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .overlay-left {
    transform: translateX(-20%);
  }
  
  .container-login.right-panel-active .overlay-left {
    transform: translateX(0);
  }
  
  .overlay-right {
    right: 0;
    transform: translateX(0);
  }
  
  .container-login.right-panel-active .overlay-right {
    transform: translateX(20%);
  }
  
  .social-container {
    margin: 20px 0;
  }
  
  .social-container a {
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
  }
  .a-login{
    text-decoration: none;  
    color: #333;
    padding-top: 10px;
  }

  hr{
    background-color: #2C7865!important;
    height: 1px;
    border: none;
  }