@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(./base.css);
@import url(./easings.css);

@layer General, Presets, Utils, Container, FlexSystem, Block, Button, Scroller;


:root {
    --clr-primary-hsl: 204, 78%, 45%;
    --clr-primary-main: #a8a963;
    --clr-primary-dark: #929255;
    --clr-primary-light: #edeee0;
    --clr-primary-text: #2c2c16;

    --clr-secondary-main: #467f5b;
    --clr-secondary-dark: #3c6e4e;
    --clr-secondary-light: #e2ebe5;
    --clr-secondary-text: #152d1e;
    --clr-secondary-hsl: 291, 64%, 42%;

    --clr-error: #d32f2f;
    --clr-warning: #b76e00;
    --clr-success: #66bb6a;
    --clr-info: #0c8ce9;
    --fz-1: clamp(1.5rem, 1.75vw + 0.725rem, 2rem);
    --fz-2: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);
    --fz-3: clamp(1rem, 1.25vw + 0.25rem, 1.25rem);
    --clr-black: #000;
    --clr-dark: #101010;
    --clr-body: #1a1a1a;
    --clr-white: #fff;
    --clr-gray: #808080;
    --clr-gray-100: #f8f8f8;
    --clr-gray-200: #f2f2f2;
    --clr-gray-300: #ededed;
    --clr-gray-400: #d8d8d8;
    --clr-gray-500: #ccc;
    --clr-gray-600: #bfbfbf;
    --clr-gray-700: #a1a1a1;
    --clr-gray-800: #9d9d9d;
    --clr-gray-900: #637381;
    --clr-auto: hsl(0, 0%, 0%, 5%);
    --clr-link: #646cff;
    --clr-link-hover: #535bf2;
    --font-base: system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    --font-title: "Playfair Display", var(--font-base);
    --font-body: "Poppins", var(--font-base);
    --smooth-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
        0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
        0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015),
        0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
        0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
        0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
        0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
    --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    --elevation-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px -1px 1px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px -2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    --elevation-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px -3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --elevation-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px -4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --elevation-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px -6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    --elevation-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px -8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --elevation-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px -12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --elevation-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px -16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --elevation-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px -24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    --clamp-btn: clamp(1em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
    --clamp-box: clamp(1rem, 3vw, 1.25rem);
    --overlay-linear: linear-gradient(hsl(0, 0%, 0%, 85%), hsl(0, 0%, 0%, 85%));
    --block-spacing: clamp(2.5rem, 3vw + 1rem, 3.5rem);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: optimizeSpeed;
    --clr-bg: hsl(0, 0%, 0%, 5%);
    --clr-border: hsl(0, 0%, 0%, 10%);
    --body-bg: var(--clr-white);
}

[data-theme="dark"] {
    --body-bg: var(--clr-dark);
    --clr-bg: hsl(0, 0%, 100%, 5%);
    --clr-border: hsl(0, 0%, 100%, 10%);
    --clr-body: #1a1a1a;
    --clr-auto: hsl(0, 0%, 100%, 5%);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}



body {
    visibility: hidden;
    transition: 300ms;
    opacity: 0;
}

body.CE-200 {
    visibility: visible;
    opacity: 1;
}




/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/

/* .back-to-top {
    position: fixed;
    right: clamp(15px, 3vw, 24px);
    bottom: clamp(15px, 3vw, 24px);
    display: grid;
    place-items: center;
}

.back-to-top>* {
    grid-area: 1 / -1;
}

.back-to-top svg {
    transform: rotate(-90deg);
}

.back-to-top svg circle {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 3px;
    stroke-linecap: round;
    fill: transparent;
    width: 100%;
}

.back-to-top svg .progress-bar {
    stroke: url(#grad);
    fill: #fff;
    transition: stroke-dashoffset 0s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.back-to-top .pct {
    color: var(--clr-dark);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    margin: 0;
    font-size: 14px;
    z-index: 1;
} */

::selection {
    background-color: var(--clr-primary-dark);
    color: var(--clr-primary-light);
}




/*=============================================
=            Form-Control            =
=============================================*/

.Form-root .row {
    row-gap: 1.5rem;
}

