@import url("https://fonts.googleapis.com/css?family=Paprika");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;600;700;800&display=swap");

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
/* @import url(fontawesome.min.css); */
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("../fonts/nautilus-webfont.woff2") format("woff2"),
    url("../fonts/nautilus-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #ef4823;
  --main-blue: #71b7e6;
  --main-purple: #9b59b6;
  --main-grey: #ccc;
  --sub-grey: #d9d9d9;
  
  
}

body {
  color: #686868;
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.80857;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 100% !important;
  color: #1f1f1f;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 0.8;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

html,
body {
  height: 100%;
}

/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

#mhead {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-family: georgia;
  position: fixed;
  top: 0px;
  width: 100%;
  margin-bottom: 50px;
  margin-left: -10px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader-animation.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  background: url(../images/icon_top.png) no-repeat;
}

.scrollup:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header {
}
#header {
}
.logo {
  float: left;
}
.header-block-top {
  position: absolute;
  z-index: 11;
  width: 100%;
  top: 0;
  left: 0;
}

.main-menu {
}
.header-block-top .navbar-brand {
  margin: 0 !important;
  padding: 15px 0 15px;
  display: inline-block;
  line-height: normal;
  font-size: 100%;
  height: 100%;
}
.main-menu .navbar-default {
  background-color: transparent;
}
.main-menu .navbar {
  min-height: inherit;
  border-radius: 0px;
  border: none;
  margin: 0px;
}
.main-menu nav .navbar-header .navbar-brand {
  height: inherit;
}
.main-menu .navbar-default .navbar-nav li a {
  color: #fff;
}
.main-menu nav li a {
  padding: 43px 0px 15px;
  margin: 0 14px;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  /* letter-spacing: 1.6px; */
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 600;
  font-size: 16px;
}

.main-menu nav li a::after,
.main-menu nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu nav li a::before {
  background: #b5b5b5;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* .main-menu nav li.active a::after, .main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
} */

.main-menu nav li a:hover::before,
.main-menu nav li a:focus::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a {
  background-color: transparent;
}

/* 
.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #202020;
    transition: 0.5s;
    padding: 10px 0 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
} */

.fixed-menu .navbar-brand {
  padding: 10px 0 10px;
}

.fixed-menu .navbar-brand > img {
  max-width: 150px;
}

.fixed-menu .main-menu nav li a {
  padding: 32px 0px 10px 0;
}

.navbar-header .logo img {
  width: 130px;
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/

.banner {
  /* background:url(../images/banner.jpg) no-repeat center top; */
  /* background-attachment:fixed; */
  background-size: cover;
  height: 600px;
  background-position: bottom right;
  /* min-height:100%; */
}

.banner .container,
.banner .banner-static,
.banner .col-lg-12 {
  height: 100%;
}
.banner-text {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  margin-top: 13rem;
}
.banner-cell {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.banner-text h2 {
  font-family: "Source Sans 3", sans-serif;
  /* letter-spacing: 2.7px; */
  position: relative;
  display: inline-block;
  font-size: 54px;
  line-height: 100px;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 40px;
  color: white;
  font-weight: 800;
}

.banner-text h1 {
  font-family: "Source Sans 3", sans-serif;
  /* letter-spacing: 2.7px; */
  position: relative;
  font-size: 37px;
  line-height: 100px;
  padding-bottom: 0;
}
.banner-text p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 35px;
  margin: 0px;
}

.book-btn a {
  /*background:var(--primary-color);*/
  color: #fff;
  min-width: 219px;
  padding: 10.5px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
.book-btn a:hover {
  border: 3px solid red;
  background: none;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: red;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.banner-cell .mouse {
  position: relative;
  width: calc(16px * 2);
  height: calc(31px * 2);
  margin: 60px auto 20px;
  background: none;
  border: 2px solid white;
  border-radius: calc(16px * 2);
  z-index: 1;
}
.banner-cell .mouse:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(4px * 2);
  height: calc(4px * 2);
  background: none;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-animation-name: scrollWheel;
  animation-name: scrollWheel;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  will-change: transform;
}

@-webkit-keyframes scrollWheel {
  from {
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 20px);
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate(-50%, 20px);
    transform: translate3d(-50%, 20px, 0);
    opacity: 0;
  }

}

@keyframes scrollWheel {
  from {
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 20px);
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate(-50%, 20px);
    transform: translate3d(-50%, 20px, 0);
    opacity: 0;
  }

}

/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main {
  background: #e6e6e6;
}
.pad-top-100 {
  padding-top: 90px;
}
.pad-bottom-100 {
  padding-bottom: 90px;
}

.pad-top-70 {
  padding-top: 70px;
}
.pad-bottom-70 {
  padding-bottom: 70px;
}

