/* Upcoming Events */
.upcoming_event {
    padding-bottom: 50px;
    position: relative;
}

.upcoming_container {
    width: 100%;
    height: 680px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

    .upcoming_container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gradient_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}

.upcoming_event_content {
    display: flex;
    position: absolute;
    top: 28%;
    color: white;
    flex-direction: column;
    right: 10%;
}

.upcoming_event_sub {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}

.upcoming_event_title {
    font-size: 55px;
    font-weight: 800;
    width: 70%;
    line-height: 50px;
    margin-bottom: 20px;
}

.upcoming_event_body_text {
    width: 70%;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds ellipses */
}

.upcoming_event_CTA {
    outline: none;
    border: 1px solid white;
    border-radius: 100px;
    min-height: 45px;
    color: white;
    font-weight: 600;
    background-color: transparent;
    width: 35% !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 15px;
    text-align: center;
}

.upcoming_event_date_and_time {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.hideDesktop {
    display: none;
}

.cutom_select_first select {
    border: none;
    background: transparent;
    color: white;
    outline: none;
}

.multi {
    padding: 0px !important;
}

@media only screen and (max-width: 768px) {
    .explore_section {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 40px !important;
    }

    .upcoming_container {
        width: 100%;
        height: 600px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 20px
    }

    .upcoming_event_CTA {
        outline: none;
        border: 1px solid white;
        border-radius: 100px;
        min-height: max-content;
        color: white;
        font-weight: 600;
        background-color: transparent;
        width: 35% !important;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        margin-top: 15px;
    }

    .store_link_inform {
        width: 90%;
    }

    store_links_downloads_inform img {
        width: 40% !important;
        height: auto;
    }

    .upcoming_event {
        padding-bottom: 0px;
        position: relative;
    }

    .upcoming_event_content {
        display: flex;
        position: absolute;
        top: 40%;
        color: white;
        flex-direction: column;
        left: 10%;
    }

    .gradient_overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        transform: rotateY(180deg);
    }

    .upcoming_event_title {
        font-size: 35px;
        line-height: 37px;
    }

    .upcoming_event_sub {
        font-size: 25px;
    }

    .upcoming_icon {
        display: none;
    }

    .upcoming_event_date_and_time {
        display: flex;
        gap: 5px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .hideDesktop {
        display: block;
    }
}
/* End Of Upcoming Events */

/* Must See Events */
.must_see_events {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 80px;
}

.must_see_title {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    color: white;
}

.must_see_button {
    width: 15%;
    outline: none;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-weight: 600;
    align-self: center;
    border-radius: 100px;
    min-height: max-content;
}

.must_see_cards {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.tag_must_see {
    background-color: #1D1D1D;
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-size: 14px;
    text-align: center;
    width: max-content;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.image_container_must_see {
    width: 380px;
    height: 307px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .image_container_must_see img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
app-must-see-event-card .image_container {
    width: 90%;
    height: auto;
    aspect-ratio: 420 / 330;
}
.must_see_fav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    background-color: black;
    opacity: 85%;
    border-radius: 100%;
    border: none;
}

    .must_see_fav img {
        width: 50%;
    }


.card_time_icon {
    width: 40px !important;
}


#img_icon {
    width: 50% !important;
    object-fit: contain;
}

.places_to_go .must_see_button {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {

    .places_to_go .must_see_button {
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .owl-carousel {
        margin-top: 0px !important;
    }

    .must_see_title {
        font-size: 35px;
        width: 100%;
        margin-top: 0px;
    }

    .must_see_cards {
        display: flex;
        justify-content: space-evenly;
        gap: 20px;
        margin-bottom: 40px;
        overflow: scroll;
        margin-top: 40px;
    }

    .must_see_events {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .must_see_cards::-webkit-scrollbar {
        display: none;
    }

    .must_see_button {
        width: 55%;
        outline: none;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        font-weight: 600;
        align-self: flex-start;
        border-radius: 100px;
        min-height: max-content;
        margin-right: 5%;
    }

    .image_container_must_see {
        width: 270px;
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        margin-bottom: 30px;
        position: relative;
    }

        .image_container_must_see img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 20px;
        }
}

/* End Of Must See Events */
/* Home Filter */
.hero_section {
    min-height: 70vh;
    position: relative;
    margin-bottom: 40px;
}

.hero_item {
    width: 100%;
    height: 100vh;
    display: flex;
}

.hero_item-sitemap {
    width: 100%;
    height: 50vh;
    display: flex;
}

.hero_item_inner {
    width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(180deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    height: auto;
    max-height: 550px;
}
.hero_item_inner_auto_height {
    width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(180deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000000 30%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    height: auto;
}
.header-hero-bg {
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.owl-dots {
    position: absolute;
    display: flex;
    width: 100%;
    background-color: transparent;
    height: 100px;
    justify-content: center;
    bottom: 10%;
    gap: 10px;
}


.owl-carousel.owl-carousel-hero .owl-dot {
    background-color: #8E8E8E !important;
    width: 20px;
    height: 8px;
    border-radius: 100px;
    z-index: 100;
    outline: none;
}

    .owl-carousel.owl-carousel-hero .owl-dot.active {
        background-color: #EAEAEA !important;
        width: 33.38px;
        height: 8px;
        border-radius: 100px;
        z-index: 20;
        outline: none;
    }

.fav-btn::before {
    font-size: 15px
}

.hero_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
}

.wishlist-title {
    font-size: 74px;
    color: white;
    font-weight: 800;
    line-height: 76px;
    margin-bottom: 60px;
    z-index: 30;
}

.hero_title, p.hero_title {
    font-size: 74px;
    color: white;
    font-weight: 800;
    line-height: 76px;
    margin-bottom: 120px;
    z-index: 30;
}

.hero_title_no_bottom_margin {
    font-size: 55px;
    color: white;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 120px;
    z-index: 30;
}


.cutom_select_first {
    color: white;
    padding: 10px;
    padding-right: 30px;
    margin: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: transparent;
    border: 1px solid white;
    width: 50%;
    outline: none;
}

@media only screen and (max-width: 768px) {

    .hero_title, p.hero_title {
        font-size: 40px;
        margin-top: 20px
    }

    .hero_title_no_bottom_margin {
        font-size: 40px;
        color: white;
        font-weight: 800;
        line-height: 60px;
        margin-bottom: 20px !important;
        z-index: 30;
    }
}
    .custom_select_container {
        display: flex;
        flex-direction: row;
        gap: 0px;
        color: white;
    }

.cutom_select_first, .cutom_select_middle, .cutom_select_last {
    color: white;
    margin: 0;
    background-color: rgb(0, 0, 0, 0.3);
    border: 1px solid white;
    width: 50%;
    outline: none;
}
.cutom_select_first {
    padding: 10px;
    padding-right: 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.cutom_select_middle {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 20px;
}

.cutom_select_last {
    padding: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    justify-content: center;
    padding-right: 20px;
    align-items: flex-start;
    position: relative;
}

        .cutom_select_first select, .cutom_select_middle select, .cutom_select_last select {
            border: none;
            background: transparent;
            color: white;
            outline: none;
            font-size: 22px;
            font-weight: 600;
            padding-right: 20px !important;
        }

    .custom_select_container .multi {
        margin-right: -25px;
    }

    .hero_section_main_cta {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background-color: white;
        color: black;
        text-align: center;
        border: none;
        align-self: center;
        outline: none;
        font-size: 20px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 30%;
        margin-top: 40px;
    }


    .loc_selector {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .custom_select_trans {
        background-color: transparent;
        border: none;
        color: white;
        width: 100%;
        outline: none;
    }

    option {
        color: black;
    }

    .custom_select_trans_hidden {
        background-color: transparent;
        border: none;
        color: white;
        width: 100%;
        opacity: 0;
        position: absolute;
    }

    .location_selector {
        width: 100%;
        text-align: start;
    }

    .hidden_datepicker {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .bg_img_overlay {
        opacity: 1;
        mask-image: linear-gradient(to bottom, white, transparent);
        -webkit-mask-image: linear-gradient(to bottom, white, transparent);
        position: absolute;
        opacity: 0.5;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 50;
        opacity: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }

    .hero_content_mobile {
        display: none;
    }


    .upcoming-event-iteration-1-container {
        display: flex;
        flex-direction: row;
        width: 90%;
        margin: auto;
    }

    .upcoming-event-iteration-1-image-container {
        width: 60%;
    }

    .upcoming-event-iteration-1-image {
        width: 100%;
        object-fit: cover;
        max-height: 500px;
        max-height: 500px;
        border-radius: 20px;
    }

    .upcoming-event-iteration-1-content-container {
        width: 40%;
        padding: 20px;
        padding-right: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .upcoming-event-iteration-1-span-title {
        font-size: 20px;
        font-weight: 700;
    }

    .upcoming-event-iteration-1-title {
        font-size: 45px;
        font-weight: 700;
    }

    .upcoming-event-iteration-1-body-text {
        font-size: 16px;
        font-weight: 500;
        max-width: 70%;
    }

    .upcoming-event-iteration-1-cta {
        background-color: white;
        border-radius: 1000px;
        border: none;
        outline: none;
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        height: 45px;
        font-weight: 700;
        margin-top: 20px;
    }

    /*--------------*/
    .upcoming-event-iteration-2-container {
        display: flex;
        flex-direction: column;
    }

    .upcoming-event-iteration-2-image-container {
        width: 100%;
    }

    .upcoming-event-iteration-2-image {
        width: 100%;
        object-fit: cover;
        max-height: 500px;
        max-height: 500px;
    }

    .upcoming-event-iteration-2-content-container {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        background-color: rgba(0,0,0,0.5);
        border-radius: 20px 20px 20px 20px;
    }

    .upcoming-event-iteration-2-content-text-container {
        width: 50%;
    }

    .upcoming-event-iteration-2-span-title {
        font-size: 20px;
        font-weight: 700;
    }

    .upcoming-event-iteration-2-title {
        font-size: 45px;
        font-weight: 700;
    }

    .upcoming-event-iteration-2-body-text {
        font-size: 16px;
        font-weight: 500;
        max-width: 70%;
    }

    .upcoming-event-iteration-2-cta {
        background-color: white;
        border-radius: 1000px;
        border: none;
        outline: none;
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        height: 45px;
        font-weight: 700;
        align-self: flex-end;
    }

    .just-for-bg {
        width: 90%;
        display: flex;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        justify-content: space-between;
    }

    /*--------------*/
    .upcoming-event-iteration-3-container {
        display: flex;
        flex-direction: row;
        width: 90%;
        margin: auto;
        gap: 20px;
    }

    .upcoming-event-iteration-3-image-container {
        display: flex;
        width: 60%;
    }

    .upcoming-event-iteration-3-image {
        width: 100%;
        margin: auto;
        border-radius: 20px;
        object-fit: cover;
        max-height: 500px;
        max-height: 500px;
    }

    .upcoming-event-iteration-3-content-container {
        background-color: rgba(0,0,0,0.5);
        width: 40%;
        padding: 20px;
        padding-right: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 20px;
    }

    .upcoming-event-iteration-3-span-title {
        font-size: 20px;
        font-weight: 700;
    }

    .upcoming-event-iteration-3-title {
        font-size: 45px;
        font-weight: 700;
    }

    .upcoming-event-iteration-3-body-text {
        font-size: 16px;
        font-weight: 500;
        max-width: 70%;
    }

    .upcoming-event-iteration-3-cta {
        background-color: white;
        border-radius: 1000px;
        border: none;
        outline: none;
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        height: 45px;
        font-weight: 700;
        margin-top: 20px;
    }


@media only screen and (max-width: 768px) {


    .upcoming-event-iteration-1-container {
        display: flex;
        flex-direction: column;
    }

    .upcoming-event-iteration-1-image-container {
        width: 100%;
    }

    .upcoming-event-iteration-1-content-container {
        width: 90%;
        margin: auto;
        padding: 20px;
    }

    .upcoming-event-iteration-1-span-title {
        font-size: 18px;
        font-weight: 700;
    }

    .upcoming-event-iteration-1-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .upcoming-event-iteration-1-body-text {
        font-size: 14px;
        font-weight: 500;
    }


    .upcoming-event-iteration-2-container {
        display: flex;
        flex-direction: column;
    }

    .upcoming-event-iteration-2-image-container {
        width: 100%;
    }

    .upcoming-event-iteration-2-image {
        width: 100%;
        object-fit: cover;
        max-height: 500px;
        max-height: 500px;
    }

    .upcoming-event-iteration-2-content-container {
        width: 100%;
        margin: auto;
        margin-top: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        background-color: rgba(0,0,0,0.5);
    }

    .upcoming-event-iteration-2-content-text-container {
        width: 100%;
    }

    .upcoming-event-iteration-2-span-title {
        font-size: 20px;
        font-weight: 700;
    }

    .upcoming-event-iteration-2-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .upcoming-event-iteration-2-body-text {
        font-size: 16px;
        font-weight: 500;
    }

    .upcoming-event-iteration-2-cta {
        background-color: white;
        border-radius: 1000px;
        border: none;
        outline: none;
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        height: 45px;
        font-weight: 700;
        margin-top: 20px;
        align-self: flex-start;
    }

    .just-for-bg {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    /*--------------*/
    .upcoming-event-iteration-3-container {
        display: flex;
        flex-direction: column;
    }

    .upcoming-event-iteration-3-image-container {
        display: flex;
        width: 100%;
    }

    .upcoming-event-iteration-3-image {
        width: 90%;
        height: 90%;
        margin: auto;
        border-radius: 20px;
        object-fit: cover;
        max-height: 500px;
        max-height: 500px;
    }

    .upcoming-event-iteration-3-content-container {
        background-color: rgba(0,0,0,0.5);
        width: 90%;
        margin: auto;
        margin-top: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .upcoming-event-iteration-3-span-title {
        font-size: 20px;
        font-weight: 700;
    }

    .upcoming-event-iteration-3-title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .upcoming-event-iteration-3-body-text {
        font-size: 16px;
        font-weight: 500;
    }

    .upcoming-event-iteration-3-cta {
        background-color: white;
        border-radius: 1000px;
        border: none;
        outline: none;
        color: black;
        padding-left: 30px;
        padding-right: 30px;
        height: 45px;
        font-weight: 700;
        margin-top: 20px;
    }

    .owl-carousel.owl-carousel-hero .owl-stage {
        padding-left: 0px !important;
    }

    .hero_item_inner {
        width: 100%;
        object-fit: cover;
    }

    .owl-dots {
        display: flex;
        width: 100%;
    }


    .hero_title {
        font-size: 40px;
        line-height: 40px;
        width: 100%;
    }

    .hero_content {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        text-align: center;
        width: 90%;
        display: block;
    }

    .hero_content_mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        text-align: center;
        width: 90%;
        display: flex;
        flex-direction: column;
        z-index: 100;
        align-items: center;
    }

    .custom_mobile_select {
        width: 100%;
        background-color: transparent;
        outline: none;
        padding-top: 0px;
        border: none;
        color: white;
        font-size: 20px;
        font-weight: 700;
    }

    .mobile_select_row {
        width: 90%;
        margin: auto;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }


    .custom_mobile_select_container {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
        padding-bottom: 10px;
    }


    .custom_select_container {
        display: flex;
        flex-direction: row;
        gap: 0px;
        color: white;
        display: none;
    }

    .inner_mobile_content {
        display: flex;
        flex-direction: column;
        width: 95%;
        border: 2px solid white;
        border-radius: 20px;
    }

    .mobile_select_label {
        color: white;
        font-size: 14px;
        padding-top: 10px;
        margin-left: 5px;
    }

    .custom_mobile_go {
        margin-top: 10px;
        width: 70%;
        align-self: center;
        border-radius: 100px;
        outline: none;
        min-height: 40px;
        border: none;
        font-size: 17px;
        font-weight: 700;
    }

    .custom_mobile_divider {
        border-color: white;
        border: 1px solid white;
        width: 99.5%;
    }
}
/* End Of Home Filter */

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -12%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    font-size: 20px;
    color: white;
    border: 2px solid !important;
    border-radius: 60px;
    height: 42px;
    width: 42px;
    padding: 5px;
    box-sizing:content-box;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff5;
        color: #FFF;
        text-decoration: none;
        justify-items: center;
    }

.owl-next {
    right: 5%;
}

.owl-prev {
    right: calc(5% + 70px);
    left: auto;
}

/* Featured Events */
.featured_events_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    padding-top: 50px;
}

.featured_event_card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.featured_event_image {
    border-radius: 20px;
    object-fit: cover;
    max-height: 600px;
    min-height: 500px;
    border: 1px solid;
}

.featured_event_fav {
    position: absolute;
    width: 50px;
    height: 50px;
    /*background-color: #000000D9;*/
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    z-index: 10;
}

.featured_event_heart {
    width: 50% !important;
}

#featured_event_heart {
    width: 50% !important;
    object-fit: contain !important
}

.featured_events_content {
    display: flex;
    gap: 40px;
    /*width: 80%;*/
    margin: auto;
    margin-top: 30px;
    align-items: center;
}

.feautred_events_main_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.featured_events_body_text {
    width: 50%;
    color: white;
}

.featured_events_tag_loc {
    display: flex;
    gap: 10px;
    align-items: center;
}

.featured_events_tags {
    background-color: #202020;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    width: max-content;
    padding-top: 10px;
    padding-bottom: 10px
}


.featured_events_loc {
    font-size: 14px;
    color: white;
}

    .featured_events_loc p {
        text-wrap: nowrap;
    }

.featured_events_title {
    color: white;
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
}

.featured_events_title_date_and_time {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 5px;
}


.featured_events_inner {
    display: flex;
    gap: 10px;
    color: white;
    align-items: center
}

.featured_events_icon_inner {
    width: 15px !important;
}

#featured_events_icon_inner {
    width: 15px !important;
    object-fit: contain !important;
}

.mobile_only_date {
    display: none;
}


.owl-carousel .owl-item img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.card-img {
    width: 100%;
    height: 100%;
}

.custom_mobile_select_container {
    display: none;
}

.filter-cont .mobile-filter-sec .modal .modal-dialog {
    margin: 0px;
    min-height: 100vh;
}

/*#locDownMenuButton{
    border: none !important;
}

#locDownMenuButton:active{
    border: none; 
    background-color: transparent;
    color: white;
}*/

#filtersCollapse {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
}

.custom-select-arrow[aria-expanded="true"] {
    background-color: #FFF5 !important;
    color: white !important;
    background-image: url(/assets/enjoy-assets/images/dropdown_arrow_expanded_alt.svg) !important;
}

.inner_mobile_filter_search_item {
    display: flex;
    gap: 5px;
}

/*.show{
    padding-right: 10px !important;
}*/

/*#categDownMenuButton{
        border: none !important;
}

#categDownMenuButton:active {
        border: none;
        background-color: transparent;
        color: white;
 }*/

.modal-header-title {
    font-size: 22px;
}


/*#dropdownMenuButton {
    border: none !important;
}

#dropdownMenuButton:active {
   border: none;
   background-color: transparent;
   color: white;
}*/

#custom_mobile_filter_button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    outline: none;
    border-radius: 1000px
}

 /*filter-cont{
    color: white !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 100px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}*/

.filter-cont .mobile-filter-sec .open-popup-filter {
    padding: 0px !important;
}

.filter-name {
    color: white !important;
    margin-left: 20px !important
}


#featured_events_icon_inner {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
}


#featured_events_icon_inner {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
}


@media only screen and (max-width: 768px) {

    .featured_events_section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
        padding-top: 150px;
    }

    .filter-cont {
        color: white !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        background-color: transparent !important;
        /*border: 1px solid white !important;*/
        border-radius: 100px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .featured_event_card {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        display: flex;
        position: relative;
        padding-left: 0px !important;
    }

    /*   .owl-stage {
        padding-left: 20px !important;
    } */

    .featured_events_content {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: auto;
        margin-top: 30px;
        bottom: 30px;
        left: 3%;
        align-items: center;
        position: absolute;
        flex-direction: column;
    }

    .featured_events_title {
        font-size: 35px;
        line-height: 37px;
    }

    .featured_card_image_container {
        position: relative;
        display: inline-block;
        max-height: 500px;
    }

    .featured_event_image {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover;
        border: 1px solid;
    }

    .featured_card_image_container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0));
        border-radius: 20px;
    }

    .feautred_events_main_content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 90%;
    }

    .featured_events_body_text {
        width: 90%;
        color: white;
    }

    .featured_events_tag_loc {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }

    .featured_events_title {
        color: white;
        font-size: 30px !important;
        font-weight: 800;

    }
    .owl-theme .owl-dots {
        z-index: -1;
    }
    .featured_events_title_date_and_time {
        display: none;
        width: 100%;
        gap: 20px;
    }

    .mobile_only_date {
        margin-top: 10px;
        display: block;
    }


    .custom_mobile_select_container {
        display: block;
        width: 100%;
        margin: auto;
    }

    .main_mobile_inner_search_contaner {
        border: 1px solid white;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(64,7,7,1) 0%, rgba(6,23,56,1) 100%);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mobile_search_first_row_inner_content {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .main_mobile_inner_search_first_row {
        display: flex;
        gap: 10px;
        padding-top: 20px;
    }

    .main_mobile_inner_search_divider {
        width: 100%;
        height: 1px;
        background-color: white
    }

    .main_mobile_inner_search_second_row {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .custom_select_container {
        display: flex;
        flex-direction: row;
        gap: 0px;
        color: white;
        display: none;
    }

    .custom_mobile_select {
        background-color: transparent;
        color: white;
        font-size: 20px;
        font-weight: 600;
        direction: rtl;
    }

    .custom_mobile_select_span {
        padding-right: 10px;
    }

    .hero_section_main_cta {
        display: none
    }

    .mobile_inner_hero_CTA {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        border-radius: 100px;
        text-align: center;
        align-self: center;
        font-weight: 600;
        outline: none;
        border: none;
    }

    .hero_section {
        height: auto;
        min-height: 50vh;
    }

    .inner_mobile_content {
        display: flex;
        flex-direction: column;
        width: 95%;
        border: 2px solid white;
        border-radius: 20px;
    }

    .mobile_select_label {
        color: white;
        font-size: 14px;
        padding-top: 10px;
        margin-left: 5px;
    }

    .custom_mobile_go {
        margin-top: 10px;
        width: 70%;
        align-self: center;
        border-radius: 100px;
        outline: none;
        min-height: 40px;
        border: none;
        font-size: 17px;
        font-weight: 700;
    }

    .custom_mobile_divider {
        border-color: white;
        border: 1px solid white;
        width: 99.5%;
    }
}
/* End Of Featured Events */

/* Places stop go */
.places_to_go {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    padding-top: 70px;
}
    .places_to_go .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .places_togo_item {
    display: flex;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}

.places_togo_card {
    display: flex;
    position: relative;
    max-width: 400px;
    height: 450px;
    border-radius: 20px;
    border: 1px solid;
    margin: auto;
}

    .places_togo_card a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: inherit;
    }

