.banner {
  height: 100vh;
  min-height: 60rem;
  max-height: 110rem;
  z-index: 15;
  overflow: hidden;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .banner {
    padding-bottom: 8rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    max-height: 70rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    background-attachment: fixed;
  }
}
.banner .layer-1 {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .layer-1 span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.banner .layer-1 img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.banner__info {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .banner__info {
    z-index: 3;
  }
}
.banner__subtitle {
  color: var(--main-color);
  background-color: var(--white);
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  border-radius: 9.9rem 9.9rem 9.9rem 10.1rem;
  font-style: italic;
  padding: 0.8rem 2.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .banner__subtitle {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__subtitle {
    font-size: 3.8rem;
    margin-bottom: 2.3rem;
  }
}
.banner__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.banner__title-wrap {
  width: 100%;
}
.banner__title h1 {
  font-size: 2.6rem;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .banner__title h1 {
    font-size: 6.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__title h1 {
    font-size: 8.3rem;
  }
}
.banner__title h1 + h2 {
  margin-top: 1rem;
}
.banner__title h1 + h3 {
  margin-top: 1.72rem;
}
.banner__title h2 {
  font-size: 2.2rem;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .banner__title h2 {
    font-size: 3.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__title h2 {
    font-size: 4.1rem;
  }
}
.banner__title h2 + h3 {
  margin-top: 1.72rem;
}
.banner__title h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .banner__title h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__title h3 {
    font-size: 3rem;
  }
}
.banner__title p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  .banner__title p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__title p {
    font-size: 1.8rem;
  }
}
.banner .bttn {
  z-index: 5;
  margin-top: 6.15rem;
}

.all_inclusive {
  overflow: visible;
}
.all_inclusive .info__head {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .all_inclusive .info__head {
    position: sticky;
    height: max-content;
    top: 7rem;
  }
}
.all_inclusive .content ul {
  padding-left: 0;
}
.all_inclusive .content ul li {
  list-style: none;
  opacity: 1;
  padding-left: 3.5rem;
}
.all_inclusive .content ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mask: url(../../img/icons/mark.svg) center/cover no-repeat;
  background-color: var(--main-color);
  width: 2.1rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all_inclusive .content a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.all_inclusive .content a:hover {
  color: var(--main-color);
}
.all_inclusive .content a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  transform: scale(0);
  transform-origin: left bottom;
  opacity: 0;
  mask: url(../../img/icons/arrow.svg) center/cover no-repeat;
  background-color: var(--main-color);
  position: absolute;
  right: -0.1rem;
  top: 0.82rem;
  z-index: 2;
  transition: all 0.4s ease;
}
.all_inclusive .content a::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: right top;
  transform: scale(1);
  width: 0.9rem;
  height: 0.9rem;
  z-index: 2;
  mask: url(../../img/icons/arrow.svg) center/cover no-repeat;
  background-color: var(--main-color);
  transition: all 0.4s ease;
}
@media only screen and (max-width: 576px) {
  .all_inclusive .content a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (any-hover: hover) {
  .all_inclusive .content a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .all_inclusive .content a:hover::after {
    transform: scale(0);
    opacity: 0;
  }
}

.content ul,
.content ol {
  margin-bottom: 0;
}

.food .info__gallery {
  display: grid;
  margin: auto;
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .food .info__gallery {
    gap: 1.2rem;
    grid-template-columns: 2fr minmax(auto, 33rem) minmax(auto, 1fr);
    grid-template-rows: repeat(2, 21rem);
    margin-top: 6rem;
  }
}
.food .info__gallery-img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.food .info__gallery-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .food .info__gallery-img:nth-child(2n), .food .info__gallery-img:nth-child(3n) {
    justify-self: start;
    width: 100%;
    max-width: 33rem;
  }
}
.food .info__gallery-img:nth-child(2n) {
  grid-column: 1/span 2;
}
@media only screen and (min-width: 768px) {
  .food .info__gallery-img:nth-child(2n) {
    grid-column: 2;
    grid-row: 1;
  }
}
.food .info__gallery-img:nth-child(3n) {
  grid-column: 1/span 2;
}
@media only screen and (min-width: 768px) {
  .food .info__gallery-img:nth-child(3n) {
    grid-column: 2;
    grid-row: 2;
  }
}
.food .info__gallery-img:first-child {
  grid-column: span 3;
  grid-row: span 3;
}
@media only screen and (min-width: 768px) {
  .food .info__gallery-img:first-child {
    grid-column: 1;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 1176px) {
  .food .info__gallery-img:first-child {
    width: 55.2rem;
  }
}
.food .info__gallery-img:last-child {
  grid-column: 3/span 1;
  grid-row: 4/span 2;
}
@media only screen and (min-width: 768px) {
  .food .info__gallery-img:last-child {
    grid-column: 3;
    grid-row: span 2;
  }
}

.perfect {
  padding: 4rem 0;
  padding: 4rem 0 2rem;
  background-color: var(--black);
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .perfect {
    padding: 8rem 0;
    margin: 8rem 0 3rem;
  }
}

.instagram {
  padding: 4rem 0;
  padding: 4rem 0 2rem;
  background-color: var(--black);
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .instagram {
    padding: 8rem 0;
    margin: 8rem 0 3rem;
  }
}
.instagram .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3.5rem;
}
@media only screen and (min-width: 1176px) {
  .instagram .container {
    flex-direction: row;
  }
}
.instagram .info__wrap {
  display: block;
}
.instagram .info__wrap .content {
  margin-top: 2rem;
  max-width: 44.6rem;
}
.instagram .info__wrap .content p {
  opacity: 1;
}
.instagram .info__wrap .bttn {
  margin-top: 4.5rem;
}
@media only screen and (min-width: 992px) {
  .instagram .info__wrap .bttn {
    margin-top: 7.7rem;
  }
}
@media only screen and (max-width: 576px) {
  .instagram .info__wrap .bttn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram .info__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  margin: auto;
  max-width: 100%;
  gap: 1rem;
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery {
    gap: 2rem;
    width: 57.4rem;
  }
}
.instagram .info__gallery-img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.instagram .info__gallery-img:nth-child(1) {
  grid-column: span 2;
  grid-row: 1/span 1;
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(1) {
    width: 31.2rem;
  }
}
.instagram .info__gallery-img:nth-child(2) {
  grid-column: 3/span 2;
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(2) {
    grid-row: span 2;
    height: 23.65rem;
    width: 21.4rem;
  }
}
.instagram .info__gallery-img:nth-child(3) {
  grid-column: 1/span 4;
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(3) {
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(4) {
    width: 14.6rem;
  }
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(5) {
    width: 14.6rem;
  }
}
.instagram .info__gallery-img:nth-child(6) {
  grid-column: span 2;
}
@media only screen and (min-width: 576px) {
  .instagram .info__gallery-img:nth-child(6) {
    margin-top: -8.5rem;
    width: 21.4rem;
  }
}
.instagram .info__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.book .content a {
  color: var(--white) !important;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 550;
  margin-top: 5rem;
}
@media only screen and (min-width: 992px) {
  .book .content a {
    margin-top: 9.4rem;
  }
}