@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sacramento&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

@font-face {
    font-family: 'modernline - Personal Use';
    src: url('modernlinePersonalUse.woff2') format('woff2'),
        url('modernlinePersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair", serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #111111;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }

:root {
  --hl: #f6ad0f;
  --grey: #c8c8c8; 
  --light: #e4ab33; 
  --offwhite:#f8e8c6;
  --dark:#111111;
  --darkgrey:#444444;
}

/* -------------- Top -------------- */
.logo{ text-align:center; display: inline-block; width:140px; height:87px; z-index:20; position:relative; }

.top-upper-wrapper{ background-color:#000; padding:8px 0; border-bottom:1px solid var(--darkgrey); }
.welcome-text{ margin: 5px 0; color:var(--grey); }
.call{ margin: 5px 0; color:var(--grey); float: right; }
.call svg{ width:20px; height:auto; fill: var(--grey); }

.socialmedia-menu{text-align:center; width:100%; }
.socialmedia-menu ul {
  list-style: none;
  padding: 0; margin: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; margin: 0 5px; }
.socialmedia-menu ul li a {
  color: #000;
  font-size: 18px;
  text-align: center; padding-top: 5px;
  width: 35px; height: 35px;
  display: block;
  background-color: #c8c8c8; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color: #fff; background-color: var(--hl); }

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }


.top-wrapper {
    text-align: center;
    position: relative;
    z-index: 13;
    padding: 1% 0;
    width: 100%;
    background-color: #000; border-bottom:1px solid var(--darkgrey); }

/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10; text-align: center; width: 100%;
    margin-top: -65px; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: var(--hl);
    font-weight: 500;
    padding: 18px 26px;
    text-decoration: none;
    display: inline-block;
    background: url(../img/menu-hover.png) no-repeat center bottom; background-position-y: 70px;
   }
.top-menu ul li a:hover {
    text-decoration: none;
    color: var(--hl) !important;
    background: url(../img/menu-hover.png) no-repeat center bottom;
    }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu li a.active{ 
    text-decoration: none;
    color: var(--hl) !important;
    background: url(../img/menu-hover.png) no-repeat center bottom; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }

.top-menu ul li:nth-child(3) { margin-right:90px; }
.top-menu ul li:nth-child(4) { margin-left:90px; }
/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 25px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block;  }
.breadcrumb ul li a{ display:block; padding:4px 8px; color:#4e2624 };




.page-title {  text-align: center; width: 100%;}
.page-title h1 { 
  font-family: "Playfair", serif;      
  font-size: 40px; text-align: center;
  font-weight: 800;
  margin-bottom: 10px; width: 100%; 
  color:#000; padding: 0px 15px 14px 1px; 
  display: inline-block;
  background: url(../img/header-bg.png) no-repeat center bottom;
}
.page-wrapper{
   margin: 6% 0;
}
.content-wrapper{}   

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-title2 { }
.page-title2 h1 {
  font-family: "Playfair", serif;      
  font-size: 40px; text-align: left;
  font-weight: 800;
  margin-bottom: 10px; width: 100%; 
  color:#000; padding: 0px 15px 14px 1px; 
  display: inline-block;
  background: url(../img/header-bg.png) no-repeat left bottom;
}

.sub-title{ 
  font-family: "Playfair", serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em; text-align: justify; margin-bottom: 20px;}  

.page-content h2{color: #699a1f;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: #6c3328;  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #699a1f;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #6c3328;  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }
.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.ani1{animation: move 2s infinite;}
@keyframes move {
  0%   {background-color: #fff; color: #000}
  50%  {background-color: #000; color: var(--hl);}
  100% {background-color: #fff; color: #000}
}

.banner-wrapper{ background-color:#000; position:relative;  }
.banner-wrapper video{ line-height:0px; }
.slick-slide{ position:relative; }
.desktop .caption-wrapper2{ position:absolute; z-index: 10; top:38%; left:5%; color:#fff; width:100% } 

.desktop .caption11{ font-size:80px; color:#fff; font-family: "Playfair", serif; font-weight: 800; line-height:75px; }
.desktop .caption22{ font-size:80px; color:var(--hl); font-family: "Playfair", serif; font-weight: 800; line-height:75px; }
.desktop .caption33{}
.desktop .caption44{ margin-top:32%; }
.desktop .caption55{ margin-top:32%; }

.mobile .caption-wrapper{ position:absolute; z-index: 10; top:10%; left:5%; color:#fff; width:100% } 

.mobile .caption11{ font-size:59px; color:#fff; font-family: "Playfair", serif; font-weight: 800; line-height:75px; }
.mobile .caption22{ font-size:59px; color:var(--hl); font-family: "Playfair", serif; font-weight: 800; line-height:75px; }
.mobile .caption33{}
.mobile .caption44{ margin-top:20%; }
.mobile .caption55{ margin-top:20%; }


.desktop .book-table{ border-radius:12px; padding: 12px 20px; display:inline-block; border:2px solid #fff !important; color:#fff; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; background-color:rgba(0, 0, 0, 0.4); 
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
 .desktop .take-away{ border-radius:12px; padding: 12px 20px; display:inline-block; border:2px solid #fff; color:#fff; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; background-color:rgba(0, 0, 0, 0.4); }

.desktop .take-away:hover{ border-radius:12px; padding: 12px 20px; display:inline-block; background-color:var(--hl); color:#000; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; 
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.desktop .book-table:hover{ border-radius:12px; padding: 12px 20px; display:inline-block; background-color:var(--hl); color:#000; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; }


.mobile .book-table{border-radius:12px; padding: 12px 15px; display:inline-block; border:2px solid #fff !important; color:#fff; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; background-color:rgba(0, 0, 0, 0.4); 
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.mobile .take-away{ border-radius:12px; padding: 12px 15px; display:inline-block; border:2px solid #fff; color:#fff; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; background-color:rgba(0, 0, 0, 0.4); }

.mobile .book-table:hover{ border-radius:12px; padding: 12px 15px; display:inline-block; background-color:var(--hl); color:#000; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; }
.mobile .take-away:hover{border-radius:12px; padding: 12px 15px; display:inline-block; background-color:var(--hl); color:#000; text-decoration:none;
 font-family: "Playfair", serif; font-size:20px; font-weight:700; 
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.gallery{ margin:10px 0; padding:5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.gallery a img{ width:100%; height:auto; }

.caption-wrapper .caption1,
.caption-wrapper .caption2,
.caption-wrapper .caption3,
.caption-wrapper .caption4,
.caption-wrapper .caption5  {
    opacity: 0;
    transform: translateX(100px);
} 
/* for zoom
.caption-wrapper .caption1,
.caption-wrapper .caption2,
.caption-wrapper .caption3 {
    opacity: 0;
    transform: scale(0.8);
}
@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
*/

/* Delay each caption */
.caption-wrapper .caption1 {
    animation-delay: 0s;
}
.caption-wrapper .caption2 {
    animation-delay: 1s;
}
.caption-wrapper .caption3 {
    animation-delay: 2s;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* -------------- Home Page -------------- */    
.home-about-wrapper{
  padding: 5% 0;
  background: url(../img/about-bg.jpg) no-repeat right center;
  background-color: var(--offwhite);
}
.about-data{
  font-family: "Playfair", serif; font-size: 23px; line-height: 30px;
}
.ct{font-family: "Playfair", serif; font-size: 30px; font-weight: 600; color: #000;  background: var(--hl); display: block; padding: 20px; text-align: center;}
.book-button{font-family: "Playfair", serif; font-size: 30px; font-weight: 600; color:#fff; text-decoration: none; background: #000; display: block; padding: 20px; text-align: center;}

.feature-wrapper{ margin: 15px 0; border:1px solid var(--grey); background-color:#fff; padding:6px;  }
.f-image img{ width:100%; }
.title1{ text-align: center; font-family: "Playfair", serif; font-size: 30px; line-height: 30px; font-weight: 800; margin: -50px 0 10px 0 }
.title2{ text-align: center; font-family: 'modernline - Personal Use'; margin-bottom: 20px; font-size: 25px; font-weight: bolder; color:var(--hl); }
.home-menu-wrapper{
  background: url(../img/menu-bg.jpg) no-repeat center bottom;
  background-color: #000;
  padding: 6% 0;
}
 /*  tabs css  */
.contentWrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.tabsWrapper {
    width: 100%;
    overflow: hidden;
    height: 55px;
    position: relative;
}
.tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: auto;
}
.tabs li {
    display: inline-block;
    padding: 5px 16px;
    cursor: pointer;
}
.tabs li { font-family: "Playfair", serif; font-size: 24px; font-weight: 600; color: var(--hl);}
.tabs li span{ color:#fff; font-size:20px; }
.tabs li.active {
    background-color:#3e2c07; border-radius: 20px;
}
.next, .previous {
    position: absolute;
    padding: 2px 4px;
    top: 0;
    cursor: pointer;
}
.next svg, .previous svg {
    width: 25px; height: auto;
    fill: #fff;
}

.next {
    right: -35px;
}
.previous {
    left: -35px;
}
.tabContent {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    color:var(--grey);
}
.tabContent a{ display:inline-block; background-color:var(--hl); padding:5px 15px; color:#fff; border-radius:6px; margin:12px 0; text-decoration: none;}
.menu-item-wrapper {
        display: block;
        padding: 5px;        
        border-radius: 6px;
        margin-bottom: 4px;
    }
.menu-title{ font-family: "Playfair", serif; font-size: 18px;
    line-height: 23px; font-weight: 600; border-bottom: 2px dotted var(--grey); margin-bottom:4px; color: var(--hl);
 display: block; width: 100%;}
.menu-price{ font-family: "Playfair", serif; font-size: 20px; font-weight: 600; color:#fff; }
.menu-data{ color:var(--grey); font-size:14px; }

/*  tabs over   */

.menu-image-wrapper{ overflow-x: scroll; display: block !important;}
.menu-image{ margin-right:2px; display:inline-block !important; }
.menu-image img{ width:180px; height:auto;display: block !important; }

.home-location-wrapper{
  background-color: var(--light);
}

.location-block{background-color:#fff; padding: 15px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin:20px 15px;  }
.loc-qr{ text-align:center; }.loc-qr img{ width:100%;}
.location-title{ font-family: "Playfair", serif; font-size: 28px; font-weight:900; }
/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

.contact_us_form input, .contact_us_form select { width: 100%; border-radius: 0px; height: 38px;  margin-bottom: 8px;background: transparent; border: 1px solid #323232;}
.contact_us_form textarea { width: 100%; border-radius: 0px; height: 100px; background: transparent; border: 1px solid #323232; margin-bottom: 0px; }
.contact_us_form .submit{ background-color:#000; color: #e4ab33; border-radius:0; border:0px; width:140px; }
.contact_us_form .submit:hover{ background-color:#e4ab33; color: #000; border-radius:0; border:0px; width:160px; }

/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 3% 0 1% 0;
    background: url(../img/footer-bg.jpg) no-repeat center left;
    background-color: #101010; }    
.footer-inner-wrapper{}
.footer-title { font-size:30px; color:var(--hl); font-weight: 800;  margin-bottom:6px; padding-bottom:18px; background:url(../img/footer-header-bg.png) no-repeat left bottom; }
.footer-data{ margin:20px 0; color:var(--grey); font-size:16px; line-height:32px; }
.footer-data p{ margin:20px 0; color:var(--grey); font-size:16px; line-height:32px; }

.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; border-bottom: 1px solid #454545;}
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #ccc; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}


/* -------------- Footer2 -------------- */
.footer2 {
    padding: 40px 0 20px 0;
    background: url(../img/footer-line.jpg) repeat-x top center;
    background-color: #000; }
.footer2 .copy-text {
    font-size: 15px;
    color:var(--grey); }
.footer2 .wc-text a {
    font-size: 15px;
    text-decoration: none;
    color:var(--grey); }


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 20px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; }
.category-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{font-family: "Gabarito", sans-serif; color: #454545; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.product-wrapper{  margin: 20px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.product-image img{ width:100%; height: auto; padding:4px; }

.product-title a{font-family: "Gabarito", sans-serif; color: #454545; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */

/* -------------- Sign in / Sing up Page -------------- */
.process-page{
  padding: 6% 0; background-color: #eeeeee;
}
.process-page input, .process-page textarea{ border-radius:0px !important; }
.process-page .card{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */