:root {
    --red: #ad0502;
    --white: #ffffff;
    --peach: #ffe4c9;
    --brown: #8c7968;
    --sandy: #bfa68e;
    --espresso: #382e21;
    --green: #595911;
    --drab: #4c4d0f;
    --black: #401a1d;
    --dpred: #480300;
    --goldenrod: #f2e06d;
    --hvrpark: #600f0b;
}

@font-face {
  font-display: swap;
  font-family: 'Martel Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/martel-sans-v14-latin-300.eot'); 
  src: url('../fonts/martel-sans-v14-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/martel-sans-v14-latin-300.woff2') format('woff2'), 
       url('../fonts/martel-sans-v14-latin-300.woff') format('woff'), 
       url('../fonts/martel-sans-v14-latin-300.ttf') format('truetype'),
       url('../fonts/martel-sans-v14-latin-300.svg#MartelSans') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Martel Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/martel-sans-v14-latin-regular.eot'); 
  src: url('../fonts/martel-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/martel-sans-v14-latin-regular.woff2') format('woff2'), 
       url('../fonts/martel-sans-v14-latin-regular.woff') format('woff'), 
       url('../fonts/martel-sans-v14-latin-regular.ttf') format('truetype'),
       url('../fonts/martel-sans-v14-latin-regular.svg#MartelSans') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Martel Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/martel-sans-v14-latin-600.eot'); 
  src: url('../fonts/martel-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/martel-sans-v14-latin-600.woff2') format('woff2'), 
       url('../fonts/martel-sans-v14-latin-600.woff') format('woff'), 
       url('../fonts/martel-sans-v14-latin-600.ttf') format('truetype'),
       url('../fonts/martel-sans-v14-latin-600.svg#MartelSans') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dancing-script-v29-latin-500.eot'); 
  src: url('../fonts/dancing-script-v29-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/dancing-script-v29-latin-500.woff2') format('woff2'), 
       url('../fonts/dancing-script-v29-latin-500.woff') format('woff'), 
       url('../fonts/dancing-script-v29-latin-500.ttf') format('truetype'),
       url('../fonts/dancing-script-v29-latin-500.svg#DancingScript') format('svg');
}

body {
    font-size: 1rem;
    margin: 0rem;
    font-family: 'Martel Sans';
    padding: 0rem;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
address {
    margin: 0;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 1.25rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
header ul, header ul li,
.reserve_wrapper ul, .reserve_wrapper li,
.con_parking ul, .con_parking li,
.footer_wrapper ul, .footer_wrapper li,
.sticky_info ul, .sticky_info li {
    margin: 0;
    padding: 0.0rem;
    list-style: none;
}

/*MOBILE HUMBERGER */
.hamburger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}
.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--white);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines, .hamburger-menu-on.active .burger .burger-lines::after, .hamburger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 0.938rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: var(--white);
}
.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.header_inner.sticky {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  padding: 1.375rem 0;
  background-color: var(--red);
  transition: all 0.4s;
}
.header_inner.sticky.sticky-fixed {
  padding: 0.938rem 0;
  position: fixed;
}
.nav_blck {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_left {
  width: 75%;
  display: flex;
  align-items: center;
}
.nav_menu {
  padding-left: 4.500rem;
}
.nav_menu li {
  display: inline-block;
  padding-right: 3.125rem;
  position: relative;
}
.nav_menu li::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--peach);
  position: absolute;
  top: 5px;
  right: 26px;
}
.nav_menu li:last-child::before {
    content: unset;
}
.nav_menu li a, .nav_right a {
  font-size: 1.188rem;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  transition: color 0.4s;
}
.nav_menu li a:hover, .nav_right a:hover,
.nav_menu li a.active {
    color: var(--peach);
}
.nav_menu li a::before, .nav_right a span::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--peach);
  bottom: 0;
  left: 0;
  position: absolute;
  transition: width 0.3s;
}
.nav_menu li a:hover::before, 
.nav_menu li a.active::before,
.nav_right a span:hover::before {
    width: 100%;
}
.nav_right a span {
    position: relative;
}
.nav_right img {
  margin-right: 0.625rem;
}
ul.mob_menu {
    display: none;
}

.banner_wrapper {
  background-color: var(--peach);
}
.banner_content {
  position: absolute;
  top: 276px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 0;
  z-index: 99;
}
.banner_content h1 {
  display: inline-block;
  border-bottom: 2px solid var(--peach);
  padding-bottom: 0.250rem;
}
.banner_content h1 span {
    font-family: 'Dancing Script';
    color: var(--peach);
    font-size: 9.375rem;
    background: -webkit-linear-gradient(var(--peach), var(--sandy));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-1px -2px 0px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 40px rgba(0, 0, 0, 1));
}
.banner_content h1 small {
  font-size: 5.625rem;
}
.banner_content h2 {
  color: var(--white);
  filter: drop-shadow(0px 0px 40px rgb(0, 0, 0));
}
.banner_content h2 span {
  font-size: 3.125rem;
  font-weight: 400;
}
.banner_content h2 b {
  font-size: 4.375rem;
  font-family: 'Dancing Script';
  font-weight: 500;
}

