/*

Theme Name: Dutchman - A Responsive Restaurant Template

   Author: Code-Genie

   Version: 1.0.0

   Created: October 2021

   File Description:Main CSS file of the template

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700");

@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700';



@font-face {

  font-family: "Ionicons";

  src: url("../fonts/fonts-ionicons.eot");

  src: url("../fonts/fonts-ionicons.eot#iefix") format("embedded-opentype"), url("../fonts/fonts-ionicons.ttf") format("truetype"), url("../fonts/fonts-ionicons.woff") format("woff"), url("../fonts/fonts-ionicons.svg") format("svg");

  font-weight: normal;

  font-style: normal;

}



/***** Google fonts import ************/

/*

Base csss 

*/



:root{

  --primary-color:#63232f;

  --secondary-color:#ecbe73;

  --black-color:#000000;

  --white-color:#ffffff;

  --b-text-color:#657786

}



html, body {

  height: 100%;

}



body {

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  -webkit-text-size-adjust: 100%;

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  color: var(--b-text-color);

  background-color: var(--white-color);

}



a, button {

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  text-decoration: none;

  cursor: pointer;

}



a {

  color: var(--primary-color);

}



a:hover, a:focus {

  color: var(--b-text-color);

}



a, a:hover, a:focus, button:hover, button:focus {

  outline: 0 !important;

  text-decoration: none;

}



blockquote {

  font-style: normal;

  font-weight: 400;

  font-size: 15px;

}



label {

  font-weight: 400;

}



button:focus {

  outline: 0 !important;

}



::-moz-selection {

  background-color: #14171a;

  color: var(--white-color);

}



::selection {

  background-color: #14171a;

  color: var(--white-color);

}



/* Typography

================================================== */

h1, h2, h3, h4, h5, h6 {

  margin-top: 0;

  font-family: "Montserrat", sans-serif;

  font-weight: 600;

  color: #14171a;

}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

  font-weight: inherit;

}



h1 {

  font-size: 32px;

  margin-bottom: 30px;

  font-weight: 700;

}



h2 {

  font-size: 28px;

  margin-bottom: 20px;

  font-weight: 700;

}



h3 {

  font-size: 22px;

  margin-bottom: 18px;

  font-weight: 700;

}



h4 {

  font-size: 16px;

  margin-bottom: 10px;

}



h5 {

  font-size: 13px;

}



h6 {

  font-size: 11px;

}



em {

  font-style: italic;

}



strong {

  font-weight: bold;

}



small {

  font-size: 80%;

}



.overflow-hidden {

  overflow: hidden;

}



.full-wid {

  width: 100%;

}



.no-padd {

  padding: 0px;

}



.no-margin {

  margin: 0px;

}



/***spaces**/

.space-10 {

  width: 100%;

  height: 10px;

}



.space-20 {

  width: 100%;

  height: 20px;

}



.space-30 {

  width: 100%;

  height: 30px;

}



.space-40 {

  width: 100%;

  height: 40px;

}



.space-50 {

  width: 100%;

  height: 50px;

}



.space-60 {

  width: 100%;

  height: 60px;

}



.space-70 {

  width: 100%;

  height: 70px;

}



.space-80 {

  width: 100%;

  height: 80px;

}



.space-90 {

  width: 100%;

  height: 90px;

}



.space-100 {

  width: 100%;

  height: 100px;

}



.close {

  text-shadow: none;

  opacity: 1;

}



/**margins**/

.margin-0 {

  margin: 0px;

}



.margin-b-10 {

  margin-bottom: 10px;

}



.margin-b-20 {

  margin-bottom: 20px;

}



.margin-b-30 {

  margin-bottom: 30px;

}



.margin-b-40 {

  margin-bottom: 40px;

}



.margin-b-50 {

  margin-bottom: 50px;

}



.badge-primary {

  background-color: var(--primary-color);

}



.bg-faded {

  background-color: rgba(0, 0, 0, 0.01) !important;

}



.skin-bg {

  background-color: var(--primary-color);

}



.skin-bg .title-1 {

  color: var(--white-color);

}



.skin-bg .subtitle {

  color: var(--white-color);

  opacity: 0.9;

}



.gray-bg {

  background: #f7f9fa;

}



.form-control, input[type="text"], input[type="email"], textarea {

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  border-radius: 0px;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -ms-box-shadow: none;

  box-shadow: none;

  border-radius: 3px;

  background-color: var(--white-color);

  border: 1px solid #d5d5d5;

  min-height: 45px;

  font-size: .9rem;

  font-weight: 400;

}



.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {

  -webkit-box-shadow: 0px 0px 6px 0px rgba(192, 153, 107, 0.28);

  -moz-box-shadow: 0px 0px 6px 0px rgba(192, 153, 107, 0.28);

  -ms-box-shadow: 0px 0px 6px 0px rgba(192, 153, 107, 0.28);

  box-shadow: 0px 0px 6px 0px rgba(192, 153, 107, 0.28);

  border-color: var(--primary-color);

}



.dropcap:first-letter {

  font-size: 30px;

  color: var(--primary-color);

}



.center-img {

  display: block;

  margin: 0 auto;

  text-align: center;

}



.full-img {

  width: 100%;

  height: auto;

}



.text-color {

  color: var(--primary-color);

}



.display-table {

  display: table;

  width: 100%;

  height: 100%;

  position: relative;

  z-index: 1;

}



.verticle-middle {

  display: table-cell;

  vertical-align: middle;

  width: 100%;

  z-index: 2;

  position: relative;

}



.title-1 {

  font-weight: 700;

  text-transform: uppercase;

  font-size: 1.75rem;

  letter-spacing: -1px;

  line-height: 30px;

}



.title-1 span {

  font-weight: 400;

  font-family: "Dancing Script", cursive;

  text-transform: lowercase;

  font-size: 60px;

}



.subtitle {

  text-transform: uppercase;

  color: inherit;

  position: relative;

  display: inline-block;

  padding: 0px 40px;

  font-weight: 600;

  font-size: 11px;

  font-family: "Montserrat", sans-serif;

}



