:root {
    --font-color: #6D7CA3;
    --star-color: #FFB321;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

.text--primary {
    color: var(--pink) !important;
}

.font--color {
    color: var(--font-color);
}

.bg__light-blue {
    background: #F6F3FC;
}

.bg__red {
    background: #FF2828 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn--primary,
.btn--secondary,
.btn--primary__outline,
.btn--primary__muted,
.btn__border--btn {
    height: 100%;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    line-height: 16px;
    height: 42px;
}

.btn--primary {
    border-radius: 50px;
    background-color: var(--pink);
    color: var(--white);
    border-width: 0;
}

.btn--primary:hover {
    color: var(--white);
}

.btn--secondary {
    border-radius: 50px;
    background-color: #F4F4F5;
    color: var(--black);
}

.btn--secondary i {
    display: inline-block;
    transition: all 0.3s;
}

.btn--secondary:hover i {
    transform: translateX(4px);
}

.btn--secondary:hover {
    color: var(--black);
}

.btn--primary__outline {
    border-radius: 8px;
    background-color: transparent;
    color: var(--black);
    border: 1px solid;
    display: flex;
    gap: 4px;
    padding: 0.5rem 1rem;
}

.btn--primary__outline:hover {
    color: var(--black);
}

.btn-bg-red:hover {
    background: var(--red) !important;
    color: var(--white) !important;
}

.btn-bg-red:hover i {
    color: var(--white) !important;
}

.btn--primary__muted {
    border-radius: 50px;
    background-color: #E3EFFE;
    color: var(--pink);
    border-width: 0;
    white-space: nowrap;
}

.btn__primary--light {
    background: #F5F6FD !important;
}

.btn__border--btn {
    border-radius: 9999px !important;
    border: 1px solid lightgray !important;
}

.btn__border--btn:hover {
    outline: 1px solid var(--black) !important;
}

.btn__secondary--outline {
    color: var(--black);
    font-weight: 600;
    border: 1px solid lightgray;
    border-radius: 50px;
    padding: 8px 16px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.font-family-inherit {
    font-family: inherit !important;
}

h2.h2.fw-700 {
    color: var(--pink);
}

.sub__heading {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

.sub__heading p strong {
    font-weight: 700;
}

.cursor-pointer {
    cursor: pointer;
}

.card__tag {
    padding: 7px 12px;
    border-radius: 0 6px 6px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
}

.card__tag.tag--sell-out {
    background: var(--black);
    color: var(--white);
}

.card__tag.tag--best-seller {
    background: var(--pink);
    color: var(--white);
}

.card__tag.tag--top-rated {
    background: #9CCF9D;
    color: var(--white);
}

.card__tag.tag--top-picks {
    background-color: #F8D448;
    color: #051036;
}

.card__tag.tag--date {
    background: #FF2828;
    color: var(--white);
    position: absolute;
    bottom: 20px;
    left: 0;
}

.owl-dots {
    display: none;
}

.awe-booking .hh-carousel.nav-style2.carousel__dotted-navigation .owl-nav .next,
.awe-booking .hh-carousel.nav-style2.carousel__dotted-navigation .owl-nav .prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: unset;
    opacity: 1;
    background: transparent;
    box-shadow: unset;
    margin: 0;
}

.carousel__dotted-navigation .owl-nav {
    position: absolute !important;
    top: -40px;
    right: 0;
    bottom: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.carousel__dotted-navigation .owl-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.carousel__dotted-navigation .owl-dots .owl-dot.active {
    height: 8px;
    width: 8px;
    background: var(--pink);
}

.carousel__dotted-navigation .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    border-radius: 20px;
    background: #DDDDDD;
    border: unset;
    transition: all 0.3s;
}

.btn--primary__outline svg {
    height: 14px;
    width: 14px;
}

.admin-bar {
    position: relative;
    z-index: 2;
}


#date-collapse .always-calendar.show-calendar {
    padding: 0;
}

#date-collapse .calendar.left.single {
    padding: 6px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-shadow: 4px 8px 10px #00000010;
}



.awe-booking nav[aria-label="breadcrumb"] {
    font-weight: 600;
}

#header-sticky-wrapper #header.header {
    background: transparent;
}

#header-sticky-wrapper.is-sticky #header.header {
    background: var(--white);
}

.awe-booking #header .header--more__menu .more--icon img {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    cursor: pointer;
}

.awe-booking #header .header--more__menu .close--icon {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    display: grid;
    place-content: center;
    border-radius: 4px;
    background: #ffcece;
    cursor: pointer;
}

#header.header .dropdownMore {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    transform: translate3d(30px, -17px, 0) !important;
    height: 100vh;
    min-width: 580px;
    max-width: 580px;
    overflow: auto;
}

.awe-booking #header .header--more__menu .logo {
    line-height: unset;
    flex: 1;
}

.awe-booking #header .header--more__menu .logo .img-logo {
    width: 100px;
    object-fit: contain;
}

#header.header .dropdownMore .header .language a {
    font-size: 18px;
    font-weight: 500;
}

#header.header .dropdownMore .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #f2f2f2;
    margin: 1rem 0;
}

#header.header .dropdownMore .login__style img {
    height: 56px;
    width: 56px;
    min-height: 56px;
    min-width: 56px;
    border-radius: 100px;
}

#header.header .dropdownMore .login__style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 10px;
}

#header.header .dropdownMore .quick__links--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#header.header .dropdownMore .contact__us--container .icon {
    width: 24px;
    text-align: center;
}

#header.header .dropdownMore .login__style .info {
    flex: 1;
    margin-left: 10px;
}

#header.header .dropdownMore .login__style .info .name {
    margin: 0;
}

#header.header .dropdownMore .login__style .info .location {
    margin: 0;
    font-weight: 400;
}

#header.header .dropdownMore .quick__links .item .link {
    font-weight: 300;
    font-size: 15px;
}

#header.header .dropdownMore .quick__links .item {
    color: var(--black);
}

#header.header .dropdownMore .quick__links .item:hover {
    color: var(--pink);
}

#header.header .dropdownMore .quick__links .item .icon {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 12px;
    margin-right: 12px;
}

#header.header .dropdownMore .quick__links .item .icon svg {
    height: 40px;
    width: 40px;
}

#header.header .dropdownMore .contact__us--container h3 svg {
    height: 32px;
    width: 32px;
}

.awe-booking #header.header {
    z-index: 999;
}

.awe-booking #header #site-navigation .main-menu li .sub-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1, 1fr);
    border: unset !important;
    padding: 8px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    z-index: 9;
}

.awe-booking #header #site-navigation .main-menu li .sub-menu li:nth-child(-n+8) {
    grid-column: 1;
    border-right: 1px solid #eeeeee;
}

.awe-booking #header #site-navigation .main-menu li .sub-menu li:nth-child(n+9) {
    grid-column: 2;
}

.awe-booking #header #logo {
    max-width: 130px;
}

.awe-booking #header #site-navigation .main-menu li {
    padding: 0 25px;
}

.awe-booking #header #site-navigation .main-menu li a {
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.awe-booking #header.header {
    justify-content: space-between;
}

.awe-booking #header #site-navigation {
    width: auto;
    z-index: 9;
}

.awe-booking #header #right-navigation {
    position: static;
    transform: unset;
    z-index: 999;
}

.awe-booking #header #right-navigation ul li .nav-item {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.awe-booking #header.header #site-navigation .main-menu li.current-menu-item>a:before {
    width: 20px;
}

.awe-booking #header.header #site-navigation .main-menu li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    border-radius: 2px;
    background-color: var(--pink);
    transition: all 0.3s;
}

.awe-booking #header.header #site-navigation .main-menu li>a:hover:before {
    width: 20px;
}

@media (max-width: 991px) {
    .awe-booking #header #right-navigation ul li .nav-item {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1280px) {
    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item {
        min-width: 200px !important;
    }
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section {
    /* background-image: url('images/bg-img.jpg') ; */
    margin-top: -100px;
    /* padding: 0 0 50px; */
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    z-index: 2;
    position: relative;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hero__section--background svg {
    /* height: 100vh;
    width: 100%; */
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hero__section--background {
    position: absolute;
    top: 0;
    z-index: -1;
}

.awe-booking #header.header {
    border-bottom: 0;
}

.filter-section .custom-control-label {
    font-weight: 500;
}

.filter-section #search_location {
    border-radius: 8px;
    font-weight: 500;
}

.filter-section #search_location:focus {
    outline: 1px solid var(--pink);
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--pink);
    border-color: var(--pink);
    background-color: var(--pink);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 .15rem rgb(24 114 232 / 31%);
}

