/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");




/*=============== BASE ===============*/
* *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
margin: 0;
padding: 0; }



body {
  margin: 0;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background: url(../img/bg_4.jpg) no-repeat fixed;
  background-size: cover; 
}

ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0; 
  padding-left: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.loader-container{
  position: fixed;
  top:0; left:0;
  z-index: 10000;
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  width:100%;
  }
  
  .loader-container.fade-out{
  top:-120%;
  }

/*=============== REUSABLE CSS CLASSES ===============*/
.section {
  padding: 4.5rem 0 2rem;
}

.section__title {
  font-size: 1.5rem;
  color: hsl(174, 12%, 15%);
  text-align: center;
  margin-bottom: 1.5rem;
}

.section__height {
  height: 100vh;
}

/*=============== LAYOUT ===============*/
/* .container {
  max-width: 968px;
  margin-left: 0;
  margin-right: 1rem;
} */

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #343a40 !important;
  z-index: 100;
  transition: .4s;
}

/*=============== NAV ===============*/
.nav {
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.nav__logo {
  color: #fff;
  font-weight: 600;
  margin-left: 1rem;
  font-size: 20px;
}
.nav__logo:hover {
  color: #fff;
}
.nav__logo em {
  font-style: normal;
  color: #fac564;
}

.nav__list, 
.nav__link {
  display: flex;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.nav__list {
  justify-content: space-around;
}

.nav__name {
  font-size: .625rem;
  /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: #fac564;
  transition: .3s;
}

/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: hsl(174, 63, 40%);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header {
  box-shadow: 0 1px 12px hsla(174, 63%, 15%, 0.15);
}





/* slider */

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: #fac564 !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-carousel.home-slider {
  position: relative;
  height: 750px;
  z-index: 0; }
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 750px;
    position: relative;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: .5; }
    .owl-carousel.home-slider .slider-item .slider-text {
      color: #fff;
      height: 750px;
      margin-top: 30px;
      position: relative;
      text-align: right; }
    
      .owl-carousel.home-slider .slider-item .slider-text .subheading {
        font-family: "Nothing You Could Do", cursive;
        font-size: 30px;
        color: #fac564; }
      .owl-carousel.home-slider .slider-item .slider-text h1 {
        text-transform: uppercase;
        font-size: 40px;
        color: #fff;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 1px; }
        .owl-carousel.home-slider .slider-item .slider-text h1 strong {
          color: #fff;
          font-family: "Josefin Sans", Arial, sans-serif;
          font-size: 50px; }
       
      .owl-carousel.home-slider .slider-item .slider-text p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
        .owl-carousel.home-slider .slider-item .slider-text p.sub-p {
          font-weight: 400; }
        .owl-carousel.home-slider .slider-item .slider-text p strong {
          font-weight: 700; }
          .owl-carousel.home-slider .slider-item .slider-text p strong a {
            color: #fff; }
      .owl-carousel.home-slider .slider-item .slider-text .unstyled-list {
        width: 50%;
        padding: 0; }
        .owl-carousel.home-slider .slider-item .slider-text .unstyled-list li {
          list-style: none; }
      .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px; }
        .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
          border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
          .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
            color: #fff; }
    .owl-carousel.home-slider .slider-item.bread-item {
      height: 500px !important; }
    
      .owl-carousel.home-slider .slider-item.bread-item .slider-text {
        height: 500px; }
  .owl-carousel.home-slider .owl-nav .owl-prev span,
  .owl-carousel.home-slider .owl-nav .owl-next span {
    color: #fff; }
  .owl-carousel.home-slider:hover .owl-nav .owl-prev,
  .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 20px; }
  .owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 20px; }
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center; }
   
    .owl-carousel.home-slider .owl-dots .owl-dot {
      width: 18px !important;
      height: 18px !important;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      background: none;
      border: 2px solid rgba(255, 255, 255, 0.5);
      outline: none !important;
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      display: inline-block; }
      .owl-carousel.home-slider .owl-dots .owl-dot span {
        position: absolute;
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50% !important;
        left: 50%;
        top: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .owl-carousel.home-slider .owl-dots .owl-dot.active {
        border: 2px solid white; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active span {
          background: white; }

.owl-custom-nav {
float: right;
position: relative;
z-index: 10; }
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block; }

.bg-light {
background: #fafafa !important; }

.bg-primary {
background: #fac564; }

.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.mb-4{
  margin-bottom: 1.5rem !important; }

.btn {
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 13px;
font-weight: 900; }
.btn:hover, .btn:active, .btn:focus {
  outline: none; }
.btn.btn-primary {
  background: #fac564;
  border: 1px solid #fac564;
  color: #000; }
  .btn.btn-primary:hover {
    border: 1px solid #fac564;
    background: transparent !important;
    color: #fac564; }
  .btn.btn-primary.btn-outline-primary {
    border: 1px solid #fac564;
    background: transparent;
    color: #fac564; }
    .btn.btn-primary.btn-outline-primary:hover {
      border: 1px solid transparent;
      background: #fac564;
      color: #fff; }
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000; }
  .btn.btn-white:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff; }
  .btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-width: 1px;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
      background: #fac564;
      border-color: #fac564;
      color: #000; }
.btn.btn-outline-black {
  border-color: black;
  background: none;
  border-width: 1px;
  color: #000; }
  .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
    background: #000;
    border-color: #000;
    color: #fff; }

/* slider */

/* promo */

#promo-3 {
  top: -10px; 
  right: -15px;
}

.pbox-3, 
.pbox-3 img{   
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pbox-3:hover img {
  transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
}
.mb-30 { margin-bottom: 30px; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 80px; } 


#promo-5 .col-lg-3,
#promo-5 .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.wide-100 { padding-top: 100px; padding-bottom: 100px; }


.section-title {
  position: relative;
}

.section-title h2.h2-title {
  font-size: 4.5rem;
}
.section-title p {
  color: #fff;
  padding: 0 18%;
  margin: 12px 0 0;
}
.h2-xl { font-size: 3.75rem; }  
.p-xl { font-size: 1.25rem;} 
h4.h4-xl { font-size: 2.375rem; }
p.p-lg { font-size: 1.1875rem; }  
.pbox-5 {
  text-align: center;
  padding: 50px 20px 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.pbox-5:hover {
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, .1);
}

#pb-5-1.pbox-5 {
  padding: 40px 80px 50px;
}
.bg-lightgrey { padding: 30px 25px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;  }
.h4-xs { font-size: 1.875rem; 
font-weight: 900;} 
.red-color{ color: #fac564; font-weight: 900; }
.coffee-color{ color: #fac564; font-weight: 900; }
.mb-60 { margin-bottom: 60px; }
.mt-25 { margin-top: 25px; }
.rel { 
  position: relative!important; 
}

.ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  right: -10px;
  overflow: hidden;
}

.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #313131;
  z-index: -1;
}

.ribbon::after {
  bottom: 0;
  right: 0;
}

.ribbon span {
  position: absolute;
  width: 220px;
  height: 40px;
  background-color: #fac564;
  transform: rotate(45deg);
  top: 40px;
  left: -22px;
  text-align: center;
  line-height: 40px; /* should be same as heigh */
  font-family: verdana;
  color: #fff;
  font-weight: 900;
}

#pb-5-1.pbox-5 { padding: 40px 70px 50px; }
/*------------------------------------------*/
/*  ITEM CODE
/*------------------------------------------*/

span.item-code {
  display: block;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fac564;
}


#menu-5 .item-code{
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 8px;
  color: #fff;
  font-size: 0.915rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pbox-5-price {
  margin-top: 35px;
  color: #fac564;
  font-weight: 500;
}

/* promo */

/* services */
.ftco-section {
  padding: 7em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

      .services-section {
  background: url(../img/food.png) repeat;
  color: #5c3d03; 
  
}
  .services-section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #fac564;
    opacity: 0; }
  .services-section .heading-section h2 {
    color: black; }

.services .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  
  .services .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    bordeR: 1px solid #bf7e06;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }


  .services .icon  i {
    font-size: 100px;
    color: #5c3d03;
    z-index: 1; }

.services h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase; }

.services .media-body {
  color: #5c3d03; }

.services:hover .icon i {
  color: #fff; }

.services:hover .icon:after {
  border: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #f8b500; }

.services-wrap {
  width: 100%;
  display: block; }
  @media (max-width: 991.98px) {
    .services-wrap {
      margin-bottom: 30px; } }
  .services-wrap .img, .services-wrap .text {
    width: 50%; }
  .services-wrap .img {
    display: block; }
  .services-wrap .text {
    background: rgba(0, 0, 0, 0.2);
    position: relative; }
    .services-wrap .text h3 {
      font-size: 20px; }
    .services-wrap .text .price {
      font-size: 16px;
      margin-bottom: 0; }
      .services-wrap .text .price span {
        color: #fac564; }
/* services */

/* banner */
#banner-3 {
  margin-top: 40px;
  background-image: url("../img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-3-txt h4 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 0; 
  font-size: 2rem;

}
.banner-3-txt h2 {
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px; 
}
.banner-3-txt p {
  padding-right: 10%;
  margin-bottom: 25px;
  font-size: 1.125rem;  
}
 
.banner-3-img {
  text-align: center;
  margin-top: -40px;
  margin-left: -30px;
}

.stores-badge {
  display: inline-block;
}

.store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.store:last-child {
  margin-right: 0;
} 

img.googleplay-original { display: block; width: 163px; height: 50px; }
img.appstore-original { display: block; width: 163px; height: 50px; } 


/* banner */

/* Location */
.cbox-3 {
  margin-bottom: 37px;
}
.cbox-3-txt {
  margin-top: 35px;
  padding: 0 20px;
}
.cbox-3-txt h5 {
  line-height: 1;
  margin-bottom: 10px;
}

.cbox-3-txt h6 {
  line-height: 1;
  margin-bottom: 10px;
}

.cbox-3-txt h6 span a{
  font-weight: 500;
  color: #fac564;
}
.cbox-3-txt p {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 3px;
}

.cbox-3:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}
.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/* Location */

/* gallery */
#gallery-2 {
  padding-top: 100px;
  padding-bottom: 84px;
}

#gallery-2 .col-lg-3 {
  padding: 0 8px;
  margin-bottom: 16px;
}
.gallery-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.gallery-img:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.gallery-img:hover .img-meta {
  bottom: 0;
  opacity: 1; 
  -moz-opacity: 1; 
}

.item-rating span {
  position: relative;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 4px;
  top: 1px;
}

.stars-rating i {
  color: #fac564;
  font-size: 0.85rem;
  line-height: 1;
}

.stars-rating.stars-lg i {
  font-size: 0.925rem;
}

.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, .45);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.img-meta {
  width: 100%;
  padding: 30px 25px 40px;
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  /* -webkit-transition: all 500ms ease-in-out; */
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.white-color {color: #fff; font-weight: 900;}
/* gallery */

/* counter */

.counter {
  padding: 7em 0;
  background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.8)), url(../img/slide-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 }
 
  @media (max-width: 1199.98px) {
   .counter {
      background-position: center center !important; } }
      .counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 0; }
    .counter .icon:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      bordeR: 1px solid #fac564;
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .counter .icon span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fac564; }
      .counter .text strong.number {
    font-weight: 900;
    font-size: 30px;
    color: #fac564; }
    .counter .text h1 {
    font-weight: 900;
    font-size: 14px; 
    color: #fac564;
  }
  .counter .text:hover .icon span, .counter .text:focus .icon span {
    color: #000; }
    .counter .text:hover .icon:after, .counter .text:focus .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fac564; }
  @media (max-width: 991.98px) {
    .counter .counter-wrap {
      margin-bottom: 40px !important; } }
      .counter .ftco-number {
    display: block;
    color: #fff; }
    .counter.ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }

/* counter */

/* testmonial */
.section-gap{padding:130px 0}@media (max-width: 991px){.section-gap{padding:70px 0}}
.testmonial_area {
  padding: 135px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testmonial_area .single_testmonial i {
  color: #fac564;
  font-size: 47px;
}
.testmonial_area .single_testmonial p{
  color: #fac564;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 33px;
  margin-bottom: 44px;
}
.testmonial_area .author_info .thumb {
  float: left;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.testmonial_area .author_info span {
  color: #fac564;
  font-size: 14px;
  font-weight: 500;
}
/* testmonial */

/* banner */
.banner_action_area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.8)), url(../img/bg_2.jpg);
  position: relative;
  z-index: 0;
  padding: 138px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner_action_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.8));
  opacity: .7;
  z-index: -1;
  content: '';
}
.banner_action_area .action_heading h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 13px;
}