.FormControl-root {
    --_size-y: 50px;
    --_size-x: 100%;
    --_rounded: 0.25em;
    --_fz: 1rem;
    --_fz-shrink: 0.725rem;
    --_autofill-bg: hsl(var(--clr-primary-hsl), 10%);
    --_autofill-color: var(--clr-primary-text);
    position: relative;
    isolation: isolate;
}

.FormControl-group .FormControl-error {
    color: var(--clr-error);
    font-size: 80%;
}

.FormControl-root.FormControl-required :is(.FormControl-label, legend) {
    contain: layout;
}

.FormControl-root.FormControl-required :is(.FormControl-label, legend)::after {
    content: "*";
    color: var(--clr-error);
}

.FormControl-root.FormControl-invalid {
    color: var(--clr-error);
    border-color: var(--clr-error);
}

.FormControl-root .FormControl-label {
    position: absolute;
    inset: 0;
    text-indent: 1rem;
    font-size: var(--_fz);
    transition: 500ms cubic-bezier(0.175, 0.92, 0.165, 1);
    pointer-events: none;
    height: var(--_size-y);
    line-height: var(--_size-y);
}

.FormControl-root.FormControl-shrink .FormControl-label {
    /* .FormControl-root:has(.InputBase-input:not(:placeholder-shown), .InputBase-input:-webkit-autofill) .FormControl-label { */
    transform: translateY(-50%);
    font-size: var(--_fz-shrink);
}

.FormControl-root .InputBase-root {
    display: grid;
}

.FormControl-root .InputBase-root>* {
    grid-area: 1 / -1;
}

.FormControl-root .InputBase-input {
    padding: 0.5rem 1rem;
    margin: 0;
    border: none;
    outline: none;
    height: var(--_size-y);
    box-sizing: border-box;
    font-size: 1rem;
    background-color: transparent;
    font-family: var(--font-body);
    color: inherit;
}

.FormControl-root .InputBase-input::placeholder {
    color: transparent;
    transition: 200ms ease;
}

.FormControl-root.FormControl-shrink .InputBase-input::placeholder {
    color: inherit;
}

.FormControl-root select.InputBase-input {
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.FormControl-root select.InputBase-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1rem 1rem;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
}

.FormControl-root select.InputBase-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
    background-size: 1rem 1rem;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
}

.FormControl-root .InputBase-input option {
    font-size: initial;
    color: initial;
}

.FormControl-root .InputBase-input:-webkit-autofill {
    box-shadow: inset 0 0 0 100px var(--_autofill-bg) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--_autofill-color);
    color: var(--_autofill-color)
}

.FormControl-root fieldset {
    border: 1px solid currentColor;
    padding-inline: 0.5rem;
    position: absolute;
    inset: -0.5rem 0 0 0;
    pointer-events: none;
    height: calc(100% + 0.5rem);
    opacity: 0.5;
    box-sizing: border-box;
}

.FormControl-root:is(:hover, .FormControl-shrink) fieldset {
    opacity: 1;
}

.FormControl-root legend {
    all: revert-layer;
    margin: 0;
    font-size: 0;
    padding-inline: 0;
    height: 1rem;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    box-sizing: border-box;
    transition: 500ms cubic-bezier(0.175, 0.92, 0.165, 1);
}

.FormControl-root.FormControl-shrink legend {
    width: auto;
    padding-inline: 0.5rem;
    font-size: var(--_fz-shrink);
}

.FormControl-root :is(.InputBase-input, fieldset) {
    width: 100%;
    border-radius: var(--_rounded, 0);
    -webkit-border-radius: var(--_rounded, 0);
    -moz-border-radius: var(--_rounded, 0);
    -ms-border-radius: var(--_rounded, 0);
    -o-border-radius: var(--_rounded, 0);
}

.FormControl-root:not(.FormControl-shrink) .InputBase-input:is([type="date"], select) {
    /* font-size: 0px; */
    color: transparent;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: none;
    -moz-appearance: textfield;
}



.Adornment-root {
    display: flex;
}

.Adornment-item {
    aspect-ratio: 1;
    height: 100%;
    display: grid;
    place-content: center;
}


/*=====  End of Form-Control  ======*/








