/*---------------
Fonts
----------------*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');
/*---------------
Global
----------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Cairo', sans-serif;
}
img{
    max-width: 100%;
}

/*Start Navbar*/
.navbar{
    background-color: #ececec !important;
}
.navbar .row{
    width: 100%;
}
.navbar img{
    width: 35%;
    
}
.navbar i{
    color: #ec3454;
    font-size: 30px;
    margin: 20px 15px;

}
.navbar .fa-shopping-cart{
    margin-left: 0;
    margin-right: 0;
}
.navbar .fa-user-circle{
    margin-right: 0;
}
.dropdown-menu i{
    color: #000;
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
}
.navbar input{
    background-color: #f3f3f3;
    outline: none;
    border: none;

}
.navbar .custom-form{
    position: relative;
}
.navbar .custom-form input{
    width: 100%;
}
.navbar .custom-form i{
    position: absolute;
    font-size: 30px;
    display: block;
    left: 14px;
    color: #ec3454;
}
.navbar-toggler {
    background-color: none;
    border: none; 
}

.dropdown-toggle::after{
    display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    border: none; 
   
}
.navbar .dropdown-item{
    margin-top: 10px;
}
.navbar-expand-lg .navbar-toggler:focus{
    border: none;
    outline: none;
}
/*End Navbar*/
/*Start Heading*/
.heading{
    background: url('../images/header.jpg') no-repeat center;
    height: 580px;
    position: relative;
}
.heading-info{
    text-align: center !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.heading-info h1{
    font-size: 90px;
    transform: rotate(-15deg);
    margin-bottom: 50px;
}
.heading-info p{
    font-size: 38px;
    margin-bottom: 20px;
}
.heading-info img{
    width: 50%;
}
/*End Heading*/
/*Start Resturant*/
.resturant{
    background: url('../images/favor-bg.png') no-repeat center;
    background-size: cover;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.resturant h1{
    text-align: center !important;
    color: #240041;
    font-weight: 700;
    margin-bottom: 30px;
}
.resturant input , select{
    display: block;
    margin: 20px auto;
    width: 100%;
    outline: none;
    border: none;
    height: 70px;
    border-radius: 20px;
    background-color: #f6f6f6;
    padding-right: 20px;
}
.resturant .box{
    margin: 20px auto;
    width: 90%;
    position: relative;
}
.resturant .box i{
    background-color: #f6f6f6;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18%;
    left: 3px;
    line-height: 50px;
    text-align: center !important;
    font-size: 20px;
    border-radius: 20px;
}
.resturant .order{
    margin-top: 40px;
    margin-bottom: 20px;
}
.resturant .order-box{
    width: 98%;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 20px;
    height: auto;
    padding: 20px;
}
.resturant .order-box h4{
    padding-top: 10px;
    color: #ec3454;
    font-weight: 700;
    margin-bottom: 10px;
}
.resturant .order-box .rate{
    color: #ec3454;
    margin-bottom: 10px;
}
.resturant .order-box .rate i:nth-of-type(4),
.resturant .order-box .rate i:nth-of-type(5){
    color: #240041;
}
.resturant .order-box p{
    margin-bottom: 10px;
    font-weight: 600;
}
.resturant .order-box p.paragraph{
    padding-bottom: 40px;
}
.resturant .order-box .open{
   position: relative;
   padding-top: 20px;
}
.resturant .order-box .open p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.resturant .order-box .open ::before{
    content: '';
    position: absolute;
    right: -35px;
    top: 0;
    /* display: inline-block; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #16bf4e;
}

/*End Resturant*/
/*Start Offer*/
.offer{
    padding-top: 80px;
    padding-bottom: 50px;
}
.offer img{
    display: block;
    margin: 0 auto 40px;
    width: 75%;
}
.offer-info{
    border-radius: 20px;
    background: url('../images/offers-bg.jpg') no-repeat center;
    height: auto;
    text-align: center !important;
    padding: 30px;
    font-size: 22px;
    color: #fff;
    line-height: 2;
    margin-top: 40px;
}
.offer-info a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 250px;
    height: 50px;
    border-radius: 25px;
    background: rgb(232,49,83);
    background: linear-gradient(180deg, rgba(232,49,83,1) 0%, rgba(198,31,79,1) 50%, rgba(166,13,74,1) 100%); 
}

/*End Offer*/
/*Start Download*/
.download{
    background: url('../images/app-bg.png') no-repeat center;
    background-size: cover;
    height: auto;
    padding-top: 60px;
}
.download .download-info{
    padding-top: 50px;
    text-align: center!important;
}
.download h2{
    font-size: 40px;
    color:  #fff;
    margin-bottom: 40px;
  
}
.download a img{
    max-width: 80%;
    
}
.download img{
    max-width: 100%;
}


/*End Download*/
/*Start Footer*/
.footer{
    background: url('../images/footerbg.png') no-repeat center;
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #fff;
}
.info-footer{
    padding-top: 20px;
}
.footer h4{
    margin-bottom: 20px;
    font-size: 28px;
}
.footer h4 img{
    max-width: 30px;
    margin-left: 6px;
}
.footer p{
    width: 75%;
    line-height: 2;
}
.footer .links{
    margin-top: 20px;
    font-size: 30px;
}
.footer .links i{
    color: #fff;
}
.footer .links a:nth-of-type(even){
    margin-left: 15px;
    margin-right: 15px;
}
.footer .custom-img{
    text-align: left !important;
}
.footer .custom-img img{
    max-width: 50%;
    margin-top: 20px;
}


/*End Footer*/
/*Start Responsive*/
@media (min-width: 992px){
    .navbar-expand-lg .navbar-toggler {
        display: block;
        float: left;
    }
    .navbar img{
        margin-right: 30px;
    }
    .navbar-expand-lg .navbar-toggler i{
        margin-left:0 ;
        margin-bottom: 25px;
        margin-top:25px ;
       
    }
   
    .footer .custom-img{
        text-align: left !important;
    }
    
}
@media (max-width: 992px){
    .navbar img{
        max-width: 100%;
        
    }
    .footer p{
        width: 90%;
    }
    .footer .custom-img{
        text-align: right !important;
    }
    .footer .custom-img img{
        max-width: 50%;
        margin-top: 40px;
    }
}
@media (max-width: 787px){
    .heading .user .name{
        padding-right: 0;
    }
    .heading .user .info-name{
         text-align: center !important;
         margin-bottom: 20px;
    }
    .heading .user .rate{
        display: block;
        margin: 10px auto 40px;
    }
  
}
@media (max-width: 575px){
   
    
}
/*End Responsive*/