:root {
  --color-text-para: #2c2826;
  --font-size-lg-x: 20px;
  --color-primary-bg-peach: #fff1ea;
  --color-primary-bg-peach-secondary: #feebe2;
  --font-tertiary-exp: 'MessinaSans-Regular';
  --font-secondary-exp: 'MessinaSans-Book';
	--font-primary-new: 'NantestFont-Light';
  --font-secondary-new: 'MessinaSans-Book';
  --font-tertiary-new: 'MessinaSans-Regular';
  --font-quaternary-new: 'NantesFont-LightItalic';
  --color-text-para-vd: #8D6A6D;
  --color-white: #fff;
  --color-white-transparent: #ffffff80;
  --color-brown-dark: #6A5052;
  --color-brown-light: #8D6A6D80;
  --color-brown-medium: #3F3131;
  --color-brown-medium-transparent: #3F3131BF;
  --color-peach-light: #ffbfa5;
  --color-peach-light-transparent: #ffbfa587;
  --color-grey-medium: #888;
  --color-peach-dark: #ffb28c;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 24px;
  --line-height-tight: 100%;
  --line-height-snug: 110%;
  --line-height-relaxed: 120%;
  --border-radius-full: 50%;
  --border-radius-large: 32px;
  --border-radius-none: 0px;
  --spacing-xs: 4px;
  --spacing-sm: 5px;
  --spacing-md: 8px;
  --spacing-lg: 10px;
  --spacing-xl: 15px;
  --spacing-xxl: 20px;
  --spacing-xxxl: 30px;
  --spacing-huge: 40px;
  --spacing-massive: 80px;
  --spacing-gigantic: 110px;
  --spacing-enormous: 130px;
  --border-width-sm: 1px;
  --border-width-md: 2px;
  --transition-fast: 0.3s ease;
  --transition-slow: 0.4s ease;
  --opacity-low: 20%;
  --opacity-medium: 0.8;
  --opacity-high: 1;
  --size-icon-sm: 5px;
  --size-icon-md: 12px;
  --size-icon-lg: 48px;
  --size-image-md: 220px;
  --size-image-lg: 310px;
  --color-white-new: #fff;
  --color-black-new: #000;
  --color-primary-bg-dark-new: #3C2F31;
  --color-primary-bg-darker-new: #3e2f2f;
  --color-primary-bg-light-new: #fbece4;
  --color-primary-bg-lighter-new: #fceee9;
  --color-primary-bg-lightest-new: #fdf1ea;
  --color-text-muted-new: #6d5c5c;
  --color-text-light-muted-new: #7e7370;
  --color-text-lighter-muted-new: #3F3131BF;
  --color-text-lightest-muted-new: #ccc;
  --color-text-light-muted-alt-new: #aaa;
  --color-border-light-new: #d9d1cd;
  --color-border-muted-new: #7a6d6f;
  --color-border-muted-active-new: #888;
  --color-border-active-new: var(--color-white-new);
  --color-shadow-dark-new: rgba(0, 0, 0, 0.3);
  --color-overlay-dark-new: rgba(0,0,0,0.4);
  --color-overlay-transparent-new: transparent;
  --color-gray-light-new: #f4d7d0;
  --color-gray-lighter-new: #f8bca9;
  --color-gray-lightest-new: #fceae1;
  --color-gray-lightest-alt-new: #fceee7;
  --font-size-xs-new-vd: 10px;
  --font-size-xs-new: 12px;
  --font-size-sm-new: 14px;
  --font-size-md-new: 16px;
  --font-size-lg-new: 18px;
  --font-size-xl-new: 28px;
  --font-size-xxl-new: 36px;
  --font-size-xxxl-new: 38px;
  --font-size-xxxxl-new: 64px;
  --font-size-huge-new: 80px;
  --border-radius-pill-new: 999px;
  --border-radius-pill-alt-new: 9999px;
  --spacing-xs-new: 5px;
  --spacing-sm-new: 10px;
  --spacing-md-new: 20px;
  --spacing-lg-new: 30px;
  --spacing-xl-new: 40px;
  --spacing-xxl-new: 50px;
  --spacing-xxxl-new: 56px;
  --spacing-xxxxl-new: 60px;
  --spacing-xxxxx-new: 105px;
  --line-height-tight-new: 110%;
  --line-height-normal-new: 120%;
  --line-height-loose-new: 140%;
  --line-height-looser-new: 1.6;
  --line-height-loosest-new: 1.7;
  --letter-spacing-tight-new: -0.8px;
  --letter-spacing-normal-new: 0.1em;
  --letter-spacing-wide-new: 0.7px;
  --letter-spacing-wider-new: 1px;
  --letter-spacing-widest-new: 1px;
  --transition-default-new: all 0.3s ease;
  --transition-slow-new: all 0.8s ease;
  --transition-fast-new: transform 0.4s ease;
  --cursor-pointer-new: pointer;
}

