@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Lato:wght@300;400;700;900&display=swap";
*,:before,:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}
:root {
    --cs-bg: hsl(39 32% 96%);
    --cs-fg: hsl(200 25% 15%);
    --cs-card: hsl(39 25% 93%);
    --cs-muted: hsl(39 20% 90%);
    --cs-muted-fg: hsl(200 10% 45%);
    --cs-primary: hsl(195 65% 36%);
    --cs-primary-fg: hsl(39 32% 96%);
    --cs-accent: hsl(25 75% 55%);
    --cs-accent-fg: hsl(39 32% 96%);
    --cs-border: hsl(39 20% 85%);
    --cs-radius: 0.25rem;
    --cs-display: Montserrat,sans-serif;
    --cs-body: 'Lato', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    --background: 0 0% 100%;
    --foreground: 200 25% 15%;
    --card: 188 30% 96%;
    --card-foreground: 200 25% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 200 25% 15%;
    --primary: 188 70% 25%;
    --primary-foreground: 0 0% 100%;
    --primary-light: 188 50% 55%;
    --secondary: 39 45% 82%;
    --secondary-foreground: 200 25% 15%;
    --muted: 39 20% 90%;
    --muted-foreground: 200 10% 45%;
    --accent: 188 70% 25%;
    --accent-foreground: 39 32% 96%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 39 20% 85%;
    --input: 39 20% 85%;
    --ring: 188 70% 25%;
    --radius: .5rem;
    --sand-light: 39 40% 95%;
    --sand: 39 35% 88%;
    --ocean: 188 70% 25%;
    --ocean-deep: 192 80% 18%;
    --ocean-light: 188 50% 55%;
    --coral: 188 70% 25%;
    --coral-light: 188 55% 45%;
    --palm: 145 35% 35%;
    --sunset: 15 85% 60%;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}

.cs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.uk-section-overlap {
    border-radius: clamp(30px, 10.7143px, 50px) clamp(30px, 10.7143px, 50px) clamp(30px, 10.7143px, 50px) clamp(30px, 10.7143px, 50px) !important;
    position: relative;
}

.cs-bg-background {
    background: var(--cs-bg);
}
.cs-bg-card {
    background: var(--cs-card);
}
.bg-card {
    background-color: hsl(var(--card));
}
.bg-primary-light {
    background-color: hsl(var(--primary-light));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.bg-background {
    background-color: hsl(var(--background));
}
.rounded-sm {
    border-radius: calc(var(--radius) - 4px);
}
.overflow-hidden {
    overflow: hidden;
}
.cs-eyebrow {
    font-family: var(--cs-body);
    font-size: 0.875rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--cs-accent);
    margin: 0 0 1rem;
}
.cs-on-dark {
    color: rgba(255,255,255,0.75) !important;
}


.cs-rule {
    width: 64px;
    height: 2px;
    background: var(--cs-accent);
    margin-bottom: 2rem;
}
.cs-rule-center {
    margin-left: auto;
    margin-right: auto;
}


.cs-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--cs-muted-fg);
    margin-bottom: 1.5rem;
}
.cs-link {
    color: var(--cs-accent);
    text-decoration: underline;
}
.cs-link:hover {
    color: var(--cs-primary);
}

.cs-fineprint {
    font-size: 0.875rem;
    color: var(--cs-muted-fg);
    font-style: italic;
    margin-top: 1rem;
}

/* Buttons */
.cs-btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    font-family: var(--cs-body);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: var(--cs-radius);
    border: 0;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s, color 0.2s;
}
.cs-btn-lg {
    padding: 1.1rem 2.5rem;
}
.cs-btn-accent {
    background: var(--cs-accent);
    color: var(--cs-accent-fg);
}
.cs-btn-accent:hover {
    opacity: 0.9;
}
.cs-btn-outline {
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
    background: transparent;
}
.cs-btn-outline:hover {
    background: rgba(255,255,255,0.1);
}

/* Navbar */
.cs-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(248, 245, 238, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--cs-border);
}
.cs-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}
.cs-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.cs-brand-top {
    font-family: var(--cs-display);
    font-style: italic;
    font-weight: 300;
    font-size: 0.75rem;
    color: var(--cs-muted-fg);
    letter-spacing: 0.05em;
}
.cs-brand-main {
    font-family: var(--cs-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--cs-fg);
    letter-spacing: 0.02em;
}
@media (min-width: 768px) {
    .cs-brand-top {
        font-size: 0.875rem;
    }
    .cs-brand-main {
        font-size: 1.5rem;
    }
}
.cs-nav-links {
    display: none;
    align-items: center;
    gap: 2rem;
}
.cs-nav-links a {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cs-muted-fg);
}
.cs-nav-links a:hover {
    color: var(--cs-fg);
}
@media (min-width: 768px) {
    .cs-nav-links {
        display: flex;
    }
}