.filter-section .date-wrapper {
    border-radius: 8px;
    background: var(--white);
    padding: 0 1rem;
}

.filter-section .date-wrapper .check-in-render {
    padding: 1rem 0 !important;
    width: unset;
}

.filter-section .date-wrapper .check-out-render {
    padding: 1rem 0 !important;
}

.filter-section select.form-control {
    font-weight: 600;
    border-radius: 8px;
}

.filter-section label.fw-600 {
    letter-spacing: 0.5px;
}

#advancedFilters .filter-section i {
    transition: all 0.3s;
}

#advancedFilters .filter-section .collapsed i {
    transform: rotate(-90deg);
}

.hero__heading--container .hero__heading {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    padding-top: 100px;
}

.hero__heading--container .hero__heading span {
    color: var(--pink);
}

.hero__heading--container .hero__heading span.typed-cursor {
    font-weight: 400;
}

.hero__heading--container .hero__heading--sub {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form {
    background: transparent;
    width: unset !important;
    padding: 0;
    padding-top: 130px;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form {
    background: var(--white);
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 2rem;
    position: absolute;
    top: 0;
    width: auto;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-right: 1px solid #D9D9D9;
    padding-right: 1rem;
    min-width: 250px;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item:last-of-type {
    min-width: auto;
    padding-right: 0;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item button.hero__form--icon svg {
    height: 24px;
    width: 24px;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item button.hero__form--icon {
    background: transparent;
    border: 0;
    padding: 0 1rem;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item button.hero__form--icon.icon--search {
    padding: 1.8rem 2.5rem;
    border-radius: 0 8px 8px 0;
    background: #FF2828;
    margin-left: 1rem;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item:last-of-type {
    border-right-width: 0;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item label {
    color: var(--secondary);
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item .date-wrapper {
    border: 0;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item .input--place input {
    padding: 0;
    border: 0 !important;
}

.awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item .input--place input:focus-visible {
    outline: unset !important;
}

.awe-booking .mapboxgl-ctrl-geocoder {
    min-width: auto;
}

.awe-booking .input--place input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.awe-booking .date-wrapper .check-in-render,
.awe-booking .date-wrapper .check-out-render {
    font-weight: 500;
}

.hero__img--container {
    position: relative;
    height: 100%;
    margin-top: 40px;
    padding-top: 80px;
}

.hero__img--container .hero__form--first img,
.hero__img--container .hero__form--second img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero__img--container .hero__form--first,
.hero__img--container .hero__form--second {
    position: absolute;
    border: 10px solid #ffffff;
    outline: 1px solid #D9D9D9;
}

.hero__img--container .hero__form--first {
    left: 0;
    bottom: 0;
    height: 60%;
    width: 60%;
    z-index: 2;
    border-bottom-left-radius: 75%;
    overflow: hidden;
}

.hero__img--container .hero__form--second {
    right: 0;
    top: 0;
    height: 80%;
    width: 80%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    overflow: hidden;
}

.hero__img--container .hero__form--third {
    position: absolute;
    right: 10%;
    bottom: 5%;
    height: 120px;
}


/* ----------EXPERIENCE TYPE----------*/
.awe-booking .hh-list-terms .hh-term-item.experience__type-item {
    position: relative;
    background: #F8F9FD;
    padding: 2rem 1rem;
    border: unset;
    border-radius: 10px;
    box-shadow: unset;
    overflow: hidden;
    transition: all 0.3s;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--pink);
    transition: all 0.5s;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item:hover::after {
    height: 100%;
    z-index: 0;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item:hover .experience__type-img img {
    filter: invert(1) brightness(1000%);
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item:hover h4.experience__type-title {
    color: var(--white);
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item:hover p.experience__type-tours {
    background: var(--white);
    color: var(--pink);
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item .experience__type-img {
    height: 32px;
    width: auto;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item .experience__type-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item h4.experience__type-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
}

.awe-booking .hh-list-terms .hh-term-item.experience__type-item p.experience__type-tours {
    margin: 0;
    background: var(--pink);
    color: var(--white);
    font-size: 12px;
    border-radius: 6px;
    padding: 2px 12px;
    font-weight: 600;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}

/*------------PRODUCT ITEM CARD----------*/
.experience__product-item {
    position: relative;
}

.experience__product-item .detail .duration {
    margin-top: 6px;
    color: var(--secondary) !important;
    font-weight: 500 !important;
}

.experience__product-item .detail .title__container {
    height: 82px;
}

.experience__product-item .detail .title {
    color: #233C56 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    background-image: linear-gradient(transparent 24px, black 20px);
    background-repeat: no-repeat;
    background-size: 0;
    padding-bottom: 3px;
    display: inline !important;
    overflow: hidden;

    transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.experience__product-item:hover .detail .title {
    background-size: 100%;
}


.experience__product-item .detail .address {
    font-size: 0.8rem !important;
    color: var(--secondary);
}

.experience__product-item .count-reviews {
    background: var(--pink);
    font-weight: 600;
    color: var(--white);
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.experience__product-item .price-wrapper .unit {
    font-weight: 500;
    color: var(--secondary);
}

.experience__product-item .price-wrapper .unit .price {
    font-weight: 600;
    color: #233C56;
}

.call-to-action {
    border-radius: 16px;
    padding: 80px;
}

.call-to-action .main-text {
    color: var(--black);
    line-height: 1.3;
    font-weight: 700;
}

.call-to-action .sub-text {
    color: var(--secondary);
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 4px;
}

.call-to-action a.btn {
    position: static;
    transform: unset;
}

.call-to-action a.btn:hover {
    color: var(--white);
}

.explore__events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;
}

.explore__events-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.explore__events-grid img:nth-child(1) {
    grid-column: 1;
    grid-row: 2 / 5;
}


.explore__events-grid img:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 4;
}

.explore__events-grid img:nth-child(3) {
    grid-column: 2;
    grid-row: 4 / 6;
}


.explore__events-grid img:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 3;
}

.explore__events-grid img:nth-child(5) {
    grid-column: 3;
    grid-row: 3 / 6;
}


/* ------------FEATURED LIST---------------- */
.hh-service-item.experience__featured-list {
    background: var(--white) !important;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px !important;
    overflow: hidden;
}

.hh-service-item.experience__featured-list .detail {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem 1rem 0 !important;
}

.hh-service-item.experience__featured-list .tag--date {
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 4px;
    left: 15px;
    bottom: 15px;
}

.hh-service-item.experience.list .thumbnail-inner {
    transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s !important;
}

.hh-service-item.experience.list:hover .thumbnail-inner {
    transform: scale3d(1.1, 1.1, 1.1);
}

.hh-service-item.experience.list .thumbnail .thumbnail-outer:hover .thumbnail-inner {
    transform: unset !important;
}

.hh-service-item.experience__featured-list .detail .footer-content {
    position: static !important;
    margin-top: auto;
    border-top: 1px solid #E5E5E5;
    padding-top: 6px;
    padding-right: 0 !important;
}

.hh-service-item.experience__featured-list .detail .footer-content .price-wrapper {
    color: var(--secondary);
    font-weight: 500;
}

.hh-service-item.experience__featured-list .detail .footer-content .price-wrapper .price {
    color: var(--black) !important;
    font-weight: 600 !important;
    margin-left: 8px;
}

.hh-service-item.experience__featured-list .detail .footer-content .count-reviews {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 4px;
}

.hh-service-item.experience__featured-list .detail .address,
.hh-service-item.experience__featured-list .detail .duration {
    color: var(--secondary);
    font-size: 0.8rem !important;
    font-weight: 500;
}

.hh-service-item.experience__featured-list .detail .address i svg {
    height: 15px;
    margin-right: 4px;
}

.hh-service-item.experience__featured-list .detail .duration i svg {
    width: 15px;
    margin-right: 4px;
}

.hh-service-item.experience__featured-list .detail .title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.hh-service-item.experience__featured-list .detail .title:hover {
    color: var(--pink);
}

.hh-service-item.experience__featured-list .thumbnail .thumbnail-outer,
.hh-service-item.experience__featured-list .thumbnail .thumbnail-outer .thumbnail-inner img {
    border-radius: 0 !important;
}

.hh-service-item.experience__featured-list .experience__tag--fav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.hh-service-item.experience__featured-list .experience__tag--fav .experience__tag {
    padding: 6px 8px;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.hh-service-item.experience__featured-list .experience__tag--fav .experience__favourite {
    height: 28px;
    min-height: 28px;
    width: 28px;
    min-width: 28px;
    border-radius: 50px;
    background: #00000035;
    display: grid;
    place-content: center;
    color: #ffffff;
}


.experience__destinations-slide .owl-carousel .owl-stage {
    display: flex;
}

.experience__destinations-slide .item {
    width: 200px;
    height: 500px;
    -webkit-box-flex: 0;
    transition: all 0.3s ease;
}

.experience__destinations-slide .item.active {
    width: 400px;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .hh-destination-item .thumbnail .thumbnail-outer {
    height: 500px;
    padding: 0 !important;
}

.awe-booking .hh-list-destinations .hh-destination-item .thumbnail .detail h2:after {
    content: unset !important;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .hh-destination-item .thumbnail .thumbnail-outer .thumbnail-inner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.2%, rgba(0, 0, 0, 0.8) 100%);
}

.awe-booking .hh-list-destinations .hh-destination-item .thumbnail .detail h2,
.awe-booking .hh-list-destinations .hh-destination-item .thumbnail .detail-abs h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    white-space: nowrap;
    margin: 0 !important;
}

.awe-booking .hh-list-destinations .hh-destination-item .thumbnail .detail p.tours,
.awe-booking .hh-list-destinations .hh-destination-item .thumbnail .detail-abs p.tours {
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .hh-destination-item .thumbnail .detail {
    width: unset;
    position: absolute;
    top: unset;
    bottom: 125px;
    left: -15%;
    background: transparent;
    z-index: 99;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .item.active .hh-destination-item .thumbnail .detail {
    opacity: 0;
    visibility: hidden;
    left: -100%;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .hh-destination-item .thumbnail .detail-abs {
    position: absolute;
    bottom: -10%;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 16px;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.3s ease;
}

.awe-booking .hh-list-destinations .experience__destinations-slide .item.active .hh-destination-item .thumbnail .detail-abs {
    opacity: 1;
    visibility: visible;
    bottom: 16px;
}


.experience__blog-slide .hh-blog-item.style-2 {
    position: relative;
}

.experience__blog-slide .hh-blog-item.style-2 a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.experience__blog-slide .hh-blog-item.style-2:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.experience__blog-slide .date--container {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--pink);
    color: var(--white);
    padding: 6px;
    border-bottom-right-radius: 12px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.experience__blog-slide .date--container .date {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.experience__blog-slide .date--container .month {
    font-size: 14px;
    font-weight: 700;
}

.experience__blog-slide .title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -12px;
    padding: 20px;
    border-radius: 16px 16px 0px 0px;
    background: var(--white);
    margin-bottom: 0 !important;
    font-weight: 600;
    text-align: center;
}

.experience__blog-slide .title a {
    color: var(--red) !important;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
}

.experience__blog-slide .title a:hover {
    color: var(--pink) !important;
}

.experience__blog-slide .item img {
    min-height: 500px;
    object-fit: cover;
    transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}


/* -----------------TESTIMONIAL SECTION--------------------- */
.experience__testimonial--container {
    margin-top: -100px;
    padding-top: 150px;
}

.hh-testimonials .testimonial-item .testimonial-inner {
    background: #E1E1E1;
    border: unset !important;
    border-radius: 16px;
    box-shadow: unset !important;
    overflow: hidden;
}

.hh-testimonials .testimonial-item .testimonial-inner .author-rate {
    margin-top: 0;
}

.hh-testimonials .testimonial-item .testimonial-inner .author-rate .hh-star-rating {
    display: flex;
    gap: 4px;
}

.hh-testimonials .testimonial-item .testimonial-inner .author-comment {
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
}

.hh-testimonials .testimonial-item .testimonial-inner .author-name {
    margin-top: 10px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
}

.experience__testimonial--container .hh-testimonials .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
}

.experience__testimonial--container .hh-testimonials .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    min-height: 8px;
    min-width: 8px;
    border-radius: 50px;
    background: #E1E1E1;
    border: 3px solid #F7F7F7;
    outline: 1px solid #F7F7F7;
    box-sizing: content-box;
    transition: all 0.3s;
}

.experience__testimonial--container .hh-testimonials .owl-dots .owl-dot.active {
    background: var(--black);
    outline: 1px solid var(--black);
}


.experience__newsletter--container {
    background: #F5F5F6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
}

.experience__newsletter--container i svg {
    width: 100%;
}

#footer .experience__newsletter--container .footer-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

#footer .experience__newsletter--container .subscribe-form {
    margin-top: 0;
    width: 40%;
}

.awe-booking #footer .experience__newsletter--container .form-message {
    margin-top: 0;
}

#footer .experience__newsletter--container .subscribe-form input {
    border: unset;
    height: 60px;
    border-radius: 10px;
    color: var(--red);
}

#footer .subscribe-form button {
    border-radius: 8px;
    right: 6px;
    top: 5px;
    padding: 0 15px;
    background: var(--red);
}

#footer {
    padding-top: 0;
    background-color: transparent;
}

#footer .experience__footer--container .contact--info p span {
    font-size: 16px;
    font-weight: 500;
}

#footer .experience__footer--container .contact--info a {
    font-size: 20px;
    font-weight: 700;
}

#footer .experience__footer--container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 1rem;
}

#footer .experience__footer--container .item-1 {
    grid-column: 1/3;
}

#footer .experience__footer--container .footer-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}

#footer .menu li {
    margin-bottom: 6px;
}

#footer .experience__footer--container .menu li a {
    font-weight: 500;
    font-size: 16px;
    color: var(--gray);
    transition: all 0.3s;
}

#footer .experience__footer--container .menu li a:hover {
    color: var(--pink);
}

#footer .payment--container img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    margin-right: 10px;
}


#footer .copy-right:not(:empty) {
    border-top: 1px solid #7C7C7C;
}


