@charset "UTF-8";
@font-face {
  font-family: "Janges-Regular";
  src: url("../fonts/Janges-Regular.otf") format("opentype"), url("./fonts/janges-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Regular";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype"), url("../fonts/Quicksand-Regular.otf") format("opentype"), url("./fonts/Quicksand-Regular.woff") format("woff"); }
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype"), url("../fonts/Quicksand-Bold.otf") format("opentype"), url("./fonts/Quicksand-Bold.woff") format("woff"); }
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Quicksand-Regular", sans-serif; }
  html:focus,
  body:focus {
    outline: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }
  html.fixed {
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed; }

.banner {
  width: 100vw;
  height: 900px; }
  .banner .swiper-container {
    width: 100vw;
    height: 900px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 414px) {
      .banner .swiper-container {
        height: 600px;
        transition: height 0.3s; } }
    .banner .swiper-container .swiper-img-1 {
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -100;
      background: url("../statics/bannergr.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .banner .swiper-container .swiper-img-2 {
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -100;
      background: url("../statics/banner-2.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .banner .logo {
    width: 140px;
    height: 140px; }
    @media (max-width: 1024px) {
      .banner .logo {
        width: 100px;
        height: 100px;
        transition: width 0.3s, height 0.3s; } }
    @media (max-width: 414px) {
      .banner .logo {
        width: 70px;
        height: 70px;
        transition: width 0.3s, height 0.3s; } }
  .banner .banner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 200px 0 200px;
    font-size: 14px;
    position: relative;
    z-index: 1; }
    .banner .banner-top span,
    .banner .banner-top i {
      color: white; }
    @media (max-width: 1460px) {
      .banner .banner-top {
        padding: 50px 100px 0 100px;
        transition: padding 0.3s; } }
    @media (max-width: 1024px) {
      .banner .banner-top {
        padding: 35px 50px 0 50px;
        transition: padding 0.3s; } }
    @media (max-width: 414px) {
      .banner .banner-top {
        padding: 20px 0 0 20px;
        transition: padding 0.3s; } }
    .banner .banner-top .mobile-menu {
      display: none; }
      @media (max-width: 767px) {
        .banner .banner-top .mobile-menu {
          display: block; } }
    .banner .banner-top .top-right-menu .top-right-menu-top {
      border-bottom: 1px solid white;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between; }
      .banner .banner-top .top-right-menu .top-right-menu-top .phone {
        font-family: "Quicksand-Bold";
        text-decoration: none;
        color: white; }
      .banner .banner-top .top-right-menu .top-right-menu-top a {
        text-decoration: none; }
    .banner .banner-top .top-right-menu .links {
      margin-top: 50px;
      display: flex;
      width: 400px;
      justify-content: space-between; }
      .banner .banner-top .top-right-menu .links a {
        text-decoration: none;
        color: white; }
        .banner .banner-top .top-right-menu .links a:hover {
          font-family: "Quicksand-Bold"; }
      @media (max-width: 1024px) {
        .banner .banner-top .top-right-menu .links {
          width: 350px;
          transition: width 0.3s; } }
    @media (max-width: 767px) {
      .banner .banner-top .top-right-menu {
        display: none; } }
  @media (max-width: 414px) {
    .banner {
      height: 600px;
      transition: height 0.3s; } }

.banner-center {
  z-index: 1;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 380px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 320px;
  text-align: center;
  color: white; }
  .banner-center .text-container .top-text {
    font-size: 14px;
    letter-spacing: 1.3px; }
    .banner-center .text-container .top-text .mamazara-text {
      font-family: "Quicksand-Bold";
      font-size: 22px;
      font-weight: 800;
      letter-spacing: 3px; }
  .banner-center .text-container .slogan {
    font-family: "Janges-Regular";
    font-size: 40px;
    margin: 10px 0; }
    @media (max-width: 767px) {
      .banner-center .text-container .slogan {
        font-size: 30px;
        transition: font-size 0.3s; } }
    @media (max-width: 414px) {
      .banner-center .text-container .slogan {
        font-size: 24px;
        transition: font-size 0.3s; } }
  @media (max-width: 414px) {
    .banner-center {
      height: 300px;
      top: 200px;
      transition: height 0.3s, top 0.3s; } }

#story {
  width: 100vw;
  height: 100%; }

.story-container {
  padding: 50px 200px; }
  .story-container .story-header {
    font-size: 36px;
    padding: 5px 0 5px 35px;
    border-left: 2px solid #f37620; }
    @media (max-width: 1024px) {
      .story-container .story-header {
        font-size: 30px;
        padding: 4px 0 4px 35px;
        transition: font-size 0.3s, padding 0.3s; } }
    @media (max-width: 414px) {
      .story-container .story-header {
        font-size: 24px;
        padding: 3px 0 3px 25px;
        transition: font-size 0.3s, padding 0.3s; } }
  .story-container .swiper-pagination {
    position: relative;
    margin: 40px 0; }
    .story-container .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      margin: 0 15px !important;
      height: 7px;
      width: 7px;
      border-radius: 3.5px;
      transition: 0.25s;
      background-color: #f37620;
      opacity: 1;
      cursor: pointer; }
      .story-container .swiper-pagination .swiper-pagination-bullet:focus {
        outline: 0; }
    .story-container .swiper-pagination .swiper-pagination-bullet-active {
      width: 35px; }
  .story-container .story-main {
    display: flex;
    align-items: flex-start;
    color: #666666; }
    .story-container .story-main .story-main-text {
      margin-right: 100px;
      justify-content: center; }
      .story-container .story-main .story-main-text .story-sub-header {
        font-size: 24px; }
        @media (max-width: 1024px) {
          .story-container .story-main .story-main-text .story-sub-header {
            text-align: center;
            font-size: 20px; } }
      .story-container .story-main .story-main-text .story-text {
        max-height: 450px;
        overflow-y: scroll;
        font-size: 14px;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        @media (max-width: 1024px) {
          .story-container .story-main .story-main-text .story-text {
            text-align: center; } }
        .story-container .story-main .story-main-text .story-text::-webkit-scrollbar {
          width: 5px; }
        .story-container .story-main .story-main-text .story-text::-webkit-scrollbar-track {
          background: white; }
        .story-container .story-main .story-main-text .story-text::-webkit-scrollbar-thumb {
          background: #999; }
        .story-container .story-main .story-main-text .story-text::-webkit-scrollbar-thumb:hover {
          background: #555; }
      .story-container .story-main .story-main-text .read-more {
        font-family: "Janges-Regular";
        color: #f37620; }
        @media (max-width: 1024px) {
          .story-container .story-main .story-main-text .read-more {
            text-align: center; } }
        @media (max-width: 414px) {
          .story-container .story-main .story-main-text .read-more {
            font-size: 14px;
            transition: font-size 0.3s; } }
      @media (max-width: 1024px) {
        .story-container .story-main .story-main-text {
          margin: 40px 0 10px 0; } }
    .story-container .story-main .story-image {
      position: relative;
      margin: 30px 0; }
      .story-container .story-main .story-image img {
        width: 500px;
        height: 350px; }
        @media (max-width: 1280px) {
          .story-container .story-main .story-image img {
            width: 400px;
            height: 280px;
            transition: width 0.3s, height 0.3s; } }
        @media (max-width: 530px) {
          .story-container .story-main .story-image img {
            width: 265px;
            height: 190px;
            transition: width 0.3s, height 0.3s; } }
      .story-container .story-main .story-image:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 390px;
        width: 300px;
        background-color: rgba(243, 118, 32, 0.8);
        top: -20px;
        left: -20px;
        z-index: -1; }
        @media (max-width: 1280px) {
          .story-container .story-main .story-image:before {
            width: 240px;
            height: 320px;
            transition: width 0.3s, height 0.3s; } }
        @media (max-width: 530px) {
          .story-container .story-main .story-image:before {
            width: 175px;
            height: 210px;
            top: -10px;
            left: -10px;
            transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s; } }
      @media (max-width: 1024px) {
        .story-container .story-main .story-image {
          margin-top: 40px; } }
    @media (max-width: 1024px) {
      .story-container .story-main {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; } }
  .story-container .navigation {
    text-align: center;
    margin: 70px 0 50px 0; }
    .story-container .navigation .nav-button {
      display: inline-block;
      margin: 0 10px;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      background-color: #f37620; }
      .story-container .navigation .nav-button.active {
        width: 35px;
        border-radius: 3.5px; }
  @media (max-width: 1460px) {
    .story-container {
      padding: 50px 100px 0 100px;
      transition: padding 0.3s; } }
  @media (max-width: 1024px) {
    .story-container {
      padding: 35px 50px 35px 50px;
      transition: padding 0.3s; } }
  @media (max-width: 767px) {
    .story-container {
      padding: 35px 50px 0 50px;
      transition: padding 0.3s; } }
  @media (max-width: 414px) {
    .story-container {
      padding: 20px 20px 0 20px;
      transition: padding 0.3s; } }
  .story-container .swiper-slide,
  .story-container .swiper-slide-next,
  .story-container .swiper-slide-prev {
    opacity: 0 !important; }
  .story-container .swiper-slide-active {
    opacity: 1 !important; }

#foods {
  height: 100%;
  width: 100vw;
  background-image: url("../statics/world-bg.png"); }
  #foods .foods-container {
    padding: 50px 200px 150px 200px; }
    #foods .foods-container .foods-header {
      color: white;
      font-size: 36px;
      padding: 5px 0 5px 35px;
      border-left: 2px solid #e1caa1; }
      @media (max-width: 1024px) {
        #foods .foods-container .foods-header {
          font-size: 30px;
          padding: 4px 0 4px 35px;
          transition: font-size 0.3s, padding 0.3s; } }
      @media (max-width: 414px) {
        #foods .foods-container .foods-header {
          font-size: 24px;
          padding: 3px 0 3px 25px;
          transition: font-size 0.3s, padding 0.3s; } }
    #foods .foods-container .foods-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white; }
      @media (max-width: 1024px) {
        #foods .foods-container .foods-main {
          flex-direction: column; } }
      #foods .foods-container .foods-main .foods-img-container {
        width: 600px;
        height: auto;
        margin-top: 50px;
        margin-right: 100px;
        flex-shrink: 0; }
        @media (max-width: 1280px) {
          #foods .foods-container .foods-main .foods-img-container {
            width: 450px;
            height: auto;
            transition: width 0.3s; } }
        @media (max-width: 1024px) {
          #foods .foods-container .foods-main .foods-img-container {
            width: 480px;
            margin: 20px 0 40px 0; } }
        @media (max-width: 510px) {
          #foods .foods-container .foods-main .foods-img-container {
            width: 280px;
            height: auto;
            transition: width 0.3s, height 0.3s; } }
      #foods .foods-container .foods-main .and-more {
        font-family: "Janges-Regular"; }
        @media (max-width: 1024px) {
          #foods .foods-container .foods-main .and-more {
            text-align: center;
            font-size: 14px;
            transition: font-size 0.3s; } }
      #foods .foods-container .foods-main .foods-text {
        font-size: 14px;
        width: 90%; }
        @media (max-width: 1024px) {
          #foods .foods-container .foods-main .foods-text {
            width: 100%;
            text-align: center; } }
        @media (max-width: 414px) {
          #foods .foods-container .foods-main .foods-text {
            margin-right: 10px; } }
    @media (max-width: 1460px) {
      #foods .foods-container {
        padding: 50px 100px 75px 100px;
        transition: padding 0.3s; } }
    @media (max-width: 1024px) {
      #foods .foods-container {
        padding: 35px 50px 35px 50px;
        transition: padding 0.3s;
        margin-bottom: 0; } }
    @media (max-width: 414px) {
      #foods .foods-container {
        padding: 20px 20px 20px 20px;
        transition: padding 0.3s;
        margin-bottom: 0; } }

