/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1715835994
Updated: 2024-05-16 05:06:34

*/

	


/*----- Custon Classes -----*/
.font_bold {
    font-weight: 600 !important;
}
.section_after:after,
.section_before:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}
.section_before:before {
    top: 0;
}
.section_after:after {
    bottom: 0;
}
.position-relative {
    position: relative;
}
.dark_bg {
    background: #131313;
}
.light_bg {
    background: #E8E6DE80;
}
body {
    font-family: 'Crimson Pro';
}

.media_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*----- Header Menu -----*/
.current_date_time {
    display: flex;
}
.current_date_time .current_item {
    padding: 0 20px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Lato';
}
.current_date_time .current_item:first-child {
    padding-left: 0;
    border-left: none;
}
.site_main_header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 1;
    transition: all ease 0.3s;
}
.site_main_header.darkHeader:after {
    opacity: 0;
}
.site_main_header.darkHeader {
    background: rgba(24, 24, 24, 0.85);
}
.site_main_header .header_menu_icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
}
.site_main_header .header_menu_icon .icon_bar {
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    transition: all ease 0.3s;
    transform: rotate(0deg);
}
.site_main_header .header_menu_icon .icon_bar:not(:last-child) {
    margin: 0 0 7px;
}
.site_main_header .header_menu_icon.active .icon_bar:not(:last-child) {
    margin: 0 0 0;
}
.header_menu_icon.active .icon_bar.top {
    transform: rotate(45deg);
    transform-origin: 9px 2px;
}
.header_menu_icon.active .icon_bar.bottom {
    transform: rotate(-45deg);
    transform-origin: 9px 0px;
}
.header_menu_slide {
    transition: all ease 0.3s;
    transform: translateY(-100%);
}
.header_menu_slide.active {
    transition: all ease 0.3s;
    transform: translateY(0);
}
.site_main_logo {
    transition: all ease 0.3s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}
