@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
  font-family: eleventh;
  src: url(../lib/eleventh.ttf);
}
body ul li{

list-style: none;
}
body a,html a{
  text-decoration: none;
}
.navigation{
	background: black;
}
.hero-banner .logo-div{
height: 400px;
/*width: 400px;*/
margin: 0 auto;
}
.logo-div{
	height: 200px;
}
.logo-div img{
	height: 100%;
	margin-top:50px;
}
.navbar{
	/*padding: 10px 85px;*/
  position: absolute;
  display: flex;
    justify-content: end;

}
.navbar-nav {
  background: black;
}
.navbar-nav .nav-link{
	color: white !important;
	font-size: 20px;
}
.social ul{
	justify-content: center;
}
.social ul li{
	list-style: none !important;
	margin: 0 12px;
}

.social ul li span{
	color: white !important;
	font-size: 25px;
}
.navbar-nav{
	text-align: center;
}
.navbar-nav .social-icon {
color: white;
font-size: 35px;
margin-right: 20px;
}
.navbar-toggler{
  border:none;
}
.navbar-toggler .toggle_icon,.navbar-toggler .close{
    /*background: #ffca34;*/
    color:white;
    font-size: 35px;

  }
  
  .navbar button[aria-expanded="true"] > span.close {
    display: inline;
    color: #fff;
    opacity: 1;
  }

 .navbar button[aria-expanded="true"] > span.toggle_icon {
    display: none;
  }

  .navbar button[aria-expanded="false"] > span.close {
    display: none;
  }
  .navbar-toggler:focus,
