/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
   body, html{
     width: 100%;
        padding:0;
        margin:0;
   }

   .body {
    height: 100%!important;
    min-height: 100vh;
    background-color: #efece7;
    text-decoration: none;
  }
  
  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.70;
  }
  
  .home-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 480px;
    min-height: 100vh;
    min-width: 310px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 10px solid #19283f;
    text-decoration: none;
    /*
    background-image: url("../img/bg.svg");
    background-repeat: no-repeat;
    background-size: auto;
    */
  }
  
  .home-header-container {
    position: relative;
    height: 30%;
    min-height: 150px;
    
  }
  
  .body-2 {
    background-color: #eeedea;
  }
  
  .home-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #19283f;
    
  }
  
  .home-main-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .home-language-container {
    padding-bottom: 50px;
  }
  
  .home-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .title {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .img-left {
    width: 50px;
  }
  
  .img-right {
    width: 50px;
  }
  
  .text-block {
    background-color: transparent;
    font-family: Staatliches, sans-serif;
    color: #c19e4a;
    font-size: 28px;
    text-decoration: none;
  }
  
  .home-language-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .language-separator {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Staatliches, sans-serif;
    color: #c19e4a;
    font-size: 28px;
    font-weight: 400;
  }
  
  .lang-option {
    color: #c19e4a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }
  .section-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 480px;
    min-height: 100vh;
    min-width: 310px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;

    background: url("../img/bg.svg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .image {
    max-width: 250px;
  }
  
  .section-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .section-main-title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #c19e4a;
    font-size: 18px;
    text-align: center;
  }
  
  .section-language {
      margin:30px 0px 20px;
    padding: 10px 15px;
    border: 1px solid #c19e4a;
    color: #c19e4a;
    font-size: 18px;
    text-decoration: none;
  }
  
  .brand {
    display: none;
  }
  
  .navbar {
    background-color: transparent;
  }
  
  .nav-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Staatliches, sans-serif;
    color: #c19e4a;
    font-size: 24px;
  }
  
  .section-item-list {
    width: 100%;
    height: 100%;
    background: #efece7;
  }
  
  .section-item-container {
    padding: 40px 10px 40px;
  }
  
  .item-section-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #c19e4a;
    border-bottom: 2px solid #c19e4a;
  }
  
  .title-section {
    padding-left: 5px;
    color: #c19e4a;
    font-size: 24px;
  }
  
  .section-image-decoration-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .section-img-dec-left {
    width: 60px;
  }
  
  .section-img-dec-right {
    width: 60px;
  }
  
  .image-decoration-seaprator {
    width: 40px;
  }
  
  .section-item-description-wrapper {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .item-title-amount-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .item-title {
    padding-right: 10px;
    font-family: Staatliches, sans-serif;
    color: #19283f;
    font-size: 18px;
    font-weight: bold;
  }
  
  .item-currency {
    font-family: Staatliches, sans-serif;
    color: #19283f;
    font-size: 18px;
    font-weight: bold;
  }
  
  .item-amount {
    padding-right: 5px;
    font-family: Staatliches, sans-serif;
    color: #19283f;
    font-size: 18px;
    font-weight: bold;
  }
  
  .amount-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*min-width: 90px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .item-descrption {
    width: 80%;
    max-width: 300px;
    color: #19283f;
    font-size: 15px;
    font-family: Staatliches, sans-serif;
  }
  
  .letter-restaurant-wrapper {
    position: fixed;
    left: auto;
    top: 80px;
    right: -30px!important;
    bottom: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .text-block-2 {
    position: static;
    right: -49px;
    bottom: 58px;
    z-index: 99;
  }
  .footer-wrapper{
    padding: 40px 20px 10px;
    text-align: center;
    color: #19283f;
  }
  .main-msg{
    font-weight: bold;
  }
  .footer-image-decoration{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;;
  }
  
  @media screen and (max-width: 991px) {
    .letter-restaurant-wrapper {
      right: 120px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .letter-restaurant-wrapper {
      right: 20px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .btn-up {
      position: fixed;
      left: auto;
      top: auto;
      right: 20px;
      bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      height: 70px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;     
      text-align: center;
    }
    @media screen and (max-width: 320px) {
      .btn-up {
        position: fixed;
        left: auto;
        top: auto;
        right: 20px;
        bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 70px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;     
        text-align: center;
        border: none!important;
      }
      .home-header-container{
        /*max-height: 150px!important;*/
      }

    }
  }