html {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

.btn-column .elementor-button-content-wrapper {
  flex-direction: column !important;
  align-items: center;
}

.accordion-item,
.accordion-button {
  border-radius: 0 !important;
}

.accordion-item {
  border-left: none;
  border-right: none;
}

.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  font-size: 1.7777777778rem;
  color: black !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000000;
}

.nav-pills .nav-link {
  background-color: var(--e-global-color-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  border-radius: 50px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
  margin-top: 40px;
}

.swiper-scrollbar-drag {
  background-color: rgba(191, 157, 89, 0.5) !important;
}

.bg-gray-blur {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ff-inter {
  font-family: "Inter";
}

.fs-12 {
  font-size: 0.6666666667rem;
}

.fs-14 {
  font-size: 0.7777777778rem;
}

.fs-16 {
  font-size: 0.8888888889rem;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #BF9D59;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px !important;
  color: #fff !important;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

svg {
  transition: all 0.3s;
}

.rooms-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .rooms-container {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .rooms-container .room-item {
    flex-grow: 1;
  }
}

.room {
  cursor: pointer;
  aspect-ratio: 4/3;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .room {
    width: 80vw;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .room {
    width: 100%;
  }
}
.room .room-bg {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.room:hover .room-bg {
  transform: scale(1.1);
}

.room-info {
  border-radius: 0 0 10px 10px;
}

.hover-underline a:hover {
  text-decoration: underline;
}

.elementor-slide-description {
  margin-bottom: 0 !important;
}

.accordion-button {
  font-size: 1.3333333333rem;
}

iframe {
  display: block;
}

.elementor-icon {
  display: block !important;
}

.slide-image img {
  pointer-events: none;
}

.bn_widget html {
  --theme-form-padding-mobile: 0px !important;
}
.bn_widget .m-vert .switch_mobiles .bnovo__fields {
  padding: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-close-btn {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 10px;
  line-height: 1;
}

*:not(.elementor-editor-active) #sticky-header {
  transition: all 0.3s;
  transform: translateY(-100%);
  z-index: 9999;
}
*:not(.elementor-editor-active) #sticky-header.is-sticky {
  transform: translate(0);
}

.arkvision-menu-widget a:hover {
  text-decoration: underline;
}

#mobile-sticky-menu {
  transition: all 0.3s;
  transform: translateY(100%);
}
#mobile-sticky-menu.is-active {
  transform: translate(0);
}/*# sourceMappingURL=theme.css.map */