.darkHeader .site_main_logo {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.site_time_location {
    transform: translateY(0);
    transition: all ease 0.3s;
    opacity: 1;
    visibility: visible;
}
.darkHeader .site_time_location {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}
.site_main_header a.elementor-button:hover .elementor-button-text {
    color: #000;
}

/*----- Home Page -----*/
.section_after:after {
    height: 45%;
    background: linear-gradient(360deg, #131313 0%, rgba(24, 24, 24, 0.00) 100%);;
}
.footer_menu ul.hfe-nav-menu li:not(:last-child) {
    border-right: 1px solid #FFFFFF40;
}
.eventslider .events_item .event_wrapper,
.destination_slider .destination-item .destination_wrapper {
    position: relative;
    height: 540px;
/*     overflow: hidden; */
}
.eventslider .events_item .event_wrapper:after,
.destination_slider .destination-item .destination_wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(0 0 0 / 88%) 100%);	
    pointer-events: none;
}
.destination_slider .destination_wrapper .destination-content .title>a:before, 
.featured_events_section .event_tabs .event_content .title>a:before{
    content: '';
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 99;
}
.eventslider .events_item .event_wrapper .event_video,
.eventslider .events_item .event_wrapper .event_image,
.destination_slider .destination_wrapper .destination_video,
.destination_slider .destination_wrapper .destination_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eventslider .events_item .event_wrapper .event_video video,
.eventslider .events_item .event_wrapper .event_image img,
.destination_slider .destination_wrapper .destination_video video,
.destination_slider .destination_wrapper .destination_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.eventslider .events_item .event_wrapper .event_content,
.destination_slider .destination_wrapper .destination-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    width: 100%;
    z-index: 9;
    transition: all ease 0.3s;
}
.eventslider .events_item {
    transition: all ease 0.3s;
}
.events_item.swiper-slide-active + .events_item.swiper-slide + .events_item.swiper-slide .event_content {
    opacity: 0;
}
.events_item.swiper-slide-active + .events_item.swiper-slide + .events_item {
    opacity: 0.3;
}
.featured_events_section .swiper.eventslider.event_slider {
    padding: 55px 0 0;
    margin: -63px 0 0;
}
.featured_events_section .event_tabs ul {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.featured_events_section .swiper-button-next {
    top: 23px;
    height: 30px;
    width: 30px;
    z-index: 99;
}
.featured_events_section .event_slider .swiper-button-next:after {
    width: 30px;
    height: 30px;
    font-size: 10px;
    background: #919191;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    top: 0;
    bottom: auto;
    /* position: absolute; */
}
.destination-content .title a h2 {
    font-family: 'Crimson Pro';
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.1px;
    font-weight: 500;
    margin: 0 0 20px;
}
.destination-content .meta-data ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.destination-content .meta-data ul li {
    padding: 5px 15px;
    border-right: 1px solid #fff;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-family: crimson pro;
}
.destination-content .meta-data ul li:first-child {
    padding-left: 0;
}
.destination-content .meta-data ul li:last-child {
    border: none;
}
.event_tabs ul {
    padding: 0 0 5px;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.event_tabs ul::-webkit-scrollbar {
    height: 3px;
}
.event_tabs ul::-webkit-scrollbar-track {
    background: transparent;
}
.event_tabs ul::-webkit-scrollbar-thumb {
    background: #4c4b4c;
}
.event_tabs ul li {
    padding: 0 18px;
    flex: 0 0 auto;
    pointer-events: auto;
}
.event_tabs ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Crimson Pro';
    transition: all ease 0.3s;
    opacity: 0.5;
}
.event_tabs ul li.active a {
    opacity: 1;
}
.eventslider .event_content .title a h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}
.event_content .event_meta .meta_item {
    color: #fff;
    font-family: 'Crimson Pro';
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 28px;
    margin: 0;
    letter-spacing: 1px;
}
.event_content .event_meta .meta_item:first-child {
    padding-left: 0;
}
.event_content .event_meta .meta_item:not(:last-child) {
    border-right: 1px solid #fff;
}
div#event_tabs_content {
    position: relative;
    min-height: 540px;
}
.event_tab_content {
    opacity: 0;
    transition: all ease 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.event_tab_content.visible {
    opacity: 1;
}
.recent_event_container {
    display: flex;
    flex-wrap: wrap;
}
.recent_event_container .recent_event_gallery {
    flex: 0 auto;
    width: 60%;
    padding: 110px 70px 0 0;
}
.recent_event_container .recent_event_details {
    flex: 0 auto;
    width: 40%;
}
.recent_event_gallery .event_section_heading h2 {
    font-family: 'Crimson Pro';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}
.event_section_heading {
    padding: 0 0 0 14%;
    margin: 0 0 50px;
}
.event_gallery_items {
    column-count: 5;
    column-gap: 15px;
    counter-reset: item-counter;
}
.event_gallery_item {
    box-sizing: border-box;
    break-inside: avoid;
    counter-increment: item-counter;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    transition: all ease 0.3s;
}
.event_gallery_item:hover {
    opacity: 0.7;
}
.event_gallery_item svg.play-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: auto;
}
.view_all_button {
    text-align: end;
    margin: 40px 100px 0 0;
}
.view_all_button a {
    font-family: 'Crimson Pro';
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    letter-spacing: 1px;
}
.view_all_button a span {
    line-height: 0;
    margin: 0 0 0 10px;
}
.view_all_button a span svg {
    width: 25px;
    height: auto;
}
.recent_event_details .recent_event_media {
    position: relative;
    height: 680px;
}
.recent_event_details .recent_event_wrapper .recent_event_media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.recent_event_details .recent_event_media .event_video,
.recent_event_details .recent_event_media .event_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_gallery_item .event_img, .event_gallery_item .event_video,
.recent_event_details .recent_event_media .event_video video,
.recent_event_details .recent_event_media .event_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.recent_event_details .event_content {
    padding: 0 15px 0 40px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.recent_event_details .event_content .title h2 {
    font-family: 'Crimson Pro';
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 30px;
}
.recent_event_details .event_content .event_meta .event_location {
    border: none;
}
.event_content .event_meta .event_button {
    padding: 10px 20px 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    transition: all ease 0.3s;
}
.event_content .event_meta .event_button:hover {
    background: #fff;
    color: #000;
}

/*----- New Recent Event -----*/
.event_galery_items {
    display: flex;
    align-items: baseline;
}
.recent_event_galery .event_galery_media {
    position: relative;
    line-height: 0;
}
.recent_event_galery .event_galery_media img {
    width: auto;
    object-fit: cover;
    object-position: center;
}
.recent_event_galery .event_galery_media .title {
    position: absolute;
    bottom: 0;
    padding: 10px 30px 20px;
    left: 0;
}
.recent_event_galery .event_galery_media .title h2 {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}
.recent_event_galery .event_galery_meta {
    padding: 20px 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.recent_event_galery .event_galery_item:hover .event_galery_media .title h2,
.recent_event_galery .event_galery_item:hover .event_galery_meta {
    opacity: 1;
    visibility: visible;
}
.recent_event_galery .event_galery_meta a {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-family: 'Lato';
    letter-spacing: 1px;
    transition: all ease 0.3s;
}
.recent_event_galery .event_galery_meta a:hover {
    background: #fff;
    color: #000;
}
.term-weddings span.meta_item.event_date {
    display: none;
}

.term-weddings span.meta_item.event_location {
    padding-left: 0;
}
/*----- Event Single Page -----*/
.container {
    max-width: 86%;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.single_hero_banner {
    height: 100vh;
}
.single_hero_banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(360deg, #131313 0%, rgba(24, 24, 24, 0.00) 100%);
}
.single_hero_banner .hero_banner_media {
    height: 100%;
    width: 100%;
}
.single_hero_banner .hero_banner_media img,
.single_hero_banner .hero_banner_media video {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.single_hero_banner .hero_banner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 570px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px 100px;
    z-index: 2;
}
.single_hero_banner .hero_banner_content h1 {
    color: #fff;
    margin: 0;
    text-align: center;
}
.date_and_location {
    padding: 10px 10px 50px;
    text-align: center;
}
.date_and_location .event_date {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.1px;
    margin: 0 0 10px;
    font-family: 'Lato';
}
.event_location span {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 0 15px;
    text-transform: capitalize;
}
.event_location span:not(:last-child) {
    border-right: 1px solid #fff;
}
.event_intro_section {
    padding: 100px 10px 100px;
    text-align: center;
}
.event_intro_section .intro_text {
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 200;
    position: relative;
    z-index: 2;
}
.event_intro_section .intro_media {
    max-width: 600px;
    margin: -40px auto 0;
    height: 700px;
}
.event_intro_section .intro_media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    z-index: 1;
    background: linear-gradient(180deg, #131313 0%, rgba(24, 24, 24, 0.00) 100%);
}
.event_intro_section .intro_media .media_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event_intro_section .intro_media .media_item video,
.event_intro_section .intro_media .media_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.venue_slider .venue_media_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.venue_slider .venue_media {
    height: 680px;
    position: relative;
    flex: 0 auto;
    width: 100%;
}
.venue_slider .venue_media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.venue_slider .venue_media .media_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.venue_slider .venue_media .media_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.venue_media .venue_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 30px 60px 16%;
}
.venue_media .venue_content h3 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.1px;
    margin: 0 0 10px;
    font-family: 'Lato';
}
.venue_media .venue_details .venue_detail {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 0 15px;
    text-transform: capitalize;
}
.venue_media .venue_details .venue_detail:first-child {
    padding-left: 0;
}
.venue_media .venue_details .venue_detail:not(:last-child) {
    border-right: 1px solid #fff;
}
.venue_slider_button .swiper-button-next {
    background: rgba(255, 255, 255, 0.20);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: auto;
    bottom: 65px;
    right: 65px;
}
.venue_slider_button .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
}
.inspiration_section {
    padding: 100px 0;
}
.inspiration_section .section_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}
.inspiration_section .section_wrapper .inspiration_item {
    flex: 0 auto;
    width: calc(50% - 50px);
}
.inspiration_section .section_wrapper .inspiration_item h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: 300;
    margin: 0 0 25px;
    font-family: 'Lato';
}
.inspiration_section .section_wrapper .inspiration_item p {
    color: #fff;
    font-weight: 200;
}
.review_section {
    padding: 0 0 90px;
}
.review_section .review_media {
    position: relative;
    height: 680px;
}
.review_section .review_media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.review_section .review_media .media_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.review_section .review_media .media_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.review_section .review_content {
    min-width: 320px;
    margin: -30px auto 0;
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.review_section .review_content h2 {
    color: #fff;
    font-weight: 300;
    margin: 0 0 30px;
}
.review_section .review_content h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: 300;
    margin: 0;
    font-family: 'Lato';
}
.client_gallery {
    padding: 0 0 80px;
}
.client_gallery .container {
    padding-right: 25px;
}
.gallery_items .gallery_media {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.gallery_items .gallery_media .gallery_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery_items .gallery_media .gallery_item img,
.gallery_items .gallery_media .gallery_item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.destination_media:after,
.gallery_items .gallery_media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.client_gallery_desc {
    text-align: end;
    position: relative;
    z-index: 2;
}
.client_gallery_desc .desc_wrapper {
    max-width: 265px;
    margin: -20px -25px 0 auto;
    position: relative;
    z-index: 2;
}
.client_gallery_desc .desc_wrapper p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
}
.more_events_section {
    padding: 130px 0 50px 8%;
    border-bottom: 1px solid #ffffff59;
}
.more_events_section .section_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.more_events_section .more_events_content {
    flex: 0 auto;
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 50px 0;
    min-height: 400px;
}
.more_events_content .section_heading h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    font-weight: 300;
    margin: 0;
    font-family: 'Lato';
}
.more_events_section .more_events_content .section_button {
    margin-top: auto;
}
.mobile_view_section .button_heading,
.more_events_content .button_heading {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
.more_events_content .button_heading .icon {
    margin: 9px 0 0 10px;
}
.more_events_content .icon svg {
    width: 6px;
    height: auto;
}
.mobile_view_section .section_button a,
.more_events_content  .section_button a {
    padding: 10px 20px 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 15px 0 0;
}
.more_events_section .more_events_slider {
    flex: 0 auto;
    width: 70%;
}
.more_event_slider .events_item.swiper-slide {
    width: 40%;
}
.more_events_section .mobile_view_section {
    width: 100%;
    padding: 30px 20px 0;
    display: none;
}
.more_events_section .mobile_view_section .section_button {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.mobile_view_section .section_button a {
    margin: 0;
}
.mobile_view_section .button_heading .icon {
    margin: 0 0 0 15px;
}
.mobile_view_section .icon svg {
    width: 36px;
    height: auto;
}

/*----- About Page -----*/
.about_service_section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 63%;
    height: 1px;
    background: #ffffff69;
}
.director_name .elementor-icon-box-title span {
    position: relative;
}
.director_name .elementor-icon-box-title span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -45px;
    width: 30px;
    height: 1px;
    display: inline-block;
    background: #fff;
}
.about_right_section.section_after:after {
    height: 40%;    
}
.category_banner {
    height: 680px;
    position: relative;
}
.about_desc_line:after {
    content: '';
    position: absolute;
    top: 15px;
    right: -40px;
    width: calc(100% - 460px);
    height: 1px;
    background: #ffffff69;
    display: block;
    z-index: 2;
}

