*{
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container{
    display:block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.808);
}
nav{
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 1s;
    align-items: center;
    justify-content:space-between;
    height:70px;
    background-color: white;
    box-shadow: -1px 6px 6px 2px rgba(128, 128, 128, 0.322);
   
}
.logo{
    display: flex;
    width: max-content;
    margin: 30px;
    gap:1vw;
}
.logo p{
    font-size: 20px;
    font-weight: 600;
   color:#FF2B85;
}
.login{
    width: max-content;
    display: flex;
    margin:30px;
    gap: 1.5vw;


}
.login button{
width: 80px;
height: 35px;
border-radius: 12px;
font-size: 17px;
border: none;
transition: 0.3s;
}
#login{
    background-color: white;
    border: 1px solid;
}
#login:hover{
    background-color:rgb(199, 192, 192);
    transform: scale(1.09);
}
#signup{
    background-color: #FF2B85 ;
   color: white;
}
#signup:hover{
    transform: scale(1.09);
    background-color: #e00762;
}
.card {
    position: relative;
}
.card:hover::after{
    border-radius: 9999px;
    content: "";
    height: 29px;
    width: 28px;
    background-color:grey;
    inset: 0;
    position: absolute;
    z-index: 0.1;
    opacity: 0.3;
}
.main{
    position: relative;
    width: 100%;
    height: 600px;
    background-color:rgb(243, 236, 236);
    display: flex;
     justify-content:center;
     align-items: center;
}
.location{
  position: absolute;
  left: 8%;
  width: 70%;
}
.location p{
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.8;

}
.locate{
    background-color: white;
    height: 80px;
    width: 600px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    position: relative;
    box-shadow: -7px -6px 6px 2px rgba(128, 128, 128, 0.322);
}
.locate input{
    width:450px;
    height: 45px;
    margin-left:15px;
    border-radius: 5px;
    border: 1px solid rgb(219, 216, 216);
}
.locate input::placeholder{
    font-size:15px;
    padding: 7px;
}
.search-button{
    border: none;
    background-color: white;
    position: absolute;
    left: 350px;
    font-size: 17px;
    transition: .5s;
}
.search-button:hover{
color: #f3096b;
}
.search-button i{
    color: #f00d6b;
    font-size: larger;
    font-weight: 900;
}
#food{
    border: none;
    background-color: #f00d6b;
    font-size: 18px;
    color: white;
    padding: 12px;
    border-radius: 5px;
    margin-right: 15px;
    transition: 0.5s;
}
#food:hover{
    transform: scale(1.09);
    background-color: #a80448;
}
.image{
   position: absolute;
   left: 60%;

}
.resturant{
    position: relative;
    width: 100%;
   height: fit-content;
}
.prepare{
    width: 100%;
    height: 150px;
    background-color: white;
    align-items:flex-end;
    display: flex;
    justify-content:flex-start;
    font-size: 35px;
    font-weight: 900;
}
.prepare p{
    margin-left: 50px;
    padding: 25px;
}
#adrress{
    outline: none;
    font-size: 17px;
}

.resturant img{
    width:100%;
   height: 600px;
}
 .started{
    position: absolute;
    left: 5%;
    bottom:0%;
    width: 40%;
    height: 350px;
    background-color:white;
    border-radius: 15px;
    z-index: 990;
    box-shadow: 5px 5px 20px 0px rgb(143, 140, 140);
    padding: 4px;
}
.started h3{
    padding: 17px;
}
.started p{
    padding: 15px;
    font-size: 17px;
    opacity: 0.9;
}
.started button{
    font-size: 15px;
    font-weight: 500;
   padding: 15px;
   color: white;
   background-color:#FF2B85;
   border: none;
   border-radius: 9px;
   margin: 7px 15px;
   transition: 0.5s;
}
.started button:hover{
    transform: scale(1.09);
    background-color: #a80448;
}
.starter{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 150px;
    background-color: white;
}
.findus{
   margin:70px 72px;
   font-size: 35px;
   font-weight: 800;
   opacity: 0.8;
}
.city{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: fit-content;
    gap:25px;
    margin:80px;
}

picture{
    position: relative;

}
picture img {
    object-fit:cover;
    height: 250px;
    width: 280px;
    border-radius:20px;   
     transition: .3s;
}
picture img:hover{
    transform: scale(1.09);

}
 .name span{
  position: absolute;
  bottom: 5%;
  padding: 10px;
  font-size: 19px;
  left: 4%;
  background-color: rgb(243, 239, 239);
  border-radius: 7px;
}
.pocket{
 width: 100%;
 height: 500px;
}
.pocket .h{
    margin-left: 50px;
    margin-top: 20px;
    font-size: 25px;
}
.download{
    width: 90%;
    height: 350px;
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#e00762;
    border-radius: 15px;
} 
 .left{
   padding: 20px;
    color: white;
    width: 55%;

 }
 .left h4{
    font-size: 25px;
    font-weight: 500;
    margin: 15px;
 }
 .left .qr-p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 10px;
    font-size: 20px;
 }
 .qr{
    width: 100px;
    height: 90px;
    display: flex;
  align-items: center;
  justify-content: center;
    border: 1px solid white;
    border-radius: 5px;
 }
