@charset "UTF-8";
ol,
ul {
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
  box-sizing: inherit;
}
.sr-only:not(:focus):not(:active),
.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ourCafe,
.foods,
.menu,
.reviews {
  padding: 100px 0;
}
.contact {
  padding: 100px 0 0 0;
}
.statistic-text a {
  color: #777;
  margin-top: 10px;
}
.copyright-text {
  color: #fff;
  margin-bottom: 0;
}
.map-section {
  margin-bottom: -7px;
}

@font-face {
  font-family: "Rockness";
  src: url(../fonts/Rockness.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHG-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHG-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "IntroHeadB";
  src: url(../fonts/IntroHeadB-Base.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
body {
  background: #fff;
}

::selection {
  color: #fff;
  background-color: #262625;
}
a {
  text-decoration: none;
  color: #777;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  margin: 0 0;
  padding: 0 0 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 0 0 2em;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin: 1rem 0;
  border: 0;
  height: 1px;
  background-color: #262625;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #667d6b;
}
.-darken:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  color: #777;
  font-family: "NHaasGrotesk", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NHaasGrotesk", Arial;
  align-items: center;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "IntroHeadB";
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.2em;
  position: relative;
  color: #333;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

h1.-super,
.h1.-super,
h2.-super,
.h2.-super,
h3.-super,
.h3.-super,
h4.-super,
.h4.-super,
h5.-super,
.h5.-super {
  text-transform: none;
  color: #667d6b;
  font-family: "Rockness";
  line-height: 0.8em;
  margin-bottom: 0.1em;
}

h2,
.h2 {
  font-size: 50px;
  margin-top: 20px;
}
h2.-super,
.h2.-super {
  font-size: 65px;
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

h3.-super,
.h3.-super {
  font-size: 55px;
  margin-bottom: 0.5em;
}

a:hover {
  text-decoration: none;
}
.-align-center {
  text-align: center;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}

footer {
  margin-top: 0;
  padding: 12px 0;
  background: #667d6b;
}


footer .footer__menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
a.mid.mid-logo {
  float: right;
}

footer .footer__menu li {
  padding: 0 12px;
  position: relative;
}
footer .footer__menu li:last-child:after {
  content: "";
}
footer .footer__menu li:after {
  content: "|";
  position: absolute;
  right: 0;
}
footer .footer__menu a {
  color: #fff;
  height: 24px;
  white-space: nowrap;
  font-size: 0.9em;
}
.l-special-container {
  display: flex;
  flex-flow: row wrap;
}
.l-special {
  width: 50%;
  padding: 0 40px;
  display: flex;
  flex-flow: column nowrap;
}

.l-special:hover {
  text-decoration: none;
}
.l-special:hover .image-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.l-special .image-inner {
  transition: all 0.4s 0s ease;
}
.l-special .image {
  margin: 0;
}
#menuSec .layout-text {
  margin-bottom: 60px;
}
.l-special .image img {
  object-fit: cover;
  transform: none !important;
}
.l-special .text {
  margin: 25px 0 10px;
}

.l-special .text p {
  padding: 0 4vw;
  color: #777;
}

.layout-text + .layout-text {
  margin-top: 0 !important;
}
.layout-text + .layout-text .text {
  margin-top: 0 !important;
}

.layout-text .text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 750px;
  margin-top: 1.5rem;
}
.layout-text .text p {
  padding: 0 0;
  margin: 0 0 2.5em;
}
.layout-text .text p:last-child {
  margin-bottom: 0;
}

.layout-slider {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}

.layout-slider .container {
  max-width: 2000px;
}
.layout-slider .slider-container {
  width: 100%;
  overflow: visible;
  padding: 0;
  height: 80vh;
  max-height: 600px;
  position: relative;
  z-index: 2;
}

.layout-slider .slider-container.-layout-1 .slide:nth-child(even) a {
  top: 60px;
  height: calc(100% - 120px);
}

.layout-slider .slider-container.-layout-1 .slide a {
  position: absolute;
  top: 0;
  height: 100%;
}
.layout-slider .slider-container.-layout-1 .slide a .image {
  height: 100%;
  width: auto;
  padding-top: 0;
}
.layout-slider .slide {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.statistics-container.-positioning-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.statistics-container.-positioning-grid .statistic-item {
  flex: 0 0 33.3333%;
  margin: calc(30px + 2vw) 0;
}
.statistics-container.-positioning-grid .statistic-item h4 {
  width: 80%;
  margin: 0 auto;
}
.statistics-container .statistic-item {
  opacity: 1;
}
.statistics-container .statistic-text {
  margin-bottom: 0;
}
.bg-custom {
  background-color: #fffdef;
}

.testimonial-area {
  position: relative;
  z-index: 2;
}
.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
}
.testimonial-area .owl-stage-outer {
  padding: 30px 0px;
}
.single-testimonial {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}
.single-testimonial p {
  font-size: 16px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
  font-style: italic;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
.single-testimonial p::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -10px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  background-position: 19px 18px;
  opacity: 0.6;
}
.single-testimonial p::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -20px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 60px;
  height: 60px;
  background-position: 19px 18px;
  opacity: 0.6;
}

.client-info h6 {
  font-size: 22px;
  margin: 0;
  font-family: "IntroHeadB";
  line-height: 0.9em;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  letter-spacing: normal;
}
.owl-dots button {
  background: #777 !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}
.owl-dots {
  text-align: center;
  margin-top: 0px;
}
.owl-dots button.active {
  width: 30px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1200px !important;
  height: 100% !important;
}
.mfp-iframe-scaler iframe {
  background-color: #fff !important;
}
.btn.iframe-link {
  background-color: #667d6b;
  border-radius: 50rem;
  padding: 10px 20px;
  margin-top: 15px;
  border: 1px solid #667d6b;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
}
.btn.iframe-link:hover,
.btn.iframe-link:focus {
  color: #667d6b;
  background-color: transparent;
}
.widget-social a {
  margin: 0 5px;
}
.bocca a {
  color: #667d6b;
  font-weight: 500;
}
.widget-social a i {
  border: 1px solid #667d6b;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #667d6b;
}

.hero-section {
  background: url("../images/banner.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-section:after {
  background: linear-gradient(
    to bottom,
    rgb(255 255 255 / 100%) 9%,
    rgb(255 255 255 / 35%) 14%,
    rgba(27, 26, 26, 0) 35%
  );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
.navbar-nav .nav-item a {
  padding: 20px;
  margin: 0px 7px;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.navbar-brand img {
  max-width: 250px;
}
.image-gallery-wall img {
  width: 100%;
}
.image-gallery-wall .image img {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin-top: 30px;
  margin-left: 20px;
  object-fit: cover;
  display: block;
}
.ourCafe .wid-50 div#image-gallery-image-3 {
  margin-top: 20px;
}
.navbar {
  position: fixed;
  transition: all 0.5s ease;
  z-index: 9;
  width: 100%;
}
.navbar.navbar-sticky {
  background-color: #fff;
  transition: all 0.5s ease;
}
.ourCafe .wid-25 {
  width: 0;
  transition: all 0.8s ease;
  padding: 0;
  margin: 0;
  height: 0;
  position: absolute;
}
.image-gallery-wall {
  position: relative;
  overflow-x: hidden;
}
.wid-l {
  left: -100%;
}
.wid-r {
  right: -100%;
}
.ourCafe .wid-50 .d-flex {
  display: none !important;
}
.ourCafe .wid-50 {
  width: 100%;
  transition: all 0.8s ease;
  margin: auto;
}
.ourCafe.small-sec .wid-25.wid-l {
  width: 25%;
  height: 100%;
  position: relative;
  left: 0;
  transition: all 0.8s ease;
}
.ourCafe.small-sec .wid-25.wid-r {
  width: 25%;
  height: 100%;
  position: relative;
  right: 0;
  transition: all 0.8s ease;
}
.ourCafe.small-sec .wid-50 {
  width: 50%;
  transition: all 0.8s ease;
}
.ourCafe.small-sec .wid-50 .d-flex {
  display: flex !important;
}
.ourCafe.small-sec .wid-50 div#image-gallery-image-3 {
  margin-top: 60px;
}
.image-gallery-wall .container-fluid {
  width: 85%;
  margin: 0 auto;
}
.layout-slider .owl-stage-outer {
  margin-bottom: 25px;
}
.small-sec .image-gallery-wall .container-fluid {
  width: 95%;
}
.pickup-sec {
  background-color: #667d6b;
  
}
.pick-head {
  color: #fff;
  margin-top: 20px;
}
.pic-img img {
  width: 50px;
  height: 50px;
}
.pick-block {
  text-align: center;
  padding: 40px 0;
}
.pick-block p{
  margin: 15px 0;
  color: #fff;
}
.bord-left{
  border-left: 1px solid rgb(235 229 229 / 50%);
  height: 100%;
}
.pic-img {
  width: 100px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 100px;
  justify-content: center;
  align-items: center;
  line-height: 100px;
}
.pick-btn {
  background-color: #fff;
  border-radius: 50rem;
  padding: 10px 20px;
  margin-top: 0px;
  border: 1px solid #ffff;
  display: inline-block;
  color: #667d6b;
  margin-bottom: 15px;
}
.pick-btn:hover, .pick-btn:focus{
  color: #fff;
  background-color: transparent;
}
.menu-body.ms-auto {
  display: flex;
  align-items: center;
}
.header-widget a i {
  border: 1px solid #667d6b;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #667d6b;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.header-widget a {
  margin: 0 5px;
}
.mobile-fixed-btn{
  display: none;
}
.mob-menu {
  display: flex;
  align-items: center;
}
.scroll-top{
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 45px;
  right: 10px;
  align-items: center;
  z-index: 99;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  border: none;
}
@media(min-width: 1199px) and (max-width: 1399px){

  .navbar-brand img {
    max-width: 200px;
  }

  .single-testimonial p{
    width: 95%;
    padding: 0 10px;
  }
  }
@media(max-width: 1199px){
  .copyright-text{
    font-size: 15px;
  }
  footer .footer__menu li{
    padding: 0 10px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){

.navbar-brand img {
  max-width: 170px;
}
.navbar-nav .nav-item a{
  font-size: 15px;
  padding: 15px; 
}
.single-testimonial p{
  width: 95%;
  padding: 0 10px;
}
}

@media only screen and (max-width: 991px) {
  .navbar.navbar-sticky {
    position: fixed;
    transition: all 0.5s ease;
}
  .l-special {
    padding: 0 20px;
  }
  .l-special .image {
    -webkit-transform: none !important;
    transform: none !important;
    margin: 2vw 0 0;
  }
  .layout-slider .slider-container {
    max-height: 500px;
  }
  .layout-slider .slider-container.-layout-1 .slide:nth-child(even) a {
    height: calc(100% - 60px);
    top: 30px;
  }
  .statistics-container.-positioning-grid .statistic-item {
    flex: 0 0 50%;
    margin: calc(30px + 0) 0;
  }

.hero-section:after{
  background: none;
}
.mob-menu {
  margin-left: 0;
  position: fixed;
  left: -280px;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 280px;
  transition: all .5s ease;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  
}
.mob-menu.active{
 left: 0;
}
.menu-body.mx-auto {
    margin-left: 0 !important;
}
.navbar{
  background-color: #fff;
  position: relative;
}
.navbar-nav .nav-item a{
  padding: 12px;
  font-size: 15px;
}
.navbar-nav{
  padding-top: 40px;
}
.hero-section{
  background-position: top;
  height: 500px !important;
    background-repeat: no-repeat;
    padding-top: 0 !important;
}
.header-widget {
  padding: 15px 15px 0 15px;
}
body.active{
  overflow: hidden;
}
body.active:before {
  content: '';
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}
.ourCafe, .foods, .menu, .reviews{
  padding: 80px 0;
}
h2.-super, .h2.-super{
  font-size: 42px;
  margin-top: 0;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 35px;
}
h3.-super, .h3.-super {
  font-size: 35px;
  margin-top: 0.5em;
}

}
@media(max-width: 991px) and (min-width: 768px){
  a.mid.mid-logo {
    float: none;
}
.bord-left {
  border-top: 1px solid rgb(235 229 229 / 50%);
  border-left: 0;
}
  .single-testimonial p{
    margin-left: auto;
      margin-right: auto;
      width: 80%;
  }
  .navbar {
    position: fixed;
    background-color: #fff;
}
footer .footer__menu {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 10px 0;
}
.copyright-text{
  float: right;
}
}
@media only screen and (max-width: 767px) {
  .mobile-fixed-btn{
    display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        right: 0;
  }
  .mobile-fixed-btn .d-flex {
    justify-content: space-around;
    width: 100%;
    background-color: #aeb49a;
}
footer{
  margin-bottom: 44px;
}
.mobile-fixed-btn .d-flex .flex-item a {
  display: flex;
  align-items: center;
  padding: 10px 8px;
}
.mobile-fixed-btn .d-flex .flex-item img {
  width: 18px;
}
.mobile-fixed-btn .d-flex .flex-item span {
  color: #fff;
  font-size: 15px;
  margin-left: 7px;
}
  .navbar-brand img {
    max-width: 180px;
}
.bord-left {
  border-top: 1px solid rgb(235 229 229 / 50%);
  border-left: 0;
}
.hero-section{
  background-position: top;
  height: 300px !important;
    background-repeat: no-repeat;
}
.ourCafe, .foods, .menu, .reviews{
  padding: 60px 0;
}
h2.-super, .h2.-super{
  font-size: 35px;
  margin-top: 0;
}
h2, .h2 {
  font-size: 35px;
}
h3, .h3 {
  font-size: 30px;
}
h3.-super, .h3.-super {
  font-size: 30px;
  margin-top: 0.5em;
}
.iframe-link{
  margin-top: 0;
}
body{
  font-size: 15px;
}
.ourCafe .wid-25.wid-l,
.ourCafe.small-sec .wid-25.wid-l, 
.ourCafe .wid-50, 
.ourCafe.small-sec .wid-50,
.ourCafe .wid-25.wid-r,
.ourCafe.small-sec .wid-25.wid-r{
  width: 100%;
  padding: 0 15px;
}
.ourCafe.small-sec .wid-50 div#image-gallery-image-3 {
  margin-top: 0;
}
.image-gallery-wall .image img {
  height: 100%;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}
.ourCafe.small-sec .wid-50 .d-flex {
  flex-direction: column;
}
#menuSec .layout-text{
  margin-bottom: 25px;
}

.layout-slider{
  margin-top: 25px;
}
.owl-dots button{
  margin: 0 4px;
}
.single-testimonial p::before, .single-testimonial p::after{
  display: none;
}
  .l-special {
    width: 100%;
    padding: 0;
  }
  .single-testimonial p{
    margin-left: 0;
    margin-right: 0;
  }
  .map-section{
    margin-top: 25px;
  }
  .layout-text .text {
    width: 100%;
  }
  .layout-slider .slider-container {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
  }
  footer .row{
    flex-direction: column;
    align-items: center;
  }
  .copyright-text{
    text-align: center;
  }
  footer .footer__menu {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 10px 0;
}
a.mid.mid-logo{
  display: flex;
  justify-content: center;
  float: none;
}
}
@media only screen and (max-width: 575px) {
  .layout-slider .slider-container {
    max-height: 320px;
  }
  .statistics-container.-positioning-grid {
    justify-content: flex-start;
  }
  .statistics-container.-positioning-grid .statistic-item {
    flex: 0 0 100%;
    margin: 16px 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .statistics-container.-positioning-grid .statistic-item:nth-child(even) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 767px) {
  .l-special:nth-child(even) {
    flex-flow: column-reverse nowrap;
  }
}


.pages [class^="page-num-"] {
	background-image: url("../doc/mainMenu/1.jpg");
   background-size: auto 100%;
  position: relative;
}
.beverageMenu-page [class^="page-num-"] {
	background-image: url("../doc/beverageMenu/1.jpg");
   background-size: auto 100%;
  position: relative;
}
.book-wrapper {
   user-select: none;
}

.modal-content{
  background-color: #fff;
  border: 0;
  border-radius: 0;
    height: 100%;
}
.modal-body{
  padding: 20px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.modal.show .modal-dialog {
  transform: none;
  width: 100%;
  --bs-modal-width: 90%;
  overflow: hidden;
  height: 100%;
}
button.btn-close {
  position: absolute;
    right: 0;
    top: 0;
    background-color: #f1eae2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    z-index: 9;
    border-radius: 0;
    font-size: 11px;
}
@media(max-width: 576px){
  .beverageMenu-page{
    width: 300px !important;
    height: 220px !important;
  }
}