/*----- All Events Page -----*/
.all_events_section {
    padding: 0 0 50px;
    background: #131313;
}
.all_events_section .events_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.all_events_section .scrolled_events_box,
.all_events_section .fixed_event_box {
    flex: 0 0 auto;
    width: calc(50% - 25px);
}
.all_events_section .scrolled_events_box {
    padding: 130px 8% 0 0;
}
.all_events_section .fixed_event_box {
    height: 100vh;
    position: sticky;
    top: 0;
}
.all_events_section .event_wrap {
    height: 100%;
    position: relative;
}
.all_events_section .event_wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.all_events_section .event_wrap .media_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.all_events_section .event_wrap .media_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.all_events_section .event_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 70px 50px 16.5%;
    z-index: 2;
}
.all_events_section .event_content .featured_tag p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.all_events_section .event_content .title a h2 {
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    margin: 0 0 15px;
}
.all_events_section .event_meta_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.all_events_section .event_meta_wrap .evnt_view_btn {
    display: inline-block;
    padding: 12px 25px;
    background: #FFFFFF1A;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0 60px 0 auto;
    transition: all ease 0.3s;
}
.all_events_section .event_meta_wrap .evnt_view_btn:hover {
    background: #fff;
    color: #000;
}
.all_events_section .all_events {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.all_events_section .scrolled_events_wrap .event_wrap {
    height: 0;
    padding-bottom: 75%;
}
.all_events_section .scrolled_events_wrap .event_content {
    padding: 20px 50px 40px;
}
.all_events_section .scrolled_events_wrap .event_meta_wrap .evnt_view_btn {
    margin-right: 0;
}
.featured_events_section.explore_event_type {
    padding: 40px 0 70px 8%;
    border-top: 1px solid #ffffff69;
}
.explore_event_type .event_tabs_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 50px;
    gap: 40px;
}
.explore_event_type .explore_event_title h2 {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 10px;
}
.explore_event_type .event_tabs ul {
    margin: 0;
}
.explore_event_type .event_meta_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.explore_event_type  .event_content .title a h2 {
    margin: 0 0 8px;
}
.explore_event_type .event_meta_wrap .evnt_view_btn {
    display: inline-block;
    padding: 12px 25px;
    background: #ffffff4d;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-left: auto;
    transition: all ease 0.3s;
}
.explore_event_type .event_meta_wrap .evnt_view_btn:hover {
    background: #fff;
    color: #000;
}
.explore_destintion {
    height: 680px;
}
.explore_destintion:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 0%, #131313 100%);
}
.blank_section {
    height: 252px;
    border-bottom: 1px solid #ffffff69;
}
.explore_destintion_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 10px 40px;
    z-index: 2;
}
.explore_destintion_content .title h2 {
    color: #fff;
    margin: 0 0 45px;
    font-size: 32px;
    line-height: 38px;
}
.destination_list {
    margin: 0 0 55px;
}
.destination_list ul {
    padding: 0;
    list-style: none;
}
.destination_list ul li:not(:last-child) {
    margin: 0 0 15px;
}
.destination_list ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 200;
    opacity: 0.6;
    transition: all ease 0.3s;
}
.destination_list ul li a.active,
.destination_list ul li a:hover {
    opacity: 1;
}
.explore_destintion .view_all_btn a {
    display: inline-block;
    padding: 12px 25px;
    background: #FFFFFF1A;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0 60px 0 auto;
    transition: all ease 0.3s;
}
.explore_destintion .view_all_btn a:hover {
    background: #fff;
    color: #000;
}

