.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated .delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
#karma .home-slider__wrapper {
  position: relative;
}
#karma .home-slider__wrapper .home-slider__buttonTop {
  position: absolute;
  z-index: 100;
  top: 12%;
  left: 2%;
}
#karma .home-slider__wrapper .home-slider__buttonTop .gold_button {
  border: 2px solid #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: #8a6f47;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#karma .home-slider__wrapper .buttonTop-dropdownlink-dekstop {
  display: inline-block;
}
#karma .home-slider__wrapper .buttonTop-dropdownlink-mobile {
  display: none;
}
#karma .home-slider__wrapper .blockdekstop {
  display: block;
}
#karma .home-slider__wrapper .blockmobile {
  display: none;
}
#karma .home-slider__wrapper .buttonTop-dropdown__wrapper {
  position: absolute;
  z-index: 4;
  top: 13%;
  left: 2%;
  max-width: 500px;
}
#karma .home-slider__wrapper .buttonTop-dropdown__text {
  border: 2px solid #fff;
  padding: 15px 25px;
  cursor: pointer;
  display: inline-block;
  background: #8a6f47;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#karma .home-slider__wrapper .buttonTop-dropdown__text p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#karma .home-slider__wrapper .buttonTop-dropdown__content {
  background-color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  transform: translateY(-2em);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 0px 10px 7px -3px rgba(0, 0, 0, 0.3);
}
#karma .home-slider__wrapper .buttonTop-dropdown__wrapper:hover .buttonTop-dropdown__content {
  visibility: visible;
  transform: translateY(0%);
  z-index: 1;
  opacity: 1;
  transition-delay: 0s, 0s, 0.3s;
}
#karma .home-slider__wrapper .image-content__hover {
  height: 200px;
}
#karma .home-slider__wrapper .image-content__wrapper {
  margin-bottom: 16px;
}
#karma .home-slider__wrapper .buttonTop-dropdown__content p {
  font-style: italic;
  font-weight: bold !important;
  padding: 0 10px;
  margin: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#karma .home-slider__wrapper .buttonTop-dropdown__content a.buttonTop-dropdown__link {
  border: 2px solid #fff;
  padding: 15px 25px;
  margin: 16px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #8a6f47;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#karma .home-slider__wrapper .home-slider__video-wrapper {
  height: 100vh;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
#karma .home-slider__wrapper .home-slider__video-wrapper .home-slider__video-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#karma .home-slider__wrapper .home-slider__video-wrapper .home-slider__video {
  object-fit: cover;
  object-position: center;
  height: 100vh;
  width: 100%;
  z-index: 2;
  position: relative;
}
#karma .home-slider__wrapper .home-slider__image-bg {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#karma .home-slider__wrapper .home-slider__overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 77%, rgba(0, 0, 0, 0.4) 78%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 77%, rgba(0, 0, 0, 0.4) 78%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 77%, rgba(0, 0, 0, 0.4) 78%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
#karma .home-slider__wrapper #type-location > div.main_content.page__resort > article > div.home-slider__social-locale-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#karma .home-slider__wrapper .home-slider__content {
  padding: 20px 70px 120px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#karma .home-slider__wrapper .home-slider__content h1 {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-style: italic;
}
#karma .home-slider__wrapper .home-slider__content > * {
  width: 95%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
#karma .home-slider__wrapper .home-slider__social-media-wrapper {
  text-align: center;
}
#karma .home-slider__wrapper .home-slider__social-media-wrapper li {
  display: inline-block;
  margin: 0 10px;
}
#karma .home-slider__wrapper .home-slider__social-media-wrapper li a {
  color: #fff;
  font-size: 24px;
}
#karma .home-slider__wrapper .home-slider__social-media-wrapper .fa {
  font-family: "Font Awesome 5 Brands";
}
#karma .home-slider__wrapper .home-slider__reel > button {
  color: #fff;
  opacity: 0.7;
  top: 50%;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 23px;
}
#karma .home-slider__wrapper .home-slider__reel > .prev {
  left: 10px;
  z-index: 1;
}
#karma .home-slider__wrapper .home-slider__reel > .next {
  right: 10px;
  z-index: 1;
}
#karma .home-slider__wrapper .home-slider__reel > .prev:before,
#karma .home-slider__wrapper .home-slider__reel > .next:before {
  font-size: 26px;
}

#karma .home-slider__locale-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
#karma .home-slider__locale-wrapper .home-slider__locale-btn {
  background: transparent;
  border: none;
  border-left: 2px solid #8a6f47;
}
#karma .home-slider__locale-wrapper .home-slider__locale-btn i {
  font-family: "Font Awesome 5 Pro" !important;
  vertical-align: text-top;
  margin-left: 5px;
}
#karma .home-slider__locale-wrapper .home-slider__locale-menu {
  position: absolute;
  padding: 10px;
  background: #fff;
  top: 30px;
  min-width: 150px;
  text-align: left;
  box-shadow: 2px 3px 4px 0px #333333;
  border-radius: 5px;
  z-index: 2;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}
#karma .home-slider__locale-wrapper .home-slider__locale-menu a {
  display: block;
  margin-bottom: 5px;
  color: #000;
}
#karma .home-slider__locale-wrapper .home-slider__locale-menu a:last-child {
  margin: 0;
}
#karma .home-slider__locale-wrapper .home-slider__locale-menu.is-active {
  display: block;
}

#karma .home-slider__vt-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#karma .fas {
  font-family: "Font Awesome 6 Pro" !important;
}

@media only screen and (min-width: 2500px) {
  #karma .home-slider__content {
    margin-top: 5%;
  }
  #desktop_fixed-bottom > div:last-child {
    padding-right: 280px !important;
  }
}
.component__main-description-wrapper {
  text-align: center;
  padding: 20px 0 0;
}

