/**
* Template Name: Delicious - v4.7.1
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* *{
  font-family: "Exo 2",sans-serif; */
  /* font-size: 15px; */
/* } */
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 0px;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body {
  color: #444444;
}

a {
  text-decoration: none;
  color: #9b765e;
  font-size :15px;
}

a:hover {
  color: #ebe1d7;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2",sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c39b7c;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ebe1d7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 16px;
  height: 50px;
  transition: all 0.5s;
  background: #60412f;
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Exo 2",sans-serif;

}
#topbar.topbar-transparent {
  background: transparent;
}
#topbar.topbar-scrolled {
  top: -50px;
}
#topbar i {
  color: #c39b7c;
  line-height: 0;
}
#topbar i span {
  color: #c39b7c;
  font-style: normal;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
  font-family: "Exo 2",sans-serif;

}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  background: rgba(235, 225, 215, 0.9);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
 #header .logo img {
    display: none;
  }
}
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #60412f;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}
.book-a-table-btn:hover {
  background: #9b765e;
  color: #fff;
}
@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #c39b7c;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #60412f;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #9b765e;
}
.navbar .dropdown:hover > ul {
  opacity: 2;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #9b765e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
      color: #9b765e;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #ebe1d7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(39, 37, 34, 0.8); */
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

#hero .carousel-item img{
  width :100%;
  height :100vh;
}
#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(12, 11, 10, 0.5); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/* #hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */
/* #hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #c39b7c;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero h2 span {
  color: #9b765e;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #c39b7c;
} */
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
}
/* #hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #c39b7c;
  border: 2px solid #9b765e;
}
#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #60412f;
  color: rgb(255, 255, 255);
} */
@media (max-width: 414px) {
  #hero{
    height:25vh;
  }
  #hero .carousel-item {
    height: 25vh;
  }
   #hero .carousel-item img{
    height :25vh;
  }
  /* #hero .carousel-inner .carousel-item-toleft {
    background-position: right -300px top 0px;
  }
  #hero .carousel-inner .carousel-item-tocenter {
    background-position: center top;
  }
  #hero .carousel-inner .carousel-item-toright {
    background-position: left -250px top;
  } */
 
}
@media (max-width: 768px) {
  #hero{
    height:25vh;
  }
  #hero h2 {
    font-size: 28px;
  }
  #hero .carousel-item {
    height: 25vh;
   
  }
  #hero .carousel-item img{
    height :25vh;
  }
}
@media (min-width: 1024px) {
  
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 40px;
  font-weight: 700;
  color: #b78a37;
  /* font-family: "Exo 2",SemiBold 600; */
}
.section-title h2 span {
  color: #b78a37;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about {
  background: #fffaf3;
}
.about .content {
  padding: 0 80px;
}
.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}
.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .content p {
  font-size: 15px;
  color: #848484;
  text-align: justify;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li + li {
  margin-top: 15px;
}
.about .content ul li {
  position: relative;
  padding-left: 26px;
}
.about .content ul i {
  font-size: 20px;
  color: #c39b7c;
  position: absolute;
  left: 0;
  top: 2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
} */
#about {
  font-family: "Exo 2",sans-serif;
  background-color: #efefef;
}
#about .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#about .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#about .carousel-content {
  text-align: center;
}
#about h2 {
  color: #b78a37;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
}
#about h3 {
  color: #b78a37;
}
#about p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  text-align: justify;
  margin: 20px;
  color: #000;
}
#about .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#about .carousel-inner .carousel-item,
#about .carousel-inner .active.carousel-item-start,
#about .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#about .carousel-inner .active,
#about .carousel-inner .carousel-item-next.carousel-item-start,
#about .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#about .carousel-inner .carousel-item-next,
#about .carousel-inner .carousel-item-prev,
#about .carousel-inner .active.carousel-item-start,
#about .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#about .carousel-control-next-icon,
#about .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .carousel-control-next-icon:hover,
#about .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#about .carousel-indicators li {
  cursor: pointer;
}
#about .btn-menu,
#about .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #c39b7c;
  border: 2px solid #9b765e;
}
#about .btn-menu:hover,
#about .btn-book:hover {
  background: #60412f;
  color: rgb(255, 255, 255);
}
@media (max-width: 414px) {
  #about .carousel-inner .carousel-item-toleft {
    background-position: right -300px top 0px;
  }
  #about .carousel-inner .carousel-item-tocenter {
    background-position: center top;
  }
  #about .carousel-inner .carousel-item-toright {
    background-position: left -250px top;
  }
}
@media (max-width: 768px) {
  #about h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #about .carousel-control-prev,
  #about .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #c39b7c;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid #c39b7c;
  border-radius: 50px;
}
.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #fff;
  background: #c39b7c;
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu .menu-content::after {
  content: "......................................................................"
    "...................................................................."
    "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-family:"Exo 2",sans-serif;
}
.menu .menu-content a {
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: #c39b7c;
}
.menu .menu-content span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}
.menu .menu-ingredients {
  font-style: italic;
  font-size: 14px;
  /* font-family: "Comic Neue", sans-serif; */
  font-family: "Exo 2",sans-serif;
  color: #948c81;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
  font-family: "Exo 2",sans-serif;

}
.specials span{
  color:#B16E4B;
  font-size:17px;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}
