@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
.top-bar{
    background: #010909;
    padding-bottom: 0rem;
    color: #fff;
    overflow: hidden;}
body{
    font-family: 'Poppins', sans-serif;
}
.header{
    position: relative;
    z-index: 9999;
}
.navbar-light{
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
}
.top-bar .list-unstyled li{
    float: left;
    margin-right: 15px;
    border-left: 1px solid #adadad;
    padding-left: 10px;
}
.top-bar .socail a{
    color: #FFF;
}
.top-bar .socail li{
    border-left-color: transparent;
}
.top-bar .list-unstyled li:first-child{
    border-left-color: transparent;
}
.home-special{
    padding-top: 70px;
    padding-bottom: 3rem;
}
.home-special h2{
    color: #484848;
    font-size: 75px;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.home-special h6{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #7f7f7f;
}
.home-special .nav-tabs > li > a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background: #c2c2c2;
    margin-right: 8px;
}
.home-special .nav-tabs > li > a:hover:before, .home-special .nav-tabs .nav-link.active::before, .home-special .nav-tabs > li.active > a:focus:before, .home-special .nav-tabs > li.active > a:hover:before{
    background: #e7272d;
    color: #555555;
}
.home-special .nav-tabs > li > a{
    font-weight: 600;
}
.home-special .nav-tabs > li > a{
    color: #7f7f7f;
}
.home-special .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .home-special .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    background-color: transparent;
    border-color: transparent;
}
.home-special  .item-food{
    width: 100%;
    overflow: hidden;
}
.home-special  .item-food .item-img img{
    border-radius: 5px;

}
.home-special  .item-food .item-img{
    width: 22%;
    float: left;
}
.home-special  .item-food .item-text{
    width: 63%;
    float: left;
}
.home-special  .item-food .item-text h6{
    color: #000;
}
.home-special  .item-food .item-text p{
    color: #555555;
}
.home-special  .item-food .item-price{
    width: 15%;
    float: left;
    margin-top: 26px;
}
.home-special .item-food .item-price span{
    background: #000000;
    padding: 1.3rem 1rem;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    border-radius: 55px;
}
.home-special .btn-dark, .home-gallery .btn-dark{
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.home-delicious{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background: rgba(000, 000, 000, 0.9);
   
   
}
.home-delicious::before{
    background-image: url(../image/bg-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    
}
.home-delicious h2{
    color: #fff;
    font-size: 75px;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.home-delicious h6{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
}
.home-delicious .nav-tabs > li > a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background: #c2c2c2;
    margin-right: 8px;
}
.home-delicious .nav-tabs > li > a:hover:before, .home-special .nav-tabs .nav-link.active::before, .home-special .nav-tabs > li.active > a:focus:before, .home-special .nav-tabs > li.active > a:hover:before{
    background: sandybrown;
    color: #555555;
}
.home-delicious .nav-tabs > li > a{
    font-weight: 600;
}
.home-delicious .nav-tabs > li > a{
    color: #7f7f7f;
}
.home-delicious .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .home-special .nav-tabs .nav-link .nav-item a:hover, .nav-tabs .nav-link .nav-item a:focus{
    background-color: transparent;
    border-color: transparent;
    color: sandybrown;
}
.home-delicious .nav-tabs > li > a:hover{
    background-color: transparent;
    border-color: transparent;

}
.home-delicious  .item-food{
    width: 100%;
    min-height: 85px;
    overflow: hidden;
}

.home-delicious  .item-food p{
  color: #fff;
}
.home-delicious  .item-food .item-img img{
    border-radius: 5px;

}
.home-delicious  .item-food .item-img{
    width: 18%;
    float: left; 
    margin-right: 10px;
}
.home-delicious  .item-food .item-text{
    width: 85%;
    margin-top: 10px;
    float: left;
    
}
.home-special  .item-food .item-text h6{
    color: #000;
}
.home-delicious  .item-food .item-text p{
    color: #fff;
     /*  border-top: 1px sandybrown solid;*/
}
.home-delicious  .item-food .item-price{
    width: 15%;
    float: left;
    margin-top: 26px;
}
.home-delicious .item-food .item-price span{
    background: transparent;
    padding: 1.2rem 0.5rem;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 55px;
}
.home-delicious  .item-food .item-text .menu-list{
    padding: 0px;
   border-top: 1px sandybrown solid;
    margin-right: 10px;
    padding-top: 5px;
    
}
.home-delicious  .item-food .item-text .menu-list li{
    display: inline-block;
    color: sandybrown;
    font-size: 14px;
}
.home-delicious  .item-food .item-text .menu-list  li:before {
    content: "/";
    color: #fff;
    padding: 5px;
}
.home-delicious  .item-food .item-text .menu-list li:first-child:before{
    content: "";
    padding: 0px;
}
.home-gallery h2{
    color: #333333;
    font-size: 75px;
    text-align: left;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.home-gallery h6{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #555555;
}
.home-gallery{
    padding-top: 70px;
    padding-bottom: 70px;    
}
.gallery-item {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;   
    width: 100%;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}
.gallery-item * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gallery-item img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 10px;
    height: auto;
}
.gallery-item figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
.gallery-item h2,
.gallery-item h4 {
    margin: 0;
  }
.gallery-item h2 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-align: center;
}
.gallery-item h4 {
    font-weight: 400;
    text-transform: uppercase;
  }
.gallery-item i {
    font-size: 32px;
  }
.gallery-item:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
.gallery-item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
.gallery-item:hover figcaption,
.gallery-item.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
.gallery-item:hover:after,
.gallery-item.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }
.foods-col{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000;
    color: #fff;
}
.foods-col .ti-col i{
    font-size: 50px;
    color: #fff;
}
.ml5p{
    margin-left: 5px;
}
.our-features{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: rgba(000, 000, 000, 0.9);
}
.our-features h2{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.our-features::before{
    background-image: url(../image/bg-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    

}
.our-features .card{
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
    border-color: #000000;
    border-radius: 0px;
    
}
.our-features .card .card-title{
    font-weight: 700;
    color: #fff;
}
.our-features .card .card-text{
    color: #999;
}
.our-features .card i{
    color: #fff;
    font-size: 45px;
}
.our-customer{
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-customer .water-wrap {
    font-size: 105px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
.water-wrap {
    color: #f1f1f1;
    font-weight: bold;
    margin-bottom: 0;
    position: absolute;
    z-index: -1;
}
.section-title-area .section-title {
    text-transform: uppercase;
    color: inherit;
    font-family: inherit;
    font-size: 32px;
    font-weight: normal;
}
.section-title-area {
    color: #d8a16c;
    margin: 90px 0 60px;
}

.test-body .card{   
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
    min-height: 290px; 
}
.testimonials-block .btn-dark{
    border-radius: 50px !important ;
}
.news-block{
    padding: 70px;    
    background: #f8f8f8;
}.news-block .card{  
    border-radius: 0px;
    border-width:0px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
}
.news-block .card ul{
    padding:0px;
}
.news-block .card ul li{
    list-style-type: none;
    font-weight: 600;
    display: inline-block;
    color:#555555;
    font-size: 12px;
}

.news-block .btn-primary{
    background-image: linear-gradient( 93.3deg,  rgba(236,80,80,1) 21.5%, rgba(255,97,29,1) 93.9% );
    border-width: 0px;

}
.news-block .card a{
    text-decoration: none;
    color: #333333;
   
}
.news-block .card .card-title{
    font-weight: 600;
    font-size: 24px;

}
.news-block .title  h2{
    font-size: 70px;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.news-block .title h6{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #555555;
}
.news-block .btn-dark{
    border-radius: 50px !important ;
}
.home-our-details{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: rgba(000, 000, 000, 0.9);
}
.home-our-details .title h2{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.12em;
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}
.home-our-details .title h6{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #555555;
}
.home-our-details::before{
    background-image: url(../image/bg-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}
.con-de h2{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.con-de p{
    color: #d3d3d3;
    font-weight: 800;
    font-size: 14px;
}
.con-de .list-unstyled li {
    display: inline;
    font-size: 35px;
    margin-left: 10px;
    color: #fff;
}
.con-de .list-unstyled li a{
    color: #fff;
}
.footer{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #000;
    color: #999999;
}
.footer .title h2{
    color: #fff;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    margin-bottom: 10px;
}
.footer ul li{
    padding: 10px;
}
.footer ul li a{
    color: #999999;
    font-weight: 600;
    text-decoration: none;
}
.footer ul li a:hover{
    color: #e7272d;
  
}
.botom-footer{
    padding-bottom: 1rem;
    background: #000;
    border-top: 1px solid #484848;
    
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    
}
a.back-to-top{
    color: #333333;

}
#back-to-top.btn-light{
    border-radius: 60px;
    padding: 0.6rem 1rem;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.main-bread{
    padding: 2rem;
    background:  rgba(0, 0, 0, 0.8);
  }
  .main-bread .breadcrumb{
    background-color:transparent;
    border-radius: 0px;
    width: 400px;   
    margin: 0 auto;
  }
  .breadcrumb-item + .breadcrumb-item::before{
    content: "|"
  }
  .breadcrumb-item.active{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;

  }
  .breadcrumb-item .bx{
    color: #fbc02d  
  }
  .contact-block{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}
.contact-block .title{
    color: #3c4d6b;
}
.contact-block .card{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04);
    border-color: #f9fafc;
}
.contact-block .cout-box{
    width: 80px;
    height: 80px;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(0,0,0,1) 0%, rgba(64,64,64,1) 90.2% );
    padding: 23px;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    position: relative;
    top: 35px;
    left: 45%;
    z-index: 9;

}
.contact-block .btn-info{
    background-image: linear-gradient( 93.3deg,  rgba(236,80,80,1) 21.5%, rgba(255,97,29,1) 93.9% );
    border-radius: 5px;
    border-width: 0px;
}
#myAwesomeLightbox.modal{
	z-index: 99999 !important;
	top: 25% !important;
}
.gallery .nav-pills .nav-link{
	text-transform: capitalize;
	font-weight: 700;
}
.gallery .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background: #252525;
	color: #fff;
}
.gallery .nav-pills a.nav-link{
	color: #252525;
}
.event .rounded{
	margin: 20px;
}
.event-page{
	background: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 70px;
}
.event-page .card{
	border-color: transparent;
}
.event-page .card h2{
	font-weight: 800;
}
.event-page .card .card-body ul li{
	padding: 2rem;
	float: left;
	background: #f8f8f8;
	margin-left: 1rem;
	border-radius: 10px;
	
}
.single-news{
	padding-top: 70px;
	padding-bottom: 70px;
}
.single-news .title h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .nav-link{
        padding: 0.1rem !important;
       
    }
    .home-special .nav-tabs > li > a{
        font-size: 11px;
    }
    .home-special .item-food .item-text h6{
        font-size: 18px;
    }
    .home-special .item-food .item-text p{
        font-size: 9px;
    }
    .home-special .item-food .item-text {
        width: 60%;       
        margin-left: 8px;
    }
    .home-special .item-food .item-price span{
        padding: 1rem 0.8rem;
        font-size: 12px;
    }
    .home-special .mb-5{
        margin-bottom: 1rem !important;
    }
    .home-special .mt-5{
        margin-top: 1rem !important;
    }
    .home-special .pt-5{
        padding-top: 2rem !important;
    }
    .home-delicious .item-food .item-price span{
        padding: 1rem 0.5rem;
        font-size: 12px;
    }
    .home-special {
        padding-top: 30px;      
    }
    .our-customer .water-wrap{
        font-size: 65px;
    }
    .top-bar .list-unstyled li:first-child{
        display: block;
    }
    .top-bar .list-unstyled li{
        display: none;
    }
    .event-page .event .w-50{
        width: 100% !important;
    }
    .event-page .card .card-body ul li{
        float: none;
        margin-bottom: 10px;
    }
    .event .rounded{
        margin: 0px;
    }
    .event-page .event.pl-3{
        padding-left: 0rem;
    }
    .event-page .ml-4{
        margin-left: 0rem !important;
    }
 }