.component__button-menu-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 40px 0px;
  flex-wrap: wrap;
}
.component__button-menu-wrapper button.component__button-selection,
.component__button-menu-wrapper a.component__button-selection {
  background-color: transparent;
  border: 1px solid #8a6f47;
  padding: 5px 15px;
  font-size: 14px;
  color: #8a6f47;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  margin: 0px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 220px;
  min-width: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 10px;
  min-height: 50px;
}
.component__button-menu-wrapper a.component__button-selection:first-child,
.component__button-menu-wrapper button.component__button-selection:first-child {
  margin-left: 0;
}
.component__button-menu-wrapper a.component__button-selection:last-child,
.component__button-menu-wrapper button.component__button-selection:last-child {
  margin-right: 0;
}
.component__button-menu-wrapper button.component__button-selection.active,
.component__button-menu-wrapper a.component__button-selection.active,
.component__button-menu-wrapper button.component__button-selection:hover,
.component__button-menu-wrapper a.component__button-selection:hover {
  background-color: #8a6f47;
  border: 1px solid #8a6f47;
  color: white !important;
}

.subcomponent__main-description-wrapper {
  align-self: center;
  text-align: center;
  width: 100%;
}

.subcomponent__main-description-wrapper h1 {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-style: italic;
  font-size: 36px;
}

.component__content-wrapper .award_list {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 2;
  top: 18px;
  justify-content: flex-end;
  width: 100%;
  right: 16px;
}

.component__content-wrapper img.award_img {
  height: 140px !important;
}

.component__content-wrapper a.award_url {
  text-decoration: none;
}

.component__slider__main-image-wrapper > button {
  color: #fff;
  opacity: 0.7;
  top: 50%;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 23px;
}

.component__slider__main-image-wrapper > .prev {
  left: 10px;
  z-index: 1;
}

.component__slider__main-image-wrapper > .next {
  right: 10px;
  z-index: 1;
}

.component__slider__main-image-wrapper .prev:before,
.component__slider__main-image-wrapper .next:before {
  font-size: 26px;
}

.component__slider__main-image-wrapper > .slick-dots {
  bottom: 15px;
}

.component__slider__main-image-wrapper {
  margin-bottom: 10px !important;
}

.component__slider__main-image {
  width: 100%;
  height: auto;
}

.component__slider__wedding-image {
  width: 100%;
  height: auto;
}

.component__slider__main-image-wrapper {
  position: relative;
  margin: 10px 5px 10px;
  overflow: hidden;
}

.component__slider__image-slider-wrapper {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
  max-height: 50px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
  font-size: 14px;
}

.slick-dots li button:before {
  color: white;
  opacity: 1;
}

.component__content-wrapper {
  display: flex;
}

.component__content-wrapper > div {
  display: none;
}