/*----- Destinaion Index Page -----*/
.featured_destination_section {
    padding: 50px 0 0;
}
.featured_destination_section .featured_destination_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.all_destinations {
    padding: 60px 0 100px;
    border-bottom: 1px solid #ffffff69;
}
.all_destinations .destination_items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    row-gap: 30px;
}
.all_destinations .destination_media {
    height: 480px;
}
.all_destinations .destination_content {
    padding: 30px 20px 0;
}
.featured_destination_section .featured_destination_content a h2.title,
.all_destinations .destination_content a h2.title {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    margin: 0 0 10px;
    font-weight: 300;
    color: #fff;
}
.featured_destination_section .featured_destination_content p.location,
.all_destinations .destination_content p.location {
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    color: #fff;
    margin: 0;
}
.featured_destination_section .featured_destination_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.featured_destination_section .featured_destination_media {
    height: 680px;
}
.featured_destination_section .featured_destination_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 100px 50px;
    z-index: 2;
}
.featured_destination_section .featured_destination_item:first-child .featured_destination_content {
    padding-left: 15%;
}

/*----- Filtered Event Page -----*/
.event_featured_banner {
    height: 475px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.event_featured_banner h1.banner_title {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}
.filtered_events {
    padding: 80px 10px;
    border-bottom: 1px solid #ffffff69;
}
.filtered_events .all_events_section {
    padding: 0;
}
.event_featured_banner.section_after:after,
.filtered_event_banner.section_after:after {
    height: 65%;
    background: linear-gradient(360deg, #131313 0%, rgba(24, 24, 24, 0.00) 100%);
}
.filtered_event_banner h1.elementor-heading-title {
    font-size: 0 !important;
}
.filtered_event_banner h1.elementor-heading-title span {
    font-size: 39px;
}
.filtered_events .all_events_section .scrolled_events_box {
    padding: 0;
    width: 100%;
}
.filtered_events .all_events_section .all_events {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 30px;
    column-gap: 30px;
}

/*----- Destination Single Page -----*/
.hero_banner_content .banner_meta {
    text-align: center;
    margin: 20px 0 10px;
}
.hero_banner_content .banner_meta .details_heading {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2.1px;
    margin: 0 0 12px;
    display: inline-block;
}
.single-destination .venue_details .venue_detail {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 0 15px;
    text-transform: capitalize;
}
.single-destination .venue_details .venue_detail:not(:last-child) {
    border-right: 1px solid #fff;
}
.single-destination .event_intro_section {
    padding: 10px 10px 60px;
    text-align: center;
}
.single-destination .client_gallery .client_gallery_caption {
    padding: 20px 20px 10px;
    color: #fff;
    font-weight: 300;
}
.review_section .review_banner_heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
}
.single-destination .selected_venue_heading {
    padding: 0 0 50px;
    text-align: center;
}
.single-destination .selected_venue_heading h3,
.review_section .review_banner_heading h3 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2.1px;
    margin: 0;
}
.single-destination .review_section .section_wrapper {
    position: relative;
}
.single-destination .review_section .section_wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.single-destination .review_section .review_content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 50px;
    z-index: 2;
    max-width: 550px;
}
.single-destination .review_section .review_content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.single-destination .review_section .review_content a {
    padding: 10px 20px 12px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0;
}

