:root {
  --primary-red: #be3939;
  --secondary-black: #3f3f3f;
}

.g-custom-18 {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

body {
  font-family: "Geist", sans-serif;
}

.text-weight-700 {
  font-weight: 700;
}

@media (max-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.logo-main {
  height: 40px;
}
@media (min-width: 992px) {
  .logo-main {
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .logo-main {
    height: 60px;
  }
}

.btn {
  background-color: var(--primary-red);
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 12px 45px;
  height: auto;
}
@media (min-width: 992px) {
  .btn {
    padding: 16px 45px;
  }
}
.btn:hover {
  background-color: #000;
}
.btn:focus {
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.btn.btn-dark {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.btn.btn-dark:hover {
  background: #996800;
}
.btn.btn-yellow {
  background: #996800;
}
.btn.btn-yellow:hover {
  background: #000;
  color: #fff;
}
.btn.btn-outline-light {
  border: 1px solid white;
  background-color: transparent;
}
.btn.btn-outline-light:hover {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}

.btn.btn-nav {
  padding: 10px 40px;
  color: #996800;
  font-weight: normal;
}
.btn.btn-nav:hover {
  color: #fff;
  background-color: #000;
}
.btn.btn-nav.btn-transparent {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
}
.btn.btn-nav.btn-transparent:hover {
  color: #996800;
}

.hero-btn {
  min-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-btn {
    margin-bottom: 0;
    min-width: 350px;
  }
}

.btn-large {
  min-width: 350px;
}
@media (max-width: 767px) {
  .btn-large {
    width: 100%;
    min-width: 100%;
  }
}

.index-1 {
  z-index: 1;
}

.nav-sticky {
  position: fixed;
  top: 0;
  left: 17px;
  right: 17px;
  z-index: 2;
}
@media (min-width: 992px) {
  .nav-sticky {
    bottom: 7px;
    top: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 992px) {
  .nav-sticky.scrolled {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .nav-sticky.scrolled header {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
.nav-sticky.scrolled .logo-main {
  height: 40px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .nav-sticky.scrolled .logo-main {
    height: 50px;
  }
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .nav-wrap {
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    overflow: auto;
  }
}

.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.5rem;
  }
}
.navbar.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* max-height: 500px; */
  top: 70px;
}

.nav-item {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .nav-item {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .nav-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.nav-item.active a {
  color: #996800;
}

.nav-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .nav-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
  }
}

.nav-pills .nav-link {
  color: #fff;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  color: #fff;
}
.nav-pills .nav-link:hover {
  color: #996800;
}

.nav_button {
  padding: 1rem;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 45px;
  height: 44px;
  z-index: 5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .nav_button {
    display: none;
  }
}
.nav_button .nav-line {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 1px;
  padding-bottom: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: absolute;
  -webkit-box-shadow: 0px 2px 1px #000;
  box-shadow: 0px 2px 1px #000;
}
.nav_button .line-1 {
  top: 8px;
}
.nav_button .line-2 {
  top: 20px;
}
.nav_button .line-3 {
  top: 32px;
}

.nav_button.w--open .line-1 {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav_button.w--open .line-2 {
  opacity: 0;
  left: -60px;
}
.nav_button.w--open .line-3 {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hero-section {
  padding: 10px;
  position: relative;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.hero-section .logo-main {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-main {
  background: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
  position: relative;
  padding-top: 30px;
  padding-bottom: 90px;
  min-height: calc(100vh - 10px);
}
@media (min-width: 992px) {
  .hero-main {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .hero-main {
    padding-top: 50px;
  }
}

.hero-content {
  padding: 25px;
  width: 100%;
  max-width: 900px;
  z-index: 1;
}
.hero-content h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 70px;
  }
}
@media (min-width: 1280px) {
  .hero-content h1 {
    font-size: 76px;
  }
}
.hero-content h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-content h2 {
    margin-bottom: 40px;
  }
}

.logo {
  height: 60px;
}

.section-highlight {
  color: #000;
  text-align: center;
}
.section-highlight h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .section-highlight h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-highlight h2 {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .section-highlight h2 {
    font-size: 54px;
  }
}
.section-highlight p {
  color: #5e5e5e;
  font-size: 22px;
  letter-spacing: -1px;
}
.section-highlight .highlight-img {
  width: 100%;
  position: relative;
}
.section-highlight .highlight-img img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 738px;
  -o-object-fit: cover;
  object-fit: cover;
}

.highlight-list {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.32);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}
@media (min-width: 768px) {
  .highlight-list {
    position: absolute;
    inset: auto 10px 10px 10px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
  }
}
.highlight-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .highlight-list ul {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .highlight-list ul {
    font-size: 22px;
  }
}
.highlight-list ul li.line {
  margin-left: 10px;
  margin-right: 10px;
  background: #000;
  width: 1px;
  height: 27px;
}
@media (min-width: 768px) {
  .highlight-list ul li.line {
    margin-left: 40px;
    margin-right: 40px;
    background: #fff;
  }
}

.reservation-card {
  background-color: white;
  border-radius: 8px;
  padding: 25px 25px 25px 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  color: #dc3545;
  font-size: 1.5rem;
  margin-right: 10px;
}

.featured-location-content {
  text-align: left;
}
.featured-location-content h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 20px;
  letter-spacing: -1px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .featured-location-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .featured-location-content h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .featured-location-content h2 {
    font-size: 54px;
  }
}
.featured-location-content p {
  color: #5e5e5e;
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-location-content p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .featured-location-content p {
    margin-left: auto;
    max-width: 250px;
    margin-bottom: 0;
    font-size: 22px;
  }
}
.featured-location-content .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .featured-location-content .title-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.image-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.image-grid-container .text-overlay {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 22px;
  color: #fff;
  font-family: "Antic Didone", serif;
}
.image-grid-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .image-grid-container img {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.image-grid-container .grid-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .image-grid-container .grid-row-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .image-grid-container .grid-row-1 {
    height: 497px;
  }
}
.image-grid-container .grid-row-1 .grid-item-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .image-grid-container .grid-row-1 .grid-item-1 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .image-grid-container .grid-row-1 .grid-item-1 {
    width: 60%;
  }
}
.image-grid-container .grid-row-1 .grid-item-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-item {
  position: relative;
}
@media (min-width: 768px) {
  .grid-item.grid-item-3 {
    height: 497px;
  }
}

.feature-card-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-card-row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 480px) {
  .feature-card-row {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .feature-card-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.feature-card-row h3 {
  font-size: 22px;
}

.feature-card-col {
  height: auto;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #fff;
  bottom: 24px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .slick-arrow {
    width: 58px;
    height: 58px;
  }
}
.slick-arrow:hover {
  background-color: #000;
}
.slick-arrow img {
  width: 10px;
}
@media (min-width: 768px) {
  .slick-arrow img {
    width: 15px;
  }
}
.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-next {
  right: 10px;
}
.slick-arrow.slick-next img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin-top: 18px;
}
.slick-dots button {
  opacity: 0;
  padding: 0;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}
@media (min-width: 768px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
.slick-dots li.slick-active {
  background: #000;
}

.gallery-slide {
  padding: 0;
  position: relative;
}

.gallery-img {
  width: 100%;
  height: 80vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gallery-img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .gallery-img {
    height: 600px;
  }
}
@media (min-width: 1280px) {
  .gallery-img {
    height: 750px;
  }
}

.btn-primary {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-primary:hover {
  background-color: #c82333;
  border-color: #c82333;
}

.btn-outline-light:hover {
  color: #dc3545;
}

.feature-card {
  padding: 20px;
  background: #fff;
  height: 100%;
}
.feature-card .icon {
  width: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature-card .icon {
    width: 50px;
    margin-bottom: 24px;
  }
}
.feature-card h3 {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 400;
  max-width: 165px;
}
@media (min-width: 768px) {
  .feature-card h3 {
    font-size: 18px;
  }
}

.feature-icon-lg {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 15px;
}

section.expect {
  padding: 30px 0 40px;
}
@media (min-width: 992px) {
  section.expect {
    padding: 30px 0 40px;
  }
}
@media (min-width: 1280px) {
  section.expect {
    padding: 30px 0 90px;
  }
}
section.expect h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  section.expect h2 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  section.expect h2 {
    font-size: 43px;
  }
}
section.expect p {
  color: #656464;
  font-size: 18px;
}
section.expect ul {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.expect ul {
    margin-top: 42px;
    font-size: 22px;
  }
}
section.expect ul li {
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.expect ul li {
    margin-top: 30px;
  }
}
section.expect .feature-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}
section.expect .feature-img img {
  width: 100%;
}
@media (min-width: 992px) {
  section.expect .feature-img {
    margin-bottom: 0;
  }
}
section.expect .feature-img .title-content {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  section.expect .feature-img .title-content {
    gap: 40px;
    position: absolute;
    top: 45px;
    left: 25px;
    right: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
section.expect .feature-img h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  max-width: 760px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.expect .feature-img h2 {
    font-size: 40px;
    margin-bottom: 56px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  section.expect .feature-img h2 {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  section.expect .feature-img h2 {
    font-size: 54px;
  }
}
section.expect .feature-img p {
  font-size: 22px;
  letter-spacing: -1px;
  color: #000;
}
@media (min-width: 768px) {
  section.expect .feature-img p {
    color: #fff;
    margin-left: auto;
    max-width: 400px;
  }
}

.section-aminities {
  margin-bottom: 55px;
}

.aminities-wrap {
  padding: 30px 0 40px;
  background: url(../img/overlay.png);
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .aminities-wrap {
    padding: 35px 30px 50px;
  }
}
.aminities-wrap .aminities_title {
  background: url(../img/overlay.png);
  position: relative;
  margin: -40px auto 0;
  padding: 20px 20px 0;
  width: 85%;
}
@media (min-width: 768px) {
  .aminities-wrap .aminities_title {
    margin: -80px auto 0;
    padding: 40px 50px 0;
  }
}
.aminities-wrap h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  text-align: center;
}
@media (min-width: 768px) {
  .aminities-wrap h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .aminities-wrap h2 {
    font-size: 55px;
  }
}
@media (min-width: 1280px) {
  .aminities-wrap h2 {
    font-size: 77px;
  }
}
.aminities-wrap ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #cc8b00;
  font-size: 16px;
  letter-spacing: -1px;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .aminities-wrap ul {
    font-size: 18px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .aminities-wrap ul {
    font-size: 22px;
  }
}
.aminities-wrap li {
  padding: 0;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .aminities-wrap li {
    width: auto;
  }
}
@media (min-width: 992px) {
  .aminities-wrap li:first-child {
    list-style: none;
  }
}
.aminities-wrap li.bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cc8b00;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}

.map {
  background: #eeeae1;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .map {
    background: #eeeae1 url(../img/map.jpg) no-repeat right bottom;
    min-height: 810px;
  }
}
.map .map-img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .map .map-img {
    display: none;
  }
}

.map-content {
  max-width: 500px;
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  .map-content {
    position: absolute;
    top: 97px;
    left: 35px;
    padding: 0;
  }
}
.map-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 20px;
  letter-spacing: -1px;
  max-width: 760px;
  color: #cc8b00;
}
@media (min-width: 768px) {
  .map-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .map-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .map-content h2 {
    font-size: 54px;
  }
}
.map-content ul {
  padding: 0 0 0 40px;
  margin-bottom: 40px;
}
.map-content ul li {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  margin-left: auto;
  color: #5e5e5e;
}
@media (min-width: 992px) {
  .map-content ul li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .map-content ul li {
    font-size: 22px;
  }
}

.cta-section {
  color: white;
}
.cta-section .cta-container {
  background: url(../img/overlay.png);
  margin: 0 auto;
  padding: 50px 40px 50px;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 5px white;
  box-shadow: inset 0 0 0 5px white;
  position: relative;
}
@media (min-width: 992px) {
  .cta-section .cta-container {
    padding: 70px 0 45px;
  }
}
@media (min-width: 1280px) {
  .cta-section .cta-container {
    padding: 70px 0 45px;
  }
}
.cta-section .cta-container::before {
  content: "";
  position: absolute;
  inset: 24px;
  background: #f0f0f0;
  pointer-events: none;
  border: 1px solid #cc8b00;
}
.cta-section .cta-container .cta-content {
  position: relative;
}
.cta-section h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .cta-section h2 {
    font-size: 50px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .cta-section h2 {
    font-size: 70px;
  }
}
@media (min-width: 1280px) {
  .cta-section h2 {
    font-size: 75px;
  }
}
.cta-section p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 550px;
  margin: 0 auto 30px;
  color: #996800;
}
@media (min-width: 768px) {
  .cta-section p {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.cta-section .cta-logo {
  margin-bottom: 20px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section .cta-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-section .cta-logo {
    max-width: 320px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cta-section .cta-logo {
    max-width: 400px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .cta-section .cta-logo {
    max-width: 580px;
    margin-bottom: 60px;
  }
}
.cta-section .btn {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #996800;
  background: #fff;
}
@media (min-width: 768px) {
  .cta-section .btn {
    font-size: 18px;
  }
}

.cta-btn-wrap {
  position: relative;
  z-index: 1;
}

.plan-container {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
  position: relative;
}
.plan-container img {
  width: 100%;
}

.plan-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .plan-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 7%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 26%;
    text-align: left;
    max-width: 545px;
  }
}
.plan-content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 56px;
  line-height: 1.1;
  font-family: "Antic Didone", serif;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #996800;
}
@media (min-width: 768px) {
  .plan-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .plan-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .plan-content h2 {
    font-size: 54px;
  }
}
.plan-content .btn {
  color: #996800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}
.plan-content .btn:hover {
  background-color: #fff;
  border: 1px solid #996800;
}
.plan-content .btn img {
  width: auto;
}

footer {
  color: white;
  padding: 15px 15px 0;
  background: #000 url(../img/bg-black.png);
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #cc8b00;
  border-bottom: none;
  padding-bottom: 100px;
  width: 100%;
  background-color: #1d1d1d;
}
@media (min-width: 768px) {
  .footer-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-nav .nav-link {
  color: #000;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-nav .nav-item {
    padding: 0;
  }
}

.footer-copyright-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-copyright-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-copyright .footer-logo {
  width: 128px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-copyright .footer-logo {
    margin-bottom: 0;
  }
}

.footer-form {
  padding: 45px 10px 60px;
}

.text-custom-red {
  color: var(--primary-red);
}
.hero-btn-wrap {
  display: none;
}
@media (max-width: 767px) {
  .hero-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 40px;
  }
}