.component__content-wrapper.is-active > div {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.component__content-wrapper.is-active > div.vertical-center-item {
  display: flex;
  /* padding-bottom: 60px; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vertical-center-item {
  display: flex;
}

.content_wrapper {
  padding: 60px 0;
}

.component__buttom-menu-wrapper {
  margin: 10px 2px;
  display: flex;
  flex-wrap: wrap;
}

.component__buttom-menu-wrapper .btn-box__outline {
  flex: 1;
  text-align: center;
  margin: 0 0 5px 0;
  margin-bottom: 5px !important;
}

.component__buttom-menu-wrapper .btn-box__outline:nth-child(odd) {
  margin-right: 5px;
}

.component__buttom-menu-wrapper .btn-box__outline:nth-child(even) {
  margin-left: 5px !important;
}

.component__buttom-menu-wrapper .btn-box__outline:last-child {
  margin: 0;
}

.component__main-menu-wrapper {
  width: 100%;
}

.component__menu-btn-wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.component__mobile-button_hide {
  display: flex;
}

.component__mobile-button_show {
  display: none;
}

.component__mobile-menu-toggle {
  display: none;
}

#accomodation_section {
  padding-top: 5em;
}

.subcomponent__main-description-wrapper.video-biodata__content {
  margin-top: 110px;
}

ul.home-slider__social-media-wrapper {
  display: flex;
  justify-content: center;
}

ul.home-slider__social-media-wrapper li {
  margin: 10px;
}

ul.home-slider__social-media-wrapper li a i {
  font-family: "Font Awesome 6 Brands" !important;
  font-size: 24px;
}

#type-location > div.main_content.page__resort > article > div.home-slider__social-locale-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-slider {
  padding: 72px 0 0;
}

.content-slider__reel {
  margin: 0 15px;
}
.content-slider__reel .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.content-slider__reel button {
  background: transparent;
  border: none;
  font-size: 36px;
  position: absolute;
  z-index: 1;
  color: #898a8d;
  top: 50%;
}
.content-slider__reel button.prev {
  left: -15px;
}
.content-slider__reel button.next {
  right: -15px;
}
.content-slider__reel .slick-track {
  display: flex !important;
}
.content-slider__reel .slick-slide {
  height: inherit !important;
}

#karma .content-slider__title {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
  font-weight: 500;
}

#karma .content-slider__content-title {
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-weight: 300;
  font-style: italic;
  margin: 20px 0;
  word-break: break-word;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#karma .content-slider__content-excerpt {
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 25px;
}

.content-slider__content-cta {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

.content-slider__content-img {
  overflow: hidden;
  max-height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-slider__view-more-wrapper {
  margin: 25px 0 0;
  text-align: center;
  display: block;
}

.eo__grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.eo__grid__box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.eo__grid__title {
  opacity: 1;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  width: 90%;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.25s;
}

.eo__grid__overlay {
  position: absolute;
  background: rgba(10, 10, 10, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.25s;
  opacity: 1;
}

.eo__grid__box:before {
  content: " ";
  display: block;
  padding-top: 62%;
}

.eo__grid__readmore {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff !important;
  font-weight: 700;
  padding: 3px 40px 2px 40px;
  border-radius: 0px 0px 0px 0px;
  background: #8d7249;
  z-index: 2;
  display: block;
  font-family: "Open Sans";
  text-transform: uppercase;
  width: 175px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.2s;
}

.eo__grid__box:hover .eo__grid__overlay {
  opacity: 0;
}

.eo__grid__box:hover .eo__grid__title {
  opacity: 0;
}

.eo__grid__box:hover .eo__grid__readmore {
  opacity: 1;
  transform: translateY(0);
}

.floating-nav {
  position: absolute;
  width: 100%;
  background: #8a6f47;
  padding: 25px 0;
  z-index: 1;
}

.floating-nav__nav-wrapper {
  text-align: center;
}

.floating-nav__nav-wrapper li {
  display: inline-block;
  margin: 0 10px;
}

.floating-nav__nav-wrapper li a,
#karma .floating-nav__nav-wrapper li a {
  color: #fff;
}

.floating-nav__nav-wrapper li a:hover,
#karma .floating-nav__nav-wrapper li a:hover,
#karma .floating-nav__nav-wrapper li a.is-active {
  text-decoration: underline;
}

#karma .floating-nav__overflow-angle .fa {
  font-family: FontAwesome;
}

.floating-nav__overflow-angle {
  display: none;
}

.floating-nav_stick {
  z-index: 3;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
}

.floating-nav_stick-scroll {
  top: 103px;
}

.floating-dropdown_stick {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
}

.floating-dropdown_stick-scroll {
  top: 103px;
}

#karma .floating-dropdown__nav-wrapper li.is-active {
  background: #5a4525;
}

#karma .floating-dropdown__nav-wrapper li.is-active a {
  color: #ffffff !important;
}

.rotatedropdown {
  transform: rotate(180deg);
}

.floating-dropdown {
  margin-top: 50px;
  display: none;
}

.masonry-gallery {
  margin: 25px auto;
}

.masonry-gallery__item {
  height: 50vh;
  position: relative;
  cursor: pointer;
}

.masonry-gallery__item_heightx2 {
  height: 100vh;
}

.masonry-gallery__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.masonry-gallery > .row > button {
  color: #fff;
  opacity: 0.7;
  top: 50%;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 23px;
}

.masonry-gallery > .row > .prev {
  left: 10px;
  z-index: 1;
}

.masonry-gallery > .row > .next {
  right: 10px;
  z-index: 1;
}

.masonry-gallery > .row .prev:before,
.masonry-gallery > .row .next:before {
  font-size: 26px;
}

.masonry-gallery .slick-initialized article {
  max-height: 350px;
}

.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none;
}
.gallery-lightbox.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1000;
  pointer-events: auto;
}

.gallery-lightbox__main-image-content {
  width: 100vw;
  height: 100vh;
}

.slick-initialized .gallery-lightbox__main-image-content.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-lightbox__main-image-content .masonry-gallery__image {
  height: 100%;
  width: 100%;
}

#karma .gallery-lightbox__main-image-content img {
  max-width: 100%;
  margin: auto;
}

.gallery-lightbox__bg-overlay {
  background-size: cover;
  background-position: center;
  filter: blur(16px);
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.gallery-lightbox__controller-reel {
  max-width: 100%;
  margin: auto;
}

.gallery-lightbox__main-image-controller {
  height: 90px;
  width: 150px;
  background-color: #333;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slick-initialized .slick-slide.gallery-lightbox__main-image-controller {
  display: flex;
  cursor: pointer;
}

#karma .gallery-lightbox__controller {
  position: fixed;
  bottom: 10px;
  color: white;
  text-align: center;
  width: 100vw;
}

#karma .gallery-lightbox__controller .gallery-lightbox__controller_hide {
  bottom: -100vh;
}

.gallery-lightbox__controller-btn {
  background-color: transparent;
  border: none;
  font-size: 25px;
  margin: 0 10px;
}

#karma .gallery-lightbox__caption {
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
}

.masonry-gallery .slick-dots li {
  margin: 0;
}

.masonry-gallery .slick-dots li button:before {
  color: #c3c3c3;
}

.slick-dots li.slick-active button:before {
  color: #8d7249;
  font-size: 18px;
}

.gallery-lightbox__close-btn {
  position: fixed;
  right: 25px;
  top: 20px;
  border: none;
  background: none;
  font-size: 25px;
  color: #fff;
  z-index: 1;
}

.guests-review {
  padding: 100px 0 25px;
}

.guest-review__divider {
  text-align: center;
}

.guests-review__content-reel {
  margin: 50px 0 20px;
}

.guests-review__img-wrapper {
  max-height: 600px;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#karma .guests-review__img-wrapper img {
  width: 100%;
}

.guests-review__guest-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-color: #f9f9f9;
}

.guests-review__guest-content-wrapper {
  text-align: center;
  padding: 0px 50px;
}

#karma .guests-review__guest-content-wrapper > * {
  margin: 0 10px;
}

#karma .guests-review__cp-logo {
  max-width: 250px;
  max-height: 50px;
  margin: auto;
}

#karma .guests-review__review-title {
  font-weight: 700;
  margin: 25px 0;
}

.guests-review__review-title::before,
.guests-review__review-title::after,
.guests-review__review-content::after,
.guests-review__review-content::before {
  content: '"';
}

#karma .guests-review__review-content {
  margin: 25px 0;
}

#karma .guests-review__guest-name {
  font-weight: 700;
}

#karma .guests-review__rating-wrapper {
  text-align: center;
  margin: 10px 0 25px;
}

#karma .guests-review__rating-wrapper_facebook {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guests-review__tripadvisor-rating {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #37bb99;
  display: inline-block;
}

.guests-review__tripadvisor-rating::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #37bb99;
  top: 3px;
  left: 3px;
}

#karma .guests-review__rating-wrapper_facebook > * {
  margin: 0 5px;
}

#karma .guests-review__rating-wrapper_facebook span {
  font-size: 28px;
  font-weight: 700;
}

#karma .guests-review__rating-wrapper_facebook > i {
  font-family: "FontAwesome";
  color: gold;
}

.guests-review__review-wrapper > div[class*=col-] {
  padding: 0;
}

.guest-review__divider .btn-box__outline {
  padding: 5px 30px;
}

section.location-info {
  margin-bottom: 50px;
}

.location-info .row div[class*=col-] {
  min-height: 600px;
  max-height: 600px;
  overflow-y: auto;
  padding: 0;
}

.location-info .component__main-description-wrapper.component__main-description-wrapper_desktop {
  padding-bottom: 50px;
  padding-top: 75px;
}

.location-info__info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

#karma .location-info__info-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}

#karma .location-info__info p {
  margin: 0 0 10px;
}

.location-info__map {
  min-height: 600px;
}

.wedding_section {
  padding: 40px 0 0;
}

.component__button-menu-special {
  padding-bottom: 15px;
}

div.component__slider__wedding-image {
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-position: center;
}

.wedding_content_gallery .component__slider__main-image-wrapper {
  margin: 0px !important;
}

.wedding_button_wrapper {
  justify-content: center;
  flex-wrap: wrap;
}

.wedding_button_wrapper a:first-child {
  flex-basis: 100%;
  max-width: unset;
  margin: 0px 35% 30px !important;
  min-height: 40px;
}

.wedding_button_wrapper .component__button-selection {
  min-height: 60px;
  margin-top: 10px;
  flex: 1 1 0;
}

.sticky-footer {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  transition: 0.25s ease;
}

#karma footer,
#live-help-float {
  margin-bottom: 70px;
}

#live-help-float {
  display: none;
}

#desktop_fixed-bottom {
  display: flex;
  height: 100%;
  padding: 0;
  justify-content: center;
}

#desktop_fixed-bottom .component__fixed-bottom__spare {
  content: "";
  flex: 1;
}

#desktop_fixed-bottom > div:first-child {
  flex: 1;
  justify-content: flex-end;
  padding-left: 0;
}

#desktop_fixed-bottom > div:last-child {
  background: #86704d;
  padding-left: 17px;
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 190px;
}

.component__fixed-bottom__tripadvisor {
  width: 100px;
}

.component__fixed-bottom__tripadvisor-rating {
  color: #5a9544;
  font-weight: bold !important;
  margin: 0 !important;
  text-align: center;
}

.component__fixed-bottom__inline-wrapper,
.component__fixed-bottom__inline-wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.component__fixed-bottom__inline-wrapper.button-wrapper a {
  padding: 10px 30px;
}

.component__fixed-bottom__inline-wrapper {
  flex: 1;
}

.mobile {
  display: flex;
}

.component__btn-lowest-price {
  height: 40px;
  background: none;
  border: none;
}

.component__btn-lowest-price--mobile {
  display: none;
}

.component__btn-lowest-price--desktop {
  display: block;
}

.lpg {
  padding-right: 0;
}

.lpg--mobile {
  display: none;
}

.component__price-starter {
  padding-left: 0;
}

.component__btn-lowest-price > img {
  width: inherit;
  height: inherit !important;
  max-width: none;
}

#karma .component__bottom-booking-wrapper .btn-box {
  font-size: 16.8px;
  padding: 12px 36px;
  height: 100%;
}
#karma .component__bottom-booking-wrapper .btn-box.btn-box--gold:hover {
  color: #fff;
  border-color: #8A6F47;
  background: #8A6F47;
}

#karma .component__fixed-bottom__inline-wrapper--right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#karma .component__fixed-bottom__inline-wrapper--right p {
  margin-right: 15px !important;
  color: white;
  text-transform: capitalize;
  font-weight: bold !important;
}
#karma .component__fixed-bottom__inline-wrapper--right button {
  margin: 8px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
}
#karma .component__fixed-bottom__inline-wrapper--right button > img {
  width: 30px;
  height: 30px;
}
#karma .component__fixed-bottom__inline-wrapper--right button .fab {
  font-family: "Font Awesome 5 Brands";
}
#karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 100%;
  width: unset;
  background-color: #475a68;
}
#karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon i {
  display: none;
}
#karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon img {
  display: block;
  height: 100%;
}

.component__fixed-bottom__inline-wrapper--big,
.component__fixed-bottom__inline-wrapper--big a {
  flex-direction: row;
}
.component__fixed-bottom__inline-wrapper--big .component__fixed-bottom__tripadvisor,
.component__fixed-bottom__inline-wrapper--big a .component__fixed-bottom__tripadvisor {
  width: 150px;
}

.component__fixed-bottom__inline-wrapper .btn-box__outline {
  margin: 0 50px;
}

/* --- */
.bvg_popup_container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  color: #000000;
  background-color: rgba(51, 51, 51, 0.85);
}

.bvg_popup_container .content1 {
  text-align: center;
  font-size: 30px;
  font-weight: 400 !important;
}

.bvg_popup_container .content2 {
  text-align: center;
  font-size: 18px;
  color: #8d7249 !important;
  font-weight: 500 !important;
}

.bvg_popup_container .content3 {
  text-align: center;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 0 15px;
}

.bvg_popup {
  width: 90%;
  max-width: 600px;
  position: relative;
  top: 50px;
  margin: auto;
  background: #1b1b1b;
  padding: 25px;
  display: block !important;
  text-align: center;
}

.bvg_popup img {
  display: table;
  margin: 25px auto 25px;
}

.bvg_popup_container .bvg_popup .close_btn {
  height: 25px;
  width: 25px;
  background-size: contain;
  background-image: url("https://karmagroup.com/themes/karma_group_theme/imgs/icons/close-icon-rounded.png");
  float: right;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.bvg_popup .block2 {
  width: 50%;
  float: left;
}

.sticky-footer_hide {
  opacity: 0.2;
  transition: 0.25s ease;
}

.sticky-footer_hide:hover {
  opacity: 1;
}

.quote-section__quote-wrapper {
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#karma .quote-section__quote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin-bottom: 20px;
}

.btn-box__outline {
  padding: 10px 10px;
  border: 1px solid;
  font-weight: 700;
  font-size: 14px;
}
.btn-box__outline.btn-box__outline_inline-block {
  display: inline-block;
}
.btn-box__outline.btn-box__outline-download_small {
  margin: 0 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32.33%;
  font-size: 14px;
}

.btn-box {
  padding: 10px 30px;
  border: 1px solid;
  font-weight: 700;
  font-size: 14px;
}

#karma .btn-box__outline-download_small .fa,
#karma .btn-box__outline-download_small .fab,
#karma .btn-box__outline-download_small .fal,
#karma .btn-box__outline-download_small .far,
#karma .btn-box__outline-download_small .fas {
  font-family: "Font Awesome 6 Pro";
}

.btn-box__outline-download_small span {
  text-align: center;
  display: inline-block;
  flex: 1;
}

.btn-box__outline-download_small svg {
  width: 10px;
  height: auto;
  color: #8a6f47;
  fill: currentColor;
  margin: 0 10px;
}

.btn-box__outline-download_small:hover svg {
  color: #fff;
  fill: currentColor;
}

.btn-box__outline_white,
#karma a.btn-box__outline_white {
  color: #fff;
  border-color: #fff;
  transition: all 0.5s ease;
}