.experiences {
    background-color: var(--color-primary-bg-lightest-new);
}

/* Experience Page Banner Slider Css */
.experience-slider .carousel-indicators {
  position: absolute;
  bottom: var(--spacing-xxl-new);
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  background-color: #3F313180;
  backdrop-filter: blur(var(--spacing-xs));
  padding: var(--spacing-md) var(--spacing-xs);
  border-radius: var(--border-radius-large);
  margin: auto 47%;
}
.wellness-slider .carousel-indicators {
    margin: auto 44%;
}

.experience-slider .carousel-indicators button {
  width: var(--size-icon-sm);
  height: var(--size-icon-sm);
  border-radius: var(--border-radius-full);
  background-color: var(--color-white-new);
  border: var(--border-width-sm) solid var(--color-white-transparent);
  opacity: var(--opacity-low);
  transition: opacity var(--transition-default-new), background-color var(--transition-default-new);
}

.experience-slider .carousel-indicators button.active {
  opacity: var(--opacity-high);
  background-color: var(--color-white-new);
}
.experience-slider .carousel-control-prev-icon,
.experience-slider .carousel-control-next-icon {
    width: var(--size-icon-lg);
    height: var(--size-icon-lg);
    border: var(--border-width-sm) solid var(--color-white-new);
    border-radius: var(--border-radius-full);
    display: inline-block;
    cursor: var(--cursor-pointer-new);
    position: relative;
    background-image: unset;
}

.experience-slider .carousel-control-prev-icon::before,
.experience-slider .carousel-control-next-icon::before {
  content: "";
    width: var(--size-icon-md);
    height: var(--size-icon-md);
    position: absolute;
    transform-origin: center center;
    opacity: var(--opacity-high);
    top: 18px;
    left: 15px;
    border-style: solid;
    border-color: var(--color-white-new);
    border-image: initial;
    border-width: 0px var(--border-width-md) var(--border-width-md) 0px;
    animation: auto ease 0s 1 normal none running none;
    transition: none;
	display:none;
}

.experience-slider .carousel-control-prev-icon::before {
  transform: rotate(135deg);
}
.experience-slider .carousel-control-next-icon::before {
  transform: rotate(-45deg);
}
.experience-slider .carousel-control-prev-icon:hover::before {
  animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutLeft;
}
.experience-slider .carousel-control-next-icon:hover::before {
  animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutRight;
}

.experience-about {
    background-color: var(--color-primary-bg-peach-secondary);
}
.experience-bar p {
    font-family: var(--font-tertiary-exp);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}

/* Experience Page Lasting Memories Section CSS */
.exp-lasting-memory-slider-section {
    background: var(--color-primary-bg-peach);
}
.exp-lasting-memory-header hr {
    color: #6A5052;
}
.exp-lasting-memory-slider-title {
    font-size: var(--font-size-xxxl);
    font-family: var(--font-tertiary-new);
    color: var(--color-text-para);
}

.exp-lasting-memory-slider-section .roseate-btn-prev,
.exp-lasting-memory-slider-section .roseate-btn-next {
    border: var(--border-width-sm) solid #6A5052;
}
.exp-lasting-memory-slider-section .roseate-btn-prev,
.exp-lasting-memory-slider-section .roseate-btn-next {
    filter: invert(15%) sepia(10%) saturate(2000%) hue-rotate(0deg) brightness(20%) contrast(95%);
}

.exp-lasting-memory-btn {
    color: #2c2826;
    margin-top: var(--spacing-sm-new);
    text-decoration: none;
    font-size: var(--font-size-sm-new);
    font-family: var(--font-tertiary-new);
    line-height: var(--line-height-tight-new);
    display: inline-block;
}
.exp-lasting-memory-btn.tick-btn {
    background: var(--color-overlay-transparent-new);
    border: none;
    padding: 0px;
    border-radius: var(--border-radius-none);
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: var(--spacing-xs);
}
.exp-lasting-memory-btn.tick-btn:hover {
    border-bottom: 2px solid #2c2826;
}
.exp-lasting-memory-card {
    background: none;
    width: 100%;
    height: var(--size-image-lg);
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius-none);
}

