/* ==========================================================================
IMPORT
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..600;1,100..600&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* ==========================================================================
    Boilerplate
    ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
    RESET
    ========================================================================== */
h1, h2, h3, h4, ul, ul li, ol, ol li, p, figure, blockquote, dt, dl, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, strong {
  font-weight: normal;
}

input, select {
  outline: none;
  border: none;
}

ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

table {
  border: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a:active, a:visited, a:focus {
  outline: none;
}

* {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* ==========================================================================
    TYPOGRAPHY
    ========================================================================== */
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-Regular.woff2") format("woff2"), url("../fonts/NyghtSerif-Regular.woff") format("woff");
}
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-RegularItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-RegularItalic.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-Light.woff2") format("woff2"), url("../fonts/NyghtSerif-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-LightItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-Medium.woff2") format("woff2"), url("../fonts/NyghtSerif-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: NyghtSerif;
  src: url("../fonts/NyghtSerif-MediumItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* ==========================================================================
    VARS
    ========================================================================== */
/* ==========================================================================
    GENERAL
    ========================================================================== */
body {
  font-family: "Epilogue", Arial, sans-serif;
}

.wrapper {
  max-width: 1080px;
  padding: 0 35px;
  margin: 0 auto;
}

.col_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.col_wrap .col {
  width: 50%;
}

.text_card {
  position: relative;
  top: 50px;
}
.text_card p {
  padding: 24px;
  background: #fff;
  position: relative;
}

.text_card_wrap .col img {
  width: 100%;
}
.text_card_wrap p {
  margin-right: -40px;
}
.text_card_wrap.reverse {
  flex-direction: row-reverse;
}
.text_card_wrap.reverse p {
  margin-left: -40px;
}

p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
p strong {
  font-weight: 500;
}

.button {
  padding: 20px 50px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: opacity 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.button.red {
  background: #D64D1D;
  color: #fff;
}
.button.tuff {
  background: #F7D27A;
  color: #00588D;
}
.button:hover {
  opacity: 0.8;
}

.loghi {
  margin: 30px auto 0;
  text-align: center;
}
.loghi img {
  margin: 0 10px;
}

.title_section {
  font-family: "NyghtSerif", Georgia, serif;
  font-size: 72px;
  font-style: italic;
  color: #F7D27A;
  letter-spacing: 0.5px;
  text-align: center;
  flex: 1 1 auto;
}
.title_section strong {
  font-style: normal;
  font-weight: 500;
  color: #00588D;
}

/*** HEADER ***/
.header {
  position: fixed;
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  --lines: 0.0003px;
  transition: background 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.header .logo {
  width: 155px;
  height: 55px;
  background: url("../img/logo.svg") no-repeat center center/100% 100%;
  margin: 30px;
  display: block;
  text-indent: -9999px;
}
.header nav {
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.header.bg_active {
  background: rgba(0, 88, 141, 0.9);
}
.header li.current a {
  color: #F7D27A;
}

.navigation ul {
  display: flex;
}
.navigation ul li {
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.navigation ul a {
  color: #fff;
  transition: color 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.navigation ul a:hover {
  color: #F7D27A;
}

.burger, .navigation_mobile {
  display: none;
}

/* ==========================================================================
    HOME
    ========================================================================== */
.loader {
  height: 100vh;
  width: 100%;
  background: #00588D;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  color: #fff;
  font-size: 42px;
  line-height: 72px;
  letter-spacing: 0.5px;
}

.center_elm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  flex-direction: row;
  display: flex;
  width: 170px;
  height: 104px;
  overflow: hidden;
}
.center_elm span {
  width: 170px;
  height: 104px;
  background: url("../img/logo.svg") no-repeat center center/100% 100%;
  display: block;
  text-indent: -9999px;
}

/* ==========================================================================
    INTRO
    ========================================================================== */
.intro {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.intro_text {
  position: absolute;
  z-index: 8;
  bottom: 50%;
  left: 50%;
  text-align: center;
  width: 60%;
  max-width: 710px;
  transform: translate(-50%, 50%);
}
.intro_text p {
  font-family: "NyghtSerif", Georgia, serif;
  color: #fff;
  font-size: 53px;
  line-height: 62px;
  letter-spacing: 0.5px;
  display: block;
  overflow: hidden;
}
.intro_text span {
  display: inline-block;
  margin: 0 8px;
}
.intro_text strong {
  font-style: italic;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #00588D;
  opacity: 0.5;
  z-index: 7;
  --lines: 0.0005px;
}

.intro_video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; /*z-index: 7;*/
  z-index: -1;
  object-fit: cover;
}

.intro_more {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 45px;
  z-index: 8;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  transition: color 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.intro_more span {
  width: 80px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 3px 0 0 28px;
  transition: color 700ms cubic-bezier(0.52, 0.005, 0, 0.995), margin 700ms cubic-bezier(0.52, 0.005, 0, 0.995), width 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
}
.intro_more:hover {
  color: #F7D27A;
}
.intro_more:hover span {
  background: #F7D27A;
  width: 110px;
  margin: 3px 0 0 15px;
}

/* ==========================================================================
    PROJECT
    ========================================================================== */
.project {
  background: #fff;
  padding: 120px 0;
}

.project_intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.project_intro p {
  margin-bottom: 20px;
}
.project_intro .button {
  margin-top: 25px;
}

.project_intro .img_prj_1 img {
  margin-left: -50px;
  top: -5%;
}

.project_text_outro {
  margin-top: 40px;
}
.project_text_outro p {
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.project_text_outro strong {
  color: #2D2A33;
  font-weight: 600;
}

.title_project_intro {
  font-family: "NyghtSerif", Georgia, serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.title_project_intro span {
  display: block;
  font-weight: 300;
}
.title_project_intro .tuff {
  color: #F7D27A;
  font-weight: 500;
}

.project_middle {
  padding-top: 200px;
}
.project_middle p strong:first-of-type {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.project_bottom {
  width: 50%;
}

.project_bottom p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  max-width: 590px;
  margin-top: 250px;
}
.project_bottom p strong {
  color: #2D2A33;
  font-weight: 600;
}

.img_prj_1 {
  max-width: 460px;
}

/* ==========================================================================
    LOCATION
    ========================================================================== */
.location {
  position: relative;
  margin-bottom: 150px;
}
.location .wrapper {
  height: 680px;
  position: relative;
}
.location video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.location .location_text {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 9;
  max-width: 940px;
  transform: translateY(-50%);
  left: 40px;
}
.location p {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.location strong {
  font-family: "NyghtSerif", Georgia, serif;
  font-style: italic;
  font-weight: regular;
}

.location_top {
  position: absolute;
  right: 70px;
  top: 0;
  transform: translateY(-50%);
  max-width: 400px;
  z-index: 8;
}

.location_bottom {
  position: absolute;
  left: 70px;
  bottom: 0;
  transform: translateY(50%);
  max-width: 390px;
  z-index: 8;
}

/* ==========================================================================
    ABOUT
    ========================================================================== */
.about {
  padding: 115px 0 120px;
}

.about_intro p {
  margin-top: 40px;
  text-align: center;
  color: #555555;
}
.about_intro p strong {
  color: #2D2A33;
  font-weight: 500;
}

.title_section_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.title_section_wrap .title_line {
  background: #F7D27A;
  height: 1px;
  flex: 100 0 0;
  margin: 10px 10px 0 20px;
}

.about_chef {
  margin: 140px 0 360px;
}
.about_chef .about_text p {
  margin-top: -30px;
  font-size: 20px;
  line-height: 30px;
}
.about_chef .about_text p:first-of-type {
  margin-top: 0;
}

.about_img_wrap {
  position: relative;
}

.text_card_wrap .col .about_img_2 {
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  max-width: 345px;
}

.text_card {
  z-index: 9;
}

/* ==========================================================================
    SERVICES
    ========================================================================== */
.services {
  background: #00588D;
  padding: 110px 0 250px;
  --lines: 0.0003px;
}
.services p {
  color: #fff;
}
.services .title_section span {
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  margin: 0 10px;
}
.services .title_section strong {
  color: #fff;
}
.services .title_section_wrap {
  margin-bottom: 80px;
}
.services .service_wrap .col_wrap {
  justify-content: space-between;
}
.services .service_wrap .col {
  max-width: 520px;
}
.services .service_wrap .title_service {
  font-family: "NyghtSerif", Georgia, serif;
  font-size: 50px;
  font-style: italic;
  color: #F7D27A;
  margin-bottom: 18px;
  font-weight: 300;
}
.services .service_wrap .title_service strong {
  font-weight: 500;
}
.services .service_wrap p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.service_middle_img {
  margin: 80px 0;
  max-width: 480px;
}

.service_middle_video {
  margin: 140px auto;
  max-height: 580px;
  position: relative;
  overflow: hidden;
}
.service_middle_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour {
  margin-top: 80px;
}
.tour .col_wrap {
  flex-direction: row-reverse;
}

/*** FOOTER ***/
.footer {
  padding: 100px 0 0;
}

.title_footer {
  font-family: "NyghtSerif", Georgia, serif;
  color: #00588D;
  font-size: 43px;
  line-height: 70px;
  font-weight: 300;
  margin-bottom: 30px;
}
.title_footer span {
  font-size: 72px;
  color: #F7D27A;
  display: block;
  font-weight: normal;
  font-style: italic;
}
.title_footer strong {
  font-size: 72px;
  margin-left: 10px;
  font-weight: 500;
}

.contact {
  text-align: center;
  border-top: 2px solid #F7D27A;
  border-bottom: 2px solid #F7D27A;
  margin: 70px 0;
  padding: 80px 100px;
  color: #555555;
}
.contact a, .contact strong {
  margin: 0;
  color: #2D2A33;
}

.contact_col {
  text-align: center;
}

.contact_text p {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  color: #555555;
}

.footer_social {
  margin-bottom: 110px;
}
.footer_social ul {
  margin: 0 auto;
  text-align: center;
}
.footer_social ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer_social ul li a {
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  display: block;
}
.footer_social .instagram {
  background: url("../img/instagram-icon.svg") no-repeat center center/100% 100%;
}
.footer_social .whatsapp {
  background: url("../img/whatsapp-icon.svg") no-repeat center center/100% 100%;
}
.footer_social .tiktok {
  background: url("../img/tiktok-icon.svg") no-repeat center center/100% 100%;
}

.footer_copy {
  background: #00588D;
  color: #fff;
  padding: 40px 0;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
}
.footer_copy a {
  color: #fff;
}
.footer_copy .wrapper {
  display: flex;
  justify-content: center;
}
.footer_copy strong {
  font-weight: 600;
}
.footer_copy span::before {
  content: "- ";
}

.footer_privacy a {
  margin-left: 20px;
}

/* ==========================================================================
    PARALLAX
    ========================================================================== */
.img_parallax {
  position: relative;
  overflow: hidden;
}

.text_card_wrap .col.img_parallax img {
  max-width: none;
  height: 120%;
  position: relative;
  top: -10%;
  object-fit: cover;
}

.img_parallax img {
  max-width: none;
  height: 120%;
  position: relative;
  top: -10%;
  object-fit: cover;
}

.about_img_1 {
  height: 450px;
}

.col_wrap .col.service_img_1 {
  width: 40%;
}

.service_middle_img {
  width: 480px;
  height: 330px;
}

.service_middle_img img {
  left: -8%;
}

.services .service_wrap .col.service_img_3 {
  width: 370px;
}

[data-scroll-class=active] {
  transition: opacity 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
  opacity: 0;
}
[data-scroll-class=active].active {
  opacity: 1;
}

/* ==========================================================================
    MOBILE
    ========================================================================== */
.reservation_mobile {
  display: none;
}

/* ==========================================================================
    COMING SOON
    ========================================================================== */
.coming_soon {
  background: #00588D;
  color: #fff;
}
.coming_soon .logo {
  width: 370px;
  height: 110px;
  background: url("../img/logo.svg") no-repeat center center/100% 100%;
  margin: 30px;
  display: block;
  text-indent: -9999px;
}
.coming_soon .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.coming_soon a {
  color: #fff;
  font-weight: 600;
}
.coming_soon .footer_social {
  margin-top: 5px;
  transform: scale(0.8);
}
.coming_soon .footer_social .instagram {
  background: url("../img/instagram-icon-white.svg") no-repeat center center/100% 100%;
}
.coming_soon .footer_social .whatsapp {
  background: url("../img/whatsapp-icon-white.svg") no-repeat center center/100% 100%;
}
.coming_soon .footer_social .tiktok {
  background: url("../img/tiktok-icon-white.svg") no-repeat center center/100% 100%;
}

/* ==========================================================================
    404
    ========================================================================== */
.not_found {
  height: 60vh;
  text-align: center;
  background: #2D2A33;
}
.not_found p {
  color: #fff;
  font-size: 24px;
}

.title_notfound {
  font-size: 58px;
  line-height: 72px;
  padding-top: 200px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/* ==========================================================================
    HELPERS
    ========================================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.item_desktop {
  display: block;
}

.item_mobile {
  display: none;
}

/* ==========================================================================
    Media Queries
    ========================================================================== */
@media only screen and (max-width: 768px) {
  body, html {
    overflow-x: hidden;
  }
  .intro_video {
    width: 140%;
    left: -40%;
  }
  .intro .center_elm {
    top: 45%;
  }
  .wrapper {
    padding: 0 24px;
  }
  p {
    font-size: 22px;
    line-height: 28px;
  }
  .col_wrap .col {
    width: 100%;
  }
  .button {
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 600;
  }
  .text_card {
    top: 0;
  }
  .text_card_wrap.reverse p {
    margin-left: 0;
    padding: 32px 0 48px;
  }
  .text_card_wrap p {
    margin-right: 0;
  }
  .img_parallax img {
    top: 0;
    left: 0;
    height: 100%;
  }
  /*** HEADER ***/
  .header {
    height: 80px;
  }
  .navigation {
    flex-direction: column;
  }
  .navigation {
    display: none;
  }
  .burger {
    z-index: 9999;
    text-indent: -9999px;
    display: block;
    position: fixed;
    top: 30px;
    right: 22px;
    width: 40px;
  }
  .burger .line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 4px auto;
    transition: 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
  }
  .burger.active .line {
    background-color: #fff;
  }
  .burger.active .line:nth-child(2) {
    opacity: 0;
  }
  .burger.active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header .navigation ul {
    display: none;
  }
  .nav_mobile {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #00588D;
  }
  .nav_mobile ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
  }
  .nav_mobile li {
    font-family: "NyghtSerif", Georgia, serif;
    font-size: 32px;
    line-height: 48px;
  }
  .nav_mobile li a {
    color: #fff;
  }
  .header .logo {
    width: 104px;
    height: 37px;
    margin: 22px;
    position: relative;
    z-index: 20;
  }
  .reservation_mobile {
    position: fixed;
    z-index: 9;
    bottom: -100px;
    left: 0;
    display: block;
    width: calc(100% - 24px);
    background: #00588D;
    color: #fff;
    padding: 12px 12px 24px;
    opacity: 0;
    box-shadow: 0px 4px 16px 7px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #3E85AD;
    --lines: 0.0003px;
    transition: all 700ms cubic-bezier(0.52, 0.005, 0, 0.995);
  }
  .reservation_mobile p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 5px 0 10px;
    letter-spacing: 0.5px;
  }
  .reservation_mobile p strong {
    font-weight: 600;
  }
  .reservation_mobile .button {
    padding: 12px 0;
    font-weight: 600;
  }
  .reservation_mobile.active {
    opacity: 1;
    bottom: 0;
  }
  .loader .center_elm {
    top: 45%;
  }
  /* ==========================================================================
      INTRO
      ========================================================================== */
  .intro_text {
    width: 80%;
  }
  .intro_text p {
    font-size: 48px;
    line-height: 52px;
    text-align: left;
  }
  .intro_text span {
    margin: 0 5px;
  }
  /* ==========================================================================
      PROJECT
      ========================================================================== */
  .project {
    padding: 14px 0;
    margin-top: -50px;
  }
  .project_intro {
    tex-direction: column;
  }
  .project_intro .button {
    display: none;
  }
  .project_intro .img_prj_1 {
    text-align: right;
    height: 420px;
    width: 100%;
  }
  .project_intro img {
    width: 100%;
    margin-right: 0;
    height: 100%;
    object-fit: cover;
  }
  .title_project_intro {
    font-size: 38px;
    line-height: 42px;
  }
  .project_intro p:first-of-type {
    margin-bottom: 20px;
  }
  .loghi img {
    width: 25%;
    height: auto;
  }
  .project_text_outro p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .project_middle {
    padding-top: 0;
    margin-top: -70px;
  }
  .project_bottom {
    width: 100%;
  }
  .project_bottom p {
    margin: 40px 0 20px;
    line-height: 26px;
  }
  /* ==========================================================================
      LOCATION
      ========================================================================== */
  .location {
    height: auto;
  }
  .location p {
    font-size: 22px;
    line-height: 28px;
  }
  .location .wrapper {
    height: 520px;
  }
  .location_top {
    display: none;
  }
  .location_bottom {
    left: 24px;
  }
  .location_bottom img {
    width: 265px;
    height: 185px;
  }
  .location .location_text {
    top: 45%;
    max-width: 320px;
  }
  /* ==========================================================================
      ABOUT
      ========================================================================== */
  .about {
    padding: 20px 0 80px;
  }
  .title_section {
    font-size: 48px;
    line-height: 50px;
  }
  .title_section strong {
    font-size: 52px;
    display: block;
  }
  .about_intro p {
    font-size: 18px;
    line-height: 26px;
  }
  .about_chef {
    margin: 60px auto 0;
  }
  .about_chef .about_text p {
    margin-top: -15px;
  }
  .about_chef .text_card_wrap p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .about_chef .text_card_wrap.reverse {
    flex-direction: column-reverse;
  }
  .about_chef .text_card.col {
    background: #fff;
    width: 100%;
    margin-top: -150px;
    margin-left: 0;
  }
  .about_img_1 {
    display: none;
  }
  .text_card_wrap .col .about_img_2 {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .about_surf {
    flex-direction: column-reverse;
    margin-top: 15px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .about_surf .text_card {
    width: 85%;
    margin-top: -70px;
  }
  .about_surf p {
    font-size: 16px;
    line-height: 26px;
  }
  .about_img_3 {
    height: 400px;
  }
  .about_img_3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  /* ==========================================================================
      SERVICE
      ========================================================================== */
  .services {
    padding: 40px 0 80px;
  }
  .services .title_service {
    font-size: 42px;
    margin-bottom: 8px;
    line-height: 46px;
  }
  .services .title_section span {
    font-size: 32px;
    line-height: 40px;
    margin-left: 10px;
  }
  .services .title_section_wrap {
    margin-bottom: 40px;
  }
  .services .service_wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .service_wrap .col_wrap {
    flex-direction: column-reverse;
  }
  .service_wrap .col_wrap img {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .service_wrap .col_wrap .title_service {
    margin-top: 20px;
    line-height: 56px;
  }
  .service_middle_img {
    width: 80%;
  }
  .service_middle_img img {
    width: 100%;
  }
  .col_wrap .col.service_img_3 {
    text-align: right;
  }
  .col_wrap .col.service_img_3 img {
    width: 70%;
  }
  .service_middle_video {
    display: none;
  }
  .service_img_4 {
    margin-top: 40px;
  }
  .col_wrap .col.service_img_1 {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .col_wrap .col.service_img_4 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 40px;
  }
  .tour {
    margin-top: 0;
  }
  /*** FOOTER ***/
  .footer {
    padding-top: 60px;
  }
  .footer p {
    margin-bottom: 20px;
  }
  .footer .button {
    margin-top: 20px;
  }
  .title_footer {
    color: #00588D;
    font-size: 26px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .title_footer span {
    font-size: 52px;
  }
  .title_footer strong {
    font-size: 48px;
    margin-left: 5px;
  }
  .contact {
    border-top: none;
    max-width: 100%;
    padding: 20px 0;
    margin: 30px 0;
  }
  .contact p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .contact p:first-of-type a, .contact p:first-of-type strong {
    display: block;
  }
  .contact_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_social {
    margin-bottom: 70px;
  }
  .footer_copy {
    font-size: 14px;
    padding: 30px 0;
  }
  .footer_copy a {
    display: block;
    text-align: right;
  }
  .footer_copy span::before {
    content: "";
  }
}
/*
// Iphone 5
@media only screen and (max-width : 320px) {

}

// Iphone Landscape
@media only screen and (max-height : 375px)  {

}

@media only screen and (min-width : 320px) and (max-width : 480px) {
}


@media only screen and (min-width: 35em) {

}

@media print,
        (-o-min-device-pixel-ratio: 5/4),
        (-webkit-min-device-pixel-ratio: 1.25),
        (min-resolution: 120dpi) {

}
*/
/* ==========================================================================
    Helper classes
    ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
    Print styles
    ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