.btn-box__outline_gold,
#karma a.btn-box__outline_gold {
  color: #8A6F47;
  border-color: #8A6F47;
  background: transparent;
  text-align: center;
  transition: all 0.5s ease;
}

.btn-box--gold,
#karma a.btn-box--gold {
  color: #fff;
  border-color: #8A6F47;
  background: #8A6F47;
  text-align: center;
  transition: all 0.5s ease;
}

.btn-box__outline_gold:hover,
#karma a.btn-box__outline_gold:hover,
.btn-box__outline_gold.is-active,
#karma a.btn-box__outline_gold.is-active {
  color: #fff;
  background-color: #8A6F47;
  transition: all 0.5s ease;
}

.btn-box--gold:hover,
#karma a.btn-box--gold:hover,
.btn-box--gold.is-active,
#karma a.btn-box--gold.is-active {
  color: #8A6F47;
  background-color: #fff;
  transition: all 0.5s ease;
}

.btn-box__outline_white:hover,
#karma a.btn-box__outline_white:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.btn-box_medium {
  min-width: 180px;
}

.btn-box_small {
  min-width: 180px;
  padding: 5px 30px;
}

a:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

#karma .fa-solid,
#karma .fa-regular,
#karma .fas,
#karma .fal,
#karma .far,
#karma .fad {
  font-family: "Font Awesome 6 Pro" !important;
}