.subtitle:before {

  content: "";

  width: 30px;

  height: 2px;

  background: #eee;

  position: absolute;

  top: 50%;

  margin-top: 0px;

  left: 0;

}



.subtitle:after {

  content: "";

  width: 30px;

  height: 2px;

  background: #eee;

  position: absolute;

  top: 50%;

  margin-top: 0px;

  right: 0;

}



@media (min-width: 991px) {

  .vertical-align-child {

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

    -webkit-align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: row;

    -webkit-flex-direction: row;

  }

}



/**********back to top*************/

.scrollToTop {

  text-align: center;

  background: var(--primary-color);

  color: var(--white-color);

  text-decoration: none;

  position: fixed;

  bottom: 15px;

  right: 15px;

  z-index: 9999;

  display: none;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  font-size: 15px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  border-radius: 3px;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}



.scrollToTop i {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  ;

}



/**preloader**/

/**preloader**/

#preloader {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: var(--white-color);

  z-index: 99999;

}



#preloader-inner {

  position: absolute;

  left: 50%;

  top: 50%;

  font-size: 5px;

  width: 5em;

  height: 5em;

  margin: -25px 0 0 -25px;

  text-indent: -9999em;

  border-top: 0.5em solid var(--primary-color);

  border-right: 0.5em solid rgba(245, 245, 245, 0.5);

  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);

  border-left: 0.5em solid rgba(245, 245, 245, 0.5);

  -webkit-transform: translateZ(0);

  -ms-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-animation: load8 1.1s infinite linear;

  animation: load8 1.1s infinite linear;

}



#preloader-inner,

#preloader-inner:after {

  border-radius: 50%;

  width: 10em;

  height: 10em;

}



