@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";*{box-sizing:border-box;font-family:PT Sans,Lato,Calibri,sans-serif}a{color:inherit;text-decoration:none}:root{--header-bg-color:#01a390;--footer-bg-color:#01a390;--body-bg-color:#e3e3e3;--input-bg:#f2f2f2;--input-bg-focus:#dbdbdb;--text-color:#000;--light-green:#00ad1d;--dark-green:#016034;--orange:#d97919;--light-orange:#ffaf60;--dark-orange:#c26100;--x-dark-orange:#9d2a01;--light-red:#ec3838;--white:#fff;--light-black:#171717;--light-blue:#0463ac;--dark-blue:#070062}.header{background-color:var(--header-bg-color);color:var(--text-color);border:1px solid #000;border-radius:5px;-ms-flex-pack:justify;justify-content:space-between;display:-ms-flexbox;display:flex;box-shadow:-1px 4px 20px 14px rgba(0,0,0,.2)}.logo-image{width:80px}.logo{padding:10px}.nav-items{padding:0 10px}.nav-items>ul{font-size:medium;list-style-type:none;display:-ms-flexbox;display:flex}.nav-items>ul>li{white-space:normal;margin:10px;padding:10px}.nav-items>ul>li:hover{background-color:var(--orange);cursor:pointer;border-radius:5px}.search .search-box{box-sizing:border-box;color:var(--text-color);background-color:#fff;border:1px solid #aabcca;border-right:0;border-top-left-radius:5px;border-bottom-left-radius:5px;outline:none;width:40%;padding:14px 15px 14px 20px;box-shadow:1px 2px 4px rgba(0,0,0,.08)}.search .search-btn{background-color:var(--dark-orange);color:#fff;cursor:pointer;border:none;border-top-right-radius:5px;border-bottom-right-radius:5px;outline:none;margin-left:-4px;padding:15px 22px;box-shadow:1px 2px 4px rgba(0,0,0,.08)}.search-btn :hover{background-color:var(--dark-green)}.filter{text-align:center;-ms-flex-pack:distribute;justify-content:space-around;margin:50px auto 20px}.filter-btn{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;outline:none;margin:25px 25px 25px -4px;padding:15px 22px;box-shadow:1px 2px 4px rgba(0,0,0,.08)}.res-container{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-align:center;align-items:center;width:auto;display:-ms-flexbox;display:flex}.res-card{cursor:pointer;border-radius:5px;width:240px;margin:20px;padding:10px;box-shadow:-1px 5px 10px 5px rgba(42,42,42,.2)}.res-img{border-radius:10px;width:100%}.res-card>span{text-align:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px;display:-ms-flexbox;display:flex}.res-card h4{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;margin-top:10px;padding:0 2px;font-size:12px;font-weight:bolder}.res-card>span>h4:first-child{background-color:var(--light-green);color:#fff;border-radius:5px;-ms-flex-align:center;align-items:center;margin-top:5px;padding:5px;display:-ms-flexbox;display:flex}.res-card:hover{transform:scale(1.03)}.res-img:hover{cursor:pointer}.res-img{width:100%;height:45%}.login{cursor:pointer;color:var(--text-color);font-size:inherit;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:5px;padding:0 20px;font-weight:700}.shimmer-container{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex}.shimmer-card{background-color:#f0f0f0;width:200px;height:400px;margin:20px}.restaurant-menu{width:auto;min-height:80vh;margin-top:20px}.restaurant-summary{background-color:var(--light-black);color:var(--white);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:200px;display:-ms-flexbox;display:flex}.restaurant-img{border-radius:5px;width:250px;height:170px}.restaurant-summary-details{-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:520px;flex-basis:520px;margin:20px;display:-ms-flexbox;display:flex}.restaurant-title{max-width:540px;font-size:40px;font-weight:300}.restaurant-tags{white-space:nowrap;color:inherit;opacity:.7;max-width:540px;font-size:15px}.restaurant-details{color:inherit;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;max-width:340px;margin-top:18px;padding-bottom:10px;font-size:16px;font-weight:600;display:-ms-flexbox;display:flex}.restaurant-rating{background-color:var(--dark-green);border-radius:5px;-ms-flex-align:center;align-items:center;gap:5px;padding:5px 8px;display:-ms-flexbox;display:flex}.restaurant-menu-content{-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}.menu-items-container{width:850px;margin-top:30px}.menu-title-wrap{padding:20px}.menu-count{color:rgba(40,44,63,.45);letter-spacing:-.3px;margin-top:14px;font-size:1rem;line-height:1.3}.menu-items-list{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}.menu-item{border-bottom:.5px solid rgba(40,44,63,.45);-ms-flex-pack:justify;justify-content:space-between;max-height:250px;padding:20px;display:-ms-flexbox;display:flex}.menu-item-details{-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:start;align-self:flex-start;display:-ms-flexbox;display:flex;overflow:hidden}.item-title{width:60%}.item-desc{color:rgba(40,44,63,.45);letter-spacing:-.3px;width:60%;margin-top:14px;font-size:1rem;line-height:1.3}.item-cost{color:#3e4152;width:40%;margin-top:4px;font-size:1rem;font-weight:400}.menu-img-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;width:200px;display:-ms-flexbox;display:flex;overflow:hidden}.menu-item-img{border-radius:5px;width:100px;height:100px}.add-btn{background-color:var(--orange);color:var(--text-color);cursor:pointer;border-color:var(--dark-orange);border-radius:5px;outline:none;margin-top:10px;padding:8px 25px}.about-container{-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:72vh;margin:100px auto 0;display:-ms-flexbox;display:flex}.about-container .about-left{padding-left:10px}.about-container .about-left h1{font-size:70px}.about-container .about-left h1 span{background-color:var(--orange);color:var(--white);border-radius:15px;padding:0 10px}.about-container .about-left h4{padding-top:10px;font-size:25px;font-style:italic}.about-container .about-left h4 span{color:var(--dark-orange)}.about-container .about-right{padding-left:20px}.about-container .about-right img{width:500px;padding-right:70px}.contact-container{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly;margin:100px auto 30px;display:-ms-flexbox;display:flex;overflow-y:hidden}.contact-container .contact-right{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:x-large;display:-ms-flexbox;display:flex}.contact-container .contact-right form{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:10px;display:-ms-flexbox;display:flex}.contact-container .contact-right form input,.contact-container .contact-right form textarea{box-sizing:border-box;border:2px solid #aabcca;border-radius:5px;width:50vh;margin:10px;padding:10px;box-shadow:1px 2px 4px rgba(0,0,0,.08)}.contact-container .contact-right form button{background-color:var(--light-blue);color:#fff;cursor:pointer;border:none;border-radius:5px;margin:10px;padding:10px 15px;box-shadow:1px 2px 4px rgba(0,0,0,.08)}.contact-container .contact-right form button:hover{background-color:var(--dark-green)}.footer{text-align:center;background-color:var(--footer-bg-color);border-radius:5px;width:auto;margin:10px;padding:20px 10px;box-shadow:-1px 4px 20px 14px rgba(0,0,0,.2)}
/*# sourceMappingURL=index.fcc4eac7.css.map */