#gallery {
  width: 100vw;
  height: 100%; }
  #gallery .gallery-container {
    margin-bottom: 150px; }
    @media (min-width: 1460px) {
      #gallery .gallery-container {
        padding: 80px 200px 0px 200px; } }
  @media (min-width: 1460px) and (max-width: 1460px) {
    #gallery .gallery-container {
      padding: 50px 100px 0 100px;
      transition: padding 0.3s; } }
  @media (min-width: 1460px) and (max-width: 767px) {
    #gallery .gallery-container {
      padding: 35px 50px 0 50px;
      transition: padding 0.3s; } }
  @media (min-width: 1460px) and (max-width: 414px) {
    #gallery .gallery-container {
      padding: 20px 20px 0 20px;
      transition: padding 0.3s; } }

    @media (max-width: 1460px) {
      #gallery .gallery-container .gallery-head-wrapper {
        padding: 80px 200px 0px 200px; } }
  @media (max-width: 1460px) and (max-width: 1460px) {
    #gallery .gallery-container .gallery-head-wrapper {
      padding: 50px 100px 0 100px;
      transition: padding 0.3s; } }
  @media (max-width: 1460px) and (max-width: 1024px) {
    #gallery .gallery-container .gallery-head-wrapper {
      padding: 35px 50px 35px 50px;
      transition: padding 0.3s; } }
  @media (max-width: 1460px) and (max-width: 767px) {
    #gallery .gallery-container .gallery-head-wrapper {
      padding: 35px 50px 0 50px;
      transition: padding 0.3s; } }
  @media (max-width: 1460px) and (max-width: 414px) {
    #gallery .gallery-container .gallery-head-wrapper {
      padding: 20px 20px 0 20px;
      transition: padding 0.3s; } }

    #gallery .gallery-container .gallery-header {
      font-size: 36px;
      padding: 5px 0 5px 35px;
      border-left: 2px solid #f37620; }
      @media (max-width: 1024px) {
        #gallery .gallery-container .gallery-header {
          font-size: 30px;
          padding: 4px 0 4px 35px;
          transition: font-size 0.3s, padding 0.3s; } }
      @media (max-width: 414px) {
        #gallery .gallery-container .gallery-header {
          font-size: 24px;
          padding: 3px 0 3px 25px;
          transition: font-size 0.3s, padding 0.3s; } }
    #gallery .gallery-container .swiper-container {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 150px 0;
      margin: -100px 0; }
      @media (max-width: 767px) {
        #gallery .gallery-container .swiper-container {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 414px) {
        #gallery .gallery-container .swiper-container {
          padding: 50px 15px;
          margin-top: -25px; } }
      #gallery .gallery-container .swiper-container .swiper-slide-active {
        position: relative;
        z-index: 500;
        opacity: 1 !important; }
        @media (min-width: 768px) {
          #gallery .gallery-container .swiper-container .swiper-slide-active {
            transform: scale(1.3);
            transition: transform 0.3s; } }
      #gallery .gallery-container .swiper-container .swiper-slide {
        transition: transform 0.3s; }
        @media (max-width: 1460px) {
          #gallery .gallery-container .swiper-container .swiper-slide {
            opacity: 0.5; } }
        @media (max-width: 767px) {
          #gallery .gallery-container .swiper-container .swiper-slide {
            opacity: 0; } }
        #gallery .gallery-container .swiper-container .swiper-slide:hover {
          cursor: pointer; }
    #gallery .gallery-container [class^="swiper-img-"] {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      padding-top: 68%;
      position: relative; }
    #gallery .gallery-container .swiper-img-1 {
      background-image: url("../statics/galeri/ananastavuk.JPG"); }
    #gallery .gallery-container .swiper-img-2 {
      background-image: url("../statics/galeri/browni.JPG"); }
    #gallery .gallery-container .swiper-img-3 {
      background-image: url("../statics/galeri/DSC04911.JPG"); }
    #gallery .gallery-container .swiper-img-4 {
      background-image: url("../statics/galeri/DSC04956.JPG"); }
    #gallery .gallery-container .swiper-img-5 {
      background-image: url("../statics/galeri/etfajita.JPG"); }
    #gallery .gallery-container .swiper-img-6 {
      background-image: url("../statics/galeri/frappe.JPG"); }
    #gallery .gallery-container .swiper-img-7 {
      background-image: url("../statics/galeri/IMG_0343.JPG"); }
    #gallery .gallery-container .swiper-img-8 {
      background-image: url("../statics/galeri/IMG_0929.JPG"); }
    #gallery .gallery-container .swiper-img-9 {
      background-image: url("../statics/galeri/IMG_1137.JPG"); }
    #gallery .gallery-container .swiper-img-10 {
      background-image: url("../statics/galeri/IMG_1430.JPG"); }
    #gallery .gallery-container .swiper-img-11 {
      background-image: url("../statics/galeri/KUPPASTALAR.JPG"); }
    #gallery .gallery-container .swiper-img-12 {
      background-image: url("../statics/galeri/mamazara-mekan-8.jpg"); }
    #gallery .gallery-container .swiper-img-13 {
      background-image: url("../statics/galeri/mamazara-mekan-13.jpg"); }
    #gallery .gallery-container .swiper-img-14 {
      background-image: url("../statics/galeri/mamazara-mekan-16.jpg"); }
    #gallery .gallery-container .swiper-img-15 {
      background-image: url("../statics/galeri/mamazara-mekan-alt.jpg"); }
    #gallery .gallery-container .swiper-img-16 {
      background-image: url("../statics/galeri/mamazara-mekan-üst2.jpg"); }
    #gallery .gallery-container .swiper-img-17 {
      background-image: url("../statics/galeri/taze.JPG"); }
    #gallery .gallery-container .swiper-img-18 {
      background-image: url("../statics/galeri/waffle.JPG"); }
    #gallery .gallery-container .swiper-pagination {
      margin-bottom: 20px; }
      @media (max-width: 414px) {
        #gallery .gallery-container .swiper-pagination {
          margin-bottom: -10px; } }
      #gallery .gallery-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 10px;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background-color: #f37620;
        cursor: pointer;
        opacity: 1; }
        #gallery .gallery-container .swiper-pagination .swiper-pagination-bullet:focus {
          outline: 0; }

