/*Gotham Condensed Medium */
@font-face {
  font-family: "Gotham Condensed";
  src: url("fonts/GothamCondensedMedium.otf");
  font-weight: 500;
  font-style: normal;
}

/*Gotham Condensed light */
@font-face {
  font-family: "Gotham Condensed";
  src: url("fonts/GothamCondensed-Light.otf");
  font-weight: 300;
  font-style: normal;
}

/*Mochary PERSONAL USE ONLY */
@font-face {
  font-family: "Mochary PERSONAL USE ONLY";
  src: url("fonts/Mochary_PERSONAL_USE_ONLY.ttf");
  font-weight: 400;
  font-style: normal;
}

.logo_restaurant_cover {
  width: auto;
  max-width: 457px;
  height: auto;
  max-height: 38.8vh;
  aspect-ratio: 53/45;
}
.cover_single_restaurant .cover__overlay {
  padding-top: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cover_single_restaurant .cover__bg {
  position: relative;
}
.cover_single_restaurant .cover__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}

.cover_single_restaurant .main-title_subpage .main-title__eyebrow:before {
  display: none;
}
.container_cover {
  display: flex;
  flex-direction: column;
  gap: 9vh;
}
.cover_single_restaurant .main-title_subpage .main-title__eyebrow {
  color: #f7f6ef;
  text-align: center;
  font-family: "Gotham Condensed";

  font-size: clamp(16px, 1.8vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
.cover_single_restaurant .main-title_subpage .main-title__eyebrow {
  color: #f7f6ef;
  text-align: center;
  font-family: "Gotham Condensed";
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
.cover_single_restaurant .main-title_subpage h1 {
  color: #f7f6ef;
  text-align: center;
  font-family: "Mochary PERSONAL USE ONLY";
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 93%;
  text-transform: unset;
  letter-spacing: normal;
}
.container_row {
  width: 85%;
  margin: 0px auto;
}
.flex-row {
  display: flex;
}
.gap-150 {
  gap: 7.813vw;
}
.px-164 {
  padding: 0px 8.542vw;
}
.col_1_img {
  width: 30vw;
  padding-right: 5vw;
  align-self: center;
}
.col_2_img {
  width: 30vw;
  align-self: flex-end;
  margin-bottom: 64px;
}
.col_1_img,
.col_2_img {
  position: relative;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.col_1_img .big_img_about,
.col_2_img .big_img_about {
  width: 100%;
  height: auto;
  border: 10px solid #fff;
}
.col_1_img .shadow_img,
.col_2_img .shadow_img {
  width: 100%;
  height: auto;
}
.col_center {
  width: 50vw;
}
.col_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  color: #004a61;
  position: relative;
}
.col_content .title__eyebrow {
  display: block;
  text-align: center;
  font-family: "Gotham Condensed";
  font-size: clamp(16px, 1.8vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  letter-spacing: normal;
  text-transform: unset;
}
.col_content h2 {
  text-align: center;
  font-family: "Mochary PERSONAL USE ONLY";
  font-size: clamp(40px, 6vw, 88px);
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  text-transform: unset;
  letter-spacing: normal;
}
.col_content p,
.col_card p {
  text-align: center;
  font-family: "Gotham Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}

.col_content a {
  background: #004a61;
  padding: 16px 32px;
  color: #fff;
  font-family: "Gotham Condensed";
  font-size: clamp(16px, 2.2vw, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: fit-content;
  margin: 0px auto;
}
.col_content p:not(:last-of-type) {
  margin-bottom: 24px;
}
.bg_beige {
  background: #f7f6ef;
}
.bg_blue {
  background: #004a61;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px;
}

.section_about_restaurant {
  padding: 128px 0px;
}
.col_50 {
  width: 50%;
}
.col_25 {
  width: calc((100% / 4) - 22.5px);
}
.col_full {
  width: 100%;
}
.img_fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_blue .col_content {
  color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
.section_blue .col_content a {
  border: 1px solid #fff;
}
.section_blue .col_content h2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(40px, 8vw, 88px);
}
.section_striped {
  background: rgba(254, 254, 254, 0.6);
}
.section_striped .col_content {
  gap: 0px;
  padding: 100px 16px;
}
.white_section .title {
  margin-bottom: 24px;
}
.white_section .container_row {
  width: 39%;
}
.bg_section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_service {
  background: #f7f6ef;
}
.section_service .container_row {
  width: 100%;
  padding: 80px 10%;
}
.section_service .container_row:nth-child(odd) {
  background: #f7f6ef;
}
.section_service .container_row:nth-child(even) {
  background: rgba(254, 254, 254, 0.6);
}
.section_service .container_row:nth-child(odd) .col_content {
  padding-left: 20%;
}
.section_service .container_row:nth-child(even) .col_content {
  padding-right: 20%;
}
.section_service .container_row:nth-child(even) .flex-row {
  flex-direction: row-reverse;
}
.img_service {
  width: 100%;
  height: 425px;
}

.section_service .col_content,
.section_service .col_content p,
.section_comostible .col_card p {
  text-align: left;
}
.section_service .col_content {
  height: 100%;
  justify-content: center;
  gap: 0;
}
.section_service .col_content .title {
  margin-bottom: 24px;
}
.section_service .col_content a {
  margin-left: 0;
  margin-top: 48px;
}
.section_service .flex-row {
  gap: 30px;
}
.section_comostible {
  padding: 100px 0px;
}
.section_comostible * {
  color: #fff;
}
.section_comostible .container-90 {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.section_comostible .container-90 .flex-row {
  gap: 30px;
  flex-wrap: wrap;
}
.section_comostible .title {
  text-align: center;
}
.section h3 {
  font-family: "Mochary PERSONAL USE ONLY";
  font-size: clamp(32px, 5vw, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%;
}
.section_comostible .col_card .title {
  margin-bottom: 24px;
}
.section_comostible .col_card h4 {
  font-family: "Mochary PERSONAL USE ONLY";
  font-size: clamp(32px, 4.5vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%;
  text-align: left;
  margin-top: 8px;
}
.section_comostible .col_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section_comostible .col_card .card_img {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 105 / 74;
  overflow: hidden;
}
.container-90 {
  width: 90%;
  margin: 0px auto;
}
.section_instagram a {
  background: transparent;
  padding: 0px;
}
.section_instagram .title {
  margin-bottom: 24px;
}
.section_instagram a {
  width: 63px;
  height: 63px;
  background: #004a61;
  border: 1px solid #004a61;
  display: flex;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
}
.section_instagram a {
  transition: all 0.4s ease;
}
.section_instagram a * {
  transition: all 0.01s ease;
}

.section_instagram a:hover {
  background: transparent;
}
.section_instagram a:hover img {
  filter: invert(24%) sepia(86%) saturate(7500%) hue-rotate(170deg)
    brightness(60%) contrast(116%);
}
.section_instagram a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.section_instagram a:hover svg > circle {
  fill: transparent;
  stroke-width: 1px;
  stroke: #004a61;
}

.section_instagram a:hover svg path {
  fill: transparent;
  stroke-width: 1px;
  stroke: #004a61;
}
.gallery-section {
  padding: 60px 0;
  background: #f5f1ea;
}
.gallery-section .col_content {
  gap: 0;
  margin-bottom: 64px;
}

.myGallerySwiper {
  width: 100%;
  padding-bottom: 32px;
}

.myGallerySwiper .swiper-slide {
  border-radius: 6px;
  aspect-ratio: 576.729 / 430;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.myGallerySwiper .swiper-slide.swiper-slide-active,
.myGallerySwiper .swiper-slide.swiper-slide-prev,
.myGallerySwiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.myGallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.myGallerySwiper .swiper-slide {
  opacity: 0.5;
  transform: none;
}

.myGallerySwiper .swiper-slide-active {
  opacity: 1;
  transform: none;
}

.gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.gallery-controls .swiper-button-prev,
.gallery-controls .swiper-button-next {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  width: 72px;
  height: 72px;
  color: #0e4b5a;
  background: none;
  margin: 0px;
}

.gallery-controls .swiper-button-prev::after,
.gallery-controls .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.gallery-controls .swiper-pagination-bullets {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
.gallery-controls .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0px;
}

.gallery-controls .swiper-pagination {
  position: relative;
  bottom: auto !important;
  width: auto !important;
  height: 100%;
  display: flex;
  gap: 16px;
}

.gallery-controls .swiper-pagination-bullet {
  background: #0e4b5a;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.gallery-controls
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.9);
}
.row-btn {
  display: flex;
  gap: 20px;
}
.row-btn a {
  margin: 0px;
}
@media (max-width: 1600px) {
  .section_blue .col_content h2 {
    width: 84%;
  }
  .gap-150 {
    gap: 6.813vw;
  }
  .col_1_img {
    padding-right: 3vw;
  }
  .col_content a {
    padding: 16px 24px;
  }
  .section_service .container_row:nth-child(odd) .col_content {
    padding-left: 15%;
  }
  .section_service .container_row:nth-child(even) .col_content {
    padding-right: 15%;
  }
  .row-btn {
    gap: 15px;
  }
}
@media (max-width: 1350px) {
  .col_content a {
    padding: 16px 20px;
  }
  .container_row {
    width: 90%;
  }
  .section_blue .col_content h2 {
    width: 100%;
  }
  .section_service .container_row {
    padding: 80px 5%;
  }
  .section_service .container_row:nth-child(odd) .col_content,
  .section_service .container_row:nth-child(even) .col_content {
    padding: 0px;
  }
  .col_25 {
    width: calc((100% / 2) - 22.5px);
  }
  .white_section .container_row {
    width: 60%;
  }
  .px-164 {
    padding: 0px 5vw;
  }
  .col_1_img {
    padding: 0px;
  }
  .gap-150 {
    gap: 24px;
  }
  .logo_restaurant_cover {
    max-width: 40vw;
    max-height: inherit;
    aspect-ratio: 53/45;
  }
  .container_cover {
    gap: 48px;
  }
  .section_about_restaurant .flex-row {
    flex-direction: column;
  }
  .section_about_restaurant .col_content {
    width: 100%;
  }
  .col_2_img {
    width: 100%;
    margin-top: 20px;
  }
  .col_content {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .section_about_restaurant {
    padding-top: 64px !important;
    padding-bottom: 64px;
    margin-bottom: 0px !important;
  }
  .container_cover {
    gap: 48px;
  }
  .section_about_restaurant .flex-row {
    flex-direction: column;
  }
  .section_about_restaurant .col_content {
    width: 100%;
  }
  .col_2_img {
    width: 100%;
    margin-top: 20px;
  }
  .col_content {
    gap: 32px;
  }
  .white_section .container_row {
    width: 80%;
  }
  .section_striped {
    margin: 0px !important;
  }
  .section_striped .col_content {
    padding: 64px 16px;
  }
  .row-btn a {
    padding: 15px 24px;
  }
  .col_content a {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .section_service .container_row {
    padding: 48px 5%;
  }
  .section_service,
  .bg_blue {
    margin: 0px !important;
  }
  .col_content {
    gap: 20px;
  }
  .col_50 {
    width: 100%;
  }
  .container_cover {
    gap: 24px;
  }
  .col_1_img {
    width: 50vw;
  }
  .section_about_restaurant {
    padding-top: 48px !important;
    padding-bottom: 48px;
  }
  .section_blue .flex-row {
    flex-direction: column;
  }
  .section_blue .col_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section_blue .col_content {
    gap: 24px;
  }
  .section_striped .col_content {
    padding: 48px 16px;
  }
  .col_content .title__eyebrow {
    margin-bottom: 10px;
  }
  .section_service .flex-row {
    gap: 24px;
  }
  .section_service .container_row:nth-child(even) .flex-row,
  .section_service .flex-row {
    flex-direction: column;
  }
  .img_service {
    width: 100%;
    height: 250px;
  }
  .section_service .col_content a {
    margin-top: 20px;
  }
  .col_25 {
    width: 100%;
  }
  .col_content p,
  .col_card p {
    font-size: 18px;
  }
  .section_comostible .col_card {
    gap: 18px;
  }
  .white_section .container_row {
    width: 100%;
  }
  .section_instagram a {
    width: 48px;
    height: 48px;
  }
  .section_comostible,
  .gallery-section {
    padding: 48px 0px;
  }
  .gallery-section .col_content {
    margin-bottom: 32px;
  }
}


.col_content a{
  display: inherit;
}