#karma .fab {
  font-family: "Font Awesome 6 Brands" !important;
}

.award-slider__reel {
  margin: 0 auto 60px;
  width: 70%;
}
.award-slider__reel .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.award-slider__reel button {
  background: transparent;
  border: none;
  font-size: 36px;
  position: absolute;
  z-index: 1;
  color: #898a8d;
  top: 50%;
}
.award-slider__reel button.prev {
  left: -15px;
}
.award-slider__reel button.next {
  right: -15px;
}
.award-slider__reel .slick-track {
  display: flex !important;
}
.award-slider__reel .slick-slide {
  height: inherit !important;
}
.award-slider__reel .award-slider__content {
  min-height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.destination_section {
  position: absolute;
  z-index: 9999;
}

.tooltip_destination {
  position: relative !important;
  display: inline-block;
  color: #fff;
}

.tooltip_destination:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.tooltiptext {
  display: none;
  width: 400px;
  background-color: #e3e3e3;
  color: #333;
  text-align: center;
  border-radius: 0;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  padding: 40px 0;
  max-width: 400px;
  min-width: 300px;
  margin-left: -30px;
}

.arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #e3e3e3;
  margin: 0 auto;
  top: -25px;
  margin-right: -30.5px;
}

.destinaton-left {
  border-right: solid 1px #fff;
}

.destination-right {
  padding-top: 20px;
}

.destination-tools {
  font-size: 14px;
  color: #8a6f47;
  font-weight: 300;
}

.destination-tools a {
  color: #8a6d4d !important;
}

.destination-social-wrapper {
  margin-top: 15px;
}

.destination-social-wrapper li {
  display: inline-block;
}

li.destination-social-fb {
  padding: 15px;
  margin: 0 !important;
  font-size: 15px;
  background-color: #3c5a99;
  color: #fff;
}

li.destination-social-twitter {
  padding: 15px;
  margin: 0 !important;
  font-size: 15px;
  background-color: #00acee;
  color: #fff;
}

li.destination-social-gmail {
  padding: 15px;
  margin: 0 !important;
  font-size: 15px;
  background-color: #fee133;
  color: #fff;
}

.fixed_destination {
  position: fixed;
}

.destination-hide {
  display: none;
}

ul.destination-social-wrapper a li i {
  font-family: "Font Awesome 6 Brands" !important;
}

