@font-face {
  font-family: 'ONSaryakunheaB';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/ONSaryakunheaB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
  background: #000 url('https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80') repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    /* https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80 */
    /* https://images.unsplash.com/photo-1628690328902-d2e4cce8f47b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1310&q=80 */
    background: #000 url('https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80') repeat;
    background-size: contain;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
  font-style: 18px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'ONSaryakunheaB';
  font-weight: 400;
  margin: 0 0 20px 0;
}

.m-5 {
  margin: 7em 3em !important;
}

::-webkit-selection {
  color: #fff;
  background: #5E4036;
}

::-moz-selection {
  color: #fff;
  background: #5E4036;
}

::selection {
  color: #fff;
  background: #5E4036;
}

.box-border {
  border-width: 30px;
  border-style: solid;
  border-image: url('https://i.imgur.com/YHa7nnm.png');
  border-image-repeat: stretch;
  border-image-slice: 100;
}

/* LANDING */
#intro {
  background: linear-gradient(rgba(255,255,240,0.3), rgba(255,255,240,0.3)), url("https://i.imgur.com/l9cWrxq.png");
  height: 100vh;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

/* NAV */
.main-nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-nav.scrolled {
  background: #000 url('https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80') repeat;
  top: -82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-nav.scrolled {
    background: #000 url('https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80') repeat;
  }
}

.main-nav #logo {
  font-size: 38px;
  margin: 0;
  padding: 0;
  font-family: 'ONSaryakunheaB';
  font-weight: 600;
  letter-spacing: 6px;
}
.main-nav a {
  color: #5E4036;
}
.scrolled .main-nav #logo {
  color: #fff !important;
}

.main-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.main-nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.main-nav ul li a {
  padding: 15px 15px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .main-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active {
  color: #5E4036;
}

.main-nav ul li.active > a {
  color: #C1902E;
  position: relative;
}

.main-nav ul li.active > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  margin: 0 auto;
}

.reserve-link {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  transition: .3s ease-in-out;
}

.reserve-link:hover {
  background-color: #C1902E;
}

.reserve-link:hover a {
  color: #fff !important;
}

/* SECTION */
.section {
  padding: 2em 0;
  overflow: hidden;
}

.section p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 1.5;
}

.section-heading {
  width: 100%;
  float: left;
}
.section-heading h2 {
  font-weight: 600;
  font-style: 40px;
  color: #5E4036;
  font-family: 'ONSaryakunheaB';
}

/* MENU */
#menu .section-heading h2 {
  color: #5E4036;
  font-family: 'ONSaryakunheaB';
}
.modal-content {
  background-image: url('https://images.unsplash.com/photo-1629968417850-3505f5180761?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1352&q=80');
}

#menu-wrwap {
  height: 400px !important;
  background: url(../images/loader.gif) no-repeat center center;
}

#menu-wrwap .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#menu-wrwap .flexslider .slides {
  position: relative;
}
#menu-wrwap .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px !important;
  position: relative;
}
#menu-wrwap .flexslider .flex-control-nav {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}
#menu-wrwap .flexslider .flex-control-nav li {
  margin-bottom: 10px;
}
#menu-wrwap .flexslider .flex-control-nav li a {
  background: #5E4036 ;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
#menu-wrwap .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
}

#menu-wrwap .flexslider .flex-direction-nav {
  display: none;
}

#menu-wrwap .flexslider .slider-text-bg .desc {
  background: transparent;
}

#menu-wrwap .flexslider .slider-text-bg .desc h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  color: #fff !important;
}
#menu-wrwap .flexslider .slider-text,
#menu-wrwap .flexslider .slider-text-bg {
  display: table;
  height: 400px;
  z-index: 9;
  width: auto;
}
#menu-wrwap .flexslider .slider-text-bg > .slider-text-inner {
  display: table-cell;
  vertical-align: bottom;
  min-height: 400px;
}

/* ORDER */
.card-wrap {
  padding-bottom: 10px;
}

#order .card {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border-width: 0;
}

#order .card img {
  transition: 0.4s ease-in-out;
  transform: translateY(10px);
}

#order .card:hover img {
  transform: translateY(0);
}

#order .section-heading h2 {
  color: #5E4036;
  font-family: 'ONSaryakunheaB';
}

/* VISIT */
#visit {
  border: none !important;
}

.visit-text {
  margin: auto;
}

#visit .section-heading h2 {
  color: #5E4036;
  font-family: 'ONSaryakunheaB';
}
#visit .g-map {
  height: 650px !important;
}
#order,
#about,
#reservation,
#footer {
  clear: both;
}

/* PARALLAX */
#reservation,  #parallax {
  border-bottom: none;
  padding: 7em 0;
}

#reservation, #parallax {
  background-size: cover;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}

#reservation .overlay, #parallax .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
#reservation .section-heading {
  margin-bottom: 0;
}
#reservation .section-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fff;
  margin-bottom: 20px !important;
}
#reservation .section-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

/* FOOTER */
#footer .text-center {
  margin-top: 25px;
}

.footer-btn {
  border-color: #fff !important;
  color: #fff !important;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* BUTTON */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #5E4036;
  color: #fff;
  border: 2px solid #5E4036;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #C1902E !important;
  border-color: #C1902E !important;
}
.btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #5E4036;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #5E4036;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #C1902E;
  color: #fff;
}


.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}