@charset "UTF-8";
.header {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.header-auto {
  overflow: unset;
  height: auto;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 2;
  background: linear-gradient(to left, #4c86d0, #fff);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.top-header-relative {
  position: relative !important;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 767px) {
  .menu {
    display: block;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-toggle i {
  color: white;
  font-size: 24px;
}
@media (min-width: 767px) {
  .menu-toggle {
    display: none;
  }
}

.menu li {
  display: inline-block;
  margin-left: 20px;
}

.menu li a {
  color: white;
  text-decoration: none;
  font-size: 19px;
}

.text-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%;
}
.text-overlay .title {
  font-size: 30px;
  margin-bottom: 7rem;
}
@media (min-width: 767px) {
  .text-overlay .title {
    font-size: 40px;
    margin-bottom: 10rem;
  }
}

.slick-slide {
  text-align: center;
}

.slick-slide p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .slick-slide p {
    font-size: 30px;
  }
}

.slick-carousel {
  display: none;
}

.slick-carousel {
  width: 80%;
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.text-overlay p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
@media (min-width: 767px) {
  .text-overlay p {
    font-size: 20px;
  }
}

.button {
  margin-bottom: 1rem;
  background-color: #4c86d0;
  color: white;
  padding: 1% 2%;
  border-radius: 5px;
  text-decoration: none;
}

.header-img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo img {
  width: 110px;
  height: auto;
  cursor: pointer;
}

.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #333;
  color: #fff;
  background: linear-gradient(to left, #4c86d0, #fff);
  color: #000;
  padding: 10px;
  z-index: 999;
  width: 100%;
  align-items: center;
}
.active li {
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 95%, 0.22);
}

@media only screen and (min-width: 768px) {
  .text-overlay {
    top: 80%;
    transform: translateX(-50%);
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.description-section {
  padding: 20px;
  padding: 0 40px;
  margin-top: 4rem;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.description {
  text-align: center;
  margin-bottom: 20px;
}
.description .title {
  border-bottom: 3px solid #4c86d0;
  display: inline-block;
}
.description .text {
  margin-top: 2rem;
  font-size: 19px;
}

.box {
  width: calc(25% - 20px);
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.box img {
  width: 100%;
  height: 200px;
  display: block;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.box:hover img {
  transform: scale(1.1);
}

.box .title {
  padding: 10px;
  background-color: #4c86d0;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box {
    flex-basis: 100%;
  }
}
.reservation {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.reservation-section {
  background-color: #4c86d0;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.reservation-section h1,
.reservation-section p {
  margin-top: 0.5rem;
}

.reservation-section {
  background-image: url("/images/homepage.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.reservation-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.reservation-details,
.contact-info {
  position: relative;
  z-index: 1;
}

.contact-info h3 {
  margin-top: 20px;
}

.contact_us {
  padding: 16px 64px 16px 63px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 2rem;
}

.contact-info .title {
  margin-bottom: 2rem;
}

.four-columns-section {
  padding: 20px;
  margin-top: 4rem;
  padding: 0 40px;
}

.four-columns-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.column {
  flex-basis: calc(25% - 10px);
  background-color: white;
  padding: 20px;
}

.column h3 {
  margin-top: 0;
  color: #4c86d0;
}

.column p {
  margin-bottom: 0;
  margin-top: 1rem;
}

.footer {
  padding: 20px;
  color: white;
  text-align: center;
  position: relative;
  background-color: #000;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.footer .icon {
  color: #E04A27;
  font-size: 30px;
}
.footer .logo {
  width: 110px;
  height: auto;
  cursor: pointer;
}

.social-icon {
  color: #3b5998;
}

.social-icon:hover {
  color: #E04A27;
}

.social-icon-whatsapp {
  color: #25d366;
}

.social-icon-whatsapp:hover {
  color: #E04A27;
}

.social-icon-tiktok {
  color: #fff;
}

.social-icon-tiktok:hover {
  color: #E04A27;
}

.image-text {
  display: flex;
  max-width: 100%;
  flex-direction: column-reverse;
}
.image-text .content {
  margin-top: 1rem;
}
@media (min-width: 767px) {
  .image-text {
    display: flex;
    align-items: flex-start;
  }
  .image-text .content {
    margin: 35px;
  }
}

.image-text .content {
  flex: 1;
  padding: 0 20px;
}

.image-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.content-image {
  max-height: 600px;
}

.image-text .content-image {
  max-width: 600px;
  margin: 0 20px 0 20px;
  max-width: 100%;
}
.image-text .content-image .image {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .image-text .content-image {
    max-width: 50%;
    margin: 35px 0 35px 0;
  }
}

.content-description {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .content-description {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.content-description .title {
  border-bottom: 3px solid #4c86d0;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 20px;
}
.content-description p {
  max-width: 100%;
}

.image-text img {
  width: 100%;
  height: auto;
}

.image-text-left {
  height: 100%;
}
@media (min-width: 767px) {
  .image-text-left {
    flex-direction: row;
  }
}

.image-text-right {
  height: 100%;
}
@media (min-width: 767px) {
  .image-text-right {
    flex-direction: row-reverse;
  }
}

.content-right {
  background-color: red;
}

.image-under-header {
  max-width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.image-under-header .image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title_with_description {
  margin-top: 2rem;
  padding: 20px;
}
.title_with_description .title {
  font-size: 24px;
  border-bottom: 3px solid #4c86d0;
  display: inline-block;
}

@media (min-width: 767px) {
  .about-us {
    padding: 0 40px;
  }
}

.icons {
  color: #4c86d0;
  font-size: 40px;
}

.gallery {
  display: grid;
  gap: 10px;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
@media (min-width: 767px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}

.gallery-item {
  position: relative;
}

.gallery-item img {
  width: 180px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (min-width: 767px) {
  .gallery-item img {
    width: 230px;
    height: 230px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 95%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}

.modal-image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal-image {
  max-width: 100%;
  max-height: 80vh;
}

.contact-form {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: column;
}
.contact-form .column {
  flex: 1;
  padding: 10px;
}
.contact-form .contact {
  text-align: justify;
}
.contact-form .contact .title {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.contact-form .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .contact-list a {
  color: #4c86d0;
}
.contact-form .contact-list ul {
  list-style-type: none;
  padding: 0;
}
.contact-form .contact-list li {
  margin-bottom: 10px;
}
.contact-form .contact-list .icon {
  margin-right: 10px;
}
@media (min-width: 767px) {
  .contact-form {
    display: flex;
    flex-direction: row;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Black.ttf?cf56c1b149d0a5e8d7c6503cd98b56a3) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BoldItalic.ttf?87d61cea6fe1d235d4a8a70304d05603) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Bold.ttf?f80816a5455d171f948d98c32f20c46e) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BlackItalic.ttf?fd62a10743bd89a3d97caa48d89eb4f5) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.ttf?7c8d04cd831df3033c8a96a2668d645e) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.ttf?fc2b5060f7accec5cf74437196c1b027) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Italic.ttf?87f3afe16a8c3c3706340b027aa43a2e) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-ThinItalic.ttf?9d2ca34eae96e77c6eefcc531e02cbe9) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-MediumItalic.ttf?82736aaa11c64709055f2b7f1c1dcb0f) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Light.ttf?333da16a3f3cc391d0876c6d773efc6f) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Thin.ttf?a732a12eb077422324070eba5dd22533) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-LightItalic.ttf?c590382422f2742d788b8066d7c10ed4) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.header {
  position: relative;
  z-index: 100;
}

@media (min-width: 767px) {
  .contact_buttons {
    position: fixed;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

#wappbutton {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 50;
}

#wappbutton:hover {
  background-color: #128c7e;
}

#callButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4c86d0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 50;
}

#callButton:hover {
  background-color: #0056b3;
}

#wappbutton i,
#callbutton i {
  font-size: 24px;
  color: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots {
  bottom: 5px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}
.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}

#app {
  background-color: var(--primary_color);
  min-height: 100vh;
  position: relative;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
  height: 100vh;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #4c86d0;
}

a {
  text-decoration: none;
}
