/* ==============================================
             common css part start
=================================================*/
*{
    margin: 0;
    padding: 0;
    outline: 0;
}
h1,h2,h3,h4,h5,h6,p{
    line-height: 0.8;
    margin: 0;
    padding: 0;
}
ul, ol{
    list-style-type: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/* ==============================================
             common css part end
=================================================*/


/* ==============================================
             Menu part start
=================================================*/

#navbar{
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top:25px;
}
.menu-bar li{
    margin-left: 25px;
}
.menu-bar li a{
    text-transform: uppercase;
    color:#cccccc ;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    transition: all linear 0.4s;
}
.menu-bar li a:hover {
    color: #cdaa7c;
    background: rgba(53, 53, 53, 0.7 );

}

/* ==============================================
             Menu part end
=================================================*/

/* ==============================================
             banner part start
=================================================*/
#banner{
   
    background: url(../images/banner-bg.jpg) no-repeat center;
    background-size: cover;
}
.banner-overlay{
    background: rgba(0, 0, 0, 0.8);
    padding-top: 270px;
    padding-bottom: 250px;
}
.banner-text h2{
    text-transform: uppercase;
    color:#fff ;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 25px;
}
.banner-text h3{
    color:#cdaa7c ;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Satisfy', cursive;
}

/* ==============================================
             banner part end
=================================================*/

/* ==============================================
            available-item heading part  start
=================================================*/
#available-item-part{
    margin-top: 100px;
}
.available-item-text h3{
    color:#333333 ;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 60px;
}
/* ==============================================
             available-item heading part  end
=================================================*/


/* ==============================================
             FOOD item  part  start
=================================================*/
#food-item-part{
    margin-top: 40px;
}
.food-item{
}
.food-img{
    position:relative;   
}
.cart-btn{
    position: absolute;
    z-index: 999;
    margin-top: -50px;
    width: 100%;
    background: #cdaa7c;
    padding: 15px 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.4s;

}
.cart-btn a{
    text-transform: uppercase;
    color:#fff ;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.food-item:hover .cart-btn{
    opacity: 1;
    visibility: visible;
}
.food-text h3{
    padding-top: 20px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.food-icon{
    margin-top: 15px;
    margin-bottom:15px;
}
.food-icon ul i{
    padding-right: 5px;
    color:#ffcc66 ;
    font-size: 15px;
}
.food-text p{
    padding-bottom: 50px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.categories-text h3{
    text-transform: uppercase;
    padding-top: 50px;
    color: #333333;
    font-size: 20px;
    font-weight:700;
    font-family: 'Raleway', sans-serif;
}
.categories-text p{
    padding-top : 25px;
    color: #666666;
    font-size: 15px;
    font-weight:400;
    font-family: 'Raleway', sans-serif;
    transition: all linear 0.4s;
}
.categories-text p:hover {
    color: #cdaa7c;
}
.product-head h3{
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    font-weight:600;
    font-family: 'Raleway', sans-serif;
    margin-bottom:25px;
}
.product-item{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.product-img{
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: #ffcc66;
}
.product-img img{
    height: 75px;
    width: 75px;
    border-radius: 50%;
}
.product-text{
    width: 180px;
    margin-left: 10px;
}
.product-text h3{
    color: #333333;
    font-size: 17px;
    font-weight:500;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px;
    padding-top: 20px;
}
.product-text p{
    color: #999999;
    font-size: 15px;
    font-weight:400;
    font-family: 'Raleway', sans-serif;
}

.view-more-btn{
    margin-bottom: 60px;
}
.view-more-btn a{
    color: #fff;
    font-size: 17px;
    font-weight:500;
    font-family: 'Raleway', sans-serif;
    padding: 15px 20px;
    background:#5a4b38 ;
    border-radius: 5px;
    transition: all linear 0.4s;
}
.view-more-btn a:hover {
    color: #333333;
    background: #cdaa7c;
}
/* ==============================================
             FOOD item   part  end
=================================================*/

/* ==============================================
             footer   part start
=================================================*/
#footer-part{
    background: #181818;
    padding-top: 80px;
}
.footer-item{
    margin:60px 0 ;
}
.footer-text h3{
    padding-bottom: 40px;
    color: #fff;
    font-size: 17px;
    font-weight:500;
    font-family: 'Raleway', sans-serif;
}
.footer-text p{
    padding: 0px 35px;
    line-height: 22px;
    color: #b2b2b2;
    font-size: 15px;
    font-weight:400;
    font-family: 'Raleway', sans-serif;
}
.footer-text h5{
    padding: 0px 90px;
    line-height: 22px;
    color: #b2b2b2;
    font-size: 15px;
    font-weight:400;
    font-family: 'Raleway', sans-serif;
}
.footer-form input{
    border-top-left-radius:20px;
    border-bottom-left-radius: 20px;
    background: #181818;

}
.footer-form input {
	padding: 11px 0px 6px 10px;
	border: 1px solid #8c8c8c;
	color: #b2b2b2;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.footer-form button i{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #b2b2b2;

}
.footer-form button{
    margin-left:-5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #181818;
    border:1px solid #8c8c8c;
}
.footer-icon{
    margin-top:30px ;
}
.footer-icon i{
    padding-left: 10px;
    color: #666666;
	font-size: 20px;
    transition: all linear 0.4s;
}
.footer-icon i:hover {
    color:#cdaa7c ;
}

/* ==============================================
             footer   part  end
=================================================*/

/* ==============================================
             copyright  part  start
=================================================*/
#copyright{
    background: #181818;

}
.copyright-text{
    border-top: 1px solid #8c8c8c;
}
.copyright-text h3{
    padding: 25px 0;
    color: #b2b2b2;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
/* ==============================================
             copyright  part  end
=================================================*/










