/* Start custom CSS for html, class: .elementor-element-6d39e05 */```css
/* =====================================================
   ADVENTURERAMA HEADER
===================================================== */

.ar-header-wrap,
.ar-header-wrap * {
    box-sizing: border-box;
}

.ar-header-wrap {
    position: relative;
    width: 100%;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
}

/* MAIN HEADER */

.ar-header {
    width: 100%;
    min-height: 82px;
    padding: 12px 22px;

    display: flex;
    align-items: center;
    gap: 18px;

    background: linear-gradient(
        135deg,
        #2f1848 0%,
        #391f56 55%,
        #4d2b6d 100%
    );

    border-bottom: 3px solid #ee3a79;

    box-shadow:
        0 10px 28px rgba(30, 14, 45, 0.22),
        0 2px 8px rgba(30, 14, 45, 0.12);
}

/* LOGO */

.ar-logo-link {
    display: flex;
    align-items: center;
    flex: 0 0 auto;

    width: 205px;
    max-width: 205px;

    text-decoration: none !important;
}

.ar-logo {
    display: block !important;

    width: 205px !important;
    max-width: 205px !important;

    height: 52px !important;
    max-height: 52px !important;

    margin: 0 !important;

    object-fit: contain !important;
    object-position: left center;
}

/* DESKTOP NAVIGATION */

.ar-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 3px;
    margin-left: auto;
}

.ar-desktop-nav > a,
.ar-dropdown-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 10px 13px;

    border: 0;
    border-radius: 9px;

    background: transparent;

    color: #ffffff !important;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;
    white-space: nowrap;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.ar-desktop-nav > a:hover,
.ar-dropdown-button:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-1px);
}

/* ACTIVITIES DROPDOWN */

.ar-dropdown {
    position: relative;
}

.ar-dropdown-button {
    appearance: none;
    -webkit-appearance: none;
}

.ar-arrow {
    display: inline-block;

    margin-left: 7px;

    font-size: 9px;
    line-height: 1;

    transition: transform 0.2s ease;
}

.ar-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;

    display: none;

    width: 235px;
    padding: 8px;

    background: #ffffff;

    border: 1px solid rgba(57, 31, 86, 0.12);
    border-radius: 13px;

    box-shadow:
        0 18px 42px rgba(30, 14, 45, 0.24),
        0 4px 12px rgba(30, 14, 45, 0.1);

    z-index: 10000;
}

/* Invisible bridge keeps the gap hoverable */

.ar-dropdown-menu::before {
    content: "";

    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;

    height: 10px;
}

.ar-dropdown:hover .ar-dropdown-menu,
.ar-dropdown:focus-within .ar-dropdown-menu {
    display: block;
}

.ar-dropdown:hover .ar-arrow,
.ar-dropdown:focus-within .ar-arrow {
    transform: rotate(180deg);
}

.ar-dropdown-menu a {
    display: block;

    width: 100%;
    padding: 11px 13px;

    border-radius: 8px;

    color: #391f56 !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        padding-left 0.2s ease;
}

.ar-dropdown-menu a:hover,
.ar-dropdown-menu a:focus-visible {
    padding-left: 17px;

    color: #ffffff !important;
    background: #604580;
}

.ar-dropdown-menu a:focus-visible,
.ar-dropdown-button:focus-visible {
    outline: 3px solid rgba(238, 58, 121, 0.55);
    outline-offset: 2px;
}

/* HEADER BUTTONS */

.ar-header-actions {
    display: flex;
    align-items: center;
    gap: 9px;

    flex: 0 0 auto;
}

.ar-action-button,
.ar-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 11px 18px;

    border-radius: 10px;

    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;

    white-space: nowrap;
    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

/* COMBOS */

.ar-combos-button {
    color: #ffffff;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.52);
}

.ar-combos-button:hover {
    color: #391f56;

    background: #ffffff;
    border-color: #ffffff;

    transform: translateY(-2px);
}

/* BOOK NOW */

.ar-book-button {
    color: #ffffff;

    background: #ee3a79;
    border: 1px solid #ee3a79;

    box-shadow: 0 7px 18px rgba(238, 58, 121, 0.3);
}

.ar-book-button:hover {
    color: #ffffff;

    background: #d92d69;
    border-color: #d92d69;

    transform: translateY(-2px);

    box-shadow: 0 10px 23px rgba(238, 58, 121, 0.38);
}

/* MOBILE MENU BUTTON */

.ar-mobile-menu-button {
    display: none;

    gap: 9px;

    color: #ffffff;

    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ar-mobile-menu-button:hover {
    background: rgba(255, 255, 255, 0.14);
}

/* HAMBURGER ICON */

.ar-menu-icon {
    position: relative;

    display: block;

    width: 18px;
    height: 14px;
}

.ar-menu-icon span {
    position: absolute;
    left: 0;

    display: block;

    width: 18px;
    height: 2px;

    border-radius: 10px;

    background: #ffffff;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

.ar-menu-icon span:nth-child(1) {
    top: 0;
}

.ar-menu-icon span:nth-child(2) {
    top: 6px;
}

.ar-menu-icon span:nth-child(3) {
    top: 12px;
}

.ar-mobile-menu-button[aria-expanded="true"]
.ar-menu-icon span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.ar-mobile-menu-button[aria-expanded="true"]
.ar-menu-icon span:nth-child(2) {
    opacity: 0;
}

.ar-mobile-menu-button[aria-expanded="true"]
.ar-menu-icon span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
}

/* MOBILE MENU */

.ar-mobile-menu {
    display: none;

    width: 100%;
    padding: 12px;

    background: #ffffff;

    border-bottom: 3px solid #ee3a79;

    box-shadow:
        0 15px 35px rgba(30, 14, 45, 0.18);

    animation: arMenuOpen 0.2s ease;
}

.ar-mobile-menu.ar-mobile-menu-open {
    display: block;
}

@keyframes arMenuOpen {
    from {
        opacity: 0;
        transform: translateY(-7px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ar-mobile-menu > a {
    display: block;

    width: 100%;
    padding: 12px 14px;
    margin: 2px 0;

    border-radius: 9px;

    color: #391f56 !important;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.ar-mobile-menu > a:hover {
    color: #ffffff !important;
    background: #604580;
}

.ar-mobile-label {
    margin: 8px 4px 5px;
    padding: 8px 10px;

    color: #8b7899;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ar-mobile-divider {
    height: 1px;

    margin: 9px 4px;

    background: #e9e1ef;
}

/* MOBILE CHECKOUT BUTTONS */

.ar-mobile-checkout {
    display: block;

    width: 100%;
    min-height: 46px;

    margin-top: 8px;
    padding: 12px 14px;

    border-radius: 9px;

    font-family: inherit;
    font-size: 15px;
    font-weight: 800;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.ar-mobile-combos {
    color: #391f56;

    background: #f1ebf6;
    border: 1px solid #ddd1e7;
}

.ar-mobile-combos:hover {
    color: #ffffff;

    background: #604580;
    border-color: #604580;
}

.ar-mobile-book {
    color: #ffffff;

    background: #ee3a79;
    border: 1px solid #ee3a79;
}

.ar-mobile-book:hover {
    background: #d92d69;
    border-color: #d92d69;
}

/* MEDIUM DESKTOP */

@media (max-width: 1180px) {
    .ar-header {
        padding-left: 16px;
        padding-right: 16px;

        gap: 12px;
    }

    .ar-logo-link {
        width: 170px;
        max-width: 170px;
    }

    .ar-logo {
        width: 170px !important;
        max-width: 170px !important;

        height: 44px !important;
        max-height: 44px !important;
    }

    .ar-desktop-nav > a,
    .ar-dropdown-button {
        padding-left: 9px;
        padding-right: 9px;

        font-size: 14px;
    }

    .ar-action-button {
        padding-left: 13px;
        padding-right: 13px;
    }
}

/* TABLET AND MOBILE */

@media (max-width: 980px) {
    .ar-header {
        min-height: 72px;
        padding: 10px 14px;
    }

    .ar-desktop-nav {
        display: none;
    }

    .ar-header-actions {
        margin-left: auto;
    }

    .ar-header-actions .ar-action-button {
        display: none;
    }

    .ar-mobile-menu-button {
        display: inline-flex;
    }

    .ar-logo-link {
        width: 165px;
        max-width: 165px;
    }

    .ar-logo {
        width: 165px !important;
        max-width: 165px !important;

        height: 44px !important;
        max-height: 44px !important;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
    .ar-header {
        min-height: 66px;
        padding: 9px 11px;
    }

    .ar-logo-link {
        width: 140px;
        max-width: 140px;
    }

    .ar-logo {
        width: 140px !important;
        max-width: 140px !important;

        height: 39px !important;
        max-height: 39px !important;
    }

    .ar-mobile-menu-button {
        min-height: 42px;
        padding: 9px 12px;

        font-size: 14px;
    }

    .ar-mobile-menu {
        padding: 9px;
    }
}

@media (max-width: 360px) {
    .ar-menu-text {
        display: none;
    }

    .ar-mobile-menu-button {
        width: 44px;
        padding: 0;
    }
}
```/* End custom CSS */