.parallax_box {
  height: 978px;  /* your slide height */
  overflow: hidden;
  position: relative;
}
.parallax_box img {
    width: 100%;
    height: 978px;
    object-fit: cover;
} 

.parallax-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax-img {
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.banner_btns {
  padding-top: 5.938rem;
}
.banner_btns a {
  display: inline-block;
  font-size: 1.188rem;
  letter-spacing: 0.95px;
  background-color: rgba(255,228,201,0.85);
  color: var(--red);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-height: 115px;
  vertical-align: top;
  min-width: 318px;
  padding: 0.750rem 0 0 0;
  margin: 0 2.375rem;
  border: 2px solid transparent;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.banner_btns a:hover {
  border-color: var(--peach);
  color: var(--peach);
  background-color: transparent;
}
a.bnr_btn1:hover img {
    content: url(../images/banner_btn1_hover.png); 
}
a.bnr_btn2:hover img {
    content: url(../images/banner_btn2_hover.png); 
}
.banner_btns img {
  height: 54px;
}
.banner_btns a span {
  display: block;
  padding-top: 0.375rem;
}


.about_wrapper {
  background-color: var(--espresso);
  padding-top: 9.062rem;
  padding-bottom: 10.25rem;
}
.gx-6 {
    --bs-gutter-x: 3.5rem;
}
.about_wrapper .container_mid {
  max-width: 1770px;
}
.about_showcase::before {
  content: "";
  width: 100%;
  height: 710px;
  border: 4px solid var(--goldenrod);
  position: absolute;
  top: 45px;
  left: 25px;
  border-radius: 270px 270px 0 0;
  z-index: 9;
}
.title_head span {
  display: block;
  font-size: 1.188rem;
  color: var(--peach);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  margin-top: 0.500rem;
}
h2.abt_tag{
  font-size: 3.750rem;
  color: var(--white);
  font-family: 'Dancing Script';
  font-weight: 500;
  margin-top: 0.875rem;
}
.about_block {
  padding-top: 4.875rem;
}
.about_desp {
  margin-bottom: 2.000rem;
}
.about_desp h3 {
  font-size: 2.062rem;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.65px;
  margin-bottom: 1.375rem;
}
.about_desp p {
  color: var(--peach);
  font-size: 1.188rem;
  font-weight: 300;
  letter-spacing: 0.475px;
  line-height: 31.25px;
}
.abt_item img {
  width: 100%;
  height: 710px;
  object-fit: cover;
  border-radius: 270px 270px 0 0;
}
.about_showcase .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}
.about_showcase .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0.312rem;
  background: rgba(255,255,255,0.65);
}
.about_showcase .owl-dots .owl-dot.active span, 
.about_showcase .owl-dots .owl-dot:hover span {
  background: var(--white);
}
.about_outer {
  display: flex;
  margin-top: 2.750rem;
}
.about_block {
  width: calc(35% + 10px);
}
.about_block:nth-child(1) {
  padding-right: 3.438rem;
}
.about_block:nth-child(3) {
  padding-left: 3.438rem;
}
.about_slider {
  width: 527px;
  position: relative;
}
.about_showcase {
    overflow: hidden;
    z-index: unset;
    width: 527px;
} 
.about_showcase::before {
    content: unset;
}  
.about_slider::after {
    content: "";
  width: 100%;
  height: 710px;
  border: 4px solid var(--goldenrod);
  position: absolute;
  top: 45px;
  left: 25px;
  border-radius: 270px 270px 0 0;
}



.menu_wrapper {
  background-color: var(--green);
  z-index: 9;
  padding-top: 8.750rem;
  padding-bottom: 7.375rem;
}
.menu_wrapper::before {
    content: "";
    background-image: url(../images/menu_bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;
    z-index: -1;
    background-attachment: fixed;    
}

.menu_content {
  padding-right: 1.250rem;
  text-align: center;
}
.menu_desp h2 {
  font-size: 3.125rem;
  color: var(--white);
  margin-bottom: 2.188rem;
}
.menu_desp p {
  color: var(--white);
  font-size: 1.188rem;
  font-weight: 300;
  letter-spacing: 0.475px;
  line-height: 31.25px;
}
.menu_quote {
  width: 541px;
  background-color: var(--drab);
  margin: 0 auto;
  padding: 1.938rem 1.250rem;
  position: relative;
  min-height: 154px;
  box-shadow: 0 0 80px rgba(255,228,201,0.40);
  margin-top: 4.688rem;
}
.menu_quote::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border: 2px solid var(--peach);
  position: absolute;
}
.menu_quote span {
  color: var(--peach);
  font-size: 2.125rem;
  line-height: 43px;
  font-family: 'Dancing Script';
}
.menu_desp {
  padding-top: 1.500rem;
}
.flip_book {
  padding-top: 7.000rem;
  max-width: 673px;
  margin-left: auto;
}
.btn_style {
  font-size: 1.188rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  color: var(--red);
  min-width: 326px;
  height: 60px;
  background-color: var(--peach);
    display: inline-block;
  text-align: center;
  padding-top: 1.000rem;
  border: 2px solid var(--peach);
  vertical-align: top;
  transition: background-color 0.4s, color 0.4s;
}
.flip_book a {
    margin: 0 auto;
    margin-top: 3.750rem;
    display: table;
}
.flip_book a:hover,
.btn_style:hover {
    background-color: transparent;
    color: var(--peach);
}