.qr img{
    padding: 10px;
    width: 70px;
    height: 70px;
}
.btn{
    display: flex;
    gap: 10px;
}
.btn button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: black;
    border:1px solid white;
    color: white;
    margin: 2px;
    width: 130px;
    height:40px;

}
.btn button b{
    font-size: 15px;
}
#apple i{
    font-size: 30px;
}
#playstore img{
  margin-left: 5px;
   
}
#appgallery i{
    font-size: 30px;
    color: rgb(146, 9, 9);
}

.right img{
 width: 100%;
   margin-bottom: 30px;
}
.office{
    position: relative;
}
.office .h{
    position: absolute;
    top: 3%;
    left: 8%;
    z-index: 990;
    padding: 10px;
    margin-top: 20px;
    font-size: 25px;
}
.upper{
    position: absolute;
    top: 2%;
    width: 100%;
    height: 170px;
    background-color: white; 
}
.office img{
   width:100%;
    margin-top: 20px;
}
.office-part{
    position: absolute;
    left: 5%;
    bottom:10%;
    width: 40%;
    height: 200px;
    background-color:white;
    border-radius: 15px;
    z-index: 990;
    box-shadow: 5px 5px 20px 0px rgb(143, 140, 140);
    padding: 4px;
}
.office-part h3{
    padding: 17px;
}
.office-part p{
    padding: 15px;
    font-size: 17px;
    opacity: 0.9;
}
.office-part button{
    font-size: 15px;
    font-weight: 500;
   padding: 15px;
   color: white;
   background-color:#FF2B85;
   border: none;
   border-radius: 9px;
   margin: 7px 15px;
   transition: 0.5s;
}
.office-part button:hover{
    transform: scale(1.09);
    background-color: #a80448;
}
.part1{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 150px;
    background-color: white;
}
.QA{
    width: 100%;

}
 .firstQA{
    padding: 10px;
    margin:0px  50px;
}
.firstQA h2,h3{
    opacity: .8;
}
.firstQA p{
    padding: 10px;
}
.firstQA a{
    position: relative;
color: #e00762;
font-size: 20px;
font-weight: 500;

}
.firstQA a::after{
 content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0%;
left: 0;
background-color: #f00d6b;
transition: transform 0.5s ease-out;
}
.firstQA a:hover::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.firstQA span{
    color: #f3096b;
    font-size: 20px;
}
hr{
    width: 90%;
   margin-left: 30px;
   opacity: .8;
}
.country{
   padding: 30px;
}
.country span{
    font-size: 15px;
    margin-top: 2px;
    font-weight: 100;
    opacity: .8;
}
.atag{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 30px;
    font-size: 20px;
    gap: 20px;
    opacity: .8;
}
.country a{
    position: relative;
    color: black;
}
.country a::after{
    content: '';
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   height: 2px;
   bottom: 0%;
   left: 0;
   background-color:black;
   border-radius: 10px;
   transform-origin: bottom right;
   transition: transform 0.5s ease-out;
   }
   .country a:hover::after{
     transform: scaleX(1);
     transform-origin: bottom left;
   }
   .links{
    width: 100%;
    padding: 10px;
    display: flex;
   }
   .lefts{
   width: 20%;
   }
   .lefts p{
    padding: 30px;
    opacity: .8;
   }
   .rights{
    width: 80%;
    gap: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .rights a{
    position: relative;
    display: grid;
    margin-top: 20px;
    font-size: 20px;
    opacity: .8;
    grid-template-columns:1fr;
    width: fit-content;
    color: black;
   }
   .rights a::after{
    content: '';
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   height: 2px;
   bottom: 0;
   left: 0;
   background-color:black;
   border-radius: 10px;
   transform-origin: bottom right;
   transition: transform 0.5s ease-out;
   }
   .rights a:hover::after{
     transform: scaleX(1);
     transform-origin: bottom left;
   }
   .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .lft{
    display: flex;
    align-items: center;
   }
   .line{
    font-size: 40px;
    padding: 10px;
    font-weight: 50;
    opacity: .8;
    margin-right: 18px;
   }
   .rgt{
 margin-right:70px;
 font-size: 50px;
 opacity: .8;
   }
 
   /* Home Page End */

   .newlogin{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 600px;
    background-color:black;
    opacity: .4;
}
.box{
    display: none;
    width: 23%;
    height: 450px;
    border-radius: 20px;
    background-color:white;
    position: fixed;
    top: 10%;
    z-index: 999;
    left: 30%;
    padding: 30px;
    box-shadow: 2px 2px 20px 2px black;
}
.box h1{
    margin-left:12px;
    margin-top: 15px;
    font-weight: 900;
}
.box p{
    padding: 12px;
    margin-bottom: 10px;
    font-size: 17px
}
.button-facebook{
    padding: 10px;
    font-size: 17px;
    color: white;
    margin-bottom: 15px;
    background-color: rgb(108, 108, 245);
    border-radius: 5px;
    border: none;
    width: 95%;
   margin-left: 10px;
}
.google{
    padding: 10px;
    border: 1px solid;
    font-size: 17px;
    background-color: azure;
    margin-left: 11px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.apple{
    padding: 10px;
    border: 1px solid;
    font-size: 17px;
    background-color:black;
    color: white;
    margin-left: 11px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.or{
   display: flex;
   align-items: center;
   justify-content: center;
}
#logins{
    padding: 10px;
    border: 1px solid;
    font-size: 17px;
    background-color:#f3096b;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    width: 95%;
    margin-left: 11px;
    margin-bottom: 15px;
    border-radius: 5px;
}
 #signups{
    padding: 10px;
    border: 1px solid;
    font-size: 17px;
    display: flex;
    justify-content: center;
    width: 95%;
    margin-left: 11px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.cross{
    position: absolute;
    top: 2%;
    right: 3%;
    border: 1px solid;
    font-size: 17px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    transition: .2s;
}
.cross:hover{
   transform: scale(1.09);
}


    /* Login or signup End */

    .signupform{
        display: none;
        width: 20%;
        height: 400px;
        border-radius: 20px;
        background-color:white;
        position: fixed;
        top: 13%;
        z-index: 999;
        left: 30%;
        padding: 30px;
        box-shadow: 2px 2px 20px 2px black;
    }
    .signupform input[type="text"]{
        margin: 10px;
        margin: 10px;
        padding: 10px;
        width: 80%;
        outline: none;
        border: none;
       border-bottom: 1px solid #f3096b;
       font-size: 19px;
    }
    .signupform input[type="email"]{
        margin: 10px;
        padding: 10px;
        width: 80%;
        outline: none;
        border: none;
       border-bottom: 1px solid #f00d6b;
       font-size: 19px;
    }
    .signupform input[type="password"]{
        margin: 10px;
        padding: 10px;
        width: 80%;
        outline: none;
        border: none;
       border-bottom: 1px solid #f00d6b;
       font-size: 19px;
    }
    #signupok{
        width: 95%;
        height: 40px;
        padding: 5px;
        margin-top: 10px;
        border-radius: 5px;
        font-size: 19px;
        border: none;
        background-color: #f00d6b;
    }
    .checkbox{
        display: flex;
        align-items: center;
        font-size: 19px;
        margin-top: 10px;
    }
    .already{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        font-size: 20px;
    }
.loginform{
    display: none;
       width: 20%;
        height: 300px;
        border-radius: 20px;
        background-color:white;
        position: fixed;
        top: 13%;
        z-index: 999;
        left: 30%;
        padding: 30px;
        box-shadow: 2px 2px 20px 2px black;
}
.loginform input[type="email"]{
    margin: 15px;
    padding: 10px;
    width: 80%;
    outline: none;
    border: none;
   border-bottom: 1px solid #f00d6b;
   font-size: 19px;
}
.loginform input[type="password"]{
    margin: 15px;
    padding: 10px;
    width: 80%;
    outline: none;
    border: none;
   border-bottom: 1px solid #f00d6b;
   font-size: 19px;
}
#loginok{
    width: 95%;
    height: 40px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 19px;
    border: none;
    background-color: #f00d6b;
}
.arrow{
    position: absolute;
    top: 2%;
    left: 4%;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 20px;
    opacity: .7;
    margin-bottom: 5px;
}
.arrow:hover{
    transform: scale(1.09);
}