@-webkit-keyframes load8 {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@keyframes load8 {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



.table-display {

  width: 100%;

  height: 100%;

  position: relative;

  z-index: 2;

  display: table;

}



.table-cell-display {

  display: table-cell;

  vertical-align: middle;

  width: 100%;

  z-index: 3;

}



/**parallax bg**/

.parallax-background {

  background-attachment: fixed !important;

  background-position: 50% 0;

}



/**boxed layout styles**/

@media (min-width: 1200px) {

  body.boxed {

    background-color: #ddd;

    margin: 0px auto;

    position: relative;

  }



  body.boxed .page-layout {

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    border-radius: 5px;

    overflow: hidden;

    width: 1200px;

    margin: 10px auto;

    background-color: var(--white-color);

  }



  body.boxed .header-top-transparent .top-bar {

    width: 1200px;

    margin: 0 auto;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

  }

}



.error-digit {

  font-size: 140px;

  line-height: 140px;

  margin: 0px;

  font-weight: 400;

}



.abso-img {

  position: relative;

  overflow: hidden;

}



.abso-img a {

  position: absolute;

  left: 50%;

  top: 50%;

  margin-left: -82px;

  margin-top: -22px;

}



.full_screen_hero {

  height: 100%;

  background: url("../images/images-bg11.jpg") no-repeat;

  background-position: 0 0;

  background-attachment: fixed;

  position: relative;

  background-size: cover;

}



.full_screen_hero h3 {

  font-size: 70px;

  line-height: 70px;

  text-transform: capitalize;

  color: var(--white-color);

  margin: 20px 0;

  margin-bottom: 20px;

  font-weight: 400;

  font-family: "Dancing Script", cursive;

}



.full_screen_hero p {

  color: rgba(255, 255, 255, 0.8);

}



/**icon boxes**/

.icon-box {

  margin-bottom: 30px;

}



.icon-box .cat-img {

  width: 120px;

  height: 120px;

  overflow: hidden;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  margin: 0 auto;

  margin-bottom: 20px;

}



.icon-box .cat-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.icon-box i {

  font-size: 60px;

  margin-bottom: 20px;

  display: block;

  text-align: center;

  color: var(--primary-color);

}



.buttons-element button {

  margin: 5px;

}



.modal {

  z-index: 9999;

}



.card .card-block {

  padding: 1.25rem;

}



/*

Button style

*/

.btn {

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  border-radius: 3px;

  border: 0px;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 12px;

  letter-spacing: 1px;

  font-family: "Montserrat", sans-serif;

  padding: 8px 12px 8px;

}



.btn-rounded {

  -webkit-border-radius: 100px;

  -moz-border-radius: 100px;

  -ms-border-radius: 100px;

  border-radius: 100px;

  padding: 12px 30px 10px;

}



.btn-xl {

  padding: 16px 25px 16px;

  font-size: 14px;

}



.btn-lg {

  padding: 12px 20px 12px;

  font-size: 12px;

}



.btn-dark {

  background: var(--black-color);

  color: var(--white-color);

}



.btn-dark:hover, .btn-dark:focus, .btn-dark:visited, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {

  color: var(--white-color);

  background-color: var(--primary-color);

  box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.25);

}



.btn-primary {

  background: var(--primary-color);

  color: var(--white-color);

}



.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {

  color: var(--primary-color);

  background: var(--secondary-color);

  border-color: var(--secondary-color);

  box-shadow: 0px 2px 15px rgba(192, 153, 107, 0.25);

}



.btn-white {

  background: var(--secondary-color);

  color: var(--primary-color);

}



.btn-white:hover, .btn-white:focus, .btn-white.focus {

  color: var(--white-color);

  background: var(--primary-color);

  border-color: var(--primary-color);

}



/*

Top bar styles

*/

.top-bar {

  background-color: transparent;

  padding: 8px 0;

}



.top-bar ul {

  margin: 0px;

  padding: 0px;

}



.top-bar ul li.list-inline-item {

  color: var(--white-color);

  vertical-align: middle;

  padding-left: 0px;

  padding-right: 0px;

}



.top-bar ul li.list-inline-item i {

  font-size: 16px;

  margin-right: 5px;

  vertical-align: middle;

}



.top-bar ul li.list-inline-item a {

  display: block;

  line-height: 30px;

  color: var(--white-color);

  font-size: 16px;

}



.top-bar ul li.list-inline-item.b-table a {

  display: block;

  padding: 13px 18px 13px;

  text-transform: uppercase;

  font-size: 11px;

  font-weight: 600;

  line-height: 1;

  border-radius: 30px;

}



.top-bar ul li.list-inline-item.b-table a {

  background-color: var(--white-color);

  color: #14171a;

}



.top-bar ul li.list-inline-item.lang>a {

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 1px;

}



.top-bar ul li.list-inline-item.lang {

  position: relative;

  padding: 0px;

  margin: 0px;

}



.top-bar ul li.list-inline-item:last-child {

  padding-left: 10px;

}



.top-bar ul.level-2 li a {

  margin: 0px;

}



.top-bar .lang-dropdown.dropdown-menu {

  z-index: 99999;

  padding: .5rem;

  margin-top: .5rem;

  top: 100% !important;

  right: 0 !important;

  left: auto !important;

  transform: none !important;

  -webkit-transform: none !important;

}



.top-bar .lang-dropdown.dropdown-menu .flag {

  margin-right: 10px;

  width: 20px;

  position: relative;

  top: -1px;

}



.top-bar .lang-dropdown.dropdown-menu>li>a {

  display: block;

  color: var(--b-text-color);

  padding: 7px 20px;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 1px;

  font-weight: 400;

  font-family: "Open Sans", sans-serif;

}



.top-bar .lang-dropdown.dropdown-menu>li>a:hover, .top-bar .lang-dropdown.dropdown-menu>li>a:focus {

  background-color: transparent;

  color: var(--primary-color);

}



/**Bootstrap 4 header style**/

.header-top-transparent {

  z-index: 999 !important;

}



.navbar-light.sticky-header {

  z-index: 999 !important;

}



body .sticky-wrapper, body .sticky-wrapper.is-sticky {

  height: auto !important;

}



.navbar-brand>img {

  width: 100%;

}



.navbar-brand>img.logo-scroll {

  opacity: 0;

}



.navbar-nav .nav-link {

  text-transform: uppercase;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 1px;

}



.cart-nav .dropdown-toggle:after {

  content: "";

  display: none;

}



.offcanvas-nav-items .nav-link {

  font-size: 16px;

}



.offcanvas-nav-items .nav-link>i.ion-ios-cart {

  font-size: 20px;

  position: relative;

  top: 3px;

  line-height: 1;

}



.offcanvas-nav-items .nav-link.menu-btn>i {

  font-size: 24px;

  line-height: 1;

  position: relative;

  margin-top: -1px;

  display: block;

  top: 3px;

}



.offcanvas-nav-items .cart-nav .badge {

  font-size: 9px;

  top: 9px;

  right: 10px;

}



@media (min-width: 992px) {

  .navbar-expand-lg.navbar .nav-link {

    padding-top: 1.5rem;

    padding-bottom: 1.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

  }



  .navbar-expand-lg .offcanvas-nav-items .nav-link {

    padding-top: 1.1rem;

    padding-bottom: 1.1rem;

  }



  .navbar-expand-lg .offcanvas-nav-items .nav-link>i {

    line-height: 1;

  }



  .navbar-expand-lg.navbar .nav-item .nav-link {

    line-height: 1;

  }



  .navbar-expand-lg.navbar .nav-item .nav-link>i {

    line-height: 1;

  }



  .navbar-expand-lg.navbar .offcanvas-nav-items .nav-link {

    line-height: inherit;

  }



  .navbar {

    padding-top: 0px;

    padding-bottom: 0px;

  }



  .navbar-light.sticky-header {

    background: transparent !important;

  }



  .header-top-transparent {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999 !important;

  }



  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand>img.logo-scroll {

    opacity: 1;

    display: block;

  }



  .header-top-transparent .sticky-wrapper.is-sticky .navbar-brand>img.logo-default {

    opacity: 0;

    display: none;

  }



  .header-top-transparent .navbar .nav-link {

    color: rgba(255, 255, 255, 1);

  }



  .header-top-transparent .navbar-light .navbar-nav .active>.nav-link, .header-top-transparent .navbar-light .navbar-nav .nav-link.active, .header-top-transparent .navbar-light .navbar-nav .nav-link.show, .header-top-transparent .navbar-light .navbar-nav .show>.nav-link,

  .header-top-transparent .navbar-light .navbar-nav .active>.nav-link, .header-top-transparent .navbar-light .navbar-nav .nav-link.active, .header-top-transparent .navbar-light .navbar-nav .nav-link.open, .header-top-transparent .navbar-light .navbar-nav .open>.nav-link {

    color: var(--primary-color) !important;

  }



  .header-top-transparent .navbar-light .navbar-nav .nav-link:focus, .header-top-transparent .navbar-light .navbar-nav .nav-link:hover {

    color: var(--secondary-color) !important;

    text-decoration: underline;

  }



  .header-top-transparent .sticky-wrapper.is-sticky .navbar-light {

    background: rgba(255, 255, 255, 0.98) !important;

    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    animation: fadeInDown .4s;

    -webkit-animation: fadeInDown .4s;

  }



  .header-top-transparent .sticky-wrapper.is-sticky .navbar .nav-link {
    color: var(--b-text-color);
  }

}



.cart-nav .badge {

  position: absolute;

  top: 6px;

  right: 0px;

}



.pushy {

  z-index: 99999;

}



.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {

  z-index: 9999;

}



.pushy-submenu>a::after,

.pushy-submenu>button::after {

  background: url("../fonts/img-arrow.svg") no-repeat;

}



.pushy-content ul {

  list-style: none;

  padding: 0px;

}



.pushy {

  width: 260px;

  padding-top: 50px;

}



.pushy a, .pushy button {

  text-transform: uppercase;

  font-family: "Open Sans", sans-serif;

  font-weight: 700;

  cursor: pointer;

  padding: 8px 30px;

}



.pushy-left {

  -webkit-transform: translate3d(-260px, 0, 0);

  -ms-transform: translate3d(-260px, 0, 0);

  transform: translate3d(-260px, 0, 0);

}



.pushy-right {

  -webkit-transform: translate3d(260px, 0, 0);

  -ms-transform: translate3d(260px, 0, 0);

  transform: translate3d(260px, 0, 0);

}



.pushy .pushy-submenu a {

  padding: 8px 25px;

  padding-left: 35px;

  font-size: 12px;

  font-weight: 400;

}



.float-right.menu-phone {

  width: 150px;

  margin-left: 15px;

  position: relative;

  top: -2px;

}



@-webkit-keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}