.cs-nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 28px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 4px;
}
.cs-nav-toggle span {
    display: block;
    height: 2px;
    background: var(--cs-fg);
    border-radius: 2px;
}
@media (min-width: 768px) {
    .cs-nav-toggle {
        display: none;
    }
}

.cs-nav-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem 1.5rem;
    background: var(--cs-bg);
    border-bottom: 1px solid var(--cs-border);
}
.cs-nav-mobile a {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--cs-muted-fg);
}
.cs-nav-mobile a:hover {
    color: var(--cs-fg);
}
.cs-nav-mobile a.cs-btn-accent {
    color: var(--cs-accent-fg);
    text-align: center;
}
.cs-nav-mobile[hidden] {
    display: none;
}

/* Hero */
.cs-hero {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 600px;
    height: 100vh;
    display: flex;
}

.cs-hero-tagline {
    font-size: 1.125rem;
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    color: rgba(255,255,255,0.92);
}
.cs-hero .uk-h1,
.cs-hero .uk-h2{
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
}
.cs-hero .uk-background-fade > div{
    position: relative;
}
.cs-hero .uk-background-fade > div:before{
    content: '';
    --tw-gradient-from: hsl(var(--foreground) / .4) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--foreground) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--foreground) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: hsl(var(--foreground) / .6) var(--tw-gradient-to-position);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.cs-hero .uk-background-fade > div div,
.cs-hero .uk-background-fade > div div img{
    height: 100%;
}
@media (max-width: 480px) {
    .cs-hero-tagline {
        max-width: 23rem;
    }
    .footer-bottom .text-xs,
    .footer-bottom .uk-text-right{
        text-align: center !important;
    }
}
@media (min-width: 640px) {
    .cs-hero-tagline {
        font-size: 1.25rem;
    }
}
.sl-hero{
    color: hsl(var(--primary-foreground));
    text-align: center;
}
.sl-hero h1,
.sl-hero h2{
    color: hsl(var(--primary-foreground));
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    margin-bottom: 20px;
}

.sl-hero .hero-content{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
    display: none;
}
@media (min-width: 1024px) {
    .sl-hero h1,
    .sl-hero h2{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sl-hero .hero-content{
        display: block;
    }
}
/* Grids */
.cs-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 768px) {
    .cs-grid-2 {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}


/* Amenities */
.cs-amenities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 640px) {
    .cs-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .cs-amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.cs-amenity {
    background: var(--cs-bg);
    border-radius: var(--cs-radius);
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.cs-amenity:hover {
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.18);
}
.cs-amenity-img {
    height: 192px;
    overflow: hidden;
}
.cs-amenity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}
.cs-amenity:hover .cs-amenity-img img {
    transform: scale(1.05);
}
.cs-amenity-body {
    padding: 1.5rem;
    text-align: center;
}
.cs-amenity-body h3 {
    font-family: var(--cs-display);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.cs-amenity-body p {
    color: var(--cs-muted-fg);
    font-size: 0.875rem;
    margin: 0;
}

/* Gallery */
.cs-gallery-section {
    margin-bottom: 5rem;
}
.cs-gallery-section:last-child {
    margin-bottom: 0;
}
.cs-gallery-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.cs-gallery-bar {
    display: block;
    width: 2rem;
    height: 2px;
    background: var(--cs-accent);
    flex-shrink: 0;
}
.cs-gallery-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
@media (min-width: 768px) {
    .cs-gallery-title {
        font-size: 1.875rem;
    }
}

.cs-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .cs-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 250px;
        gap: 1rem;
    }
}
.cs-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: var(--cs-radius);
}
.cs-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}
.cs-gallery-item:hover img {
    transform: scale(1.05);
}
.cs-span-2 {
    grid-column: span 2;
}
.cs-span-2x2 {
    grid-column: span 2;
    grid-row: span 2;
}