/*----- Contact Page -----*/
textarea:focus,
textarea:focus-visible,
input:focus-visible {
    outline: none;
}
.page-id-1116 .site-footer {
    display: none;
}
.contact_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.form_items p {
    margin: 0;
}
.custom_multistep_form fieldset.fieldset-cf7mls {
    padding: 0;
    margin: 0;
}
.custom_multistep_form fieldset:last-child {
    position: relative;
}
.form_items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 30px;
    row-gap: 50px;
}
.form_items.second_step .form_item {
    grid-column: -1/1;
}
.form_items .form_item textarea,
.form_items .form_item input {
    padding: 0 0 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}
.form_items .form_item ::-ms-input-placeholder { 
  color: #fff;
}
.form_items .form_item ::placeholder {
  color: #fff;
}

.form_items .form_item input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232300;
}

.custom_multistep_form .cf7mls-btns {
    display: flex;
    justify-content: end;
}
.custom_multistep_form .cf7mls-btns .action-button {
    background: rgba(255, 255, 255, 0.10);
    min-width: 40px;
    height: 40px;
    padding: 0 !important;
    font-size: 0;
    border-radius: 50%;
    opacity: 0.6;
    float: none;
}
.custom_multistep_form .cf7mls-btns .action-button:hover {
    opacity: 1;
}
.custom_multistep_form .cf7mls-btns  .cf7mls_back {
    margin-right: 15px !important;
}
.custom_multistep_form .cf7mls-btns .cf7mls_next img {
    display: none !important;
    opacity: 0 !important;
}
.custom_multistep_form .cf7mls-btns  .cf7mls_back:after,
.custom_multistep_form .cf7mls-btns .cf7mls_next:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 13px;
    width: 11px;
    height: 11px;
    background: #fff0;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
}
.custom_multistep_form .cf7mls-btns  .cf7mls_back:after {
    border-width: 0 0 2px 2px;
    left: 16px;
}
.custom_multistep_form fieldset:last-child .cf7mls-btns {
    padding-right: 100px;
}
.custom_multistep_form fieldset .form_submit_button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.custom_multistep_form .fieldset-cf7mls-wrapper fieldset .form_submit_button input {
    padding: 12px 25px 14px !important;
    border-radius: 30px !important;
    border: none;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
.custom_multistep_form .wpcf7-spinner {
    display: none !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.birthdate_wrapper {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding: 0 0 10px;
    justify-content: space-between;
}
.birthdate_wrapper .place_holder {
    font-size: 16px;
    line-height: 16px;
}
.birthdate_wrapper .place_holder + span.wpcf7-form-control-wrap {
    flex: 0 0 auto;
}
.form_items .birthdate_wrapper input {
    border-bottom: none;
    width: 100%;
    padding: 0;
    text-align: end;
	position: relative;
}
.form_items .birthdate_wrapper input[type="date"]::-webkit-calendar-picker-indicator {
      background: transparent;
      bottom: 0;
      color: transparent;
      cursor: pointer;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
  }

.form_item_recaptcha {
    padding: 30px 0 0;
}  
.lg-toolbar{
    opacity: 1 !important;
}

.lg-toolbar>*, 
.lg-thumb-outer, 
.lg-actions .lg-prev, 
.lg-actions .lg-next {
    display: none !important;
}
.lg-toolbar> .lg-close, 
.lg-toolbar> #lg-zoom-in, 
.lg-toolbar> #lg-zoom-out {
    display: block !important;
}
.lg-toolbar> .lg-close {
    display: flex !important;
    height: 50px !important;
    position: relative;
    align-items: center;
    padding: 0 !important;
    line-height: normal !important;
    justify-content: center;
}
.lg-toolbar> .lg-close:before {
    transition: ease 0.3s;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/close.png);
    height: 22px;
    width: 22px;
    background-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    filter: invert(1);
}
.lg-toolbar> .lg-close:hover:before {
transform: rotate(90deg);
}
.lg-toolbar> .lg-close:after {
    content: inherit !important;
}
.lg-item {
    pointer-events: none;
}
.lg-toolbar> #lg-zoom-in, 
.lg-toolbar> #lg-zoom-out{
    position: relative;
}
.lg-toolbar> #lg-zoom-in:after, 
.lg-toolbar> #lg-zoom-out:after{
    content: '';
      background-image: url(/wp-content/uploads/2024/08/tools.png);
    height: 28px;
    width: 28px;
    background-size: 28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    filter: invert(1);
    background-repeat: no-repeat;
}
.lg-toolbar> #lg-zoom-out:after {
    background-image: url(/wp-content/uploads/2024/08/zoom-in.png);
    height: 35px;
    width: 35px;
    background-size: 35px;
    top: 7px;
}
.lg-toolbar.lg-group {
    padding-right: 20px;
}