/*

=================

Drop down menu styles

==================

*/

@media (min-width: 992px) {

  .navbar .dropdown-menu {

    display: block;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    -webkit-transform: translateY(10px);

    transition: all .3s;

    -webkit-transition: all .3s;

    border-radius: 5px;

  }



  .navbar .dropdown-menu.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0px);

    -webkit-transform: translateY(0px);

  }



  .navbar .dropdown-submenu>.dropdown-menu {

    transform: translateX(-10px);

    -webkit-transform: translateX(-10px);

  }



  .navbar .dropdown-submenu:hover>.dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateX(0px);

    -webkit-transform: translateX(0px);

  }

}



.dropdown-menu {

  background-color: var(--white-color);

  border: 0px;

  padding: .75rem;

  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

  min-width: 220px;

  margin-top: 0px;

}



.dropdown-menu>li>a {

  color: var(--b-text-color);

  padding: 7px 20px;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 1px;

  font-weight: 400;

}



.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {

  background-color: transparent;

  color: var(--primary-color);

}



/******************



MULTI LEVEL DROPDOWN CSS



*********************/

.dropdown-submenu {

  position: relative;

}



.dropdown-submenu>.dropdown-menu {

  top: -.75rem;

  left: 100%;

  margin-top: 0px;

  margin-left: 0px;

}



.dropdown-submenu>a:after {

  top: 11px;

  right: 15px;

  font-size: 11px;

  content: "\f3d3";

  position: absolute;

  font-weight: normal;

  display: inline-block;

  font-family: "IonIcons";

}



.dropdown-menu.dropdown-cart {

  min-width: 300px;

  padding: 1.25rem;

  right: 0;

  left: auto;

}



.dropdown-menu.dropdown-cart li img {

  margin-right: 15px;

  border-radius: 10px;

  width: 85px;

}



.dropdown-menu.dropdown-cart li:not(:first-child):not(:last-child) {

  padding: 1rem 0;

}



.dropdown-menu.dropdown-cart p {

  opacity: 0.6;

  font-size: .7rem;

  margin-block-end: 0px;

  margin-top: .35rem;

}



.dropdown-menu.dropdown-cart h4 {

  padding-top: .5rem;

  font-size: 14px;

  margin-bottom: 0;

}



.dropdown-menu.dropdown-cart h4 a {

  color: #14171a;

}



.dropdown-menu.dropdown-cart h4 a:hover {

  color: var(--primary-color);

}



.dropdown-menu.dropdown-cart .close {

  color: var(--b-text-color);

  opacity: .6;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

}



.dropdown-menu.dropdown-cart .close:hover {

  opacity: 1;

}



/*

Paginations

*/

.page-link {

  position: relative;

  display: block;

  padding: .5rem .75rem;

  margin-left: -1px;

  line-height: 1.25;

  color: var(--primary-color);

  background-color: var(--white-color);

  border: 1px solid #f5f5f5;

}



.page-link:hover {

  color: var(--primary-color);

}



.page-link:focus {

  box-shadow: none;

}



.page-item.active .page-link {

  z-index: 2;

  color: var(--white-color);

  background-color: var(--primary-color);

  border-color: var(--primary-color);

}



/*

Sidebar layout

*/

.sidebar-widget {

  margin-bottom: 10px;

  padding: 20px 0;

}



.sidebar-widget h4 {

  padding-bottom: 20px;

  margin: 0px;

  text-transform: uppercase;

  font-weight: 700;

  font-size: 13px;

}



.sidebar-widget form {

  position: relative;

}



.sidebar-widget form button {

  position: absolute;

  right: 7px;

  top: 2px;

  background: transparent;

  border: 0;

  height: 100%;

}



.sidebar-widget .recent-post .post-content h5 a {

  color: var(--b-text-color);

}



.cat-list li a {

  display: block;

  border-bottom: 1px solid #eee;

  padding: 5px 0;

  position: relative;

  color: var(--b-text-color);

}



.cat-list li.active a {

  color: var(--primary-color);

}



.cat-list li a:before {

  content: "\f3d6";

  font-family: "Ionicons";

  margin-right: 10px;

}



.tag-list li {

  margin-right: 0;

  margin-bottom: 3px;

  padding: 0;

}



.tag-list li:first-child, .tag-list li:not(:first-child) {

  margin-right: 0;

}



.tag-list li a {

  color: var(--b-text-color);

  display: block;

  line-height: 1;

  padding: .5rem 1rem;

  font-size: 12px;

  border-radius: 30px;

  border: 1px solid #f5f5f5;

  text-decoration: none;

}



.tag-list li a:hover {

  border-color: var(--primary-color);

  color: var(--primary-color);

}



/*

==========================

Slider styles

==========================

*/

/* 

   Main flex slider

*/

/**rev slider**/

.slider-title {

  font-weight: 400;

  color: var(--white-color);

  width: 100%;

  text-align: center;

  text-transform: capitalize;

  letter-spacing: 2px;

  font-family: "Dancing Script", cursive;

  /* padding: 12px 20px 14px; */

  /* border: 1px solid var(--white-color); */

}



.slider-caption {

  color: var(--white-color);

  font-size: 24px !important;

  font-weight: 400;

}



.tp-caption.NotGeneric-Title, .NotGeneric-Title {

  font-family: "Dancing Script", cursive;

  font-weight: 400;

}



.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {

  font-family: "Open Sans", sans-serif;

}



/*flex slider*/