.exp-lasting-memory-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-default-new);
    border-radius: var(--border-radius-none);
}

.exp-lasting-memory-slide:hover .exp-lasting-memory-img {
    transform: scale(1.1);
}

.exp-lasting-memory-pagination .swiper-pagination-bullet {
    background: #888;
}

.exp-lasting-memory-pagination .swiper-pagination-bullet-active {
    background: #6A5052 !important;
}

.exp-lasting-memory-buttons {
    display: flex;
    justify-content: space-between;
}
.exp-lasting-memory-label {
    color: #8D6A6D;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xs-new);
    line-height: var(--line-height-tight-new);
    margin-bottom: var(--spacing-sm-new);
    text-transform: uppercase;
}
.exp-lasting-memory-location {
    color: #2c2826;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-lg-new);
    line-height: var(--line-height-normal-new);
}
.exp-lasting-memory-desc {
    color: var(--color-brown-medium-transparent);
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
}
.exp-lasting-memory-content {
    padding: var(--spacing-lg-new) var(--spacing-xl);
}
.exp-lasting-memory-slide:hover .exp-lasting-memory-location {
    color: #8d6a6d;
    transition: color var(--transition-default-new);
}

/* Wellness Page Css Start */
.wlns {
    background-color: var(--color-primary-bg-peach);
}
.wellness-about {
    background-color: var(--color-primary-bg-peach-secondary);
}
.wel-tabbing {
    background-color: #fff1ea;
}
.wellness-left {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.wellness-right {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.custom-tab-content {
    padding: 0px 200px;
}
.custom-tab-pane {
    display: none;
    padding: var(--spacing-md-new);
}
.custom-tab-pane.active {
    display: block;
}
.custom-location-card {
    display: flex;
    border: 1px solid #8D6A6D40;
}
.wl-tab-bed::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: var(--spacing-sm-new);
    background: url('../img/wellness/bed.svg') no-repeat center;
    background-size: contain;
    margin-right: var(--spacing-xs-new);
}
.custom-location-info {
    flex: 1;
    padding: 20px;
}
.custom-location-info p {
    margin: 0;
}
.custom-location-info .wl-name {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-sm-new);
    line-height: var(--line-height-tight-new);
    color: var(--color-text-para-vd);
}
.custom-location-info .wl-city {
    margin: var(--spacing-xs-new) 0px;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xxl);
    line-height: var(--line-height-normal-new);
    color: var(--color-text-para);
}
.custom-location-info .wl-tab-bed {
    padding-right: var(--spacing-sm-new);
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-sm-new);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para-vd);
}
.custom-location-info .wl-desc {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: #3F3131BF;
    margin: var(--spacing-xs-new) 0px;
}
.custom-location-info .wl-tab-btn {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-sm-new);
    color: var(--color-text-para);
    line-height: var(--line-height-tight-new);
    text-decoration: none;
}
.custom-location-info .rfd {
    margin-top: var(--spacing-xxxxx-new);
}
.wl-tab-btn.tick-btn {
    background: var(--color-overlay-transparent-new);
    border: none;
    padding: 0px;
    border-radius: var(--border-radius-none);
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: var(--spacing-xs);
}
.wl-tab-btn.tick-btn:hover {
    border-bottom: 2px solid #2C2826;
}
.custom-location-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.custom-nav {
    justify-content: space-around;
    margin-bottom: var(--spacing-md-new);
    border-bottom: 1px solid #8D6A6D80;
}
.location-tab {
    display: block !important;
    margin: 0px var(--spacing-massive);
}
.custom-nav-link {
    color: #8D6A6D80;
    font-size: 15px;
    font-family: var(--font-tertiary-new);
    line-height: var(--line-height-tight-new);
    margin: 0 var(--spacing-xl);
    padding-bottom: var(--spacing-xs-new);
    background: none;
    border: none;
    cursor: var(--cursor-pointer-new);
}
.custom-nav-link:hover {
    color: #8D6A6D80;
}
.custom-nav-link.active {
    color: #2C2826;
    border-bottom: 2px solid #8D6A6D;
    padding-bottom: var(--spacing-md-new);
}
.custom-location-image-sec {
    display: block;
    width: 100%;
    transition: transform var(--transition-default-new), opacity var(--transition-default-new);
}
.custom-tab-pane .custom-location-image img {
    transition: transform 0.5s ease;
}
.custom-tab-pane:hover .custom-location-image img {
    transform: scale(1.05);
    filter: brightness(90%);
}
.custom-tab-pane:hover .custom-location-card {
    border-color: #8D6A6D;
}
.custom-tab-pane:hover .wl-city {
    color: var(--color-text-para-vd);
}

