@import url(https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Playfair+Display&family=Poppins&family=Roboto&display=swap);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Poppins,sans-serif}.header{align-items:center;background-color:#ff8b13;box-shadow:10px solid #000;display:flex;justify-content:space-between;width:100vw}.logo{transition:all .2s ease-in-out}.logo:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .3s ease-in-out 0s}.nav-items>ul{display:flex;list-style-type:none}.nav-items>ul>li{padding:10px}.nav-items>ul>li>a{color:#fff;font-size:18px;font-weight:500;padding-right:10px;text-decoration:none}.nav-items>ul>li{transition:all .2s ease-in-out}.nav-items>ul>li:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.nav-btn{background-color:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:18px;font-weight:500;margin-right:20px;padding:.2rem;width:5rem}.nav-btn:hover{background-color:#000;color:#fff}.logo{border-radius:60px;margin-left:50px;padding:3px;width:100px}*{font-family:Open Sans}.footer-distributed{background:#ff8b13;box-shadow:0 1px 1px 0 rgba(0,0,0,.12);box-sizing:border-box;font:700 16px sans-serif;padding:55px 50px;text-align:left;width:100%}.footer-distributed .footer-center,.footer-distributed .footer-left,.footer-distributed .footer-right{display:inline-block;vertical-align:top}.footer-distributed .footer-left{width:40%}.footer-distributed h3{color:#fff;font:normal 36px Open Sans,cursive;margin:0}.footer-distributed h3 span{color:#20b2aa}.footer-distributed .footer-links{color:#fff;margin:20px 0 12px;padding:0}.footer-distributed .footer-links a{color:inherit;display:inline-block;font-weight:400;line-height:1.8;text-decoration:none}.footer-distributed .footer-company-name{color:#000;font-size:14px;font-weight:400;margin:0}.footer-distributed .footer-center{width:35%}.footer-distributed .footer-center i{background-color:#000;border-radius:50%;color:#fff;font-size:25px;height:38px;line-height:42px;margin:10px 15px;text-align:center;vertical-align:middle;width:38px}.footer-distributed .footer-center i.fa-envelope{font-size:17px;line-height:38px}.footer-distributed .footer-center p{color:#fff;display:inline-block;font-weight:400;margin:0;vertical-align:middle}.footer-distributed .footer-center p span{display:block;font-size:14px;font-weight:400;line-height:2}.footer-distributed .footer-center p a{color:#20b2aa;text-decoration:none}.footer-distributed .footer-links a:before{color:#fff;content:"|";display:inline-block;font-size:20px;font-weight:300;left:0;padding-right:5px}.footer-distributed .footer-links .link-1:before{content:none}.footer-distributed .footer-right{width:20%}.footer-distributed .footer-company-about{color:#000;font-size:13px;font-weight:400;line-height:20px;margin:0}.footer-distributed .footer-company-about span{color:#fff;display:block;font-size:14px;font-weight:700;margin-bottom:20px}.footer-distributed .footer-icons{margin-top:25px}.footer-distributed .footer-icons a{background-color:#000;border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-size:20px;height:35px;line-height:35px;margin-bottom:5px;margin-right:3px;text-align:center;width:35px}@media (max-width:880px){.footer-distributed{font:700 14px sans-serif}.footer-distributed .footer-center,.footer-distributed .footer-left,.footer-distributed .footer-right{display:block;margin-bottom:40px;text-align:center;width:100%}.footer-distributed .footer-center i{margin-left:0}}.card{box-shadow:0 5px 15px rgba(0,0,0,.35);color:#ff8b13;height:250px;margin:10px;outline:none;overflow:hidden;padding:10px;text-decoration:none;width:200px}.card,.card>*{border-radius:10px}.card>*{margin:0}.card>p{font-size:.8rem;margin-top:.5rem;max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .5s}.card>img{width:100%}.fa{font-size:11px}.shimmer-cards{background-color:hsla(0,0%,82%,.972);border-radius:10px;height:230px;margin:20px;width:200px}.restaurant-list{display:flex;flex-wrap:wrap;justify-content:center;padding:20px}.restaurant-list>*{text-decoration:none}.search-container{display:flex;justify-content:center;margin:auto;padding:10px}.search-container>input{border:2px solid #ff8b13;border-radius:20px;color:#ff8b13;font-size:1.1rem;margin-right:5px;outline:none;padding:8px 10px;width:400px}.search-container>button{background-color:#ff8b13;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;margin-left:5px;padding:5px;transition:all .2s ease-in-out;width:100px}.search-container>button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.about-us{background-color:#afefef;margin:50PX auto;max-width:800px;padding:20px}.about-us h1{font-size:2.5rem;margin-bottom:20px;text-align:center}.about-us p{font-size:1.2rem;line-height:1.5;margin-bottom:20px}.add-to-cart-page{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;padding:20px}.menu-items{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:60%}.menu-item{background-color:#f8f8f8;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;padding:20px}.cart{width:30%}.cart-item{align-items:center;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:10px}button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}button:hover{background-color:#3e8e41}p{margin:0}.menu{display:flex}
/*# sourceMappingURL=main.f2ac3106.css.map*/