.flex-direction-nav a {

  width: 40px;

  height: 40px;

  line-height: 40px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

  text-align: center;

  font-size: 20px;

  color: #eee;

  text-shadow: none;

}



.flex-direction-nav a:before {

  font-family: 'Ionicons';

  content: "\f3d2";

  display: block;

  color: #eee;

  text-shadow: none;

}



.flex-direction-nav a.flex-next:before {

  content: "\f3d3";

}



.flex-direction-nav a.flex-next {

  text-align: center;

}



.slider-overlay {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-repeat: repeat;

  background-color: rgba(0, 0, 0, 0.8);

  z-index: 1;

}



/**gallery image slider**/

.gallery-slider {

  position: relative;

}



.gallery-slider .flex-direction-nav a {

  background-color: rgba(0, 0, 0, 0.2);

  font-size: 20px !important;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  border-radius: 4px;

}



.gallery-slider:hover .flex-direction-nav .flex-prev {

  left: 10px;

  opacity: 1;

}



.gallery-slider:hover .flex-direction-nav .flex-next {

  right: 10px;

  opacity: 1;

}



/*testimonial slider*/

.testimonials {

  padding-top: 70px;

  padding-bottom: 70px;

  position: relative;

  background-color: var(--white-color);

}



.testi-slider {

  position: relative;

  padding-bottom: 30px;

}



.testi-slider p {

  font-size: 22px;

  font-weight: 300;

  opacity: 1;

}



.testi-slider .testi-info {

  padding-top: 20px;

}



.testi-slider .testi-info img {

  margin-bottom: 10px;

  border-radius: 50%;

  -webkit-border-radius: 50%;

}



.testi-slider .testi-info h4 {

  margin-bottom: 3px;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;

  color: var(--primary-color);

}



.testi-slider .testi-info h4 small {

  font-family: "Open Sans", sans-serif;

  color: #777;

}



.testi-slider .testi-info i {

  color: var(--primary-color);

}



.testi-slider .flex-control-nav {

  bottom: -20px;

  text-align: center;

}



.testi-slider .flex-control-paging li a {

  background: transparent;

  border: 2px solid var(--white-color);

}



.testi-slider .flex-control-paging li a.flex-active {

  background-color: var(--white-color);

  border-color: var(--primary-color);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -ms-box-shadow: none;

  box-shadow: none;

}



@media (max-width: 991px) {

  .main-slider h1 {

    font-size: 4rem;

  }

}



/*

Page breadcrumb

*/

.page-breadcrumb {

  padding: 200px 0 100px;

  background: url(../images/all_mix/21.jpg) no-repeat;

  /* background-attachment: fixed;  */

  background-size: cover !important;

  background-position: center center !important;

  position: relative;

}



.page-breadcrumb:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background-color: rgba(0, 0, 0, 0.4);

}



.page-breadcrumb .container {

  position: relative;

}



.page-breadcrumb h1 {

  color: var(--white-color);

  font-weight: 400;

  text-transform: capitalize;

  font-style: italic;

  font-family: "Dancing Script", cursive;

  font-size: 3rem;

}



/*

Menu Style

*/

.menu-box {

  padding: 1rem;

  border: 1px solid #f5f5f5;

  border-radius: 10px;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}



.menu-box .thumb {

  float: left;

  margin-right: 20px;

  height: 65px;

}



.menu-box .thumb img {

  width: 90px;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

}



.menu-box .menu-content {

  overflow: hidden;

}



.menu-box .menu-content p {

  margin: 0px;

  font-size: inherit;

}



.menu-box .menu-content p::first-letter {

  text-transform: capitalize;

}



.menu-box .menu-content h4 {

  margin-bottom: 3px;

  font-family: "Montserrat", sans-serif;

  border-bottom: 1px dotted #f5f5f5;

  padding-bottom: 5px;

  font-weight: 700;

  text-transform: capitalize;

  font-size: 14px;

}



.menu-box .menu-content h4 a {

  color: inherit;

}



.menu-box .menu-content h4 a:hover {

  color: var(--primary-color);

}



.menu-box .menu-content h4 span {

  float: right;

  display: block;

  font-family: "Montserrat", sans-serif;

}



.menu-box:hover {

  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);

}



/**isoptope**/

.menu-filter-list {

  padding-bottom: 30px;

}



.menu-filter-list li {

  display: inline-block;

  cursor: pointer;

  padding: 3px 0;

  text-transform: capitalize;

  border-bottom: 1px solid #f5f5f5;

  border-radius: 0;

  font-weight: 400;

  margin: 0px 1rem;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}



.menu-filter-list li.is-checked, .menu-filter-list li:hover {

  border-color: var(--primary-color);

  color: var(--primary-color);

}



.menu-grid {

  display: block;

  position: relative;

  overflow: hidden;

}



.menu-grid img {

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}



.menu-grid-desc {

  padding: 1rem 0;

  background: var(--white-color);

  color: #888;

}



.menu-grid-desc .price {

  color: var(--primary-color);

  font-weight: 400;

  font-size: 20px;

  line-height: 29px;

}



.menu-grid-desc h4 {

  padding: 5px 0;

  font-weight: 700;

  text-transform: capitalize;

}



.menu-grid-desc p {

  margin-bottom: 0px;

}



/*

News & Events

*/

.recent-post li {

  padding-bottom: 15px;

}



.recent-post img {

  float: left;

  margin-right: 15px;

}



.recent-post .post-content {

  overflow: hidden;

}



.recent-post .post-content h5 {

  font-weight: 400;

  font-family: "Open Sans", sans-serif;

  font-size: 14px;

  line-height: 1.5;

}



.recent-post .post-content h5 a {

  color: var(--white-color);

}



.recent-post .post-content h5 a:hover {

  color: var(--primary-color);

}



.recent-post .post-content span {

  display: block;

  font-style: italic;

  font-size: 11px;

}



/**blog post**/

.post {

  padding-bottom: 50px;

}



.post .post-thumb {

  height: 230px;

  width: 100%;

}