@media (max-width: 767px) {
    .custom-location-card {
        display: grid;
        margin: 0 var(--spacing-xl) var(--spacing-lg-new) var(--spacing-xl);
        overflow: hidden;
    }

    .custom-location-image {
        order: -1;
        width: 100%;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
    }

    .custom-location-info {
        padding: var(--spacing-md-new);
        text-align: left;
    }

    .custom-location-info .wl-name {
        font-size: var(--font-size-xs-new);
        letter-spacing: var(--letter-spacing-wider-new);
        text-transform: uppercase;
        color: var(--color-text-para-vd);
    }

    .custom-location-info .wl-city {
        font-size: var(--font-size-lg-x);
        color: var(--color-text-para);
    }

    .custom-location-info .wl-room-detail {
        display: flex;
        flex-wrap: wrap;
        gap: var(--spacing-sm-new);
        font-size: var(--font-size-sm-new);
        color: var(--color-text-para-vd);
    }

    .custom-location-info .wl-desc {
        font-size: var(--font-size-sm-new);
    }

    .custom-location-info .rfd {
        margin-top: var(--spacing-xl-new);
    }
    .wel-tabbing .container-fluid {
        padding: 0;
    }
    .location-tab {
        margin: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .location-tab::before,
    .location-tab::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px; 
    height: 50%;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(1px); 
  }

  .location-tab::before {
    left: 0;
  }

  .location-tab::after {
    right: 0;
  }
    .custom-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        justify-content: space-around;
        border-bottom: 1px solid #8D6A6D80;
        margin: 0 var(--spacing-sm-new) var(--spacing-md-new) var(--spacing-sm-new);
    }
    .custom-nav-link {
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 var(--spacing-xl) 0 0;
        padding-bottom: var(--spacing-sm-new);
        white-space: nowrap;
        font-size: var(--font-size-md-new);
    }
    .custom-nav-link.active {
        padding-bottom: var(--spacing-sm-new);
    }
    .custom-tab-content {
        padding: 0px !important;
    }
    .dine-container {
        padding: var(--spacing-xl) 0px !important;
    }
    .dine-custom-tab-content {
        padding: 0px 32px;
    }
    .dine-location-tab {
        padding: 0px;
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dine-location-tab::before,
    .dine-location-tab::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px; 
    height: 50%;
    z-index: 2;
    pointer-events: none;
  }

  .dine-location-tab::before {
    left: 0;
  }

  .dine-location-tab::after {
    right: 0;
  }
    
    .about-us-section .subtitle {
        font-size: var(--font-size-xs-new);
    }
    .about-us-section .heading {
        font-size: var(--font-size-xxxxl-new);
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .experience-slider .carousel-indicators {
        bottom: var(--spacing-sm-new);
        margin: auto 40%;
    }
    .wellness-slider .carousel-indicators {
        margin: auto 30%;
    }
    .experience-bar p {
        font-size: var(--font-size-lg-new);
    }
    .wellness-left {
        font-size: var(--font-size-lg-new);
    }
    .wellness-right {
        font-size: var(--font-size-lg-new);
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .rst-wfr {
        order: -1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .location-tab {
        margin: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .custom-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        justify-content: space-around;
        border-bottom: 1px solid #8D6A6D80;
        margin: 0 var(--spacing-sm-new) var(--spacing-md-new) var(--spacing-sm-new);
    }
    .custom-nav-link {
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 var(--spacing-xl) 0 0;
        padding-bottom: var(--spacing-sm-new);
        white-space: nowrap;
    }
    .custom-nav-link.active {
        padding-bottom: var(--spacing-sm-new);
    }
    .custom-tab-content {
        padding: 0px;
    }
    .dine-location-tab {
        padding: 0px;
    }
    .experience-slider .carousel-indicators {
        margin: auto 45%;
        bottom: var(--spacing-md-new);
    }
    .wellness-slider .carousel-indicators {
        margin: auto 40%;
    }
    .custom-location-card {
        display: grid;
    }
    .custom-location-image {
        order: -1;
    }
}

/* Button CSS */
.tick-bl {
      display: inline-block;
    position: relative;
    text-align: center;
    font-family: 'MessinaSans-Regular';
    font-size: 14px;
    color: var(--background-primary);
    text-decoration: none;
    overflow: hidden;
    transition: var(--transition-slow);
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: 4px;
}
.tick-bl:hover {
	border-bottom: 2px solid #2C2826;
}

.tick-bl span {
  display: inline-block;
  position: relative;
  color: transparent;
  height: 1em;
  line-height: 1em;
}

.tick-bl span::before,
.tick-bl span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  color: var(--color-black);
  transition: var(--transition-fast), opacity 0.4s ease;
  will-change: transform, opacity;
}

.tick-bl span::before {
  top: 0;
  transform: translateY(0%);
  opacity: 1;
}

.tick-bl span::after {
  top: 100%;
  transform: translateY(0%);
  opacity: 0;
}

.tick-bl:hover span::before {
  transform: translateY(-100%);
  opacity: 0;
}

.tick-bl:hover span::after {
  transform: translateY(-100%);
  opacity: 1;
}

/* Dine Page Css */
.dine-bar p {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.dine-custom-tab-pane {
    display: none;
}
.dine-custom-tab-pane.active {
    display: block;
}
.dine-location-tab {
    display: block !important;
}
.dine-card {
    background-color: var(--color-overlay-transparent-new);
    border: 0px solid;
}
.dine-card-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.dine-card-img-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-none);
    object-fit: cover;
    transition: transform var(--transition-default-new), filter var(--transition-default-new), opacity var(--transition-default-new);
}
.dine-card img {
    transition: transform 0.5s ease;
}
.dine-card:hover img {
    transform: scale(1.05);
    filter: brightness(90%);
}
.dine-card:hover .dine-title {
    color: var(--color-text-muted-new);
    transition: color var(--transition-default-new);
}
.dine-card-link-tbl.tick-btn {
    background-color: #ffbfa5;
    border: 0px solid;
}
.dine-body {
    padding: 25px 16px;
}
.dine-res {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xs-new);
    line-height: var(--line-height-tight-new);
    color: #8D6A6D;
    margin: 0px;
}
.dine-title {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-lg-new);
    line-height: var(--line-height-normal-new);
    color: var(--color-text-para);
    padding: var(--spacing-xs-new) 0px;
    margin: 0px;
}