.block-title {
  font-size: 36px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
}

.about-images {
  text-align: center;
  position: relative;
}

.about-main h3 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.left-btn {
  padding-top: 10px;
}

.about-images img {
  border: 10px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.about-images img {
  border: 10px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  max-width: 100%;
}

.about-inset {
  position: absolute;
  top: 0;
  right: 0;
}

/*------------------------------------------------------------------
    SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu {
  background: url(../images/special_menu_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.special-menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  position: absolute;
  top: 0;
  left: 0;
}

.title-caption {
  /* letter-spacing: 0.16px; */
  /*padding: 20px 120px;*/
  color: #fff;
  font-size: 18px;
}
.color-white {
  color: #fff;
}

#owl-demo .item {
  margin: 15px;
  position: relative;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.special-box .owl-theme .owl-controls {
  margin: 0px;
}

.item-type-zoom {
  border: 4px solid #fff;
}
.item-type-zoom .item-hover {
  z-index: 5;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}

.item-type-zoom .item-info {
  z-index: 10;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 5;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  bottom: 0px;
}

.item-type-zoom .item-info .headline {
  font-size: 18px;
  width: 75%;
  margin: 0 auto;
  border: 4px solid #ffffff;
  padding: 10px;
}

.item-type-zoom .item-info .line {
  height: 1px;
  width: 60%;
  margin: 15px auto 10px auto;
  background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
  font-size: 14px;
  font-style: italic;
}

.item-hover,
.item-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.item-type-zoom .item-hover:hover {
  opacity: 1;
}

.item-type-zoom .item-hover:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(231, 91, 30, 0.5);
  top: 0px;
  left: 0px;
}

