@font-face {
  font-family: "CG pixel 4x5 stwalkerster";
  src: url("/fonts/CG-pixel-4x5-stwalkerster.woff2") format("woff2");
}
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
}
.heading_container h2 span {
  color: #2c1f13;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}
.hero_bg_box img {
  width: 100%;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #58412c;
  padding: 15px 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "CG pixel 4x5 stwalkerster", sans-serif;
}
.navbar-brand:hover {
  color: #ffffff;
}
.navbar-brand small {
  font-size: 0.6rem;
  display: block;
  margin-top: -1rem;
}
.navbar-brand .logo {
  height: 49px;
  float: left;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #2c1f13;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #2c1f13;
}
.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #2c1f13;
  font-size: 3rem;
}
.slider_section .detail-box p {
  color: #6d6d6d;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  flex-wrap: wrap;
}
.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2c1f13;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #2c1f13;
}
.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #2c1f13;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 105px;
  height: 50px;
  transform: translateY(50%);
}
.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  color: #58412c;
  font-size: 14px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.slider_section .carousel_btn-box a:hover {
  background-color: #2c1f13;
  color: #ffffff;
}

.dish_section .heading_container {
  margin-bottom: 25px;
}
.dish_section .box {
  position: relative;
}
.dish_section .box .img-box {
  position: relative;
}
.dish_section .box .img-box img {
  width: 100%;
}
.dish_section .box .img-box .food_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.dish_section .box .img-box .food_overlay p {
  text-align: center;
}
.dish_section .box .img-box:hover .food_overlay {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.dish_section .dish_carousel {
  margin-top: 35px;
}
.dish_section .dish_carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.dish_section .dish_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  outline: none;
  background-color: #58412c;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.dish_section .dish_carousel .owl-nav button:hover {
  background-color: #2c1f13;
}
.dish_section .dish_carousel .owl-nav button.owl-prev {
  left: 25px;
}
.dish_section .dish_carousel .owl-nav button.owl-next {
  right: 25px;
}

.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #2c1f13;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #2c1f13;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #2c1f13;
}

@media (min-width: 992px) {
  .columns {
    columns: 2;
  }
}
.reservation_section {
  position: relative;
}

.reservation_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  z-index: -1;
}
.reservation_bg_box img {
  width: 100%;
}

.res_box {
  background-color: #ffffff;
  text-align: center;
}

.res_heading {
  background-color: #58412c;
  color: #ffffff;
  padding: 15px 10px;
  font-weight: 600;
}

.res_detail_heading {
  font-weight: 600;
}

.res_detail_box {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.res_time {
  margin-top: 15px;
}
.res_time h6 {
  color: #2c1f13;
}

.res_call {
  color: #58412c;
  border: 1px solid #58412c;
  padding: 10px 25px;
  margin-top: 25px;
  transition: all 0.2;
}
.res_call:hover {
  background-color: #58412c;
  color: #ffffff;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .row {
  align-items: stretch;
}
.contact_section .form_container {
  background-color: #58412c;
  padding: 45px;
}
.contact_section .form_container h3 {
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}
.contact_section .form_container p, .contact_section .form_container addr, .contact_section .form_container dl {
  color: #ffffff;
}
.contact_section .map_container {
  height: 100%;
  min-height: 375px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}
.contact_section .map_container .map #map {
  height: 100%;
}
.contact_section .map_container .map .popup {
  display: flex;
  flex-direction: row;
}
.contact_section .map_container .map .popup .popup-logo img {
  max-height: 4rem;
}
.contact_section .map_container .map .popup .popup-content {
  margin-left: 1rem;
}
.contact_section .map_container .map .popup .popup-content b {
  display: inline-block;
  margin-bottom: 1rem;
}

.client_section .custom_heading-container {
  justify-content: center;
}
.client_section .client_box {
  margin: 45px 15px 15px 15px;
  padding: 25px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}
.client_section .client_box .client-id {
  display: flex;
  align-items: center;
}
.client_section .client_box .client-id .img-box img {
  width: 100%;
  max-width: 225px;
}
.client_section .client_box .client-id .name {
  margin-left: 15px;
}
.client_section .client_box .client-id .name h5 {
  font-weight: bold;
}
.client_section .client_box .client-id .name p {
  color: #58412c;
  margin: 0;
}
.client_section .client_box .detail {
  margin-top: 25px;
}
.client_section .client_box:hover {
  background-color: #f3f3f3;
  box-shadow: none;
}
.client_section .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.client_section .owl-carousel button.owl-dot {
  width: 30px;
  height: 10px;
  margin: 0 5px;
  background-color: #58412c;
  border: none;
  border-radius: 0;
  outline: none;
  margin-top: 40px;
}
.client_section .owl-carousel button.owl-dot.active {
  background-color: #2c1f13;
  border: none;
  border-radius: 0;
  outline: none;
}

/* info section */
.info_section {
  position: relative;
  background-color: #252525;
  color: #ffffff;
  padding: 25px 0 20px 0;
}
.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.info_section .social_box {
  display: flex;
  align-items: center;
}
.info_section .social_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #2c1f13;
  border-radius: 100%;
  margin-right: 5px;
}
.info_section p {
  margin-bottom: 0;
  color: #878585;
}
.info_section a {
  text-transform: none;
}
.info_section .info_link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info_section .info_link-box ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.info_section .info_link-box ul li {
  list-style-type: none;
  margin: 0 10px;
}
.info_section .info_link-box ul li a {
  color: #878585;
}
.info_section .info_bottom .row {
  align-items: center;
}
.info_section .info_contact {
  margin: 15px 0;
}
.info_section .info_contact .link-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: #ffffff;
}
.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #2c1f13;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}
.info_section .disclaimer {
  font-size: 0.8rem;
}

.info_form form {
  display: flex;
}
.info_form form input {
  flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}
.info_form form button {
  width: 45px;
  height: 45px;
  background-color: #2c1f13;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}

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