.dine-des {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: var(--color-brown-medium-transparent);
    margin: 0px;
}

/* Meeting & Wellness Page Css */
.rst-club .carousel {
    max-width: 800px;
    margin: 0 auto;
}
.rst-club .carousel-inner img {
    width: 100%;
}
.rst-club .carousel-control-prev,
.rst-club .carousel-control-next {
    bottom: var(--spacing-sm-new);
    top: auto;
}
.rst-club .carousel-control-prev-icon,
.rst-club .carousel-control-next-icon {
    width: var(--size-icon-lg);
    height: var(--size-icon-lg);
    border: var(--border-width-sm) solid var(--color-white-new);
    border-radius: var(--border-radius-full);
    display: inline-block;
    cursor: var(--cursor-pointer-new);
    position: relative;
    background-image: unset;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.rst-club .carousel-control-prev-icon::before,
.rst-club .carousel-control-next-icon::before {
    content: "";
    width: var(--size-icon-md);
    height: var(--size-icon-md);
    position: absolute;
    transform-origin: center center;
    opacity: var(--opacity-high);
    top: 18px;
    left: 16px;
    border-style: solid;
    border-color: var(--color-white-new);
    border-image: initial;
    border-width: 0px var(--border-width-md) var(--border-width-md) 0px;
    animation: auto ease 0s 1 normal none running none;
    transition: none;
}

.rst-club .carousel-control-prev-icon::before {
    transform: rotate(135deg);
}
.rst-club .carousel-control-next-icon::before {
    transform: rotate(-45deg);
}
.rst-club .carousel-control-prev-icon:hover::before {
    animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutLeft;
}
.rst-club .carousel-control-next-icon:hover::before {
    animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutRight;
}
.rst-club .carousel-control-prev {
    right: 70px;
    left: auto;
}
.rst-club .carousel-control-next {
    right: var(--spacing-sm-new);
}
.rst-club .carousel-control-next,.rst-club .carousel-control-prev{justify-content: center !important;}
.rst-club .carousel-indicators {
    bottom: var(--spacing-sm-new);
    left: var(--spacing-sm-new);
    right: auto;
    margin: 0;
    justify-content: flex-start;
    background-color: #3F313180;
    backdrop-filter: blur(var(--spacing-xs));
    padding: var(--spacing-xs) var(--spacing-sm-new);
    border-radius: var(--border-radius-large);
}
.rst-club .carousel-indicators button {
    width: var(--size-icon-sm);
    height: var(--size-icon-sm);
    border-radius: var(--border-radius-full);
    background-color: var(--color-white-new);
    border: 1px solid #ffffff80;
    opacity: var(--opacity-low);
    transition: opacity var(--transition-default-new), background-color var(--transition-default-new);
}
.rst-club .carousel-indicators .active {
    opacity: var(--opacity-high);
    background-color: var(--color-white-new);
}

/* Contact Page Css */
.cnt-bnr {
    background-color: #ffe4d9;
}
#contact-tabs {
    background: #fff1ea;
    color: #8D6A6D80;
    padding-top: var(--spacing-massive);
}
#contact-tabs h6.section-title {
    color: #eee;
}
#contact-tabs .nav-tabs {
    border-bottom: 1px solid #8D6A6D80;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#contact-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
