@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext';
* {
  font-family: 'Ubuntu', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.wrapper {
  float: left;
  width: 100%; }

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.header {
  height: 100vh;
  background: url("../media/home-banner.jpg") center no-repeat;
  background-size: cover;
  position: relative; }
  .header:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    margin-left: -20px; }
  .header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.nav {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 60px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .nav .container {
    max-width: 100%;
    padding-left: 75px;
    padding-right: 75px; }
  .nav .social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    .nav .social li {
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .nav .social li a {
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        background-size: 100% 100% !important; }
        .nav .social li a.fb {
          background: url("../images/fb-white.png"); }
        .nav .social li a.in {
          background: url("../images/insta-white.png"); }
  .nav .lang {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav .lang li {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px; }
      .nav .lang li a {
        display: block;
        color: #FFF;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none; }
        .nav .lang li a:hover {
          color: #8bccc5 !important; }
      .nav .lang li.current a {
        color: #8bccc5 !important; }
  .nav .menu {
    display: inline-block;
    margin: 3px 0;
    vertical-align: top; }
    .nav .menu li {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px; }
      .nav .menu li a {
        display: block;
        color: #FFF;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none; }
        .nav .menu li a:hover {
          color: #8bccc5 !important; }
      .nav .menu li.current a {
        color: #8bccc5 !important; }
  @media all and (min-width: 767px) {
    .nav.fixed {
      background: #FFF;
      padding: 30px 0;
      height: auto; }
      .nav.fixed .lang li a,
      .nav.fixed .menu li a {
        color: #22211f; }
      .nav.fixed .social li .fb {
        background-image: url("../images/fb-black.png"); }
      .nav.fixed .social li .in {
        background-image: url("../images/insta-black.png"); } }

h1 {
  background: url("../images/header-bg.png") center no-repeat;
  margin: 0;
  height: 99px;
  line-height: 99px;
  font-family: "Times New Roman";
  text-align: center;
  font-weight: normal;
  font-size: 60px;
  font-style: italic; }

.about-us {
  padding: 65px 0 125px 0; }
  .about-us .about-us-inner {
    background: url("../media/about-picture.png") left 80px no-repeat;
    min-height: 480px;
    float: left;
    width: 100%; }
  .about-us .about-us-right {
    float: right;
    width: 57.26496%; }
    .about-us .about-us-right .about-us-text {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      background: #8bccc5;
      padding: 30px 60px;
      overflow: hidden;
      margin-top: 50px; }
      .about-us .about-us-right .about-us-text p {
        text-align: center;
        font-weight: 300;
        color: #22211f;
        font-size: 16px;
        line-height: 25px; }

.gallery {
  background: url("../images/watemark.png") bottom no-repeat;
  padding-bottom: 125px; }
  .gallery h1 {
    margin: 30px 0; }
  .gallery .gallery-item {
    float: left;
    width: 14.23611%;
    height: 206px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .gallery .gallery-item.width2 {
      width: 28.47222%; }
    .gallery .gallery-item:after {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .gallery .gallery-item:hover:after {
      opacity: 0; }

.contact .contact-inner {
  background: url("../media/contact-bg.png") left 100px no-repeat;
  min-height: 650px; }

.contact .contact-right {
  float: right;
  width: 74.35897%; }
  .contact .contact-right .contact-info {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    background: #FFF;
    overflow: hidden;
    margin: 27px 0 0 0; }
  .contact .contact-right .contact-text {
    text-align: center;
    padding: 100px 0; }
    .contact .contact-right .contact-text p {
      font-size: 16px;
      line-height: 25px;
      color: #22211f;
      font-weight: 300; }
      .contact .contact-right .contact-text p a {
        text-decoration: none;
        color: #22211f; }
        .contact .contact-right .contact-text p a:hover {
          color: #8bccc5; }
  .contact .contact-right #map {
    float: left;
    width: 50%;
    height: 500px; }

.contact .social-bottom {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
  clear: both; }
  .contact .social-bottom h2 {
    font-size: 17px;
    color: #22211f;
    margin: 0 0 20px 0; }
  .contact .social-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contact .social-bottom ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
      .contact .social-bottom ul li a {
        display: block;
        width: 34px;
        height: 34px;
        text-indent: -9999px; }
        .contact .social-bottom ul li a.fb {
          background: url("../images/fb-black.png"); }
        .contact .social-bottom ul li a.in {
          height: 33px;
          background: url("../images/insta-black.png"); }

.footer {
  border-top: 1px solid #e1e1e1; }
  .footer p {
    font-size: 14px;
    color: #22211f;
    font-weight: 300;
    margin: 0; }
    .footer p a {
      color: #8bccc5;
      text-decoration: none; }
      .footer p a:hover {
        color: #8bccc5 !important; }
  .footer .footer-left {
    float: left;
    margin: 15px 0; }
  .footer .footer-right {
    float: right;
    margin: 15px 0; }
    .footer .footer-right a {
      color: #000; }

.scroll-top {
  position: fixed;
  right: 53px;
  bottom: 53px;
  background: url("../images/scroll-up.png") rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden; }
  .scroll-top.fixed {
    opacity: 1;
    visibility: visible; }

.nav-menu {
  float: left;
  width: 20.94017%;
  margin: 60px 0; }
  .nav-menu .select {
    opacity: 0;
    visibility: hidden; }
  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-menu ul li {
      margin: 20px 0; }
      .nav-menu ul li a {
        display: block;
        font-size: 16px;
        color: #22211f;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: 43px;
        min-height: 24px;
        line-height: 24px;
        background-position: left center; }
        .nav-menu ul li a:hover, .nav-menu ul li a.active {
          background: url("../images/menu-active.png") left center no-repeat;
          color: #81beb7; }

.menu-restaurant {
  overflow: hidden;
  padding-bottom: 55px; }
  .menu-restaurant h1 {
    margin-bottom: 50px;
    max-width: 59.82906%; }

.menu-list {
  float: right;
  width: 76.92308%;
  position: relative; }
  .menu-list .pdf {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000000;
    line-height: 26px;
    color: #22211f;
    left: 11%;
    width: 180px;
    text-align: center; }
    .menu-list .pdf:hover {
      border-color: #81beb7;
      color: #81beb7; }
  .menu-list .menu-item {
    padding: 30px 0;
    position: relative;
    display: none; }
    .menu-list .menu-item .menu-bg {
      width: 569px;
      height: 667px;
      position: absolute;
      right: 0;
      top: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .menu-list .menu-item#menu1 {
      display: block; }
  .menu-list .menu-item-content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    background: #8bccc5;
    padding: 50px 45px 20px 45px;
    overflow: hidden;
    max-width: 400px;
    min-height: 606px;
    position: relative;
    z-index: 10; }
    .menu-list .menu-item-content table {
      font-size: 14px; }
      .menu-list .menu-item-content table strong {
        text-transform: capitalize;
        display: block; }
        .menu-list .menu-item-content table strong i {
          display: inline-block;
          background: url("../images/spicy.png") center no-repeat;
          width: 5px;
          height: 8px;
          margin: 4px 1px 0 0;
          vertical-align: top; }
      .menu-list .menu-item-content table td {
        vertical-align: top;
        padding-bottom: 20px; }
      .menu-list .menu-item-content table td:first-child {
        padding-right: 20px;
        width: 65%; }
      .menu-list .menu-item-content table td:last-child {
        text-align: right;
        width: 28%; }
        .menu-list .menu-item-content table td:last-child strong {
          display: inline-block; }
        .menu-list .menu-item-content table td:last-child span {
          display: block; }
      .menu-list .menu-item-content table.table-multiple td:first-child {
        width: 50%;
        padding-right: 10px; }
      .menu-list .menu-item-content table.table-multiple td:last-child {
        width: 50%; }

        [data-price] {
          opacity: 0;
          transition: all 0.3s;
        }
        [data-price].load {
          opacity: 1;
        }
.boxs {
  margin-bottom: 180px;
  margin-top: 50px;
}
.boxs .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxs .container .box {
  width: 47%;
  position: relative;
}
.boxs .container .box:nth-child(3) {
  margin: 180px auto 0 auto;
}
@media all and (max-width: 1024px) {

}
.boxs .container .box .img img {
  width: 100%;
}
.boxs .container .box .text {
  background: #8ACBC4;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.36);
  min-height: 252px;
  padding: 45px 40px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 75%;
}
.boxs .container .box .text .heading {
  display: flex;
  justify-content: space-between;
}
.boxs .container .box .text .heading .icon {
  width: 70px;
}
.boxs .container .box .text .heading .title {
  width: calc(100% - 90px);
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0;
}
.boxs .container .box .text .desc {
  font-size: 18px;
  line-height: 24px;
  margin: 30px 0 0 0;
}

@media all and (max-width: 1024px) {
  .boxs {
    margin-bottom: 80px;
  }
  .boxs .container .box {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px auto !important;
  }
}

@media all and (max-width: 767px) { 
  .boxs {
    margin-bottom: 0;
  }
  .boxs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .boxs .container .box {
    margin-bottom: 40px;
  }
  .boxs .container .box .text {
    position: relative;
    margin-top: -30px;
    margin-left: 10px;
    margin-right: 10px;
    top: auto;
    left: auto;
    right: auto;
    z-index: 3;
  }
  .boxs .container .box .text .heading {
    flex-wrap: wrap;
    justify-content: center;
  }
  .boxs .container .box .text .heading .title {
    width: 100%;
    text-align: center;
  }
}