            @import url('https://fonts.googleapis.com/css2?family=Sunshiney&display=swap');
.catagories {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 2fr); /* mobile: 2 columns */
  margin: 10px;
}

/* Desktop: show all 6 cards in one row */
@media (min-width: 768px) {
  .catagories {
    grid-template-columns: repeat(6, 1fr); /* 6 columns, one card per column */
    gap: 20px;
  }

  .catagories .card {
    margin: 10px;
  }
  .menuRow1{
    font-size: 16px;
  }
  .menuRow2{
    font-size: 16px;
  }

}
html{
    background-color: #53390A;
}
            .whole{
                background-color: #53390A;
                font-family: "Sunshiney", cursive;
                width: 100%;
            }            
            .header{
                background-color: #EFD896;
                display: flex;
                justify-content: space-between;
            }
            .logo{
                width: 201px;
                height: 76px;
            }
            .profile{
                width: 74px;
                height: 70px;
            }
            .menu{
                display: flex;
                justify-content: space-between;
                padding-top: 10px;
                padding-bottom: 10px;
            }
            img.back{
                width: 40px;
                height: 40px;
            }
            img.next{
                width: 40px;
                height: 40px;
            }
            .menulbl{
                background-color: #EFD896;
                width: 100px;
                height: 40px;
                border-radius: 14px;
                font-size: 24px;
            }
            .menuRow1{
                display: flex;
                justify-content: space-around;
                padding-bottom: 5px;
                font-size: 20px;
            }
            .menuRow2{
              display: flex;
              justify-content: space-around; 
              padding-bottom: 15px; 
              font-size: 20px;
            }
            .veganBurger{
                cursor: pointer;
                background-color: #EFD896;
                width: 125px;
                height: 40px;
                border-radius: 5px;
            }
            .chickenBurger{
                cursor: pointer;
                background-color: #DAD0AA;
                width: 140px;
                height: 40px;
                border-radius: 5px;
            }
            .hamburger{
                cursor: pointer;
                background-color: #EFD896;
                width: 112px;
                height: 40px;
                border-radius: 5px;
            }
            .fingerFood{
                cursor: pointer;
                background-color: #EFD896;
                width: 114px;
                height: 40px;
                border-radius: 5px;
            }
             .beverages{
                cursor: pointer;
                background-color: #EFD896;
                width: 102px;
                height: 40px;
                border-radius: 5px;
            }
            .dessert{
                cursor: pointer;
                background-color: #EFD896;
                width: 100px;
                height: 40px;
                border-radius: 5px;
            }
            .searchSection {
            display: flex;
            align-items: center;
            margin: 20px;
            }
            .searchBar {
            display: flex;
            align-items: center;
            background-color: #EFD896;
            padding: 10px 14px;
            border-radius: 12px;
            flex: 1;
            }
            .searchicon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            }
            .searchInput {
            border: none;
            background: transparent;
            width: 100%;
            font-size: 16px;
            outline: none;
            }

            .filtericon img {
            width: 40px;
            height: 40px;
            margin-left: 12px;
            }
            .card-img-top{
                display: block;
            }
            .card-body{
                background-color: #EFD896;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
                display: flex;
                flex-direction: column;
                padding: 0 !important;
            }
            .card-title{
               font-size: 16px;
               padding-left: 5px;
               display: flex;
               justify-content: center;
            }
            .card-text{
                display: flex;
                justify-content: space-between;
                margin-top: auto;
            }
            .price{
                font-size: 14px;
            }
            .rating{
                display: flex;
                justify-content: center;
            }
            img.star{
                width: 12px;
                height: 12px;
                padding-right: 5px;
            }
            .rate{
                font-size: 12px;
            }
            img.heart{
                width: 20px;
                height: 20px;
            }
            .AddtoCart{
                display: flex;
                justify-content: space-between;
                width: 70px;
                height: 20px;
                border-bottom-right-radius: 5px;
                border-top-left-radius: 5px;
                font-size: 12px;
                color: white;
                background-color: black;
            }
            .footer{
                background-color: #EFD896;
                margin-top: 10px;
                margin-bottom: 0px;
                display: flex;
                justify-content: space-around;
                align-items: center;
            }
            .cart{
                width: 68px;
                height: 68px;
            }
/*description page style*/ 
            .pnamebtn{
                background-color: #EFD896;
                width: 230px;
                height: 40px;
                border-radius: 14px;
                font-size: 24px;
            }
            .crunch{
                display: flex;
                justify-content: center;
            }
            .crunchImage{
                width: 245px;
                height: 226px;
                border-radius: 14px;
                padding-bottom: 10px;
            }
            .qty-container {
                display: flex;
                justify-content: center;
                width: 100%;
            }
            .qty-bar {
                display: flex;
                align-items: center;
                justify-content: space-between;
                align-content: center;
                background-color: #EFD896;   
                padding: 8px 12px;
                border-radius: 12px;
                width: 100%;
                max-width: 240px; 
                gap: 10px;
                box-sizing: border-box;
                border: solid;
            }
            .qty-btn {
                width: 28px;
                height: 28px;
                background-color: #D9D9D9;
                border: solid;
                font-size: 20px;
                font-weight: bold;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .qty-value {
                font-size: 18px;
                font-weight: bold;
                min-width: 20px;
                text-align: center;
            }
            .qty-price {
                font-size: 18px;
                font-weight: bold;
                margin-left: auto; 
            }
            .details{
                margin: 10px;
                color: #EFD896;
            }
/*shopping cart page style*/
            .cartbtn{
                background-color: #EFD896;
                width: 165px;
                height: 40px;
                border-radius: 14px;
                font-size: 24px;
            }
            .arrow{
                background-color: #EFD896 !important;
                border-color: #EFD896!important;
            }
            .arrow::after{
                border-top-color: black !important;
            }
            .cart-list{
                width: fit-content;
            }
            .scardContent{
                display: flex;
                margin: 20px;
                width: 355px;
                height: 120px;
            }
            .scardDetails{
                background-color: #EFD896;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                padding: 10px;
                width: 100%;
            }
            .qty-bar2{
                display: flex;
                justify-items: flex-end;
                align-items: end;
            }
            .scardImage{
                border-bottom-left-radius: 20px;
                border-top-left-radius: 20px;
            }
            .burger{
                border-bottom-left-radius: 20px;
                border-top-left-radius: 20px;
                border-right: solid;
                width: 120px;
                height: 120px;
            }
            .card-title2{
               font-size: 20px;
               padding-left: 5px;
               display: flex;
               justify-content: center;
            }
            .card-text2{
                display: flex;
                justify-content: space-between;
                margin-top: auto;
                font-size: 18px;
            }
            .fullCard{
                display: flex;
                align-items: center;
            }
            .totalBar{
                background-color: #EFD896;
                margin: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px;
                border-radius: 14px;
                font-size: 24px;
            }
            .paybtn{
                display: flex;
                justify-content: flex-end;
            }
            .paynow{
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: black;
                font-size: 32px;
                color: white;
                border-top-left-radius: 20px;
                border-bottom-right-radius: 20px;
                width: 160px;
                height: 40px;
                margin-top: 10px;
                margin-bottom: 20px;
            }