.places_togo_content {
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    right: 15px;
    color: white;
}

.palces_togo_title {
    font-size: 25px;
    font-weight: 600;
}

.place_togo_image {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.places_togo_linear {
    background: linear-gradient(to top, black, transparent 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    bottom: 0;
}

.places_togo_body_text {
    font-size: 16px;
    font-weight: 400;
}

.places_togo_top_banner {
    position: absolute;
    top: 5%;
    right: 10px;
    background-color: #202020;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    z-index: 1;
}

.custom_nav_buttons {
    display: flex;
    gap: 10px;
    align-self: flex-end;
    margin-left: 10%;
    direction: ltr;
}

@media only screen and (max-width: 768px) {

    .featured_events_body_text p {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Adds ellipses */
    }

    .places_to_go {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0px;
        padding-top: 30px;
    }

    .custom_nav_buttons {
        display: none;
        gap: 10px;
        align-self: flex-end;
        margin-left: 10%;
    }

    .places_togo_card {
        display: flex;
        position: relative;
        width: 100%;
        height: 450px;
        border-radius: 20px;
        padding-left: 0px !important;
    }

    /* .owl-stage {
        padding-left: 20px !important;
    } */
}

/* End Of Places to Go */

/* Explore Categories Section */
.explore_section {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.explore_title {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    color: white;
}

.explore_items_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 80px;
}

.explore_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.explore_card {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(33.33% - 20px);
    background-color: #00B538;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    .explore_card img {
        max-width: 93px;
        max-height: 93px;
    }

.explore_card2 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    background-color: #00DFC5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.explore_card3 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    background-color: #60279B;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.explore_card4 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    background-color: #FB8AF9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.explore_card5 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    background-color: #D22F53;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.explore_card6 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
    background-color: #FFD404;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.explore_card_title {
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.card_time p {
    flex: none;
}

@media only screen and (max-width: 768px) {

    .explore_items_container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .explore_title {
        font-size: 35px;
        width: 100%;
        margin-top:40px;
    }

    .explore_items {
        overflow: scroll;
    }

        .explore_items::-webkit-scrollbar {
            display: none;
        }

    .explore_card_title {
        font-size: 25px;
    }

    .explore_card {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-radius: 20px;
        display: flex;
        min-width: 250px;
        justify-content: space-between;
    }

        .explore_card img {
            max-width: 93px;
            max-height: 93px;
        }

    .explore_card2 {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 95%;
        background-color: #00DFC5;
        border-radius: 20px;
        display: flex;
        min-width: 250px;
        justify-content: space-between;
    }

    .explore_card3 {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 95%;
        background-color: #60279B;
        border-radius: 20px;
        display: flex;
        min-width: 250px;
        justify-content: space-between;
    }

    .explore_card4 {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 95%;
        background-color: #FB8AF9;
        border-radius: 20px;
        display: flex;
        min-width: 250px;
        justify-content: space-between;
    }

    .explore_card5 {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 95%;
        background-color: #D22F53;
        border-radius: 20px;
        display: flex;
        min-width: 250px;
        justify-content: space-between;
    }

    .explore_card6 {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 250px;
        width: 95%;
        background-color: #FFD404;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
    }
}
/* End Of Explore Categories Section */

/* Featured Activities */
.featured_activities {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}

.activities_CTA {
    color: white;
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 55px;
}

.activities_sub {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: -12px;
}

.activities_title {
    font-size: 55px;
    font-weight: 800;
}

.activities_content {
    font-size: 18px;
    font-weight: 500;
}

.activities_button {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 100px;
    min-height: 45px;
    color: white;
    font-weight: 600;
    width: 50%;
    margin-top: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

    .activities_button:hover {
        background-color: #FFF5
    }

.featured_cards {
    width: 70%;
    display: flex;
    overflow:auto;
    gap: 10px;
}

    .featured_cards::-webkit-scrollbar {
        display: none;
    }


.featured_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 35px !important;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.owl-item .featured_card {
    margin: 15px;
}


.featured_card::-webkit-scrollbar {
    display: none;
}


.featured_card::-webkit-scrollbar{
    display:none;
}

/*.featured_card:hover {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    transform: scale(1.02);
    padding-bottom: 35px !important;
    padding: 0px 0px
}

    .featured_card:hover{
        overflow:hidden;
    }*/

    .image_container {
        width: 380px;
        height: 307px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        margin-bottom: 5px;
        border: 1px solid;
        position: relative;
    }

    .image_container img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.location_tag {
    display: flex;
    gap: 15px;
    height: 34px;
    align-items: center;
    font-size: 16px;
}

    .location_tag img {
        height: 100%;
    }

.tag {
    background-color: #1D1D1D;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 12px;
    text-align: center;
}

.event_status {
    position: absolute;
    top: 5%;
    left: 10px;
    background-color: #202020;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

.card_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    max-width: 380px;
    margin-right:20px;
}

.card_title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

.card_body_text {
    font-size: 18px;
    font-weight: 500;
}

.card_content .card_body_text {
    line-height: 1.5em;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.card_date_and_time {
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
    font-weight: 600;
}

    .card_date_and_time img {
        max-width: 18px;
    }

.card_time {
    display: flex;
    align-items: center;
    gap: 7px;
}

@media only screen and (max-width: 768px) {

    .wishlist-title {
        font-size: 40px;
        color: white;
        font-weight: 800;
        line-height: 76px;
        margin-bottom: 60px;
        z-index: 30;
    }

    .card_date_and_time {
        margin-top: 0px;
        display: flex;
        gap: 0px;
        align-items: flex-start;
        flex-direction: column;
        font-size: 16px;
    }

    .owl-item .featured_card {
        margin: 0px;
    }

    .card_content {
        min-width: 250px;
    }

    .featured_card {
        margin-bottom: 20px;
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 35px !important;
        justify-content: center;
        align-items: center;
        padding: 15px;
        border-radius: 20px;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    }

    .activities_button {
        background-color: transparent;
        border: 1px solid white;
        border-radius: 100px;
        min-height: max-content;
        color: white;
        font-weight: 600;
        width: 50%;
        margin-top: 35px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .app_feat_event_card {
        flex: none;
        width: 300px;
    }

    .featured_activities {
        display: flex;
        gap: 20px;
        width: 100%;
        margin: auto;
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .activities_CTA {
        color: white;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-bottom: 20px;
        margin-right:20px;
    }

    .featured_cards::-webkit-scrollbar {
        display: none;
    }

    .featured_cards {
        width: 100%;
        display: flex;
        gap: 15px;
        overflow: auto;
    }

    .image_container {
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        margin-bottom: 30px;
        border: 1px solid;
    }

        .image_container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }
}
/* End Of Featured Activities  */


.home-featured-event-section-container .home-featured-event-img-container .home-featured-event-item-type {
    position: absolute;
    top: 1.111rem;
    margin-right: 1.111rem;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 0.139rem 0.278rem;
    color: #fff;
    font-family: "Tajawal-Bold";
    text-transform: uppercase;
    font-size: 0.889rem;
    line-height: 1.333rem
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .home-featured-event-section-container .home-featured-event-img-container .home-featured-event-item-type {
        top: 1.563rem;
        margin-right: 1.563rem;
        padding: 0.156rem 0.313rem;
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (max-width: 576px) {
    .home-featured-event-section-container .home-featured-event-img-container .home-featured-event-item-type {
        top: 0.714rem;
        margin-right: 0.714rem;
        padding: 0.179rem 0.357rem;
        font-size: 1.143rem;
        line-height: 1.714rem
    }
}

.dir {
    direction: ltr;
}


.featured_card .image_container img, .image_wrapper .festivals_and_seasons_image, .place_togo_image {
    transition: all 0.9s ease;
}

.featured_card:hover .image_container img, .image_wrapper:hover .festivals_and_seasons_image, .places_togo_card:hover .place_togo_image {
    opacity: 0.8;
    transform: scale(1.15)
}

.fav-btn-Selected::before {
    content: "\e95d";
    color: white;
    font-family: "icomoon" !important;
    font-size: 22px;
    margin-top: 3px;
}

.fav-btn::before {
    content: "\e95a";
    color: white;
    font-family: "icomoon" !important;
    font-size: 15px;
    margin-top: 9px;
}

.must_see_fav .spinner {
    animation: spinnerRotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
}

    .must_see_fav .spinner .path {
        stroke: rgba(200, 204, 208, 0.5);
        stroke-linecap: round;
        animation: dash 1.5s ease-in-out infinite;
    }

.must_see_fav, .must_see_fav:focus {
    outline: none;
}
/*.modal-content .custom-select-arrow {
    color: black;
}*/

.filter-cont .mobile-filter-sec .modal .modal-dialog {
    align-content: end;
}

    .filter-cont .mobile-filter-sec .modal .modal-dialog .modal-content {
        border: 1px solid #D9B537;
        background: linear-gradient(148.86deg, #0B2A59 1.07%, #082735 53.51%, #580318 108.1%);
    }

.action_button {
    width: 100%;
    background-color: #fff;
    border-radius: 100px;
    min-height: 45px;
    outline: none;
    border: 1px solid #2A303C;
    font-weight: 600;
    cursor: pointer;
}

.clear_button {
    width: 100%;
    border: 0;
    background-color: transparent;
    outline: none;
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin: 0 0.5rem;
    font-size: 1rem;
    padding-top: 0.7rem;
    text-align: center;
}

.filter-cont .mobile-filter-sec .modal .modal-dialog .modal-content .modal-header .close {
    color: white;
}

.custom_dropdown_element {
    text-align: right;
}

header {
    z-index: 999;
}

.more_arrow_sitemap{
    rotate: 180deg;
}

.sitemap_content, .sitemap-list {
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
}

    .sitemap_item, .sitemap-list li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.custom_sitemap_button, .content-layout .content-page-container .sitemap-list li a {
    width: 100%;
    background-color: transparent !important;
    outline: none;
    color: white !important;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    border: none !important;
}

/*.sitemap-list li a::after {
    content: "\e910";
    margin-left: -1em;
    color: #fff;
    font-family: "icomoon" !important;
    position: relative;
    display: block;
    width: .35em;
    height: .4em;
    float: left;
}*/


.scroll_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #f8004c;
    border: none;
    border-radius: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.3s ease-in-out;
}

.scroll_to_top img {
    width: 30px;
    height: 30px;
}

.scroll_to_top:hover {
    background-color: #ff90ff;
}

.wrap-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.location_tag img {
    max-width: 1.94rem;
    max-height: 1.94rem;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    margin-right: 0px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

@media (min-width: 992px) {

    .places_to_goo .owl-item {
        max-width: 380px;
    }

    .wishlist-title {
        font-size: 40px;
        color: white;
        font-weight: 800;
        line-height: 76px;
        margin-bottom: 60px;
        z-index: 30;
    }

}