@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,900&display=swap");

@font-face {
  font-family: "millanovaregular";
  src:
    url("../assets/fonts/millanova-webfont.woff2") format("woff2"),
    url("../assets/fonts/millanova-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-1: "Oswald", sans-serif;
  --font-2: "Libre Caslon Text", serif;
  --font-3: "Montserrat", sans-serif;
  --font-4: "millanovaregular";
  --font-5: "Lato", sans-serif;
  --white: #ffffff;
  --pink: #de2192;
  --purple: #6b014d;
  --green: #0098a7;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
}

button:focus,
button:active,
button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 600px;
  z-index: 2000;
}

.axis {
  width: 0px;
  height: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  transform-style: preserve-3d;
}

.main-circle {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #e4b13d;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  perspective: 600px;
}

.circle-sm {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #e4b13d;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.radial-sm {
  height: 60px;
  width: 0px;
  transform-origin: center bottom;
  transform: rotate(calc(var(--radius) * 22.5deg));
  position: relative;
  transform-style: preserve-3d;
}

.radial-fish-green {
  height: 260px;
  width: 0px;
  transform-origin: center bottom;
  transform: rotate(200deg);
  position: relative;
  transform-style: preserve-3d;
}

.green-fish {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.radial-fish-pink {
  height: 260px;
  width: 0px;
  transform-origin: center bottom;
  transform: rotate(0deg);
  position: relative;
  transform-style: preserve-3d;
}

.pink-fish {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-lg {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #e4b13d;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.radial-lg {
  height: 100px;
  width: 0px;
  transform-origin: center bottom;
  transform: rotate(calc(var(--radius) * 22.5deg));
  position: relative;
}

footer {
  padding-top: 9%;
  padding-bottom: 3%;
}

.footer-content {
  border-top: solid 1px var(--pink);
  border-bottom: solid 1px var(--pink);
}

.footer-turismo {
  max-width: 150px;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-zihua {
  max-width: 130px;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-pueblo {
  max-width: 130px;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-mexico {
  max-width: 100px;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

/* MOBILE FIRST: antes estaba dentro de max-width: 991.98px */
.footer-iz {
  display: block;
  width: 60%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.calendar-box {
  background-color: #89005d;
  background-image:
    url("../assets/layout/tail-1.svg"), url("../assets/layout/tail-2.svg");
  background-position:
    bottom left,
    top right;
  background-size: 60% auto;
  min-height: 300px;
  background-repeat: no-repeat;
}

.newsletter-box {
  background-image: url("../assets/layout/pink-back.svg");
  background-position: left center;
  background-size: cover;
}

/* MOBILE FIRST: antes estaba dentro de max-width: 767.98px */
.newsletter-form-box {
  margin-top: 0px;
  background-image: url("../assets/layout/pink-waves.svg");
  background-color: var(--pink);
  height: auto;
  background-size: auto 230%;
  max-width: 100%;
  position: relative;
  z-index: 40;
}

.newsletter-form-content {
  background: #ffffff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 20%,
      rgba(0, 0, 0, 0.26) 100%);
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding-top: 5%;
}

.newsletter-form-content::before {
  display: none;
  position: absolute;
  top: 0px;
  height: 15px;
  width: 100%;
  content: "";
  background-image: url("../assets/layout/triangle.svg");
  background-repeat: repeat-x;
  background-size: auto 13px;
  background-position: top center;
  z-index: 5;
  transform: translateY(-80%);
}

.subscribe-button {
  border: none;
  position: relative;
  background-color: #09b0b8;
  z-index: 5;
  width: 80%;
  height: 55px;
  z-index: 6;
  transition: 0.5s;
  color: #ffffff;
  text-align: left;
  font-family: var(--font-2);
  font-size: 22px;
  padding-left: 10%;
}

.subscribe-button::before {
  width: 42px;
  height: 42px;
  position: absolute;
  content: "";
  right: 0px;
  background-color: #09b0b8;
  top: 6.5px;
  border-radius: 5px;
  transform: translate(20px, 0px) rotate(45deg);
  z-index: 5;
  transition: 0.5s;
}

.subscribe-button::after {
  width: 42px;
  height: 42px;
  position: absolute;
  content: "";
  right: 0px;
  background-color: #03e5e5;
  top: 6.5px;
  border-radius: 5px;
  transform: scale(0.8) translate(19px, 0px) rotate(45deg);
  z-index: 3;
  transition: 0.5s;
}

.subscribe-button:hover {
  background-color: #05656a;
}

.subscribe-button:hover::before {
  background-color: #05656a;
}

.subscribe-button:hover::after {
  transform: translate(25px, 0px) rotate(45deg);
  z-index: 3;
}

.tittle-newsletter {
  font-family: var(--font-2);
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  padding-left: 1.5rem;
}

.txt-general {
  font-family: var(--font-3);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.txt-total {
  font-size: 16px;
  font-family: var(--font-5);
  line-height: 25px;

}

.br2nl {
  white-space: pre-line;
}

.txt-general-sm {
  font-family: var(--font-3);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.txt-white {
  color: #ffffff;
}

.txt-gray {
  color: #606060
}

.txt-green {
  color: var(--green);
}

.txt-black {
  color: #000000 !important;
}

.tittle-general {
  font-family: var(--font-5);
  font-size: clamp(22px, 2.5vw, 35px);
}

.tittle-bold {
  font-family: var(--font-5);
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 600;
  text-transform: uppercase;
}

.subtittle-bold {
  font-family: var(--font-5);
  font-size: clamp(15px, 3.5vw, 20px);
  font-weight: 500;
  text-transform: uppercase;
}

.tittle-xs {
  font-family: var(--font-5);
  font-size: 16px;
  font-weight: 400;
}


.tittle-s {
  font-family: var(--font-5);
  font-size: clamp(17px, 3.2vw, 20px);
  font-weight: 400;
  line-height: clamp(17px, 3.2vw, 20px)
}

.tittle-xxs {
  font-family: var(--font-5);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.tittle-xxxs {
  font-family: var(--font-5);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.tittle-xxl {
  font-family: var(--font-2);
  font-size: clamp(35px, 4.2vw, 65px);
  color: #ffffff;
  font-weight: 400;
  line-height: clamp(35px, 4.2vw, 65px);
}

.tittle-xl {
  font-family: var(--font-2);
  font-size: clamp(28px, 4.2vw, 39px);
  color: #ffffff;
  font-weight: 400;
  line-height: clamp(28px, 4.2vw, 39px);
}

.tittle-md {
  font-family: var(--font-2);
  font-size: clamp(20px, 4.2vw, 27px);
  font-weight: 400;
  line-height: clamp(20px, 4.2vw, 27px)
}

.tittle-sm {
  font-family: var(--font-2);
  font-size: clamp(17px, 3vw, 23px);
  font-weight: 400;
  line-height: clamp(17px, 3vw, 23px);
}


.tittle-index {
  font-family: var(--font-2);
  font-size: clamp(30px, 3.5vw, 70px);
  color: #ffffff;
  text-transform: uppercase;
  line-height: clamp(30px, 3.5vw, 70px);
}

.tittle-index-xs {
  font-family: var(--font-2);
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 13px;
}

.txt-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.fix-flex-6 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding-left: 12px;
  margin-right: auto;
}

.website-footer {
  color: #ffffff;
  font-family: var(--font-1);
  text-decoration: none;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  line-height: clamp(1.3rem, 3vw, 1.6rem);
}

.website-footer-box {
  border-right: 2px solid #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
}

.social-icon {
  color: var(--pink);
  font-family: var(--font-1);
  text-decoration: none;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  line-height: clamp(1.3rem, 3vw, 1.6rem);
  margin: 4px;
  transition: 0.3s;
  display: block;
  width: 55px;
  height: 55px;
  background-color: #4f063e;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icon:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.bg-purpple {
  background-color: var(--purple);
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-cream {
  background-color: #fffbe7 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-blue {
  background-color: #86b1c4 !important;
}

.footer-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-left: none;
  border-right: 1px solid var(--pink);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  overflow: hidden;
}

.footer-menu li {
  display: block;
  border-bottom: 1px solid var(--pink);
  padding-left: 8%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.footer-menu li:last-child {
  border: none;
}

.social-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-menu li a {
  font-family: var(--font-2);
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  display: inline-block;
  transition: 0.5s;
}

.footer-menu li a:hover {
  color: #e21e94;
  transform: translateX(10px);
}

.round-button {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  height: 40px;
  border-radius: 30px;
  background-color: var(--purple);
  font-family: var(--font-2);
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 1s;
  border: none
}

.img-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}


.round-button:hover {
  background-color: #350026;
}

.button-clear {
  background-color: #de2192;
  color: #ffffff;
}

.button-clear:hover {
  background-color: var(--purple);
  color: #ffffff;
}


.lang-button {
  color: #ffffff;
  font-family: var(--font-2);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-right: 0px;
  border-right: none;
  font-size: 15px;
  line-height: 25px;
  width: 110px;
  text-align: center;
  transition: all ease 0.5s;
}

.lang-button:hover {
  color: var(--pink);
}

.social-tittle {
  color: #ffffff;
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}

.box-planner {
  background-color: var(--pink);
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: relative;
  z-index: 100;
}

.menu-container {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 70;
}

.fish-deco-menu-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 5px;
  height: 5px;
}


.fish-deco-menu {
  width: 58vw;
  height: auto;
  transform: translateY(-25%);
}

.menu-header-content {
  height: 100%;
  position: relative;
  z-index: 105;
}

.main-menu {
  list-style: none;
  padding-top: 20%;
  padding-bottom: 2%;
}

.shadow-menu {
  background-color: rgba(0, 0, 0, 0.604);
  position: fixed;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.shadow-btm {
  background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);

}

.shadow-start {
  background: linear-gradient(-90deg, rgba(3, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);

}

.main-menu li a {
  font-family: var(--font-2);
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.7vw, 2.5rem);
  display: inline-block;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
}

.memories-box {
  padding-top: 45%;
  padding-bottom: 5%;
}

.gastronomy-box {
  padding-top: 25%;
  height: 40vh;
  min-height: 450px;
  display: flex;
  align-items: end;
  padding-bottom: 5%;
}

.green-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0098a7;
}

.awards-content {
  padding-top: 10%;
  padding-bottom: 10%;
}

.awards-logo {
  padding-top: 15%;
  height: 12%;
}

.social-header {
  color: var(--pink);
  font-size: 22px;
  transition: all 0.5s;
}

.social-header:hover {
  color: #ffffff;
}

.close-menu-button {
  background-color: #6b014d;
  border: none;
  color: #e21e94;
  width: 110px;
  height: 35px;
  border-radius: 35px;
  font-size: 20px;
  transition: all 0.5s;
}

.close-menu-button:hover {
  background-color: #370128;
  color: #ffffff;
}

.menu-box {
  background-color: #89005d;
  overflow: hidden;
}

.active-page {
  display: flex;
  align-items: center;
}

.active-page::before {
  content: "\25B6";
  color: #e21e94;
  transform: translateX(-25px);
}

.main-menu li a:hover {
  color: #e21e94;
  transform: translateX(10px);
}

.active-page a {
  color: #e21e94 !important;
  cursor: default;
}

.active-page a:hover {
  transform: translateX(0px) !important;
}

/* MOBILE FIRST: antes border-right none en max-width: 991.98px */
.menu-planner-box {
  border-right: none;
}

.pink-link {
  color: #e21e94;
  text-decoration: none;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.5s;
}

.pink-link:hover {
  color: #ffffff;
}

.pink-link.hvr-underline-from-center:before {
  background: #4f063e !important;
  height: 2px;
}

.let-plan {
  font-family: var(--font-2);
  color: #ffffff;
  line-height: 30px;
  font-size: 22px;
}

.live-font {
  font-family: var(--font-4);
  color: var(--pink);
  margin-left: 8px;
  margin-right: 8px;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.shadow-top-menu {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 30;
  top: 0px;
  background: #000000;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.container-top-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 35;
}

.lang-button-header {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: end;
  outline: none;
}

.lang-select {
  width: 90px;
  display: inline-block;
  background-color: #00a99d;
  font-family: var(--font-3);
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  border: none;
  line-height: 25px;
  position: relative;
  padding-bottom: 5px;
}

.fish-lang {
  position: absolute;
  top: 35%;
  left: -40px;
  width: 70%;
  transition: all ease 0.5s;
}

.lang-select:hover {
  background-color: #036962;
  transition: all ease 1s;
}

.lang-select:hover .fish-lang {
  left: -46px;
}

.lang-selector-box {
  position: relative;
  width: 0;
  overflow: hidden;
  display: inline-block;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.675);
}

.lang-options {
  display: inline-block;
  text-align: center;
  font-family: var(--font-3);
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 35px;
  text-decoration: none;
  width: 50%;
}

.main-menu-container {
  padding-top: 10px;
}

.main-menu-button {
  border: none;
  background-color: #6a024d;
  padding: 20px;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 30;
  opacity: 1;
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.main-menu-button:hover {
  background-color: #480234;
}

.main-menu-button.is-fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.main-menu-button img {
  width: 42px;
}

.menu-tag {
  font-family: var(--font-5);
  color: #ffffff;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 4px;
}

.main-logo {
  width: 80%;
  max-width: 200px;
}

.lng-clr {
  position: relative;
  z-index: 30;
}

.main-links a {
  font-family: var(--font-5);
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.main-links a::after {
  content: "";
  width: 0%;
  height: 5px;
  bottom: -5px;
  right: 0px;
  position: absolute;
  display: block;
  background-image: url("../assets/layout/wave.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  transition: all ease 0.7s;
}

.main-links a:hover::after {
  width: 100%;
}

.section-active {
  cursor: default;
  color: var(--pink) !important;
}

.section-active::after {
  content: none !important;
}

.menu-holder {
  height: 90px;
  width: 90px;
  transition: all ease 1s;
  overflow: hidden;
}

.zanka-tittle {
  font-family: var(--font-4);
  font-size: clamp(30px, 3.3vw, 70px);
}

.line-header {
  height: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.header-index {
  height: 100dvh;
  height: 100vh;
  display: flex;
  align-items: end;
}

.btn-round {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
  font-family: var(--font-5);
  line-height: 35px;
  font-size: 13px;
}

.f-deco {
  margin-left: -15px;
}

.sm-fish {
  width: 30px;
}

.sm-waves {
  width: 45px;
  height: 15px;
  margin-left: 8px;
  overflow: hidden;
}

.sm-waves-img {
  width: 45px;
  display: block;
  vertical-align: top;
}

.resp-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.read-more-link {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  border-radius: 30px;
  color: #000000;
  text-decoration: none;
  line-height: 35px;
  overflow: hidden;
  transition: all ease 0.3s;
  padding-right: 3px;
  font-family: var(--font-5);
  font-weight: 400;
  font-size: 14px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all ease .5s;
  border: none
}

.read-more-link:hover {
  background-color: #b9b6b6;
}

.read-more-link .arrow {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-left: 20px;
  transform: rotate(-45deg);
  transform-origin: center center;
  transition: all ease 0.3s;
}

.read-more-link:hover .arrow {
  transform: rotate(-0deg);
}

.index-intro {
  padding-top: 10%;
  padding-bottom: 10px;
}

.header-shadow {
  background: #030000;
  background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.fill-back {
  background-size: cover;
  background-position: center center;
}

.parallax-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden
}

.parallax-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer-box {
  padding-top: 50%;
}

.bg-img {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;

}

.bg-left {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50%;

}

.bg-right {
  right: 0px;
  top: 50%;
  width: 100%;
  height: 50%;

}

.bg-img::after {

  content: '';
  width: 100%;
  height: 50%;
  background: #030000;
  background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  position: absolute;
  z-index: 15;
  bottom: 0px;


}

.bg-pool {
  background-image: url("../assets/index/ixtapa-pool.jpg");
}

.bg-events {
  background-image: url("../assets/index/eventos.jpg");
}

.bg-image {
  background-size: cover;
  background-position: center center;

}

.header-imperdible {
  padding-top: 25%;
  padding-bottom: 30%;
}

.clr {
  position: relative;
  z-index: 30;
}

.clr-shadow {
  position: relative;
  z-index: 60;
}

.imperdible-box {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.imp-video {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 25;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 1s;

}

.imperdible-content {
  position: relative;
  z-index: 40;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  background: #030000;
  background: linear-gradient(180deg, rgba(3, 0, 0, 0) 0%, rgba(1, 0, 0, 0) 40%, rgba(0, 0, 0, 0.63) 100%);
  cursor: pointer;
  height: 100%;
}

.imperdible-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 20;
  transition: all ease 1s;
  opacity: 1;
}

.show-video {
  opacity: 1;
}



.jmp {
  position: fixed;
  width: 100%;
  height: 0px;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 150;
  transition: all ease 1.2s;

}

.jmp-close {
  height: 100%;
}

.explore {
  display: inline-block;
  border-top: 1px solid #ffffff;
  font-family: var(--font-5);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 15px;
  font-size: clamp(14px, 2vw, 17px);
}

.tittle-imperdible {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(11px, 2vw, 15px);
  font-family: var(--font-5);
  text-align: center;

}

.header-imperdibles {
  padding-top: 6%;
  padding-bottom: 15%;
}

.footer-imperdibles {
  padding-top: 10%;
  padding-bottom: 10%;

}

.ribbon {
  width: 70px;
}

.video-box {
  aspect-ratio: 16/9;
}

.over-img {
  transform: translateY(-30%);
}

.award-box {
  min-height: 400px;
  height: 40vh;
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brd-white {
  border-top: 1.5px solid white;
}

.col-icon {
  width: 60px;
  min-width: 60px;
}

.tittle-reco-box {
  width: 60px;
  height: auto;
  vertical-align: super;

}

.info-tittle {
  font-weight: 900;
  font-family: var(--font-5);
  font-size: 50px;
  line-height: 40px;
}

.info-subtittle {
  font-weight: 800;
  font-family: var(--font-5);
  font-size: 25px;
  line-height: 25px;
  color: #fbb03b;

}

.total-imperdibles .row .col-lg-4:first-child .imperdible-box {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.total-imperdibles .row .col-lg-4:nth-of-type(2n) .imperdible-box {
  transform: translateY(0px);
}

.more-info {
  margin: 0px;
  padding-left: 0px;
  border-radius: 100px;
  border: 0px;
  padding-right: 20px;
  font-family: var(--font-5);
  background-color: transparent;
  transition: all ease .5s;
  display: flex;
  align-items: center;
}

.more-info:hover {
  background-color: rgb(239, 239, 239);
}


.more-info-sing {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all ease 1s;
  color: #ffffff;
  font-family: var(--font-2);
  font-weight: 900;
  font-size: 30px;
  line-height: 50px;

}

.more-info:hover .more-info-sing {
  background-color: var(--purple);

}

.blue-flag-box {
  background-color: #007ac3;
  aspect-ratio: 9/13;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 150px;
}

.blue-flag-box img {
  width: 70%;
}

.header-playas {
  background-image: url('../assets/playas/header-ixtapa-zihuatanejo.jpg');
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.header-imperdible-pic {
  height: 60dvh;
  height: 60vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.round-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.dish-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 0px !important;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 2 / 3;
}

.dish-box::before {
  height: 30%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 70%);
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0px;
}

.dish-box::after {
  height: 60%;
  background: #000000;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 70%);
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0px;
}

.dish-name {
  position: relative;
  z-index: 30;
  text-align: center;
  padding-top: 15%;
}

.dish-quote {
  width: 70%;
  margin-left: auto;
  margin-right: 10%;
  padding-bottom: 15%;
  font-family: var(--font-2);
  color: #ffffff;
  line-height: 20px;
  font-size: 17px;
  position: relative;
  z-index: 30;
}

.quotes-symbol {
  width: 100px;
  margin-bottom: 10px;
}

.tear {
  overflow: hidden;
}

.tear img {
  transform: scale(1.01);
}

.tear-box {
  /* transform: translateY(-100px); */
  position: relative;
  z-index: 30;
}

.tear-content {
  background-color: #ede2d6;
  padding-top: 30px;
  transform: translateY(-2px);
  padding-bottom: 30px;
  display: flex;
  min-height: 130px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.forks {
  min-width: 150px;
}

.forks img {
  width: 50px;
  margin-right: 10px;
}

.fw-500 {
  font-weight: 500 !important;
}

.arrive-box {
  position: relative;
  margin-top: 20px;
}

.arrive-box::before {
  content: '';
  position: absolute;
  width: 100px;
  border-top: 1px solid #000000;
  top: -20px;
  left: 0px;
}

.culinaria {
  max-width: 300px;
  margin-left: auto;
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: auto;
}

.recipe-box {
  margin-top: -30px !important;
}

.recipe-block {
  margin-top: -35px;
  z-index: 30;
  position: relative;
}

.dish-1-1 {
  aspect-ratio: 1/1;
}

.dish-1-2 {
  aspect-ratio: 1/2;
}

.dish-2-1 {
  aspect-ratio: 2/1;
}

.dish-recipe {
  position: relative;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: end;
}

.dish-recipe::after {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 70%);
}

.dish-tittle {
  position: relative;
  z-index: 20;
}

.line-dish {
  border-top: solid #ffffff 1px;
  width: 120px;
  height: 20px;
  margin-top: 20px;
}

.read-moredish {
  background-color: transparent;
  border: none;
  font-family: var(--font-5);
  color: #ffffff;
  font-weight: 500;
  transition: all ease .5s;
  border-radius: 3px;
}

.read-moredish:hover {
  background: var(--green);
}

.dish-offcanvas {
  width: calc(100% - 50px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.btn-dish {
  background-color: #0098a7 !important;
  border-radius: 0px !important;
  width: 50px;
  height: 50px;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;

}

.dish-offset {
  font-family: var(--font-2);
  line-height: 20px;
  font-size: 15px;
}

.offset-recipe {
  border-bottom: .5px solid #736357;
}

.header-dish-offcanvas {
  padding: 0px !important;
  height: 0px;
  position: relative;
}

.visit-now-button {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--green);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: var(--font-5);
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease .5s;
}

.visit-now-button:hover {
  background-color: #075157;
}

.palm-back {
  background-image: url('/assets/hoteles/back-palms.jpg');
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  padding-top: 15%;
  padding-bottom: 10%;
}

.thumb-box {
  background-color: #ffffff;
  padding: 11px;
  border-radius: 10px;
  height: 100%;
}

.link-cream {
  background-color: #edd9c3;
}

.dots-deco {
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 5px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.button-filter {
  background-color: #a08e7f;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  font-family: var(--font-5);
  font-size: 15px;
  color: #ffffff;
  line-height: 38px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  width: 160px;
  transition: all ease 1s;
}

.button-filter:hover {
  background-color: #000000;
}

.active-filter-hotel {
  background-color: #2c251e;
}

.hotel-list {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.type-hotel {
  margin-bottom: 0px;
  width: 100px;
  border-right: solid 2px #fbb03b;
  font-family: var(--font-3);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 10px
}

.star-icon {
  color: #fbb03b;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;

}

.filter-buttons {
  z-index: 30 !important;
}

.beach-box {
  position: relative;
  padding-bottom: 100px;

}

.beach-box::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('/assets/playas/green-back.svg');
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}

.card-beach-img {
  border-radius: 1rem;
}

.spacer {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #999;
}

/* ────────────────────────────
       MOBILE NAV (< md)
    ──────────────────────────── */
.mobile-nav {
  background: #f5f0e8;
  border-bottom: 1px solid #e0dbd0;
  top: 0;
  z-index: 100;
}

.mobile-nav-scroll {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 16px;
  scrollbar-width: none;
}

.mobile-nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-pill {
  flex-shrink: 0;
  background: none;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 0.75rem;
  color: #888;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}

.nav-pill:hover {
  border-color: #e94560;
  color: #e94560;
}

.nav-pill.active {
  background: #e94560;
  border-color: #e94560;
  color: #fff;
  font-weight: 600;
}

.nav-zone-sep {
  flex-shrink: 0;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e94560;
  padding: 0 4px;
}


.map-line {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('/assets/playas/coast.svg');
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;

}

.left {
  width: 160px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: center;

}


.stop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stop-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e40f95;
  border: 10px solid #ffffff;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.stop-dot.active {
  background: #797071ff;
  border-color: #45e989ff;
  box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.2);
}

.stop-label {
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s;
  font-family: var(--font-2);
  font-size: 14px;
  font-weight: 500;
}

.stop-label:hover {
  color: #e94560;
}

.stop-label.active {
  color: #222;
  font-weight: 700;
}

.route-line {
  width: 2px;
  height: 28px;

}

.zone-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  padding: 4px 0 2px 0;
  margin-left: 4px;
  background-color: #fffbe7;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}


.card {
  opacity: 0;
  transform: translateY(40px);
}

.card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 320px;
}

.blue-tear {
  position: relative;
}

.blue-tear img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
}

.playas-surf {
  width: 100%;
  aspect-ratio: 2 / 3.5;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cloud-1 {
  position: absolute;
  width: 90%;
  height: auto;
  right: -400px;
  top: 30px;
  transform-origin: center center;
  z-index: 10;
}

.cloud-2 {
  position: absolute;
  width: 60%;
  height: auto;
  left: 100px;
  bottom: -150px;
  transform-origin: center center;
  opacity: 0;
  z-index: 10;
}

.beach-map-box {
  position: relative;
  overflow: hidden;
  background-image: url('/assets/playas/panorama.jpg');
  background-position: center bottom;
  background-size: cover;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.norht-compass {
  display: block;
  width: 60px;
  margin-left: auto;
}

.barra-potosi {
  margin-top: 5%;
  position: relative;
  z-index: 15;
}

.coast-tag {
  padding-bottom: 25%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.into-coast-tag {
  padding-bottom: 70%;
  padding-top: 15%;
}

.beach-mobile-nav {
  top: calc(100dvh - 49px) !important;
  z-index: 20 !important;
}

.blue-text-box {
  padding-top: 3rem
}

.desc-hotel {
  min-height: 110px;
}

.total-hoteles {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 1000ms ease, opacity 1000ms ease;
  overflow: hidden;
  opacity: 1;
}

.total-hoteles.close-hoteles {
  grid-template-rows: 0fr;
  opacity: 0;
}

.total-hoteles>.row {
  min-height: 0;
}


.chef-picture {
  max-width: 300px;
}

.current-video-box {
  width: 100%;
  height: 100dvh;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0px;
  z-index: 500;
  display: flex;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transition: opacity ease 1.5s, visibility ease 1s;
}

.video-open {
  opacity: 1;
  visibility: visible;
}

.current-video-box video {
  width: 90%;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  /* sin delay por defecto */
}

.video-open video {
  opacity: 1;
  transition: opacity 0.8s ease .5s;
  /* delay de 2s solo al abrir */
}

.header-playa {
  padding-top: 65vh;
  padding-top: 65dvh;
}

.icon-beach {
  width: 120px;
}

.round-40 {
  border-radius: 40px;
}

.pic-beach {
  margin-top: 30px;
  position: relative;
  z-index: 100;
  aspect-ratio: 12 / 9;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blue-flag-logo {
  width: 130px;
}

.beach-square {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}

.leaflet-left .leaflet-control {
  margin-left: 30px !important;
}

.leaflet-top .leaflet-control {
  margin-top: 20px !important;
}




/* ── Carousel ── */
.carousel-beach {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-beach .carousel-track {
  display: flex;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
animation: march linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.carousel-beach .carousel-track.reverse {
  animation: march-reverse linear infinite;
}

.carousel-beach:hover .carousel-track {
  animation-play-state: paused;
}

@keyframes march {
  from {
    transform: translateX(0) translateZ(0);
  }

  to {
    transform: translateX(-50%) translateZ(0);
  }
}

@keyframes march-reverse {
  from {
    transform: translateX(-50%) translateZ(0);
  }

  to {
    transform: translateX(0) translateZ(0);
  }
}

.carousel-beach .card-beach {
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  width: auto;
  margin-right: -1px;
  /* elimina gap de subpíxel entre cards */
}

.carousel-beach .card-beach img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: saturate(0.9);
  image-rendering: auto;
}

.carousel-beach .card-beach:hover img {
  transform: scale(1.04);
  filter: saturate(1.1);
}


.visit-button {
  display: block;
  background-color: var(--green);
  width: 180px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -20px;
  position: relative;
  z-index: 1000;
}


.visit-button:hover {
  background-color: var(--green);

}

.other-beach-box{
  position: relative;
}

.other-beach{
    position: relative;
    z-index: 20;
}
.other-beach-card{
  background-color: #ffffff;
}

.menu-fix{
  position: relative;
  z-index: 50;
}




@media (min-width: 576px) {}

/* ========== MD ≥ 768px ========== */
@media (min-width: 768px) {
  .footer-menu {
    border-left: 1px solid var(--pink);
  }

  .footer-experience-box {
    border-bottom: none;
  }

  .newsletter-form-box {
    margin-top: -25px;
    height: calc(100% + 50px);
    max-width: 350px;
  }

  .newsletter-form-content {
    padding-top: 20%;
  }

  .newsletter-form-content::before {
    display: block;
  }

  .logo-box {
    transform: translateY(-30px);
  }

  .menu-clr {
    transform: translateY(-15px);
  }

  .total-imperdibles .row .col-lg-4:nth-of-type(2n) .imperdible-box {
    transform: translateY(100px);
  }

  .total-imperdibles .row .col-lg-4:nth-child(-n+2) .imperdible-box {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .header-index {
    height: 90dvh;
    height: 90vh;

  }

  .green-back {
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: #0098a7;
  }

  .owl-stage {
    padding-left: 0 !important;
  }

  .awards-slider {
    width: 80%;
    margin-left: auto;
  }

  .bg-left {
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
  }

  .bg-right {
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
  }

  .beach-map-box {
    position: relative;
    overflow: hidden;
    background-image: url('/assets/playas/panorama.jpg');
    background-position: center bottom;
    background-size: cover;
    min-height: 900px;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: -500px
  }

  .blue-text-box {
    padding-top: 60% !important;
  }

  .barra-potosi {
    margin-top: -15%;
    position: relative;
    z-index: 15;
  }

  .into-coast-tag {
    padding-bottom: 10%;
    padding-top: 15%;
  }

  .culinaria {
    max-width: 300px;
    margin-left: auto;
    display: block;
    margin-top: 17%;
  }

  .dish-box {

    aspect-ratio: 1 / 1;
  }

  .pic-beach {
    margin-top: -100px ;
  }

 .border-beach-name {
  border-right: 1px solid #000000;
}

}

/* ========== LG ≥ 992px ========== */
@media (min-width: 992px) {
  .fish-deco-menu {
    width: 38vw;
  }

  .lang-button {
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 12px;
    border-right: 1px solid var(--pink);
    font-size: 16px;
    width: auto;
    text-align: left;
  }

  .menu-planner-box {
    border-right: solid 1px var(--pink);
  }

  .footer-iz {
    display: inline-block;
    width: 25%;
    margin-right: 8%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .main-logo {
    max-width: none;
  }

  .logo-box {
    transform: none;
  }

  .lng-clr {
    position: static;
    z-index: auto;
  }

  .menu-clr {
    transform: none;
  }

  .w-responsive-auto {
    width: auto !important;
  }

  .total-imperdibles .row .col-lg-4:nth-child(3n+2) {
    transform: translateY(-100px);

  }

  .total-imperdibles .row .col-lg-4:nth-child(-n+3) .imperdible-box {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .total-imperdibles .row .col-lg-4:nth-last-child(-n+3) .imperdible-box {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .total-imperdibles .row .col-lg-4:nth-of-type(2n) .imperdible-box {
    transform: translateY(0px);
  }

  .dish-box {

    aspect-ratio: auto;
  }

  .recipe-box {
    margin-top: -100px !important;
  }

   .other-beach-box::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: var(--green);
  bottom: 0px;
}

.other-beach-row > .col-lg-4:first-child .other-beach-card {
      border-radius: 40px 0 0 40px;
    overflow: hidden;
}

.other-beach-row > .col-lg-4:last-child .other-beach-card {
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}


.other-beach-card{
  display: flex;
  flex-direction: column;
}

}

/* ========== XL ≥ 1200px ========== */
@media (min-width: 1200px) {
  .fix-flex-6 {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    padding-left: 12px;
  }
}

/* ========== XXL ≥ 1400px ========== */
@media (min-width: 1400px) {
  .fix-flex-6 {
    width: 100%;
    max-width: 648px;
    margin-left: auto;
    padding-left: 12px;
  }
}

@media (max-height: 600px) {
  .left {
    display: none !important;
  }

  .mobile-nav {
    display: flex !important;
  }
}