*{margin:0;padding:0;box-sizing:border-box}html{font-size:medium;font-family:Tillana;font-weight:400}body{background-color:#30b1b1}.container{width:100%;height:60px}.container .navbar{list-style-type:none;font-weight:400px;font-size:large;display:flex;justify-content:space-between;align-items:center;margin:5px}.cart{display:flex;justify-content:center;align-items:center;gap:5px}.menu{background-color:#000;color:#ff0}.menu .category{font-size:large;list-style-type:none;display:flex;justify-content:space-evenly;align-items:center;padding-top:20px}.category>li{list-style-type:none}.category>li>a{text-decoration:none;color:#fffb00}.menuCat{display:flex;justify-content:center;align-items:center;margin-top:20px}.pizza{padding:0 10px;font-size:1rem;display:flex;gap:10px;justify-content:center;align-items:center}#left-line{width:30%;height:3px;background-color:red;gap:10px}#right-line{width:30%;height:3px;background-color:red}.menuCat img{background-color:transparent;color:#00f;height:30px;width:40px}.grid{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;margin:0 15px}.card{width:400px;height:auto;box-shadow:3px 3px 20px #000;border-radius:8px;overflow:hidden;display:flex;justify-content:space-between;flex-direction:column;align-items:center;margin:20px;background-color:#f5f5f5}.image-container{height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding-bottom:5px}.main-image{width:250px}.image-veg-non-veg{position:sticky;top:25%;right:15%;width:30px;background-color:#fff;padding:3px;border-radius:2px}.foodDesc{background-color:#9ad0c2;width:100%;padding:20px 5px 5px 0}.priceAndButton>#price{font-size:1.5rem;font-weight:400}.priceAndButton>#price:first-letter{font-size:1.2rem;font-weight:700;color:brown}h2{font-size:1.5rem;font-weight:700}.knife-and-fork{font-size:1.4rem;margin-top:.5rem}.img1{background-color:transparent;color:#00f;padding:0}.priceAndButton{display:flex;justify-content:space-between;margin:10px}.priceAndButton>p{font-weight:600;font-size:1.4rem;color:#265073}.addButton{padding:10px 15px;border-radius:8px;color:#265073;font-weight:800;background-color:orange;box-shadow:2px 2px 1px #000}.toggle{position:relative;display:block;width:80px;height:30px;padding:3px;border-radius:50px;cursor:pointer}.toggle-input{position:absolute;top:0;left:0;opacity:0}.toggle-label{position:relative;display:block;height:inherit;font-size:12px;background:#2214bc;border-radius:inherit;box-shadow:inset 0 1px 2px #0000001f,inset 0 0 3px #00000026}.toggle-label:before,.toggle-label:after{position:absolute;top:50%;color:#000;margin-top:-.5em;line-height:.8}.toggle-label:before{content:attr(data-off);right:13px;color:#fff;font-size:15px;text-shadow:0 1px rgba(255,255,255,.5)}.toggle-label:after{content:attr(data-on);left:13px;color:#fff;text-shadow:0 1px rgba(0,0,0,.2);opacity:0}.toggle-input:checked~.toggle-label{background:green}.toggle-input:checked~.toggle-label:before{opacity:0}.toggle-input:checked~.toggle-label:after{opacity:1}.toggle-handle{position:absolute;top:4px;left:4px;width:27px;height:27px;background:linear-gradient(to bottom,#fff 40%,#f0f0f0);border-radius:50%}.toggle-handle:before{position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:16px;height:16px}.toggle-input:checked~.toggle-handle{left:49px;box-shadow:-1px 1px 5px #0003}.toggle-label,.toggle-handle{transition:All .3s ease;-webkit-transition:All .3s ease;-moz-transition:All .3s ease;-o-transition:All .3s ease}.incrementDecrement{display:flex}.incrementDecrement>button{height:30px;width:30px;margin:10px;border-radius:20%;font-size:20px}.incrementDecrement>p{height:30px;margin:12px 0 10px;font-size:20px}#cartItem{position:relative;right:3%;bottom:-5px;color:#0c0c0c;border-radius:5%;font-size:30px;font-weight:400;background-color:#fffb00;padding:5px}#itemString{position:relative;right:7%;bottom:-24px}.footer{position:fixed;right:2%;bottom:2%;padding:20px;z-index:1}.buyNowCard{padding:20px;background-color:#f5f5f5;margin:5px}.buyNowCard>div>span>p{margin:5px}.buyNowCard>div{display:flex;margin:5px}.glow-on-hover{background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);position:relative;background-size:400%;z-index:-1;animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;padding:5px;border-radius:4px}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}
