@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
h1,
h2 {
  font-family: "Trirong", serif;
  font-weight: 400;
}

h3,
h4 {
  font-family: "Trirong", serif;
  font-weight: 300;
}

h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h5 {
  color: #b1a894;
}

h4,
h6 {
  color: #0d0c16;
}

p,
span,
a,
ul {
  font-family: "Poppins", sans-serif;
  color: #0d0c16;
}

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 6.25rem;
  }
}

h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 4.6875rem;
  }
}

h3 {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 2.875rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5625rem;
  }
}

h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1rem;
  }
}

a {
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  a {
    font-size: 1rem;
  }
}

ul li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  ul li {
    font-size: 1.125rem;
  }
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* width */
.reservation-iframe-wrapper .reservation-iframe::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 7px;
  height: 2px;
}

/* Track */
.reservation-iframe-wrapper .reservation-iframe::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: #555;
}

/* Handle */
.reservation-iframe-wrapper .reservation-iframe::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #0d0c16;
}

/* Handle on hover */
.reservation-iframe-wrapper .reservation-iframe::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background: #0d0c16;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #b1a894;
}

::selection {
  color: #000;
  background: #b1a894;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  color: white;
  letter-spacing: 1px;
}

img,
video,
picture {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fill-btn-black {
  background-color: #0d0c16;
  color: white;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #0d0c16;
  text-transform: uppercase;
  transition: 0.4s;
}
.fill-btn-black:hover {
  color: white;
  background-color: transparent;
}

.mas-wrapper {
  display: block;
  column-count: 1;
  gap: 100px;
}
.mas-wrapper .item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 600px) {
  .mas-wrapper {
    column-count: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .mas-wrapper {
    column-count: 2;
  }
}

.fill-btn-baige {
  background-color: #b1a894;
  color: #0d0c16;
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #b1a894;
  text-transform: uppercase;
  transition: 0.4s;
}
.fill-btn-baige:hover {
  color: white;
  background-color: transparent;
}

.btn-underline {
  position: relative;
  color: white;
  text-transform: uppercase;
  padding-bottom: 5px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.btn-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  letter-spacing: 1.6px;
  background-color: white;
  transition: 0.4s ease-in-out;
}
.btn-underline:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: white;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.btn-underline:hover {
  color: #b1a894;
}
.btn-underline:hover:before {
  background-color: #b1a894;
  transform: rotate(135deg);
}
.btn-underline:hover:after {
  background-color: #b1a894;
}

.aqua-hero-logo-wrapper {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 50vw;
  height: 20vh;
  background: var(--wpr-bg-eac57f01-ba7b-4556-8af6-97a79833c740);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 4;
}

.dmd-udrline-blk {
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.dmd-udrline-blk a {
  transition: 0.3s ease-in-out;
}
.dmd-udrline-blk:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: #0d0c16;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-blk:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -7.5px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: #0d0c16;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-blk:hover {
  color: white;
}
.dmd-udrline-blk:hover a {
  color: white;
}
.dmd-udrline-blk:hover:before {
  background-color: white;
  transform: rotate(135deg) translate(4px, 4px);
}
.dmd-udrline-blk:hover:after {
  background-color: white;
}

.dmd-udrline {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.dmd-udrline a {
  transition: 0.3s ease-in-out;
}
.dmd-udrline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: white;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -7.5px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: white;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.dmd-udrline-baige {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.dmd-udrline-baige a {
  transition: 0.3s ease-in-out;
}
.dmd-udrline-baige:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: #b1a894;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-baige:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -7.5px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: #b1a894;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-baige:hover {
  color: white;
}
.dmd-udrline-baige:hover a {
  color: white !important;
}
.dmd-udrline-baige:hover:before {
  background-color: white;
  transform: rotate(135deg) translate(4px, 4px);
}
.dmd-udrline-baige:hover:after {
  background-color: white;
}

.dmd-udrline-baige-nocap {
  transition: 0.3s ease-in-out;
}
.dmd-udrline-baige-nocap a {
  transition: 0.3s ease-in-out;
}
.dmd-udrline-baige-nocap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: #b1a894;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-baige-nocap:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -7.5px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: #b1a894;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.dmd-udrline-baige-nocap:hover {
  color: white;
}
.dmd-udrline-baige-nocap:hover a {
  color: white !important;
}
.dmd-udrline-baige-nocap:hover:before {
  background-color: white;
  transform: rotate(135deg) translate(4px, 4px);
}
.dmd-udrline-baige-nocap:hover:after {
  background-color: white;
}

.bg-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-92313c29-a100-41b9-bc51-fbb10d433efb);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