/* Location */
.cs-map {
    position: relative;
    border-radius: var(--cs-radius);
    overflow: hidden;
    height: 400px;
    background: var(--cs-muted);
}
@media (min-width: 768px) {
    .cs-map {
        height: 500px;
    }
}
.cs-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.cs-info {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.cs-info-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: hsla(195, 65%, 36%, 0.1);
    color: var(--cs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.cs-info-label {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
}
.cs-info-desc {
    font-size: 0.75rem;
    color: var(--cs-muted-fg);
    margin: 0;
}

/* CTA */
.cs-cta {
    position: relative;
    padding: 8rem 1.5rem;
    overflow: hidden;
    text-align: center;
}
.cs-cta-bg {
    position: absolute;
    inset: 0;
}
.cs-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(33,46,54,0.6);
}
.cs-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.cs-cta-title {
    font-family: var(--cs-display);
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.15;
    color: #fff;
}
@media (min-width: 768px) {
    .cs-cta-title {
        font-size: 3.5rem;
    }
    .cs-cta {
        padding: 10rem 1.5rem;
    }
}
.cs-cta-text {
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 540px;
    margin: 0 auto 2.5rem;
    color: rgba(255,255,255,0.85);
}

/* Footer */
footer a{
    font-size: .875rem;
    line-height: 1.25rem;
}
footer a:hover{
    color: #fff;
    opacity: 0.9;
}
.cs-footer {
    background: var(--cs-fg);
    color: rgba(248,245,238,0.7);
    padding: 4rem 0;
}
.cs-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .cs-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.cs-footer-eyebrow {
    font-family: var(--cs-display);
    font-style: italic;
    font-weight: 300;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    margin: 0 0 0.25rem;
}
.cs-footer-brand {
    font-family: var(--cs-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}
.cs-footer-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}
.cs-footer-heading {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1rem;
    font-family: var(--cs-body);
    font-weight: 700;
}
.cs-footer a {
    display: block;
    font-size: 0.875rem;
    padding: 0.15rem 0;
    color: rgba(248,245,238,0.7);
}
.cs-footer a:hover {
    color: #fff;
}
.cs-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
}
.cs-footer-bottom p {
    margin: 0;
}

