.event_details_intro {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.get_directions_button:hover {
    background-color: #fff5;
}

.buy_tickets_button:hover {
    background-color: #fff5;
}

    .buy_tickets_button:hover .button_icons {
        content: url('/assets/enjoy-assets/images/outsideIcon_white.svg');
    }

.event_details_big_banner {
    width: 65%;
    display: flex;
    position: relative;
    border-radius: 20px;
    align-items: center;
    border: 1px solid rgba(238, 4, 101, 1);
    overflow: hidden;
}

.event_details_big_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent 30%);
    pointer-events: none;
}
.share_item a {
    display: flex;
    gap: 10px;
}
.inner_source_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
}

.event_content_abs {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    z-index: 10;
    width: 95%;
    margin: auto;
    margin-right: 20px;
    align-items: flex-end;
}

.event_date_abs {
    font-size: 18px;
    font-weight: 700;
}

.event_loc_abs {
    font-size: 18px;
}

.event_details_row_abs {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.event_title_desc {
    font-size: 18px;
    font-weight: 400;
}

.event_title_abs {
    font-size: 30px;
    font-weight: 800;
}

.event_details_small_banner {
    width: 35%;
    margin: auto;
    background: linear-gradient(148.86deg, #0B2A59 1.07%, #082735 53.51%, #580318 108.1%);
    border: 1px solid rgba(48, 155, 135, 1);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.event_small {
    font-size: 14px;
}

.event_details_title {
    font-size: 30px;
    font-weight: 800;
}

.desc_event_details {
    font-size: 16px;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.organizer_span {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 800;
}

.organized_handler {
    font-size: 14px;
}

.rating_div {
    display: flex;
    gap: 3px;
    margin-top: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.details_row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.title_and_desc_abs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
    margin: auto;
}

.ratingsCount {
    text-decoration: underline;
    margin-left: 10px;
    font-size: 12px;
}

.buttons_details_row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.get_directions_button {
    display:flex;
    justify-content:center;
    align-items:center;
    min-height: 47px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid white;
    width: 50%;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.buy_tickets_button {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 47px;
    background-color: white;
    border-radius: 100px;
    border: 1px solid white;
    width: 50%;
    justify-content: center;
    color: black;
    font-weight: 800;
    font-size: 18px;
}

.socialsDiv {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 20px;
}

.interactions_div {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.share_button {
    min-height: 40px;
    height:40px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid white;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
    font-size: 18px;
}

.share_button:hover, .wishlist_button:hover{
    background-color: #FFF5
}

.wishlist_button {
    min-height: 40px;
    height:40px;
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid white;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 800;
    font-size: 18px;
}

.event_content_abs_mobile {
    display: none;
}

.button_icons {
    width: 20px;
    padding-right: 5px;
}

.about_event_desc {
    margin-bottom: 40px;
    margin-top: 50px;
    display: flex;
    gap: 30px;
    width: 90%;
    flex-direction: row;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}


.map-img {
    width: 90%;
    margin: auto
}

.about_event_desc_right_side {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_event_desc_left_side {
    width: 35%;
    display: flex;
}

.organized_by_div {
    display: flex;
    border: 1px solid #535353;
    border-radius: 20px;
    gap: 50px;
    align-items: center;
    padding: 20px;
}
.map_div {
    display: flex;
    border: 1px solid #32A9FF;
    border-radius: 20px;
    gap: 50px;
    align-items: center;
    padding: 20px;
}

.map-info-box {
    background-color: white;
    width: 70%;
    color: black;
    margin: 10px;
    min-width: 200px;
    min-height: 100px;
    border: 1px solid #32A9FF;
    border-radius: 20px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
}

div:has(> div.map-info-box) {
    width: 90%;
}
.map-info-header
{
    font-weight:bold;
}
.map-info-direction a{
    color: #E93F3A;
    font-weight:700;
    font-size:15px;
}
.about_event_desc_title {
    font-size: 30px;
    font-weight: 600;
}

.about_event_desc_subtitle {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px
}

.about_event_location_maps {
    display: flex;
    width:100%;
    flex-direction: column;
}

.fav-btn-Selected::before {
    content: "\e95d";
    color: white;
    font-family: "icomoon" !important;
    padding: 0px 5px;
    font-size: 15px;
}

.fav-btn::before {
    content: "\e95a";
    color: white;
    font-family: "icomoon" !important;
    padding: 0px 5px;
}
button > img {
    padding-left: 5px;
}


.organizers_carousel {
    display: flex;
    gap: 10px;
    padding: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .organizers_carousel::-webkit-scrollbar {
        display: none;
    }

.about_event_details_div_custom {
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}


.sponsor_bounding_box {
    flex: 0 0 auto;
    width: 250px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .sponsor_bounding_box img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.gallery_sec_cont {
    width: 90%;
    margin: auto
}

.organizer_image_thumb {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center
}

@media only screen and (max-width: 768px) {

    .rating_div {
        display: flex;
        flex-direction:column;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .event_details_small_banner {
        width: calc(100%); /* 30px padding on both sides */
        margin: auto;
        background: linear-gradient(148.86deg, #0B2A59 1.07%, #082735 53.51%, #580318 108.1%);
        border: 1px solid rgba(48, 155, 135, 1);
        display: flex;
        flex-direction: column;
        border-radius: 20px;
    }

    .about_event_desc_right_side {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .about_event_desc_left_side {
        width: 100%;
        display: flex;
    }


    .download_section {
        margin-top:20px
    }
    .event_details_intro {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        width: 90%;
        margin: auto;
        margin-top: 50px;
        flex-direction: column;
    }

    .event_details_big_banner {
        width: 100%;
        display: flex;
        position: relative;
        border-radius: 20px;
        align-items: center;
        border: 1px solid rgba(238, 4, 101, 1);
        overflow: hidden;
        min-height: 500px;
    }

    .event_content_abs {
        display: none;
    }

    .event_content_abs_mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 40px;
        z-index: 10;
        width: 90%;
        padding-right: 5%;
        margin: auto;
    }

    .title_and_desc_abs {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin: auto;
    }

    .details_row {
        display: flex;
        gap: 8px;
        margin-top: 10px;
    }


    .get_directions_button {
        min-height: 47px;
        background-color: transparent;
        border-radius: 100px;
        border: 1px solid white;
        width: 50%;
        color: white;
        font-weight: 800;
        font-size: 13px;
    }

        .get_directions_button:hover {
            background-color: white !important;
            color: black !important; 
        }

    .buy_tickets_button {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 47px;
        background-color: white;
        border-radius: 100px;
        border: 1px solid white;
        width: 50%;
        justify-content: center;
        color: black;
        font-weight: 800;
        font-size: 13px;
    }

        .buy_tickets_button:hover {
            background-color: transparent !important;
            color: white !important;
        }

    .share_button {
        gap: 5px;
        background-color: transparent;
        border-radius: 100px;
        border: 1px solid white;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 800;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .wishlist_button {
        gap: 5px;
        /*min-height: 47px;*/
        background-color: transparent;
        border-radius: 100px;
        border: 1px solid white;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 800;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .button_icons {
        width: 20px;
        padding-right: 5px;
    }

    .about_event_desc {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        width: 90%;
        flex-direction: column;
        margin-right: 5%;
        margin-top: 50px;
        margin-bottom:40px;
    }

    .organized_by_div {
        display: flex;
        border: 1px solid #535353;
        border-radius: 20px;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .map_div {
        display: flex;
        border: 1px solid #32A9FF;
        border-radius: 20px;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

}

.featured_card .image_container img {
    /*width: 100%;
    height: auto;*/
    transition: all 0.9s ease;
}
 
.featured_card:hover .image_container img
 {
    opacity: 0.8;
    transform: scale(1.15)
}

.new_interactions_div {
    position: absolute;
    top: 80%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #111111;
    padding: 10px;
    border-radius: 10px;
    z-index: 10000;
    direction: ltr;
    width: min-content !important;
}

.share_item {
    direction: rtl;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    width: 100px;
}

.fav-share-cont {
    /*margin-top: 20px;*/
    position: relative;
    display: flex;
    gap: 10px
}

.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;
    }

.details_row span[class^="icon-"] {
    line-height: inherit;
}

 ul.bulleted-list li {
    font-family: "Tajawal-Regular";
    font-size: 1rem;
    line-height: 150%;
    display: block;
    position: relative;
    padding-right: 25px;
    padding-bottom:15px;
}
ul.bulleted-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px
}

.toast {
    display: inline;
    position: absolute;
}
    .toast.fade:not(.hide) {
        display: inline !important;
        margin-top: 40px;
        border: 0;
        text-align: center;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
        width: auto;
        overflow: hidden;
        position: absolute !important;
        z-index: 10;
        background-color: #fff;
        color: #000;
        padding: 5px 10px;
        border-radius: 25px;
        direction: rtl;
    }

.details_row img.icon-pad-img {
    margin-right: -5px;
}