.custom-div {
  position: relative;
  overflow: visible;
  cursor: none;
}
.custom-div .text {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    justify-content: center;
    overflow: hidden;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    width: 150px;
    text-transform: uppercase;
    font-family: 'Lato';
    letter-spacing: 1px;
}
.text {
  z-index: 5;
}
.lg-backdrop.in {
    opacity: 0.5 !important;
}
.lg-on {
    overflow: hidden;
}

/*.custom-div .text span.view_text {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    position: absolute;;
    left: 60px;
}
.custom-div .text.some span {
    position: static;
}
.custom-div .text.some {
    width: 125px;
    overflow: visible;
    transition: ease 0.8s;
}
.custom-div .text span.view_dot {
    width: 8px;
    height: 8px;
    background: #fff;

}
.custom-div .text.some span.view_dot {
    position: static;
}*/


/* New Contact Form */
body.page-id-3119 {
    background: #e8e6de;
}
.new-contact-form .form_items  {
    column-gap: 20px;
    row-gap: 38px;
}
.new-contact-form .form_items .form_item textarea, .new-contact-form .form_items .form_item input {
    border-bottom: 1px solid #CBC9C2;
	color: #000;
	padding-bottom: 13px;
}
.new-contact-form .form_items .form_item input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
}
.new-contact-form .form_items .form_item ::-ms-input-placeholder { 
  color: #000;
}
.new-contact-form .form_items .form_item ::placeholder {
  color: #000;
}
.new-contact-form .custom_multistep_form .cf7mls-btns .action-button {
    background: rgba(0,0,0,0.1);
}
.new-contact-form .custom_multistep_form .cf7mls-btns  .cf7mls_back:after, 
.new-contact-form .custom_multistep_form .cf7mls-btns .cf7mls_next:after {
    border-color: #000;
}
.new-contact-form .wpcf7 form .wpcf7-response-output {
    color: #000;
    border-width: 1px;
    padding: 10px;
}
.new-contact-form .custom_multistep_form .fieldset-cf7mls-wrapper fieldset .form_submit_button input {
    background: rgb(58 58 56);
}


/* New Home page css */
.recent_wedding_block::before {
    content: "";
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    top: auto;
    bottom: 0;
    pointer-events: none;
}
.overlay_bottom_50::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    height: 55%;
    pointer-events: none;
}
.as_674_500 img{
    width: 100%;
    height: auto;
    aspect-ratio: 674/500;
    object-fit: cover;
    object-position: center;
}
.as_306_299 img{
    width: 100%;
    height: auto;
    aspect-ratio: 306/299;
    object-fit: cover;
    object-position: center;
}
.as_671_396 img{
    width: 100%;
    height: auto;
    aspect-ratio: 671/396;
    object-fit: cover;
    object-position: center;
}
.as_306_299 .elementor-widget-container, .as_671_396 .elementor-widget-container , .as_674_500 .elementor-widget-container{
    display: flex;
    height: fit-content !important;
}
.as_306_299 .elementor-widget-image, .as_671_396 .elementor-widget-image, .as_674_500 .elementor-widget-image{
    height: fit-content !important;
    width: 100% !important;
}