@media only screen and (max-width: 320px) {
  #karma .home-slider__wrapper .home-slider__content {
    padding: 20px 20px 70px;
  }
  #karma .home-slider__wrapper .home-slider__content .home-slider__resort-desc {
    max-height: 150px;
    overflow-y: scroll;
  }
  #karma .home-slider__wrapper .home-slider__content > * {
    font-size: 12px !important;
  }
  #karma .home-slider__wrapper .home-slider__content h1 {
    font-size: 16px !important;
  }
  .buttonTop-dropdown__text {
    padding: 10px 15px !important;
  }
  .buttonTop-dropdown__text p {
    font-size: 11px !important;
  }
  .buttonTop-dropdownlink-dekstop {
    display: none !important;
  }
  .buttonTop-dropdownlink-mobile {
    display: inline-block !important;
  }
  .blockdekstop {
    display: none !important;
  }
  .blockmobile {
    display: block !important;
  }
  #karma .home-slider__wrapper .buttonTop-dropdown__wrapper {
    width: 96% !important;
    z-index: 999;
    top: 16% !important;
  }
  .image-content__wrapper {
    height: 145px;
  }
  .image-content__hover {
    height: 145px !important;
  }
  .buttonTop-dropdown__content p {
    font-size: 14px;
  }
  .buttonTop-dropdown__content a.buttonTop-dropdown__link {
    padding: 10px 15px !important;
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 480px) {
  #karma .home-slider__wrapper .buttonTop-dropdown__wrapper {
    width: 96% !important;
    z-index: 999;
    top: 12%;
  }
  .buttonTop-dropdownlink-dekstop {
    display: none !important;
  }
  .buttonTop-dropdownlink-mobile {
    display: inline-block !important;
  }
  .blockdekstop {
    display: none !important;
  }
  .blockmobile {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  #karma .home-slider__wrapper .home-slider__content {
    padding: 20px 20px 70px;
  }
  #karma .home-slider__wrapper .home-slider__content .home-slider__resort-desc {
    max-height: 150px;
    overflow-y: scroll;
  }
  #karma .home-slider__wrapper .home-slider__content > * {
    font-size: 14px;
  }
  #karma .home-slider__wrapper .home-slider__content h1 {
    font-size: 28px;
  }
  #karma .home-slider__wrapper .home-slider__buttonTop .gold_button {
    padding: 15px 15px;
    font-size: 12px;
  }
  #karma .home-slider__wrapper .buttonTop-dropdown__wrapper {
    width: 96%;
  }
  .buttonTop-dropdownlink-dekstop {
    display: none !important;
  }
  .buttonTop-dropdownlink-mobile {
    display: inline-block !important;
  }
  .blockdekstop {
    display: none !important;
  }
  .blockmobile {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .buttonTop-dropdown__wrapper {
    top: 8%;
    left: 1%;
  }
  .buttonTop-dropdownlink-dekstop {
    display: none !important;
  }
  .buttonTop-dropdownlink-mobile {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .buttonTop-dropdown__wrapper {
    top: 10%;
    left: 2%;
  }
}
@media only screen and (min-width: 992500px) {
  #karma .home-slider__content {
    top: 50%;
  }
  #karma .home-slider__content > * {
    font-size: 32px;
  }
  #karma .home-slider__content h1 {
    font-size: 5vh;
  }
  #karma .home-slider__social-media-wrapper li a {
    font-size: 38px;
  }
  #karma section.container {
    max-width: 80%;
    font-size: 2.4vh;
  }
  #karma .wedding_section div.container {
    max-width: 80%;
    font-size: 2.4vh;
  }
}
@media only scree and (max-width: 1024px) {
  .btn-box__outline-download_small {
    width: 31.33%;
  }
}
@media only screen and (max-width: 768px) {
  .component__mobile-button_show {
    /*display: flex;*/
    margin: 10px 4px !important;
    width: 100% !important;
    padding: 0 4px;
  }
  .component__mobile-button_hide {
    display: none;
    display: block;
    text-align: center;
  }
  .component__buttom-menu-wrapper {
    margin: 10px 4px;
    margin-top: 20px;
  }
  .component__content-wrapper.is-active {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  #karma .content_wrapper {
    width: 100%;
    padding: 40px 0 0;
  }
  #karma .content_wrapper .component__main-description-wrapper,
#karma .content_wrapper .subcomponent__main-description-wrapper {
    padding: 0 15px;
  }
  .content-wrapper_mobile-image-first .component__content-wrapper.is-active > div,
.content-wrapper .component__content-wrapper.is-active > div {
    padding: 0;
  }
  .content-wrapper_mobile-image-first .component__content-wrapper.is-active > div:nth-child(1) {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .component__content-wrapper.is-active > div {
    padding: 0;
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .component__slider__main-image-wrapper {
    margin: 0;
  }
  .subcomponent__main-description-wrapper {
    margin-top: 20px;
  }
  .component__menu-btn-wrapper {
    justify-content: center;
  }
  .component__mobile-menu-toggle {
    /*display: block;*/
    margin: 10px 0;
  }
  .component__main-menu-wrapper {
    /*max-height: 0;*/
    overflow: hidden;
    transition: all 0.5s ease;
    background-color: #f9f9f9;
    padding: 6px;
  }
  .component__main-menu-wrapper_open {
    max-height: 500px;
    padding: 10px 0;
    transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 600px) {
  .component__button-menu-wrapper > * {
    width: 48%;
    margin: 5px 1%;
    min-width: unset;
  }
  .component__content-wrapper img.award_img {
    height: 95px !important;
  }
  .component__content-wrapper .award_list {
    top: 7px;
    right: 5px;
  }
  .component__button-menu-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .component__button-menu-wrapper button.component__button-selection, .component__button-menu-wrapper a.component__button-selection {
    width: 48%;
    margin: 5px 1%;
    padding: 10px;
    max-width: unset;
  }
  .component__button-menu-wrapper button.component__button-selection:first-child,
.component__button-menu-wrapper a.component__button-selection:first-child {
    margin-left: 1%;
  }
  .component__button-menu-wrapper button.component__button-selection:last-child,
.component__button-menu-wrapper a.component__button-selection:last-child {
    margin-right: 1%;
  }
  .component__content-wrapper.is-active > div.vertical-center-item {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 992500px) {
  .component__button-menu-wrapper button.component__button-selection, .component__button-menu-wrapper a.component__button-selection {
    font-size: 24px;
    max-width: 360px;
    min-width: 320px;
  }
  #karma .subcomponent__main-description-wrapper h1 {
    font-size: 4vh;
  }
  .component__slider__image-slider-wrapper {
    max-height: 100px;
  }
  .content_wrapper {
    padding: 70px 0;
  }
  .component__buttom-menu-wrapper {
    margin: 10px 12px;
  }
}
@media only screen and (max-width: 600px) {
  .eo__grid {
    grid-template-columns: 1fr;
  }
  .eo__grid__title {
    font-size: 1.5rem;
  }
  .content-slider__content {
    padding: 0;
    margin: 0 2px;
  }
  .content-slider {
    padding: 72px 0 0;
  }
  .content-slider__reel {
    margin-left: 0;
    margin-right: 0;
  }
  .content-slider__reel button.prev {
    left: 0;
  }
  .content-slider__reel button.next {
    right: 0;
  }
  .content-slider__content-wrapper {
    padding: 10px 20px;
  }
  #karma .content-slider__content-title {
    display: block;
    text-align: center;
  }
  #karma .content-slider__content-excerpt {
    min-height: unset;
  }
}
@media only screen and (min-width: 992500px) {
  .eo__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #karma .content-slider {
    padding: 120px 0;
  }
  #karma .content-slider h2 {
    font-size: 4vh;
  }
  #karma .content-slider__content-title {
    font-size: 26px;
  }
  #karma .content-slider__content-excerpt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 945px) {
  .floating-nav {
    white-space: nowrap;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .floating-nav__nav-wrapper {
    overflow-y: auto;
    scroll-behavior: smooth;
  }
  .floating-nav_stick-scroll {
    top: 70px;
  }
  .floating-nav__overflow-angle {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .floating-nav__overflow-angle_left {
    left: 0;
    padding: 0 0 0 10px;
    opacity: 0;
  }
  .floating-nav__overflow-angle_right {
    right: 0;
    padding: 0 10px 0 0;
  }
  .floating-nav__overflow-angle_down {
    right: 0;
    padding: 10px 18px;
    background: #5a4525;
  }
  .floating-dropdown__nav-wrapper {
    background: #8a6f47;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .floating-dropdown__nav-wrapper li {
    padding: 8px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  .floating-dropdown__nav-wrapper li a {
    color: #ffffff !important;
    display: block;
  }
  .floating-dropdown_stick-scroll {
    top: 70px;
  }
  .arrow-up {
    display: none;
  }
}
@media only screen and (min-width: 992500px) {
  .floating-nav__nav-wrapper {
    font-size: 2em;
  }
  .floating-nav {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .masonry-column-inside {
    min-height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #karma .guests-review {
    margin: 0;
    padding: 100px 0 0;
    width: 100%;
  }
  .guests-review__review-wrapper div[class*=col-] {
    padding: 0;
  }
  .guest-review__divider {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .guest-review__divider > * {
    width: 48%;
    margin: 5px 1%;
    min-width: unset;
  }
  .guest-review__divider > a:last-child {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  /* .guests-review__img-wrapper,
  .guests-review__guest-content{
      max-height: 450px;
      min-height: 450px;
  } */
  #karma .guests-review__cp-logo {
    max-width: 150px;
  }
  #karma .guests-review__review-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992500px) {
  .guests-review__img-wrapper {
    max-height: 1200px;
    min-height: 1200px;
  }
  .guests-review__guest-content {
    max-height: 1200px;
    min-height: 1200px;
  }
}
@media only screen and (max-width: 600px) {
  #karma .location-info {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #karma .location-info > .row {
    margin: 0;
  }
}
@media only screen and (min-width: 992500px) {
  .location-info__quote-wrapper {
    min-height: 400px;
  }
  .location-info .row div[class*=col-] {
    min-height: 1200px;
    max-height: 1200px;
    overflow-y: auto;
  }
  .location-info__map {
    min-height: 1200px;
  }
  #karma .location-info__info-title {
    font-size: 46px;
  }
  #karma .location-info__quote {
    font-size: 4vh;
  }
}
@media only screen and (max-width: 768px) {
  .wedding_section {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #karma .wedding_button_wrapper a:first-child {
    width: 48%;
    order: 1;
    border: 1px solid #8a6f47;
    background-color: #8a6f47;
    flex-basis: auto;
    margin: 10px 1% 5px 1%;
    min-height: unset;
    font-size: 12px;
    color: white;
    min-width: unset;
    min-height: 60px;
    max-width: unset;
  }
  .wedding_button_wrapper .component__button-selection {
    flex: unset;
  }
  .component__button-menu-wrapper button.component__button-selection,
.component__button-menu-wrapper a.component__button-selection {
    min-width: unset;
  }
}
@media only screen and (min-width: 992500px) {
  .wedding_section {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992500px) {
  .quote-section__quote-wrapper {
    min-height: 400px;
  }
  #karma .quote-section__quote {
    font-size: 4vh;
  }
}
#karma .nav_toggle {
  display: none;
}