#contact-tabs .nav-tabs .nav-link.active {
    color: #2C2826;
    border-bottom: 2px solid #8D6A6D !important;
    padding-bottom: var(--spacing-md-new);
}
#contact-tabs .nav-tabs .nav-link {
    color: #8D6A6D80;
    font-size: var(--font-size-lg-new);
    font-family: var(--font-tertiary-new);
    line-height: var(--line-height-tight-new);
    margin: 0 var(--spacing-xl);
    padding-bottom: var(--spacing-xs-new);
    background: none;
    border: none;
}
#contact-tabs #nav-tabContent {
    margin: 0px 70px;
}
.adrs-bar {
    height: 70px;
}
.rose-card {
    background: #FEEBE2;
    border: none;
    padding: 1.5rem;
}
.rose-card .actions a {
    color: var(--color-text-para);
    margin-right: 0.75rem;
}
.rose-card .btn-book {
    background: #ffb28c;
    border: none;
    color: var(--color-white-new);
}
 .rose-card .info-row {
    display: flex;
    width: 100%;
  }
  .rose-card .info-row dt {
    width: 30%;
  }
  .rose-card .info-row dd {
    width: 70%;
  }
.cnt-city {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xxl);
    line-height: var(--line-height-normal-new);
    color: var(--color-text-para);
}
.contact-info-left {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.contact-info-right {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: #3F3131BF;
}

hr {
    color: #8D6A6DBF;
    margin: var(--spacing-sm-new) 0px 0px;
}
#contact-tabs .tab-pane {
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    opacity: 0;
}
#contact-tabs .tab-pane.show {
    opacity: var(--opacity-high);
}
#contact-tabs .tab-pane.fade {
    transition: opacity 0.2s ease-in-out;
}

@media (max-width: 380px) {
    .experience-slider .carousel-indicators button {
        width: 6px;
        height: 3px;
    }
    .rst-club .carousel-indicators button {
        width: 3px;
        height: 3px;
    }
}
@media (max-width: 767px) {
    #contact-tabs .container {
        padding: 0px !important;
    }
    #contact-tabs #nav-tabContent {
        margin: var(--spacing-sm-new) 0px 40px;
    }
    #contact-tabs .nav-tabs {
        padding: 0px;
        margin: 0px;
    }
    #contact-tabs .nav-tabs .nav-link {
        margin: 0 var(--spacing-sm-new);
        padding: var(--spacing-sm-new) 12px;
    }
    .tab-content {
        margin: 0 var(--spacing-xl);
    }
    .dine-res {
    font-size: 10px;
    }
    .dine-title {
    font-size: 16px;
    }
    .dine-des {
    font-size: 14px;
    }
    .exp-lasting-memory-label {
    font-size: 10px;
    }
    .exp-lasting-memory-location {
        font-size: 16px;
    }
    .exp-lasting-memory-desc {
        font-size: 14px;
    }
    .rst-wfr {
        order: -1;
    }
    .cnt-city {
        font-size: 20px;
    }
    .contact-info-left {
        font-size: 14px;
    }
    .contact-info-right {
        font-size: 14px;
    }
    .adrs-bar {
        height: unset;
    }
    .rose-card .info-row dt {
      width: 35%;
    }
      .rose-card .info-row dd {
        width: 65%;
      }
    
}


.oth-social a{
	font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
font-family: var(--font-secondary) !important;
	text-decoration:none;
}

.pt-4.mt-auto{margin-top:50px!important;}