.banner_action_area .action_heading p {
  color: #EAEAEA;
  font-size: 46px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 0;
}

.banner_action_area .call_add_action {
  text-align: right;
}
.banner_action_area .call_add_action span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-right: 25px;
}

.banner_action_area .call_add_action .boxed-btn3 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 26px;
  padding: 14px 42px;
  font-weight: 400;
}

.boxed-btn3 {
  background: #fac564;
  color: #000;
  display: inline-block;
  padding: 18px 42px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.boxed-btn3:hover {
  color: #f5a425 !important;
  border: 1px solid #f5a425;
  background: transparent;
}
.boxed-btn3:focus {
  outline: none;
}
.boxed-btn3.large-width {
  width: 220px;
}
/* banner */

/******************/
/*     Footer     */
/******************/
.footer {
	position: relative;
	padding-top: 7.5rem;
	padding-bottom: 6rem;
	text-align: center;
  background-color: #929292;
}



.footer div[class*="col"] {  
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer h4 {
	margin-bottom: 1.875rem;
}
.footer h4{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.footer h4 em {
  font-style: normal;
  color: #fac564;
}
.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}
.fa-stack{
  opacity: 0.4;
}
.fa-stack:nth-child(1)::before{
  background-color: #c32aa3;
}
.fa-stack:nth-child(2)::before{
  background-color: #1da1f2;
}

.fa-stack:hover::before{
  transform: translate(-4px, -4px);
  filter: blur(10px);
}
.fa-stack i{
  font-size: 1.7em;
  transition: all 0.4s;
}
.fa-stack:hover i{
  color: var(--text-white);
  transform: rotate(-45deg);
}
.fa-stack:hover i.fa-instagram{
  color: #c32aa3;
}
.fa-stack:hover i.fa-twitter{
  color: #1da1f2;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-top: 1.5rem;
	border-top: 1px solid #000;
	text-align: center;
  background-color:#929292;;
}

.copyright a {
	text-decoration: none;
  color: #000;
}

.copyright .list-unstyled,
.copyright .statement {
	opacity: 0.7;
}


@media (min-width: 992px) {
	

	/* Footer */
	.footer h4 {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of footer */


	/* Copyright */
	.copyright {
		text-align: left;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: right;
	}

}

@media (max-width:991px) {
  .footer h4{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
  }
}
/* footer */

/* breadcrumb */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 600px;
    height: calc(80vh); }
  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .site-blocks-cover h1 {
    font-weight: 900;
    color: #fff;
    font-size: 3rem; }
    .site-blocks-cover h1 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 5rem; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
/* breadcrumb */
    /* about */
    .site-section {
      padding: 2.5em 0; }
      @media (min-width: 768px) {
        .site-section {
          padding: 5em 0; } }
      .site-section.site-section-sm {
        padding: 4em 0; }
    .about-section .img-years {
      position: relative; }
      .about-section .img-years .experience {
        position: absolute;
        display: block;
        right: 0; }
      .about-section .img-years .caption {
        display: block;
        text-transform: uppercase;
        letter-spacing: .8em;
        font-size: 14px;
        font-weight: 900;
        color: #fac564; }
        @media (max-width: 991.98px) {
          .about-section .img-years .caption {
            letter-spacing: .3em; } }
      .about-section .img-years .years {
        line-height: 1.2;
        font-weight: 900;
        font-size: 100px;
        color: #fac564; }
        @media (max-width: 991.98px) {
          .about-section .img-years .years {
            font-size: 80px; } }
    
    .about-section h3 {
      font-size: 30px;
      font-weight: bold;
      color: #fac564; }

      .about-section P {
        font-size: 15px;
        color: #fff; }
/* about */

        /* team */
        .team{
          background: #fac564;
          width: 80%;
          margin: 4% auto;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
      }
      
      .team-col{
          flex-basis: 25%;
          text-align: center;
          overflow: hidden;
          position: relative;
      }
      .team-col img{
          width: 100%;
          cursor: pointer;
          transition: 1s;
      }
      .team-col p{
          margin: 20px 0;
      }
      .team-col .social-link .fab{
          width: 35px;
          height: 35px;
          line-height: 35px;
          border: 1px solid #000;
          margin: 0 7px;
          cursor: pointer;
          transition: transform .5s;
      }
      .team-col .social-link .fab:hover{
         background: #000;
         color: #fac564;
         transform: translateY(-7px);
      }
      .team-col:hover img{
          transform: scale(1.1);
      
      }
      .team-col span{
          width: 0;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          border-right: 15px solid #fac564;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          z-index: 2;
      }
      .team-col .arrow{
          right: unset;
          left: 0;
          border-left: 15px solid #fac564;
          border-right: 15px solid transparent;
      }
      /* team */

      /*------------------------------------------*/
/*  MENU TABS
/*------------------------------------------*/ 

#tabs-nav {
  margin-bottom: 70px;
}

.tab-content.current,
.tab-content.displayed {
  display: inherit;
}

.tabs-1 li {
  display: inline-block; 
  cursor: pointer;
  background-color: transparent;
  color: #9f9f9f;
  padding: 0 50px;
  border-bottom: none;
  margin: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  position: relative;
  z-index: 88;
}

.tabs-1 li h5 {
  line-height: 1;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}

.tabs-1 li.current h5 { 
  color: #fac564;
  font-weight: 500;
}

.tabs-1.red-tabs li.current span { 
  color: #e3000e;
}

.tabs-1.brown-tabs li.current span { 
  color: #6f5e4d;
}

.tabs-1.yellow-tabs li.current span { 
  color: #fac122;
}

/*------------------------------------------*/
/*  TABS CONTENT
/*------------------------------------------*/ 

.tab-content {
  display: none;
}
.pricing-entry {
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .pricing-entry .img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
  .pricing-entry .desc {
    width: calc(100% - 60px); }
    .pricing-entry .desc p {
      margin-bottom: 0;
      color: #fac564; }
  .pricing-entry .text {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0; }
    .pricing-entry .text:after {
      position: absolute;
      bottom: 35%;
      left: 0;
      right: 0;
      content: '';
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #bf7e06;
      z-index: -1; }
    .pricing-entry .text h3 {
      width: calc(100% - 80px);
      font-size: 18px; }
      .pricing-entry .text h3 span {
        background: #121618;
        background: url(../img/bg_4.jpg) no-repeat fixed;
        padding-right: 20px;
        color: #fac564; }
    .pricing-entry .text .price {
      width: 80px;
      color: #fac564;
      text-align: right;
      background: #121618;
      background: url(../img/bg_4.jpg) no-repeat fixed;
      font-size: 16px; }


      /*cart*/
.cart{
  background-color: black;
}

#cart .section-header {
  margin-top: 30px;
position: relative;
z-index: 99;

}
#cart .section-header  h2{
  background: #fac564;
  color: white;
  width: 200px;
  font-size: 24px;
  padding: 5px;
  height: 40px;

}
#cart .section-header  h2::after{
  content: '';
  border-top: 36px solid #fac564;
  border-right: 38px solid transparent;
  position: relative;
  left: 130.5px;
  top:33px ;
  z-index: 99;
}
#cart .pan2{
  padding:.5rem 1rem;
  position: relative;

  color: #000;
  height: 70px;
  width: 70px;
  background: #fac564;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 100px;
  transition: 0.3s;
}
.cart-column {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  margin-right: 1.5em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-row {
  display: flex;
}

.cart-item {
  width: 45%;
  color: #fff;
}

.cart-price {
  width: 20%;
  font-size: 1.2em;
  color: #fff;
}

.cart-quantity {
  width: 35%;
  color: #fff;
}

.cart-item-title {
  color: #fff;
  margin-left: .5em;
  font-size: 1.2em;
}

.cart-item-image {
  width: 58px;
  height: auto;
  border-radius: 10px;
}

.btn-danger {
  color: white;
  background-color: #EB5757;
  border: none;
  border-radius: .3em;
  font-weight: bold;
}

.btn-danger:hover {
  background-color: #CC4C4C;
}

.cart-quantity-input {
  height: 34px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #56CCF2;
  background-color: #eee;
  color: #333;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  margin-right: 25px;
}

.cart-row:last-child {
  border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
  border: none;
}

.cart-total {
  text-align: end;
  margin-top: 10px;
  margin-right: 10px;
}

.cart-total-title {
  font-weight: bold;
  font-size: 1.5em;
  color: #fac564;
  margin-right: 20px;
}

.cart-total-price {
  font-weight: bold;
  font-size: 1.5em;
  color: white;
  margin-right: 20px;
}

.btn-purchase{
  display: inline-block;
  padding:.8rem 3rem;
  border:.2rem solid #fac564;
  color:#fac564;
  cursor: pointer;
  font-size: 1.7rem;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 1rem;
}

.btn-purchase::before{
  content: '';
  position: absolute;
  top:0; right: 0;
  width:0%;
  height:100%;
  background:#fac564;
  transition: .3s linear;
  z-index: -1;
}

.btn-purchase:hover::before{
  width:100%;
  left: 0;
}

.btn-purchase:hover{
  color:#fff;
}

/* cart */

/* contact */
.serviceBox {
	position: relative;
	width: 100%;
	height: 100%;
	background: #51446e;
	border-radius: 20px;
	overflow: hidden;
  box-shadow: 2px 2px 5px 5px;
  }
  
  .container .serviceBox .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i);
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition-delay: 0.25s;
  }
  
  .container .serviceBox:hover .icon {
	top: 30px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition-delay: 0s;
  }
  
  .container .serviceBox .icon i {
	font-size: 5em;
	color: #fff;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
  .container .serviceBox:hover .icon i {
	font-size: 2em;
	transition-delay: 0s;
  }
  
  .container .serviceBox .content {
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
	margin-top: 100px;
	z-index: 1;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
  }
  
  .container .serviceBox:hover .content {
	transform: scale(1);
	transition-delay: 0.25s;
  }
  
  .container .serviceBox .content h2 {
	margin-top: 10px;
	margin-bottom: 5px;
  }
  
  .container .serviceBox .content p {
	font-weight: 300;
	line-height: 1.5em;
  }
  .modal-content{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)), url(../img/bg_1.jpg) ;
    background-repeat: no-repeat; 	
    background-size: cover;
   background-position:center;
   padding: 40px;
   width: 100%;
}
.modal-content .close {
	color: #9f5ba4;
	text-shadow: none;
	opacity: 0.5;
	font-size: 26px;
	font-weight: normal;
}
.modal-content .close:hover {
	opacity: 0.8;
}

  .animated-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: #fac564;
    position: relative;
    font-size: 20px;
}

.animated-btn::before, .animated-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fac564;
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.animated-btn::after {
    background: #fac564;
    animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0.5s;
}

@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }

  }

  .contact-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #e0d9c5;
    box-shadow: 0 0 0 0;
    color: #5f5842;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Textarea
  /*------------------------------------------*/
  
  .contact-form textarea { min-height: 160px; }
  .contact-form textarea.form-control { 
    padding: 20px 15px;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Placeholder
  /*------------------------------------------*/
  
  .contact-form .form-control::-moz-placeholder { color: #5f5842; } 
  .contact-form .form-control:-ms-input-placeholder { color: #5f5842; }
  .contact-form .form-control::-webkit-input-placeholder { color: #5f5842; }
  
  /*------------------------------------------*/
  /*  Contact Form Input Focus
  /*------------------------------------------*/
  
  .contact-form .form-control:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #afa074;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  }
  
 


/* contact */
/* BOOKING FORM */
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.booking-form {
  margin-top: 20px;
}

.booking-form .col-md-12,
.booking-form .col-lg-6 { 
  padding: 0 8px; 
}

#booking-1 .form-holder a,
#booking-2 .form-holder a {
  font-weight: 700;
  letter-spacing: -0.5px;
}

#booking-2 .form-holder p {
  margin-bottom: 40px;
}


.booking-form .form-control,
.booking-form .custom-select {
  height: 52px;
  background-color: #fff;
  border: 1px solid #e0d9c5;
  box-shadow: 0 0 0 0;
  color: #5f5842;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.booking-form .custom-select {
  display: inline-block;
  width: 100%;
  color: #5f5842;
  margin-bottom: 22px;
}

.bg-color-01 .booking-form .form-control,
.bg-color-01 .booking-form .custom-select {
  background-color: #fff;
  border: 1px solid #e0d9c5;
  color: #5f5842;
}

/*------------------------------------------*/
/*  Booking Form Textarea
/*------------------------------------------*/

.booking-form textarea { min-height: 120px; }
.booking-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Booking Form Placeholder
/*------------------------------------------*/

.booking-form .form-control::-moz-placeholder { color: #5f5842; } 
.booking-form .form-control:-ms-input-placeholder { color: #5f5842; }
.booking-form .form-control::-webkit-input-placeholder { color: #5f5842; }

/*------------------------------------------*/
/*  Booking Form Input Focus
/*------------------------------------------*/

.booking-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #afa074;
}

/* BOOKING FORM */


#menu-6 .item-code {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 8px;
  color: #fff;
  font-size: 0.915rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.menu-img-zoom {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: rgba(20, 20, 20, .45);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.menu-img-zoom a {
  position: relative;
  line-height: 36px;
  top: 2px;
}
.menu-6-img .menu-img-zoom {
  bottom: 15px;
  left: 15px;
}

.menu-img-zoom.ico-25 .fas:before, 
.menu-img-zoom.ico-25 .fas:after { font-size: 1.215rem; }

.menu-img-zoom span {
  color: rgba(255, 255, 255, .95);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; 
}

.menu-6-txt .add-to-cart {
  right: 20px;
  bottom: 15px;
}
.menu-6-item:hover .add-to-cart {
  bottom: 28px;
  opacity: 1; 
  -moz-opacity: 1; 
}
#menu-6 .col-lg-3 {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-6-txt {
  overflow: hidden;
  padding: 25px 20px;
}
.menu-6-item {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.bg-01 .menu-6-item,
.bg-02 .menu-6-item,
.bg-04 .menu-6-item {
  border: 1px solid #171717;
}
.menu-6-txt h5 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.menu-6-txt p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.menu-6-price {
  display: inline-block;
  padding: 7px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.menu-6-price h5{
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 1px;
}



.menu-6-txt .add-to-basket {
  right: 16px;
  bottom: 18px;
}
.menu-6-img,
.menu-6-img img {   
  overflow: hidden;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}


.menu-6-item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
 
}
.bg-coffee { background-color: #642f21; }

.yellow-color,
.yellow-color span { color: #fac564;}

.bg-yellow { background-color: #fac564; }
.bg-tra-dark { background-color: rgba(10, 10, 10, .4); }
h5.h5-sm { font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
 }
.add-to-cart {
  opacity: 0;
  position: absolute;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  padding: 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}

.add-to-cart.bg-red a, 
.add-to-cart.bg-meat a, 
.add-to-cart.bg-salmon a { color: #fff; }



.menu-6-txt .add-to-cart {
  right: 20px;
  bottom: 15px;
}


.menu-6-item:hover .add-to-cart {
  bottom: 28px;
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  Add To Cart Icon
/*------------------------------------------*/

.add-to-cart.ico-10 .fas:before, 
.add-to-cart.ico-10 .fas:after { font-size: 0.85rem; }

.add-to-cart i {
  position: relative;
  top: -0.5px;
  color: #642f21;
}

/*------------------------------------------*/
/*  Add To Cart Hover
/*------------------------------------------*/

.add-to-cart.bg-yellow:hover {
   background-color: #fac564!important;
   color: #642f21;
}
.add-to-cart.bg-yellow{
  background-color: #fac564!important;
  color: #642f21;
}
.search-box{
  width: 100%;
  padding-bottom: 100px;
}
.search-box .search-div{
  width: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.search-box .search-div .search{
  background-color: rgba(0, 0, 0, .103);
  color: #fff;
  background:#fac564;
  width: 300px;
  border: none;
  outline: none;
  padding: 8px 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
  font-family: 'Dosis';
  
}

.btnn{
background-color: #fac564;
  box-shadow: 0px 0px 9px #3a3a3aa2;
  width: 35px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  border: none;
  outline: none;
  display: none;
}

.btnn:hover{
  background-color: #000;
  color: #fac564;
  transform: scale(1.1);
  transition: .3s;
}

.page-pagination {
  padding-bottom: 100px;
}



.page-link {
  color: #999;
  font-weight: 600;
  padding: 9px 16px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.page-link:hover,
.page-item.active .page-link {
  background-color: #fac564;
  color: #151515;
  border-color: #fac564;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




.coupon  form {
  justify-content:center;
}
.pt-15 { padding-top: 15px; }

.coupon form .form-control {
  background:#eff1f4;
  border:none;
  border-radius:3px;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:9px;
  height:45px;
  margin-right:10px;
  min-width:250px;
}

.coupon  form .btn {
  padding:16px 32px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
}.card  

.coupon  form .btn:hover {
  opacity:1;
}

.coupon  form .btn:active {
  transform:translateY(1px);
}

.coupon form .btn-primary {
  background-color:#fac564 !important;
  color:#fff;
  outline:none !important;
}


.card{
	border: none;
	border-top: 5px solid  rgb(156, 110, 24);
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.8)), url(../img/bg_1.jpg) no-repeat fixed;background-size: cover;
	color: #fac564;
}
.card p{
	font-weight: 600;
	font-size: 15px;
}
.card .fab{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: #573a06;
	height: 40px;
	width: 90px;
}
.card .fab:hover{
	cursor: pointer;
}
.card .fa-twitter{
	color: #56ABEC;
}
.card .fa-facebook{
	color: #1775F1;
}
.card .fa-google{
	color: #CB5048;
}
.card .division{
	float: none;
	position: relative;
	margin: 30px auto 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.card .division .line{
	border-top: 1.5px solid #fac564;
	position: absolute;
	top: 13px;
	width: 85%;
}
.card .line.l{
	left: 52px;
}
.card .line.r{
	right: 45px;

}
.card .division span{
	font-weight: 600;
	font-size: 14px;
}
.card .myform{
	padding: 0 25px 0 33px;
}
.card .form-control{
	border: 1px solid #fac564;
	border-radius: 3px;
	background: #704d0d;
	margin-bottom: 20px;
	letter-spacing: 1px;
	
}
.card .form-control:focus{
	border: 1px solid #fac564;
	border-radius: 3px;
	box-shadow: none;
	background: #704d0d;
	color: #000;
	letter-spacing: 1px;
}
.card .bn a{
	color:#fac564;
}
.card .bn:hover{
	cursor: pointer;
}
.card .form-check-input {
    margin-top: 8px!important;
    }
.card .btn-primary{
background: linear-gradient(135deg, rgba(176,106,252,1) 39%,rgba(116,17,255,1) 101%);
border: none;
border-radius: 50px;
}
.card .btn-primary:focus{
	box-shadow: none;
	border: none;
}
.card small{
	color: #000;
  font-size: large;
}
.card .far.fa-user{
	font-size: 13px;
}

@media(min-width: 767px){
.card .bn{
		text-align: right;
	}
}
@media(max-width: 767px){
.card .form-check{
		text-align: center;
	}
.card .bn{
		text-align: center;
		align-items: center;
	}
}
@media(max-width: 450px){
.card .fab{
		width: 100%;
		height: 100%;
	}
.card .division .line{
		width: 50%;
	}
}