* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
}

main {
  display: flex;
}

.content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 25px 30px 0 70px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo .logo-text, .signin-card .logo-text, nav .logo-text {
  font-family: Island Moments;
  font-weight: 400;
  font-size: 40px;
  color: #FF7A18;
}

.logo .btn-primary {
  padding: 10px 35px;
  border-radius: 7px;
  border: 2px solid #1E88E5;
  background-color: #fff;
  font-family: Inter;
  color: #1E88E5;
  font-size: 14px;
  font-weight: 600;
}

.logo a .btn-primary {
  cursor: pointer;
}

.main-container {
 margin-top: 130px;
}

header h1 {
  margin-bottom: 25px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  font-style: Bold;
  color: #1F2937;
}

header p {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  color: #1F2937;
  font-style: Medium;
  line-height: 1.5;
}

.info {
  margin-top: 35px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 48%;
  margin-bottom: 5px;
}

.info img {
  background-color: #FFE1C4;
  padding: 10px;
  border-radius: 13px;
}

.info .info-item:nth-child(3) img {
    width: 40px;
}

.info p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  font-style: Medium;
  color: #000000;
}

.button {
  max-width: 557px;
}

.button .order-btn button, .continue .order-btn {
 background-color: #FF7A18;
 width: 100%;
 color: #FFFFFF;
 padding: 18px 0;
 border: none;
 border-radius: 10px;
 font-family: Inter;
 font-weight: 600;
 font-size: 16px;
 margin-bottom: 20px;
 line-height: 24px;
 cursor: pointer;
}

.button .btn button{
  width: 100%;
  border: 2px solid #1E88E5;
  border-radius: 10px;
  padding: 18px 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  color: #1E88E5;
  background-color: #FFFFFF;
  line-height: 24px;
}

.terms {
  margin-top: 230px;
  padding: 10px 25px;
}

.terms .line {
  border: 1px solid #F3F4F6;
  margin-bottom: 10px;
}

.terms .terms-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.terms-info p {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: #1F2937;
  line-height: 20px;
}

.terms-info .policy {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: #64B5F6;
  line-height: 20px;
}

.terms-info .services {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: #64B5F6;
  line-height: 20px;
}

footer {
 padding: 65px 0;
 background-color: #62412E;
 margin-top: -4px;
}

footer .footer-info {
  display: flex;
  justify-content: space-around;
}

.footer-info .details{
  max-width: 148px;
}

.details .logo-text {
  font-family: Island Moments;
  font-weight: 400;
  font-size: 27px;
  color: #FF7A18;
}

.details .text {
  font-family: Jost;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-info .footer-links {
  width: 148px;
}

.footer-links h4, .contact h4 {
  font-family: Jost;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer-links ul, .contact ul, .socials ul {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  list-style: none;
  line-height: 24px;
  color: #FFFFFF;
}

.footer-info .contact {
  min-width: 230px;
  max-height: 115px;
}

.footer-info .socials {
  width: 148px;
  height: 100px;
}

.footer-links ul li a, .contact ul li a, .socials ul li a {
  text-decoration: none;
  color:#FFFFFF;
}

.footer-sm .sm-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
  margin-top: 20px;
}

.sm-info p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 65%;
}

.sm-info .sm-arrow {
  width: 50px;
  height: 50px;
  background-color: #007BFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin-page {
  display: flex;
  min-height: 100vh;
}

.signin-page .signin-hero {
  flex: 1;
  position: relative;
}

.signin-hero .overlay {
  position: absolute;
  inset: 0;
  background-color: #FF7A18B2;
  display: flex;
  justify-content: center;
  padding: 300px 65px;
}

.overlay .overlay-text {
  max-width: 270px;
  font-family: Inter;
  color: #FFFFFF;
  height: 135px;
}

.overlay-text h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 12px;
}

.overlay-text p {
  font-size: 16px;
  text-align: center;
}

.signin-container {
  flex: 1;
  margin: 80px 90px;
  padding: 10px;
}

.signin-card {
  text-align: center;
  margin-bottom: 10px;
}

.signin-card h3 {
  font-family: Inter;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}

form .form-group {
  margin: 10px;
  width: 90%;
  max-width: 400px;
}

.form-group .label {
  font-family: Inter;
  font-size: 14px;
  color: #3B4758;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.form-group .input-details {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
  background: white;
}

.input-details img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.input-details input {
  border: none;
  outline: none;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
} 

