p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.bg-navbar{
    z-index: 1;
}
.bg-navbar::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #565656;
    opacity: 0.4;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: 'Gentium Book Basic', serif;
    font-weight: 700;
    font-size: 21px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-nav .nav-item{
    position: relative;
}
.navbar-nav .nav-item .active::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #C8C5BA;
    left: 0;
    top: 0;

}

.social-nav{
    margin-top: 13px;
}
.social-nav a{
    padding: 0 8px;
}
.social-nav .fa{
    font-size: 20px;
    color: #dab33e;
}

#header-area{
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.header-inner{
    padding: 250px 0px;
}
.header-text h1{
    font-family: 'Yeseva One', cursive;
    font-size: 75px;
    color: #fff;
    background: url(../images/header-text-background.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 70px;
}

.header-button a{
    display: inline-block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.btn-filled{
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}
.btn-filled::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #1D2122;
    opacity: 0.8;
}
.btn-filled.yellow-cl::after{
    background: #D2BA82;
    opacity: 0.7;
}
#about-area{
    background: url(../images/bg-patttern.png);
}
.heading{
    font-family: 'Yeseva One', cursive;
    font-size: 36px;
    color: #cc9900;
    background: url(../images/heading1-bg.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 35px;
}
.about-text p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#igredients-area{
    background: url(../images/ing-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.igredients-text{
    position: relative;
    padding: 50px;
    z-index: 1;
}
.igredients-text::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}
.heading.white-hd{
    color: #fff;
    background: url(../images/heading2-bg.png) no-repeat;
    background-position: center bottom;
}
#food-area{
    background: url(../images/bg-patttern.png)
}
.food-item-heading{
    font-family: 'Yeseva One', cursive;
    color: #c89f2d;
    font-size: 21px;
    border-bottom: 1px solid #dfd1a1;
}
.food-item-heading span{
    float: right;
}
.single-food-item p{
    margin: 0;
}
.single-food-item{
    position: relative;
}
.special{
    border: 1px solid #dfd1a1;
    padding: 7px;
}
.special::before{
    position: absolute;
    content: "Special";
    color: #fff;
    right: -1px;
    top: -31px;
    background: #dfd1a1;
    padding: 3px 5px;
}
#reviews-area{
    background: url(../images/review-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}
.review-text{
    position: relative;
    padding: 100px 60px;
    z-index: 1;
}
.review-text::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}
.review-exm{
    color: #dde0df;
    font-family: 'Gentium Book Basic', serif;
    font-weight: bold;
    font-size: 25px;
}
.review-author{
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
}
#reviewCarousel::before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f10d";
    left: -38px;
    top: -17px;
    font-size: 35px;
    color:#999b99;
}
#contact-area{
    background: url(../images/bg-patttern.png);

}
.contact-image img{
    width: 259px;
}

.contact-text p{
    font-family: 'Lato', sans-serif;
    font-size: 16  px;
    color: #4c4c4c;
}
.contact-form{
    text-align: left;
}
.form-group{
    font-size: 14px;
    color: #c9a131;
    font-weight: bold;
}
.contact-form button{
    padding: 5px 50px;
    
    display: block;
    margin: 0 auto;
    background: #c9a131;
    color: #fff;
    border: none;

}
#footer-area{
    background: #191919;
}

.footer-text .heading{
    font-size: 21px;
    background: url(../images/footer-heading-bg.png) no-repeat;
    background-position: center bottom;
}
.footer-text p{
    font-size: 16px;
    color: #fff;
}
.social-icons .fa,.card-icon .fa{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}

/* Media Quiries */
@media(max-width:992px){
    .navbar-brand img {
        height: 67px;
    }
    .contact-image img{
        width: 240px;
    }
}

@media(max-width:768px){
    .navbar-light .navbar-toggler{
        border-color:#fff;        
    }
    .navbar-light .navbar-toggler {
        color:#fff;    
    }
    .contact-image img{
        width: 150px;
    }
    .social-icons .fa,.card-icon .fa{
        font-size: 15px;
        margin: 0 5px;
    }
}

@media(max-width:576px){
    .header-text h1{
        font-size: 50px;
    }
    .contact-image img{
        width: 240px;
    }
}
@media(max-width:360px){
    .btn-filled{
        margin-bottom: 10px;
    }
    .igredients-text img{
        width: 100%;
    }

    .review-exm{
        font-size: 20px;
    }
    .contact-image img{
        width: 150px;
    }
}