/* Homepage End */
.homepage{
    display:block;
}
.afterlogin {
    display:none;
}
.locationresturant{
    position: fixed;
    z-index: 999;
    font-size: 17px;
    right: 50%;
    top: 25px;
    font-weight: 700;
    opacity: .8;
}
.account{
    position: fixed;
    width: 185px;
    height: 30px;
    background-color:white;
    font-size: 20px;
    padding: 10px;
    top: 10px;
    right: 5.5%;
    z-index: 999;
}
.mainhome{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: azure;
    box-shadow:-20px -20px 20px 20px black;
}
.mainhome h1{
    padding-left: 30px;
    font-size:50px;
    font-weight: 800;
    opacity: .7;
}
.mainhome img{
    height: 400px;
}
.cityresturant{
    padding: 20px;
}
.cityresturant h2{
    padding-left: 50px;
    padding: 20px;
    font-size: 40px;
    opacity: .7;
}
.resturants{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: fit-content;
    gap:35px;
    margin:20px;
}
.branch{
    position: relative;
    height: 280px;
    width: 360px;
}
.span1{
    position: absolute;
    top: 3%;
    left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 20px;
    color: white;
    background-color: #e00762;
    border-radius: 5px;
    z-index: 990;
}
.span2{
    position: absolute;
    top: 12%;
    left: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    color: white;
    background-color: #e00762;
    border-radius: 5px;
    z-index: 990;
}