.post .post-thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.post-detail  .post .post-thumb {

  height: auto;

  width: 100%;

}



.post-detail .post-thumb img {

  width: 100%;

}



.post-meta {

  padding-top: 2rem;

  padding-bottom: 1rem;

}



.post-meta h3 {

  text-transform: capitalize;

  font-weight: 600;

  font-size: 18px;

  margin-bottom: 5px;

}

.post-meta {

  margin-bottom: 15px;

}



.post-meta h3 a {

  color: #14171a;

}



.post-meta h3 a:hover {

  color: var(--primary-color);

}



.post-meta ul {

  margin-bottom: 0px;

}



.post-meta ul li {

  padding: 0px .5rem;

}



.post-meta ul li a {

  color: #999;

  font-weight: 400;

  font-size: 13px;

}



.post-meta ul li a i {

  margin-right: 5px;

}



.post-meta ul li a:hover {

  color: var(--primary-color);

}



.masonry-item .post {

  padding-bottom: 0px;

  overflow: hidden;

  margin-bottom: 30px;

}



.masonry-item .post .post-meta, .masonry-item .post .post-content {

  padding: 15px 0;

}



.masonry-item .post .post-content {

  padding-top: 0px;

}



/**comments**/

.comment-list h5 {

  margin-bottom: 5px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 1px;

}



.comment-list .thumb {

  float: left;

  margin-right: 20px;

}



.comment-list .overflow-hidden>a {

  font-size: 12px;

}



.comment-list li {

  padding: 20px 15px;

  border-bottom: 1px solid #eee;

}



.comment-list li p {

  margin-bottom: 0px;

}



.comment-list li:last-child {

  border-bottom: 0px;

}



/*

Call to actions

*/

.cta-background {

  /* background: url(../images/images-bg10.jpg) no-repeat; */

  background-repeat: no-repeat;

  background-size: cover;

  padding: 150px 0;

  background-attachment: fixed;

  background-position: center center;

  position: relative;

}



.cta-background:before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  position: absolute;

  background-color: rgba(0, 0, 0, 0.7);

}



.cta-background span {

  color: var(--white-color);

  font-size: 20px;

  font-family: "Montserrat", sans-serif;

}



.cta-background p {

  font-size: 35px;

  font-weight: 300;

  line-height: 44px;

  color: var(--white-color);

}



.cta-background-2 {

  background: url(../images/images-bg1.jpg) no-repeat;

  background-size: cover;

  padding: 150px 0;

  background-attachment: fixed;

  background-position: center center;

  position: relative;

}



.cta-background-2 h3 {

  font-size: 1.75rem;

  font-weight: 700;

}



.cta-background-2 p, .cta-background-2 h3 {

  color: var(--white-color);

}



.cta-background-2 p {

  margin-bottom: 30px;

}



.cta-skin {

  background-color: var(--primary-color);

  padding: 60px 0 30px;

}



.cta-skin h3 {

  color: var(--white-color);

  margin: 0px;

  font-weight: 300;

  font-family: "Open Sans", sans-serif;

  font-size: 30px;

}



.cta-skin h3 span {

  color: var(--white-color);

  font-family: "Open Sans", sans-serif;

  display: inline-block;

  margin-left: 20px;

}



.contact-info i {

  display: block;

  float: left;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  background: var(--secondary-color);

  color: var(--primary-color);

  font-size: 20px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

  margin-right: 20px;

}



.contact-info.custom i{

  float: none;

  width: 120px;

  height: 120px;

  margin: 0 auto;

  font-size: 50px;

  line-height: 120px;

  margin-bottom: 15px;

}



.contact-info.custom .info-box{

  text-align: center;

}



.contact-info h4{

  font-size: 20px;

  margin-bottom: 10px;

}

.contact-info h4, .contact-info p {

  color: var(--white-color);

}





.contact-info p {

  margin: 0px;

}



.menu-tabs {

  padding-bottom: 15px;

  padding: 0px;

}



.menu-tabs li {

  padding: 0px;

  margin: 5px;

}



.menu-tabs li a {

  padding: 7px 20px;

  font-size: 12px;

  display: block;

  text-transform: uppercase;

  background: #f5f5f5;

  color: var(--primary-color);

  display: block;

  border-radius: 30px;

  font-weight: 600;

}



.menu-tabs li.active a, .menu-tabs li a:hover, .menu-tabs li a.active {

  background-color: var(--primary-color);

  color: var(--white-color);

}





.chef-box span {

  text-transform: capitalize;

  color: var(--primary-color);

  font-size: 12px;

  font-weight: 600;

}



.chef-box h4 {

  margin-top: 15px;

  margin-bottom: 0px;

  text-transform: uppercase;

}



.about-rakhi {

  background: url("../images/images-bg4.jpg") no-repeat;

  background-position: 0 0;

  background-attachment: fixed;

  position: relative;

  background-size: cover;

  padding: 80px 0;

}



.about-rakhi:before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  position: absolute;

  background-color: rgba(0, 0, 0, 0.7);

}



.about-rakhi h3 {

  font-size: 1.75rem;

  font-weight: 700;

}



.about-rakhi h3, .about-rakhi p {

  color: var(--white-color);

}



/*

Gallery

*/

.gallery-box {

  display: block;

  position: relative;

  overflow: hidden;

}



.gallery-box .gallery-overlay {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}



.gallery-box .gallery-overlay span {

  display: block;

  text-align: center;

  font-size: 80px;

  line-height: 1;

  margin-top: -40px;

  color: var(--white-color);

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  -moz-transform: scale(0);

  -o-transform: scale(0);

  -ms-transform: scale(0);

  -webkit-transform: scale(0);

  transform: scale(0);

}



.gallery-box:hover .gallery-overlay span {

  -moz-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  -webkit-transform: scale(1);

  transform: scale(1);

}



/*

Shop Pages

*/

.product-thumb {

  position: relative;

  overflow: hidden;

  border-radius: 15px;

}



.product-thumb .btn-default {

  background: var(--white-color);

}



