:root {
  --ink:#1d2028;
  --yellow:#ffb800;
  --cream:#fff9ed;
  --muted:#727687
}
* {
  box-sizing:border-box
}
body {
  font-family:Cairo,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  font-size:14px
}
a {
  text-decoration:none;
  color:inherit
}
.navbar {
  box-shadow:0 1px 16px #14213d0b
}
.navbar-brand {
  font-size:28px;
  font-weight:800;
  letter-spacing:-1px
}
.navbar-brand span {
  display:inline-grid;
  place-items:center;
  background:var(--yellow);
  border-radius:10px;
  width:32px;
  height:32px;
  margin-left:3px;
  color:#1b1c21
}
.nav-link {
  font-weight:600
}
.nav-link.active,.nav-link:hover,.section-head>a {
  color:#d88e00
}
.btn-dark {
  background:var(--ink);
  border-color:var(--ink)
}
.hero {
  background:var(--cream);
  overflow:hidden;
  padding:80px 0
}
.eyebrow {
  color:#d28b00;
  font-weight:700;
  font-size:13px;
  margin-bottom:10px
}
.hero h1,.join-hero h1 {
  font-weight:800;
  font-size:clamp(38px,5vw,64px);
  line-height:1.35;
  letter-spacing:-2px
}
.hero h1 em {
  font-style:normal;
  color:#e59a00
}
.hero .lead {
  color:var(--muted);
  font-size:17px;
  max-width:480px
}
.search-box {
  display:flex;
  align-items:center;
  background:#fff;
  box-shadow:0 10px 30px #261a0014;
  border-radius:15px;
  padding:8px 12px;
  max-width:550px;
  margin-top:28px
}
.search-box>i {
  font-size:22px;
  color:#e59a00
}
.search-box input {
  border:0;
  outline:0;
  flex:1;
  padding:10px;
  background:transparent
}
.search-box button {
  border:0;
  background:var(--yellow);
  border-radius:10px;
  padding:12px 18px;
  font-weight:700
}
.trust {
  color:#777
}
.trust b {
  display:block;
  color:var(--ink);
  font-size:17px
}
.hero-art {
  position:relative;
  max-width:510px;
  margin:auto
}
.hero-art>img {
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:45% 45% 20px 20px;
  box-shadow:20px 20px 0 #f4d680
}
.float-card {
  position:absolute;
  background:#fff;
  border-radius:12px;
  padding:12px 15px;
  box-shadow:0 12px 30px #0002;
  display:flex;
  align-items:center;
  gap:8px
}
.float-card small {
  display:block;
  color:var(--muted);
  font-size:11px
}
.card-rate {
  top:70px;
  right:-20px
}
.card-rate i {
  color:#ffb800
}
.card-time {
  bottom:35px;
  left:-25px
}
.card-time>i {
  background:#fff1c4;
  padding:9px;
  border-radius:50%;
  color:#df9400
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:25px
}
.section-head h2 {
  font-size:27px;
  font-weight:800;
  margin:0
}
.section-head>a {
  font-weight:700
}
.category-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:18px 5px;
  background:#fff;
  border:1px solid #f0f0f0;
  border-radius:14px;
  transition:.2s
}
.category-card:hover {
  transform:translateY(-5px);
  box-shadow:0 8px 22px #00000012
}
.category-card span {
  background:#fff5db;
  border-radius:50%;
  padding:9px;
  margin-bottom:8px;
  font-size:27px
}
.category-card small {
  color:#9194a0;
  font-size:10px
}
.food-img {
  height:195px;
  position:relative
}
.food-img img {
  width:100%;
  height:100%;
  object-fit:cover
}
.restaurant-card {
  border:1px solid #eee;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  transition:.2s
}
.restaurant-card:hover {
  box-shadow:0 12px 25px #00000013;
  transform:translateY(-3px)
}
.restaurant-card h3 {
  font-size:17px;
  font-weight:700
}
.restaurant-card p {
  color:#858895;
  font-size:12px;
  margin:5px 0 12px
}
.food-img button {
  position:absolute;
  top:12px;
  left:12px;
  border:0;
  background:#fff;
  border-radius:50%;
  width:32px;
  height:32px
}
.discount {
  position:absolute;
  top:12px;
  right:12px;
  background:var(--yellow);
  padding:5px 9px;
  border-radius:6px;
  font-size:11px;
  font-weight:700
}
.rating {
  font-size:12px;
  font-weight:700
}
.rating i {
  color:#ffb800
}
.card-meta {
  display:flex;
  gap:15px;
  color:#6d7180;
  font-size:11px
}
.card-meta i {
  color:#e09a00
}
.app-banner {
  background:var(--ink);
  color:#fff;
  margin-top:60px;
  padding:55px 0;
  overflow:hidden
}
.app-banner .container {
  position:relative
}
.app-banner h2 {
  font-weight:800;
  font-size:34px
}
.app-banner p:not(.eyebrow) {
  color:#c9cbd0
}
.store-btn {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#fff;
  color:#20232c;
  border-radius:9px;
  padding:8px 14px;
  margin-left:8px;
  line-height:1.15;
  font-size:10px
}
.store-btn i {
  font-size:24px
}
.store-btn b {
  font-size:15px
}
.phone-icon {
  position:absolute;
  font-size:220px;
  color:var(--yellow);
  left:16%;
  bottom:-115px;
  transform:rotate(18deg)
}
footer {
  background:#161820;
  color:#bbb;
  padding:28px 0;
  font-size:12px
}
footer .navbar-brand span {
  color:#161820
}
.listing-page,.cart-page {
  background:#fafafa;
  min-height:calc(100vh - 160px);
  padding:38px 0 70px
}
.breadcrumb-mini {
  color:#9396a0;
  font-size:12px;
  margin-bottom:12px
}
.breadcrumb-mini i {
  padding:0 7px;
  font-size:10px
}
.listing-page h1,.cart-page h1 {
  font-weight:800;
  font-size:31px
}
.filter-box,.summary,.cart-items,.register-card {
  background:#fff;
  border:1px solid #eee;
  border-radius:14px;
  padding:20px
}
.filter-box h5 {
  font-weight:800
}
.filter-box label {
  display:block;
  margin-top:12px;
  color:#686c78;
  font-size:13px
}
.filter-box input {
  margin-left:7px;
  accent-color:#e69b00
}
.sort {
  width:210px;
  font-size:12px
}
.join-hero {
  background:linear-gradient(90deg,#151820dd,#15182099),url('https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1600&q=80') center/cover;
  color:#fff;
  padding:95px 0
}
.join-hero>div {
  max-width:700px
}
.join-hero p:not(.eyebrow) {
  color:#e5e5e5;
  font-size:16px
}
.benefit {
  padding:25px
}
.benefit i {
  display:inline-grid;
  place-items:center;
  width:62px;
  height:62px;
  border-radius:18px;
  background:#fff2d2;
  color:#db9300;
  font-size:26px
}
.benefit h4 {
  font-weight:800;
  margin-top:15px
}
.benefit p {
  color:#777
}
.form-section {
  background:var(--cream);
  padding:65px 0
}
.register-card {
  padding:35px
}
.register-card h2 {
  font-weight:800
}
.register-card label,.auth-form label {
  font-weight:600;
  margin-bottom:7px;
  font-size:12px
}
.form-control,.form-select {
  height:46px;
  border-color:#e6e6e6;
  font-family:inherit;
  font-size:13px
}
.auth-body {
  min-height:100vh;
  background:#fff
}
.auth-logo {
  position:absolute;
  z-index:2;
  top:28px;
  right:6%;
  color:#fff
}
.auth-wrap {
  min-height:100vh;
  display:grid;
  grid-template-columns:47% 53%
}
.auth-image {
  background:linear-gradient(0deg,#161820c9,#16182050),url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1200&q=85') center/cover;
  color:#fff;
  display:flex;
  align-items:end;
  padding:10%;
}
.auth-image h1 {
  font-weight:800;
  font-size:45px
}
.auth-image p:not(.eyebrow) {
  color:#e8e8e8
}
.auth-form {
  display:grid;
  place-items:center;
  padding:35px
}
.login-box {
  width:min(100%,400px)
}
.login-box h2 {
  font-weight:800
}
.input-icon {
  position:relative
}
.input-icon i {
  position:absolute;
  right:13px;
  top:13px;
  color:#999
}
.input-icon .form-control {
  padding-right:38px;
  margin-bottom:15px
}
.login-box a {
  color:#d78e00;
  font-weight:600;
  font-size:12px
}
.or {
  display:flex;
  align-items:center;
  gap:9px;
  color:#aaa;
  font-size:11px;
  margin:19px 0
}
.or:after,.or:before {
  content:"";
  height:1px;
  background:#eee;
  flex:1
}
.social-btn {
  width:100%;
  border:1px solid #e3e3e3;
  background:#fff;
  border-radius:7px;
  padding:10px;
  font-weight:600
}
.social-btn i {
  color:#e94335;
  margin-left:6px
}
.cart-page h1 span {
  font-size:14px;
  color:#8b8e99;
  font-weight:500
}
.cart-restaurant {
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff3d6;
  padding:13px 16px;
  border-radius:12px 12px 0 0
}
.cart-restaurant i {
  font-size:23px;
  color:#dd9500
}
.cart-restaurant small {
  display:block;
  color:#777;
  font-size:11px
}
.cart-item {
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid #eee
}
.cart-item:last-child {
  border:0
}
.cart-item img {
  width:76px;
  height:76px;
  object-fit:cover;
  border-radius:10px
}
.cart-item h5 {
  font-size:15px;
  font-weight:700;
  margin:0
}
.cart-item p {
  color:#9295a0;
  font-size:11px;
  margin:4px 0
}
.quantity {
  display:flex;
  gap:11px;
  align-items:center;
  background:#fafafa;
  padding:5px 7px;
  border-radius:7px
}
.quantity button {
  border:0;
  background:#fff;
  border-radius:4px;
  width:22px;
  height:22px
}
.delete {
  border:0;
  background:none;
  color:#e36b61
}
.note-box {
  background:#fff;
  border:1px dashed #d7d7d7;
  border-radius:10px;
  margin-top:16px;
  padding:13px;
  color:#9295a0
}
.note-box input {
  border:0;
  outline:0;
  width:90%;
  margin-right:8px
}
.summary h4 {
  font-weight:800;
  margin-bottom:20px
}
.summary>div:not(.promo) {
  display:flex;
  justify-content:space-between;
  margin:12px 0;
  color:#6b6e77;
  font-size:13px
}
.summary .total {
  font-size:16px;
  color:#1d2028!important
}
.summary .total b {
  color:#dc9400
}
.promo {
  display:flex;
  border:1px solid #e5e5e5;
  border-radius:7px;
  overflow:hidden
}
.promo input {
  border:0;
  outline:0;
  padding:9px;
  min-width:0;
  flex:1
}
.promo button {
  border:0;
  background:#fff5d7;
  color:#c78600;
  padding:0 12px;
  font-weight:700
}
.secure {
  text-align:center;
  color:#888;
  font-size:11px;
  margin:14px 0 0
}
.secure i {
  color:#39935a
}
@media(max-width:991px) {
  .hero {
    padding:55px 0
  }
  .hero-copy {
    text-align:center
  }
  .search-box {
    margin-right:auto;
    margin-left:auto
  }
  .trust {
    justify-content:center
  }
  .hero-art {
    max-width:400px
  }
  .listing-page {
    padding-top:25px
  }
  .filter-box {
    margin-bottom:10px
  }
  .auth-wrap {
    grid-template-columns:1fr
  }
  .auth-image {
    display:none
  }
  .auth-logo {
    position:static;
    display:block;
    color:var(--ink);
    text-align:center;
    margin-top:28px
  }
  .auth-form {
    min-height:80vh
  }
  .phone-icon {
    display:none
  }
}
@media(max-width:575px) {
  .hero h1 {
    font-size:39px
  }
  .hero-art>img {
    height:330px
  }
  .float-card {
    padding:9px;
    font-size:11px
  }
  .card-rate {
    right:0
  }
  .card-time {
    left:0
  }
  .section-head h2 {
    font-size:22px
  }
  .section-head>a {
    font-size:11px
  }
  .search-box button {
    font-size:11px;
    padding:10px
  }
  .app-banner h2 {
    font-size:28px
  }
  .store-btn {
    margin-bottom:6px
  }
  .register-card {
    padding:20px
  }
  .cart-item {
    gap:9px
  }
  .cart-item img {
    width:58px;
    height:58px
  }
  .quantity {
    gap:7px
  }
  .cart-item p {
    display:none
  }
  .cart-items {
    padding:14px
  }
  .summary {
    padding:16px
  }
}
