 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     list-style: none;
     font-family: var(--sans);
 }

 html {
     scroll-behavior: smooth;
 }

 .dis {
     display: flex;
     justify-content: space-between;
     align-items: start;
 }

 :root {
     --cream: #FAF8F3;
     --green: #1E3A2F;
     --green-mid: #2D5240;
     --green-light: #E8F0EB;
     --orange: #C8572A;
     --orange-soft: #F2EBE3;
     --beige: #EDE8DF;
     --text: #1A1A18;
     --muted: #6B6860;
     --border: #D8D3CA;
     --white: #FFFFFF;
     --serif: 'DM Serif Display', Georgia, serif;
     --sans: 'Inter', system-ui, sans-serif
 }

 html {
     scroll-behavior: smooth
 }

 body {
     overflow-x: hidden;
     font-family: var(--sans);
     background: var(--cream);
     color: var(--text);
     overflow-x: hidden
 }

 h1,
 h2,
 h3 {
     font-family: var(--serif);
     font-weight: 400
 }

 nav {
     z-index: 4;
     position: sticky;
     top: 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 1rem 2rem;
     background: var(--cream);
     border-bottom: 1px solid var(--border);
 }

 nav ul {
     display: flex;
     gap: 2rem;
     color: var(--muted);
     font-family: sans-serif;
 }

 nav h1 {
     color: var(--green);
 }

 nav h1 span {
     color: var(--orange);
 }

 .menu-img {
     display: none;

 }
 .menu-bar{
    display: none;
 }
 

 .btn1 {
     background: transparent;
     color: var(--green);
     border: solid var(--green) 1px;
     padding: 0.5rem 1rem;
     border-radius: 4px;
     cursor: pointer;

 }

 .btn2 {
     background: var(--orange);
     color: var(--white);
     border: none;
     padding: 0.5rem 1rem;
     border-radius: 4px;
     cursor: pointer;

 }

 section {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 4rem 2rem;
     max-height: 110vh;

 }

 .hero-info {
     padding: 2rem;
 }

 section .hero-info {
     font-size: 2rem;
     color: var(--green);
 }

 section .hero-info h4 {
     display: inline-block;
     background: var(--border);
     padding: 0.25rem 0.75rem;
     font-weight: 400;
     font-family: var(--sans);
     text-transform: uppercase;
     font-size: 0.7rem;
     color: var(--orange);

 }

 section .hero-info h2 {
     font-size: 4rem;
     margin: 1rem 0;
 }

 section .hero-info p {
     color: var(--muted);
     margin-bottom: 2rem;
     font-family: var(--sans);

 }

 section h2 span {
     color: var(--orange);
     font-family: "DM Serif Display", Georgia, serif;
 }


 .p1 {
     font-size: 1rem;
     max-width: 25rem;
 }

 .p2 {
     font-size: 0.9rem;
     color: var(--muted);
     font-family: var(--sans);
     text-align: center;
 }

 .bt {
     margin-bottom: 3rem;
 }


 section .hero-right {
     width: 50%;
     height: 100vh;
     background: var(--orange-soft);
     border-radius: 1rem 3rem;
     margin-right: 3rem;
 }

 .time-box {

     height: 5rem;
     width: 7rem;
     background: var(--green);
     color: var(--white);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     border-radius: 10%;
     font-size: 0.8rem;
     font-family: var(--sans);
     position: absolute;
     top: 10rem;
     right: 1rem;
 }

 .time-box h3 {
     font-size: 1.2rem;
 }

 .time-box h6 {
     font-size: 0.6rem;
     color: var(--border);
 }

 .product-box {
     background: var(--white);
     border: 1px solid var(--border);
     border-radius: 1rem;
     padding: 1rem;
     display: flex;
     flex-direction: column;
     align-items: center;
     color: var(--green);
     gap: 0.5rem;
     width: 10rem;
     position: absolute;
     bottom: 0%;
     right: 50%;
 }

 .product-box h3 {
     font-size: 1.8rem;
     font-family: var(--serif);
 }

 .product-box p {
     font-size: 0.9rem;
     color: var(--muted);
     font-family: var(--sans);
 }

 .cus {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: .0480rem;
     height: auto;
     margin: 2em 0rem;
 }

 .cus-box1,
 .cus-box2,
 .cus-box3 {
     background: var(--green);
     height: 8rem;
     display: grid;
     place-items: center;
     color: var(--white);
     font-family: var(--sans);
 }

 .cus-box1 h6,
 .cus-box2 h6,
 .cus-box3 h6 {
     font-size: 0.8rem;
     color: var(--border);
     padding-bottom: 2rem;
     font-weight: 200;
 }

 .cus-box1 h2,
 .cus-box2 h2,
 .cus-box3 h2 {
     font-size: 2rem;
     padding-top: 1rem;
     font-weight: 200;
 }

 .hero-top {

     margin: 0rem 3rem;
     margin-top: 5rem;
     display: flex;
     justify-content: space-between;
     align-items: end;
 }

 .hero-top h4 {
     display: inline-block;
     font-weight: 400;
     font-family: var(--sans);
     text-transform: uppercase;
     font-size: 0.7rem;
     color: var(--orange);
 }

 .hero-top h2 {
     font-size: 3rem;
     margin: 1rem 0;
 }

 .top-hero-right button {
     background: transparent;
     color: var(--green);
     border: solid var(--green) 1px;
     padding: 0.5rem 1rem;
     border-radius: 4px;
     cursor: pointer;
 }

 .hero-right {
     overflow: hidden;
 }

 .hero-right img {
     height: 90%;
 }

 .veg-box {
     margin: 4rem 3rem;
     border-radius: 1rem;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-template-rows: 1fr 1fr;
     gap: 1rem;
 }

 .box {
     gap: .4rem;
     height: 12rem;
     border-radius: 0.7rem;
     border: 1px solid var(--border);
     background: var(--orange-soft);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     font-family: var(--serif);
 }

 .box h1 {
     font-size: 3rem;
 }

 .box h3 {
     color: var(--green);
     font-size: 1.2rem;
     font-weight: 300;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }

 .box h5 {
     color: var(--muted);
     font-size: 0.8rem;
     font-weight: 200;
 }

 .cart-box {
     margin-top: 4rem;
     background: var(--orange-soft);
 }

 .cart-box h4 {
     display: inline-block;
     font-weight: 400;
     font-family: var(--sans);
     text-transform: uppercase;
     font-size: 0.7rem;
     color: var(--orange);
 }

 .cart-box h2 {
     font-size: 3rem;
     margin: 1rem 0;
     color: var(--green);
 }

 .right-button button {
     background: transparent;
     color: var(--green);
     border: solid var(--green) 1px;
     padding: 0.5rem 1rem;
     border-radius: 4px;
     cursor: pointer;

 }

 .full {
     background: var(--orange-soft);
     padding: 1rem 4rem;
     padding-bottom: 4rem;
 }

 .divider {
     width: 12%;
     height: 2px;
     background: var(--orange);
     margin: 4rem 0rem;
 }

 .cart-box {

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

 .category-box {
     overflow: hidden;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 2rem;
 }

 .cat-veg {
     overflow: hidden;
     object-fit: cover;
     background: var(--white);
     border-radius: 1rem;
     display: flex;
     flex-shrink: 0;
     flex-wrap: nowrap;
     border: var(--border);
     gap: .08rem;
     flex-direction: column;
     color: var(--green);
     height: 26rem;
     background: var(--border);
 }





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

 .inf1 h2 {
     padding-top: 2rem;
 }

 .inf1 h3 {
     color: var(--text);
 }

 .inf1 h5 {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     padding-top: .5rem;
     color: var(--muted);

 }

 .inf2 {
     margin-top: 5rem;
     display: flex;
     justify-content: center;
     align-items: center;
     color: var(--white);
     height: 2rem;
     width: 2rem;
     background: var(--green);
     border-radius: 50%;
 }

 .inf2:hover {
     background: var(--orange);
 }

 .face {
     max-width: 100%;
     height: 65%;
     background: var(--cream);
     overflow: hidden;
     /* position: relative; */
 }

 .face img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
     display: block;
 }

 .inf {
     padding: 1rem 1rem;
     height: 35%;
     background: var(--white);
 }

 .why-box h4 {
     display: inline-block;
     font-weight: 400;
     font-family: var(--sans);
     text-transform: uppercase;
     font-size: 0.7rem;
     color: var(--muted);

 }

 .why-box h2 {
     font-size: 3rem;
     margin: 1rem 0;
     color: var(--white);
 }

 .why-box {
     background: var(--green);
     padding: 3rem 5rem;
 }

 .why {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 2rem;
     margin-top: 2rem;
 }

 .why .box {
     height: 15rem;
     width: 100%;
     background: var(--green);
     border-radius: 0.7rem;
     border: 1px solid var(--green);
     display: flex;
     flex-direction: column;
     align-items: start;
 }

 .why .box .b {
     margin-bottom: 2rem;
     height: 3rem;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 20%;
     width: 3rem;
     background: #324E44;
 }

 .why .box h5 {
     font-size: 1rem;
     font-weight: 500;
     color: var(--white);
     padding-bottom: 1rem;
 }

 .why .box p {
     padding: 0rem 0em;
     color: var(--muted);
     font-size: .9rem;
 }

 .review {
     margin: 4rem 3rem;
 }

 .review h4 {
     display: inline-block;
     font-weight: 400;
     font-family: var(--sans);
     text-transform: uppercase;
     font-size: 0.7rem;
     color: var(--orange);
 }

 .review h2 {
     font-size: 3rem;
     margin: 1rem 0;
     color: var(--green);
 }

 .review-box {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 2rem;
     margin-top: 2rem;
 }

 .review-box .box {
    overflow: hidden;
     padding: 1rem 1rem;
     min-height: 15rem;
     width: 100%;
     background: var(--white);
     border-radius: 0.7rem;
     border: 1px solid var(--border);
     display: flex;
     flex-direction: column;
     align-items: start;
     justify-content: center;
     color: var(--green);
     gap: 0.5rem;
 }

 .review-box .box h5 {
     font-size: 1rem;
     color: #C8572A;
 }

 .review-box .box h6 {
     font-size: 1rem;
     color: var(--text);
     font-family: cursive;
     padding-bottom: 1rem;
 }

 .profile-info {
     display: flex;
     flex-direction: column;
     justify-content: start;
     align-items: start;
 }

 .profile-info h3 {
     font-size: 0.9rem;
     font-weight: 400;
     color: var(--text);
     font-family: var(--sans);
 }

 .review-box .profile-area .profile-info h6 {
     font-family: var(--sans);
     font-size: 0.7rem;
     color: var(--muted);
     font-weight: 200;
 }

 .email-box {
     background: var(--orange-soft);
     border-radius: 1rem;
     padding: 5rem 5rem;
     /* margin: 4rem 3rem; */
     display: flex;
     flex-direction: column;
     align-items: center;
     color: var(--green);
     gap: 1rem;
 }

 .profile-area {
     display: flex;
     /* justify-content: center; */
     /* align-items: center; */
     gap: 1rem;
 }

 .profile {
     height: 3rem;
     width: 3rem;
     background: var(--green-light);
     border-radius: 50%;

 }

 .input {
     display: flex;
     gap: .7rem;
 }

 .email-box h4 {
     color: var(--orange);
     font-size: 0.8rem;
     text-transform: uppercase;
     font-weight: 300;
     font-family: var(--sans);
 }

 .email-box h2 {
     color: var(--green);
     font-size: 3rem;
     text-align: center;
 }

 .email-box p {
     color: var(--muted);
     font-weight: 200;
     width: 30rem;
     text-align: center;
 }

 input {
     height: 2.5rem;
     width: 20rem;
     border-radius: .3rem;
     border: none;
     text-align: center;
 }

 .input button {
     background: var(--green);
     color: var(--white);
     border: solid var(--green) 1px;
     padding: 0.5rem 1rem;
     border-radius: 4px;
     cursor: pointer;
 }

 .social {
     font-family: system-ui, sans-serif;
     background: var(--text);
     color: var(--muted);
     width: 100%;
     height: 20rem;
     padding: 3rem 4rem;
 }

 .part1 h2 {
     color: var(--cream);
 }

 .part1 span {
     color: var(--orange);
 }

 .part h3 {
     font-size: .8rem;
     line-height: 2rem;
 }

 .part h4 {
     font-size: 1rem;
     line-height: 3rem;

 }


 @media screen and (max-width: 1300px) {
     section {
         position: relative;
         top: 0;
         flex-direction: column;
     }

     section .hero-right {
         width: fit-content;
         margin: 2rem 2rem;
     }

     * {
         font-size: 20px;
     }

     .time-box,
     .product-box {
         display: none;
     }

     .hero-right {
         width: 100%;
     }

     .veg-box {
         grid-template-columns: 1fr 1fr;
     }

     .category-box {
         grid-template-columns: 1fr 1fr;
     }

     .why {
         grid-template-columns: 1fr 1fr;
     }

     .review-box {
         grid-template-columns: 1fr 1fr;
     }

 }

 @media screen and (max-width:900px) {
     section .hero-right {
         /* height: auto; */
         background: var(--orange-soft);
     }

     .menu-img {
         display: block;
         height: 2rem;
         transform: rotate(90deg);
     }
     .menu-img:hover{
        cursor: pointer;
     }
     .menu-bar{
        display: none;
        height: 8rem;
        color: var(--cream);
        align-items: center;
        justify-content: center;
        background:var(--green) ;
        position: absolute;
        top: 2rem;
        line-height: 1.5;
        width: 100%;
        z-index: 10;

     }

     nav {
         padding: 0rem 1rem;
     }

     nav ul li {
         display: none;
     }

     nav button {
         display: none;
     }

     section {
         padding: 2rem 1rem;
         position: relative;
         top: 0;
         flex-direction: column;
     }

     section .hero-right {
         width: fit-content;
         margin: 3rem to 0;
         height: auto;
     }

     .cus {
         width: auto;
         /* margin: 1rem 1rem; */
         grid-template-columns: 1fr;

     }

     .time-box,
     .product-box {
         display: none;
     }

     .hero-right {
         width: 100%;
     }

     .veg-box {
         grid-template-columns: 1fr;
     }

     .category-box {
         grid-template-columns: 1fr;
     }

     .why {
         grid-template-columns: 1fr;
     }

     .review-box {
         grid-template-columns: 1fr;
     }
     .top-hero-right button{
        display: none;
     }
     .right-button{
        display: none;
     }
     .email-box .input{
        flex-direction: column;
     }
     .email-box p{
        width: 15rem;
     }
     .email-box .input input,.email-box .input button{
        width: 80%;
     }
     .dis {
        height: auto;
        flex-direction: column;
     }
    
 }