.input-details input::placeholder {
  font-family: Inter;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.forget-pass a {
  display: flex;
  justify-content: flex-end;
  font-family: Inter;
  color: #1E88E5;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 20px;
}

.continue .divider {
  padding: 12px 0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  color: #1F2937;
  margin-top: -20px;
}

.cont-socials .google {
  margin-top: 20px;
}

.cont-socials .google, .cont-socials .facebook {
  border: 1px solid #BDBDBD;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 4px 113px;
  margin-bottom: 20px;
}

.cont-socials img {
  width: 40px;
  height: 40px;
}

.cont-socials a {
  color: #3B4758;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.cont-socials .facebook a {
   margin-right: -10px;
}

.new {
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  color: #3B4758;
}

.new span a{
  text-decoration: none;
  color: #1E88E5;
}

.term {
  margin-top: 8px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-wrapper input {
  display: none;
}

.custom-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #1E88E5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox img {
  width: 10px;
  height: 10px;
  display: none;
}

.checkbox-wrapper input:checked + .custom-checkbox img {
  display: block;
}

.checkbox-wrapper input:checked + .custom-checkbox {
  background-color: #1E88E5;
}

.term-text a {
  color: #1E88E5;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

nav {
  position: fixed;
  background: #FFFFFF;
  z-index: 1000;
  top: 0;
  width: 100%;
  padding: 18px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 20px rgba(44, 24, 16, 0.06);
}

nav .nav-links {
  padding: 10px;
  display: flex;
  gap: 100px;
}

.nav-links a {
  color: #FF7A18;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  min-width: 100px;
}

.nav-links .a-link {
  color: #1F2937;
}

nav button {
  background: #FF7A18;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 28px;
}

.hero, .explore-hero {
  padding-top: 80px;
}

.hero .hero-background {
  background-image: url("assets/images/Home.jpeg");
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero .hero-overlay, .foot .foot-overlay, .explore-hero .explore-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-overlay .hero-text, .foot-overlay .foot-text {
  padding-top: 200px;
  padding-left: 48px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  font-family: Inter;
  color: #FFFFFF;
}

.hero-text h2, .explore-text h2 {
  font-size: 40px;
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-overlay .hero-btn, .foot-overlay .hero-btn {
  margin-left: 48px;
  background: #FF7A18;
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container .search-input {
  position: absolute;
  width: 50%;
  display: flex;  
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 30px 5px #0000001F;
  border-radius: 8px;
  padding: 0 10px;
}

.search-input img {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-top: 22px;
}

.search-input input {
  border: none;
  outline: none;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
}

.search-input input::placeholder {
  font-family: Inter;
  font-size: 12px;
  color: #1F2937;
  font-weight: 400;
}

.categories, .chef-specials {
  padding: 80px 60px;
  background: #F3F4F6;
}

.categories h2, .chef-specials h2 {
  text-align: center;
  font-family: Inter;
  color: #1F2937;
  font-size: 30px;
  margin-bottom: 40px;
}

.categories .category, .chef-specials .special {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.category .category-card, .special .special-card {
  background: #FFFFFF;
  padding: 2px 2px 60px 2px;
  border-radius: 14px;
  cursor: pointer;
}

.category-card p {
  margin-top: 30px;
  font-weight: 600;
  color: #111827;
  font-size: 20px;
  text-align: center;
}

.categories .view-all, .chef-specials .view-all, .popular-info .view-all, .jollof-info .view-all, .swallow-info .view-all {
  display: none;
  margin-top: 30px;
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #1E88E5;
}

.card-main {
  padding: 10px 10px 12px;
  color: #1F2937;
  font-family: Inter;
}
.card-main h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-main p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 14px 0 14px;
  align-items: center;
}

.card-footer .price-tag {
  color: #FF7A18;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
}

.card-footer button {
  background: #FF7A18;
  border: none;
  padding: 15px 16px;
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
}

.foot .foot-background {
  background-image: url("assets/images/foot.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.foot-text h2 {
  font-size: 35px;
}

.foot-text p {
  margin-top: -20px;
  font-size: 24px;
  margin-bottom: 15px;
}

.explore-hero .explore-background {
  background-image: url("assets/images/menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.explore-overlay .explore-text {
  padding-top: 200px;
  padding-left: 48px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-family: Inter;
  color: #FFFFFF;
}

.explore-text p {
  font-size: 20px;
  font-weight: 500;
}

.container {
  background: #F3F4F6;
  padding: 82px 38px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.container .menu {
  padding: 26px 0;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 14px 14px 0 0;
}

.menu h3 {
  padding: 10px 26px;
  border-radius: 14px;
  font: Inter;
  font-weight: 600;
  font-size: 24px;
}

.menu-list .divider-active {
  background: #FFE1C4;
  display: flex;
  gap: 20px;
  align-items: center;
 
}

.menu-list .divider-active .line {
  background: #FF7A18;
  width: 4px;
  height: 40px;
}

.menu-list .divider {
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu-list .divider .line {
  width: 4px;
  height: 40px;
}

.menu-list li {
  list-style: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
}

.container .container-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.container-info .popular-info, .jollof-info, .swallow-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popular-info h2 , .jollof-info h2, .swallow-info h2 {
  color: #1F2937;
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.food-card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 2px 2px 46px 2px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.food-card .image {
  width: 100%;
  height: 160px;          
  object-fit: cover;      
  border-radius: 12px;
  display: block;
}

.food-body {
  padding: 0 17px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.foot-body h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  color: #1F2937;
}

.food-body p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #1F2937;
}

.food-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
}

.food-footer .price-tag {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #FF7A18;
}

.food-footer button {
  background: #FF7A18;
  border: none;
  padding: 5px 6px;
  border-radius: 107px;
  cursor: pointer;
}

@media (max-width: 768px) {

  main {
    flex-direction: column;
    gap: 37px;
    position: relative;
  }
  
  .hero-image {
    width: 100%;
    height: 220px;
    background-image: url("assets/images/mobile-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-image img {
    display: none;
  }

  .content-wrapper {
    margin: 20px;
  }
  
  .logo {
    flex-direction: column;
    text-align: center;
  }

  .logo .logo-text {
    padding: 40px;
    font-size: 50px;
    align-self: start;
  }

  .logo a {
    align-self: flex-end;
    position: absolute;
    margin-top: -20px;
  }

  .main-container {
    margin-top: -20px;
  }

  header h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  header p {
    font-size: 16px;
  }

  .info {
    flex-direction: column;
    gap: 12px;
  }

  .info .info-item {
    border-radius: 8px;
    padding: 6px 9px;
    background: #F3F4F6;
    width: 100%;
  }

  .button {
    max-width: 100%;
  }

  .button button {
    width: 100%;
  }
  
  .terms {
    display: none;
  }

  footer {
    display: none;
  }

  .signin-hero {
    display: none;
  }

  .signin-container {
    margin: 40px 20px;
    padding: 10px;
  }

  .signin-card h3 {
    font-size: 20px;
  }

  .input-details input {
    font-size: 14px;
  }

  .cont-socials .google,
  .cont-socials .facebook {
    padding: 10px;
  }

  .cont-socials div a {
  white-space: nowrap;
  }

  nav {
    padding: 0 19px;
    justify-content: space-between;
  }

  nav .nav-links , nav .login-btn {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  nav .menu-icon {
    display: block;
    font-size: 26px;
    cursor: pointer;
  }
  .hero .hero-background, .foot .foot-background {
    min-height: 90vh;
  }
  
   .hero-overlay .hero-text, .foot-overlay .foot-text {
    padding: 140px 20px 20px 20px;
    width: 100%;
    text-align: left;
    gap: 20px;
  }

  .hero-overlay .hero-btn, .foot-overlay .hero-btn {
    margin-left: 20px;
    padding: 14px 18px;
  }

   .search-container .search-input {
    width: 90%;
  }

  .search-input input {
    font-size: 14px;
  }

  .categories, .chef-specials {
    padding: 96px 16px;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .categories h2, .chef-specials h2 {
    font-size: 24px;
  }

  .categories .category, .chef-specials .special {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .category .category-card, .chef-specials .special-card {
    padding: 2px 4px 18px 4px;
  }

  .category-card img, .special-card img {
    width: 100%;
  }

  .category-card p, .special-card p {
    font-size: 16px;
    margin-top: 15px;
  }

  .categories .category-card:nth-child(n+4), .chef-specials .special-card:nth-child(n+4), .food-card:nth-child(n+4) {
    display: none;
  }

  .categories .view-all, .chef-specials .view-all, .container-info .view-all {
    display: block;
  }

  .explore-hero .explore-background {
    width: 100%;
    height: 220px;
    background-image: url("assets/images/Home.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .explore-overlay .explore-text {
    width: 100%;
    text-align: left;
    gap: 20px;
  }

  .container-info h2 {
    font-size: 18px;
  }

 .food-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .food-card {
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 12px;
  }

  .food-card .image {
    width: 110px;
    height: 95px;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .food-body {
    flex: 1;    
    padding: 0;
  }

  .food-body h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .food-body p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  
  .food-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }

  .food-footer .price-tag {
    font-size: 14px;
    white-space: nowrap;
  }
  
  .food-footer button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .food-footer button img {
    width: 16px;
    height: 16px;
  }
}