.specials .nav-link:hover {
  color: #c39b7c;
}
.specials .nav-link.active {
  color: #c39b7c;
  /*border-color: #c39b7c;*/
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #b78a37;
}
.specials .details p {
  color: #000;
  font-size: 14px;
}
.specials .details span {
  color: #B16E4B;
  font-size: 17px;
}
.specials p {
  color: #000;
  text-align: left;
  font-size: 13px;
}
.specials .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
  .specials .nav-link.active {
    /* color: #fff; */
    background: #d9c5b4;
  }
}

/*--------------------------------------------------------------
# treatment
--------------------------------------------------------------*/
.treatment {
  overflow: hidden;
}

.treatment .nav-tabs {
  border: 0;
}
.treatment .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.treatment .dropdown ul li {
  min-width: 200px;
  list-style: none;
}
.treatment .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}
.treatment .dropdown ul a i {
  font-size: 12px;
}
.treatment .dropdown ul a:hover,
.treatment .dropdown ul .active:hover,
.treatment .dropdown ul li:hover > a {
  color: #9b765e;
}
.treatment .dropdown:hover > ul {
  opacity: 2;
  top: 100%;
  visibility: visible;
}
.treatment .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.treatment .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .treatment .dropdown .dropdown ul {
    left: -90%;
  }
  .treatment .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/* .treatment .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}
.treatment .nav-link:hover {
  color: #c39b7c;
}
.treatment .nav-link.active {
  color: #c39b7c;
  border-color: #c39b7c;
} */
.treatment .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.treatment .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}
.treatment .details p {
  color: #777777;
  font-size: 14px;
}
.treatment p {
  color: #777777;
  text-align: left;
  font-size: 12px;
}
.treatment .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .treatment .nav-link {
    border: 0;
    padding: 15px;
  }
  .treatment .nav-link.active {
    color: #fff;
    background: #d9c5b4;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/zglowclinic/event/Bg-promo.jpeg) center center
    no-repeat;
  background-size: cover;
  position: relative;
}
.events::before {
  content: "";
  background-color: rgba(179, 152, 126, 0.856);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events .section-title h2 {
  color: #fff;
}
.events .container {
  position: relative;
}
@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}
.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.events .event-item {
  color: #fff;
}
.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #ffff;
}
.events .event-item .price {
  font-size: 26px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.events .event-item .price span {
  border-bottom: 2px solid #c39b7c;
}
.events .event-item ul {
  list-style: none;
  padding: 0;
}
.events .event-item ul li {
  padding-bottom: 10px;
}
.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #c39b7c;
}
.events .event-item p:last-child {
  margin-bottom: 0;
}
.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c39b7c;
}

.events p {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.locations {
  background: url(../img/zglowclinic/location/lOCATION_bg.png) center center
    no-repeat;
  background-size: cover;
  position: relative;
}

.locations::before {
  content: "";
  background: rgba(255, 255, 255, 0.501);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.locations .section-title h2 {
  color: #fff;
}
.locations .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .locations {
    background-attachment: fixed;
  }
}
.locations .locations-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}
.locations .location-item {
  color: #fff;
}
.locations .location-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #c39b7c;
}
.locations .location-item .price {
  font-size: 26px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.locations .location-item .price span {
  border-bottom: 2px solid #c39b7c;
}
.locations .location-item ul {
  list-style: none;
  padding: 0;
}
.locations .location-item ul li {
  padding-bottom: 10px;
}
.locations .location-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #c39b7c;
}
.locations .location-item p:last-child {
  margin-bottom: 0;
}
.locations .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.locations .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 204, 128, 0.5);
  opacity: 1;
}
.locations .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c39b7c;
}
.locations .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.locations .member .pic {
  overflow: hidden;
}
.locations .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.locations .member h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
}
.locations .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}
.locations .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.locations .member .social {
  margin-top: 15px;
}
.locations .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}
.locations .member .social a:hover {
  color: #c39b7c;
}
.locations .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .locations .member {
    margin-bottom: 110px;
  }
}