.product-thumb .item-link {

  position: absolute;

  display: block;

  z-index: 1;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



.product-thumb .product-item-tools {

  position: absolute;

  z-index: 2;

  bottom: 10px;

  right: 10px;

  text-align: right;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: opacity 0.35s, visibility 0.35s;

  -o-transition: opacity 0.35s, visibility 0.35s;

  transition: opacity 0.35s, visibility 0.35s;

}



.product-detail {

  padding: 10px 0px 0px 0px;

}



.product-detail h4 {

  display: inline-block;

  margin: 0px;

  white-space: normal;

  word-wrap: anywhere;

}



.product-detail h4 a:hover {

  color: #aeaeae;

}



.product-detail span {

  text-align: right;

  display: block;

  font-weight: 700;

  color: #333;

}



.product-box {

  border-radius: 15px;

  border: 1px solid #ddd;

  padding: 10px;

  height: 100%;

}



.product-box:hover .product-thumb .product-item-tools {

  opacity: 1;

  visibility: visible;

}



.product-list .product-box .product-thumb {

  width: 100%;

  height: 220px;

}



.product-list .product-box .product-thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.count-input {

  position: relative;

  width: 100px;

  margin: 0px auto;

}



.count-input input {

  width: 100%;

  height: 36px;

  border: 1px solid #ededed;

  border-radius: 0px;

  background: none;

  text-align: center;

  -webkit-appearance: none;

  -moz-appearance: none;

  -o-appearance: none;

  appearance: none;

}



.count-input .incr-btn {

  display: block;

  position: absolute;

  width: 36px;

  height: 36px;

  font-size: 18px;

  color: #606060;

  font-weight: 300;

  text-align: center;

  line-height: 33px;

  text-decoration: none;

  top: 5px;

  right: 0;

}



.count-input .incr-btn:first-child {

  right: auto;

  left: 0;

}



.cart-table>tbody>tr>td {

  vertical-align: middle;

  text-align: center;

}



.cart-table>tbody>tr>td.item-thumb {

  width: 70px;

}



.shipping-calculator {

  border: 1px solid #eee;

}



.shipping-calculator .form-control {

  margin-bottom: 15px;

}



.shipping-calculator .shipping-calculator-title {

  padding: 15px;

}



.shipping-calculator .shipping-calculator-title h3 {

  margin: 0px;

}



.shipping-calculator .shipping-calculator-fields {

  padding: 15px;

  border-top: 1px solid #eee;

}



.shipping-calculator .shipping-calculator-fields input[type="submit"] {

  display: block;

  width: 100%;

}



.cart-totals {

  border: 1px solid #eee;

}



.cart-totals .cart-totals-title {

  padding: 15px;

}



.cart-totals .cart-totals-title h3 {

  margin: 0px;

}



.cart-totals .cart-totals-fields .table {

  margin-bottom: 0px;

}



.cart-totals .cart-totals-fields .table>tbody>tr>td {

  border-top-color: #eee;

  padding: 10px 15px;

  color: #333;

}



.cart-buttons a {

  margin: 5px;

}



.payment-option label {

  display: inline-block;

  margin-left: 10px;

  font-size: 13px;

  cursor: pointer;

  font-weight: 600;

  font-family: "Montserrat", sans-serif;

  color: #555;

}



.payment-option img {

  margin-left: 10px;

}



/**login-register**/

.login-register-left {

  padding-left: 999px;

  margin-left: -999px;

  padding-bottom: 999px;

  margin-bottom: -999px;

  background: #f9f9f9;

}



.login-register-inner {

  padding: 80px 45px;

  padding-left: 0px;

}



.login-register-container label {

  display: inline-block;

  margin-left: 10px;

  font-size: 13px;

  cursor: pointer;

  font-weight: 400;

  font-family: "Montserrat", sans-serif;

  color: #666;

}



/*

contact page

*/

.contact-wrapper {

  background: var(--primary-color);

}



.address-bg {

  padding: 40px 15px;

  text-align: center;

}



.address-bg h3 {

  color: var(--white-color);

  text-transform: uppercase;

}



.address-bg ul {

  margin: 0px;

}



.address-bg ul li {

  color: var(--white-color);

  font-size: 18px;

  display: block;

}



#markermap {

  width: 100%;

  height: 400px;

}



/*

Footer style

*/

.footer {

  background-color: #14171a;

  padding-top: 50px;

  padding-bottom: 20px;

  color: rgba(255, 255, 255, 0.65);

}



.footer h3 {

  color: var(--white-color);

  font-weight: 700;

  text-transform: uppercase;

  position: relative;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  margin-bottom: 30px;

  padding-bottom: 10px;

  font-size: .8rem;

  font-family: "Montserrat", sans-serif;

}



.footer h3:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 50px;

  height: 1px;

  background-color: var(--primary-color);

}



.footer hr {

  border-color: rgba(255, 255, 255, 0.1);

}



.footer .text-color {

  color: var(--white-color);

  display: inline-block;

  padding-right: 10px;

}



.footer p a {

  color: var(--white-color);

}



.footer p a:hover {

  color: var(--white-color);

  text-decoration: underline;

}



.footer .recent-post .post-content h5 a:hover {

  color: var(--white-color);

  text-decoration: underline;

}



.f-social {

  padding-bottom: 10px;

  margin: 0px;

  margin-top: 20px;

}



.f-social li {

  padding: 0px .5rem;

}



.f-social li a {

  font-size: 1rem;

  color: rgba(255, 255, 255, 0.7);

}



.f-social li a:hover {

  color: white;

}



.datepicker-dropdown {

  background: var(--white-color);

  border: 1px solid #ddd;

  padding: 5px;

}



.reservation-form {

  padding: 40px 30px;

  background-color: #fefefe;

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

  border-radius: 5px;

}



.reservation-form .input-group {

  margin-bottom: 20px;

}



.reservation-form .input-group-addon {

  background-color: #f5f5f5;

  border: 0px;

  padding: .5rem 1rem;

}