.branch img{
    object-fit:cover;
    height: 240px;
    width: 360px;
    border-radius:20px;   
     transition: .3s;
}
.branch img:hover{
    transform: scale(1.09);
  
}
.name{
    display: flex;
    align-items: center;
    justify-content: space-between;
   margin: 0px 20px;
}
.name i{
    color: red;
   background: yellow;
}

.nationality{
    margin-left: 20px;
}

/* Resturants end */
.cityresturant{
    display:block;
}
.orderable{
    display:none;
}
.popular{
    padding: 20px;
    margin-left: 37px;
    font-weight: 800;
    opacity: .9;
   
}
.span{
    display: flex;
    font-size: 30px;
    margin-bottom: 10px;
}
.span img{
    height: 50px;
    width: 40px;
}
.ordered{
    width: 100%;
    display: flex;
}
.quantity{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 60%;
    height: 500px;
    overflow: scroll;
    padding: 10px;
    margin-left: 37px;
    gap: 20px;
    opacity: .8;
   

}
.quantity::-webkit-scrollbar{
    display: none;
}

.quantitityitem{
    display: flex;
    align-items: center;
     padding: 10px;
    justify-content: space-between;
    border: 1px solid grey;
    border-radius: 10px;
    transition: .3s;
}
.quantitityitem:hover{
    background-color: rgb(250, 213, 219);
    transform: scale(1.01);
}
#names{
    font-size: 35px;
    opacity: .8;
}
.price{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.minprice{
    color: #f00d6b;
    font-size: 25px;
}
.maxprice{
text-decoration: line-through;
}
.inform{
    margin: 10px;
    font-size: 20px;
}
.images{
    position: relative;
}
.img img{ 
    border-radius: 10px;
    height: 100px;
}
.plus{
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    bottom: 0px;
    height: 30px;
    width: 30px;
    z-index: 999;
    font-size: 30px;
    border-radius: 50%;
    background-color:white;
    border: 1px solid grey;
}
.plus:hover{
    background-color: rgb(194, 187, 187);
    transform: scale(1.01);
}
.cart{
    position: relative;
    width: 30%;
    margin-left: 20px;
    border: 1px solid grey;
    height: 500px;
    border-radius: 10px;
    overflow: scroll;
}
.cart::-webkit-scrollbar{
    display: none;
}
.cartempty{
    display: block;
}
.details{
   width: 350px; 
   height: 70px;
   background-color: rgb(248, 241, 241);
  margin: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.delivery{
    width: 160px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    margin: 5px;
    border:1px solid grey;
    outline: none;
    background-color:rgb(228, 221, 221);
}
.delivery:hover{
background-color: rgb(236, 187, 195);
transform: scale(1.01);
}
.picked{
    width: 160px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
    margin: 5px;
    border:1px solid grey;
    outline: none;
    background-color: white;
}
.picked:hover{
    background-color: rgb(214, 208, 208);
    transform: scale(1.01);
}
.imagess{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.informationcart{
    display:grid;
    margin: 10px;
    justify-content: center;

}
.headings{
    display: flex;
align-items: center;
justify-content: center;
margin: 10px;
}
.paras{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px; 
}
#payment{
    width: 350px; 
    height: 50px;
    background-color:#f00d6b;
   margin: 20px;
   outline: none;
   border: none;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 20px;
}
.paymentsdetail{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.total{
    display: flex;
    align-items: center;
    margin: 10px;
    gap: 5px;
}
.entry{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    margin-bottom: 30px;
}
.entry img{
    height: 120px;
    width: 120px;
    border-radius: 10px;
}
.delete{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: -15px;
    font-size: 20px;
    gap: 10px;
    color: white;
    height: 30px;
    width: 70px;
    border-radius: 15px;
}
.delete i:hover{
    transform: scale(1.09);
}