/*##################################################*/

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.book-a-table .php-email-form input {
  height: 44px;
}
.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}
.book-a-table .php-email-form button[type="submit"] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.book-a-table .php-email-form button[type="submit"]:hover {
  background: #ffa012;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/* .gallery .gallery-item:hover h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}
.gallery .gallery-item:hover p {
  color: #777777;
  font-size: 14px;
} */

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs {
  background: url("../img/zglowclinic/zmed/zmedical-bg.jpg") center center
    no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.chefs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.631);
  z-index: 9;
}
.chefs .container {
  position: relative;
  z-index: 10;
}
.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}
.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
}
.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #c39b7c;
  bottom: 0;
  left: calc(50% - 25px);
}
.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.chefs .member .social {
  margin-top: 15px;
}
.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}
.chefs .member .social a:hover {
  color: #c39b7c;
}
.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .chefs {
    background-attachment: fixed;
  }
}
/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.zmed {
  background: url("../img/zglowclinic/zmed/zmedical-bg.jpg") center center
    no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  font-family: "Exo 2",sans-serif;
}
.zmed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
.zmed .container {
  position: relative;
  z-index: 10;
}
.zmed .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.zmed .member .pic {
  overflow: hidden;
}
.zmed .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  /* border-right: 2px solid #e8e7e4; */
  font-weight: 600;
  font-size: 15px;
  font-family: "Exo 2",sans-serif;
}
.zmed .nav-tabs{
  border-bottom: 0;
}
.zmed .nav-link:hover {
  color: #c39b7c;
}
.zmed .nav-link.active {
  color: #c39b7c;
  border-color: #c39b7c;
  background-color: none;
}
.zmed .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.zmed .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}
.zmed .details p {
  color: #777777;
  font-size: 14px;
  font-family: "Exo 2",sans-serif;

}
.zmed p {
  color: #777777;
  text-align: left;
  font-size: 12px;
  font-family: "Exo 2",sans-serif;

}
.zmed .details p:last-child {
  margin-bottom: 0;
}
.zmed-a-table-btn {
  background: #60412f;
  color: #fff;
  border-radius: 50px;
  margin: 12px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
  position: absolute;
}
@media (max-width: 992px) {
  .zmed .nav-link {
    border: 0;
    padding: 15px;
  }
  .zmed .nav-link.active {
    color: #fff;
    background: #d9c5b4;
  }
  .zmed-a-table-btn {
    background: #60412f;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    white-space: nowrap;
    position: absolute;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  /* font-family: "Comic Neue", sans-serif; */
  font-family: "Exo 2",sans-serif;
}
.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c39b7c;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #d9c5b4;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Exo 2",sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}
.contact .info:hover i {
  background: #c9bbb2;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: #9b765e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #9b765e;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# CHATS
--------------------------------------------------------------*/
/* Button used to open the chat form - fixed at the bottom of the page */
.chat .open-button {
  box-sizing: border-box;
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 70px;
  width: 200px;
}

/* The popup chat - hidden by default */
.chat .chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 100px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.chat .form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.chat .form-container textarea {
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.chat .form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.chat .form-container .btn {
  background-color: #04aa6d;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.chat .form-container .cancel {
  background-color: red;
  display: block;
  height: 30px;
  width: 34px;
  float: right;
  margin-right: 3px;
}

/* Add some hover effects to buttons */

.chat .form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #60412f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 38px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ebe1d7;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #c39b7c;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Carousel Package Pricelist
--------------------------------------------------------------*/

#series {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(39, 37, 34, 0.8); */
  overflow: hidden;
  padding: 0;
}
#series .carousel-item {
  width: 100%;
  height: 100vh;
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

#series .carousel-item img{
  width :100%;
  height : 80vh;
}

#series {
  font-family: "Exo 2", sans-serif;
}

#series h2 {
  color: #b78a37;
  font-size: 40px;
  
}
@media (max-width: 414px) {
  #series{
    height:25vh;
  }
  #series .carousel-item {
    height: 25vh;
  }
   #series .carousel-item img{
    height :25vh;
  }
  /* #hero .carousel-inner .carousel-item-toleft {
    background-position: right -300px top 0px;
  }
  #hero .carousel-inner .carousel-item-tocenter {
    background-position: center top;
  }
  #hero .carousel-inner .carousel-item-toright {
    background-position: left -250px top;
  } */
 
}
@media (max-width: 768px) {
  #series{
    height:40vh;
  }
  #series h2 {
    font-size: 28px;
  }
  #series .carousel-item {
    height: 40vh;
   
  }
  #series .carousel-item img{
    height :25vh;
  }
}
@media (min-width: 1024px) {
  
  #series p {
    width: 50%;
  }
  #series .carousel-control-prev,
  #series .carousel-control-next {
    width: 5%;
    color: #b78a37;
  }
}
#series .carousel-control-next-icon,
#series .carousel-control-prev-icon {
  color: #b78a37;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: auto;  
  height: auto;
  border-radius: 50px;
}
/* #series .carousel-control-next-icon,
#series .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
 
  background: rgba(255, 255, 255, 0.2);
  
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  
}
/* #series .carousel-control-next-icon:hover,
#series .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
} */
/* #series .carousel-indicators li {
  cursor: pointer;
} */ 