/*----- Responsive -----*/
@media(max-width: 1366px ){
    .venue_media .venue_content {
        padding: 20px 30px 60px 15.4%;
    }
}
@media(max-width: 1024px ) {
    .event_gallery_items {
        column-count: 3;
    }
    .about_right_section.section_after:after {
        height: 100%;
    }
    .category_banner ul.category_items {
        overflow-x: auto;
        gap: 50px;
        padding: 0 0 5px;
    }
    .category_banner ul.category_items .category_item {
        flex: 0 0 auto;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .about_service_section:after {
        width: 100%;
    }
    .about_desc_line:after {
        display: none;
    }
    .all_events_section .scrolled_events_box {
        padding: 100px 20px 0 0;
    }
    .all_events_section .events_wrapper {
        gap: 30px;
    }
    .all_events_section .scrolled_events_box,
    .all_events_section .fixed_event_box {
        width: calc(50% - 15px);
    }
    .all_events_section .event_content {
        padding: 50px 20px 30px;
    }
    .all_events_section .scrolled_events_wrap .event_content {
        padding: 20px 25px 30px;
    }
    .all_events_section .event_content .title a h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .all_events_section .event_meta_wrap .evnt_view_btn {
        padding: 10px 20px;
        margin: 0 0 0 auto;
    }
    .event_content .event_meta .meta_item {
        padding: 0 18px;
    }
    .featured_events_section.explore_event_type {
        padding: 30px 0 50px 20px;
    }
    .featured_destination_section .featured_destination_item:first-child .featured_destination_content,
    .featured_destination_section .featured_destination_content {
        padding: 10px 35px 50px;
    }
    .all_destinations .destination_items {
        column-gap: 15px;
    }
}

@media(min-width: 768px ){
    .client_gallery .gallery_items {
        display: grid !important;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
}

@media(max-width: 768px ) {
    .header_menu_slide .e-con-inner {
        overflow-y: auto;
        height: 100vh;
        flex-direction: column;
    }
    .site_main_header ul.elementor-icon-list-items.elementor-inline-items {
        flex-direction: column;
    }
    .event_tabs ul {
        overflow-x: auto;
    }
    div#event_tabs_content {
        min-height: 440px;
    }
    .eventslider .events_item .event_wrapper,
    .destination_slider .destination-item .destination_wrapper {
        height: 440px;
    }
    .eventslider .events_item .event_wrapper .event_content,
    .destination_slider .destination_wrapper .destination-content {
        padding: 30px 30px;
    }
    .eventslider .event_content .title a h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .view_all_button {
        text-align: end;
        margin: 40px 40px 0 0;
    }
    .event_section_heading {
        padding: 0 0 0 20px;
        margin: 0 0 30px;
        display: none;
    }
    .recent_event_container {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .recent_event_container .recent_event_gallery {
        width: 100%;
        padding: 0;
    }
    .recent_event_details .recent_event_media {
        height: 480px;
    }
    .recent_event_container .recent_event_details {
        width: 100%;
        padding: 50px 20px 0;
    }
    .recent_event_details .event_content {
        padding: 0 0 0 15px;
    }
    .event_content .event_meta .meta_item {
        padding: 0 10px;
    }
    .recent_event_details .event_content .title h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .category_banner {
        height: 400px;
    }
    .category_banner ul.category_items {
        gap: 25px;
    }
    .category_banner .category_box {
        width: 100%;
        margin: 0 0 30px;
    }
    .category_banner .category_button {
        width: 100%;
        text-align: center;
    }
    .single_hero_banner {
        height: 80vh;
    }
    .single_hero_banner .hero_banner_content {
        padding: 0 20px 30px;
        z-index: 2;
    }
    .single_hero_banner .hero_banner_content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .event_intro_section {
        padding: 50px 0px 60px;
    }
    .event_intro_section .intro_text {
        padding: 0 20px;
    }
    .event_intro_section .intro_media {
        height: 540px;
        margin: -70px auto 0;
    }
    .venue_slider .venue_media_wrap {
        flex-direction: column-reverse;
    }
    .venue_slider .venue_media {
        height: 540px;
        width: 100%;
    }
    .venue_media .venue_content {
        padding: 30px 20px 35px;
    }
    .inspiration_section {
        padding: 60px 0;
    }
    .inspiration_section .section_wrapper {
        gap: 50px;
    }
    .inspiration_section .section_wrapper .inspiration_item {
        width: 100%;
    }
    .review_section .review_media {
        height: 560px;
    }
    .review_section .review_content {
        padding: 0 20px;
    }
    .review_section {
        padding: 0 0 60px;
    }
    .single-destination .review_section {
        padding: 0;
    }
    .client_gallery {
        padding: 0 0 60px;
    }
    .client_gallery .container {
        padding-right: 0;
    }
    .client_gallery_desc .desc_wrapper {
        max-width: 350px;
        margin: 0 0 0 auto;
        padding: 25px 8% 0 20px;
    }
    .more_events_section {
        padding: 60px 0 60px;
        border-bottom: 1px solid #ffffff59;
    }
    .more_events_section .more_events_content {
        width: 100%;
        min-height: auto;
        padding: 0 20px 50px;
        justify-content: space-between;
        flex-direction: row;
    }
    .more_events_section .more_events_content .section_button {
        text-align: end;
        display: none;
    }
    .more_events_section .mobile_view_section {
        display: block;
    }
    .more_events_section .more_events_slider {
        flex: 0 auto;
        width: 100%;
    }
    .venue_slider_button .swiper-button-next {
        width: 40px;
        height: 40px;
        bottom: 40px;
        right: 25px;
    }
    .venue_slider_button .swiper-button-next:after {
        font-size: 15px;
    }
    .all_events_section .all_events,
    .all_events_section .events_wrapper {
        gap: 0;
    }
    .all_events_section .scrolled_events_box,
    .all_events_section .fixed_event_box {
        width: 100%;
    }
    .all_events_section .scrolled_events_wrap .event_wrap {
        padding-bottom: 100%;
    }
    .all_events_section .event_wrap:after {
        height: 40%;
    }
    .all_events_section .fixed_event_box {
        position: static;
    }
    .all_events_section .event_content {
        padding: 50px 40px 50px;
    }
    .all_events_section .scrolled_events_box {
        padding: 0;
    }
    .all_events_section .scrolled_events_wrap .event_content {
        padding: 20px 40px 50px;
    }
    .featured_events_section.explore_event_type {
        padding: 30px 0 50px 20px;
    }
    .explore_event_type .event_tabs_wrap {
        padding: 0 0 30px 0;
        gap: 10px;
    }
    .explore_event_type .event_meta_wrap .evnt_view_btn {
        display: none;
    }
    .event_tabs ul li:first-child {
        padding-left: 0;
    }
    .explore_destintion {
        height: 540px;
    }
    .blank_section {
        height: 20px;
        border-bottom: 1px solid #ffffff69;
    }
    .custom_multistep_form fieldset:not(:first-child) .cf7mls-btns {
        justify-content: space-between;
    }
    .review_section .review_banner_heading {
        text-align: left;
    }
    .single-destination .review_section .review_content {
        padding: 0 20px 50px;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }
    .single-destination .review_section .review_content h2 {
        margin: 0 0 20px;
    }
    .single-destination .review_section .review_content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .featured_destination_section .featured_destination_items {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .featured_destination_section .featured_destination_media {
        height: 480px;
    }
    .all_destinations .destination_items {
        grid-template-columns: repeat(1,1fr);
        row-gap: 40px;
    }
    .all_destinations .destination_media {
        height: 440px;
    }
    .all_destinations .destination_content {
        padding: 20px 15px 0;
    }
    .about_banner_list ul {
        justify-content: space-between;
    }
    .service_items_section {
        display: flex;
        flex-direction: column;
    }
    .service_items .service_list {
        display: none;
    }
    .contact_form_section {
        position: absolute;
        top: 0;
        left: 0;
    }
    .contact_banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 80%;
        width: 100%;
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    }
    .elementor-1116 .contact_social_icon .elementor-grid-item .elementor-social-icon svg {
        fill: #fff;
    }
    .filtered_events {
        padding: 0 0 50px;
    }
    .filtered_events .container {
        padding: 0;
    }
    .filtered_events .all_events_section .all_events {
        grid-template-columns: repeat(1,1fr);
    }
    .recent_event_galery .event_galery_media .title h2,
    .recent_event_galery .event_galery_meta {
        opacity: 1;
        visibility: visible;
    }
    .recent_event_galery:hover .event_galery_media .title h2 {
        opacity: inherit;
        visibility: inherit;
    } 
    .recent_event_galery .event_galery_media .title h2 {
        opacity: 1 !important;
        visibility: visible !important;
    }
	.footer_social_icons {
		background: #000;
	}
    .featured_events_section .swiper.eventslider.event_slider {
        padding: 55px 0 46px 0;
        margin: -35px 0 0;
    }
    .featured_events_section .swiper-button-next {
        top: auto;
        bottom: 9px;
    }
    .event_featured_banner {
        padding: 140px 0 110px;
        height: auto;
        background: #000 !important;
    }
    .event_featured_banner h1.banner_title {
        font-size: 16px;
        line-height: 19.2px;
        font-family: 'Lato';
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }
}

@media(max-width: 575px ) {
    .current_date_time .current_item {
        font-size: 13px;
        line-height: 16px;
    }
    .current_date_time .current_item {
        padding: 0 10px;
    }
    .all_events_section .event_content {
        padding: 50px 30px 40px;
    }
    .all_events_section .scrolled_events_wrap .event_wrap {
        padding-bottom: 130%;
    }
    .all_events_section .scrolled_events_wrap .event_content {
        padding: 20px 20px 30px;
    }
    .all_events_section .event_content .title a h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .lg-toolbar.lg-group {
        padding-right: 0;
    }
}

@media(max-width: 480px ) {
    .form_items {
        grid-template-columns: repeat(1,1fr);
        row-gap: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width: 420px ) {
    .event_content .event_meta .event_button {
        float: right;
        margin-top: 15px;
    }
}

@media(max-width: 380px ) {
    .all_events_section .event_meta_wrap .evnt_view_btn {
        margin: 15px 0 0 auto;
    }
}
@media(max-width: 345px ) {
    .footer_menu nav ul li a {
        padding: 5px 10px !important;
    }
}