#karma #nav_booking {
  background-color: transparent;
  border: 1px solid white;
  color: #fff;
}

#karma .nav_toggle_burger {
  display: none;
  float: right;
  width: 50%;
  width: 35px;
  padding-left: 5px;
  height: 36px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.5 ease-in-out;
  -moz-transition: all 0.5 ease-in-out;
  -ms-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

#karma .nav_toggle_burger .bar_group {
  top: 50%;
  position: relative;
  margin-top: -19px;
  height: 100%;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}

#karma .nav_toggle_burger .bar {
  background: #86704d;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 23px;
  left: 50%;
  top: 8px;
  margin-left: -11.5px;
}

#karma .nav_toggle_burger .bar.one {
  margin-top: 10px;
}

#karma .nav_toggle_burger .bar.two {
  margin-top: 20px;
}

.overlay {
  display: none;
}

#karma .hamburgermenu {
  display: none;
}

#karma .hamburgermenu {
  display: none;
}

.hamburger {
  display: none;
}

.hamburgermenu > img {
  width: 26px;
  height: 26px;
  opacity: 0.5;
}

.hamburgermenu > img:hover {
  opacity: 1;
}

.hamburgermenu i {
  color: #fff;
  font-size: 30px;
}

@media only screen and (max-width: 850px) {
  #karma .nav_toggle_burger {
    display: block;
  }
  #karma .overlay.is-active {
    display: flex;
    opacity: 1;
    z-index: 110;
    visibility: visible;
    transition: all 0.5s;
    transition-delay: 0.1s;
  }
  #karma .overlay {
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    overflow: scroll;
    padding: 25px;
    max-height: 100vh;
    height: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    top: -200px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    overflow: scroll;
    text-align: center;
    z-index: 100000;
    transition: all 0.5s;
    background-size: cover;
  }
  #karma .overlay a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
  }
  #karma .social-media i.fab {
    font-family: "Font Awesome 5 Brands";
    margin: 10px;
  }
  #karma .menu__wrapper {
    padding: 10px;
  }
  #karma .overlay hr {
    border: 1;
    width: 20%;
    text-align: center;
    border-width: 14px;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
  }
  #karma .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #c3c3c3;
  }
  .hamburgermenu {
    position: fixed;
    top: 16px;
    right: 16px;
    padding: 0;
    background-color: transparent;
    color: black;
    z-index: 100001;
  }
}
@media only screen and (min-width: 992500px) {
  .sticky-footer {
    height: 100px;
  }
  .component__fixed-bottom__inline-wrapper--big .component__fixed-bottom__tripadvisor {
    width: 350px;
  }
  .component__fixed-bottom__tripadvisor-rating {
    font-size: 2vh;
  }
}
@media screen and (max-width: 1023px) {
  #desktop_fixed-bottom > div:last-child {
    position: fixed;
    bottom: 70px;
    right: 0;
    border-radius: 10px 10px 0 0;
    height: 36px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #desktop_fixed-bottom > div:first-child {
    flex: unset;
  }
  .mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
  }
  .lpg--mobile {
    display: flex;
    flex: 1;
  }
  .component__btn-lowest-price--desktop {
    display: none;
  }
  .component__btn-lowest-price--mobile {
    display: block;
  }
  .lpg--mobile {
    display: flex;
    flex: 1;
  }
  .component__btn-lowest-price--desktop {
    display: none;
  }
  .component__btn-lowest-price--mobile {
    display: block;
  }
  .button-wrapper {
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .lpg {
    padding: 0 !important;
  }
  .component__price-starter {
    padding: 0 !important;
  }
  #karma .component__price-title {
    font-size: 10px !important;
    margin: 0 !important;
    font-weight: 700;
  }
  .mobile div:nth-child(1) {
    order: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mobile div:nth-child(1) a {
    flex-direction: column;
  }
  .mobile div:nth-child(1) img {
    width: 100% !important;
    padding: 3px;
  }
  .component__fixed-bottom__tripadvisor-rating {
    font-size: 14px;
  }
  .component__fixed-bottom__inline-wrapper--right p {
    display: none;
  }
  #karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon {
    position: static;
    right: auto;
    padding: 18px;
    background-color: #25d366;
    height: 30px;
    width: 30px;
    font-size: 25px;
    border-top-right-radius: 5px;
    color: #fff;
  }
  #karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon i {
    display: block;
  }
  #karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon i.fab {
    font-family: "Font Awesome 5 Brands";
  }
  #karma .component__fixed-bottom__inline-wrapper--right .component__wa-bottom-icon img {
    display: none;
  }
  #karma .component__bottom-booking-wrapper .btn-box {
    height: initial;
  }
  .component__fixed-bottom__inline-wrapper .btn-box__outline {
    margin: 0px;
    padding: 15px 10px;
    font-size: 12px;
    width: 100%;
  }
  #desktop_fixed-bottom .component__fixed-bottom__spare {
    display: none;
  }
}
@media only screen and (min-width: 992500px) {
  .button-wrapper .btn-box__outline {
    font-size: 2vh;
  }
}
@media only screen and (max-width: 600px) {
  .btn-box__outline_gold:hover,
#karma a.btn-box__outline_gold:hover {
    color: #8d7249;
    border-color: #8d7249;
    background-color: #fff;
    transition: all 0.5s ease;
  }
  .btn-box__outline_gold.is-active:hover,
