* {
  padding: 0;
  margin: 0;
  /* border: 2px solid red; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  /* color: rgba(31, 41, 55, 1); */
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: rgba(243, 244, 246, 1);
  color: rgba(31, 41, 55, 1);
  position: relative;
  padding: 50px 30px;
  /* margin-top: 20px; */
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
nav h3 {
  font-family: "Island Moments", cursive;
  color: rgba(255, 122, 24, 1);
  font-size: 40px;
  font-weight: 300;
}
.navlinks {
  list-style: none;
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
  font-size: 13px;
}
.navlinks li a {
  text-decoration: none;
   color: rgba(31, 41, 55, 1);
}
.navlinks li a:hover{
  color: rgba(255, 122, 24, 1);
}
.login {
  background-color: rgba(255, 122, 24, 1);
  color: rgba(255, 255, 255, 1);
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  transition: transform 0.3 ease;
}
.login:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.foodimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.foodimg {
  width: 25%;
  height: 5%;
}
.list {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* align-items: center; */
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
  /* display: none; */
}
.fulldetails{
  /* border: 2px solid red; */
  width: 70%;
   display: flex;
  justify-content: space-between;
  align-items: center;
}
.amt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap:15px; */
  width: 25%;
}
.orders {
  height: 500px;
  overflow-y: auto;
  ::-webkit-scrollbar {
    display: none;
    overflow-x: hidden;
    /* gap: 30px; */
  }
}
.orders li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  font-size: 13px;
  margin-top: 10px;
  /* border: 2px solid red; */
}
.prices{
  display: flex;
    /* border: 2px solid red; */
    width: 25%;
    justify-content: space-between;
}
.discription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  width: 30%;
  gap: 10px;
}
.addandpay {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.addandpay a {
  text-decoration: none;
  color: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pay {
  padding: 8px 25px;
  border: none;
  background-color: rgba(255, 122, 24, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  transition: transform 0.3 ease;
}
.pay:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.addandpay a:hover {
  color: rgba(255, 122, 24, 1);
}
.price {
  color: rgba(255, 122, 24, 1);
  font-weight: 600;
  font-size: 20px;
}
.name {
  font-size: 25px;
  font-weight: 700;
}
.discription h3 {
  font-size: 20px;
  font-weight: 700;
}
.orders li button {
  border: none;
  background: none;
  cursor: pointer;
  width: 20px;
  /* border: 2px solid red; */
  padding: 0;
  border-radius: 5px;
}
.orders li button img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.ordermodal {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.mainorder {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  font-size: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px;
}
.mainorder h2 {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
  width: 100%;
  font-size: 25px;
  font-weight: 700;
}
.sum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.sum h4 {
  font-size: 18px;
  font-weight: 500;
}
.inputbtn {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  gap: 7px;
  align-items: center;
  /* padding: 5px; */
}
.inputbtn input {
  padding: 7px;
  width: 70%;
  outline: none;
}
.inputbtn button {
  padding: 9px 0px;
  width: 30%;
  border: none;
  background-color: rgba(255, 122, 24, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  /* text-align: center; */
}
.values {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
  padding: 10px 0px;
}
.values li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
}
.total {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 10px; */
}
.instructiondelivery {
  width: 100%;
}
.deliverybtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery {
  width: 50%;
  padding: 9px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 122, 24, 1);
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: transform 0.3 ease;
}
.delivery:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.pick {
  width: 50%;
  padding: 9px;
  border: none;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(189, 189, 189, 1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: transform 0.3 ease;
}
.pick:focus {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.instruction {
  margin-top: 20px;
  width: 100%;
}
.instruction h3 {
  font-weight: 500;
  font-size: 20px;
}
.instruction textarea {
  margin-top: 10px;
  width: 100%;
  height: 70px;
  padding: 10px;
  outline: none;
}
.checkout {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 122, 24, 1);
  border: none;
  padding: 10px;
  border-radius: 5px;
  transition: transform 0.3 ease;
}
.checkout:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.total h3 {
  font-weight: 500;
}
.deliverydetails {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.maindetails {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  font-size: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.maindetails h2 {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
  width: 100%;
  font-size: 25px;
  font-weight: 700;
}
.inputdets {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.inputdets textarea {
  height: 80px;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(189, 189, 189, 1);
}
.inputdets input {
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(189, 189, 189, 1);
}
.inputdets textarea:focus {
  border: 1px solid rgba(255, 122, 24, 1);
}
.inputdets input:focus {
  border: 1px solid rgba(255, 122, 24, 1);
}
.inputdets h4 {
  font-weight: 500;
}
.submit {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 122, 24, 1);
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.submit:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.paymentmodal {
   display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.mainpayment {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  font-size: 12px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* align-items: center; */
  gap: 10px;
}
.mainpayment h2 {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(189, 189, 189, 1);
  width: 100%;
  font-size: 25px;
  font-weight: 700;
}
.inputresult{
  display: flex;
  flex-direction: column;
  width: 100%;
 
}
.inputresult label{
  font-size: 14px;
  font-weight: 500;
}
.input{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.inputs{
  display: flex;
  justify-content: space-between;
   padding: 5px 20px;
align-items: center;
}
.number{
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  font-size: 14px;

}
.number input{
  padding: 8px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(189, 189, 189, 1);
  /* width: 100%; */
    margin-top: 5px;
}
.datesofcard{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.number input:focus {
  border: 1px solid rgba(255, 122, 24, 1);
}
.number label{
  font-weight: 500;
}
.number2{
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  font-size: 13px;
  width: 50%;

}
.number2 input{
  padding: 8px;
  border-radius: 5px;
  outline: none;
  border: 1px solid rgba(189, 189, 189, 1);
  width: 100%;
  margin-top: 5px;
}

.number2 input:focus {
  border: 1px solid rgba(255, 122, 24, 1);
}
.number2 label{
  font-weight: 500;
}
.save{
display: flex;
/* justify-content: center; */
align-items: center;
gap: 10px;
padding: 0px 10px;
margin-top: 10px;
color: rgba(172, 172, 172, 1);
}
.tp{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 122, 24, 1);
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.tp:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.write{
  width: 86%;
  color: rgba(172, 172, 172, 1);
}
.orderplaced {
 display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.mainorderpalced {
  width: 50%;
  /* background-color: rgba(255, 255, 255, 1); */
  font-size: 12px;
  /* border: 2px solid red; */
  /* padding: 10px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.success{
  width: 100%;
  /* border: 2px solid red; */
}
.success svg{
  width: 100%;
}
.track{
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* border: 2px solid red; */
  width: 100%;
  justify-content: center;
  align-items: center;
} 
.track h3{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.track button{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 122, 24, 1);
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
}
.track button:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 122, 24, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 41, 55, 1);
}
.track h4{
  font-size: 13px;
  /* font-weight: 600; */
  color: rgba(157, 163, 161, 1);
}
.track span{
  font-size: 16px;
  font-weight: 500;
  color: rgba(30, 136, 229, 1);
}
footer {
  background-color: #62412e;
  padding: 30px 60px;
  /* gap: 10px; */
}
.docs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.chuks {
  width: 200px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  font-size: 17px;
}
.chuks h3 {
  font-family: "Island Moments", cursive;
  color: rgba(255, 122, 24, 1);
  font-size: 38px;
  font-weight: 300;
}
.links {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 1);
}
.links h3 {
  font-size: 20px;
}
.links a {
  text-decoration: none;
  color: antiquewhite;
}
.contact {
  line-height: 2.2;
}
.contact h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}
.contact p {
  color: antiquewhite;
  font-size: 12px;
}
.socials {
  color: antiquewhite;
  font-size: 12px;
  line-height: 2.2;
}
.rights {
  color: antiquewhite;
  font-size: 12px;
  margin-top: 30px;
}
.mobile-nav{
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px 50px;
  top: 63px;
  right: 0;
  z-index: 700;
  color: black;
  background-color: rgba(189, 189, 189,1);
  border-radius: 10px;
}
.mobile-nav.active{
  display: flex;
}
.hamburger{
  display: none;
  /* border: 2px solid red; */
  width: 30px;
  height: 30px;
  flex-direction: column;
  gap: 5px;
}
.hamburger span{
  background-color: black;
  width: 100%;
  height: 5px;
}
.mobile-nav.active{
  display: flex;
}
.mobilenavlink li a:hover{
  cursor: pointer;
 
   border-bottom: 1px solid  rgba(255, 122, 24, 1);
}
.login2 {
  border: none;
  background: none;
  font-size: 20px;
}
.login2:hover{
  cursor: pointer;

   border-bottom: 1px solid  rgba(255, 122, 24, 1);
}
.mobilenavlink {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.mobilenavlink li a{
  text-decoration: none;
  color: black;
}
@media (max-width: 810px) {
  .mainorder {
    width: 95%;
  }
  .maindetails {
    width: 95%;
  }
  .mainpayment{
    width: 95%;
  }
  .mainorderpalced{
    width: 95%;
  }
   footer{
    display: none;
  }
  .hamburger{
  display: flex;
}
.navlinks{
  display: none;
}
.login{
  display: none;
}
.container{
  padding: 10px;
}
.fulldetails{
  flex-direction: column;
  gap: 5px;
  padding: 0px 10px;
}
.discription{
  width: 100%;
}
.prices{
  width: 100%;
}
.amt{
  width: 100%;
}
.foodimg {
  width: 29%;
  height: 140px;
  /* border: 2px solid red; */
}
.orders li{
  padding: 5px 0px;
}
.addandpay a{
  width: 50%;
}
}