.item-type-zoom .item-hover:hover .item-info {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.special-box {
  padding-bottom: 40px;
}

.special-box .owl-theme .owl-controls .owl-page.active span {
  /*background:var(--primary-color);*/
  height: 16px;
  width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #fff;
  opacity: 1;
  background: #202020;
  height: 16px;
  width: 16px;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/

.menu-main {
}

.menu-main .title-caption {
  color: #666;
}
.tab-title-menu {
  text-align: center;
}

.tab-title-menu h2 {
  border-bottom: 1px solid #666;
  display: inline-block;
  padding-top: 10px;
}

.tab-title-menu p {
  font-size: 35px;
  padding-top: 0px;
}
.tab-title-menu p {
  color: #000;
}

.tab-menu {
  background: #f5f5f5;
  padding: 2px 0px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}

.offer-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.offer-item img {
  width: 20%;
  float: left;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}

.offer-item div {
  width: 60%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.offer-item .offer-price {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  -moz-border-radius: 92px;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000;
  font-size: 26px;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
  /* letter-spacing: .5px; */
}

.offer-item div h3 {
  font-size: 20px;
  margin: 9px 0 0px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  /* letter-spacing: .5px; */
}

.offer-item div p {
  color: #6b6b6b;
}

.tab-menu .slick-prev.slick-arrow {
  display: none;
}
.tab-menu .slider.slider-single {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

.tab-menu .slick-initialized .slick-slide {
  outline: none;
}

.tab-menu .is-active h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tab-menu .is-active p {
  color: #fff;
}

/*------------------------------------------------------------------
    TEAM AREA
-------------------------------------------------------------------*/

.team-main {
  background: url(../images/team_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.team-main:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.team-main .block-title {
  color: #fff;
}

.sf-team {
  float: left;
  width: 100%;
}
.sf-team .thumb {
  float: left;
  width: 100%;
  overflow: hidden;
  /* background: #000; */
}
.sf-team .text-col {
  float: left;
  width: 100%;
  padding: 25px 20px;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.sf-team .thumb a img {
  width: 100%;
}

.sf-team:hover .text-col {
  /* border: 1px solid rgba(0, 0, 0, 0); */
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.sf-team:hover .thumb img {
  opacity: 0.6;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.text-col h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
}

.sf-team:hover .team-social {
  border-color: #fff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.team-social {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  border-top: 1px solid;
}

.team-social li {
  display: inline-block;
  padding: 0 4px;
}

.sf-team:hover .team-social li a {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
  color: #222;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.team-social li a {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #222;
  font-size: 16px;
  display: block;
}

.sf-team:hover .text-col h3,
.sf-team:hover .text-col p {
  color: #fff;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/

.gallery-main {
}

.gallery-main .title-caption {
  color: #666;
}

/* new gallery */

.gal-container {
  padding: 12px;
}
.gal-item {
  overflow: hidden;
  padding: 3px;
}
.gal-item .box {
  height: 300px;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.gal-item a:focus {
  outline: none;
}
.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(231, 91, 30, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
  opacity: 1;
}
.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
  padding: 0px;
}
.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
  outline: none;
}
.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.gal-container .modal-dialogue {
  width: 80%;
}
.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}
.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

/*------------------------------------------------------------------
    BLOG AREA
-------------------------------------------------------------------*/

.blog-main {
  background: url(../images/blog_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.blog-main::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.blog-main h2 {
  color: #ffffff;
}

.blog-box {
  padding-top: 20px;
}

.blog-block {
  background: #fff;
  overflow: auto;
  margin-bottom: 20px;
}

.blog-img-box {
  float: left;
  width: 50%;
  position: relative;
}

.blog-img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0;
  transition: 0.3s all;
  text-align: center;
}

.blog-img-box:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.blog-img-box:hover .overlay {
  opacity: 1;
}

.blog-img-box img {
  width: 100%;
}

.overlay i {
  margin-top: 42%;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}

.blog-dit {
  width: 50%;
  height: 100%;
  float: right;
  text-align: center;
  padding: 65px 2% 0 2%;
}

.blog-dit p {
  font-size: 12px;
  color: #ccc;
}
.blog-dit h2 {
  font-size: 22px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px 30px 13px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.blog-dit h5 {
  font-size: 11px;
  color: #ccc;
}

.blog-btn-v {
  clear: both;
  padding-top: 30px;
  text-align: center;
}

.blog-btn-v a {
  color: #fff;
  min-width: 219px;
  padding: 10.5px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}

.blog-btn-v a:hover {
  background: none;
}

/*------------------------------------------------------------------
    PRICING AREA
-------------------------------------------------------------------*/

.pricing-main {
  /* background: url(../images/full-bg.png) no-repeat center; */
  background-size: cover;
}

.pricing-main h2 {
  font-family: "Source Sans 3", sans-serif;
  /* padding-bottom: 30px; */
}

.pricing-main p {
  /* letter-spacing: 0.16px; */
  padding: 10px 0px 20px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.panel-pricing-in {
  clear: both;
}
.panel-pricing {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}

.pricing-main .panel-heading h3 {
  font-family: "Source Sans 3", sans-serif;
  padding: 15px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
}

.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #202020;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  font-family: "Source Sans 3", sans-serif;
  padding: 10px 15px;
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.panel-body p {
  padding: 0px;
  margin: 0;
}
.panel-body p strong {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 42px;
}

.panel-body p strong span {
  color: var(--primary-color);
}
.panel-pricing {
  border: 1px solid var(--primary-color);
}
.panel-pricing .panel-heading {
  background: var(--primary-color);
}
.pricing-main .panel-footer .btn-block {
  border-radius: 10px;
}
.pricing-main .panel-footer a {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  color: #fff;
  padding: 14px 16px;
}
.pricing-main .panel-footer a:hover {
  background: none;
  color: #202020;
  border: 3px solid red;
}

.panel-pricing {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 18px;
}
.panel-pricing:hover {
  margin-top: -8px;
}

.panel-pricing:hover


/*------------------------------------------------------------------
    RESERVATIONS AREA
-------------------------------------------------------------------*/

.reservations-main {
}

.form-reservations-box {
  width: 70%;
  margin: 0 auto;
}

.reservations-main h4 {
  text-align: center;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  padding-top: 25px;
}

.reservations-main p {
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.reservations-box {
  padding-top: 30px;
}

.form-box {
  margin-bottom: 20px;
  min-height: 53px;
}

.form-box input {
  width: 100%;
  border: 2px dotted #ccc;
  background: #f5f5f5;
  color: #202020;
  padding: 12px;
  text-transform: capitalize;
  border-radius: 4px;
  opacity: 1;
  min-height: 54px;
}

.form-box select {
  width: 100%;
  border: 2px dotted #ccc;
  background: #f5f5f5;
  color: #202020;
  padding: 12px;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.form-box .bootstrap-select button {
  width: 100%;
  border: 2px dotted #ccc;
  background: #f5f5f5;
  color: #202020 !important;
  padding: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form-box select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #202020;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #202020;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #202020;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #202020;
  opacity: 1;
}

.reserve-book-btn {
  padding-top: 30px;
}

.reserve-book-btn button a {
  color: #fff;
}

.reserve-book-btn button:hover {
  background: none;
  color: #202020;
}

.reserve-book-btn button {
  color: #fff;
  min-width: 219px;
  padding: 10.5px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}

.reserve-book-btn button:hover a {
  background: none;
  border: none;
}

textarea:focus,
input:focus,
select:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main {
}
.footer-news {
  background: url(../images/newsletter-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.footer-news::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.ft-title.color-white {
  color: #fff;
}
.ft-title {
  /* letter-spacing: 0.96px; */
  margin-bottom: 22px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 52px;
}

.footer-news p {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
  text-align: center;
}

.footer-news form {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
}

.footer-news form input {
  width: 100%;
  border: 2px dotted #ccc;
  background: #f5f5f5;
  color: #202020;
  padding: 12px;
  text-transform: capitalize;
  border-radius: 4px;
  opacity: 1;
  min-height: 53px;
}
.footer-news form a {
  border: 2px dotted #ccc;
  padding: 0px 19px;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  min-width: inherit;
  height: 53px;
  line-height: 51px;
  color: #ffffff;
}

.footer-news form a:hover {
  background: #f5f5f5;
  color: #202020;
}

.footer-box {
  background: #202020;
}

/*.footer-in-main{
	max-width:960px;
	margin:0 auto;
	width:100%;
}*/

.footer-logo {
  padding-bottom: 40px;
}

.footer-socials {
  margin: 10px 0;
  line-height: 30px;
  padding: 4px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials-box {
  display: table-cell;
  vertical-align: middle;
  margin: 1px 0px;
  padding: 4px;
}
.footer-box {
  background-image: -moz-radial-gradient(
      center,
      ellipse cover,
      rgba(0, 0, 0, 0.57) 0%,
      rgba(0, 0, 0, 0.87) 100%
    ),
    url(..images/footer_background.jpg);
  background-image: -webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(0, 0, 0, 0.57) 0%,
      rgba(0, 0, 0, 0.87) 100%
    ),
    url(../images/footer_background.jpg);
  background-image: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.57) 0%,
      rgba(0, 0, 0, 0.87) 100%
    ),
    url(../images/footer_background.jpg);
  background-color: #111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.socials-box li {
  display: inline-block;
  opacity: 1;
  margin-right: 7px;
}
.footer-box .social-circle-border {
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-circle-border {
  font-size: 20px;
  line-height: 23px;
  margin-right: 2px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: transparent;
  color: #6f6f6f;
  text-align: center;
}

.footer-box-a h3 {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1rem;
}
.footer-box-a p {
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
  line-height: 25px;
}

.footer-box-b h3 {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1rem;
}
.footer-box-b p {
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
}
.footer-box-b ul li {
  line-height: 30px;
}
.footer-box-b ul li a {
  color: #ffffff;
}

.footer-box-b ul li a:hover {
  padding-left: 5px;
}

.footer-box-c h3 {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1rem;
}
.footer-box-c p {
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
}

.footer-box-c p i {
  font-size: 20px;
  position: relative;
  top: 4px;
  float: left;
  min-width: 20px;
  text-align: center;
}

.footer-box-c p span {
  display: table;
  padding-left: 12px;
  padding-top: 1px;
}

.footer-box-c p a {
  color: #ffffff;
}

.footer-box-d h3 {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1rem;
}
.footer-box-d p {
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
}

.footer-box-d ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-box-d ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
}
.footer-box-d ul li p {
  padding: 0px;
  margin: 0px;
}
.footer-box-d ul li span {
  color: #666;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main {
  /* border-top: 2px dotted #fff; */
  text-align: center;
  padding-top: 18px;
  margin-top: 25px;
  padding-bottom: 18px;
}

.copyright-main .copy-title {
  /* letter-spacing: 1px; */
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  padding-bottom: 0px;
}
/*------------------------------------------------------------------
    COLOR SWITCHER AREA
-------------------------------------------------------------------*/

/*--- color switcher ---*/

#color-panel {
  position: fixed;
  width: 180px;
  height: auto;
  top: 150px;
  /*min-height: 200px;*/
  text-align: left;
  border: 1px solid rgba(100, 100, 100, 0.55);
  z-index: 11;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}

.close-color-panel {
  right: -180px;
}

.open-color-panel {
  right: -1px;
}

#color-panel .segment {
  width: 100%;
  padding: 15px 10px 15px 0;
  border: 1px solid rgba(100, 100, 100, 0.55);
  padding: 15px 25px;
  background: rgba(50, 50, 50, 0.95);
}

#color-panel a.panel-button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 47px;
  cursor: pointer;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #d1d1d1;
  background: rgba(100, 100, 100, 0.85);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#color-panel a.panel-button i {
  padding: 7px;
}

#color-panel a.panel-button:hover {
  color: #35cc75;
}

#color-panel h4 {
  margin: 3px auto 15px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
}

#color-panel .segment a.switcher {
  width: 24px;
  height: 35px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
  border: 1px solid #efefef;
  cursor: pointer;
}

.orange-bg {
  background: var(--primary-color);
}

.strong-blue-bg {
  background: #1e69b8;
}

.moderate-green-bg {
  background: #8dc63f;
}

.vivid-yellow-bg {
  background: #fdcb03;
}

/* Colors CSS  */
.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--primary-color);
}
.main-menu .navbar-default .navbar-nav .active a {
  color: white;
}
.main-menu nav li a::after {
  background: var(--primary-color);
}
.typer {
  color: white !important;
}
.banner-text h1 {
  color: #ffee00;
  margin-top: 13px;
}
.book-btn a {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
}
.book-btn a:hover {
  border: 3px solid #f04900;
}
.hvr-underline-from-center::before {
  background: #f04900;
}
.block-title {
  color: var(--primary-color);
}
.item-type-zoom .item-hover:hover::before {
  background: rgba(231, 91, 30, 0.5);
}
.special-box .owl-theme .owl-controls .owl-page.active span {
  background: var(--primary-color);
}
.offer-item div h3 {
  color: var(--primary-color);
}
.tab-menu .is-active {
  background: var(--primary-color);
}
.tab-menu .slick-arrow.slick-prev {
  background: var(--primary-color) url(../../images/back.png) no-repeat center;
  background-position: 2px 4px;
}
.tab-menu .slick-arrow.slick-next {
  background: var(--primary-color) url(../../images/next.png) no-repeat center;
  background-position: 7px 4px;
}

.offer-item .offer-price {
  border: 1px solid var(--primary-color);
}

.gal-item a::after {
  background-color: rgba(231, 91, 30, 0.75);
}

.sf-team:hover{
    background-color: var(--primary-color);
}
.overlay i:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.blog-btn-v a {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
}
.book-srv a {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
}

.panel-pricing .panel-heading {
  background: var(--primary-color);
}
.panel-pricing {
  border: 1px solid var(--primary-color);
}
.panel-body p strong span {
  color: var(--primary-color);
}
.pricing-main .panel-footer a {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
}
.pricing-main .panel-footer a:hover {
  border: 3px solid #f04900;
}

.reserve-book-btn button {
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
}
.reserve-book-btn button:hover a {
  color: #000000;
}
.footer-news form a {
  background: var(--primary-color);
}
.footer-news form a:hover {
  border: 2px dotted var(--primary-color);
}
.footer-box-a h3 {
  color: var(--primary-color);
}
.footer-box-b h3 {
  color: var(--primary-color);
}
.footer-box-c h3 {
  color: var(--primary-color);
}
.footer-box-d h3 {
  color: var(--primary-color);
}
.footer-box-c p a:hover {
  color: var(--primary-color);
}
.footer-box-b ul li a:hover {
  color: var(--primary-color);
}

.footer-box .socials-box a:hover .social-circle-border {
  color: var(--primary-color);
}

.footer-box-c p i {
  color: var(--primary-color);
}

.copyright-main {
  background: var(--primary-color);
}

#color-panel a.panel-button:hover {
  color: var(--primary-color);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
  
}

.badge {
  line-height: 0.8125rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fffefe;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* #menu-list .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
} */

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffefe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

.card-span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0;
}

.h-100 {
  height: 100% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.ps-0 {
  padding-left: 0 !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
  transition: 0.5s;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.p-2 {
  padding: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.fs-0 {
  font-size: 1.5rem !important;
}

.badge {
  line-height: 0.8125rem;
}

.ps-0 {
  padding-left: 0 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-grid {
  display: grid !important;
}

#menu-list .blog-btn-v a {
  color: #fff;
  /* min-width: fit-content; */
  padding: 1.5px 10px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0.35rem;
  width: 85%;
}

.delivery-partner-text{
  padding-bottom: 15px !important;
  padding-top: 10px !important;
}

#menu-list .blog-btn-v a:hover {
  background: none;
  color: var(--primary-color);
}

#menu-list .blog-btn-v {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

#menu-list .info {
  /* padding-left: 20px; */
  text-align: center;
  height: 75px;

}

#menu-list .info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* margin-top: 16px; */
  margin-bottom: 6px;
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
/*   
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%; */

    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis;

}

#menu-list .info span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #f0542c;
  font-family: "Montserrat", sans-serif;
}
#menu-list .info h3 {
  font-size: 20px;
  color: #1a0d01;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.bg-danger {
  background-color: #f17228 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.bg-primary {
  background-color: #25a10d!important;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.food-img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* overflow: hidden; */
  width: 100%;
}