/* Error page */
.cs-error-body {
    background: var(--cs-bg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.cs-error {
    text-align: center;
    max-width: 600px;
}
.cs-component-body {
    padding: 2rem;
}
.mod-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod-menu li{
    display: block;
}
a:hover{
    text-decoration: none;
}
.cs-footer-grids{
    /*gap: 2.5rem;*/
}
.uk-navbar-container{
    background-color: hsl(var(--background) / .9);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: hsl(var(--background) / .9);
}
.uk-logo{
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
    align-items: start;
    text-transform: capitalize;
    letter-spacing: normal;
}
.uk-navbar-nav>li{
    align-items: center;
    display: flex;
}
.uk-navbar-nav>li>a{
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: hsl(var(--muted-foreground));
    min-height: 45px;
    height: 45px;
    font-weight: 700;
}
.uk-navbar-nav>li>a:hover{
    color: hsl(var(--primary));
}
.uk-navbar-nav>li.uk-active>a {
    color: hsl(var(--primary));
}
.cs-gallery-section-inner{
    position: relative;
    padding-left: calc(40px + 3rem);
}
.cs-gallery-section-inner:before{
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background: hsl(var(--primary));
    flex-shrink: 0;
    position: absolute;
    left: 40px;
    top: calc(50% - 2px);
}
.cs-amenity-img a,
.cs-amenity-img a div{
    display: block;
    height: 100%;
}
.cs-footer .cs-btn.cs-btn-accent{
    display: none;
}
.uk-navbar-nav .cs-btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    font-family: var(--cs-body);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: var(--cs-radius);
    border: 0;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s, color 0.2s;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}
.border-border {
    border-color: hsl(var(--border));
}
.bg-primary\/10 {
    background-color: hsl(var(--primary) / 0.1);
}
.border-t {
    border-top-width: 1px;
    border-top-style: solid;
}
.hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.bottom-8{
    bottom: 1.5rem
}
.flex {
    display: flex
}
.font-body {
    font-family: Lato, sans-serif;
}
.w-10 {
    width: 2.5rem
}
.w-16 {
    width: 4rem;
}
.h-0\.5 {
    height: .125rem;
}
.h-10 {
    height: 2.5rem;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.italic {
    font-style: italic;
}
.text-\[10px\] {
    font-size: 10px;
}
.tracking-\[0\.25em\] {
    letter-spacing: .25em;
}
.bg-primary {
    background-color: hsl(var(--primary)) !important;
}
.uk-text-primary,
.text-primary {
    /*color: hsl(var(--primary)) !important;*/
    color:#0165c9!important;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-display {
    font-family: Montserrat, sans-serif;
}
.uppercase {
    text-transform: uppercase;
}
.tracking-wide {
    letter-spacing: .025em;
}
.tracking-widest {
    letter-spacing: .1em;
}
.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}
.text-primary-foreground {
    color: hsl(var(--primary-foreground));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.rounded-full {
    border-radius: 9999px
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.uk-navbar-nav>li>a.px-6,
.uk-nav>li>a.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: hsl(15, 70%, 55%);
}
.rates-box .el-item{
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--primary));
    border-radius: calc(var(--radius) - 4px);
    padding: 1.5rem;
}
.rates-box .el-item .el-title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.rates-box .el-item .el-link{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    color: hsl(var(--primary));
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    background-color: hsl(var(--primary-foreground));
    font-family: Lato, sans-serif;
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: calc(var(--radius) - 4px);
    width: 100%;
}
.uk-list-primary>::marker {
    color: #0165c9 !important;
    font-size: 18px;
}
.bg-primary_80{
    position: relative;
}
.bg-primary_80:before{
    content: '';
    background-color: hsl(var(--primary) / .8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.bg-primary_80 .uk-background-norepeat > div{
    position: relative;
    z-index: 9;
}
.bg-primary_80 .uk-background-norepeat h2{
    color: #fff;
    position: relative;
    z-index: 9;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bg-primary-foreground {
    background-color: hsl(var(--primary-foreground));
}
.hover\:opacity-90:hover {
    opacity: .9;
}
.btn-primary-foreground{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.w-full {
    width: 100%;
}
.scroll-indicator{
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);

    opacity:0;
    animation:fadeIn 0.6s ease forwards;
    animation-delay:1.2s;
    z-index: 9;
}
.rsform-submit-button,
.rsform-submit-button:hover{
    background-color: hsl(var(--primary));
    border-radius: calc(var(--radius) - 4px);
    color: #fff;
}
.rsform-submit-button:hover{
    opacity: 0.9;
}
.form-label {
    font-family: Lato, sans-serif;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
}
/* Khung chuột */
.mouse{
    width:24px;
    height:40px;
    border:2px solid rgba(255,255,255,0.5);
    border-radius:999px;

    display:flex;
    justify-content:center;
    padding-top:8px;

    animation:bounceMouse 2s infinite;
}

/* Chấm bên trong */
.dot{
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(255,255,255,0.7);
}
.sl-hero .uk-dotnav>li:not(.uk-active)>* {
    background: #fff;
}
.ttt-slider-items .el-item,
.ttt-slider-items .el-item img{
    height: 100%;
}
.ttt-slider-items .el-item img{
    border-radius: calc(var(--radius) + 5px);
}
/*.ttt-slider-items .uk-position-center,
.ttt-slider-items .uk-position-center div,
.ttt-slider-items .uk-position-center div a {
    height: 100%;
    width: 100%;
}
.ttt-slider-items .uk-position-center div a{
    display: block;
    border: none;
    text-indent: -10000px;
}
.ttt-slider-items .uk-overlay-primary{
    opacity: 0 !important;
}*/
.tm-toolbar-default {
    background: transparent;
}
.uk-list li{
    margin-top: 0px !important;
}
.ameninities_list .tm-grid-expand > div{
    margin-top: 0 !important;
}
/* Fade in */
@keyframes fadeIn{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

/* Move up/down */
@keyframes bounceMouse{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(10px);
    }
    100%{
        transform:translateY(0);
    }
}
@media (max-width: 960px){
    .text_order_start > div:first-child{
        order: 2;
    }
    .text_order_start > div:last-child{
        order: 1;
    }
}
@media (min-width: 768px){
    .md\:text-sm{
        font-size:.875rem;
        line-height:1.25rem
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

}
@media (min-width: 960px) {
    .ttt-sticky .tm-header-mobile{
        display: block !important;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: transparent;
    }
    .ttt-sticky .tm-header-mobile .uk-navbar-left {
        display: none;
    }
    .ttt-sticky .tm-header-mobile .uk-navbar-container{
        background-color: transparent;
    }
    .ttt-sticky .tm-header-mobile .uk-navbar-toggle{
        background: #fff;
        padding: 22px 20px;
        min-height: 35px;
        height: 35px;
        /*margin-top: 5px;*/
    }
    .ttt-sticky .tm-header-mobile .uk-drop.uk-open {
        display: block;
        max-width: 480px !important;
        left: auto !important;
        right: 0;
        overflow: visible !important;
        max-height: 400px;
    }
    .ttt-sticky .btn-book-now{
        /*        position: fixed;
                top: 5px;
                z-index: 999;
                right: 115px;*/
    }
}
@media (min-width: 1024px) {
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