#contact {
  width: 100vw;
  height: 100%;
  background-image: url("../statics/contact-bg.png");
  z-index: 0;
  position: relative;
  padding-bottom: 50px; }
  #contact .contact-container {
    padding: 50px 200px 0 200px; }
    #contact .contact-container .contact-header {
      font-size: 36px;
      padding: 5px 0 5px 35px;
      border-left: 2px solid #e1caa1; }
      @media (max-width: 1024px) {
        #contact .contact-container .contact-header {
          font-size: 30px;
          padding: 4px 0 4px 35px;
          transition: font-size 0.3s, padding 0.3s; } }
      @media (max-width: 414px) {
        #contact .contact-container .contact-header {
          font-size: 24px;
          padding: 3px 0 3px 25px;
          transition: font-size 0.3s, padding 0.3s; } }
    #contact .contact-container .contact-main {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 80px 0; }
      #contact .contact-container .contact-main .map {
        position: relative; }
        #contact .contact-container .contact-main .map iframe {
          width: 680px;
          height: 450px;
          margin-right: 100px;
          background-color: #eee; }
          @media (max-width: 1280px) {
            #contact .contact-container .contact-main .map iframe {
              width: 500px;
              transition: width 0.3s; } }
          @media (max-width: 1024px) {
            #contact .contact-container .contact-main .map iframe {
              margin-right: 50px;
              width: 400px;
              height: 350px;
              transition: width 0.3s, height 0.3s; } }
          @media (max-width: 767px) {
            #contact .contact-container .contact-main .map iframe {
              margin-right: 0; } }
          @media (max-width: 500px) {
            #contact .contact-container .contact-main .map iframe {
              width: 280px;
              height: 190px;
              transition: width 0.3s, height 0.3s; } }
        #contact .contact-container .contact-main .map:after {
          content: "";
          width: 430px;
          height: 490px;
          background-color: #e1caa1;
          position: absolute;
          top: -20px;
          left: 270px;
          z-index: -1; }
          @media (max-width: 1280px) {
            #contact .contact-container .contact-main .map:after {
              width: 320px;
              left: 200px;
              transition: width 0.3s, left 0.3s; } }
          @media (max-width: 1024px) {
            #contact .contact-container .contact-main .map:after {
              left: 160px;
              top: -10px;
              width: 250px;
              height: 370px;
              transition: width 0.3s, height 0.3s, left 0.3s, top 0.3s; } }
          @media (max-width: 767px) {
            #contact .contact-container .contact-main .map:after {
              left: 200px;
              width: 210px;
              height: 370px;
              transition: width 0.3s, height 0.3s, left 0.3s; } }
          @media (max-width: 500px) {
            #contact .contact-container .contact-main .map:after {
              left: 150px;
              width: 140px;
              height: 210px;
              transition: width 0.3s, height 0.3s, left 0.3s; } }
      #contact .contact-container .contact-main .contact-main-text {
        color: white;
        width: 400px; }
        #contact .contact-container .contact-main .contact-main-text .address-head,
        #contact .contact-container .contact-main .contact-main-text .tel-head {
          font-family: "Quicksand-Bold";
          font-size: 32px;
          margin: 0 0 20px 0; }
          @media (max-width: 1024px) {
            #contact .contact-container .contact-main .contact-main-text .address-head,
            #contact .contact-container .contact-main .contact-main-text .tel-head {
              font-size: 24px;
              transition: font-size 0.3s; } }
        #contact .contact-container .contact-main .contact-main-text .address,
        #contact .contact-container .contact-main .contact-main-text .tel {
          font-size: 24px;
          margin: 0 0 40px 0; }
          @media (max-width: 1024px) {
            #contact .contact-container .contact-main .contact-main-text .address,
            #contact .contact-container .contact-main .contact-main-text .tel {
              font-size: 18px;
              transition: font-size 0.3s; } }
        #contact .contact-container .contact-main .contact-main-text .direction {
          text-align: center;
          background-color: #7faf83;
          padding: 20px 0;
          border-radius: 20px;
          color: #e1caa1;
          font-family: "Quicksand-Bold";
          text-decoration: none;
          width: 100%;
          display: inline-block; }
          #contact .contact-container .contact-main .contact-main-text .direction:hover {
            cursor: pointer; }
        @media (max-width: 767px) {
          #contact .contact-container .contact-main .contact-main-text {
            width: 100%;
            text-align: center;
            margin-top: 30px; } }
      @media (max-width: 767px) {
        #contact .contact-container .contact-main {
          flex-direction: column;
          margin: 40px 0;
          transition: margin 0.3s; } }
    @media (max-width: 1460px) {
      #contact .contact-container {
        padding: 50px 100px 0 100px;
        transition: padding 0.3s; } }
    @media (max-width: 1024px) {
      #contact .contact-container {
        padding: 35px 50px 0 50px;
        transition: padding 0.3s; } }
    @media (max-width: 767px) {
      #contact .contact-container {
        padding: 35px 50px 0 50px;
        transition: padding 0.3s; } }
    @media (max-width: 414px) {
      #contact .contact-container {
        padding: 20px 20px 0 20px;
        transition: padding 0.3s; } }