.navbar-toggler:active,
.toggle_icon:focus {
    outline: none;
    box-shadow: none;
}
.feature-div{
  height: 110px;
}
 .hero-banner{
	
    background: url(../images/banner.jpg) #00000075;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
	 
}
.about-banner{
	background: url(../images/about-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hero-banner .banner-text,.about-banner .banner-text{
	display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner h1{
	font-family: eleventh;
    color: white;
    font-size: 35px;
}
.about-banner a,.upper-footer a,.menu-btn a{
	background:#f4b319;
	color: black;
	border: none;
	font-weight: bold;
	padding: 9px 20px;
}
.about-banner a:hover,.upper-footer a:hover,.menu-btn a:hover{
	background:black;
	color: #f4b319 !important;
}
.grid-container,.upper-footer,.copyright {
	background: #181e1e;
}
.grid-container  h3{
	font-family: eleventh;
    color: #f4b317;
    font-size: 22px;
    font-weight: 600;
}
.grid-container p{
	color: white;
	font-size: 18px;
}


.about-banner h4,.breadcrum h4,.menu-breadcrum h4,.extra-breadcrum h4,.contact-breadcrum  h4{
font-family: eleventh;
    color: #f6b31a;
    font-size: 35px;
}
.about-banner p{
color: white;
    font-size: 15px;
    text-align: center;
}


.upper-footer h5{
	color: white;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.btn-div{
	text-align: center;
}
.copyright h6{
  color: #9a9a9a;
  font-size: 18px;
    font-family: emoji;
}

footer{
	background: url(../images/banner-footer.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer .logo-img{
    height: 250px;
    width: 150px;
}
footer h4{
	color: #f4b319;
    font-size: 31px;
    font-weight: 400;
}
footer ul{
	padding: 0;
}
footer ul li, footer ul li a{
	color: white;
	list-style: none;
	font-size: 16px;
	
}
footer ul li{
	    margin: 10px 0px;
	

}


/*aboutpage*/
.breadcrum{
	background: url(../images/about-banner2.webp)  #00000075;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
   background-blend-mode: multiply;
	    padding: 130px 0;
}
.menu-breadcrum{
  background: url(../images/banner2.webp) #8181817a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
   background-blend-mode: multiply;
      padding: 130px 0;
}
.extra-breadcrum{
  background: url(../images/extra.jpg) #00000017;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding: 100px 0;
	
    
}
.about-section{
	background: url(../images/bbq-back.jpg) #4e4d4dad;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.contact-breadcrum{
    background: url(../images/contact.jpg) #00000000;
    background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
   background-blend-mode: multiply;
      padding: 130px 0;
}
.about-intro h4{
      color: #f6b31a;
    font-family: 'eleventh';
    font-size: 20px;
}
.about-section h5{
	font-size: 20px;
    font-family: 'eleventh';
    color:white;
}
.about-section .intro{
	color: #f6b31a;
    font-size: 18px;
    font-family: 'eleventh';
}
.about-para{
	font-size: 18px;
	color: black;
}
.img-card {
	/*    height: 60px;
    width: 60px;*/
    border: 2px solid #f6b413;
    margin: 0 auto;
    border-radius: 50%;
    padding: 18px;
    text-align: center;
}
.about-section .card{
	background: none;
    border: none;
    text-align: center;
        background: #101010;
    padding: 20px 0;
    min-height: 300px;
    border-bottom: 6px solid #f6b413;
    box-shadow: 0px 4px 15px 2px rgba(194,194,194,0.78);
}
.about-section .card-title{
	font-size: 20px;
	color: white;
}
.about-section .card-text{
color: #f3cf98;
}
.testimonial{
	background: url(../images/garlic.png) #2c2c2cc7;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonial .intro{
	font-family: 'eleventh';
    color: white;
    font-size: 17px;
}
.testimonial h3{
	font-family: 'eleventh';
    font-size: 2.5vw;
    color: #f6b413;

}

.testimonial .card{
	border:none;
	padding: 90px 0;
	background: none;
}
.testimonial .card-body{
	background: #d7d7d7;
    margin: 0 15px;
}
.testimonial .card-title{
	color: #ffb500;
    font-weight: bold;
    font-family: sans-serif;
}
.testimonial .slick-arrow{
	border: none;
    background: #f7e3b1a1;
    color: black;
    padding: 6px 23px;
    font-size: 25px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
}
.testimonial .slick-arrow:focus{
	border:none;
	outline: none;
}
.testimonial .slick-next{
	
    top: 0;
    right: 0;
}
.testimonial .slick-prev{
	
    
    opacity: 1;
    z-index: 9999999;
    left: 65%;
}

/*about page*/
/*contact page*/
.aboutpagecontact{
  /*background-color: #f2f7ff;*/
      background: url(../images/garlic.png) #7e7a7a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
  background-attachment: fixed;
}
.aboutcontact{
 padding-bottom: 15%;
}   






.sec5 h3{
  color: #374287;
  font-size: 19px;
}
.aboutpagecontact h2{
  font-family: 'eleventh';
    /* font-weight: bold; */
    font-size: 28px;
    color: #f6b31a;

}
.contact_icon .fa-solid {
  color: white !important;
}

.aboutcontact input[type="text"],.aboutcontact input[type="email"],.aboutcontact input[type="number"],.aboutcontact textarea,.aboutcontact input[type="tel"],.aboutcontact input[type="date"]{
  background: white;
  border-radius: 0;
  border: 1px solid #646464;
  font-family: 'Poppins';
  padding: 13px;
}
.aboutcontact input[type="text"]:focus, .aboutcontact input[type="email"]:focus,.aboutcontact input[type="number"]:focus,textarea[type="text"]:focus{
 background: white;
 border: 2px solid white;
}
.aboutcontact ::placeholder {
  color: grey !important;
}
.aboutcontactinfo{
  position: relative;
  padding: 40px 30px 114px 30px;
  background-color: #2c2b2bb8;
  /*  z-index: 11;*/
}
.aboutcontactinfo h2{
 color: white;

 margin-top: 43%;
}
.aboutcontactinfo :after{
  /*      border-color: white;*/
  border-color: #e0653b;
  position: absolute;
  height: 280px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 29% 59%, 0 33%);
  left: -1px;
  background-color: #f6b31a;
  top: -1px;
  content: "";

}
.contact-para {
	font-size: 18px;
	color: white;
}
.contact_icon span {
    font-size: 21px;
    color: white;
    border: 1px solid #545454;
    padding: 5px 9px;
    background: #f6b31a;
    }
.infohead {
    color: white;
    font-family: 'eleventh';
    
    font-size: 18px;
}
.contactdiv{
	    width: 100%;
    background: #f6b31a;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.callnum label{
	font-size: 20px;
}
/*contact page */
/*menu*/
.menu-section{
	background: #0a0b0d;
}
.menu-section h1,.menu-section h3{
  font-family: 'eleventh';
    font-size: 30px;
    color: white;

}
.menu-section h2{
color: #f3b11a;
    font-family: 'eleventh';
    font-size: 35px;
}
.menu-section h4{
	font-family: 'Poppins';
    color: white;
    font-size: 22px;
}
.menu-section ul li,.menu-section p{
  color: white;
    font-size: 20px;
    font-family: 'Poppins';
}
.menu-section ul li{
  margin: 20px 0;
}
.menu-list h4{
	margin: 40px 0;
}
.menu-list ul li:before{
content: "\f0a4";
    color:#f6b31a;
    font-family: FontAwesome;
    font-size: 25px;
    display: inline-block;
    width: 2em;
}
.price h5{
  color: #f3b11a;
    font-family: 'eleventh';
}
.price ul li{
	font-family: poppins;
    font-size: 22px;
}
.border-menu{
	    border-left: 2px solid #f3b11a;
    border-right: 2px solid #f3b11a;
    border-bottom: 2px solid #f3b11a;
}
.contact_icon{
  width: 70px;
}

.menu-listing label{
    color: white;
    font-size: 20px;
    font-family: 'Poppins';
}
.menu-listing span{
    color: #f6b31a;
   
    font-size: 25px;
}
.menu-listing .list{
    margin:20px 0;
}
.slick-dots{
    display:none !important;
}
/*menu*/
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
.testimonial .card-body {
    margin:0;
}
.aboutcontactinfo h2 {
  margin-top: 70%;
}
.aboutcontactinfo {
  padding: 40px 20px 114px 20px;
}
.callnum label {
      font-size: 15px;
}
.contact_icon span {
  font-size: 17px;padding: 5px 4px;
}
}

.hero-banner h1{
	
    font-size: 35px;
    
    margin-top: 95px;
    margin-bottom:25px;

}
.mob-div{
    text-align:center;
}
footer .mob-div-logo{
    display:flex;
    justify-content:center;
}

@media only screen and (max-width: 767px) {
	
	.aboutcontact input[type="email"],.aboutcontact .type-event,.aboutcontact .venue{
  margin-top: 20px;
}
	
}
@media only screen and (max-width: 820px){
	.feature-div {
		height: 55px !important;
	}
	.extra-breadcrum,.contact-breadcrum,.breadcrum,.hero-banner{
	background-position-x: center;	
    background-position-y: -317px;
	}
	.callnum label {
		font-size:12px;
	}
	.aboutcontactinfo h2 {
   
    margin-top: 70%;
}
}
@media only screen and (min-width: 991px) {
	.feature-div{
  height: 110px;
}
  .navbar{
      padding: 10px 85px;
  }
  .mob-div{
     text-align:left;
    
}
footer .social ul{
	justify-content: flex-start !important;
}
footer .mob-div-logo{
    display:block;
    
}
  .hero-banner h1{
	
    font-size: 50px;
    
  

}

.navbar-nav {
  background: none;
}
.navbar-nav .nav-item .nav-link{
	font-size: 22px;
}
.navbar-nav .nav-item{
	margin: 0 22px;
}
.social ul{
	justify-content: flex-end;
}
.social ul li{
	list-style: none;
	 margin: 0 12px;
}
.social ul li span{
	color: white;
font-size: 35px;
}
.hero-banner{
	padding: 80px 0;
}

.hero-banner a{
	padding: 19px 35px;
}
.grid-container  h3{
	font-size: 37px;
}
.grid-container p{
	    font-size: 22px;
    padding: 0 51px;
}
.about-banner{
	padding: 100px 0;
}
.about-banner h4,.breadcrum h4,.menu-breadcrum h4,.extra-breadcrum h4,.contact-breadcrum h4{

    font-size: 80px;
}
.about-banner p{
	font-size: 23px;
}
.upper-footer h5{
	text-align: left;
	padding-left: 5%;
	font-size: 27px;
}
.btn-div{
	text-align: left;
}
.about-section h5{
		font-size: 35px;
		color: white;
}
.testimonial .slick-prev{
	left: 88%;
}
.contact_icon span {
  font-size: 19px;
      padding: 5px 8px;
}
.aboutcontact input[type="email"],.aboutcontact .type-event,.aboutcontact .venue{
  margin-top: 0px;
}
footer .logo-img{
   
       width: 150px;
    height: 260px;
    margin:0 auto;
}
/*footer .logo-img img{*/
/*        margin-top: -59px;*/
/*    margin-left: -97px;*/
/*}*/
footer ul li, footer ul li a{
    font-size:23px;
}
.menu-section h2 {
    font-size:50px;
}
}



.menu-main-menu-container .menu-item{
        margin: 0 22px;
        padding:10px 0;
} 
.menu-main-menu-container .menu-item a{
        color: white;
    font-size: 18px;
    text-decoration:none;
}
.social-div{
        display: flex;
    color: white;
    list-style: none;
    justify-content: center;
}
.social-div li{
    font-size: 27px;
    margin: 0 10px;
}
.navbar-div{
    background:#000;
    padding:20px 0;
}
.navbar-nav .current-menu-item a,.footer-menu .current-menu-item a{
    color:#f4b317 !important;
}
.mob-div ul li a{
    text-decoration:none;
}
.mob-div ul li a:hover{
     color:#f4b317 !important;
}

.menu-btn{
	text-align:center;
}

@media only screen and (min-width: 991px){
	.menu-btn{
	text-align:left;
}
.navbar-div {
    background: none;
    padding:0;
    
}
.menu-main-menu-container .menu-item{
     padding: 0;
}
.menu-main-menu-container .menu-item a {
    font-size: 22px;
}
.social-div{
    justify-content:flex-start;
}
.footer-menu .menu-item{
       
        padding:4px 0 !important;
} 
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #f6b31a;
    color: white;
}