.card:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card {
  border-radius: 1.5rem;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: rgba(28, 28, 28, 0.12) 0px 0.4rem 1.8rem;
}
.card:hover {
  border-color: rgb(232, 232, 232);
  box-shadow: rgba(28, 28, 28, 0.12) 0px 0.4rem 1.8rem;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
}

.food-img {
  overflow: hidden;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.shadow-icon {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 179, 14, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(255, 179, 14, 0.3));
}
.mb-6 {
  margin-bottom: 2rem !important;
}

.bg-primary-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-42.47%, rgba(255, 206, 103, 0.22)),
    to(rgba(253, 237, 202, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 206, 103, 0.22) -42.47%,
    rgba(253, 237, 202, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(255 173 0 / 22%) -42.47%,
    rgb(255 202 155 / 7%) 100%
  );
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* About Us CSS  */
.pb-170 {
  padding-bottom: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.about-area3 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mb-40 {
  margin-bottom: 40px;
}

.section-tittle span {
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 10px; */
  color: #621f1f;
  display: inline-block;
}

.section-tittle h2 {
  font-size: 38px;
  display: block;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1.3;
}
.section-tittle p {
  color: #212025;
  margin-bottom: 30px;
}

.about-area3 form.search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 50px;
}
.about-area3 form.search-box .input-form {
  width: 73%;
  position: relative;
  overflow: hidden;
}

.about-area3 form.search-box .search-form {
  width: 27%;
  overflow: hidden;
}

.about-area3 form.search-box .input-form input {
  height: 60px;
  width: 100%;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 33px 9px 32px;
  border: none;
  border-radius: 0px;
}

.about-area3 form.search-box .search-form button {
  width: 100%;
  height: 60px;
  background: #ff5600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  line-height: 29px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

.services-section h5 {
  margin-top: 2rem !important;
  font-size: 21px;
}

.mt-5 {
  margin-top: 3rem !important;
}
.btn-view-all {
  color: #fffefe;
  padding: 1rem 3.8rem;
  font-size: 16px;
  border-radius: 0.35rem;
  background-color: #ffb30e;
  border-color: #ffb30e;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
}

#banner .book-btn a {
  background: #ffffff;
  /* border: 3px solid var(--primary-color); */
  color: var(--primary-color);
  border-radius: 7px;
  min-width: 0;
  border: none;
  padding: 7.5px 18px;
}

.services-section p {
  line-height: 1.4;
}

/* Fetures Section  */
.features-section .bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.features-section .card-span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0;
}