footer {
  width: 100vw;
  height: 80px; }
  footer .footer-container {
    padding: 20px 200px 20px 200px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1024px) {
      footer .footer-container .copyright {
        font-size: 10px; } }
    footer .footer-container .footer-center {
      text-align: center;
      line-height: 10px; }
      footer .footer-container .footer-center .reservation {
        font-family: "Janges-Regular";
        font-size: 14px;
        font-weight: 200; }
        @media (max-width: 1024px) {
          footer .footer-container .footer-center .reservation {
            font-size: 12px;
            transition: font-size 0.3s; } }
        @media (max-width: 767px) {
          footer .footer-container .footer-center .reservation {
            margin-top: 30px; } }
      footer .footer-container .footer-center .res-tel {
        text-decoration: none;
        color: black;
        font-family: "Quicksand-Bold";
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px; }
        @media (max-width: 1024px) {
          footer .footer-container .footer-center .res-tel {
            font-size: 16px;
            transition: font-size 0.3s; } }
    footer .footer-container .footer-social-media a {
      text-decoration: none;
      color: black;
      padding: 20px; }
      @media (max-width: 1024px) {
        footer .footer-container .footer-social-media a {
          padding: 10px; } }
    @media (max-width: 1460px) {
      footer .footer-container {
        padding: 20px 100px 20px 100px;
        transition: padding 0.3s; } }
    @media (max-width: 1024px) {
      footer .footer-container {
        padding: 20px 30px 20px 30px;
        transition: padding 0.3s; } }
    @media (max-width: 767px) {
      footer .footer-container {
        padding: 20px 30px 20px 30px;
        transition: padding 0.3s;
        flex-direction: column-reverse; } }
    @media (max-width: 414px) {
      footer .footer-container {
        padding: 20px 0 10px 0;
        transition: padding 0.3s; } }

