@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/Arial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold';
    src: url('../fonts/newArial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Italic';
    src: url('../fonts/newArial-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold Italic';
    src: url('../fonts/newArial-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/newArialCE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial CE Bold';
    src: url('../fonts/newArialCE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/newArialBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmond';
    src: url('../fonts/Harmond-ExtraBoldExpanded.otf') format('Opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'fabrizio';
    src: url('../fonts/fabrizio.otf') format('Opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
   /*font-family: 'Open Sans', sans-serif;*/
   font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;
   /*background: url(../images/napa-bg.jpg);background-repeat: no-repeat; background-size: cover; background-position: center;*/
}
.wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing:border-box;
}
.padding{
	padding: 0;
}


body a {text-decoration: none;    color: inherit;}
ul{list-style: none;margin: 0;padding: 0;}
p:last-child{margin: 0; padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;}
html {overflow-x: hidden;}
figure { margin: 0;}



.common-sec h1 {padding: 0 0 20px 0;margin: 0;font-size: 46px;line-height: 60px;color: #00502e;font-weight: 700;text-transform: uppercase;font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;}
.common-sec h2 {font-size: 40px; line-height: 50px; font-weight: 600; color: #066518!important; margin-bottom: 30px;text-align:center;}
.common-sec h3 {font-size: 26px; line-height: 32px; font-weight: 700; font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;text-align:left;padding-bottom:10px;color: #ff0000!important;}
.common-sec h4{font-size: 24px; line-height: 30px; font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif; padding: 5px 0 40px 0;}
.common-sec p {font-size: 20px; line-height: 28px;padding-right: 0;padding-bottom: 8px;color: #000;}
.common-sec li {font-size: 20px; line-height: 28px;color: #000; padding: 0 0 10px 0;}
.common-sec ul {margin:0;padding:0;display:inline-block;list-style: none;}

.common-sec a:hover {color:#000;}
.common-padding  {padding:70px 0;}


.header {position:unset;top: 0;z-index: 99999;width: 100%;padding: 5px 0;background:#fcfcfc;}
.menu ul li a {transition:0.5s;color: #066518!important;padding: 0px 16px!important;font-size: 22px;font-weight: 600;font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif;display: inline-block;letter-spacing: 0.5px;background: transparent;position:relative;line-height:28px;}
.menu .nav-item{margin:0 30px 0 0;}
.menu nav{padding:0;}
.menu .nav-item:last-child{margin:0 0 0 12px;}
.menu ul li a:hover{color: #E0010D !important;}

.header-btn a{border:2px solid #EE3F2B;}

.header-btn a{line-height:24px;}

.navbar-nav .header-btn a{color:#fff!important;background: #be1e2d;border-radius: 0px;margin: 0 0 0 22px;border:2px solid #be1e2d;padding: 7px 12px 7px 12px !important;}

.navbar-expand-md .navbar-collapse {justify-content: right;}
.slider {position: relative;}
.sticky {position: fixed !important;top: 0;width: 100%;background-color: #fff;color: #000 !important;z-index: 9999;display: block;box-shadow: 0px 7px 6px #bfb7b7a8;}
.sticky + *{margin-top:100px;}

.slider .carousel-item img {width: 100%;}
.carousel-control-prev img {transform: rotate(180deg);}
.navbar-nav{align-items:center;}

.carousel .carousel-item{background: #000;}
.carousel .carousel-item img{width:100%;}
#slider .carousel-item{background:#000;}

.slider-content { position: absolute; top: 50%; left: 0; right: 0; z-index: 999; transform: translate(0px, -50%); }
#slider{position:relative}
.menu ul li::after{content:'';width:0%;display:block;height:1px;background:#E0010D;transition:0.5s;}
.menu ul li:hover::after{width:100%;}

.phone-number::after{content:unset!important;}
#collapsibleNavbar{justify-content: end;}
.logo p{font-size: 30px; line-height: 42px; color: #fff; text-transform: uppercase; font-weight: 600;font-family: "Cormorant Garamond", serif;}
.menu ul .phone-number a{color: #fff !important; background:#E0010D; padding: 8px 16px!important; display: inline-block; font-size: 20px; line-height: 26px; font-weight: 600; font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif; margin: 0px 0 0 0; border: 1px solid #E0010D; border-radius: 0px;}
.top-header p { color: #fff; font-size: 18px; line-height: 28px; font-weight: 500; font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif; }
.logo img{width:86%;}
.slider-content-col a:hover{background:#0E87CC;border: 1px solid #0E87CC;}
/*.navbar-nav .phone-number a:hover{background:#ff0000!important;color:#fff!important;border:1px solid #ff0000;}*/
.carousel .carousel-control-next, .carousel .carousel-control-prev{width: 7%;}

#collapsibleNavbar .phone-number a:hover{color:#fff!important;background:#066518;border:1px solid #066518;}

/*.header .container{max-width: 1420px;}*/
.container{max-width: 1420px;}




/*Menu css*/

.menu-heading {text-align: center;margin: 0 0 10px 0;}
.menu-heading h1 {font-size: 50px;font-weight: 600;color: #E0010D;}

.menu-sec{background: #fff;}
.menu-title h4{font-size: 22px;line-height: 30px;padding: 0 0 5px 0;text-align: left;letter-spacing: 0.5px;}
.second-price{margin: 0 0 0 10px!important;}
.menu-description{font-size:16px;}
.menu-row {margin-bottom: 0;padding-bottom: 15px;}
.menu-sec .menu-item {display: flex;align-items: baseline;color: #000;}
.menu-sec .menu-item p.price-sec {font-size: 20px;line-height: 27px;color: #000;font-weight: 600;text-align: right;font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif;}
.menu-sec .dots {flex: 1;overflow: hidden;color: #000;margin: 0 10px;font-size: 23px;letter-spacing: 4px;}
.menu-col-heading {text-align: center;}
.menu-col-heading h2 {font-weight: 700;position: relative; padding-top: 0; color: #E0CC00; margin-bottom: 30px;margin-top: 30px;}
.inner-menu p {padding: 0;margin: 0;font-weight: 500;font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;color:#fff;font-size: 18px;line-height: 27px;}
.menu-item h4 {font-size: 20px;line-height: 27px;color: #000;font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif;font-weight:500;}
.menu-item p {font-size: 15px;}
.menu-heading h3{font-size: 26px;line-height: 38px;text-align: center;padding: 15px 12px;font-weight: 600;color: #fff;background: #000;font-family: 'Arial', 'Arial Bold', 'Arial Italic', 'Arial Bold Italic', 'Arial CE', 'Arial CE Bold', 'Arial Black', sans-serif;outline: 2px solid #fff;outline-offset: -8px;border-radius: 25px 0px 25px 0px;}
.menu-heading h2{font-size: 58px; line-height: 70px; font-family: 'Cormorant Garamond'; padding: 0 0 35px 0;color: #ff0000;font-weight: 800;}

.menu-col{padding:0 30px;}

.menu-description{font-size: 18px!important; line-height: 24px!important; color: #000!important; font-family: "Arial", "Arial Bold", "Arial Italic", "Arial Bold Italic", "Arial CE", "Arial CE Bold", "Arial Black", sans-serif;font-weight:500;}
.menu-part{margin: 0 0 25px 0;}
.doordash-logo-inner{background: #ff5200; width: auto; display: block; height: auto;padding: 15px 0 10px 0; outline: 2px solid #fff; outline-offset: -8px; border-radius: 25px 0px 25px 0px;}

.menu-main-heading h1{font-size: 50px; line-height: 60px; font-weight: 600; padding: 0 0 20px 0;color: #000;}
.menu-main-heading{text-align:center;}
.menu-address{font-size: 24px; line-height: 32px; font-weight: 600;color: #000;}

.menu-phone{font-size: 24px;color:#000; line-height: 32px; font-weight: 600;}
.menu-phone:hover{color:#f00;}
.catering-txt{font-size: 30px; line-height: 40px; font-weight: 600; padding: 30px 0; color: #f00;}
.businerss-hrs-sec h4{font-size: 24px; line-height: 32px; font-weight: 600;padding: 0 0 10px 0;color: #000;}
.businerss-hrs-sec p{font-size: 20px; line-height: 28px; padding: 0 0 5px 0; font-weight: 600;color: #000;}
.red-box{margin: 50px 0 0 0;text-align:center;}
.red-box-inner{padding: 15px 10px; background: #f00; color: #fff;border: 4px solid #000;}
.red-box-inner h3{font-size: 26px; line-height: 34px; font-weight: 600;}

.happy-hour-inner-1{border: unset;padding-top: 25px;background:unset;}
.happy-hour-inner-2{border: unset;padding-bottom: 25px;background:unset;}
.happy-hour h3{border-bottom: 2px solid #fff; display: inline-block; margin: 0 0 5px 0;}
.happy-hour{border: 4px solid #000;margin: 20px 0 0 0;outline: 2px solid #fff;outline-offset: -12px;border-radius: 25px 0px 25px 0px;background: #f00;}
.happy-hour-inner-1 p{font-weight:600;}
.happy-hour-inner-2 p{font-weight:600;}
.next-row{margin-top:50px;}
.menu-heading p{font-size: 20px; line-height: 28px; margin: 10px 0 20px 0;color: #000;}
.menu-heading h3 span{display: block; font-size: 18px; line-height: 28px; margin: 10px 0 0 0;}
.menu-row h5{padding: 0 0 5px 0;color:#000;}

.prices-box{outline: 2px solid #fff; outline-offset: -12px; border-radius: 25px 0px 25px 0px;}




@media (min-width: 1200px) and (max-width: 1399.98px) {
    
    
}
