@font-face {
  font-family: aeonik;
  src: url(../fonts/aeonik-pro-regular.woff);
  font-weight: nomal;
  font-display: swap;
}
@font-face {
  font-family: bb;
  src: url(../fonts/bb-modern-semi-condensed-pro.woff);
  font-weight: nomal;
  font-display: swap;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #b2b0ad #fff;
  background-color: #DEDBD6;
}

/* WebKit browsers */
::-webkit-scrollbar {
  width: 12px;
  /* Set the width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #b2b0ad;
  /* Change the color of the thumb */
  border-radius: 6px;
  /* Optional: Round the corners of the thumb */
}

::-webkit-scrollbar-track {
  background-color: #fff;
  /* Change the color of the track */
}
.slick-dots{
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding:0;
}

.slick-dots li{
  margin-left: 10px;
  margin-right: 10px;
}

.slick-dots li button{
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
   background-color: rgba(255,255,255,.1);
  backdrop-filter: blur(20px);
  cursor: pointer;
}
.slick-dots li button:hover{
  background-color: rgba(255,255,255,.2);
}
.slick-dots .slick-active button{
  background-color: rgba(255,255,255,.3);
}
footer{
  background-color: #2c344a;
  color: #ffffff;
}

.footer-left-col, .footer-right-col{
  margin-top: auto;
  margin-bottom: auto;
}
body{
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-family: aeonik;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
h1, h2, h3, h4{
  font-size: 30px;
  font-family: bb;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
}
p{
  line-height: 1.3;
}
nav{
  width: 100%;
  height: 115px;
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(20px);
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  z-index: 10;
}

.menu-toggle{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;

}
.menu-toggle img{
  margin: auto;
  display: none;
}
.mob-reservation{
  position: fixed;
  height: 65px;
  background-color: #313A52;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: none;
}
.p-l{
    padding-left: 25px;
}
.p-r{
  padding-right: 25px;
}
.p-t{
  padding-top: 25px;
}
.p-b{
  padding-bottom: 25px;
}

.logo{
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  z-index: 2;
  width: 130px;
}
.reserve-link-header.formated{
  padding: 16px 50px;
  background: red;
  border-radius: 30px;
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(10px);
  margin-top: 30px;
  cursor: pointer;
  position: absolute;
}
.menu-items{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.menu-drop{
  cursor: pointer;
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  position: relative;
  margin-top: 30px;
  position: absolute;
}
.menu-header{
  width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;

}
.menu-contents{
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: all .3s;
}


.menu-contents.opened{
  height: 200px;
}

.menu-contents a{
  padding-top: 15px;
  padding-bottom: 15px;
}
.section{
  position: relative;
  display: flex;
  flex-direction: column;
}
.h-100{
  min-height: 100vh;
/*  min-height: 100svh;*/
}
.header-section{
  color: #FFFFFF;
}
.title{
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
  margin: auto;
  text-align: center;
}
.title-book{
  padding: 16px 50px;
  background-color: rgba(0,0,0,.1);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  border-radius: 30px;
  font-family: aeonik;
  font-size: 16px;
  display: inline;
  cursor: pointer;
  text-transform: none;
}
.bg-image, .bg-image img{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}

.bg-image img{
  animation: shrink 25s infinite alternate;
}
.bar-section{
  background-color: #49282d;
  color: #ffffff;
}
.diet-section{
  background-color: #FFF3D8;
}
.artisan-section{
  background-color: #88A4A9;
  color: #ffffff;
}
.booking-section{
  color: #ffffff;
  min-height: calc(100vh - 115px);
  min-height: calc(100svh - 115px);
}
/*.booking-section iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}*/


iframe{
  width: 400px;
  height: 520px;
  border:none ;
}
.bar-section p, .diet-section p, .artisan-section p{
  width: 100%;
}
.pattern, .pattern-2, .pattern-3{
  position: relative;
  height: auto;
  margin: auto;
}
.pattern img, .pattern-2 img, .pattern-3 img{
  width: 100%;
  height: auto;
}
.img-fluid{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.gallery{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gallery .sec-img{
  margin-top: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.img-center{
  width: 700px;
  max-width: calc(100% - 60px);
  height: auto;
  margin: auto;
  margin-left: 30px;
  margin-right: 30px;
}
.no-m{
  margin:0 ;
  padding-top: 20px;
  padding-bottom: 20px;
}
.no-overflow{
  overflow: hidden;
}

.m-y-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.text-center{
  text-align: center;
}

.justify-content-center{
  justify-content: center;
}

.med-section{
  background-color: #1a2825;
  color: white;
}

.slide{
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-contact{
  display: none;
  text-align: center;
  margin-top: auto;
  flex-direction: column;
}

.order-md-1{
    order: 1;
  }

.slick-nav-btn{
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  max-width: 200px;
  border: 0;
  z-index: 1;
  background-color: transparent;
  opacity: 0;
  transition: all .3s;
  cursor: pointer;
}

.slick-nav-btn:hover{
  opacity: 1;
} 

.slick-prev{
  left: 0;
}

.slick-next{
  right: 0;
}
@media only screen and (min-width: 320px) {
  .menu-toggle{
    right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .p-l{
    padding-left: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .p-r{
    padding-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .p-t{
    padding-top: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .p-b{
    padding-bottom: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .m-n-t{
    margin-top: calc(calc(12px + (60 - 12) * ((100vw - 320px) / (1920 - 320)))* -1);
  }
  .m-n-t-2{
    margin-top: calc(calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)))* -1);
  }
  .p-t-s{
    padding-top: calc(25px + (48 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .p-b-s{
    padding-bottom: calc(25px + (48 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .m-r{
    margin-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .menu-drop{
    right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }

  .reserve-link-header{
    right: calc(210px + (310 - 210) * ((100vw - 320px) / (1920 - 320)));
  }
  h1, h2, h3, h4{
    font-size: calc(40px + (60 - 40) * ((100vw - 320px) / (1920 - 320)));;
  }
  .bar-section p, .diet-section p, .artisan-section p{
    width: 50%;
  }
  footer{
    display: flex;
    flex-direction: column;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
  .footer-left{
    margin-right: 0;
  }
  .footer-right{
    text-align: start;
  }
  .location{
    display: flex;
    flex-direction: column;
  }
  .second-wrapper{
    margin-top: 25px;
  }
}
@media only screen and (min-width: 991px) {

  .s-chef{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .first-image img{
    width: 60vw;
    height: calc(60vw *9 / 16);
    object-fit:  cover;
  }
  .sec-img img{
    width: 25vw;
    height: calc(60vw *9 / 16);
    object-fit:  cover;
  }
  .mob-reservation{
    display: none !important;
  }
  .pattern{
    width: 57.3vw;
    height: 64.4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    background-image: url('../img/pattern-single-2.svg');
    background-size: 12.6%;
    background-position: 0;
  }
  .pattern-2{
    width: 50vw;
    height: 58.2vw;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/pattern-single-2.svg');
    background-size: 16.7%;
    background-position: 0;
    top: 60%;
    left: 50%;
    transform: translate(-60%,-50%);
  }
  .pattern-3{
    width: 50vw;
    height: 58.2vw;
    position: absolute;
    top: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    right: calc(25px + (200 - 25) * ((100vw - 320px) / (1920 - 320)));
    background-image: url('../img/pattern-single-1.svg');
    background-size: 16.7%;
    background-position: 0;
  }
  
  .gallery{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .gallery .sec-img{
    margin-left: 20px;
    margin-top: 0;
  }
  footer{
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 115px;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
  }
  .footer-left{
    margin-right: auto;
  }
  .footer-right{
    text-align: end;
  }
  .location{
    display: flex;
    flex-direction: column;
  }
  .second-wrapper{
    margin-top: 20px;
  }
  .menu-toggle{
    display: none;
  }
}

@media only screen and (min-width: 1300px) {
  
  .bar-section p, .diet-section p, .artisan-section p{
    width: 40%;
    margin-top: 0;
  }

  .med-section p{
    margin-top: 0;
  }
  
}
@media only screen and (min-width: 1500px) {
  .pattern-2{
    width: 50vw;
    height: 58.2vw;
    position: absolute;
    background-image: url('../img/pattern-single-2.svg');
    background-size: 16.7%;
    background-position: 0;
    top: 60%;
    left: 50%;
    transform: translate(-60%,-50%);
  }
}
@media only screen and (max-width: 1500px) {
  .pattern-2{
    top: 50%;
    left: 70%;
    transform: translate(-70%,-50%);
    background-position: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer{
    padding-top: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .desktop-br{
    display: none;
  }
  .bar-section p{
    width: initial;
    padding-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .pattern, .img-fluid{
    padding-left: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    max-width: calc(100% - calc(calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)))) * 2);
  }
  .pattern, .pattern-2, .pattern-3{
    position: relative;
    margin-left: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    margin-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
    padding-top: 85%;
    background-image: url('../img/pattern-single-2.svg');
    background-size: 34%;
    background-position: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pattern-2{
    background-image: url('../img/pattern-single-2.svg');
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .pattern-3{
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    background-image: url('../img/pattern-single-1.svg');
  }
  .bar-section p, .diet-section p, .artisan-section p{
    width: auto;
    padding-right: calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .reserve-link-header.formated{
    margin-top: auto;
  }
 

  .reserve-link-header.formated, .menu-drop{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    width: 50%;
    max-width: 259px;
  }

  .reserve-link-header.formated{
    top: 35%;
    text-align: center;
  }

  .menu-drop{
    top: 40%;
  }

  .menu-drop .menu-header{
    margin: auto;
  }

  .menu-items{
    display: none !important;
  }

  .external-mob{
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: none;
    flex-direction: column;
    width: 100%;
    z-index: 4;
  }

  .mob-blur{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0,0,0,.1);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    width: 100%;
    z-index: 3;
  }

  .mobile-contact{
    display: flex;
  }

  .img-wrapper{
    padding: 0;
  }
  .logo{
    width: 100px;
  }
  .slide img{
    max-width: calc( 100vw - calc(25px + (122 - 25) * ((100vw - 320px) / (1920 - 320))));
  }
  nav.opened{
    backdrop-filter: unset;
    background-color: transparent;
  }
}

@keyframes shrink {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}