label .menu {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 100;
  width: 100px;
  height: 200px;
  background: #44241b;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 #44241b, 0 0 0 0 #44241b;
  cursor: pointer; }
  @media (max-width: 414px) {
    label .menu {
      right: 0;
      top: -50px;
      z-index: 100;
      width: 50px;
      height: 100px; } }
label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out; }
  @media (max-width: 414px) {
    label .hamburger {
      left: 20px;
      top: 70px;
      width: 20px;
      height: 1px; } }
  label .hamburger:after, label .hamburger:before {
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff; }
  label .hamburger:before {
    top: -10px; }
    @media (max-width: 414px) {
      label .hamburger:before {
        top: -5px; } }
  label .hamburger:after {
    bottom: -10px; }
    @media (max-width: 414px) {
      label .hamburger:after {
        bottom: -5px; } }
label input {
  display: none; }
label input:checked + .menu {
  box-shadow: 0 0 0 100vw #44241b, 0 0 0 100vh #44241b;
  border-radius: 0; }
  label input:checked + .menu .hamburger {
    transform: rotate(45deg); }
    label input:checked + .menu .hamburger:after {
      transform: rotate(90deg);
      bottom: 0; }
    label input:checked + .menu .hamburger:before {
      transform: rotate(90deg);
      top: 0; }
label input:checked + .menu + ul {
  visibility: visible;
  transition-delay: 0.25s; }
label ul {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  visibility: hidden;
  transition: 0.25s 0s ease-in-out;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0; }
  label ul .social-media {
    margin-top: 160px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    color: white; }
  label ul hr {
    width: 20%;
    transform: translateY(60px); }
label a {
  margin-bottom: 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px; }
  label a:hover {
    color: #e1caa1; }
label .reservation {
  transform: translateY(80px); }

/*# sourceMappingURL=style.css.map */