.event_wrapper {
  background-image: url(../images/event_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3.125rem;
  padding-bottom: 5.000rem;
}
.event_desp {
  padding-top: 1.250rem;
}
.event_desp h2 {
  font-size: 1.750rem;
  color: var(--white);
  line-height: 43.75px;
  margin-bottom: 2.812rem;
}
.event_desp a {
  min-width: 304px;
  padding-top: 0.562rem;
}
.event_desp a img {
  margin-right: 0.312rem;
}
.event_desp a:hover img {
    content: url(../images/evnt_anh_icon_hvr.png);
}
.event_wrapper .title_head span {
    margin-top: 1.000rem;
}


.reserve_wrapper {
  background-image: url(../images/reservation_bg2.jpg);
  background-repeat: no-repeat;
  background-color: var(--peach);
  background-position: center;
  background-attachment: fixed;
  padding-top: 3.750rem;
  padding-bottom: 5.625rem;
}
.reserve_wrapper .col-md-6 {
  position: relative;
}
.reserve_wrapper .title_head {
  text-align: center;
  max-width: 155px;
  margin-left: auto;
}
.reserve_wrapper .title_head span {
  color: var(--red);
}
.reser_desp {
  text-align: right;
  padding-top: 1.375rem;
}
.reser_desp h2 {
  font-size: 1.750rem;
  color: var(--black);
  line-height: 43.75px;
  margin-bottom: 2.188rem;
  font-weight: 600;
}
.reser_desp .btn_style {
  border-color: var(--red);
  padding-top: 0.562rem;
  min-width: 316px;
}
.reser_desp .btn_style img {
  padding-right: 0.312rem;
}
.reser_desp .btn_style span {
  line-height: 1;
  display: inline-block;
  padding-top: 0.688rem;
}
.reser_desp .btn_style:hover {
    background-color: var(--red);
}
.reser_desp .btn_style:hover img {
    content: url(../images/evnt_anh_icon_hvr.png);
}
.reserve_box {
  background-color: var(--dpred);
  width: 673px;
  z-index: 9;
  text-align: center;
  position: absolute;
  right: 5px;
  box-shadow: 0 0 80px rgba(255,228,201,0.30);
  padding: 3.750rem 1.250rem 3.125rem 1.250rem;
  top: 195px;
}
.reserve_box::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  z-index: -1;
  left: 20px;
  border: 2px solid var(--peach);
  position: absolute;
}
.reserve_box h3 {
  font-size: 1.188rem;
  color: var(--peach);
  text-transform: uppercase;
  letter-spacing: 0.95px;
  font-weight: 300;
  margin-bottom: 1.750rem;
}
.reserve_box li, .reserve_box li a {
  font-size: 1.188rem;
  color: var(--white);
  letter-spacing: 0.475px;
  line-height: 31.25px;
  transition: color 0.4s;
  vertical-align: middle;
  font-weight: 300;
}
.reserve_box li a:hover {
    color: var(--peach);
    text-decoration: underline !important;
    text-underline-offset: 5px;
}
ul.reserve_time li p {
    font-size: 1.188rem;
}
.reserve_time p span {
  color: var(--peach);
}
.mail, .cus_check p a {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.reserve_call address span {
  position: relative;
  padding-right: 1.250rem;
}
.reserve_call address span::before,
.footer_info .reserve_time li:before {
  content: "|";
  position: absolute;
  top: 1px;
  right: 4px;
}
.reserve_call address span:last-child::before {
    content: unset;
}
.reserve_call img {
  margin-top: -0.312rem;
  margin-right: 0.250rem;
}
ul.reserve_call {
  padding-bottom: 1.500rem;
}


.contact_block {
  max-width: 694px;
}
.contact_wrapper {
  background-color: var(--dpred);
  padding-top: 9.688rem;
  padding-bottom: 6.875rem;
}
.contact_block h2 {
  font-size: 3.125rem;
  color: var(--white);
  margin-top: 1.562rem;
  margin-bottom: 2.188rem;
}
.contact_block .title_head p {
  font-size: 1.188rem;
  color: var(--peach);
  letter-spacing: 0.475px;
  line-height: 31.25px;
  font-weight: 300;
}
.contact_block .title_head p b {
    font-weight: 600;
    color: var(--white);
}
.contact_form {
  padding-top: 2.125rem;
}
.form-group .form-control {
  border: none;
  border-bottom: 2px solid var(--peach);
  background-color: transparent;
  border-radius: 0;
  font-weight: 300;
  color: var(--white);
  font-size: 1.062rem;
  padding: 0 1.188rem;
  height: 52px;
}
.form-control:focus {
    box-shadow: none;
}
.form-group textarea.form-control {
  height: 180px !important;
  margin-top: 0.625rem;
}
.form-group .form-control::placeholder {
    color: var(--white);
    opacity: 1;
}
.form_dbl {
  display: flex;
}
.form_dbl > div {
  width: 100%;
  margin-right: 2.500rem;
}
.form_dbl > div:last-child {
    margin-right: 0;
}
.form-group {
  margin-bottom: 2.812rem;
}


.cus_check {
  display: block;
  position: relative;
  padding-left: 2.750rem;
  margin-bottom: 0.750rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cus_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 2px solid var(--peach);
}
.cus_check input:checked ~ .checkmark {
  background-color: var(--peach);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus_check small {
  display: block;
  margin-top: 1.125rem;
}
.cus_check input:checked ~ .checkmark:after {
  display: block;
}
.cus_check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid var(--dpred);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cus_check b {
  font-size: 1.188rem;
  color: var(--white);
  letter-spacing: 0.475px;
  font-weight: 400;
  display: block;
  margin-bottom: 0.250rem;
}
.cus_check p, .cus_check p a, .cus_check small {
  font-size: 0.875rem;
  line-height: 25px;
  color: var(--white);
  letter-spacing: 0.35px;
}
.cus_check p a {
  text-underline-offset: 4px;
  transition: opacity 0.4s;
}
.footer_info a, .footer_right a, .sticky_info a {
    transition: opacity 0.4s;
}
.footer_info a:hover, .footer_right a:hover,
.sticky_info a:hover {
    opacity: 0.6;
}
.cus_check p a:hover {
    opacity: 0.75;
}
.form_btn {
  padding-top: 1.250rem;
  display: flex;
  flex-wrap: wrap;
}
.form_btn .btn_style {
  min-width: 263px;
  padding-top: 0.375rem;
  margin-left: 2.188rem;
}
.contact_right {
  max-width: 673px;
  margin-left: auto;
  margin-top: 7.250rem;
}
.contact_showcase {
  display: flex;
  align-items: flex-start;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
}
.contact_showcase > div {
  width: 100%;
  margin-right: 2.500rem;
  position: relative;
  margin-bottom: 2.812rem;
}
.contact_showcase > div:last-child {
  margin-right: 0;
}
.contact_showcase > div:nth-child(1) {
  margin-top: 5.000rem;
}
.con_img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--goldenrod);
  position: absolute;
  top: 44px;
  left: 25px;
  border-radius: 250px 250px 0 0;
}
.con_img img {
  width: 100%;
  height: 426px;
  object-fit: cover;
  border-radius: 250px 250px 0 0;
}
.con_parking {
  text-align: center;
  padding-top: 7.250rem;
}
.con_parking h3 {
  color: var(--peach);
  font-size: 1.188rem;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2.125rem;
}
.con_parking ul {
  display: flex;
}
.con_parking li {
  width: 100%;
  border: 2px solid var(--peach);
  margin-right: 2.500rem;
  padding: 1.125rem 0.375rem 1.750rem 0.375rem;
}
.con_parking li {
    transition: background-color 0.4s;
}
.con_parking li:hover {
    background-color: var(--hvrpark);
}
.con_parking li:last-child {
    margin-right: 0;
}
.con_parking li h4, .con_parking li address {
  font-size: 1.188rem;
  color: var(--white);
  line-height: 31.25px;
  letter-spacing: 0.475px;
}
.con_parking li h4 {
  color: var(--peach);
  margin-top: 0.750rem;
}
.map_wrapper #map{
  height: 540px;
  width: 100%;
}
.footer_wrapper {
  background-color: var(--green);
  padding-top: 2.500rem;
  padding-bottom: 3.750rem;
}
.footer_left {
  display: flex;
  width: 950px;
}
.footer_info {
  padding-left: 3.500rem;
  padding-top: 0.625rem;
}
.footer_info address, .footer_info a, .footer_info span {
  font-size: 1.062rem;
  color: var(--white);
  font-weight: 300;
  letter-spacing: 0.425px;
}
.footer_info li {
  display: inline-block;
  vertical-align: top;
}
.footer_info address span:last-child {
    padding-right: 0;
}
.footer_info .reserve_call li {
  padding-right: 0.625rem;
}
.footer_info .reserve_time li {
  padding-right: 1.250rem;
  position: relative;
}
.footer_info .reserve_time li::before {
    color: var(--white);
    right: 6px;
}
.footer_info .reserve_time li:last-child::before {
    content: unset;
}
.footer_info ul.reserve_call {
  padding-bottom: 0.125rem;
}
.footer_right {
  padding-top: 0.750rem;
}
.footer_right li {
  display: inline-block;
  padding-left: 1.375rem;
}
.footer_right li a {
  font-size: 1.062rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.85px;
}
.f_copy {
  padding-top: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.f_copy p {
  font-size: 0.875rem;
  color: var(--peach);
  font-weight: 300;
  letter-spacing: 0.35px;
  margin-right: 2.500rem;
}
.sticky_info {
  background-color: var(--brown);
  text-align: center;
  padding: 1.250rem 0 0.750rem 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.sticky_info .reserve_call {
  padding: 0;
}
.sticky_info li {
  display: inline-block;
}
.sticky_info li address, .sticky_info li a {
  font-size: 1.188rem;
  color: var(--white);
  letter-spacing: 0.475px;
}
.footer_right ul {
  display: inline-block;
}
.footer_right ul.footer_social {
  padding-right: 12px;
}
.footer_social li {
  padding-left: 16px;
}
img.review_box {
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 999;
}





/*Modal Content*/
.modal-body h1{
    font-size: 3.313rem;
    line-height: normal;
}
.modal-body h2{
    font-size: 1.875rem;
    line-height: normal;
}
.modal-body h3{
    font-size: 1.188rem;
    line-height: normal;
    font-weight: bold;
}
.modal-body h4 {
  font-size: 2.375rem;
  line-height: 3rem;
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4 {
    margin-bottom: 0.938rem;
    color: var(--theme-color);
}
.modal-body p {
  font-size: 1.25rem;
  line-height: 31.25px;
  margin-bottom: 1.25rem;
}
.modal-body a {
    color: var(--secn-color);
}
.modal{
    z-index: 111111;
}
.modal-backdrop{
    z-index: 11111;
}
.modal-dialog{
    max-width: 50%;
}
.modal-body {
    max-height: 670px;
    overflow-x: auto;
    padding: 0 1.25rem;
}
.modal-content {
    padding: 1.563rem;
    padding-top: 0.938rem;
}
.btn-close:focus{
    box-shadow: none;
}
.btn-close {
  position: absolute;
  right: -45px;
  top: 10px;
  background-color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

@media screen and (min-width: 1801px) {
    .container {
        max-width: 1452px;
    }
    .container_mid {
      max-width: 1720px;
      margin: 0 auto;
    }
}

@media screen and (max-width:1199px) {

    .hamburger-menu, .nav_blck {
        display: block;
    }
    .container_mid {
        padding: 0 0.938rem;
    }
    .nav_menu {
        margin-top: 0;
        display: block;
        position: fixed;
        width: 85%;
        height: 100%;
        top: 0;
        right: -1199px;
        padding-top: 7.375rem;
        transition: right 0.5s;
        z-index: 1001;
        padding-left: 0;
        text-align: left;
        background-position: bottom;
        background-color: rgba(255, 228, 201, 1);
        box-shadow: 0 0 13px rgb(0 0 0 / 50%);
    }
    .nav_right {
        display: none;
    }
    .nav_left {
        width: 100%;
        justify-content: space-between;
    }
    .header_inner.sticky, 
    .header_inner.sticky.sticky-fixed {
        padding: 0.938rem 0.000rem;
    }
    .nav_left a img {
        width: 160px;
    }
    header.header_wrapper.active .nav_menu {
        right: 0;
    }
    header.header_wrapper.active .burger .burger-lines::after, 
    header.header_wrapper.active .burger .burger-lines::before,
    .nav_menu li a::before, .nav_right a span::before {
        background-color: var(--red);
    }
    .nav_menu li {
        display: block;
        padding: 0 0.938rem 1.562rem 0.938rem;
    }
    .nav_menu li a, .nav_right a,
    .nav_menu li a:hover, .nav_right a:hover, 
    .nav_menu li a.active {
        color: var(--red);
    }
    ul.mob_menu {
        display: block;
    }
    .sticky_info {
        padding: 0.500rem 0;
        z-index: 99;
    }
    .sticky_info img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .sticky_info li address, .sticky_info li a {
        font-size: 0.750rem;
        letter-spacing: normal;
    }
    .sticky_info .reserve_call address span {
        padding-right: 0.938rem;
    }
    .banner_content {
        top: 165px;
        padding: 0 0.938rem;
    }
    .banner_content h1 span {
        font-size: 3.438rem;
        margin-right: 0;
        line-height: 1.1;
        display: inline-block;
    }
    .banner_content h1 small {
        font-size: 2.175rem;
    }
    .banner_content h1 {
        padding-bottom: 0.312rem;
        margin-bottom: 1.250rem;
    }
    .banner_content h2 {
        line-height: 1;
    }
    .banner_content h2 span {
        font-size: 1.500rem;
    }
    .banner_content h2 b {
        font-size: 2.125rem;
    }
    .banner_btns {
        padding-top: 1.875rem;
    }
    .banner_btns img {
        height: 42px;
    }
    .banner_btns a {
        font-size: 1.062rem;
        letter-spacing: 0.65px;
        min-height: 99px;
        min-width: 300px;
        margin: 0;
        margin-bottom: 0.688rem;
    }
    .parallax_box, .parallax_box img {
        height: 750px;
    }
    .about_wrapper {
        padding-top: 4.375rem;
        padding-bottom: 2.500rem;
    }
    .title_head span {
        font-size: 1.062rem;
        letter-spacing: 0.65px;
        margin-top: 0.625rem;
    }
    h2.abt_tag {
        font-size: 2.125rem;
    }
    .about_outer {
        display: block;
        margin-top: 0;
    }
    .about_block {
        width: 100%;
        padding-top: 3.125rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
    .about_desp h3 {
        font-size: 1.625rem;
        letter-spacing: 1.05px;
        margin-bottom: 0.938rem;
    }
    .about_desp p {
        color: var(--peach);
        font-size: 1.062rem;
        font-weight: 300;
        letter-spacing: 0.275px;
        line-height: 26.25px;
    }
    .about_desp br {
        display: none;
    }
    .about_showcase, .about_slider {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 2.500rem;
    }
    .abt_item img, .about_slider::after {
        height: 400px;
    }
    .about_slider::after {
        top: 20px;
        left: 10px;
        border: 2px solid var(--goldenrod);
    }
    .menu_wrapper {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }
    .menu_desp h2 {
        font-size: 2.125rem;
        margin-bottom: 1.562rem;
    }
    .menu_content {
        padding-right: 0;
    }
    .menu_desp p {
        font-size: 1.062rem;
        line-height: 26.25px;
    }
    .menu_quote {
        width: 100%;
        padding: 1.562rem 1.875rem;
        margin-top: 2.188rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_quote span {
        font-size: 1.500rem;
        line-height: 30px;
    }
    .flip_book {
        padding-top: 3.750rem;
        max-width: 100%;
    }
    .flip_book a {
        min-width: 300px;
        margin-top: 1.875rem;
    }
    .event_desp h2 {
        font-size: 1.500rem;
        line-height: 34.75px;
        margin-bottom: 1.562rem;
    }
    .event_wrapper {
        padding-bottom: 3.125rem;
    }
    .reserve_wrapper .title_head {
        max-width: 100%;
    }
    .reserve_wrapper {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .reser_desp {
        text-align: center;
        padding-top: 1.250rem;
    }
    .reser_desp h2 {
        font-size: 1.500rem;
        line-height: 35.75px;
        margin-bottom: 1.562rem;
    }
    .reser_desp .btn_style {
        min-width: 300px;
    }
    .reser_desp br {
        display: none;
    }
    .reserve_box {
        width: 100%;
        position: relative;
        right: 0;
        padding: 3.125rem 1.562rem 2.500rem 1.562rem;
        top: 0;
        margin-top: 2.500rem;
    }
    .reserve_box li, .reserve_box li a {
        font-size: 1.000rem;
        letter-spacing: normal;
        line-height: 25.25px;
    }
    .reserve_call img {
        margin-top: -0.188rem;
        margin-right: 0.125rem;
        width: 17px;
        height: 20px;
        object-fit: contain;
    }
    ul.reserve_time li p {
        font-size: 1.000rem;
    }
    .contact_wrapper {
        padding-top: 4.375rem;
        padding-bottom: 2.500rem;
    }
    .contact_block h2 {
        font-size: 2.125rem;
        margin-bottom: 1.562rem;
    }
    .contact_block .title_head p {
        font-size: 1.062rem;
        line-height: 26.25px;
    }
    .form-group {
        margin-bottom: 1.250rem;
    }
    .form_btn {
        text-align: center;
        justify-content: center;
    }
    img.review_box {
        width: 150px;
    }
    .footer_left {
        width: 100%;
    }
    .form_btn .btn_style {
        min-width: 260px;
        margin-left: 0;
        margin-top: 1.250rem;
    }
    .contact_right {
        max-width: 410px;
        padding: 0 1.562rem;
        margin: 0 auto;
        margin-top: 3.750rem;
    }
    .contact_showcase > div {
        margin-right: 1.250rem;
        margin-bottom: 0;
    }
    .con_img img {
        height: 190px;
    }
    .con_img::before {
        top: 20px;
        left: 10px;
    }
    .con_parking {
        padding-top: 5.625rem;
    }
    .con_parking ul {
        display: block;
    }
    .con_parking h3 {
        margin-bottom: 1.250rem;
    }
    .con_parking li {
        width: 100%;
        margin-right: 0;
        padding: 1.125rem 0.375rem 0.750rem 0.375rem;
        margin-bottom: 1.250rem;
    }
    .con_parking li h4, .con_parking li address {
        font-size: 1.062rem;
        line-height: 26.25px;
    }
    .con_parking li img {
        width: 34px;
    }
    .map_wrapper #map{
      height: 270px;
      width: 100%;
    }
   
    .footer_info address, .footer_info a, .footer_info span {
        font-size: 0.938rem;
        letter-spacing: normal;
    }
   
    .modal-dialog {
        max-width: 95%;
    }
    .modal-content {
        padding: 0.313rem;
        padding-top: 0.313rem;
    }
    .modal.show .modal-dialog {
        margin-top: 5rem;
    }
    .btn-close {
        right: 0;
        top: -45px;
    }
    .modal-body {
        padding: 0;
    }
    .modal-body h1 {
        font-size: 2.313rem;
    }
    .modal-body p {
        font-size: 1.063rem;
        line-height: 24.25px;
        margin-bottom: 0.938rem;
    }
    .modal-body h2 {
        font-size: 1.375rem;
    }
    .modal-body h4 {
        font-size: 1.575rem;
        line-height: 2rem;
    }
  
}

@media screen and (max-width: 767px) {
    .form_dbl {
        display: block;
    }
    .form_dbl > div {
        margin-right: 0;
    }
    .footer_left {
        display: block;
        text-align: center;
    }
    a.footer_logo {
        display: block;
        margin-bottom: 1.875rem;
    }
    .footer_right {
        padding-top: 1.875rem;
        text-align: center !important;
    }
    .footer_right li:nth-child(1) {
        padding-left: 0;
    }
    .footer_info li {
        display: block;
        padding-top: 0.125rem;
    }
    .footer_info .reserve_time li {
        padding-right: 0;
    }
    .footer_info .reserve_time li::before {
        content: unset;
    }
    .footer_info {
        padding-left: 0;
    }
    .footer_info .reserve_time {
        padding-top: 0.625rem;
    }
    .footer_wrapper {
        padding-top: 1.875rem;
        padding-bottom: 4.688rem;
    }
    .f_copy p {
        margin-right: 1.250rem;
    }
    .footer_right ul.footer_social {
        padding-right: 0;
        display: block;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .nav_menu {
        width: 50%;
    }
    .banner_content h1 span {
        font-size: 5.000rem;
    }
    .banner_content h1 small {
        font-size: 2.812rem;
    }
    .banner_content h2 span {
        font-size: 1.750rem;
    }
    .banner_content h2 b {
        font-size: 2.750rem;
    }
    .banner_btns a {
        min-height: 90px;
        min-width: 265px;
        margin: 0 0.938rem;
        margin-bottom: 0;
    }
    .banner_btns img {
        height: 34px;
    }
    .parallax_box, .parallax_box img {
        height: 560px;
    }
    .about_desp {
        margin-bottom: 2.000rem;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
        padding-right: 1.875rem;
    }
    .menu_quote {
        width: 60%;
    }
    .about_desp:last-child {
        padding-right: 0;
    }
    .event_desp br {
        display: none;
    }
    .reserve_box {
        margin-top: 0;
    }
    .contact_showcase {
        display: block;
    }
    .contact_showcase > div:nth-child(1) {
        margin-top: 0;
        margin-bottom: 3.125rem;
    }
    .con_img img {
        height: 280px;
    }
    .form_dbl > div {
        margin-right: 1.562rem;
    }

    .footer_info {
        padding-left: 1.875rem;
        padding-top: 0.312rem;
    }
    .footer_right {
        padding-top: 1.250rem;
    }
    .f_copy {
        padding-top: 0.625rem;
    }
    .footer_right ul.footer_social {
        padding-right: 0;
    }
    .footer_right ul.footer_social img {
        width: 25px;
    }
    .footer_social li {
        padding-left: 10px;
    }
    img.review_box {
        width: 200px;
    }
 
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .nav_menu {
        width: 40%;
    }
    .menu_quote {
        width: 100%;
    }
    .contact_right {
        max-width: 320px;
    }

}

@media screen and (max-width: 1800px) and (min-width: 1200px) {

    .container, .container_mid {
      max-width: 1200px;
      margin: 0 auto;
    }
    .nav_menu {
        padding-left: 1.875rem;
    }
    .nav_left a img {
        width: 160px;
    }
    .nav_left {
        width: 80%;
    }
    .nav_menu li a, .nav_right a {
        font-size: 1.062rem;
        letter-spacing: 0.45px;
    }
    .nav_menu li::before {
        width: 1px;
        height: 22px;
        top: 4px;
        right: 8px;
    }
    .nav_menu li {
        padding-right: 1.250rem;
    }
    .nav_right img {
        margin-right: 0.312rem;
        width: 35px;
    }
    .header_inner.sticky {
        padding: 0.938rem 0;
    }
    .banner_content h1 {
        padding-bottom: 0.000rem;
    }
    .banner_content h1 span {
        font-size: 7.500rem;
    }
    .banner_content h1 small {
        font-size: 4.125rem;
    }
    .banner_content h2 span {
        font-size: 2.125rem;
    }
    .banner_content h2 b {
        font-size: 3.438rem;
    }
    .banner_btns {
        padding-top: 3.125rem;
    }
    .banner_btns a {
        letter-spacing: 0.75px;
        font-size: 1.062rem;
        min-width: 288px;
        padding: 1.062rem 0 0 0;
        margin: 0 1.250rem;
    }
    .parallax_box img, .parallax_box {
        height: 730px;
    }
    .banner_content {
        top: 235px;
    }
    .about_wrapper {
        padding-top: 5.000rem;
        padding-bottom: 5.000rem;
    }
    .title_head span {
        font-size: 1.062rem;
        letter-spacing: 0.65px;
    }
    h2.abt_tag {
        font-size: 3.000rem;
    }
    .about_slider, .about_showcase {
        width: 350px;
    }
    .abt_item img, .about_slider::after {
        height: 550px;
    }
    .about_block:nth-child(1) {
        padding-right: 2.188rem;
    }
    .about_block:nth-child(3) {
        padding-left: 2.188rem;
    }
    .about_desp h3 {
        font-size: 1.625rem;
        letter-spacing: 0.95px;
        margin-bottom: 1.000rem;
    }
    .about_outer {
        padding: 0 1.875rem;
    }
    .about_desp p {
        font-size: 1.062rem;
        line-height: 26.25px;
    }
    .about_desp br {
        display: none;
    }
    .menu_wrapper {
        padding-top: 6.250rem;
        padding-bottom: 6.250rem;
    }
    .menu_desp h2 {
        font-size: 2.500rem;
        margin-bottom: 1.250rem;
    }
    .menu_quote {
        width: 500px;
        min-height: 146px;
        margin-top: 3.438rem;
    }
    .menu_quote span {
        font-size: 1.750rem;
        line-height: 40px;
    }
    .menu_desp p, .contact_block .title_head p,
    .con_parking li h4, .con_parking li address {
        font-size: 1.062rem;
        line-height: 26.25px;
    }
    .flip_book img {
        width: 100%;
    }
    .flip_book {
        max-width: 550px;
    }
    .reserve_box {
        width: 550px;
        top: 175px;
    }
    .reserve_box li, .reserve_box li a, ul.reserve_time li p {
        font-size: 1.062rem;
        line-height: 29.25px;
    }
    .contact_block h2 {
        font-size: 2.500rem;
        margin-bottom: 1.562rem;
    }
    .contact_block {
        max-width: 600px;
    }
    .contact_right {
        max-width: 550px;
        margin-top: 6.562rem;
    }
    .con_img img {
        height: 375px;
    }
    .form_btn .btn_style {
        min-width: 245px;
        margin-left: 1.250rem;
    }
    .sticky_info li address, .sticky_info li a {
        font-size: 1.062rem;
    }
    .sticky_info {
        padding: 0.750rem 0 0.500rem 0;
    }
    .footer_info address, .footer_info a, .footer_info span, 
    .footer_right li a {
        font-size: 0.938rem;
    }
    .footer_info {
        padding-left: 2.188rem;
    }
    .f_copy p {
        font-size: 0.750rem;
        letter-spacing: 0.15px;
        margin-right: 0.938rem;
    }
    .f_copy img {
        width: 130px;
    }
    .reserve_call img {
        margin-top: -0.125rem;
    }
    .footer_right li {
        padding-left: 0.625rem;
    }
    .footer_right ul.footer_social {
        padding-right: 0px;
    }
    .footer_social li {
        padding-left: 0.375rem;
    }
    .footer_right ul.footer_social img {
        width: 22px;
    }


    .modal-body h1 {
        font-size: 3.313rem;
    }
    .modal-body h2 {
        font-size: 1.775rem;
    }
    .modal-body p {
        font-size: 1.125rem;
        line-height: 26.25px;
        margin-bottom: 0.938rem;
    }
    .modal-body h4 {
        font-size: 2.075rem;
        line-height: 2.6rem;
    }
   
}
.fmessage {
  float: left;
  width: 100%;
  margin-top: 40px;
  background-color: var(--peach);
  padding: 15px;
}
.fmessage span {
  font-size: 2rem;
  color: var(--red);
}