.reservation-form .form-control {

  padding-left: 15px;

  border-color: #f5f5f5;

}



label.error {

  position: absolute;

  width: 100%;

  left: 0;

  bottom: -10px;

  color: #f00;

  font-size: 13px;

}



.reservation-form .input-group {

  padding-bottom: 20px;

}



.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {

  background: 0 0;

  color: #eee;

  cursor: default;

}



.reservation-form .alert {

  margin-top: 25px;

  margin-bottom: 0px;

}



/**intro page style**/

.intro-header {

  padding: 130px 0;

  background: var(--primary-color);

}



.intro-header h1 {

  color: var(--white-color);

  margin-top: 30px;

  font-weight: 500;

  text-transform: uppercase;

}



.intro-header p {

  color: #eee;

}



.demo-box {

  display: block;

  position: relative;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 5px;

  -webkit-border-radius: 5px;

}



.demo-box img {

  margin-bottom: 20px;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}



.demo-box:hover {

  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2);

  -moz-transform: translateY(-4px);

  -o-transform: translateY(-4px);

  -ms-transform: translateY(-4px);

  -webkit-transform: translateY(-4px);

  transform: translateY(-4px);

}



/**responsive style**/

@media (max-width: 991px) {

  .offcanvas-nav-items .nav-link>i.ion-ios-cart {

    position: relative;

  }



  .offcanvas-nav-items .hidden-sm-down {

    display: none;

  }



  ul.nav.ml-auto.offcanvas-nav-items {

    position: absolute;

    right: 0;

    top: 0;

  }



  .navbar-toggler {

    border: 0px;

  }



  .navbar-toggler-right {

    margin-right: 30px;

  }



  .navbar-brand>img.logo-scroll {

    opacity: 1;

  }



  .float-right.cart-nav.nav-item {

    position: absolute;

    right: 0;

    top: -5px;

    display: none;

  }



  .cart-nav .badge {

    position: absolute;

    top: 14px;

    right: 2px;

  }



  .navbar-light.sticky-header {

    z-index: 9999 !important;

    background: var(--white-color);

  }



  .header-top-transparent {

    position: static;

  }



  .dropdown-submenu>.dropdown-menu {

    display: block;

  }



  .collapse.show {

    overflow-y: auto;

    /*height: 280px;*/

  }



  .navbar-brand>img {

    position: relative;

    top: 0;

    left: 0;

    margin-left: 15px;

  }



  .navbar-brand>img.logo-default {

    display: none;

  }



  .navbar-light .navbar-toggler {

    padding-left: 0px;

    position: absolute;

    right: 0px;

    top: 8px;

  }



  .navbar-nav {

    padding-left: 15px;

    padding-right: 15px;

  }



.navbar-brand {

  width: 100px;

}





  .navbar-expand-lg>.container {

    position: relative;

  }



  .navbar-expand-lg>.container .ion-ios-cart {

    font-size: 24px;

    position: relative;

  }



  .navbar-light .navbar-toggler {

    padding-left: 0px;

    margin-right: 0;

  }



  .navbar-toggler-icon {

    cursor: pointer;

  }



  .navbar-light {

    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);

  }



  .dropdown-menu {

    box-shadow: none;

    -webkit-box-shadow: none;

  }



  .dropdown-menu .dropdown-item {

    border: 0px;

  }



  .dropdown-menu.dropdown-cart {

    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);

  }



  .top-bar {

    display: none;

  }



  .full_screen_hero h3 {

    font-size: 55px;

    line-height: 55px;

  }



  .login-register-left {

    padding-left: 0;

    margin-left: 0;

    padding-bottom: 0;

    margin-bottom: 0;

    background: var(--white-color);

  }



  .login-register-inner {

    padding: 40px 0;

  }



  .header-top-transparent.one-page-header .navbar.navbar-expand-lg {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

  }



  .dropdown-submenu>.dropdown-menu {

    padding-left: 20px;

    display: block;

    margin-left: 15px;

  }

}



@media (max-width: 767px) {

  .main-content {

    position: relative;

    height: 100%;

  }



  .full_screen_hero h3 {

    font-size: 27px;

    line-height: 27px;

  }



  .menu-tabs li a {

    padding: 10px 15px;

  }



  .space-80 {

    height: 40px;

  }



  .space-100 {

    height: 50px;

  }



  .space-70 {

    height: 35px;

  }



  .parallax-background, .about-rakhi, .cta-background-2, .page-breadcrumb, .full_screen_hero {

    background-attachment: scroll !important;

    background-position: center center !important;

  }

}



@media (max-width: 576px) {

  .navbar-brand>img {

    margin-left: 0px;

  }



  .navbar-expand-lg>.container {

    width: 100%;

    position: relative;

  }

}





.categories .item-box {

  margin-bottom: 40px;

}



.categories .item-box .cat-img {

  width: 180px;

  height: 180px;

  margin: 0 auto;

  border-radius: 50%;

  overflow: hidden;

  position: relative;

  z-index: 2;

  margin-bottom: 15px;

}



.categories .item-box .cat-img:after {

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  border: 2px dashed var(--primary-color);

  position: absolute;

  border-radius: inherit;

  z-index: -1;

  content: "";

  transition: all .3s;

  /* opacity: .5; */

  -webkit-animation: spin 10s linear infinite;

  animation: spin 10s linear infinite;

  opacity: 1

}



.categories .item-box:hover .cat-img:after {

  /* -webkit-animation: spin 10s linear infinite;

  animation: spin 10s linear infinite;

  opacity: 1 */

}



.categories .item-box .cat-img img {

  width: 88%;

  height: 88%;

  top: 50%;

  left: 50%;

  position: absolute;

  object-fit: cover;

  transition: all .5s;

  border-radius: 50%;

  transform: translate(-50%, -50%) scale(1);

  overflow: hidden;

}



.categories .item-box:hover .cat-img img {

  transform: translate(-50%, -50%) scale(1)

}



@keyframes spin {

  0% {

    -webkit-transform: rotate(0);

    transform: rotate(0)

  }



  to {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg)

  }

}