.features-section .card-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffefe;
  background-clip: border-box;
  border-radius: 0.5rem;
}

.features-section .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.features-section .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.features-section .hr-vertical {
  border-left: 2px solid #cfcfcf;
}

.features-section .shadow-warning {
  -webkit-box-shadow: 0 0 3rem 0 rgba(255, 179, 14, 0.3) !important;
  box-shadow: 0 0 3rem 0 rgba(255, 179, 14, 0.3) !important;
}

.features-section .text-gradient {
  background: -o-linear-gradient(40deg, #fb3c00, #ffb800);
  background: linear-gradient(50deg, #fb3c00, #ffb800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-section .feature-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  /* justify-content: space-between !important; */
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-section h2 {
  font-size: 30px;
}

/*.features-section .row {*/
/*  --bs-gutter-x: 2rem;*/
/*  --bs-gutter-y: 0;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  margin-top: calc(var(--bs-gutter-y) * -1);*/
/*  margin-right: calc(var(--bs-gutter-x) / -2);*/
/*  margin-left: calc(var(--bs-gutter-x) / -2);*/
/*}*/

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .features-section .feature-icon {
    margin-bottom: 30px;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.card-2:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.reservation-area {
  /* background-image: url("../images/reservation-bg.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffe9c7;
}
.section-padding {
  padding: 60px 0;
}

.reservation-area h2 {
  color: var(--primary-color);
  font-size: 42px;
  font-weight: 700;
}

.reservation-area h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}
.template-btn {
  color: #fff;
  background: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  border: 1px solid transparent;
  display: inline-block;
  padding: 10px 30px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}

.template-btn2:hover {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
}

.slider-area .hero-cap h2 {
  font-size: 44px;
  font-weight: 700;
  margin-top: 235px;
  color: white;
}



.banner-area2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,7,16,0.75);
    /* z-index: -1; */
}

.about-bt-text{
    font-size: 24px;
    line-height: 1.4;
}

.section-padding30 {
    padding-top: 35px;
    /* padding-bottom: 140px; */
}



.our-services .single-services {
    padding: 30px 23px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    box-shadow: 0px 10px 30px 0px rgb(66 66 66 / 10%);
    margin-bottom: 15px;

}



.our-services .single-services .services-cap h5 a {
    font-weight: 600;
    font-size: 25px;
    color: #15181d;
    line-height: 1.4;
    /* margin-bottom: 19px; */
    display: block;
    margin: 12px 0 5px 0;

}
.our-services .single-services .services-cap p {
    color: #828282;
    font-size: 14px;
}

 
/* menu page css */
.bg-holder {
    /* position: absolute; */
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}


.bottom-menu-page h2{
    font-size: 4rem;
    margin-bottom: 15px;
} 

.bottom-menu-page .btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #424242;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .7rem 2.7rem;
    font-size: 1.7rem;
    border-radius: .2rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.bottom-menu-page .btn-danger {
    color: #FFFEFE;
    background-color: #F17228;
    border-color: #F17228;
}

.panel-heading {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.panel-footer{
  border-radius: 18px;
}


/* Contact page CSS  */
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.section-header {
  position: relative;
  margin-bottom: 25px;
}

.section-header p {
  color: #719a0a;
  margin-bottom: 5px;
  position: relative;
  font-size: 20px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 45px;
  font-weight: 700;
}

.contact .contact-information {
  /* min-height: 150px; */
  margin: 0 0 30px 0;
  padding: 30px 15px 0 15px;
  background: rgba(0, 0, 0, .04);
}

.contact .contact-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact .contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f04900;
  border-radius: 50px;
} 

.contact .contact-icon i {
  font-size: 18px;
  color: #ffffff;
}

.contact .contact-form iframe {
  width: 100%;
  height: 380px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.contact .contact-form input {
  padding: 20px 15px;
  background: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 16px;
}


.contact .contact-text {
  position: relative;
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.contact .contact-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.contact .contact-social a {
  margin-right: 10px;
  font-size: 18px;
  color: #f04900;
}


/* Registration form CSS  */

.registration-main-top{
    padding: 180px 0 100px;
}

.container form .user__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
}
/* inside the form user details */
form .user__details .input__box {
  width: calc(100% / 2 - 20px);
  margin-bottom: 15px;
}

.user__details .input__box .details {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.user__details .input__box input {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--main-grey);
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user__details .input__box input:focus,
.user__details .input__box input:valid,
.user__details .input__box textarea:focus  {
  border-color: var(--primary-color);
  box-shadow: none;
}

/* inside the form gender details */

form .gender__details .gender__title {
  font-size: 20px;
  font-weight: 500;
}

form .gender__details .category {
  display: flex;
  width: 80%;
  margin: 15px 0;
  justify-content: space-between;
}

.gender__details .category label {
  display: flex;
  align-items: center;
}

.gender__details .category .dot {
  height: 18px;
  width: 18px;
  background: var(--sub-grey);
  border-radius: 50%;
  margin: 10px;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked ~ .category .one,
#dot-2:checked ~ .category .two,
#dot-3:checked ~ .category .three {
  border-color: var(--sub-grey);
  background: var(--main-purple);
}

form input[type="radio"] {
  display: none;
}

/* submit button */
form .button {
  height: 45px;
  margin: 25px 0 10px;
}

form .button input {
  height: 100%;
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 55px;
  background: linear-gradient(135deg, #f0c528, #ff3d00);
  transition: all 0.3s ease;
  border: 1px solid white;
}

form .button input:hover {
  background: linear-gradient(-135deg, #f0c528, #ff3d00);
}

@media only screen and (max-width: 584px) {

  form .user__details .input__box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .gender__details .category {
    width: 100%;
  }


}
.registration-main span{
  font-size: 16px;
  color: rgb(0, 0, 0);
  /* text-shadow: 1px 1px 2px black; */
}

.registration-main ::placeholder {
  color: rgb(170, 170, 170);
}

.registration-main .reg-text{
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 700;
}

.registration-main .reg-col{
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0px 0 20px #0000001f;
  background-color: white;
}



/* Login PAge CSS */

.login-main{
    padding: 180px 0 100px;
}

.login-main form .user__details .input__box {
  width: 100%;
  margin-bottom: 15px;
}



/*Mobile banner*/
#banner-mobile{

    background-size: cover;
    height: 750px;
    background-position: bottom right;

}

.search-section .card-2{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.about-area3{
    margin-top:50px;
    padding:80px 0px;
}

.gallery-sect-home{
    padding:50px 0;
}

/*Footer CSS*/

.footer-box{
    padding-top:3rem;
}

.features-section img{
    width:100px;
}

.features-section{
    padding:80px 0;
}











/*My Cart CSS*/

/* Global "table" column settings */
.product-details { float: left; width: 40%; }
.product-price { float: left; width: 16%; }
.product-quantity { float: left; width: 15%; }
.product-removal { float: left; width: 17%; text-align: right;}
.product-line-price { float: left; width: 12%;  }

    
 .product-image img {
    text-align: center;
      width: 100px;
    }    


.group:before,
.group:after {
    content: '';
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}


/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '€';
}



/* Column headers */
.column-labels label{
   
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    color: #ff4916;
    padding: 5px 10px 0px 10px;
    background-color: #e5e5e5;
  }
  



/* Product entries */
.product {
  margin-bottom: 90px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid black;*/
    
}
  
.my-cart-row h2{
    margin-bottom:15px;
}
  
  .product-details .product-title{
   
      margin-right: 20px;
    }
    
    
    .product-description {
      margin: 5px 20px 5px 0;
      line-height: 1.4em;
    }

  
  .product-quantity input{

      width: 60px;
      
    }
 
  
  .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #ff4916;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
  }
  
  .remove-product:hover {
    background-color: #a44;
  }


/* Totals section */
.totals .totals-item {
  
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    color: black;
}
    
.totals label {
      float: left;
      clear: both;
      width: 79%;
      text-align: right;
      color: black;
    }
    
.totals .totals-value {
      float: right;
      width: 21%;
      text-align: right;
      color: black;
      font-weight: bold;
    }
  
  

.checkout {
  float: right;
  border: 0;
  margin-top: 18px;
  padding: 6px 25px;
  background-color: #00ad00;
  color: #fff;
  font-size: 25px;
  border-radius: 42px;
  
}

.checkout:hover {
  background-color: #494;
}

.my-cart-row{
    display:flex;
    justify-content:center;
    font-size: 18px;
}


/* Make adjustments for tablet */
@media screen and (max-width: 991px) {
    
    .my-cart-row{
    display:block;

}
}
  

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    
  
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid black;
  }
  
  .column-labels {
    display: none;
  }
  
  .product-image img{
    float: right;
    /*width: auto;*/
    
      margin: 0 0 10px 10px;
    }
 
  
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  
  .product-price {
    clear: both;
    width: 70px;
  }
  
  .product-quantity input{
    width: 60px;
    
      margin-left: 20px;
    }
 
  
  .product-quantity:before {
    content: 'x';
  }
  
  .product-removal {
    width: auto;
  }
  
  .product-line-price {
    float: right;
    width: 70px;
  }
  .product {
    margin-bottom: 15px;
}

      .product-quantity {
    float: left;
    width: auto;
}
.product-removal {
     float: none; 
    width: 17%;
    text-align: left;
    margin-top: 45px;
}
  
}

/*My Orders Page CSS*/
    
.rwd-table {
  margin: auto;
  min-width: 300px;
  width: 100%;
  border-collapse: collapse;
  font-size:16px;
  
}

.rwd-table tr:first-child {
  border-top: none;
  background: #e75b1e;
  color: #fff;
  font-size:17px;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*background-color: #f5f9fc;*/
      transition: 0.1s linear;
    transition-property: color, background;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  /*background-color: #ebf3f9;*/
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .uber-img{
    height: 35px !important;
    width: 35px !important;
  }
  .delivro-img{
    width: 120px !important;
  }

  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (max-width: 992px){
  .services-section{
    padding: 200px 0px 0px 0px !important;
    background: none !important;
  }
}


@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #e9e9e9;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
    
  }
}


/* THE END OF THE IMPORTANT STUFF */

/* Basic Styling */

@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}

.status-indicator {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #222222;
    margin-right: 0.5rem;
}

.status-indicator--deliver {
    background: #25be64;
}

.status-indicator--not-deliver {
    background: red;
}

.template-btn-cart{
    color: #fff;
    background: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px 8px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    position: absolute;
    /* right: -228px; */
    bottom: 0px;
    right: 0px;
    border-radius: 0.35rem;
    width: 14%;
}

.template-btn-cart:hover {
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
}

.template-btn-cart:focus {
    color: white;
    
}



.badge-light {
    color: #e75b1e;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 22px;
    position: absolute;
    bottom: 33px;
    padding-top: 7px;
}

.my-cart-btm-main{
    font-size: 27px;
}

.restaurant-menu-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.menu-top-box {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
}

.menu-top-box h1 {
    font-size: 52px;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
}

.menu-top-box h1 span {
    color: #ef4823;
}

.menu-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.menu-tab {
    padding: 12px 24px;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    background: #f2f0ed;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.menu-tab.active,
.menu-tab:hover {
    border-color: #ef4823;
    color: #ef4823;
    background: #fff;
}

.menu-list-box {
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
}

.menu-category {
    display: none;
}

.menu-category.active {
    display: block;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.menu-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 10px;
    border-bottom: 1px solid #ddd;
}

.menu-item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.menu-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.menu-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

.menu-info .price {
    font-size: 20px;
    font-weight: 800;
    color: #ef4823;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-top-box h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .menu-top-box {
        padding: 20px 15px;
    }

    .menu-top-box h1 {
        font-size: 32px;
    }

    .menu-item {
        gap: 15px;
        padding: 18px 0;
    }

    .menu-item img {
        width: 60px;
        height: 60px;
    }

    .menu-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-info h4,
    .menu-info .price {
        font-size: 18px;
    }
}