.Tooltip-root {
    position: fixed;
    padding: 6px 10px;
    background: rgba(17, 17, 17, 0.92);
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 140ms ease, transform 140ms ease;
    z-index: 9999;
    max-width: 220px;
}

.Tooltip-show {
    opacity: 1;
    transform: scale(1);
}




iconify-icon,
*::part(icon) {
    font-size: 1.5rem;
}





/* Header */

.Navbar-root {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.Navbar-brand {
    width: 100%;
    max-width: min(40%, 140px);
    align-self: center;
    background-image: unset;
}

.Navbar-actions li>* {
    display: block;
    height: 100%;
}

.Navbar-actions li>*::part(root) {
    height: 100%;
}

.Navbar-root>.Navbar-nav,
.Navbar-actions {
    display: flex;
}

.Navbar-root .Navbar-link {
    padding: clamp(0.7em, 1.36vw, 1em);
    font-weight: 400;
    display: block;
    font-size: clamp(15px, 1.36vw, 18px);
    text-transform: uppercase;
    font-family: var(--font-title);
}

.Navbar-root .Navbar-link[aria-current="page"] {
    background-size: 100% 2px;
}

.Navbar-action-support .Navbar-nav {
    position: absolute;
    display: none;
}

.Navbar-action-support ui-button::part(root) {
    font-weight: 400;
    gap: 0.5rem;
}

#ekit-megamenu-header-menu a {
    background-position: left bottom;
}














/* Footer-root */
.Footer-root {
    background-color: var(--clr-black);
    color: var(--clr-white);
}

.Footer-root ui-flex {
    padding-block: var(--block-spacing);
}

.Footer-root :is(span, p, a) {
    font-size: 80%;
}

.Footer-root a {
    font-weight: 400;
    color: inherit;
}

.Footer-root .Widget-root a {
    background-position: left bottom;
}

.Footer-more {
    padding-block-end: 1.5rem;
}

.Footer-more .Footer-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Footer-more .Footer-row:not(:last-child) {
    margin-block-end: 1rem;
    padding-block-end: 1rem;
    border-bottom: 0.25rem solid currentColor;
}

.Footer-more .Navbar-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


.Widget-title>* {
    font-size: clamp(1.25rem, 1.25vw + 0.5rem, 20px);
    color: var(--clr-white);
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.Footer-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}