.diamond-line {
  width: 40px;
  height: 100px;
  background: var(--wpr-bg-d06a22a8-97b6-421f-af95-ca5802c2edf6);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.diamond-line-bk {
  width: 40px;
  height: 100px;
  background: var(--wpr-bg-a9c7d354-380b-4274-b67e-17bb06dba4eb);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.arrow-right-baige {
  width: 30px;
  height: 20px;
  background: var(--wpr-bg-9e1f2a01-3f8d-454d-9a41-233b61910f7d);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phone-icon {
  width: 30px;
  height: 30px;
  background: var(--wpr-bg-b0a425ae-7162-487e-9e6b-4c809bba6586);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.email-icon {
  width: 30px;
  height: 30px;
  background: var(--wpr-bg-127ce10f-beef-4be6-bc7b-ee93dbd6da1b);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fax-icon {
  width: 30px;
  height: 30px;
  background: var(--wpr-bg-89a2e368-6ca1-4fad-8c87-7a87658f1cb6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-watcher {
  height: 5px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #b1a894;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}

@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}
.gallery-page {
  background-color: #0d0c16;
}
.gallery-page .main-page-heading-section {
  position: relative;
  margin-top: -90vh;
  transform: translateY(0);
  top: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .gallery-page .main-page-heading-section {
    margin-top: -40vw;
  }
}
.gallery-page .inner-main-heading-wrapper {
  padding: 20px 5%;
}
@media only screen and (min-width: 1025px) {
  .gallery-page .inner-main-heading-wrapper {
    padding: 75px 30% 50px;
  }
}
.gallery-page .bg-pattern {
  display: none;
}

.offer-inner .event-inner-section {
  padding-top: 0 !important;
}

#gdpr_list {
  padding-bottom: 20px;
}
#gdpr_list tbody {
  background-color: #b1a894;
}
#gdpr_list input {
  width: 20px;
  margin: 0 !important;
}

.common-page strong {
  color: #b1a894;
}

.header-section {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.header-section.minimal {
  height: unset;
}
.header-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 3;
}
.header-section .top-menu-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 25px 5%;
  justify-content: flex-end;
  position: fixed;
  transition: 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 1025px) {
  .header-section .top-menu-wrapper {
    padding: 40px 5%;
  }
}
@media only screen and (min-width: 1600px) {
  .header-section .top-menu-wrapper {
    justify-content: space-between;
    padding: 40px 5%;
  }
}
.header-section .top-menu-wrapper .main-nav-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .header-section .top-menu-wrapper .main-nav-wrapper {
    justify-content: flex-start;
    gap: 40px;
  }
}
.header-section .top-menu-wrapper .main-nav-wrapper .site-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-section .top-menu-wrapper .main-nav-wrapper .site-logo-wrapper svg {
  transition: 0.2s ease-in-out;
  height: 50px;
  width: 110px;
  fill: white;
}
@media only screen and (min-width: 768px) {
  .header-section .top-menu-wrapper .main-nav-wrapper .site-logo-wrapper svg {
    width: 130px;
  }
}
.header-section .top-menu-wrapper .main-nav-wrapper ul {
  display: none;
  position: relative;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (min-width: 1600px) {
  .header-section .top-menu-wrapper .main-nav-wrapper ul {
    display: flex;
    gap: 35px;
    align-items: center;
  }
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li a {
  position: relative;
  color: white;
  line-height: 3;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  font-size: 1rem;
  height: 100%;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li a:hover {
  color: #b1a894;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 7px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: white;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 4px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: white;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li.current_page_item:before, .header-section .top-menu-wrapper .main-nav-wrapper ul li.current_page_item:after {
  opacity: 1;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .menu-arrow {
  display: none;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: var(--wpr-bg-28b1df5b-c981-4480-a517-926b273bf5a3);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li:hover .sub-menu {
  display: flex;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li:hover .menu-arrow {
  background: var(--wpr-bg-72bf348a-1039-4e4a-82ce-08f8e6db0993);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li:hover:after, .header-section .top-menu-wrapper .main-nav-wrapper ul li:hover:before {
  background-color: #b1a894;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 0;
  top: 42px;
  left: 0;
  min-width: 150px;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li {
  padding: 10px 25px;
  background-color: #b1a894;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li a {
  color: #0d0c16;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li a:after, .header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li a:before {
  display: none;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li .menu-arrow {
  display: none;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li .sub-menu li:hover {
  background-color: #bbb3a1;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li.menu-item-has-children .menu-arrow {
  display: block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.header-section .top-menu-wrapper .main-nav-wrapper ul li.menu-item-has-children:hover .menu-arrow {
  transform: rotate(0);
}
.header-section .top-menu-wrapper .reservation-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header-section .top-menu-wrapper .reservation-wrapper svg {
  width: 40px;
  height: 30px;
  fill: white;
  transition: 0.2s ease-in-out;
}
.header-section .top-menu-wrapper .reservation-wrapper svg:hover {
  transform: scale(1.1);
}
.header-section .top-menu-wrapper .reservation-wrapper .btn-underline {
  display: none;
  line-height: 2;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header-section .top-menu-wrapper .reservation-wrapper .btn-underline {
    display: block;
  }
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon {
  cursor: pointer;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span {
  display: flex;
  width: 50px;
  height: 3px;
  background-color: white;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span:nth-child(1) {
  margin-bottom: 5px;
  width: 30px;
  position: relative;
  left: 20px;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span:nth-child(2) {
  margin-bottom: 0;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span:nth-child(3) {
  margin-top: 5px;
  width: 30px;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-20px, -15px);
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon.open span:nth-child(2) {
  opacity: 0;
}
.header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon.open span:nth-child(3) {
  transform: rotate(45deg) translate(-12px, -5px);
}
@media only screen and (min-width: 1600px) {
  .header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon {
    display: none;
  }
}
.header-section .top-menu-wrapper .menu-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #b1a894;
  right: -380px;
  top: 50px;
  max-width: 380px;
  width: 100vw;
  height: calc(100vh - 50px);
  align-items: center;
  transition: 0.2s ease-in-out;
}
.header-section .top-menu-wrapper .menu-panel ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header-section .top-menu-wrapper .menu-panel ul li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  width: 100%;
}
.header-section .top-menu-wrapper .menu-panel ul li:hover {
  background-color: #bbb3a1;
}
@media only screen and (min-width: 1200px) {
  .header-section .top-menu-wrapper .menu-panel ul li {
    align-items: flex-start;
    padding: 10px 20px;
  }
}
.header-section .top-menu-wrapper .menu-panel ul li a {
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu {
  display: none;
  position: relative;
  background-color: #bbb3a1;
  width: calc(100% + 40px);
}
@media only screen and (min-width: 1200px) {
  .header-section .top-menu-wrapper .menu-panel ul li .sub-menu {
    left: -20px;
  }
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu li {
  padding: 0 0 0 0;
  width: 100%;
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu li .menu-arrow {
  display: none;
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu li a {
  padding: 0 20px;
  width: 100%;
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu li a:hover {
  background-color: #c6bdaa;
}
.header-section .top-menu-wrapper .menu-panel ul li .sub-menu.open {
  display: flex;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children {
  padding: 0 20px;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children a {
  padding: 10px 0;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children .sub-menu a {
  padding-bottom: 10px;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children .sub-menu a:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children .sub-menu a:first-child {
  padding-top: 10px;
}
.header-section .top-menu-wrapper .menu-panel ul li.menu-item-has-children .menu-arrow {
  display: block;
}
.header-section .top-menu-wrapper .menu-panel ul li.expanded .sub-menu {
  display: flex;
}
.header-section .top-menu-wrapper .menu-panel ul li.current_page_item a {
  font-weight: 600;
}
.header-section .top-menu-wrapper .menu-panel ul li .menu-arrow {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: var(--wpr-bg-e5b48871-3c88-43eb-a9b0-151c20c1e133);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.header-section .top-menu-wrapper .menu-panel ul li .menu-arrow.open {
  transform: rotate(0);
}
.header-section .top-menu-wrapper .menu-panel.open {
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .header-section .top-menu-wrapper .menu-panel {
    top: 125px;
    max-width: 380px;
    width: 100vw;
    height: calc(100vh - 125px);
  }
}
.header-section .top-menu-wrapper.active, .header-section .top-menu-wrapper.ham-fix {
  background-color: #b1a894;
  padding: 0 5%;
  min-height: 90px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li {
  padding: 30px 0;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li a, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li a {
  color: #0d0c16;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li a:hover, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li a:hover {
  color: white;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li:after, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 28px;
  left: 0;
  letter-spacing: 1.6px;
  background-color: #0d0c16;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li:before, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 25px;
  left: 50%;
  letter-spacing: 1.6px;
  background-color: #0d0c16;
  transform: rotate(45deg) translate(-4px, 4px);
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li.current_page_item:before, .header-section .top-menu-wrapper.active .main-nav-wrapper ul li.current_page_item:after, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li.current_page_item:before, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li.current_page_item:after {
  opacity: 1;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li .menu-arrow, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li .menu-arrow {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  background: var(--wpr-bg-3178be7a-b2d6-4c6b-ac95-8d2e33cc5382);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li .sub-menu, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li .sub-menu {
  top: 90px;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li:hover .menu-arrow, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:hover .menu-arrow {
  background: var(--wpr-bg-526155d7-ac89-4767-a287-e716050050e4);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper ul li:hover:after, .header-section .top-menu-wrapper.active .main-nav-wrapper ul li:hover:before, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:hover:after, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:hover:before {
  background-color: white;
}
.header-section .top-menu-wrapper.active .main-nav-wrapper .site-logo-wrapper svg, .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper .site-logo-wrapper svg {
  width: 130px;
  fill: #0d0c16;
}
.header-section .top-menu-wrapper.active .menu-panel, .header-section .top-menu-wrapper.ham-fix .menu-panel {
  top: 90px;
  height: calc(100vh - 90px);
}
.header-section .top-menu-wrapper.active .menu-panel .social-wrapper, .header-section .top-menu-wrapper.ham-fix .menu-panel .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}
.header-section .top-menu-wrapper.active .menu-panel .social-wrapper svg, .header-section .top-menu-wrapper.ham-fix .menu-panel .social-wrapper svg {
  width: 30px;
  height: 30px;
  fill: #0d0c16;
  transition: 0.2s ease-in-out;
}
.header-section .top-menu-wrapper.active .menu-panel .social-wrapper svg:hover, .header-section .top-menu-wrapper.ham-fix .menu-panel .social-wrapper svg:hover {
  fill: white;
}
@media only screen and (min-width: 1025px) {
  .header-section .top-menu-wrapper.active .menu-panel .social-wrapper, .header-section .top-menu-wrapper.ham-fix .menu-panel .social-wrapper {
    padding-top: 1vw;
  }
}
.header-section .top-menu-wrapper.active .reservation-wrapper span, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span {
  color: #0d0c16;
}
.header-section .top-menu-wrapper.active .reservation-wrapper span:before, .header-section .top-menu-wrapper.active .reservation-wrapper span:after, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span:before, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span:after {
  background-color: #0d0c16;
}
.header-section .top-menu-wrapper.active .reservation-wrapper span:hover, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span:hover {
  color: white;
}
.header-section .top-menu-wrapper.active .reservation-wrapper span:hover:before, .header-section .top-menu-wrapper.active .reservation-wrapper span:hover:after, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span:hover:before, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span:hover:after {
  background-color: white;
}
.header-section .top-menu-wrapper.active .reservation-wrapper span svg, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper span svg {
  fill: #0d0c16;
}
.header-section .top-menu-wrapper.active .reservation-wrapper .ham-menu-icon, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper .ham-menu-icon {
  cursor: pointer;
}
.header-section .top-menu-wrapper.active .reservation-wrapper .ham-menu-icon span, .header-section .top-menu-wrapper.ham-fix .reservation-wrapper .ham-menu-icon span {
  background-color: #0d0c16;
}
.header-section .top-menu-wrapper.active svg, .header-section .top-menu-wrapper.ham-fix svg {
  fill: #0d0c16;
}
.header-section .top-menu-wrapper.active #menu-main-menu, .header-section .top-menu-wrapper.ham-fix #menu-main-menu {
  height: 4.3vw;
}
.header-section .hm-banner-feature-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  right: 100px;
  max-width: 300px;
  z-index: 8;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .header-section .hm-banner-feature-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
}
.header-section .hm-banner-feature-wrapper .desc-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #b1a894;
}
.header-section .hm-banner-feature-wrapper .desc-wrapper .desc-heading {
  position: relative;
  width: 80%;
  text-align: center;
}
.header-section .hm-banner-feature-wrapper .desc-wrapper .desc-heading:after {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.header-section .hm-banner-feature-wrapper .desc-wrapper .desc-heading h5 {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.header-section .hm-banner-feature-wrapper .desc-wrapper .desc-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header-section .hm-banner-feature-wrapper .desc-wrapper .desc-cont p {
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
}
.header-section .hm-banner-feature-wrapper .hm-fet-img-wrapper {
  overflow: hidden;
}
.header-section .hm-banner-feature-wrapper .hm-fet-img-wrapper img {
  transition: 0.4s ease-in-out;
}
.header-section .hm-banner-feature-wrapper:hover .hm-fet-img-wrapper img {
  transform: scale(1.1);
}
.header-section .reservation-btn-float {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.header-section .reservation-btn-float span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  color: white;
  letter-spacing: 2px;
  max-width: 450px;
}
.header-section .reservation-btn-float span:hover {
  background-color: #0d0c16 !important;
}
@media only screen and (min-width: 768px) {
  .header-section .reservation-btn-float {
    display: none;
  }
}
.header-section.minimal {
  margin-bottom: 0;
}
.header-section.minimal .emeslider-wrapper {
  opacity: 0.2;
  pointer-events: none;
}
.header-section.inner .emeslider-wrapper {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.header-section.inner .site-logo-wrapper svg {
  width: 110px !important;
}
.header-section .diamond-line {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 4;
  height: 40px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .header-section .diamond-line {
    height: 2.5vw;
    bottom: -2.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .header-section .diamond-line {
    height: 5vw;
    bottom: -5vw;
  }
}

.home-page .header-section .diamond-line {
  display: block;
}

.reservation-iframe-wrapper {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--wpr-bg-e3ca7161-fc32-4106-89ee-3e5a1660277f);
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
.reservation-iframe-wrapper .reservation-iframe {
  width: 80vw;
  height: 500px;
}
.reservation-iframe-wrapper .reservation-close-btn {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 80vw;
  height: 40px;
  background-color: #b1a894;
  background-image: var(--wpr-bg-653c579e-32ab-4884-9d3d-74cae3423531);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer !important;
}
.reservation-iframe-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 1025px) {
  .reservation-iframe-wrapper {
    width: 55vw;
  }
  .reservation-iframe-wrapper .reservation-iframe {
    width: 100%;
    height: 70dvh;
    left: 50%;
    transition: 0.3s ease-in-out;
  }
  .reservation-iframe-wrapper .reservation-close-btn {
    top: 0;
    bottom: unset;
    right: -40px;
    width: 40px;
    height: 40px;
  }
}

.scroll-down-wrapper {
  display: none;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down-wrapper span {
  color: #b1a894;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .scroll-down-wrapper {
    display: flex;
    bottom: 2vw;
  }
}

.banner-sm-wrapper {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.banner-sm-wrapper svg {
  width: 30px;
  height: 30px;
  gap: 20px;
  fill: white;
}
.banner-sm-wrapper.minimal {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .banner-sm-wrapper {
    display: flex;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  background-color: #0d0c16;
  margin-bottom: 400px;
  z-index: 3;
  border-top: 1px solid #b1a894;
}
.footer-wrapper .footer-tagline-wrapper {
  display: flex;
  position: relative;
  padding: 0 5%;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer-tagline-wrapper h3 {
  text-align: center;
  text-transform: none !important;
}
.footer-wrapper .footer-tagline-wrapper h3:after {
  width: 20%;
  transform: translateX(-50%);
  left: 50%;
  bottom: -11px;
}
.footer-wrapper .footer-tagline-wrapper h3:before {
  bottom: -14.5px;
}
.footer-wrapper .footer-tagline-wrapper h3:after, .footer-wrapper .footer-tagline-wrapper h3:before {
  background-color: #b1a894;
}
.footer-wrapper .footer-mid-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  row-gap: 50px;
  align-items: flex-start;
  justify-content: space-around;
  align-items: center;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  max-width: 500px;
  align-items: center;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  padding: 0 5%;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper .newsletter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  width: 100%;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper .newsletter-wrapper p {
  color: #b1a894;
  letter-spacing: 1px;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper .newsletter-wrapper form {
  width: 100%;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper .newsletter-wrapper form input {
  width: 100%;
  position: relative;
  background-color: transparent;
  color: #b1a894;
  height: 50px;
  padding: 10px 10px;
  outline: 2px solid #b1a894;
  border: none;
}
.footer-wrapper .footer-mid-wrapper .address-wrapper .newsletter-wrapper form input:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #b1a894;
}
.footer-wrapper .footer-mid-wrapper .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer-wrapper .footer-mid-wrapper .social-wrapper svg {
  width: 30px;
  height: 30px;
  fill: white;
  transition: 0.2s ease-in-out;
}
.footer-wrapper .footer-mid-wrapper .social-wrapper svg:hover {
  fill: #b1a894;
}
@media only screen and (min-width: 1025px) {
  .footer-wrapper .footer-mid-wrapper .social-wrapper {
    padding-top: 1vw;
  }
}
.footer-wrapper .footer-mid-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.footer-wrapper .footer-mid-wrapper .contact-wrapper .contact-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-wrapper .footer-mid-wrapper .contact-wrapper .contact-item a {
  color: white;
}
.footer-wrapper .footer-mid-wrapper .contact-wrapper .contact-item:hover a {
  color: #b1a894;
}
.footer-wrapper .footer-mid-wrapper .hours-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
}
.footer-wrapper .footer-mid-wrapper .hours-wrapper p {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #b1a894;
  text-transform: uppercase;
}
.footer-wrapper .footer-mid-wrapper .hours-wrapper .hours-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-wrapper .footer-mid-wrapper .hours-wrapper .hours-item-wrapper .hour-item p {
  font-size: 1rem;
  font-weight: 300;
  color: white;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer-mid-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .footer-wrapper .footer-mid-wrapper .address-wrapper {
    max-width: 50vw;
  }
  .footer-wrapper .footer-mid-wrapper .contact-wrapper {
    width: 50%;
  }
  .footer-wrapper .footer-mid-wrapper .hours-wrapper {
    width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrapper .footer-mid-wrapper {
    gap: 30px;
  }
  .footer-wrapper .footer-mid-wrapper .address-wrapper {
    width: calc(33.33% - 20px);
    order: 2;
  }
  .footer-wrapper .footer-mid-wrapper .contact-wrapper {
    width: calc(33.33% - 20px);
    order: 1;
  }
  .footer-wrapper .footer-mid-wrapper .hours-wrapper {
    width: calc(33.33% - 20px);
    order: 3;
    align-items: flex-end;
  }
}
.footer-wrapper .footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  gap: 20px;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul li a {
  font-size: 0.75rem;
  color: white;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul li:hover a {
  color: #b1a894;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul li:after {
  content: "";
  position: absolute;
  right: -10px;
  transform: translateY(-35%);
  bottom: 0;
  width: 1px;
  height: 60%;
  background-color: white;
}
.footer-wrapper .footer-bottom-wrapper .legal-links-wrapper ul li:last-child:after {
  display: none;
}
.footer-wrapper .footer-bottom-wrapper .ownership-wrapper {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-bottom-wrapper .ownership-wrapper p {
  font-size: 0.75rem;
}
.footer-wrapper .footer-bottom-wrapper .developed-wrapper {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-bottom-wrapper .developed-wrapper p {
  font-size: 0.75rem;
}
.footer-wrapper .footer-bottom-wrapper .developed-wrapper a {
  color: white;
  font-size: 0.75rem;
}
.footer-wrapper .footer-bottom-wrapper .developed-wrapper a:hover {
  color: #b1a894;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer-bottom-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-wrapper .footer-bottom-wrapper .legal-links-wrapper {
    width: 100%;
  }
  .footer-wrapper .footer-bottom-wrapper .ownership-wrapper {
    width: max-content;
  }
  .footer-wrapper .footer-bottom-wrapper .developed-wrapper {
    width: max-content;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrapper .footer-bottom-wrapper {
    padding: 0 4%;
  }
  .footer-wrapper .footer-bottom-wrapper .legal-links-wrapper {
    width: calc(33.33% - 20px);
  }
  .footer-wrapper .footer-bottom-wrapper .ownership-wrapper {
    justify-content: center;
    width: calc(33.33% - 20px);
  }
  .footer-wrapper .footer-bottom-wrapper .developed-wrapper {
    width: calc(33.33% - 20px);
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrapper {
    padding: 100px 0;
  }
  .footer-wrapper .footer-tagline-wrapper {
    left: 50%;
    transform: translateX(-50%);
    max-width: 42.5vw;
  }
}

.scroll-top-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 80px;
  right: 10px;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s ease-in-out;
}
.scroll-top-wrapper svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.scroll-top-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.scroll-top-wrapper:hover {
  background-color: #b1a894;
  border: 1px solid white;
}
@media only screen and (min-width: 1025px) {
  .scroll-top-wrapper {
    right: 1vw;
    bottom: 3vw;
  }
}

.map-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.map-wrapper.special-class {
  opacity: 1;
  pointer-events: all;
}

.aqua-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 500px;
}
.aqua-map #map {
  width: 100vw;
  height: 500px;
}
.aqua-map .gm-style-iw {
  width: 250px !important;
}
.aqua-map .gm-style-iw .gm-style-iw-chr {
  display: none;
}
.aqua-map .gm-style-iw .gm-style-iw-chr button {
  width: 40px !important;
  height: 40px !important;
}
.aqua-map .gm-style-iw .gm-style-iw-chr button span {
  margin: 7px !important;
}
.aqua-map .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
  padding: 0 !important;
}
.aqua-map .gm-style-iw .info-box {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  padding: 0;
  align-items: center;
  margin-top: 15px;
  justify-content: flex-start;
  gap: 10px;
}
.aqua-map .gm-style-iw .info-box .img-wrapper {
  width: 50%;
}
@media only screen and (min-width: 1200px) {
  .aqua-map .gm-style-iw .info-box .img-wrapper {
    width: 100px;
  }
}
.aqua-map .gm-style-iw .info-box .address-wrapper {
  text-align: center;
}
.aqua-map .gm-style-iw .info-box .address-wrapper span {
  font-size: 20px;
  font-family: "Trirong", serif;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .aqua-map .gm-style-iw .info-box .address-wrapper span {
    font-size: 1.5vw;
  }
}
.aqua-map .gm-style-iw .info-box .lp-direction a {
  color: #0d0c16;
  font-weight: 400;
  font-size: 0.8vw;
}
.aqua-map .gm-style-iw .info-box .lp-direction a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .aqua-map .gm-style-iw {
    width: 19vw !important;
  }
}
@media only screen and (min-width: 1024px) {
  .aqua-map {
    width: 100%;
  }
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100vh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: white;
}

.emeslider-wrapper {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 video {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100vh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 100vh;
  object-fit: cover;
  opacity: 0.6;
}
.emeslider-wrapper .owl-dots {
  display: none;
}

.inner-main-heading-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 50px 5%;
  z-index: 4;
  row-gap: 40px;
}
.inner-main-heading-wrapper h1,
.inner-main-heading-wrapper h2,
.inner-main-heading-wrapper h3 {
  font-size: 1.5625rem;
  text-align: center;
  text-transform: none;
  font-weight: 200;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .inner-main-heading-wrapper h1,
  .inner-main-heading-wrapper h2,
  .inner-main-heading-wrapper h3 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-main-heading-wrapper h1,
  .inner-main-heading-wrapper h2,
  .inner-main-heading-wrapper h3 {
    font-size: 2.375rem;
    max-width: 1200px;
    line-height: 4vw;
  }
}
@media only screen and (min-width: 1600px) {
  .inner-main-heading-wrapper h1,
  .inner-main-heading-wrapper h2,
  .inner-main-heading-wrapper h3 {
    font-size: 2.875rem;
    max-width: 1200px;
    line-height: 3vw;
  }
}
.inner-main-heading-wrapper > p {
  display: none;
}
.inner-main-heading-wrapper a {
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.inner-main-heading-wrapper .rsvr-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  .inner-main-heading-wrapper {
    padding: 100px 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-main-heading-wrapper {
    padding: 120px 30% 50px;
  }
  .inner-main-heading-wrapper > p {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
  }
}

.main-page-heading-section {
  position: absolute;
  top: 60vh;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  padding: 50px 5% 0;
}
.main-page-heading-section p {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "Trirong", serif;
  color: #b1a894;
  line-height: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .main-page-heading-section p {
    font-size: 3.4375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-page-heading-section p {
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .main-page-heading-section p {
    font-size: 6.25rem;
  }
}
.main-page-heading-section .char {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.item-card-1 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  overflow: hidden;
  cursor: default;
}
.item-card-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: 0.4s ease-in-out;
}
.item-card-1 .img-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.item-card-1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 5%;
  gap: 20px;
  z-index: 2;
}
.item-card-1 .desc-wrapper p {
  font-weight: 200;
  line-height: 1.8;
  text-align: center;
}
.item-card-1 .desc-wrapper h4 {
  width: 100%;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .item-card-1 {
    width: 50%;
  }
  .item-card-1 .desc-wrapper p,
  .item-card-1 .desc-wrapper h4 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .item-card-1 .img-wrapper {
    aspect-ratio: 1/1.25;
    overflow: hidden;
  }
  .item-card-1 .desc-wrapper {
    position: absolute;
    bottom: 20px;
  }
  .item-card-1 .desc-wrapper p {
    opacity: 0;
    max-height: 0;
    transition: 0.4s ease-in-out;
  }
  .item-card-1:hover .desc-wrapper p {
    opacity: 1;
    max-height: 400px;
  }
  .item-card-1:hover:after {
    opacity: 1;
  }
}

.item-card-2 {
  max-width: 500px;
}
.item-card-2 .item-img-wrapper {
  position: relative;
}
.item-card-2 .item-img-wrapper img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.item-card-2 .item-img-wrapper .item-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  background-color: #0d0c16;
  border-radius: 0 0 10px 0;
}
.item-card-2 .item-img-wrapper .item-tag-wrapper p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b1a894;
  font-weight: 600;
}
.item-card-2 .item-cont-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #0d0c16;
  padding: 20px 10%;
  min-height: 200px;
}
.item-card-2 .item-cont-wrapper p {
  font-family: "Trirong", serif;
  letter-spacing: 1.5px;
  font-weight: 200;
}
.item-card-2 .item-cont-wrapper .item-hours-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.item-card-3 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.item-card-3 .img-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
}
.item-card-3 .item-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
  padding: 20px 0;
}
.item-card-3 .item-content-wrapper .item-category {
  position: relative;
  justify-content: center;
}
.item-card-3 .item-content-wrapper .item-category p {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.item-card-3 .item-content-wrapper .item-category:after {
  width: 30%;
  max-width: 100px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
}
.item-card-3 .item-content-wrapper .item-category:before {
  bottom: -22.5px;
}
@media only screen and (min-width: 1200px) {
  .item-card-3 .item-content-wrapper .item-category {
    padding: 0 0 15px 0;
  }
}
.item-card-3 .item-content-wrapper .item-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.item-card-3 .item-content-wrapper .item-desc a {
  display: flex;
  position: relative;
  width: 75%;
  max-width: 300px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .item-card-3 .item-content-wrapper .item-desc {
    row-gap: 50px;
  }
}
.item-card-3 .item-content-wrapper h3 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1200px) {
  .item-card-3 .item-content-wrapper h3 {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .item-card-3 .item-content-wrapper {
    padding: 40px 0 70px;
  }
}

.item-card-4 {
  display: flex;
  flex-direction: column;
}
.item-card-4 .content-wrapper {
  display: flex;
  gap: 40px;
  flex-direction: column;
  text-align: center;
}
.item-card-4 .content-wrapper h3 {
  position: relative;
}
.item-card-4 .content-wrapper h3:after {
  width: 10%;
  left: 50%;
  transform: translate(-50%);
}
.item-card-4 .content-wrapper h5 {
  color: #b1a894;
  font-family: "Trirong", serif;
  font-weight: 300;
  line-height: 1.8;
}
.item-card-4 .content-wrapper p {
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .item-card-4 {
    flex-direction: row;
    align-items: center;
  }
  .item-card-4 .img-wrapper {
    width: 50%;
  }
  .item-card-4 .content-wrapper {
    width: 50%;
    padding: 0 100px;
  }
}

.homepage-body {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .homepage-body {
    row-gap: 0;
  }
}
.homepage-body .secret-oasis-section {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 10px;
  z-index: 2;
  padding: 0 5%;
}
@media only screen and (min-width: 768px) {
  .homepage-body .secret-oasis-section {
    flex-direction: row;
    padding: 0;
    column-gap: 60px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .secret-oasis-section {
    padding-bottom: 50px;
  }
}
.homepage-body .secret-oasis-section .left-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .homepage-body .secret-oasis-section .left-wrapper {
    width: calc(25% - 40px);
    row-gap: 60px;
  }
  .homepage-body .secret-oasis-section .left-wrapper picture {
    object-fit: contain;
    object-position: 50% 0;
  }
  .homepage-body .secret-oasis-section .left-wrapper picture img {
    object-fit: contain;
    object-position: 50% 0;
  }
  .homepage-body .secret-oasis-section .left-wrapper picture:first-child {
    object-position: 50% 100%;
  }
  .homepage-body .secret-oasis-section .left-wrapper picture:first-child img {
    object-position: 50% 100%;
  }
  .homepage-body .secret-oasis-section .left-wrapper picture:last-child {
    transform: scale(0.9) translate(-6%, -5%);
  }
}
.homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -40px;
  padding-bottom: 50px;
}
.homepage-body .secret-oasis-section .center-wrapper .desc-wrapper p {
  color: white;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
    width: 150%;
    transform: translateX(-17.5%) translateY(-13vw);
  }
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper .diamond-line {
    height: 150px;
    transform: translateY(-15vw);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper .diamond-line {
    transform: translateY(-0.25vw);
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
    width: 100%;
    transform: translateX(0) translateY(-30vw);
    row-gap: 7vw;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-body .secret-oasis-section .center-wrapper {
    width: calc(50% - 40px);
    margin-top: -25vw;
  }
  .homepage-body .secret-oasis-section .center-wrapper picture {
    object-fit: contain;
  }
  .homepage-body .secret-oasis-section .center-wrapper picture img {
    object-fit: contain;
  }
}
.homepage-body .secret-oasis-section .right-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .homepage-body .secret-oasis-section .right-wrapper {
    width: calc(25% - 40px);
    row-gap: 60px;
  }
  .homepage-body .secret-oasis-section .right-wrapper picture {
    object-fit: contain;
    object-position: 50% 0;
  }
  .homepage-body .secret-oasis-section .right-wrapper picture img {
    object-fit: contain;
    object-position: 50% 0;
  }
  .homepage-body .secret-oasis-section .right-wrapper picture:first-child {
    object-position: 50% 100%;
    transform: scale(0.9) translate(6%, 6%);
  }
  .homepage-body .secret-oasis-section .right-wrapper picture:first-child img {
    object-position: 50% 100%;
  }
}
.homepage-body .mixologist-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 40px;
  padding: 60px 0 0;
}
@media only screen and (min-width: 768px) {
  .homepage-body .mixologist-section {
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section {
    flex-direction: row;
    padding: 0;
  }
}
.homepage-body .mixologist-section .main-card-wrapper {
  display: flex;
  position: relative;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.homepage-body .mixologist-section .main-card-wrapper .img-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.homepage-body .mixologist-section .main-card-wrapper .desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  gap: 20px;
  z-index: 2;
}
.homepage-body .mixologist-section .main-card-wrapper .desc-wrapper p {
  font-weight: 200;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}
.homepage-body .mixologist-section .main-card-wrapper .desc-wrapper h3 {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .homepage-body .mixologist-section .main-card-wrapper .desc-wrapper {
    position: absolute;
    bottom: 50px;
  }
  .homepage-body .mixologist-section .main-card-wrapper .desc-wrapper p,
  .homepage-body .mixologist-section .main-card-wrapper .desc-wrapper h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-body .mixologist-section .main-card-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: 0.4s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section .main-card-wrapper {
    width: 50%;
  }
  .homepage-body .mixologist-section .main-card-wrapper .img-wrapper {
    aspect-ratio: 1/1.25;
    overflow: hidden;
  }
}
.homepage-body .mixologist-section .drink-wrapper {
  background-color: #0d0c16;
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-bottom: 50px;
  overflow: hidden;
  cursor: default;
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section .drink-wrapper .item-card-1:after {
    opacity: 0.5;
  }
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1 .img-wrapper {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  gap: 20px;
  z-index: 2;
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper p {
  font-weight: 200;
  line-height: 1.8;
  text-align: center;
}
.homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper h4 {
  width: 100%;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 {
    padding-bottom: 0;
    width: 50%;
  }
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper p,
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper h4 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 .img-wrapper {
    aspect-ratio: 1/1.25;
    overflow: hidden;
  }
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper {
    position: absolute;
    bottom: 20px;
  }
  .homepage-body .mixologist-section .drink-wrapper .item-card-1 .desc-wrapper p {
    opacity: 0;
    max-height: 0;
    transition: 0.4s ease-in-out;
  }
  .homepage-body .mixologist-section .drink-wrapper .item-card-1:hover .desc-wrapper p {
    opacity: 1;
    max-height: 400px;
  }
  .homepage-body .mixologist-section .drink-wrapper .item-card-1:hover:after {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-body .mixologist-section .drink-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section .drink-wrapper {
    gap: 0;
    width: 50%;
  }
}
.homepage-body .mixologist-section .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (min-width: 1200px) {
  .homepage-body .mixologist-section .owl-dots {
    right: 30px;
    transform: translateX(0);
  }
}
.homepage-body .mixologist-section .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #b1a894;
  border: 2px solid #b1a894;
  transition: 0.2s ease-in-out;
}
.homepage-body .mixologist-section .owl-dots .owl-dot.active span {
  background: transparent;
  transform: rotate(45deg);
}
.homepage-body .hm-featured-images-section {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-featured-images-section .hm-feat-item {
    aspect-ratio: 16/7;
    overflow: hidden;
  }
}
.homepage-body .hm-featured-images-section .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-featured-images-section .owl-dots {
    right: 30px;
    transform: translateX(0);
  }
}
.homepage-body .hm-featured-images-section .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #b1a894;
  border: 2px solid #b1a894;
  transition: 0.2s ease-in-out;
}
.homepage-body .hm-featured-images-section .owl-dots .owl-dot.active span {
  background: transparent;
  transform: rotate(45deg);
}
.homepage-body .drinks-menu-section {
  display: flex;
  position: relative;
  flex-direction: column;
  row-gap: 10px;
  z-index: 2;
  background-color: #b1a894;
  align-items: center;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.homepage-body .drinks-menu-section .menu-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-body .drinks-menu-section .menu-heading-wrapper .diamond-line-bk {
  position: relative;
  top: calc(-9vw + 29px);
}
.homepage-body .drinks-menu-section .menu-heading-wrapper h3 {
  color: #0d0c16;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .drinks-menu-section .menu-heading-wrapper {
    position: relative;
    width: 100%;
  }
  .homepage-body .drinks-menu-section .menu-heading-wrapper h3 {
    transform: translateY(-2vw);
  }
}
.homepage-body .drinks-menu-section .drinks-menu-items-wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper {
    display: flex;
    flex-direction: row;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
    padding: 30px;
    align-items: center;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(2) {
    margin-top: 100px;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(3) {
    padding: 60px 0 0 0;
    position: relative;
    transform: scale(0.5) translateY(-50%);
    aspect-ratio: 3/4;
    overflow: hidden;
    width: 25%;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(3) img {
    object-fit: contain;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(4) {
    padding: 0;
    position: absolute;
    right: 25%;
    width: 25%;
    bottom: 0;
    aspect-ratio: 3/4;
    overflow: hidden;
    transform: scale(0.5) translateY(calc(50% - 60px));
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(2) {
    margin-top: 0;
  }
}
.homepage-body .drinks-menu-section .drinks-menu-items-wrapper .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (min-width: 1200px) {
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .owl-dots {
    right: 30px;
    transform: translateX(0);
  }
}
.homepage-body .drinks-menu-section .drinks-menu-items-wrapper .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #0d0c16;
  border: 2px solid #0d0c16;
  transition: 0.2s ease-in-out;
}
.homepage-body .drinks-menu-section .drinks-menu-items-wrapper .owl-dots .owl-dot.active span {
  background: transparent;
  transform: rotate(45deg);
}
.homepage-body .drinks-menu-section .drinks-menu-items-wrapper img {
  height: unset;
}
.homepage-body .drinks-menu-section .drinks-menu-desc {
  padding: 20px 5%;
}
.homepage-body .drinks-menu-section .drinks-menu-desc h6 {
  color: #0d0c16;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .homepage-body .drinks-menu-section .drinks-menu-desc {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .drinks-menu-section .drinks-menu-desc {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .homepage-body .drinks-menu-section .drinks-menu-desc h6 {
    text-align: left;
  }
}
.homepage-body .drinks-menu-section .drink-menu-link {
  position: relative;
  width: max-content;
}
.homepage-body .drinks-menu-section .tag-line-bg {
  display: block;
  position: absolute;
  bottom: 50px;
  animation: lefttorightani 30s linear infinite;
  width: 300%;
  pointer-events: none;
}
.homepage-body .drinks-menu-section .tag-line-bg p {
  display: none;
  font-size: 70px;
  font-family: "Trirong", serif;
  text-transform: uppercase;
  z-index: -1;
  color: #0d0c16;
  opacity: 0.05;
}
@media only screen and (min-width: 768px) {
  .homepage-body .drinks-menu-section .tag-line-bg p {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage-body .drinks-menu-section .tag-line-bg p {
    bottom: -2.5vw;
    display: block;
    font-size: 10vw;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .drinks-menu-section {
    row-gap: 0;
    padding: 5vw 10%;
  }
  .homepage-body .drinks-menu-section h3 {
    font-size: 2.5rem;
  }
}
.homepage-body .hm-gallery-section {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  align-items: center;
  row-gap: 30px;
  padding-bottom: 50px;
}
.homepage-body .hm-gallery-section .hm-gal-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10%;
}
.homepage-body .hm-gallery-section .hm-gal-heading-wrapper h2 {
  text-align: center;
}
.homepage-body .hm-gallery-section .drink-menu-link {
  position: relative;
  width: max-content;
  padding-top: 30px;
}
.homepage-body .hm-gallery-section .drink-menu-link a {
  color: #b1a894;
}
@media only screen and (min-width: 1025px) {
  .homepage-body .hm-gallery-section {
    padding-bottom: 100px;
  }
  .homepage-body .hm-gallery-section .drink-menu-link {
    padding-top: 0;
  }
}
.homepage-body .hm-events-offers-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  row-gap: 40px;
  align-items: center;
  padding: 50px 5%;
  background-color: #b1a894;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-events-offers-wrapper {
    padding: 50px 10% 100px;
  }
}
.homepage-body .hm-events-offers-wrapper .offers-heading-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.homepage-body .hm-events-offers-wrapper .offers-heading-wrapper h3 {
  color: #0d0c16;
}
.homepage-body .hm-events-offers-wrapper .offers-heading-wrapper .event-more-link {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-events-offers-wrapper .offers-heading-wrapper {
    justify-content: space-between;
    align-items: center;
  }
  .homepage-body .hm-events-offers-wrapper .offers-heading-wrapper .event-more-link {
    display: block;
  }
}
.homepage-body .hm-events-offers-wrapper .offer-items-wrapper {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper {
    display: none;
  }
}
.homepage-body .hm-events-offers-wrapper .offer-items-wrapper .owl-dots {
  position: absolute;
  bottom: -25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  right: 50%;
  transform: translateX(50%);
}
.homepage-body .hm-events-offers-wrapper .offer-items-wrapper .owl-dots span {
  display: block;
  width: 10px;
  height: 10px;
  background: #0d0c16;
  border: 2px solid #0d0c16;
  transition: 0.2s ease-in-out;
}
.homepage-body .hm-events-offers-wrapper .offer-items-wrapper .owl-dots .active span {
  background: transparent;
  transform: rotate(45deg);
}
.homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-img-wrapper {
    width: 50%;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-img-wrapper .offer-img-item {
    display: none;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-img-wrapper .offer-img-item .item-tag-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 25px;
    background-color: #0d0c16;
    border-radius: 0 0 10px 0;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-img-wrapper .offer-img-item .item-tag-wrapper p {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b1a894;
    font-weight: 600;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-img-wrapper .offer-img-item.active {
    display: block;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper {
    width: 50%;
    background-color: #0d0c16;
    padding: 50px;
    height: max-content;
    transform: translate(-10%);
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a:first-child .offer-cont-desc-item {
    padding-top: 0;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dotted #b1a894;
    cursor: pointer;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item .arrow-right-baige {
    display: none;
    cursor: pointer;
    width: 20%;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item .item-desc-wrapper {
    width: 70%;
    border-right: 1px solid #b1a894;
    padding: 0 20px 0 0;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item .item-desc-wrapper p {
    font-family: "Trirong", serif;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item .item-hours-wrapper {
    width: 20%;
    transition: 0.2s ease-in-out;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item.active p {
    color: #b1a894;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item.active .item-hours-wrapper {
    display: none;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper a .offer-cont-desc-item.active .arrow-right-baige {
    display: block;
  }
}
.homepage-body .hm-events-offers-wrapper .event-more-link {
  position: relative;
  width: max-content;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-events-offers-wrapper .event-more-link {
    display: none;
  }
}
.homepage-body .hm-gift-card-section {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  padding: 100px 5%;
  z-index: 3;
  background: #0d0c16;
  align-items: center;
  justify-content: center;
}
.homepage-body .hm-gift-card-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: var(--wpr-bg-c3aff61a-d822-420b-aaf3-0d8f5db9685d);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .homepage-body .hm-gift-card-section {
    padding: 100px 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section {
    flex-direction: row;
    padding: 150px 10%;
  }
}
.homepage-body .hm-gift-card-section .left-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .left-section {
    width: calc(33.33% - 30px);
    align-items: flex-start;
    padding: 0 50px;
  }
}
.homepage-body .hm-gift-card-section .left-section p {
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .left-section p {
    text-align: left;
  }
}
.homepage-body .hm-gift-card-section .left-section h3 {
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .left-section h3 {
    text-align: left;
  }
}
.homepage-body .hm-gift-card-section .left-section .dmd-udrline-baige {
  position: relative;
  width: max-content;
}
.homepage-body .hm-gift-card-section .left-section .dmd-udrline-baige a {
  color: #b1a894;
}
.homepage-body .hm-gift-card-section .center-section {
  width: 100%;
}
.homepage-body .hm-gift-card-section .center-section .card-img-wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .center-section {
    width: calc(33.33% - 30px);
  }
}
.homepage-body .hm-gift-card-section .right-section {
  width: 100%;
}
.homepage-body .hm-gift-card-section .right-section p {
  text-align: center;
  line-height: 1.8;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .right-section p {
    text-align: left;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-body .hm-gift-card-section .right-section {
    padding-left: 50px;
    width: calc(33.33% - 30px);
  }
}

@keyframes lefttorightani {
  0% {
    left: 0%;
  }
  100% {
    left: -200%;
  }
}
.menu-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 3;
  align-items: center;
}
.menu-body .inner-main-heading-wrapper {
  padding: 50px 0;
}
.menu-body .inner-main-heading-wrapper ul {
  z-index: 11;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu-body .inner-main-heading-wrapper ul li .dmd-udrline-baige {
  position: relative;
}
.menu-body .inner-main-heading-wrapper ul li .dmd-udrline-baige p {
  color: #b1a894;
  padding: 0;
}
.menu-body .inner-main-heading-wrapper ul li .dmd-udrline-baige:after {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .menu-body .inner-main-heading-wrapper ul {
    flex-direction: row;
    column-gap: 60px;
  }
}
.menu-body .inner-main-heading-wrapper .secondary-img-wrapper {
  max-width: 700px;
  padding: 0 20px;
}
.menu-body .inner-main-heading-wrapper p {
  padding: 0 10%;
}
.menu-body .inner-main-heading-wrapper h2 {
  padding: 0 10%;
}
.menu-body .inner-main-heading-wrapper picture {
  max-width: 700px;
}
.menu-body .flavours-section {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.menu-body .flavours-section h2 {
  text-align: center;
  padding: 0 20px 40px;
}
.menu-body .flavours-section .item-card-4 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  top: 100px;
  background-color: #0d0c16;
  padding-bottom: 45px;
}
.menu-body .flavours-section .item-card-4 .content-wrapper {
  opacity: 1;
  margin-top: 30px;
  transition: 0.2s ease-in-out;
}
.menu-body .flavours-section .item-card-4.sticky-reached .content-wrapper {
  opacity: 1;
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .menu-body .flavours-section .item-card-4 .content-wrapper {
    opacity: 0;
    margin-top: 30px;
    transition: 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-body .inner-main-heading-wrapper {
    position: relative;
    width: 100vw;
    height: 60vw;
    max-width: unset;
    justify-content: flex-start;
  }
  .menu-body .inner-main-heading-wrapper p,
  .menu-body .inner-main-heading-wrapper a,
  .menu-body .inner-main-heading-wrapper h2 {
    z-index: 4;
  }
  .menu-body .inner-main-heading-wrapper p {
    max-width: 40vw;
    padding: 0;
  }
  .menu-body .inner-main-heading-wrapper h2 {
    max-width: 50vw;
    padding: 0;
  }
  .menu-body .inner-main-heading-wrapper picture,
  .menu-body .inner-main-heading-wrapper img {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 3;
    top: 0;
  }
  .menu-body .inner-main-heading-wrapper picture:after,
  .menu-body .inner-main-heading-wrapper img:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5718662465) 49%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5718662465) 49%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5718662465) 49%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    z-index: 5;
  }
  .menu-body .inner-main-heading-wrapper picture {
    max-width: unset;
  }
  .menu-body .inner-main-heading-wrapper .secondary-img-wrapper {
    position: absolute;
    bottom: 5vw;
    right: 10%;
    padding: 0;
    max-width: 25vw;
  }
  .menu-body .inner-main-heading-wrapper .secondary-img-wrapper img {
    width: 100%;
    height: unset;
    position: relative;
  }
  .menu-body .flavours-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    padding: 0 5%;
    gap: 100px;
    padding: 0 5% 100px;
  }
  .menu-body .flavours-section h2 {
    top: 100px;
    text-align: center;
    max-width: 1000px;
  }
  .menu-body .flavours-section .item-card-4 {
    flex-direction: row;
    z-index: 5;
    position: sticky;
    top: 150px;
    overflow: hidden;
    background-color: transparent;
    scroll-snap-type: Y mandatory;
    padding-bottom: 0;
  }
  .menu-body .flavours-section .item-card-4 .content-wrapper {
    opacity: 0;
    margin-top: 30px;
    transition: 0.2s ease-in-out;
  }
  .menu-body .flavours-section .item-card-4.sticky-reached .content-wrapper {
    opacity: 1;
    margin-top: 0;
  }
}

.events-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.events-body .events-tab-section {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
  position: relative;
  z-index: 3;
  align-items: center;
}
.events-body .events-tab-section .events-tabs-wrapper {
  display: none;
}
.events-body .events-tab-section .events-tabs-dropdown {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  max-width: 500px;
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 600px) {
  .events-body .events-tab-section .events-tabs-dropdown {
    padding: 0;
  }
}
.events-body .events-tab-section .events-tabs-dropdown .nice-select {
  width: 100%;
  border-radius: 0;
  background-color: #bbb3a1;
  border: none;
}
.events-body .events-tab-section .events-tabs-dropdown .nice-select span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.events-body .events-tab-section .events-tabs-dropdown .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.events-body .events-tab-section .events-tabs-dropdown .nice-select:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.events-body .events-tab-section .events-tabs-dropdown p {
  text-transform: uppercase;
}
.events-body .events-tab-section .events-tab-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .item-content-wrapper .item-category :first-child {
  color: #b1a894;
}
.events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .item-content-wrapper .item-category:after {
  bottom: -19px;
}
.events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .item-content-wrapper .item-title h3 {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
}
.events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .grid-item {
  float: left;
  width: 100%;
  padding: 10px;
}
.events-body .events-tab-section .events-tab-content-wrapper.selected {
  visibility: visible;
  max-height: max-content;
  pointer-events: all;
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .events-body .events-tab-section {
    row-gap: 0;
  }
  .events-body .events-tab-section .events-tab-content-wrapper {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 {
    flex-direction: row;
    align-items: center;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .img-wrapper {
    width: 50%;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .item-content-wrapper {
    width: 50%;
    padding: 0 50px;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .featured-deal-wrapper .item-card-3 .item-content-wrapper .item-title h3 {
    font-size: 4.6875rem;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper {
    display: block;
    column-count: 2;
    gap: 100px;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .item-card-3 {
    width: calc(50% - 25px);
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .item-card-3:nth-child(4n-3) .img-wrapper, .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .item-card-3:nth-child(4n) .img-wrapper {
    aspect-ratio: 1.5/1;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .grid-item {
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    width: 100%;
    padding-bottom: 80px;
  }
  .events-body .events-tab-section .events-tab-content-wrapper.selected {
    visibility: visible;
    max-height: max-content;
    pointer-events: all;
    padding-top: 40px;
    width: 100%;
  }
  .events-body .events-tab-section .events-tabs-dropdown {
    display: none;
  }
  .events-body .events-tab-section .events-tabs-wrapper {
    display: flex;
    width: 100%;
    gap: 80px;
    align-items: center;
    justify-content: center;
  }
  .events-body .events-tab-section .events-tabs-wrapper .tab-item {
    position: relative;
    cursor: pointer;
  }
  .events-body .events-tab-section .events-tabs-wrapper .tab-item p {
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .events-body .events-tab-section .events-tabs-wrapper .tab-item.selected p {
    color: #b1a894;
  }
  .events-body .events-tab-section .events-tabs-wrapper .tab-item.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    letter-spacing: 1.6px;
    background-color: #b1a894;
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
  .events-body .events-tab-section .events-tabs-wrapper .tab-item.selected:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -7.5px;
    left: 50%;
    letter-spacing: 1.6px;
    background-color: #b1a894;
    transform: rotate(45deg) translate(-4px, 4px);
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
}

.event-inner-body .event-inner-section {
  position: relative;
  z-index: 3;
}
.event-inner-body .event-inner-section .event-left-wrapper {
  position: relative;
}
.event-inner-body .event-inner-section .event-left-wrapper .img-wrapper {
  position: relative;
}
.event-inner-body .event-inner-section .event-left-wrapper .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1, 1, 1, 0.7);
}
.event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px 5%;
  text-align: center;
}
.event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper:after {
  width: 20%;
  transform: translate(-50%);
  left: 50%;
}
.event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper .offer-heading-top-wrapper p {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.8;
}
.event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper .offer-heading-bottom-wrapper p {
  font-size: 1rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.event-inner-body .event-inner-section .event-right-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 50px 5%;
}
.event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  text-align: center;
}
.event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper .spec-item p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
.event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper .spec-item p:first-child {
  font-size: 1rem;
  color: #b1a894;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1, 6px;
}
.event-inner-body .event-inner-section .event-right-wrapper .btns-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding-bottom: 30px;
}
.event-inner-body .event-inner-section .event-right-wrapper .btns-wrapper a {
  display: flex;
  width: max-content;
  max-width: 500px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.event-inner-body .event-inner-section .event-right-wrapper .btns-wrapper .dmd-udrline-baige {
  color: #b1a894;
}
.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper h5 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #b1a894;
  padding-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper h5 {
    font-size: 1.375rem;
  }
}
.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper ul {
  list-style-type: disc;
}
.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper ul li {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: inside;
}
@media only screen and (min-width: 1200px) {
  .event-inner-body .event-inner-section {
    display: flex;
    padding-top: 100px;
  }
  .event-inner-body .event-inner-section .event-left-wrapper {
    width: 50%;
  }
  .event-inner-body .event-inner-section .event-left-wrapper .img-wrapper {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
  }
  .event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    text-align: left;
    max-width: unset;
    padding: 50px 10% 20px;
    padding-top: 12vw;
  }
  .event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper:after {
    width: 20%;
    transform: translate(0);
    left: 10%;
  }
  .event-inner-body .event-inner-section .event-left-wrapper .offer-heading-wrapper:before {
    left: 20%;
  }
  .event-inner-body .event-inner-section .event-right-wrapper {
    width: 50%;
    z-index: 5;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
  .event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper .spec-item {
    position: relative;
    width: calc(50% - 15px);
    text-align: left;
  }
  .event-inner-body .event-inner-section .event-right-wrapper .event-specialty-wrapper .spec-item:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    z-index: 3;
  }
  .event-inner-body .event-inner-section .event-right-wrapper .btns-wrapper {
    flex-direction: row;
    gap: 50px;
  }
}

.private-dining-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.private-dining-body .dining-gallery-section {
  position: relative;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 1025px) {
  .private-dining-body .dining-gallery-section {
    padding-top: 3vw;
  }
}
.private-dining-body .custom-dining-section {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 50px 5%;
}
.private-dining-body .custom-dining-section h2 {
  text-align: center;
  font-weight: 300;
}
.private-dining-body .custom-dining-section .custom-dining-items-wrapper {
  position: relative;
}
.private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:after {
  display: none;
  width: 100%;
  height: 100%;
}
.private-dining-body .dining-reserve-form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #b1a894;
  padding: 50px 5%;
}
.private-dining-body .dining-reserve-form-section .reservation-heading-wrapper {
  position: relative;
  width: max-content;
  max-width: 500px;
}
.private-dining-body .dining-reserve-form-section .reservation-heading-wrapper h4 {
  font-size: 25px;
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  .private-dining-body .dining-reserve-form-section .reservation-heading-wrapper h4 {
    font-size: 2.875rem;
  }
}
.private-dining-body .dining-reserve-form-section .reservation-heading-wrapper:after, .private-dining-body .dining-reserve-form-section .reservation-heading-wrapper:before {
  background: #0d0c16 !important;
}
@media only screen and (min-width: 1200px) {
  .private-dining-body .dining-reserve-form-section {
    row-gap: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .private-dining-body .custom-dining-section .custom-dining-items-wrapper .grid-item {
    padding-bottom: 0;
    margin-bottom: 100px;
    width: 100%;
  }
  .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1 .desc-wrapper {
    padding: 75px 75px 50px;
  }
  .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:after {
    display: block;
    width: 100%;
    height: 100%;
  }
  .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:nth-child(4n) .img-wrapper, .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:nth-child(4n-3) .img-wrapper {
    aspect-ratio: 1;
  }
  .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:nth-child(4n-1) .img-wrapper, .private-dining-body .custom-dining-section .custom-dining-items-wrapper .item-card-1:nth-child(4n-2) .img-wrapper {
    aspect-ratio: 1.5/1;
  }
  .private-dining-body .reservation-heading-wrapper h4 {
    font-size: 2.875rem;
  }
  .private-dining-body .dining-reserve-form-section {
    padding: 100px 10%;
  }
}

.gallery-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-body .main-page-heading-section {
  z-index: 3;
  top: 40vh;
}
.gallery-body .inner-main-heading-wrapper {
  position: relative;
  z-index: 3;
  left: 0;
  transform: translate(0);
}
.gallery-body .gallery-tab-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 5vw;
  width: 100%;
  position: relative;
  z-index: 3;
  align-items: center;
}
.gallery-body .gallery-tab-section .gallery-tabs-wrapper {
  display: none;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  max-width: 500px;
  padding: 50px 20px;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown .nice-select {
  width: 100%;
  border-radius: 0;
  background-color: #bbb3a1;
  border: none;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown .nice-select span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown .nice-select:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.gallery-body .gallery-tab-section .gallery-tabs-dropdown p {
  text-transform: uppercase;
}
.gallery-body .gallery-tab-section .gallery-tab-content-wrapper {
  display: none;
  column-count: 1;
  gap: 1vw;
}
.gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding: 0.5vw 0;
}
.gallery-body .gallery-tab-section .gallery-tab-content-wrapper.selected {
  display: block;
}
@media only screen and (min-width: 600px) {
  .gallery-body .gallery-tab-section {
    row-gap: 0;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper {
    visibility: hidden;
    column-count: 2;
    gap: 1vw;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item {
    width: 100%;
    padding: 0.5vw 0;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item.abc {
    display: none;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper.selected {
    visibility: visible;
    max-height: max-content;
    pointer-events: all;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-body .gallery-tab-section {
    row-gap: 0;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper {
    visibility: hidden;
    column-count: 3;
    gap: 1vw;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item {
    width: 100%;
    padding: 0.5vw 0;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item.abc {
    display: none;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper.selected {
    visibility: visible;
    max-height: max-content;
    pointer-events: all;
    padding-top: 40px;
    padding-bottom: 5vw;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-dropdown {
    display: none;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper {
    display: flex;
    width: 100%;
    gap: 80px;
    align-items: center;
    justify-content: center;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper .tab-item {
    position: relative;
    cursor: pointer;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper .tab-item p {
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper .tab-item.selected p {
    color: #b1a894;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper .tab-item.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    letter-spacing: 1.6px;
    background-color: #b1a894;
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
  .gallery-body .gallery-tab-section .gallery-tabs-wrapper .tab-item.selected:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: -7.5px;
    left: 50%;
    letter-spacing: 1.6px;
    background-color: #b1a894;
    transform: rotate(45deg) translate(-4px, 4px);
    transition: 0.2s ease-in-out;
    opacity: 1;
  }
}

.press-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.press-body .main-page-heading-section {
  z-index: 3;
}
.press-body .press-wrapper-section {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 0 20px;
}
.press-body .press-wrapper-section .press-wrapper {
  column-count: 1;
  gap: 100px;
}
.press-body .press-wrapper-section .press-wrapper .grid-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding: 50px 0;
}
@media only screen and (min-width: 600px) {
  .press-body .press-wrapper-section {
    padding: 0 15%;
  }
  .press-body .press-wrapper-section .press-wrapper {
    column-count: 2;
    gap: 4vw;
    padding: 0;
  }
  .press-body .press-wrapper-section .press-wrapper .item-card-3 {
    width: 100%;
    padding: 1vw 0;
  }
  .press-body .press-wrapper-section .press-wrapper .short-img .img-wrapper {
    aspect-ratio: 1.5/1;
  }
  .press-body .press-wrapper-section .press-wrapper .grid-item {
    float: left;
  }
}
@media only screen and (min-width: 600px) and (min-width: 600px) {
  .press-body .press-wrapper-section {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .press-body .press-wrapper-section {
    padding: 0 15%;
  }
}

.locate-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  row-gap: 50px;
}
.locate-body .location-section {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  position: relative;
  z-index: 3;
  padding: 0 5%;
}
.locate-body .location-section .opening-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
.locate-body .location-section .opening-wrapper .opening-heading {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.locate-body .location-section .opening-wrapper .opening-heading p {
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.locate-body .location-section .opening-wrapper .opening-heading:after {
  width: 60%;
  transform: translateX(30%);
}
.locate-body .location-section .opening-wrapper .hours-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}
.locate-body .location-section .opening-wrapper .hours-wrapper .hour-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 10px;
}
.locate-body .location-section .opening-wrapper .hours-wrapper .hour-item p {
  font-weight: 300;
}
.locate-body .location-section .opening-wrapper .hours-wrapper .hour-item p:first-child {
  color: #b1a894;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .locate-body .location-section .opening-wrapper .hours-wrapper .hour-item:first-child p {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .locate-body .location-section .opening-wrapper .hours-wrapper .hour-item:last-child p {
    text-align: right;
  }
}
.locate-body .location-section .address-map-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .address-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .address-wrapper h4 {
  color: #b1a894;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .address-wrapper p {
  font-weight: 300;
  line-height: 1.8;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper h4 {
  color: #b1a894;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .contact-item {
  display: flex;
  gap: 20px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .contact-item a {
  color: white;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .contact-item:hover a {
  color: #b1a894;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 20px;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .social-wrapper svg {
  width: 30px;
  height: 30px;
  fill: white;
  transition: 0.2s ease-in-out;
}
.locate-body .location-section .address-map-wrapper .left-wrapper .contact-wrapper .social-wrapper svg:hover {
  fill: #b1a894;
}
.locate-body .location-section .address-map-wrapper .right-wrapper .map-section {
  width: 100%;
  height: 500px;
}
.locate-body .get-in-touch-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #b1a894;
  padding: 50px 5%;
}
.locate-body .get-in-touch-section .touch-heading-wrapper {
  position: relative;
  width: max-content;
  max-width: 500px;
}
.locate-body .get-in-touch-section .touch-heading-wrapper h4 {
  font-size: 25px;
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  .locate-body .get-in-touch-section .touch-heading-wrapper h4 {
    font-size: 2.875rem;
  }
}
.locate-body .get-in-touch-section .touch-heading-wrapper:after, .locate-body .get-in-touch-section .touch-heading-wrapper:before {
  background: #0d0c16 !important;
}
@media only screen and (min-width: 1200px) {
  .locate-body .location-section {
    width: 100%;
  }
  .locate-body .location-section .opening-wrapper .hours-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .locate-body .location-section .address-map-wrapper {
    flex-direction: row;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper {
    width: 30%;
    padding: 0 50px;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper h4 {
    font-size: 1.375rem;
  }
  .locate-body .location-section .address-map-wrapper .right-wrapper {
    width: 70%;
  }
}

.loc-temp-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 500px;
}
.loc-temp-map #loc-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.loc-temp-map .gm-style-iw {
  width: 350px !important;
}
.loc-temp-map .gm-style-iw .gm-style-iw-chr button {
  width: 40px !important;
  height: 40px !important;
}
.loc-temp-map .gm-style-iw .gm-style-iw-chr button span {
  margin: 7px !important;
}
.loc-temp-map .gm-style-iw .gm-style-iw-chr .gm-style-iw-ch {
  padding: 0 !important;
}
.loc-temp-map .gm-style-iw .info-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 5%;
  align-items: center;
  justify-content: center;
}
.loc-temp-map .gm-style-iw .info-box .img-wrapper {
  width: 50%;
}
@media only screen and (min-width: 1200px) {
  .loc-temp-map .gm-style-iw .info-box .img-wrapper {
    width: 25%;
  }
}
.loc-temp-map .gm-style-iw .info-box .address-wrapper {
  text-align: center;
}
.loc-temp-map .gm-style-iw .info-box .lp-direction a {
  color: #0d0c16;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .loc-temp-map {
    width: 100%;
  }
}

.sitemap-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 4;
  padding: 0 50px 50px;
}
@media only screen and (min-width: 1025px) {
  .sitemap-section {
    padding: 0 20vw 5vw;
  }
}
.sitemap-section ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 4;
}
.sitemap-section ul a,
.sitemap-section ul p,
.sitemap-section ul li {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: white;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
}
.sitemap-section ul li a:hover {
  font-weight: 600;
  margin-left: 10px;
}
.sitemap-section ul ul {
  padding-left: 30px;
}

.fof-section,
.common-page {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 4;
  padding: 20px 50px;
}
@media only screen and (min-width: 1025px) {
  .fof-section,
  .common-page {
    padding: 10vw 20vw 5vw;
  }
}
.fof-section ul,
.common-page ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 4;
}
.fof-section ul a,
.fof-section ul p,
.fof-section ul li,
.common-page ul a,
.common-page ul p,
.common-page ul li {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: white;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
}
.fof-section ul li a:hover,
.common-page ul li a:hover {
  font-weight: 600;
  margin-left: 10px;
}
.fof-section ul ul,
.common-page ul ul {
  padding-left: 30px;
}
.fof-section h1,
.fof-section h2,
.fof-section h3,
.fof-section h4,
.common-page h1,
.common-page h2,
.common-page h3,
.common-page h4 {
  text-align: center;
}
.fof-section form label,
.fof-section form a,
.fof-section form p,
.fof-section form li,
.common-page form label,
.common-page form a,
.common-page form p,
.common-page form li {
  color: white !important;
}
.fof-section form .dfb-form-group:nth-of-type(1),
.common-page form .dfb-form-group:nth-of-type(1) {
  width: 100%;
}
.fof-section form .dfb-form-group:nth-of-type(2),
.common-page form .dfb-form-group:nth-of-type(2) {
  width: 100%;
}
.fof-section form button,
.common-page form button {
  background: #b1a894;
  color: #0d0c16;
  margin: 0;
}
.fof-section form .is_required,
.common-page form .is_required {
  color: white !important;
}
.fof-section form .recapture,
.common-page form .recapture {
  color: white !important;
}
.fof-section form .recapture a,
.common-page form .recapture a {
  color: white !important;
}

.alert-danger {
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f5c6cb;
}
.alert-danger a {
  color: #721c24;
  text-decoration: underline;
}

.alert-success {
  text-align: center;
  color: #155724;
  background-color: #d4edda;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c3e6cb;
}
.alert-success a {
  color: #155724;
  text-decoration: underline;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}
form input,
form select,
form textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  justify-content: center;
  border: unset;
  outline: 2px solid #b1a894;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.4s ease-in-out;
  background: #bab29f;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid grey;
  font-family: "Poppins", sans-serif;
}
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: 2px solid #b1a894 !important;
  background: #d8cfbb;
}
form textarea {
  max-width: 100%;
  min-height: 300px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
form button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 15vw;
  background: #0d0c16;
  color: #b1a894;
  border-radius: 0;
  border: 2px solid #0d0c16;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2vw;
}
form .nice-select:after {
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-bottom: 2px solid #0d0c16;
  border-right: 2px solid #0d0c16;
}
form .has-error {
  position: relative;
}
form .has-error small {
  position: absolute;
  bottom: 0px;
  color: red;
  font-size: 11px;
}
form .dfb-form-group {
  display: flex;
  flex-direction: column;
}
form .dfb-form-group label {
  padding-bottom: 10px;
  color: #0d0c16;
}
form .dfb-form-group span {
  color: red;
  font-weight: 400 !important;
}
form .dfb-form-group i {
  display: none;
}
form a {
  text-decoration: underline;
}
form .col-12 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form .col-12 {
    width: 100%;
  }
}
form .col-sm-6 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form .col-sm-6 {
    width: calc(50% - 15px);
  }
}
form .col-md-2 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form .col-md-2 {
    width: calc(33.33% - 20px);
  }
}
form .col-md-4 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form .col-md-4 {
    width: calc(33.33% - 20px);
  }
}
form .col-md-5 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  form .col-md-5 {
    width: calc(33.33% - 20px);
  }
}
form .response-field-checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}
form .response-field-checkboxes .checkbox-inline {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
}
form .response-field-checkboxes .checkbox-inline input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 0;
  border: unset;
  outline: unset;
  accent-color: #b1a894;
  cursor: pointer;
  margin-bottom: 0;
}
form .response-field-checkboxes .checkbox-inline input:focus-visible {
  outline: none;
  filter: none;
}
form .response-field-checkboxes .checkbox-inline i {
  display: none !important;
}
form .response-field-checkboxes small {
  bottom: -10px;
}
form .cont_gdpr_cls_wrap,
form .recapture {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0c16;
}
form .cont_gdpr_cls_wrap p,
form .cont_gdpr_cls_wrap a,
form .recapture p,
form .recapture a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0c16 !important;
}
form .cont_gdpr_cls_wrap > label,
form .recapture > label {
  text-transform: uppercase;
  font-weight: 600;
}
form .recapture {
  margin-bottom: 10px;
}
form .is_required {
  width: 90vw;
  color: #0d0c16;
}
@media only screen and (min-width: 1200px) {
  form .is_required {
    width: 70vw;
  }
}

form .nice-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  outline: 2px solid #bab29f;
  border-radius: 0;
  border: unset;
  padding: 10px 20px;
  background-color: #bab29f;
  color: #0d0c16;
  margin: 0 0 20px 0;
}
form .nice-select span,
form .nice-select ul,
form .nice-select li {
  color: #0d0c16;
  font-weight: 600;
}
form .nice-select ul {
  width: 100%;
  border-radius: 0;
  background-color: #b1a894 !important;
}
form .nice-select ul li {
  background-color: #b1a894;
  border-radius: 0;
}
form .nice-select ul:hover {
  background-color: #b1a894;
}
form p {
  color: #0d0c16;
}
@media only screen and (min-width: 1025px) {
  form .dfb-form-group:nth-of-type(1) {
    width: calc(10% - 20px);
  }
  form .dfb-form-group:nth-of-type(2) {
    width: calc(45% - 20px);
  }
  form .dfb-form-group:nth-of-type(3) {
    width: calc(45% - 20px);
  }
}
form #frm_date_id_wrap {
  position: relative;
}
form #frm_date_id_wrap input {
  cursor: pointer;
}
form #frm_date_id_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  background: var(--wpr-bg-ac47742b-946b-43dc-83eb-03bcb45b0332);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
form #frm_time_id_wrap {
  position: relative;
}
form #frm_time_id_wrap input {
  cursor: pointer;
}
form #frm_time_id_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  background: var(--wpr-bg-b62d0c32-9ed9-43f8-af1a-7f14156d729c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.forms-wrapper {
  position: relative;
  background: #b1a894;
  z-index: 2;
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .forms-wrapper {
    padding: 50px 10%;
  }
}

#newsletter {
  position: relative;
  z-index: 2;
}
#newsletter label {
  color: white;
}

.ui-timepicker-standard {
  z-index: 3 !important;
}

.dmd-udrline-baige,
#menu-main-menu a,
.fill-btn-baige,
.event-more-link a,
.btn-underline,
.drink-menu-link a {
  letter-spacing: 1px;
}

.locate-page .footer-wrapper {
  margin: 0 !important;
}

.get-in-touch-section,
.dining-reserve-form-section,
.drinks-menu-section,
.hm-events-offers-wrapper {
  background-image: var(--wpr-bg-d93e607a-83db-41e0-9787-5e272c927f27);
}

form .nice-select:after {
  background-image: url(../../../../../../../themes/aquabangkok/assets/images/down-arrow.png) !important;
  border: 0;
  background-repeat: no-repeat !important;
  transform: none !important;
  background-position: center;
}

.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper ul li {
  list-style-position: unset;
}

.event-inner-body .event-inner-section .event-right-wrapper .offer-info-wrapper ul {
  padding-left: 20px;
}

.item-card-1:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.forms-wrapper {
  background: transparent !important;
}

.fill-btn-baige--black p {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.fill-btn-baige--black img {
  margin-right: 10px;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}

.black-hover:hover p {
  color: #fff !important;
}
.black-hover:hover p img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
}

form input,
form select,
form textarea,
.nice-select {
  outline: 0 !important;
  border: 1px solid rgba(13, 12, 22, 0.3) !important;
}

form input:focus,
form select:focus,
form textarea:focus,
.nice-select:focus {
  outline: 0 !important;
  border: 1px solid #000 !important;
}

.recapture a:hover {
  color: white !important;
}

.black-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.black-overlay.show-menu {
  z-index: 9;
}

.black-overlay.show {
  z-index: 99;
}

.reservation-iframe-wrapper {
  z-index: 999;
}

.reservation-iframe-wrapper .reservation-close-btn {
  top: -40px;
  bottom: unset;
  right: 0;
  width: 40px;
  height: 40px;
}

.fof-section ul {
  gap: 0;
  text-align: center;
}

.go-back-btn {
  display: flex;
  justify-content: center;
}
.go-back-btn a {
  width: 13vw;
  margin: 0 10px;
  text-align: center;
}

.loc-temp-map .gm-style-iw .info-box {
  flex-direction: row !important;
  row-gap: 0;
  padding: 0;
}

.loc-temp-map .gm-style-iw {
  width: max-content !important;
  padding: 0;
}
.loc-temp-map .gm-style-iw .gm-style-iw-chr {
  display: none;
}

.loc-temp-map .gm-style-iw .info-box {
  padding: 15px 0 0 15px;
}

.loc-temp-map .gm-style-iw .info-box .img-wrapper {
  max-width: none;
  width: 100px;
  padding-right: 10px;
}

.center-menu {
  justify-content: center !important;
}

.hm-gallery-section {
  display: block !important;
}
.hm-gallery-section .drink-menu-link {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .forms-wrapper {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .reservation-iframe-wrapper .reservation-iframe {
    height: 80vh;
  }
  .ack-page .emeslider-wrapper {
    display: none !important;
  }
  .ack-page .header-section {
    height: auto !important;
  }
  .ack-page .common-page {
    padding: 15vw 20vw 10vw !important;
  }
  .banner-sm-wrapper svg {
    height: 2.34375vw;
    width: 2.34375vw;
    transform: scale(1);
    transition: all 0.5s;
  }
  .banner-sm-wrapper a:hover svg {
    transform: scale(0.9);
    transition: all 0.5s;
  }
  .forms-wrapper {
    padding: 50px 0;
    width: 70%;
  }
  .menu-body .inner-main-heading-wrapper {
    height: 65vw;
  }
  .menu-body .inner-main-heading-wrapper .secondary-img-wrapper {
    bottom: 0;
  }
  .homepage-body .hm-events-offers-wrapper {
    row-gap: 3vw;
  }
  .header-section .top-menu-wrapper.active .main-nav-wrapper ul li,
  .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li {
    padding: 1vw 0;
  }
  .item-card-3 .item-content-wrapper .item-category:after,
  .btn-underline:after,
  .header-section .top-menu-wrapper .main-nav-wrapper ul li:after {
    bottom: -0.15625vw;
  }
  .item-card-3 .item-content-wrapper .item-category:before,
  .btn-underline:before,
  .header-section .top-menu-wrapper .main-nav-wrapper ul li:before {
    bottom: -0.3125vw;
  }
  .header-section .top-menu-wrapper.active .main-nav-wrapper ul li:after,
  .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:after {
    bottom: 1vw !important;
  }
  .header-section .top-menu-wrapper.active .main-nav-wrapper ul li:before,
  .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li:before {
    bottom: 0.8333333333vw !important;
  }
  .ham-menu-icon {
    display: none !important;
  }
  .header-section .top-menu-wrapper .main-nav-wrapper {
    justify-content: flex-start !important;
  }
  .header-section .top-menu-wrapper .main-nav-wrapper ul {
    gap: 2.5vw;
    padding-left: 2vw;
  }
  .header-section .top-menu-wrapper .main-nav-wrapper ul {
    display: flex !important;
  }
  form .nice-select:after {
    height: 50px;
    width: 1.5625vw;
    top: 10px;
    bottom: 0;
  }
  .locate-body .get-in-touch-section {
    padding: 7vw 5%;
  }
  .contact-wrapper,
  .social-wrapper {
    padding-top: 2vw !important;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper {
    width: 30%;
    padding: 0 4.1666666667vw 0 0;
  }
  .locate-body .location-section {
    padding: 0 12% 7vw 12%;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper .address-wrapper h4 {
    font-weight: 400 !important;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper,
  .locate-body {
    row-gap: 0;
  }
  .locate-body .location-section .opening-wrapper .opening-heading p {
    color: #b1a894;
    font-weight: 400;
  }
  .locate-body .location-section .opening-wrapper {
    padding-bottom: 3vw;
  }
  .locate-body .inner-main-heading-wrapper {
    padding: 5vw 30% 3vw 30%;
  }
  .press-wrapper-section h3 {
    padding-bottom: 1vw;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper.selected {
    padding-top: 1vw;
    padding-bottom: 0;
  }
  .gallery-tabs-wrapper {
    padding-bottom: 3vw;
  }
  .gallery-page .inner-main-heading-wrapper {
    padding: 3vw 32% 5vw 32%;
  }
  .private-dining-body .dining-reserve-form-section {
    row-gap: 3vw;
    padding: 5vw 10%;
  }
  .private-dining-body .custom-dining-section {
    padding: 7vw 7% 2vw 7%;
  }
  .dining-gal-img-wrapper img {
    height: 31.25vw;
  }
  .private-dining-body .inner-main-heading-wrapper {
    padding: 5vw 30% !important;
  }
  .events-body .events-tab-section {
    padding: 0 10%;
  }
  .item-card-3 .item-content-wrapper {
    row-gap: 0;
  }
  .events-tab-content-wrapper .item-title {
    padding-top: 2vw;
    padding-bottom: 1vw;
  }
  .events-body .inner-main-heading-wrapper {
    padding: 5vw 25%;
  }
  .main-page-heading-section {
    top: auto !important;
    bottom: 7vw;
    transform: none !important;
  }
  .events-tabs-wrapper {
    padding-bottom: 3vw !important;
  }
  .menu-body .flavours-section {
    gap: 5vw;
    padding: 7vw 5% 5vw 5%;
  }
  .menu-body .inner-main-heading-wrapper {
    padding: 5vw 0;
  }
  .footer-wrapper {
    padding: 5vw 0;
  }
  .header-section .top-menu-wrapper {
    padding: 2vw 5%;
  }
  .homepage-body .hm-events-offers-wrapper {
    padding: 7vw 12%;
  }
  .header-section .top-menu-wrapper.active .main-nav-wrapper ul li,
  .header-section .top-menu-wrapper.ham-fix .main-nav-wrapper ul li {
    padding: 20px 0;
  }
  .header-section .top-menu-wrapper.active .menu-panel,
  .header-section .top-menu-wrapper.ham-fix .menu-panel {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .header-section .top-menu-wrapper.active,
  .header-section .top-menu-wrapper.ham-fix {
    min-height: 60px;
    height: 4vw;
  }
  .menu-panel a {
    font-size: 0.9375vw;
  }
  .header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span:nth-child(1) {
    width: 25px;
    height: 2px;
  }
  .header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span {
    width: 40px;
    height: 2px;
  }
  .header-section .top-menu-wrapper .reservation-wrapper .ham-menu-icon span:nth-child(3) {
    width: 25px;
    height: 2px;
  }
  .hm-gal-img-wrapper img {
    height: 31.25vw;
  }
  .homepage-body .hm-gallery-section {
    padding-bottom: 7vw;
  }
  .inner-main-heading-wrapper {
    padding: 7vw 30% 0 30%;
  }
  .hm-gal-img-wrapper {
    padding-bottom: 3.125vw;
  }
  .footer-wrapper .footer-mid-wrapper,
  .footer-wrapper .footer-bottom-wrapper {
    padding: 0 9%;
  }
  .footer-wrapper .footer-mid-wrapper {
    align-items: flex-start !important;
  }
  .footer-wrapper .footer-mid-wrapper .hours-wrapper {
    row-gap: 10px !important;
  }
  .dmd-udrline-baige,
  .fill-btn-baige,
  .event-more-link a,
  .drink-menu-link a,
  #menu-main-menu a,
  .scroll-down-wrapper span,
  .btn-underline {
    display: flex;
    align-items: center;
    font-size: 0.9375vw;
    line-height: 1.8229166667vw !important;
  }
  .offer-heading-top-wrapper h3,
  .locate-body .get-in-touch-section .touch-heading-wrapper h4,
  .private-dining-body .dining-reserve-form-section .reservation-heading-wrapper h4,
  .menu-heading-wrapper h3,
  .inner-main-heading-wrapper h1,
  .desc-wrapper h3 {
    font-size: 2.6041666667vw !important;
    line-height: 3.3854166667vw !important;
  }
  .offer-heading-top-wrapper h3 {
    padding-bottom: 2vw;
  }
  .offer-info-wrapper h1,
  .offer-info-wrapper h2,
  .offer-info-wrapper h3,
  .offer-info-wrapper h4,
  .offer-info-wrapper h5,
  .offer-info-wrapper h6 {
    font-weight: 400;
    font-size: 1.3020833333vw !important;
    line-height: 2.0833333333vw !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  .alert.alert-danger,
  .alert.alert-success,
  .alert.alert-success p {
    font-family: "Poppins", sans-serif;
  }
  .fof-section p,
  .fof-section li,
  .info-box a,
  .alert.alert-danger,
  .alert.alert-success,
  .alert.alert-success p,
  .common-page p,
  .sitemap,
  .sitemap li,
  .sitemap a,
  .left-wrapper p,
  .left-wrapper a,
  .opening-wrapper p,
  .event-right-wrapper li,
  .event-right-wrapper p,
  .offer-heading-bottom-wrapper p,
  .item-card-3 p,
  .item-card-4 p,
  .inner-main-heading-wrapper p,
  .footer-mid-wrapper p,
  .footer-mid-wrapper a,
  .offer-desk-cont-wrapper p,
  .drinks-menu-desc h6,
  .desc-wrapper p {
    font-weight: 200;
    font-size: 1.0416666667vw !important;
    line-height: 1.8229166667vw !important;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .secret-oasis-section .center-wrapper .desc-wrapper {
    padding: 0 5vw;
  }
  .secret-oasis-section .center-wrapper .desc-wrapper p {
    font-size: 1.15vw !important;
  }
}
@media only screen and (min-width: 1025px) {
  .offer-heading-top-wrapper p,
  .item-card-3 .item-category p {
    font-size: 0.8333333333vw !important;
    line-height: 1.5625vw !important;
  }
  .info-box .address-wrapper span,
  .locate-body .location-section .address-map-wrapper .left-wrapper h4,
  .gallery-tabs-wrapper p,
  .events-tabs-wrapper p,
  .item-card-4 h5 {
    font-size: 1.3020833333vw !important;
    line-height: 1.8229166667vw !important;
  }
  .item-card-3 h3 {
    font-size: 1.5625vw !important;
    line-height: 2.0833333333vw !important;
  }
  .fof-section p,
  .fof-section li,
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper p,
  .left-wrapper p,
  .left-wrapper a,
  .item-card-4 p {
    font-weight: 200 !important;
  }
  .footer-bottom-wrapper p,
  .footer-bottom-wrapper a {
    font-weight: 200;
    font-size: 0.8333333333vw !important;
    line-height: 1.5625vw !important;
  }
  .desc-wrapper h4 {
    font-size: 1.5625vw !important;
    line-height: 2.34375vw !important;
  }
  .main-page-heading-section {
    padding: 5vw 20% 0;
  }
  .main-page-heading-section h1,
  .main-page-heading-section p {
    font-size: 5.2083333333vw !important;
    line-height: 6.25vw !important;
  }
  form .dfb-form-group:nth-of-type(1) {
    width: calc(10% - 5px);
  }
  form .dfb-form-group:nth-of-type(3),
  form .dfb-form-group:nth-of-type(2) {
    width: calc(45% - 5px);
  }
  form .col-md-4 {
    width: calc(33.33% - 5px);
  }
  .dfb-form p,
  .dfb-form label,
  .dfb-form input,
  .dfb-form select,
  .dfb-form #validateBtn,
  .dfb-form .nice-select,
  .dfb-form textarea,
  .dfb-form .nice-select li {
    font-size: 0.7291666667vw !important;
    line-height: 1.25vw !important;
    font-weight: 300 !important;
  }
  .dfb-form label {
    font-weight: 400 !important;
  }
  .dfb-form .recapture,
  .dfb-form .recapture a {
    font-size: 0.78125vw !important;
    line-height: 1.5625vw !important;
    font-weight: 300 !important;
  }
  .dfb-form .recapture a:hover {
    color: #bbb3a1;
  }
  .dfb-form .is_required {
    font-size: 0.6770833333vw !important;
    line-height: 1.5625vw !important;
  }
  .drinks-menu-desc h6 {
    font-weight: 300 !important;
    font-family: "Trirong", serif;
  }
  .fof-section h3,
  .common-page h3,
  .footer-wrapper .footer-tagline-wrapper h3,
  .homepage-body .hm-events-offers-wrapper .offers-heading-wrapper h3,
  .inner-main-heading-wrapper h2,
  .flavours-section h3 {
    font-size: 2.6041666667vw !important;
    line-height: 3.3854166667vw !important;
  }
  .hm-gal-heading-wrapper h2 {
    padding: 3.125vw 0;
  }
  .custom-dining-section h3 {
    text-align: center;
    padding-bottom: 5vw;
  }
  .hm-gal-heading-wrapper h2,
  .custom-dining-section h3,
  .menu-body .flavours-section h2 {
    font-size: 3.6458333333vw !important;
    line-height: 4.4270833333vw !important;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper-desk .offer-desk-cont-wrapper {
    width: 60%;
    transform: none !important;
    z-index: 1;
  }
  .offer-desk-img-wrapper {
    margin-right: -5%;
  }
  .menu-ul {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .menu-ul p {
    font-size: 0.8333333333vw !important;
  }
  .menu-body .flavours-section .item-card-4 {
    top: 3.90625vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  .ack-page .emeslider-wrapper {
    display: none !important;
  }
  .ack-page .header-section {
    height: auto !important;
  }
  .ack-page .common-page {
    padding: 150px 5% !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-sec picture,
  .menu-sec .secondary-img-wrapper {
    height: 400px;
    width: 100%;
    object-fit: cover !important;
  }
  .dmd-udrline-baige,
  .fill-btn-baige,
  .event-more-link a,
  .drink-menu-link a,
  #menu-main-menu a,
  .scroll-down-wrapper span,
  .btn-underline {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .offer-heading-top-wrapper h3,
  .locate-body .get-in-touch-section .touch-heading-wrapper h4,
  .private-dining-body .dining-reserve-form-section .reservation-heading-wrapper h4,
  .menu-heading-wrapper h3,
  .inner-main-heading-wrapper h1,
  .desc-wrapper h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .offer-info-wrapper h1,
  .offer-info-wrapper h2,
  .offer-info-wrapper h3,
  .offer-info-wrapper h4,
  .offer-info-wrapper h5,
  .offer-info-wrapper h6 {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  .fof-section p,
  .fof-section li,
  .info-box a,
  .alert.alert-danger,
  .alert.alert-success,
  .alert.alert-success p,
  .common-page p,
  .sitemap,
  .sitemap li,
  .sitemap a,
  .left-wrapper p,
  .left-wrapper a,
  .opening-wrapper p,
  .event-right-wrapper li,
  .event-right-wrapper p,
  .offer-heading-bottom-wrapper p,
  .item-card-3 p,
  .item-card-4 p,
  .inner-main-heading-wrapper p,
  .footer-mid-wrapper p,
  .footer-mid-wrapper a,
  .offer-desk-cont-wrapper p,
  .drinks-menu-desc h6,
  .desc-wrapper p {
    font-weight: 200;
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .offer-heading-top-wrapper p,
  .item-card-3 .item-category p {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .info-box .address-wrapper span,
  .locate-body .location-section .address-map-wrapper .left-wrapper h4,
  .gallery-tabs-wrapper p,
  .events-tabs-wrapper p,
  .item-card-4 h5 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .item-card-3 h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .fof-section p,
  .fof-section li,
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper p,
  .left-wrapper p,
  .left-wrapper a,
  .item-card-4 p {
    font-weight: 200 !important;
  }
  .footer-bottom-wrapper p,
  .footer-bottom-wrapper a {
    font-weight: 200;
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .desc-wrapper h4 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .main-page-heading-section h1,
  .main-page-heading-section p {
    font-size: 60px !important;
    line-height: 70px !important;
  }
  .dfb-form p,
  .dfb-form label,
  .dfb-form input,
  .dfb-form select,
  .dfb-form #validateBtn,
  .dfb-form .nice-select,
  .dfb-form textarea,
  .dfb-form .nice-select li {
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
  }
  .dfb-form .recapture,
  .dfb-form .recapture a {
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
  }
  .dfb-form .is_required {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .go-back-btn {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .go-back-btn a {
    width: 250px;
    margin: 0 10px;
  }
  .footer-wrapper .footer-mid-wrapper {
    justify-content: space-between;
  }
  .footer-wrapper .footer-mid-wrapper .address-wrapper {
    max-width: 100%;
    margin: auto;
  }
  .drink-wrapper .drinks-menu-section .drinks-menu-desc h6 {
    padding: 70px 5% 50px 5%;
  }
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
    margin-top: 0;
  }
  .header-section .top-menu-wrapper.active .menu-panel,
  .header-section .top-menu-wrapper.ham-fix .menu-panel {
    top: 60px;
    height: calc(100vh - 60px);
    padding-top: 30px;
  }
  .homepage-body .mixologist-section,
  .homepage-body .mixologist-section .main-card-wrapper {
    gap: 60px;
  }
  .homepage-body .mixologist-section {
    padding: 30px 0 50px 0;
  }
  .homepage-body .drinks-menu-section {
    row-gap: 0px;
  }
  .drinks-menu-section h3 {
    padding: 30px 0;
  }
  .homepage-body .drinks-menu-section .drinks-menu-desc {
    padding: 30px 5% 50px 5%;
  }
  .homepage-body .drinks-menu-section {
    padding: 0 5% 70px 5%;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper img {
    height: 350px;
    object-fit: cover;
  }
  .item-card-2 .item-cont-wrapper {
    padding: 30px 30px;
    min-height: 200px;
    justify-content: space-between;
  }
  .drink-wrapper img {
    height: 350px;
    object-fit: cover;
  }
  .homepage-body .hm-gallery-section .hm-gal-heading-wrapper h2 {
    padding: 50px 0 0px 0;
  }
  .hm-gal-img-wrapper img,
  .dining-gal-img-wrapper img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .homepage-body .hm-gallery-section {
    padding-bottom: 70px;
  }
  .homepage-body .hm-events-offers-wrapper {
    padding: 70px 5%;
  }
  .homepage-body .hm-events-offers-wrapper {
    row-gap: 30px;
  }
  .homepage-body .hm-events-offers-wrapper .event-more-link {
    margin-top: 50px;
  }
  .inner-main-heading-wrapper {
    padding: 70px 5% 50px 5%;
  }
  .homepage-body .inner-main-heading-wrapper {
    padding: 100px 5% 50px 5%;
  }
  .header-section,
  #eme-slider-v2,
  .emeslider-wrapper,
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item,
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 700px;
  }
  .main-page-heading-section {
    position: absolute;
    top: auto;
    transform: none;
    z-index: 3;
    text-align: center;
    bottom: auto;
    top: 300px;
  }
  .menu-body .inner-main-heading-wrapper p {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .menu-body .inner-main-heading-wrapper ul {
    gap: 20px;
    width: 85%;
    text-align: center;
  }
  .menu-body .flavours-section h2 {
    text-align: center;
    padding: 0 5% 50px 5%;
  }
  .item-card-4 .content-wrapper {
    gap: 0;
  }
  .item-card-4 .content-wrapper h5 {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .menu-body .flavours-section .item-card-4 {
    padding-bottom: 50px;
  }
  .events-body .events-tab-section .events-tabs-dropdown {
    padding: 0px 0 0 0;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .grid-item {
    padding: 10px 0;
  }
  .events-body .events-tab-section .events-tab-content-wrapper.selected {
    padding-bottom: 70px;
  }
  .private-dining-body .inner-main-heading-wrapper {
    padding: 50px 5%;
  }
  .custom-dining-section h3 {
    text-align: center;
    padding: 50px 5%;
  }
  .footer-wrapper .footer-mid-wrapper .hours-wrapper {
    row-gap: 10px;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper .owl-dots {
    bottom: -50px;
  }
  .drinks-menu-items-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .gallery-page .inner-main-heading-wrapper {
    padding: 50px 5% 0px 5%;
  }
  .gallery-page .main-page-heading-section {
    margin-top: 0;
  }
  .gallery-page .header-section {
    height: 100px;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper {
    gap: 0;
    padding: 0 5%;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item {
    padding: 5px;
  }
  .gallery-body .gallery-tab-section {
    padding-bottom: 50px;
  }
  .item-card-3 .item-content-wrapper {
    padding: 20px 0 0 0;
  }
  .locate-body {
    row-gap: 0;
  }
  .header-section .top-menu-wrapper .menu-panel {
    right: -50%;
    max-width: 50% !important;
  }
  .locate-body .location-section {
    padding: 0 5% 60px 5%;
    width: 100%;
  }
  .locate-body .location-section .address-map-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .locate-body .location-section .address-map-wrapper .left-wrapper {
    width: 40%;
  }
  .dfb-form {
    display: flex;
    justify-content: space-between;
  }
  .dfb-form .col-md-4,
  .dfb-form .col-sm-6,
  .dfb-form .frm_firstname_cls_wrap,
  .dfb-form #subject_id_wrap {
    width: 49% !important;
  }
  .address-map-wrapper .right-wrapper {
    width: 55% !important;
  }
  .header-section .diamond-line {
    bottom: -80px;
    height: 80px;
  }
  .homepage-body .drinks-menu-section .drinks-menu-desc h6 {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
  .menu-body .flavours-section .item-card-4 {
    padding-bottom: 70px !important;
  }
  .menu-body .flavours-section .item-card-4 .content-wrapper {
    margin-top: 0px !important;
  }
  .fof-section,
  .common-page {
    padding: 30px 5% 50px 5%;
  }
  .sitemap-section {
    padding: 100px 5% 70px 5% !important;
  }
  .sitemap-section .inner-main-heading-wrapper {
    padding-bottom: 0 !important;
  }
  .sitemap-section ul {
    gap: 0;
    width: max-content;
    margin: auto;
  }
  .sitemap-section ul li {
    padding-bottom: 10px;
  }
  .common-page p {
    text-align: center;
  }
  .private-dining-body .custom-dining-section {
    padding: 0 5% 50px 5%;
  }
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
    width: 100%;
    transform: none;
    margin-top: -138px !important;
  }
  .homepage-body .secret-oasis-section .diamond-line {
    display: none !important;
  }
  .homepage-body .mixologist-section,
  .homepage-body .mixologist-section .main-card-wrapper {
    gap: 0;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item {
    padding: 5px;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(4) {
    display: none !important;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(3) {
    transform: scale(1) !important;
    padding-top: 0 !important;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(3) img {
    object-fit: cover !important;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper .hm-drinks-item:nth-child(5) {
    margin-top: 100px;
  }
  .menu-body .inner-main-heading-wrapper ul {
    flex-wrap: wrap;
  }
  .menu-body .inner-main-heading-wrapper ul li {
    width: 48%;
    padding: 5px;
  }
  .menu-body .inner-main-heading-wrapper ul li a {
    width: 100%;
    max-width: 100% !important;
  }
  .press-body .press-wrapper-section .press-wrapper .grid-item,
  .item-card-1,
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .grid-item,
  .menu-body .flavours-section .item-card-4 {
    width: 49% !important;
  }
  .press-body .press-wrapper-section .press-wrapper .grid-item {
    padding-bottom: 50px;
  }
  .press-body .press-wrapper-section .press-wrapper {
    column-count: 1;
    gap: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .press-body .press-wrapper-section .press-wrapper,
  .menu-carousel-wrapper,
  .deals-wrapper,
  .mas-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row !important;
  }
  .press-wrapper-section {
    padding-top: 50px !important;
  }
  .press-body .press-wrapper-section .press-wrapper .short-img .img-wrapper {
    aspect-ratio: inherit;
  }
  .press-body .press-wrapper-section .press-wrapper img,
  .press-body .press-wrapper-section .press-wrapper .img-wrapper {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .mas-wrapper {
    column-count: 1;
    gap: 0;
  }
  .mas-wrapper .item {
    padding-bottom: 50px;
  }
  .press-body .press-wrapper-section {
    padding: 0 5%;
  }
  .locate-body .location-section .opening-wrapper .hours-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    row-gap: 0;
    justify-content: center;
  }
  .locate-body .location-section .opening-wrapper .hours-wrapper .hour-item {
    padding: 0 30px;
  }
  .menu-sec {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-sec picture,
  .menu-sec .secondary-img-wrapper {
    padding: 0;
    width: 50%;
    max-width: 50% !important;
  }
  .menu-sec .secondary-img-wrapper img {
    width: 100% !important;
  }
  .offer-heading-top-wrapper h3 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .go-back-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .go-back-btn a {
    width: 80%;
    margin: 10px auto;
  }
  .dmd-udrline-baige,
  .fill-btn-baige,
  .event-more-link a,
  .drink-menu-link a,
  #menu-main-menu a,
  .scroll-down-wrapper span,
  .btn-underline {
    font-size: 14px;
    line-height: 20px !important;
  }
  .header-section .top-menu-wrapper.active,
  .header-section .top-menu-wrapper.ham-fix {
    min-height: 60px;
  }
  .fof-section p,
  .fof-section li,
  .info-box a,
  .alert.alert-danger,
  .alert.alert-success,
  .alert.alert-success p,
  .common-page p,
  .sitemap,
  .sitemap li,
  .sitemap a,
  .left-wrapper p,
  .left-wrapper a,
  .opening-wrapper p,
  .event-right-wrapper li,
  .event-right-wrapper p,
  .offer-heading-bottom-wrapper p,
  .item-card-3 p,
  .item-card-4 p,
  .inner-main-heading-wrapper p,
  .footer-mid-wrapper p,
  .footer-mid-wrapper a,
  .offer-desk-cont-wrapper p,
  .drinks-menu-desc h6,
  .desc-wrapper p {
    font-weight: 200;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .offer-heading-top-wrapper p,
  .item-card-3 .item-category p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .common-page h3,
  .footer-wrapper .footer-tagline-wrapper h3,
  .homepage-body .hm-events-offers-wrapper .offers-heading-wrapper h3,
  .inner-main-heading-wrapper h2,
  .flavours-section h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .hm-gal-heading-wrapper h2,
  .custom-dining-section h3,
  .menu-body .flavours-section h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .main-page-heading-section h1,
  .main-page-heading-section p {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .info-box .address-wrapper span,
  .locate-body .location-section .address-map-wrapper .left-wrapper h4,
  .gallery-tabs-wrapper p,
  .events-tabs-wrapper p,
  .item-card-4 h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .dfb-form p,
  .dfb-form label,
  .dfb-form input,
  .dfb-form select,
  .dfb-form #validateBtn,
  .dfb-form .nice-select,
  .dfb-form textarea,
  .dfb-form .nice-select li {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form .recapture,
  .dfb-form .recapture a {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form .recapture a:hover {
    color: #bbb3a1;
  }
  .dfb-form .is_required {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .item-card-3 h3 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .drink-wrapper .drinks-menu-section .drinks-menu-desc h6 {
    padding: 70px 5% 50px 5%;
  }
  .homepage-body .secret-oasis-section .center-wrapper .desc-wrapper {
    margin-top: 0;
  }
  .header-section .top-menu-wrapper.active .menu-panel,
  .header-section .top-menu-wrapper.ham-fix .menu-panel {
    top: 60px;
    height: calc(100vh - 60px);
    padding-top: 30px;
  }
  .homepage-body .mixologist-section,
  .homepage-body .mixologist-section .main-card-wrapper {
    gap: 60px;
  }
  .homepage-body .mixologist-section {
    padding: 30px 0 50px 0;
  }
  .homepage-body .drinks-menu-section {
    row-gap: 0px;
  }
  .drinks-menu-section h3 {
    padding: 30px 0;
  }
  .homepage-body .drinks-menu-section .drinks-menu-desc {
    padding: 30px 5% 50px 5%;
  }
  .homepage-body .drinks-menu-section {
    padding: 0 5% 70px 5%;
  }
  .homepage-body .drinks-menu-section .drinks-menu-items-wrapper img {
    height: 350px;
    object-fit: cover;
  }
  .item-card-2 .item-cont-wrapper {
    padding: 30px 30px;
    min-height: 200px;
    justify-content: space-between;
  }
  .drink-wrapper img {
    height: 350px;
    object-fit: cover;
  }
  .homepage-body .hm-gallery-section .hm-gal-heading-wrapper h2 {
    padding: 50px 0 0px 0;
  }
  .hm-gal-img-wrapper img,
  .dining-gal-img-wrapper img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .homepage-body .hm-gallery-section {
    padding-bottom: 70px;
  }
  .homepage-body .hm-events-offers-wrapper {
    padding: 70px 5%;
  }
  .homepage-body .hm-events-offers-wrapper {
    row-gap: 30px;
  }
  .homepage-body .hm-events-offers-wrapper .event-more-link {
    margin-top: 50px;
  }
  .inner-main-heading-wrapper {
    padding: 70px 5% 50px 5%;
  }
  .homepage-body .inner-main-heading-wrapper {
    padding: 100px 5% 50px 5%;
  }
  .header-section,
  #eme-slider-v2,
  .emeslider-wrapper,
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item,
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
    height: 500px;
  }
  .main-page-heading-section {
    position: absolute;
    top: auto;
    transform: none;
    z-index: 3;
    text-align: center;
    bottom: auto;
    top: 300px;
  }
  .menu-body .inner-main-heading-wrapper p {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .menu-body .inner-main-heading-wrapper ul {
    gap: 20px;
    width: 85%;
    text-align: center;
  }
  .menu-body .flavours-section h2 {
    text-align: center;
    padding: 50px 5%;
  }
  .item-card-4 .content-wrapper {
    gap: 0;
  }
  .item-card-4 .content-wrapper h5 {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .menu-body .flavours-section .item-card-4 {
    padding-bottom: 50px;
  }
  .events-body .events-tab-section .events-tabs-dropdown {
    padding: 0px 0 0 0;
  }
  .events-body .events-tab-section .events-tab-content-wrapper .deals-wrapper .grid-item {
    padding: 10px 0;
  }
  .events-body .events-tab-section .events-tab-content-wrapper.selected {
    padding-bottom: 70px;
  }
  .private-dining-body .inner-main-heading-wrapper {
    padding: 50px 5%;
  }
  .custom-dining-section h3 {
    text-align: center;
    padding: 50px 5%;
  }
  .footer-wrapper .footer-mid-wrapper .hours-wrapper {
    row-gap: 10px;
  }
  .homepage-body .hm-events-offers-wrapper .offer-items-wrapper .owl-dots {
    bottom: -50px;
  }
  .drinks-menu-items-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .gallery-page .inner-main-heading-wrapper {
    padding: 50px 5% 0px 5%;
  }
  .gallery-page .main-page-heading-section {
    margin-top: 0;
  }
  .gallery-page .header-section {
    height: 100px;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper {
    gap: 0;
    padding: 0 5%;
  }
  .gallery-body .gallery-tab-section .gallery-tab-content-wrapper .grid-item {
    padding: 5px 0;
  }
  .gallery-body .gallery-tab-section {
    padding-bottom: 50px;
  }
  .item-card-3 .item-content-wrapper {
    padding: 20px 0 0 0;
  }
  .locate-body {
    row-gap: 0;
  }
  .header-section .top-menu-wrapper .menu-panel {
    right: -100%;
    max-width: 100% !important;
  }
  .locate-body .location-section {
    padding: 0 5% 60px 5%;
  }
  .header-section .diamond-line {
    bottom: -80px;
    height: 80px;
  }
  .homepage-body .drinks-menu-section .drinks-menu-desc h6 {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
  .menu-body .flavours-section .item-card-4 {
    padding-bottom: 70px !important;
  }
  .menu-body .flavours-section .item-card-4 .content-wrapper {
    margin-top: 0px !important;
  }
  .fof-section,
  .common-page {
    padding: 30px 5% 50px 5%;
  }
  .sitemap-section {
    padding: 100px 5% 70px 5% !important;
  }
  .sitemap-section .inner-main-heading-wrapper {
    padding-bottom: 0 !important;
  }
  .sitemap-section ul {
    gap: 0;
    width: max-content;
    margin: auto;
  }
  .sitemap-section ul li {
    padding-bottom: 10px;
  }
  .common-page p {
    text-align: center;
  }
  .private-dining-body .custom-dining-section {
    padding: 0 5% 50px 5%;
  }
  .offer-info-wrapper h1,
  .offer-info-wrapper h2,
  .offer-info-wrapper h3,
  .offer-info-wrapper h4,
  .offer-info-wrapper h5,
  .offer-info-wrapper h6 {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  .footer-bottom-wrapper p,
  .footer-bottom-wrapper a {
    font-weight: 200;
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .desc-wrapper h4 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
.menu-carousel-wrapper .item-card-4 .content-wrapper .dmd-udrline-baige {
  justify-content: center !important;
}
/*# sourceMappingURL=style.min.css.map */