#karma a.btn-box__outline_gold.is-active:hover {
    color: #fff;
    background-color: #8d7249;
    transition: all 0.5s ease;
  }
  .btn-box__outline_white:hover,
#karma a.btn-box__outline_white:hover {
    color: #fff;
    border-color: #fff;
    transition: all 0.5s ease;
  }
  .btn-box__outline-download_small {
    width: 32%;
    padding: 10px 10px;
  }
  .btn-box__outline-download_small:hover svg {
    width: 10px;
    height: auto;
    color: #8a6f47;
    fill: currentColor;
    margin: 0 10px;
  }
  #karma .isBlur {
    filter: blur(3px);
  }
}
@media only screen and (min-width: 992500px) {
  .btn-box__outline {
    font-size: 0.6em;
  }
  .btn-box__outline.btn-box__outline-download_small {
    font-size: 0.45em;
  }
}
@media only screen and (max-width: 600px) {
  .award-slider__reel {
    width: 100%;
  }
}
@media (width: 1024px) {
  .tooltiptext {
    margin-left: 100px;
  }
  .arrow-up {
    margin-right: 90px;
    top: -25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #e3e3e3;
  }
  .destinaton-left {
    border-right: solid 1px #fff !important;
  }
}
/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1023px) {
  .destination_section {
    z-index: 999999999999;
    left: 65px !important;
    width: 100%;
  }
  .tooltiptext {
    width: 90%;
    max-width: 560px;
    min-width: 350px;
    margin-left: -68px;
    margin: 0 auto;
  }
  .destinaton-left {
    border-right: none;
  }
  .arrow-up {
    left: 280px !important;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e3e3e3;
    margin-right: 45.5px;
  }
  li.destination-social-fb {
    font-size: 25px;
  }
  li.destination-social-twitter {
    font-size: 25px;
  }
  li.destination-social-gmail {
    font-size: 25px;
  }
}
/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .destination_section {
    z-index: 999999999999;
  }
  li.destination-social-fb {
    font-size: 20px;
  }
  li.destination-social-twitter {
    font-size: 20px;
  }
  li.destination-social-gmail {
    font-size: 20px;
  }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .destinaton-left {
    border-right: none;
  }
  .destination_section {
    left: 0 !important;
    z-index: 999999999999;
    width: 100%;
  }
  .arrow-up {
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e3e3e3;
  }
  .tooltiptext {
    width: 90%;
    max-width: 560px;
    min-width: 350px;
    margin-left: -68px;
    margin: 0 auto;
  }
  li.destination-social-fb {
    font-size: 20px;
  }
  li.destination-social-twitter {
    font-size: 20px;
  }
  li.destination-social-gmail {
    font-size: 20px;
  }
}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 321px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .destination_section {
    left: 0 !important;
    z-index: 999999999999;
    width: 100%;
  }
  .tooltiptext {
    width: 90%;
    max-width: 465px;
    min-width: 350px;
    margin-left: -68px;
    margin: 0 auto;
    text-align: center;
  }
  .destinaton-left {
    border-right: none;
  }
  .arrow-up {
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e3e3e3;
  }
  li.destination-social-fb {
    font-size: 20px;
  }
  li.destination-social-twitter {
    font-size: 20px;
  }
  li.destination-social-gmail {
    font-size: 20px;
  }
}
#karma header {
  top: 0;
  transition: all 0.25s ease;
}
#karma header.fixed_header.fixed__header_scrolled-down {
  top: -100%;
  transition: all 0.25s ease;
}
#karma header .main_nav .upper_nav .member_login_btn > a {
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