.heading__container {
    position: relative;
    top: 0;
    width: 100%;
    background: #FBFDFF;
    padding: 150px 0 50px;
    margin-top: -100px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.heading__container h2 {
    position: relative;
    z-index: 2;
}

.heading__container i {
    position: absolute;
    top: 0;
    height: 100%;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons {
    padding: 0;
    flex-direction: column;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-search-top-container {
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 24px 20px;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
}

/* -----------START SHOW MAP DESIGN----------- */
.search__filters--container.show-map .no__map--filter {
    display: none;
}

.search__filters--container.show-map .show__map--filter {
    display: flex !important;
    z-index: 1;
}

.search__filters--container .show__map--filter {
    display: none !important;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper {
    border-bottom: unset !important;
}

.search__filters--container.show-map .hh-search-bar-buttons {
    margin-bottom: 1rem;
    align-items: flex-start;
}

.search__filters--container.show-map .hh-search-bar-buttons .hh-search-top-container {
    flex-direction: row;
    padding: 16px 20px;
    height: 100px;
    width: 50%;
    z-index: 2;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-toggle-map-search {
    margin-right: 0;
}

.search__filters--container.show-map .hh-search-bar-buttons .hh-search-top-container>h4 {
    display: none;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item {
    background: transparent;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item,
.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn {
    margin: 0;
    height: 100%;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn {
    width: 70px;
    min-width: 70px;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn svg {
    height: 24px;
    width: 24px;
}

.awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn span {
    display: none;
}

.awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-map {
    transform: translateY(-170px);
    height: calc(100% + 170px);
    padding-left: 1rem;
}


/* ===========END SHOW MAP DESIGN============= */






.awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-render .hh-search-results-string {
    padding: 10px;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item {
    margin: 0;
    border: unset;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 16px;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item:hover {
    background: var(--white);
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item label {
    margin: 0;
    font-weight: 600;
}

.awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-render .render {
    padding-left: 10px;
    padding-right: 10px;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
    max-width: unset;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
}

.hh-mapbox-search .gm-style .hh-map-popup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hh-mapbox-search .gm-style .gm-style-iw-chr button {
    position: absolute !important;
    right: -12px;
    top: -12px;
}

.hh-mapbox-search .gm-style .hh-map-popup .thumb {
    border-radius: 6px;
    overflow: hidden;
}

.hh-mapbox-search .gm-style .hh-map-popup .content {
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hh-mapbox-search .gm-style .hh-map-popup .content a {
    font-size: 14px;
}

.hh-mapbox-search .gm-style .hh-map-popup .content p {
    margin-top: 6px;
    margin-bottom: 0;
}

.hh-search-bar-buttons .search--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    font-weight: 500;
}

.hh-search-bar-buttons .search--btn svg {
    height: 16px;
    width: 16px
}

.awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-render .render {
    overflow: hidden;
}

.hh-search-bar-wrapper .hh-search-bar-buttons .hh-search-bar-types .search__event--type {
    width: 100%;
    padding: 12px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
}

.hh-search-bar-wrapper .hh-search-bar-buttons .hh-search-bar-types .search__event--type:focus {
    outline: 1px solid var(--pink);
}

.hh-search-bar-wrapper .hh-search-bar-buttons .item label {
    user-select: none;
    cursor: pointer;
}

.hh-search-bar-wrapper .hh-search-bar-buttons .item input[type="checkbox"]:checked+label .title {
    color: var(--pink);
}

.hh-search-bar-wrapper .hh-search-bar-buttons .hh-search-bar-types .show--more {
    color: var(--pink);
    cursor: pointer;
}

.border-top-light {
    border-top: 1px solid lightgray;
}

.awe-booking .irs--round .irs-line,
.awe-booking .irs--round .irs-bar {
    height: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
    border-width: 6px !important;
    margin-left: -6px !important;
    bottom: -10px !important;
}

.awe-booking .irs--round .irs-handle {
    border-width: 3px;
}


#hh-map-toggle-search+label {
    color: var(--pink);
    margin: 0;
    padding: 0.685rem 1.5rem;
    border: unset;
    border-radius: 32px;
    font-weight: 600;
    background: var(--pink);
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s;
}

#hh-map-toggle-search+label:hover {
    background: var(--red);
}

#hh-map-toggle-search:checked+label {
    background: var(--red);
}

#hh-map-toggle-search:checked+label:hover {
    background: var(--pink);
}

.show-map+label {
    color: var(--pink);
    margin: 0;
    padding: 0.685rem 1.5rem;
    border: unset;
    border-radius: 32px;
    font-weight: 600;
    background: var(--pink);
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s;
}

.show-map+label:hover {
    background: var(--red);
}

.show-map:checked+label {
    background: var(--red);
}

.show-map:checked+label:hover {
    background: var(--pink);
}

.awe-booking .hh-search-result .hh-search-content-wrapper {
    height: 100%;
}

.awe-booking .hh-search-result .col-md-12.search__filters--product .hh-search-content-wrapper {
    height: 420px !important;
}

.awe-booking .hh-search-result.search-result-experience .hh-search-content-wrapper.no-map .hh-search-content,
.awe-booking .hh-search-result.search-result-experience .hh-search-content-wrapper .hh-search-content {
    border-top: 1px solid #DDDDDD;
    margin-top: 1rem;
    padding-top: 1rem;
}

.search__sort--dropdown .dropdown-menu .dropdown-item {
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    margin: 0;
    background: transparent;
    transition: all 0.3s;
}

.search__sort--dropdown .dropdown-menu .dropdown-item:hover {
    background: #F5F6FD;
    cursor: pointer;
}

.tag__fav--container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding-right: 16px;
}

.awe--tooltip {
    position: absolute;
    bottom: 120%;
    background: var(--red);
    right: 0;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 6px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
}

.awe--tooltip::after {
    content: '';
    border-width: 0px 12px 12px 0;
    border-color: var(--red);
    border-style: solid;
    position: absolute;
    bottom: -3px;
    z-index: -1;
    right: 10px;
    transform: rotate(45deg);
}

.selected--itinerary {
    margin-bottom: 5px !important;
    margin-right: 3px;
}

.selected--itinerary .if-selected {
    display: none;
}

.selected--itinerary .if-not-selected {
    display: inline;
}

.selected--itinerary.selected .if-selected {
    display: inline;
}

.selected--itinerary.selected .if-not-selected {
    display: none;
}

@media screen and (orientation: landscape) {
    .tag__fav--container .wishlist__icon:hover .awe--tooltip {
        opacity: 1;
    }
}

.tag__fav--container .wishlist__icon {
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 80px;
    display: grid;
    place-content: center;
    font-size: 16px;
    color: white;
}

.tag__fav--container .wishlist__icon i,
.hh-service-item.experience__featured-list .experience__tag--fav .experience__favourite i {
    font-weight: 300;
    cursor: pointer;
}

.tag__fav--container .wishlist__icon.active i,
.hh-service-item.experience__featured-list .experience__tag--fav .experience__favourite.active i {
    font-weight: 900;
}

.awe-booking .pagination {
    justify-content: center;
}

.awe-booking .pagination li:first-of-type {
    margin-right: auto;
}

.awe-booking .pagination li:last-of-type {
    margin-left: auto;
}

.awe-booking .pagination li a {
    border: unset;
    font-weight: 600;
}

.awe-booking .pagination li.active a {
    background: #0D2857;
    border-color: #0D2857;
}

.search__filters--product .hh-service-item.experience.grid .thumbnail .thumbnail-outer {
    padding-top: 100%;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item.button-more-filter .dropdown-menu .item-filter-wrapper .item {
    display: flex;
    gap: 6px;
}

.awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item.button-more-filter .dropdown-menu .item-filter-wrapper[data-type="experience-type"] .content .item label {
    font-size: inherit;
}

/*-------------- OFFER PAGE --------------*/
.awe-booking .single-page .hh-grid-gallery .controls {
    bottom: 0;
    align-items: unset;
    gap: 8px;
}

.awe-booking .single-page .hh-grid-gallery .controls .item-link {
    background: var(--white);
    border-radius: 6px 6px 0 0;
    padding: 8px 14px;
    font-weight: 700;
}

.awe-booking .single-page .hh-grid-gallery .controls .item-link span {
    margin: 0;
}

.awe-booking .single-page.single-experience h1.title {
    margin-top: 0;
    font-weight: 600;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details {
    margin: 40px 0 2rem;
    padding: 1rem;
    background: #F5F6FD;
    border-radius: 10px;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .share--icon,
.awe-booking .single-page.single-experience .feature__content--container .content__details .heart--icon {
    cursor: pointer;
    transition: all 0.3s;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .share--icon:hover,
.awe-booking .single-page.single-experience .feature__content--container .content__details .heart--icon:hover {
    transform: scale(1.1);
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .price {
    color: var(--font-color);
    font-size: 14px;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .price span {
    color: var(--pink);
    font-size: 16px;
    font-weight: 700;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .count-reviews .average {
    font-size: 14px;
    font-weight: 600;
    background: var(--pink);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 4px;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .count-reviews .count {
    color: var(--font-color);
    font-size: 1rem;
    font-weight: 500;
}

.awe-booking .single-page.single-experience .feature__content--container .content__details .location {
    color: var(--font-color);
    margin-left: 4rem;
    font-style: normal;
    font-weight: 500;
}

.border-t {
    border-top: 1px solid #DFE2E7;
}

.awe-booking .single-page.single-experience .feature__content--container .features__details {
    padding-top: 2rem;
}

.awe-booking .single-page.single-experience .feature__content--container .features__details .item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.awe-booking .single-page.single-experience .feature__content--container .features__details .item .icon {
    display: grid;
    place-content: center;
    height: 56px;
    width: 56px;
    min-height: 56px;
    min-width: 56px;
    background: #F7F7F7;
    border-radius: 12px;
}

.awe-booking .single-page.single-experience .feature__content--container .features__details .item .content p {
    margin: 0;
}

.awe-booking .single-page.single-experience .feature__content--container .features__details .item .content p.heading {
    font-size: 14px;
    color: var(--font-color);
}

.awe-booking .single-page.single-experience .feature__content--container .features__details .item .content p.description {
    font-size: 16px;
    color: var(--pink);
    font-weight: 600;
}

.feature__content--container .what__will--do,
.what__included,
.what__included--not,
.your__itinerary,
.feature__map,
#feature__pickup--meeting,
#feature__experience--policies,
#feature__video {
    margin-top: 2rem;
    padding-top: 2rem;
}

.feature__content--container .feature__heading {
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-top: 0;
}

.feature__content--container .feature__description {
    color: #64666C;
}

.feature__content--container .what__included .inclusions .item,
.feature__content--container .what__included--not .exclusions .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature__content--container .what__included .inclusions .item i {
    color: var(--green);
}

.feature__content--container .what__included--not .exclusions .item i {
    color: var(--red);
}

.feature__content--container .what__included .inclusions .item .label,
.feature__content--container .what__included--not .exclusions .item .label {
    font-weight: 400;
}

.your__itinerary .card {
    border: 1px solid lightgray !important;
    border-radius: 12px !important;
}

.your__itinerary .card-header,
.feature__pickup--policies .card-header {
    padding: 0;
    background: transparent;
}

.your__itinerary .card .collapse {
    border-top: 1px solid lightgray;
}

.your__itinerary .card-header h2,
.feature__pickup--policies .card-header h2 {
    margin: 0;
}

.your__itinerary .card-header h2 button,
.feature__pickup--policies .card-header h2 button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    gap: 16px;
    font-weight: 600;
    color: var(--black);
    text-transform: unset;
}

.your__itinerary .card-header h2 button i,
.feature__pickup--policies .card-header h2 button i {
    transition: all 0.3s;
}

.your__itinerary .card-header h2 button.collapsed i,
.feature__pickup--policies .card-header h2 button.collapsed i {
    transform: rotate(180deg);
}

.feature__pickup--policies .card-header h2 button {
    padding: 0;
    font-size: 1.2rem;
}

.feature__pickup--policies .card-body {
    padding: 0;
}

.feature__pickup--policies .card-body h5 span {
    font-weight: 600;
    margin-left: 6px;
    font-size: 1rem;
}

.feature__pickup--policies .card-body p {
    color: var(--font-color);
    font-size: 14px;
}

.feature__pickup--policies .btn__outline--dropdown {
    background: transparent;
    border: 1px solid lightgray;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: 500;
    color: var(--font-color);
    display: flex;
    align-items: center;
    gap: 200px;
}

#feature__policies .card-body p {
    font-weight: 500;
}

.feature__map .hh-mapbox-single {
    border-radius: 12px;
    overflow: hidden;
    background: lightgray;
}

.feature__review--container .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.feature__review--container .header .feature__heading {
    font-weight: 600;
}

.feature__review--container .header .review__btn {
    color: var(--black);
    font-weight: 600;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 8px 16px;
}

.feature__review--container .review__details .average {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -4px;
}

.feature__review--container .review__details .stars {
    color: var(--star-color);
    margin-right: 8px;
}

.feature__review--container .review__details .count {
    font-weight: 400;
    font-size: 14px;
}

.feature__review--container .experience-review-list {
    margin-top: 2rem;
    padding-top: 2rem;
}

.feature__review--container .experience-review-list .media-body .media-heading {
    font-weight: 700;
}

.feature__review--container .experience-review-list .media-body .date {
    color: var(--font-color);
    font-weight: 400;
}

.feature__review--container .experience-review-list .media .star-rating {
    font-size: 12px;
    color: var(--star-color);
    display: flex;
    gap: 3px;
}

.feature__review--container ul.experience-review-list li .article .comment-item-body .comment-content .comment-title {
    color: var(--pink) !important;
    font-weight: 600 !important;
}

.feature__review--container ul.experience-review-list li .article .comment-item-body .comment-content p {
    color: var(--black);
    font-weight: 400;
}

.awe-booking .single-page .post-comment {
    border-radius: 12px;
}

.awe-booking .single-page .post-comment .comment-title {
    font-weight: 600;
    font-size: 20px;
}

/* Booking */
.awe-booking .single-page .form-book .form-body {
    box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
    border-radius: 12px;
    border: 0;
}

.awe-booking .single-page.single-experience .form-book .date-wrapper .daterangepicker {
    width: 100%;
}

.experience__booking--tour .date__wrapper {
    margin-top: 6px;
    border: 1px solid #DFE2E7;
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.experience__booking--tour .date__wrapper input {
    border: unset;
    width: 100%;
}

.experience__booking--tour .date__wrapper input:focus-visible {
    outline: unset;
}

.experience__booking--tour .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.experience__booking--tour .group:after {
    content: unset !important;
}

.experience__booking--tour .group .name {
    color: var(--font-color);
    font-weight: 500;
}

.experience__booking--tour .group .control-item {
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 6px 10px;
}

.experience__booking--tour .group .control-item input {
    text-align: center;
    border: unset;
    font-weight: 700;
    min-width: 40px;
}

.experience__booking--tour .group .control-item input::-webkit-inner-spin-button,
.experience__booking--tour .group .control-item input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.experience__booking--tour .group .control-item i {
    cursor: pointer;
    font-weight: 900;
}

.experience__booking--tour .extra-services label {
    font-weight: 600;
    font-size: 0.9375rem;
}

.experience__booking--tour .extra-services .name {
    font-weight: 500;
    color: var(--font-color);
}

.experience__booking--tour .extra-services .price {
    font-weight: 600 !important;
}

.border-t-light {
    border-top: 1px solid #EEE;
}

.experience__event--information {
    box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 2rem;
}

.experience__event--information ul {
    padding: 0;
    list-style: none;
}

.experience__event--information ul li:last-of-type {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}

.experience__event--information ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DFE2E7;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-weight: 500;
    gap: 8px;
}

.experience__event--information ul li .info__title {
    color: var(--font-color);
    font-weight: 500;
}

.experience__event--information ul li .description {
    font-weight: 700;
    text-align: end;
}

.footer--links .collapse:not(.show) {
    display: block !important;
}

.footer--links .footer-title {
    pointer-events: none;
}

#contact-us-map .contact-us-detail {
    left: unset;
    top: unset;
    right: 5%;
    bottom: -10%;
    transform: unset;
    padding: 40px;
    max-width: 500px;
    box-shadow: 0px 10px 60px 0px #0510360D;
}

#contact-us-map .contact-us-detail .form-contact-us .form-group input,
#contact-us-map .contact-us-detail .form-contact-us .form-group textarea,
.btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#contact-us-map .contact-us-detail .form-contact-us .form-group input,
#contact-us-map .contact-us-detail .form-contact-us .form-group textarea {
    padding: 16px 20px;
    font-size: 16px;
}

#contact-us-map .contact__us__background {
    background: url(images/festandevent_contact_us.jpg) no-repeat center/cover;
    height: calc(100vh - 80px);
    width: 100%;
}

.contact__details {
    margin-top: 10rem;
}

.contact__details .title {
    font-size: 14px;
    color: var(--secondary);
}

.contact__details .content {
    font-weight: 600;
    font-size: 18px;
}

.contact__details .icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact__details .icons a:hover {
    color: var(--pink);
}

.why__choose__us {
    margin: 4rem 0;
    padding: 3rem;
    background: #E5F0FD;
}

.why__choose__us .why__choose__us--item {
    text-align: center;
    padding: 0 30px;
}

.why__choose__us .why__choose__us--item .title {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 18px;
    color: var(--pink);
}

.why__choose__us .why__choose__us--item .content {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
}

.meet-team {
    margin: 4rem 0;
}

.about-us .heading {
    line-height: 56px;
    font-size: 56px;
    font-weight: 600;
    padding-right: 4rem;
}

.meet-team .heading {
    line-height: 44px;
    font-size: 44px;
    font-weight: 600;
    padding-right: 4rem;
}

.meet-team .sub__heading p {
    font-size: 18px;
    color: var(--font-color);
    margin: 0;
}

.meet-team .team__member .image {
    overflow: hidden;
    border-radius: 16px;
}

.meet-team .team__member .image img {
    transition: all 2s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.meet-team .team__member .member__item:hover .image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.about-us .sub__heading p {
    color: #808080;
    font-size: 18px;
    margin: 0;
}

.about__us .full__image {
    margin: 3rem 0;
    border-radius: 16px;
    overflow: hidden;
}

.about__us .features__container {
    margin: 3rem 0 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid lightgray;
}

.about__us .features__container .features__icon {
    font-size: 32px;
}

.about__us .features__container .features__icon svg {
    height: 52px;
    width: 52px;
}

.about__us .features__container .features__item {
    padding: 0 1rem;
}

.about__us .features__container .features__item .features__content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--pink);
}

.text-custom {
    color: var(--pink) !important;
}

.about__us .features__container .features__item .features__content h3:hover {
    color: var(--pink);
}

.about__us .features__container .features__item .features__content p {
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.about__us .book__ticket__container {
    background: #FCF4EE;
    padding: 60px;
    border-radius: 20px;
    margin: 3rem 0;
}

.about__us .book__ticket__detail h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #F65439;
}

.about__us .book__ticket__detail p {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    margin: 1.5rem 0 2.5rem;
}

.about__us .book__ticket__points .icon {
    max-width: 60px;
    min-width: 60px;
    margin-right: 20px;
}

.about__us .book__ticket__points .content h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--pink);
}

.about__us .book__ticket__points .content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.tabs__container .nav-tabs {
    border: unset;
    justify-content: center;
    margin: 2rem 0;
    gap: 8px;
}

.tabs__container .nav-tabs .nav-link.active {
    background-color: var(--pink);
    border: unset;
    color: var(--white);
}

.tabs__container .nav-tabs .nav-link {
    padding: 10px 20px;
    background: var(--light);
    border-radius: 6px;
    font-weight: 600;
}

.page-archive.blog-page .page-content .page-content-inner .post-item .post-thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    border-radius: 8px;
}

.page-archive.blog-page .page-content .page-content-inner .post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-archive.blog-page .page-content .page-content-inner .post-item .post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.page-archive.blog-page .page-content .page-content-inner .post-item .post-date {
    font-weight: 600;
    font-size: 14px;
    color: var(--font-color);
}

.awe-booking nav[aria-label="breadcrumb"] {
    border: unset;
}

.page-archive .page-content .category-name {
    font-weight: 600;
    color: var(--pink);
    text-align: center;
    margin: 0;
}

.page-archive .page-content .title {
    text-align: center;
    font-weight: 600;
    margin: 12px 0 !important;
}

.page-archive .page-content .date {
    text-align: center;
    font-weight: 500;
    color: var(--font-color);
}

.page-archive .banner {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 3rem;
    height: 500px;
}

.page-archive .page-content .page-content-inner {
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.hh-sharing {
    margin-top: 2rem;
    gap: 16px;
}

.hh-sharing a {
    display: grid;
    place-content: center;
    height: 24px;
    width: 24px;
    color: var(--black);
    text-align: center;
}

.hh-sharing a svg {
    height: 24px;
    width: auto;
}

.hh-sharing a:hover svg path {
    fill: var(--pink)
}

.hh-sharing a:hover {
    color: var(--pink);
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered {
    justify-content: space-between;
    border: unset !important;
    flex-wrap: nowrap;
    align-items: center;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .border__line {
    height: 1px;
    background: #DDDDDD;
    width: 100%;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item:first-child {
    margin-left: 0 !important;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item:last-child {
    margin-right: 0 !important;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item {
    margin: 0 3rem !important;
    white-space: nowrap;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link {
    font-weight: 600;
    font-size: 18px;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link .circle i {
    display: none;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link .circle {
    height: 40px;
    width: 40px;
    background: #1872e812;
    color: var(--pink);
    margin-right: 6px;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link.active {
    border: unset !important;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link.active .number,
.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item:has(.nav-link.active) .nav-link.active~.nav-link .number {
    display: none;
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link.active .circle {
    background: var(--pink);
}

.awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link.active .circle i {
    display: inline-block;
    color: var(--white);
    line-height: 20px;
}

.floating-label {
    position: relative;
}


.floating-label label {
    position: absolute;
    top: 26px;
    padding: 0 15px;
    pointer-events: none;
    font-size: 15px;
    color: #737981 !important;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.floating-label input:focus+label,
.floating-label input:not(:placeholder-shown)+label {
    transform: translateY(-10px);
}

.floating-label input {
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    padding-top: 25px !important;
    min-height: 70px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

.awe-booking .hh-checkout-page .form-group .form-control.is-invalid,
.awe-booking .hh-checkout-page .form-group .was-validated .form-control:invalid {
    border-width: 2px;
}

.checkout__container .nice-select.wide {
    padding-top: 25px;
    min-height: 70px;
    font-weight: 500;
}

.awe-booking .hh-checkout-page .tab-footer {
    margin-top: 0;
    padding-top: 0;
    border: unset !important;
    gap: 16px;
}

.awe-booking .hh-checkout-page .tab-footer:after {
    content: unset !important;
}

.awe-booking .hh-checkout-page .tab-footer span {
    font-size: 14px;
    color: var(--font-color);
    font-weight: 400;
}

.awe-booking .hh-checkout-page .tab-footer a.btn-primary,
.awe-booking #checkout-payment-info .checkout__payment--btn {
    height: 60px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.awe-booking .hh-checkout-page .tab-footer a.btn-primary:hover,
.awe-booking #checkout-payment-info .checkout__payment--btn:hover {
    background: var(--black);
}

.awe-booking .hh-checkout-page .tab-footer a i {
    font-size: 20px;
}

.checkout-sidebar {
    padding-top: 20px;
}

.awe-booking .hh-checkout-page .cart-information {
    box-shadow: unset !important;
    border-color: #d9dce1 !important;
}

.awe-booking .hh-checkout-page .cart-information .service-detail img {
    max-width: 120px;
    border-radius: 4px;
}

.awe-booking .hh-checkout-page .cart-information .service-detail a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.awe-booking .hh-checkout-page .cart-information .service-detail .desc {
    font-weight: 500;
    color: var(--font-color);
}

.awe-booking .review__number-tag {
    font-size: 12px;
    font-weight: 600;
    background: var(--pink);
    color: var(--white);
    padding: 6px 8px;
    border-radius: 4px;
    margin-right: 4px;
}

.awe-booking .date__details--checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.awe-booking .hh-checkout-page .cart-information .cart-list li.amount {
    padding: 20px;
    border-radius: 4px;
    background: #E5F0FD;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
}

.awe-booking .hh-checkout-page .cart-information .cart-list li.amount span {
    font-size: 16px;
    font-weight: 600;
}

.awe-booking .hh-checkout-page .cart-information .form-add-coupon button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    padding: 15px 30px;
    background: transparent;
    border: 1px solid var(--pink) !important;
    color: var(--pink) !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.awe-booking .hh-checkout-page .cart-information .form-add-coupon button:hover {
    background: var(--pink) !important;
    color: var(--white) !important;
}

#co-payment-selection .nav-tabs {
    border: unset !important;
    gap: 12px
}

#co-payment-selection .nav-tabs .nav-link.active,
#co-payment-selection .nav-tabs .nav-link.active:hover {
    background-color: var(--pink);
    border: unset;
    color: var(--white);
}

#co-payment-selection .nav-tabs .nav-link {
    padding: 10px 20px;
    background: var(--light);
    border: unset !important;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

#co-payment-selection .nav-tabs .nav-link:hover {
    background-color: var(--black);
    color: var(--white);
}

.checkout-form-payment .payment-gateways label .payment-item.active {
    border-color: var(--pink) !important;
    background: #fafcff;
}

.checkout-form-payment .payment-gateways label .payment-item {
    width: 100%;
    border: 2px solid #e8e8e8 !important;
    border-radius: 6px !important;
    cursor: pointer;
    margin-bottom: 4px !important;
    transition: all 0.4s;
}

.awe-booking .hh-checkout-page .payment-gateways .payment-item.active .radio {
    color: var(--pink);
}

.awe-booking .hh-checkout-page .payment-gateways .payment-item .radio {
    font-size: 16px;
    font-weight: 600;
}

.awe-booking .hh-checkout-page .payment-gateways .payment-item input {
    display: none;
}

.awe-booking .hh-checkout-page .payment-gateways .payment-item .payment-desc {
    margin: 0;
}

.awe-booking .StripeElement {
    height: 60px;
    padding: 20px 20px;
    border: 1px solid #dddddd;
}


.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: var(--pink);
    border-color: var(--pink);
}

.checkbox input[type=checkbox]:checked+label::after {
    height: 10px;
}

.awe-booking .hh-checkout-redirecting .payment-item {
    border: 0;
    box-shadow: unset !important;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-title {
    font-size: 28px;
    font-weight: 700;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-desc {
    font-weight: 500;
    color: var(--font-color);
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-detail {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    border: 2px dashed var(--pink);
    border-radius: 8px;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-detail .item .value {
    color: var(--pink);
    display: block;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-customer-info {
    margin-top: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-customer-info .item span {
    font-weight: 500;
    color: #434343;
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-customer-info .item span+span {
    text-align: right;
    color: var(--pink);
}

.awe-booking .hh-checkout-redirecting .payment-item .payment-customer-info .item:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.awe-booking #hh-modal-global ul .item a {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 16px;
}

.awe-booking #hh-modal-global ul .item.current a {
    box-shadow: unset;
    background: var(--light);
    color: var(--pink);
}

.promo__message {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 4px;
}

.promo__message .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    background: var(--white);
    color: #F8D448;
    font-size: 30px;
}

.promo__message h4 {
    font-weight: 600;
    margin: 0;
}

.promo__message .info {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.promo__message.promo__green {
    background: #EBFCEA;
}

.promo__message.promo__gray {
    background: #F5F5F5;
}

.use-last-user-checkout label {
    font-weight: 600;
    font-size: 16px;
}

.use-last-user-checkout .detail p strong {
    display: inline-block;
    font-weight: 500;
    width: 25%;
    font-size: 14px;
    color: var(--font-color);
}

.use-last-user-checkout .detail p span {
    font-weight: 500;
    font-size: 16px;
}

.awe-booking .use-last-user-checkout {
    border: 1px solid #1872e82b;
}


.create--itinerary .check-in-render,
.create--itinerary .check-out-render {
    padding: 12px !important;
}

.create--itinerary .form-control::placeholder {
    color: #686868;
}

.awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-map.itinerary {
    transform: translateY(-243px);
    height: calc(100% + 243px);
}

.first-popup img {
    height: 100%;
    width: 100%;
    border-radius: .4rem;
}

.first-popup a {
    height: 100%;
    width: 100%;
}

.first-popup p {
    margin-bottom: 0 !important;
}

.modal-close-icon {
    position: absolute;
    right: -17px;
    top: -22px;
    background-color: #fff;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: grid;
    place-content: center;
    border: 0 !important;
}

.meeting_heading {
    font-size: 1.5rem !important;
    font-weight: 600;
    text-transform: capitalize;
}

.post-thumbnail img {
    width: 100%;
    height: 180px;
    /* Fixed height for consistency */
    object-fit: cover;
    /* Crops the image nicely */
}


.awe-booking .single-page .hh-grid-gallery{
    max-height: 500px;
}

.awe-booking .single-page .hh-grid-gallery .item .item-inner{
    height: 100%;
    padding: unset;
}
.awe-booking .single-page .hh-grid-gallery .item .item-inner img{
    position: relative;
}

@media (max-width: 1200px) {
    .awe-booking #header #site-navigation {
        margin-left: 12px;
    }

    .awe-booking #header #site-navigation .main-menu li {
        padding: 0 20px 0 12px;
    }
}

@media (max-width: 767px) {

    /* -----------HEADER MOBILE DESIGN---------------*/
    #header-sticky-wrapper #header.header {
        background: var(--white);
        box-shadow: 0 4px 15px #00000020;
    }

    #header-sticky-wrapper #header .nav-item.user__icon svg,
    #header-sticky-wrapper #header .nav-item.fav__icon svg {
        height: 32px;
        width: 32px;
    }

    #header-sticky-wrapper #header #toggle-mobile-menu {
        margin: 0;
    }

    #header-sticky-wrapper #toggle-mobile-menu .top,
    #header-sticky-wrapper #toggle-mobile-menu .center,
    #header-sticky-wrapper #toggle-mobile-menu .bottom {
        background: var(--black);
    }

    .awe-booking #mobile-navigation .mobile-menu.deep {
        background: #989898;
    }

    .awe-booking #mobile-navigation .sidebar__more-options {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 1rem 2rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: 18px;
        font-weight: 500;
        border-top: 1px solid #535353;
        z-index: 99;
    }

    .awe-booking #mobile-navigation .sidebar__more-options .dropdown a {
        color: var(--white);
        display: flex;
        gap: 4px;
    }

    .awe-booking #mobile-navigation .mobile-menu,
    .awe-booking #mobile-navigation .mobile-menu li .sub-menu {
        width: 100%;
        background: #1e2432e6;
        backdrop-filter: blur(12px);
    }

    .awe-booking #mobile-navigation .mobile-menu>.back-menu,
    .awe-booking #mobile-navigation .mobile-menu li .sub-menu .submenu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: unset;
        border-bottom: 1px solid #535353;
        margin-bottom: 1rem;
    }

    .awe-booking #mobile-navigation .mobile-menu>.back-menu img,
    .awe-booking #mobile-navigation .mobile-menu li .sub-menu .submenu-head img {
        height: 48px;
    }

    .awe-booking #mobile-navigation .mobile-menu>.back-menu span,
    .awe-booking #mobile-navigation .mobile-menu li .sub-menu .submenu-head span {
        margin-right: 0 !important;
        background: var(--white);
        height: 24px;
        width: 24px;
        border-radius: 50px;
        display: grid;
        place-content: center;
    }

    .awe-booking #mobile-navigation .mobile-menu>.back-menu span i,
    .awe-booking #mobile-navigation .mobile-menu li .sub-menu .submenu-head span i {
        font-weight: 900;
        font-size: 12px;
    }

    .awe-booking #mobile-navigation .mobile-menu li a {
        font-weight: 600;
        font-size: 18px;
        padding: 0.675rem 1.5rem;
        color: var(--white);
    }

    .awe-booking #mobile-navigation .mobile-menu li.has-submenu .toggle-submenu {
        color: var(--white);
    }

    /* -----------HERO SECTION---------------*/
    .awe-booking .hh-search-form-wrapper .hh-search-form-section {
        background: linear-gradient(#1e243282, #1e24328c), url(/images/home/hero_background.webp) no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 40px;
    }

    .hero__heading--container .hero__heading {
        color: var(--white);
        text-align: center;
        font-size: 40px;
    }

    .hero__heading--container .hero__heading span {
        color: var(--white);
    }

    .hero__heading--container .hero__heading--sub {
        color: #ffffffe3;
        text-align: center;
        font-size: 18px;
    }

    /* -----------SEARCH SECTION---------------*/
    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item .input--place input {
        width: 100%;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form {
        width: 100% !important;
        overflow: hidden;
        position: relative;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form {
        padding: 0;
    }

    .search__filters--container .no__map--filter {
        display: none;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--container {
        flex-direction: column;
        gap: 0;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item:last-of-type {
        border-bottom: 0;
        padding: 0;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item {
        border-right: 0;
        border-bottom: 1px solid #D9D9D9;
        padding: 0.8rem 2rem;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item .date-wrapper span {
        width: auto;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item>div {
        width: 100%;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item button.hero__form--icon.icon--filter {
        display: none;
    }

    .awe-booking .hh-search-form-wrapper .hh-search-form-section .hh-search-form .hero__form .hero__form--item button.hero__form--icon.icon--search {
        margin: 0;
        width: 100%;
        border-radius: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 20px;
        color: var(--white);
        font-weight: 500;
        padding: 1.2rem 2.5rem;
    }

    .hero__form--bottom a {
        width: 100%;
        text-align: center;
    }

    .hero__form--bottom>a {
        flex: 1;
    }

    .hero__form--bottom a.btn--primary__outline {
        flex: 2;
        background: var(--red);
        border: unset;
        border-radius: 50px;
        color: var(--white);
        justify-content: center;
    }

    .hero__form--bottom a.btn--primary__outline svg path {
        fill: var(--white);
    }


    /*---------------CAROUSEL NAVIGATION DOTS-------------*/
    .carousel__dotted-navigation .owl-nav {
        top: -46px;
    }

    /*-------------------WHY CHOOSE EVENT-------------*/
    .call-to-action {
        text-align: left;
        padding: 32px;
    }

    .call-to-action .main-text {
        font-size: 1.3rem;
    }

    .call-to-action .sub-text {
        font-size: 0.825rem;
    }

    .experience__newsletter--container {
        padding: 1rem;
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
    }

    #footer .experience__newsletter--container .footer-title {
        font-size: 20px;
    }

    #footer .experience__newsletter--container>.hh-icon {
        display: none;
    }

    #footer .experience__newsletter--container .subscribe-form {
        width: 100%;
        height: 60px;
    }

    #footer .experience__footer--container {
        grid-template-columns: repeat(1, 1fr);
    }

    #footer {
        text-align: left;
    }

    #footer .payment--container img {
        width: auto !important;
    }

    .copy-right {
        text-align: left !important;
    }

    .copy-right span,
    .copy-right a {
        font-size: 12px;
    }

    .copy-right a {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    .owl-stage {
        display: flex;
    }

    .owl-nav.disabled {
        display: none;
    }

    .experience__destinations-slide .owl-dots:not(.disabled),
    .featured__events-carousel .owl-dots:not(.disabled),
    .experience__blog-slide .owl-dots:not(.disabled),
    .today__events-carousel .owl-dots:not(.disabled),
    .top__events-carousel .owl-dots:not(.disabled) {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 1rem;
    }

    .experience__destinations-slide .owl-dots .owl-dot.active,
    .featured__events-carousel .owl-dots .owl-dot.active,
    .experience__blog-slide .owl-dots .owl-dot.active,
    .today__events-carousel .owl-dots .owl-dot.active,
    .top__events-carousel .owl-dots .owl-dot.active {
        background: var(--black);
        outline: 1px solid var(--black);
    }

    .experience__destinations-slide .owl-dots .owl-dot,
    .experience__blog-slide .owl-dots .owl-dot,
    .featured__events-carousel .owl-dots .owl-dot,
    .today__events-carousel .owl-dots .owl-dot,
    .top__events-carousel .owl-dots .owl-dot {
        display: inline-block;
        height: 8px;
        width: 8px;
        min-height: 8px;
        min-width: 8px;
        border-radius: 50px;
        background: #E1E1E1;
        border: 3px solid #F7F7F7;
        outline: 1px solid #F7F7F7;
        box-sizing: content-box;
        transition: all 0.3s;
    }

    .experience__destinations-slide .owl-nav a,
    .experience__blog-slide .owl-nav a,
    .today__events-slide .owl-nav a,
    .top__events-slide .owl-nav a {
        display: none !important;
    }

    .hh-service-item.experience__featured-list .detail {
        padding: 1rem 1.5rem 1rem 1rem !important;
    }

    .hh-service-item.experience__featured-list .detail .footer-content {
        padding-top: 16px;
        margin-top: 12px;
    }

    .experience__destinations-slide .item.active {
        width: calc(100vw - 24px);
    }

    .experience__destinations-slide .item {
        width: calc(100vw - 24px);
    }

    .awe-booking .hh-list-destinations .experience__destinations-slide .item .hh-destination-item .thumbnail .detail-abs {
        opacity: 1;
        visibility: visible;
        bottom: 16px;
    }

    .awe-booking .hh-list-destinations .experience__destinations-slide .item .hh-destination-item .thumbnail .detail {
        opacity: 0;
        visibility: hidden;
        left: -100%;
    }

    .hh-list-of-blog .hh-blog-item.style-2 {
        margin-bottom: 0;
    }

    #footer .experience__footer--container .item-1 {
        grid-column: unset;
        margin-bottom: 20px;
    }

    .footer-title .plus--icon {
        font-size: 32px;
        font-weight: 400;
        line-height: 16px;
        margin-left: auto;
        position: relative;
    }

    .footer-title.collapsed .plus--icon::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
    }

    .footer-title .plus--icon::after {
        content: '-';
    }

    .footer-title {
        display: flex;
        margin-top: 10px !important;
    }

    .footer--links .collapse:not(.show) {
        display: none !important;
    }

    .footer--links .footer-title {
        pointer-events: auto;
    }

    .footer--links ul.menu {
        list-style: unset;
        list-style-position: inside;
    }

    .top__events-carousel .owl-stage,
    .today__events-carousel .owl-stage {
        padding-left: 12px !important;
    }

    .hh-service-item.experience.grid {
        margin-bottom: 0;
    }


    /*----------------CATEGORY PAGE---------------*/
    .heading__container {
        padding: 100px 0 0;
    }

    .heading__container h2 {
        font-size: 24px;
        padding-top: 16px;
        background: #F5F5F5;
    }

    .awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item.button-location,
    .awe-booking .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item.button-date {
        display: flex;
    }

    .search__filters--container.show-map .hh-search-bar-buttons .hh-search-top-container {
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .hh-button-item {
        background: var(--white);
        margin-bottom: 8px;
    }

    .awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn span {
        display: inline-block;
        font-size: 16px;
    }

    .awe-booking .search__filters--container.show-map .hh-search-bar-wrapper .hh-search-bar-buttons .search--btn {
        width: 100%;
        gap: 8px;
    }

    .show-mobile-filters {
        width: 100%;
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    #show-map-mobile,
    #show-filter-mobile {
        margin: 0;
        text-align: center;
        border-radius: 0;
    }

    #show-map-mobile {
        background: var(--pink);
    }

    #show-map-mobile .text {
        color: var(--white);
    }

    #show-filter-mobile {
        background: #E1E5F8;
    }

    #show-filter-mobile .text {
        color: var(--pink);
    }

    #hh-map-toggle-search+label {
        display: none;
    }

    .awe-booking .hh-search-result .hh-search-content-wrapper .hh-search-results-map.map-popup {
        backdrop-filter: blur(60px);
        transform: unset;
        z-index: 99999;
    }

    .awe-booking .hh-search-result .col-md-12.search__filters--product .hh-search-content-wrapper {
        height: 100% !important;
    }

    .awe-booking .hh-search-bar-wrapper .filter-mobile-box {
        z-index: 99999;
    }

    .awe-booking .hh-search-bar-wrapper .filter-mobile-box .popup-filter-content .filter-item .item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .awe-booking .hh-search-bar-wrapper .filter-mobile-box .popup-filter-content .filter-item .item label {
        font-weight: 500;
        font-size: 14px !important;
        margin-bottom: 0;
    }

    .popup-filter-content .filter-item .hh-button-item.button-location.form-group {
        border: 1px solid #e3e3e3 !important;
    }

    .features__details>.row {
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .awe-booking .single-page.single-experience .feature__content--container .features__details .item .content p.description {
        white-space: nowrap;
    }

    .feature__pickup--policies .btn__outline--dropdown {
        gap: 150px;
    }

    .feature__review--container .header .feature__heading {
        font-size: 18px;
    }

    .awe-booking .single-page.single-experience .feature__content--container .content__details .share--icon svg,
    .awe-booking .single-page.single-experience .feature__content--container .content__details .heart--icon svg {
        height: 32px;
        width: 32px;
    }

    .awe-booking .single-page .hh-grid-gallery .controls {
        flex-direction: column;
        align-items: end;
        bottom: 6px;
        right: 0;
        margin-right: 12px;
    }

    .awe-booking .single-page .hh-grid-gallery .controls .item-link {
        border-radius: 6px;
        padding: 8px 12px;
    }

    .awe-booking .single-page .hh-grid-gallery {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .awe-booking .single-page .hh-grid-gallery .item {
        min-width: 200px;
    }

    .awe-booking .single-page .hh-grid-gallery .item:nth-last-of-type(2) {
        margin-right: 0;
    }

    .awe-booking .single-page.single-experience .feature__content--container .content__details .location {
        font-size: 16px;
        margin-left: 8px;
        text-align: right;
    }

    .awe-booking .single-page.single-experience .feature__content--container .content__details {
        margin: 20px 0 2rem;
    }

    .meet-team .heading,
    .about-us .heading {
        line-height: 28px;
        font-size: 28px;
        padding-right: 0rem;
    }

    .meet-team .sub__heading p,
    .about-us .sub__heading p {
        font-size: 14px;
    }

    .about__us .full__image {
        margin: 1rem 0;
    }

    .about__us .book__ticket__container {
        padding: 24px;
    }

    .about__us .book__ticket__detail h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .about__us .book__ticket__detail p {
        font-size: 16px;
        margin: 1rem 0 2rem;
    }

    .about__us .book__ticket__points {
        margin-top: 4rem;
    }

    .about__us .book__ticket__points .content h3 {
        font-size: 20px;
        margin-top: 1rem;
    }

    #contact-us-map .contact-us-detail {
        padding: 20px;
    }

    .contact__details {
        margin-top: 2rem;
    }

    .why__choose__us {
        padding: 1rem;
    }

    .why__choose__us .why__choose__us--item {
        padding: 0;
        margin-bottom: 3rem;
    }

    .page-archive .banner {
        margin-top: 1rem;
        height: 250px;
    }

    .promo__message {
        flex-wrap: wrap;
        gap: 8px;
    }

    .awe-booking .hh-checkout-page .payment-gateways .payment-item {
        padding: 20px !important;
    }

    .awe-booking .hh-checkout-page .nav-tabs.nav-bordered {
        flex-wrap: wrap;
    }

    .awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item {
        margin: 0 !important;
    }

    .awe-booking .hh-checkout-page .nav-tabs.nav-bordered .nav-item .nav-link {
        padding: 16px 0 !important;
    }

    .awe-booking .hh-checkout-page .nav-tabs.nav-bordered .border__line {
        width: 20%;
    }

    .awe-booking .hh-checkout-redirecting .payment-item {
        padding: 12px;
    }

    .awe-booking .hh-checkout-redirecting .payment-item .payment-detail {
        flex-direction: column;
    }

    .awe-booking .hh-checkout-redirecting .payment-item .payment-title {
        line-height: 1.2;
    }
}

.bulk-dates {
    height: 35px !important;
}