.Posts-grid.Posts-destinations {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        "a a a b b b"
        "a a a c c c"
        "d d e e f f"
    ;
}
.Posts-grid.Posts-destinations > * {
    contain: paint;
    border-radius: 27px;
}
.Posts-grid.Posts-destinations .Figure-thumb img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}
.Posts-grid.Posts-destinations >:first-child {
    grid-area: a;
    height: 597px;
}
.Posts-grid.Posts-destinations >:first-child .Figure-caption .Block-heading > * {
    font-size: 35px;
}
.Posts-grid.Posts-destinations >:nth-child(2) {
    grid-area: b;
    height: 286px;
}
.Posts-grid.Posts-destinations >:nth-child(3) {
    grid-area: c;
    height: 286px;
}
.Posts-grid.Posts-destinations >:nth-child(4) {
    grid-area: d;
    height: 260px;
}
.Posts-grid.Posts-destinations >:nth-child(5) {
    grid-area: e;
    height: 260px;
}
.Posts-grid.Posts-destinations >:nth-child(6) {
    grid-area: f;
    height: 260px;
}
.Posts-grid.Posts-destinations .Figure-caption {
    padding: 1.5rem;
    color: var(--clr-primary-light);
    height: 100%;
    align-content: end;
}
.Posts-grid.Posts-destinations .Figure-caption .Block-heading > * {
    color: var(--clr-primary-light);
    font-family: var(--font-body);
}
.Post-tours {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.Post-tours iconify-icon {
    color: var(--clr-primary-main);
}






.Posts-wrapper.Posts-thumbs {
    display: flex;
    gap: 1rem;
}
.Posts-wrapper.Posts-thumbs > * {
    flex: 1;
}
.Posts-thumbs .Paper-destination {
    border-radius: 82px;
    height: 317px;
    contain: paint;
}
.Posts-thumbs .Paper-destination :is(.Figure-thumb, .Figure-thumb img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.Posts-wrapper.Posts-card .Paper-destination{
    contain: paint;
    height: 329px;
    border-radius: 20px;
}
.Posts-wrapper.Posts-card .Paper-destination .Figure-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.Posts-wrapper.Posts-card .Paper-destination .Figure-caption {
    height: 100%;
    align-content: end;
    padding: 1.5rem;
    color: var(--clr-primary-light);
    border-image: fill 0 linear-gradient(to top, #000, transparent);
}
.Posts-wrapper.Posts-card .Paper-destination .Figure-caption .Block-heading > * {
    color: var(--clr-primary-light);
    text-transform: uppercase;
}





.Posts-posts .Paper-post {
    border: 1px solid #eee;
    border-radius: 8px;
    height: 100%;
    contain: paint;
    display: grid;
    grid-template-rows: auto 1fr;
}
.Posts-posts .Paper-post .Figure-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    contain: layout;
}
.Posts-posts .Paper-post .Figure-thumb .Post-date {
    position: absolute;
    z-index: 2;
    inset: 1.5rem auto auto 1.5rem;
    display: grid;
    text-align: center;
    color: var(--clr-primary-light);
    background-color: var(--clr-primary-main);
    padding: 0.725rem 1rem;
    border-radius: 4px;
}
.Posts-posts .Paper-post .Figure-thumb .Post-date >:first-child {
    font-weight: 600;
}
.Posts-posts .Paper-post .Figure-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Posts-posts .Paper-post .Figure-caption {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}
.Posts-posts .Paper-post .Figure-caption .Block-heading > * {
    font-size: 19px;
    font-family: var(--font-body);
    margin-block: 0.575rem;
}
.Posts-posts .Paper-post .Figure-caption .Post-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    font-weight: 600;
    color: var(--clr-body);
}
.Posts-posts .Paper-post .Figure-caption .Post-author-avatar {
    border-radius: 50%;
    contain: paint;
}






#Header-root {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 999;
}

ul#menu-header-menu {
    max-width: max-content;
    margin-inline: auto;
    background-color: hsl(0, 0%, 100%, 70%);
    border-radius: 100vmax;
    padding: 4px;
    gap: 0.25rem;
    backdrop-filter: blur(1rem);
}
ul#menu-header-menu > li > a {
    border-radius: 100vmax;
    padding: 14px 30px;
    display: block;
    background-image: unset;
    border: 1px solid #fff;
    color: #000;
    font-weight: 400;
}
ul#menu-header-menu > li.active > a {
    background-color: #fff;
    background-color: hsl(0, 0%, 100%);
}
ul#menu-header-menu > li:not(.active):hover > a {
    background-color: hsl(0, 0%, 100%, 40%);
}


#Header-root ui-button::part(root) {
    padding: 8px 8px 8px 24px;
}
#Header-root ui-button::part(icon) {
    background-color: var(--clr-primary-main);
    color: var(--clr-primary-light);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}


.Banner-tabs {
    border: 1px solid #fff;
    border-radius: 100vmax;
    background-color: hsl(0, 0%, 100%, 10%);
    backdrop-filter: blur(0.5rem);
    max-width: max-content;
    gap: 0.25rem;
}
.Banner-tabs ui-button::part(root) {
    gap: 0.5rem;
    font-weight: 400;
}

.Banner-form {
    border-radius: 15px;
}
.Banner-form > *:not(:last-child) {
    border-right: 1px solid #eee;
}
.Banner-form h3 {
    font-family: var(--font-body);
    font-size: 17px;
    margin-bottom: 0.25em;
    font-weight: 500;
}
.Banner-form p {
    font-size: 14px;
    color: #A8A8A8;
}
.Banner-form ui-button::part(root) {
    border-radius: 8px;
    background-color: #505038;
    padding: 6px;
    padding-left: 24px;
}
.Banner-form ui-button::part(icon) {
    background-color: #ebe6d2;
    color: #505038;
    width: 50px;
    height: 46px;
    border-radius: 4px;
    display: grid;
    place-content: center;
}


.Destination-tabs >:not(:first-child) ui-button::part(root) {
    box-shadow: unset;
    background-color: #e5e1c8;
}