/* CSS Document */

#top .main_section_title .av-special-heading-tag {
	text-transform: unset;
	color: var(--Style, #000000);
	font-size: 52px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.52px;
}

#top .main_section_title_smaller .av-special-heading-tag {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.24px;
}

#top .form_cont {
	max-width: 870px;
	margin: 0 auto;
}

#top .marg_top_72 {
	margin-top: 72px;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .marg_top_10 {
	margin-top: 10px;
}

#top .marg_top_0 {
	margin-top: 0px;
}

#top .section_breadcrumb_cont *, #top svg {
	display: block;
}

#top .section_breadcrumb_cont span {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1.76px;
	text-transform: uppercase;
}

#top .section_breadcrumb_cont {
	display: grid !important;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
}

#top .section_breadcrumb_cont_center {
	justify-content: center;
}

#top svg {
	display: block;
}

#top .single_page_header_btn {
    color: var(--Style, #000000);
    font-family: whyte;
    font-size: 16px;
    font-weight: 410;
    line-height: 24px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(47, 35, 27, 0.12) !important;
    background: var(--Style, #FCF5F0);
    padding: 24px 32px;
    justify-content: center;
}

#top .page_header_btns_cont .single_page_header_btn:first-child {
	background: var(--Style, #80b7ba);
	color: var(--Style, #FFF);
}

#top .page_header_btns_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

#top .page_header_title_sect .template-page, #top .swiper_sect .template-page {
	padding: 0px !important;
}

#top .page_header_title_sect .container {
	max-width: 1194px;
}

#top .page_header_title_sect .flex_column {
	margin-top: -73px;
    background: var(--Style, #FCF5F0);
}

#top .page_header_title_sect {
	min-height: unset;
}

#top .padd_top_one .template-page {
	padding-top: 120px;
}

#top .padd_bot_one .template-page {
	padding-bottom: 120px;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	color: rgb(47 35 27 / 72%);
	font-family: whyte;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

#top .main_p_cont strong {
	color: var(--Style, #000000);
	font-weight: 410;
}

#top .intro_text_cols::before, #top .intro_text_cols::after {
	display: none;
}

#top .intro_text_cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 258px;
	row-gap: 40px;
}

#top .intro_text_cols .avia_codeblock_section {
	grid-column: 1 / -1;
}

#top .intro_text_cols section:last-child {
	grid-column: unset;
}

#top .bg_cover {
	background-size: cover;
} 

#top .bg_contain {
	background-size: contain;
} 

#top .bg_center {
	background-position: center;
} 

#top .bg_no_repeat {
	background-repeat: no-repeat;
}

#top .single_gallery_img {
	width: 100%;
	height: 650px;
}

#top #scroll-top-link {
	display: none;
}

#top .single_arrow_cont {
	display: block;
	padding: 20px;
	border: 1px solid var(--Style, #ffffff);
	max-width: max-content;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease;
}

#top .single_arrow_cont:hover {
	background: var(--Style, #FFCF58);
	border-color: var(--Style, #FFCF58);
}

#top .single_arrow_cont svg path {
	stroke: #ffffff;
	transition: stroke .2s ease;
}

#top .single_arrow_cont:hover svg path {
	stroke: #000000;
}

#top .swiper_reviews_cont .single_arrow_cont, #top.single .single_arrow_cont, #top .swiper_experiences_footer_cont .single_arrow_cont, #top.page-id-448 .swiper_footer_cont .single_arrow_cont, #top.page-id-312 .swiper_footer_cont .single_arrow_cont {
	border-color: #000000 !important;
}

#top .swiper_experiences_footer_cont .single_arrow_cont:hover, #top .swiper_reviews_cont .single_arrow_cont:hover, #top.single .single_arrow_cont:hover, #top.page-id-448 .swiper_footer_cont .single_arrow_cont:hover, #top.page-id-312 .swiper_footer_cont .single_arrow_cont:hover {
	background: var(--Style, #000000) !important;
	border-color: var(--Style, #000000) !important;
}

#top .swiper_experiences_footer_cont .single_arrow_cont svg path, #top .swiper_reviews_cont .single_arrow_cont svg path, #top.single .single_arrow_cont svg path, #top.page-id-448 .swiper_footer_cont .single_arrow_cont svg path, #top.page-id-312 .swiper_footer_cont .single_arrow_cont svg path {
	stroke: #000000;
}

#top .swiper_experiences_footer_cont .single_arrow_cont:hover svg path, #top .swiper_reviews_cont .single_arrow_cont:hover svg path, #top.single .single_arrow_cont:hover svg path, #top.page-id-448 .swiper_footer_cont .single_arrow_cont:hover svg path, #top.page-id-312 .swiper_footer_cont .single_arrow_cont:hover svg path {
	stroke: #ffffff;
}

#top .swiper_arrows_cont {	
    display: grid;
    grid-template-columns: repeat(2, max-content);
	gap: 12px;
}

#top .swiper_footer_cont {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

#top .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0px !important;
	opacity: 0.2 !important;
	background: var(--Style, #ffffff);
	margin: 0px;
	transition: opacity .2s ease;
}

#top .swiper-reviews .swiper-pagination-bullet, #top.single .swiper-pagination-bullet, #top .swiper_experiences_footer_cont .swiper-pagination-bullet, #top.page-id-448 .swiper-pagination-bullet, #top.page-id-312 .swiper-pagination-bullet {
	background: var(--Style, #000000) !important;
}

#top .swiper-pagination-bullet.swiper-pagination-bullet-active, #top .swiper-pagination-bullet:hover {
	opacity: 1 !important;
}

#top .main_swiper_pagination {
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	gap: 16px;
}

#top .swiper_sect .flex_column {
	margin-top: -300px;
	position: unset;
}

#top.single-product .swiper_sect .flex_column {
	margin-top: 0px;
}

#top.single-product .swiper_sect .template-page {
	padding-bottom: 120px !important;
}

#top .intro_text_cols_sect .template-page {
	padding-bottom: 420px;
}

#top .vertical_title_cont {
	pointer-events: none;
    position: absolute;
    bottom: 0px;
    right: -26px;
}

#top.page-id-312 .vertical_title_cont {
    right: -2px;
}

#top .vertical_title_cont img {
	width: 115px;
}

#top .swiper_sect {
	position: relative;
}

#top .swiper_sect .container, #top .swiper_sect .template-page {
	position: unset;
}

#top .single_card_inner_cont * {
	display: block;
}

#top .card_title {
	display: block;
	color: var(--Style, #000000);
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.28px;
}

#top .card_price {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 20px;
	font-weight: 350;
	line-height: 24px;
}

#top .card_btn {
    max-width: max-content;
    border: 1px solid var(--Style, #DA6339);
    background: var(--Style, #FCF5F0);
    padding: 12px 24px;
    color: var(--Style, #000000);
    font-family: whyte;
    font-size: 16px;
    font-weight: 410;
    line-height: 24px;
    text-transform: uppercase;
}

#top .single_card_img {
	width: 100%;
	height: 300px;
	border: 4px solid var(--Style, #FFF);
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.04);
}

#top .single_card_cont {
	border: 1px solid var(--Style, #DA6339);
	background: var(--Style, #FCF5F0);
	padding: 20px 20px 40px 20px;
	display: block;
}

#top .single_card_inner_cont {
	padding: 0px 24px;
	margin-top: 40px;
	display: grid;
	grid-template-columns: 100%;
	gap: 28px;
}

#top .all_experiences_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

#top .single_card_cont_wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 516px 1fr;
    gap: 80px;
    padding: 20px 20px 20px 40px;
    align-items: center;
}

#top .single_card_cont_wide .single_card_img {
	grid-column: 2 / 3;
	height: 458px;
}

#top .single_card_cont_wide .single_card_inner_cont {
	grid-row: 1 / 2;
}

#top .single_card_cont_wide .card_title {
    font-size: 32px;
    line-height: 32px;
}

#top .single_card_cont_wide .card_price {
    font-size: 22px;
    line-height: 26px;
}

#top .load_more {
	display: block;
	max-width: max-content;
	color: var(--Style, #ffffff);
	font-family: whyte;
	font-size: 16px;
	font-weight: 410;
	line-height: 24px;
	text-transform: uppercase;
	border: 1px solid var(--Style, #FFCF58);
	background: var(--Style, #DA6339);
	padding: 16px 32px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 64px;
}

#top .single_review_cont {
    padding: 40px;
    background: var(--Style, #FCF5F0);
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, max-content) 1fr max-content;
    height: 100%;
}

#top .review_name, #top .review_country {
	display: block;
}

#top .review_name {
	color: var(--Style, #000000);
	font-family: Merriweather;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.2px;
}

#top .review_country {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	opacity: 0.72;
	margin-top: 6px;
}

#top .review_stars_cont {
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	gap: 6px;
	margin-top: 28px;
}

#top .review_footer_img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}

#top .review_footer_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
	gap: 16px;
}

#top .swiper-reviews .swiper-slide {
    height: auto;
}

#top .main_swiper_reviews_pagination {
    justify-content: center;
}

#top .swiper_reviews_cont {
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	gap: 20px;
}

#top .swiper_min_width {
	min-width: 0;
}

#top .testimonials_sect .container {
	max-width: 1592px;
}

#top .testimonials_sect {
	background-position: 74% 100%;
}

#top {
	padding: 20px;
    background: #ffffff;
}

#top #wrap_all {
	border: 1px solid var(--Style, #DA6339) !important;
}

#top .text_white * {
	color: #ffffff !important;
}

#top .form_title {
	margin: 0px;
	color: var(--Style, #000000);
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.28px;
}

#top .form_cont {
	background: var(--Style, #FCF5F0);
	box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
	padding: 72px 112px;
}

#top .form_sect .template-page, #top .instagram_sect .template-page {
	padding-bottom: 0px !important;
}

#top .form_sect .av-section-color-overlay {
    background-repeat: no-repeat;
    background-position: 74% 0%;
}

#top .gform_heading, #top .gfield_required_asterisk, #top .gform-theme--framework .gform_validation_errors {
	display: none !important;
}

#top form {
    margin-bottom: 0px !important;
}

#top .gfield_label {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	opacity: 0.4;
	margin-bottom: 4px;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    padding: 0px 0px 14px 0px !important;
    border-bottom: 1px solid rgba(47, 35, 27, 0.12) !important;
    font-family: Whyte !important;
    background: transparent !important;
    box-shadow: unset !important;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--Style, #000000) !important;
}

#top *::placeholder {
	color: var(--Style, #000000) !important;
	opacity: 1;
	text-transform: uppercase;
}

#top *::-ms-input-placeholder {
	color: var(--Style, #000000) !important;
	text-transform: uppercase;
}

#top .gform_button {
	border: 1px solid var(--Style, #DA6339);
    background: var(--Style, #FCF5F0);
    padding: 16px 32px;
    color: var(--Style, #000000);
    font-family: whyte;
    font-size: 16px;
    font-weight: 410;
    line-height: 24px;
    text-transform: uppercase;
}

#top .gform_button, #top .main_btn_cont a, #top .wc-block-cart__submit-button, #top .wc-block-components-checkout-place-order-button {
	border: 1px solid var(--Style, #DA6339) !important;
    background: transparent !important;
    padding: 16px 32px;
    color: var(--Style, #000000) !important;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 0px !important;
    outline: unset !important;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	height: max-content;
}

#top .main_btn_cont_orange a {
	border: 1px solid var(--Style, #FFCF58) !important;
	background: var(--Style, #DA6339) !important;
	color: #ffffff !important;
}

#top .gform_button:hover, #top .main_btn_cont a:hover, #top .wc-block-cart__submit-button:hover, #top .wc-block-components-checkout-place-order-button:hover {
    background: var(--Style, #DA6339) !important;
	color: var(--Style, #000000) !important;
	border-color: 1px solid var(--Style, #DA6339) !important;
}

#top .main_btn_cont a {
	margin: 0px !important;
}

#top .gform_footer {
	justify-content: center;
	margin-block-start: 28px !important;
}

#top .gfield_description {
	font-family: whyte;
	font-weight: 410;
}

#top textarea {
	margin-bottom: 0px !important;
}

#top .gform-theme--foundation .gform_fields {
    gap: 28px !important;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
    background-image: url(/wp-content/uploads/2025/06/lucide_chevron-down.svg) !important;
    background-position: 100% 26% !important;
    background-repeat: no-repeat !important;
}

#top .gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
    margin: 0px !important;
    padding: 5px !important;
    font-size: 14px;
    background-position: 100% 53% !important;
    background-size: 18px !important;
}

#top .all_events_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
}

#top .load_more.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

#top .hide_load_more {
	display: none;
}

#top .contact_form_col {
	padding: 72px 112px;
	background: var(--Style, #FCF5F0);
}

#top .contact_form_col .form_title {
	text-align: left;
}

#top .contact_form_col .gform_footer {
    justify-content: start;
}

#top fieldset {
    margin-bottom: 0px !important;
}

#top .gfield_consent_label {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 16px;
	font-weight: 410;
	line-height: 24px;
	text-transform: unset;
}

#top input[type="checkbox"] {
    border: 1.5px solid rgb(47 35 27 / 12%) !important;
	border-radius: 0px !important;
}

#top input[type="checkbox"]::before {
    position: relative;
    left: 2px;
}

#top .single_contact_text {
	display: block;
	color: var(--Style, #FFF);
	font-family: whyte;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

#top .single_contact_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 12px;
}

#top .map_form_inner_cont {
    background: var(--Style, #80B7BA);
    box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.24);
    padding: 40px;
    width: 336px;
    display: grid;
    grid-template-columns: 100%;
    gap: 12px;
	position: absolute;
	bottom: 24px;
	left: 24px;
}

#top .map_form_col {
	position: relative;
}

#top .map_form_col iframe {
    display: block;
    width: 100%;
	height: 100%;
}

#top .contact_form_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
}

#top .instagram_tag {
	display: block;
	color: var(--Style, #000000);
	font-family: Merriweather;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.4px;
}

#top .instagram_left_col > svg {
	width: 72px;
	height: 72px;
}

#top .instagram_left_col_sep {
	width: 1px;
	height: 32px;
	background: var(--Style, #DA6339);
}

#top .instagram_left_col {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    gap: 20px;
}

#top .instagram_left_inner_col {
	display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

#top .instagram_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#top .single_instagram_img {
	width: 100%;
	height: 368px;
}

#top .swiper-instagram .swiper-slide {
	width: 368px;
}

#top .swiper-instagram {
	overflow: visible;
}

#top .socials_cont a, #top .go_to_top_cont {
	display: block;
}

#top .socials_cont {
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	align-items: center;
	gap: 20px;
}

#top .socket_top_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	border-bottom: 1px solid #DA6339 !important;
}

#top .go_to_top_cont {
	margin-bottom: -1px;
}

#top .m7alpha_logo {
	width: 118px;
	height: 28px;
	background-image: url(/wp-content/uploads/2025/05/m7a_web_logo.svg);
	filter: brightness(0%);
	opacity: 0.3;
	transition: filter .2s ease, opacity .2s ease;
}

#top .csociety_logo {
	background-image: url(/wp-content/uploads/2025/05/csociety.png);
}

#top .mgfire_logo {
	background-image: url(/wp-content/uploads/2025/06/Logo-02-scaled.png);
	width: 58px !important;
    height: 42px !important;
}

#top .chyc_choice_logo {
	background-image: url(/wp-content/uploads/2025/06/Chyc-Choice.png);
	width: 76px !important;
    height: 42px !important;
}

#top .sponsors_cont {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	align-items: center;
	gap: 10px;
}

#top .socket_bottom_right_col:hover .m7alpha_logo, #top .csociety_logo:hover, #top .mgfire_logo:hover, #top .chyc_choice_logo:hover {
	filter: unset;
	opacity: 1;
}

#top .socket_text {
	color: rgb(47 35 27 / 72%);
	font-family: whyte;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	transition: color .2s ease;
}

#top .socket_bottom_right_col {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 8px;
}

#top .socket_text strong {
	color: var(--Style, #000000);
	font-weight: 410;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top a.socket_text:hover {
	color: var(--Style, #000000) !important;
}

#top .socket_bottom_left_inner_col {
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	gap: 24px;
}

#top .socket_bottom_left_col {
	display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

#top .socket_bottom_cont {
    padding-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

#top #socket .copyright {
    float: unset;
}

#top #socket .container {
    padding-top: 0px;
    padding-bottom: 40px;
}

#top .footer_logo_cont {
	width: 186px;
	height: 68px;
	background-image: url(/wp-content/uploads/2025/06/Logo_full_color_main.svg);
}

#top .flex_column .widget .widgettitle, .content .widget .widgettitle {
	margin-top: 0px !important;
	margin-bottom: 18px;
	color: var(--Style, #000000);
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.24px;
	text-transform: unset;
}

#footer .widget {
    margin: 0px;
}

#top .widget_nav_menu a {
    padding: 0px;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	opacity: 0.72;
	transition: opacity .2s ease;
}

#top .widget_nav_menu a:hover {
	opacity: 1;
}

#top #footer .widget ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top #footer {
    padding: 120px 0 48px 0;
    background-image: url(/wp-content/uploads/2025/06/form_overlay_alt.png);
    background-repeat: no-repeat;
    background-position: 60% -1%;
}

#top .single_post_main_content_sect {
	background-image: url(/wp-content/uploads/2025/06/single_post_ornament_icon.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#top #footer .single_contact_text {
	color: var(--Style, #000000);
}

#top .footer_contact_details_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 14px;
}

#top #footer .container::after {
	display: none;
}

#top #footer .container {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 40px;
    justify-content: space-between;
}

#top #footer .container .flex_column {
	margin: 0px;
	width: max-content;
}

#top.single-event .page_header_title_sect .flex_column {
    margin-top: -142px;
}

#top .main_btn_cont_solid a {
	background: var(--New-Red-Damask-500, #DA6339) !important;
	color: #ffffff !important;
	border: unset !important;
}

#top .main_p_cont h2, #top .main_p_cont h3, #top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6 {
	color: var(--Style, #000000);
	font-family: Merriweather;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.4px;
	text-transform: unset;
}

#top .single_post_main_content_sect .container {
	max-width: 970px;
}

#top.single-event .vertical_title_cont {
    bottom: 164%;
    right: -2px;
}

#top .avia-post-nav {
	display: none !important;
}

#top .padd_top_0 .template-page {
	padding-top: 0px;
}

#top.single-product .vertical_title_cont {
    bottom: 890px;
}

		.calendar {
			width: max-content;
			padding: 40px 0px;
			background: var(--Style, #FCF5F0);
			border: 1px solid rgba(47, 35, 27, 0.12) !important;
		}
		
		#current_month {
			color: var(--Black, #2E282A);
			text-align: center;
			font-family: whyte;
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: normal;
		}
	
		.current_month_cont svg, .calendar_arrows svg {
			display: block;
		}
	
		.current_month_cont {
			display: block;
		}
	
		.calendar_arrows {
			display: grid;
			grid-template-columns: max-content 130px max-content;
			align-items: center;
			gap: 24px;
			justify-content: center;
			justify-items: center;
		}

		.prevent-select {
		  -webkit-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
		}

		.calendar_arrows span {
			cursor: pointer;
			filter: drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.12));
		}

		.calendar_sep {
			width: 100%;
			height: 1px;
			background: rgba(47, 35, 27, 0.12);
			margin: 28px 0px;
		}
		
        .calendar_header {
            display: block;
			width: 237px;
    		margin: 0 auto;
        }
	
       .day_labels {
			display: grid;
			grid-template-columns: repeat(7, 1fr);
			color: var(--Style, #000000);
			text-align: center;
			font-family: whyte;
			font-size: 14px;
			font-style: normal;
			font-weight: 500;
			line-height: 20px;
			text-transform: uppercase;
			opacity: 0.72;
			gap: 16px;
		    margin-bottom: 12px;
		}

	.day.disabled {
		pointer-events: none;
		opacity: 0.1;
	}
	
		.days {
			display: grid;
			grid-template-columns: repeat(7, 1fr);
			gap: 12px 16px;
			text-align: center;
		}

		.calendar_inner {
			padding: 0px 24px;
		}
	
        .day {
			width: 34px;
			height: 34px;
			cursor: pointer;
			border-radius: 100%;
			transition: 0.3s;
			color: var(--Style, #000000);
			text-align: center;
			font-family: whyte;
			font-size: 14px;
			font-style: normal;
			font-weight: 500;
			line-height: 20px;
			text-transform: uppercase;
			display: flex;
			align-items: center;
			justify-content: center;
			opacity: 0.72;
		}
	
        .day:hover, .selected {
            background: var(--Style, #DA6339);
			color: #ffffff;
			opacity: 1;
        }

#top .booking_summary_title {
	color: var(--Style, #000000);
	font-family: Merriweather;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.24px;
	display: block;
}

#top .single_product_sep {
	display: block;
	background: rgba(47, 35, 27, 0.12);
	width: 100%;
	height: 1px;
	margin: 28px 0px;
}

#top .summary_qty {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 16px;
	font-weight: 410;
	line-height: 24px;
	text-transform: uppercase;
}

#top .summary_x {
	display: block;
	color: var(--Style, #DA6339);
	font-family: whyte;
	font-size: 16px;
	font-weight: 410;
	line-height: 24px;
	text-transform: uppercase;
}

#top .summary_title {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}

#top .single_add_to_cart_button, #top .single_booking_summary_hidden {
	display: none !important;
}

#top .single_booking_summary {
	display: grid;
    grid-template-columns: repeat(2, max-content) 1fr max-content;
    align-items: center;
    gap: 20px;
}

#top .single_product_label_cont {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	opacity: 0.4;
	margin-bottom: 6px;
}

.responsive #top .product_number_inputs_cont input {
	margin: 0px !important;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	border: 1px solid rgba(47, 35, 27, 0.12) !important;
	padding: 8px 8px 8px 20px !important;
}

#top .custom-package {
	margin-bottom: 28px;
}

#top .add_to_cart_main_btn a {
	cursor: pointer;
}

#top .custom-package select {
	width: 100%;
}

#top .product_number_inputs_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 28px;
}

#top .summary_total {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

#top .calendar_arrow path {
	transition: stroke .2s ease;
}

#top .calendar_arrow circle {
	transition: fill .2s ease;
}

#top .calendar_arrow:hover path {
	stroke: #ffffff;
}

#top .calendar_arrow:hover circle {
	fill: #80B7BA;
}

#top .single_product_booking_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
}

#top select option {
    font-weight: 410 !important;
}

.responsive #top .selected_date_error {
	border-bottom-color: var(--Thunderbird-700, #CC1518) !important;
}

#top .single_product_booking_left_cont {
	padding: 72px 112px;
	background: var(--Style, #FFF);
}

#top .single_product_booking_right_cont {
	background: var(--Style, #FCF5F0);
	padding: 72px 112px;
}

#top .single_product_booking_cont .form_title {
	text-align: left;
}

#top .selected_date_text {
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	display: block;
}

#top .selected_inner_date {
    color: var(--Style, #DA6339);
    font-family: whyte;
    font-size: 16px;
    font-weight: 410;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 2px;
}

#top .selected_date_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
}

#top .wc-block-cart-items__row * {
	color: rgb(47 35 27 / 100%);
    font-family: whyte;
	font-weight: 410;
}

#top .wp-block-woocommerce-cart-order-summary-block *, #top .wc-block-components-product-name, #top .wc-block-components-form, #top .wc-block-components-notice-banner__content, .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
	font-family: whyte;
	font-weight: 410 !important;
}

#top .wc-block-components-product-metadata * {
	font-size: 14px !important;
	font-family: whyte;
	font-weight: 410;
}

#top .price, #top .price span, #top del, #top ins {
    font-size: 20px;
}

#top .wc-block-components-product-name {
	font-size: 18px;
}

#top .wp-block-woocommerce-cart input[type="number"] {
    padding: 8px 0px !important;
    border: unset !important;
}

#top.woocommerce-cart #footer, #top.woocommerce-checkout #footer {
    border-top: 1px solid #DA6339 !important;
}

#top .wc-block-cart-item__remove-link {
	text-decoration: unset;
    background: var(--Style, #E4DDCA) !important;
    border: unset !important;
    padding: 12px 18px;
    color: var(--Style, #000000) !important;
    font-family: whyte;
    font-size: 12px;
    font-style: normal;
    font-weight: 410;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0px !important;
    outline: unset !important;
}

#top .wc-block-cart__submit-button, #top .wc-block-components-checkout-place-order-button {
	background: var(--Style, #E4DDCA) !important;
    border: unset !important;
	text-decoration: unset !important;
}

#top.woocommerce-cart .template-page .entry-content-wrapper h1, #top.woocommerce-cart .template-page .entry-content-wrapper h2, #top.woocommerce-checkout .template-page .entry-content-wrapper h1, #top.woocommerce-checkout .template-page .entry-content-wrapper h2 {
    text-transform: unset;
    font-size: 24px;
    line-height: 30px;
}

#top .wc-block-components-product-name {
	margin-bottom: 10px;
}

#top .wc-block-checkout__add-note {
	margin-top: 20px;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
	transform: unset !important;
	top: 0px !important;
	position: relative !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .wc-blocks-components-select .wc-blocks-components-select__label {
	top: 0px !important;
	position: relative !important;
	grid-row: 1 / 2;
	transform: unset !important;
	left: 0px !important;
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
}

#top .wc-blocks-components-select .wc-blocks-components-select__container {
    background: unset;
    border-radius: 0px;
    width: 100%;
	height: max-content;
}

#top .wc-blocks-components-select .wc-blocks-components-select__expand {
	display: none;
}

.wc-blocks-components-select .wc-blocks-components-select__label, .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 410 !important;
    font-family: whyte !important;
	transform: unset !important;
	color: var(--Style, #000000) !important;
}

#top .cart-collaterals .cart_totals table select, #top.woocommerce-page select {
    width: 100%;
	margin-bottom: 20px;
}

#top .wc-block-checkout__payment-method {
	margin-top: 20px;
}

#top .menu_item_text {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 16px;
	font-weight: 350;
	line-height: 24px;
	text-transform: uppercase;
}

#top .menu_item_number {
	display: block;
	color: var(--Style, #000000);
	font-family: whyte;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	opacity: 0.4;
}

#top .single_menu_item_cont {
	display: grid;
    grid-template-columns: max-content;
}

#top .main_menu_inner_sep {
	width: 1px;
	height: 100%;
	opacity: 0.2;
	background: #000000;
}

#top .main_menu_inner_cont {
	display: grid;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	gap: 32px;
}

#top .main_menu_wrapper_cont {
	max-width: 1420px;
	margin: 0 auto;
	padding: 32px 50px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

#top #header, #top .main_menu_inner_cont .main_menu_inner_sep:last-child {
	display: none !important;
}

#top .main_menu_sticky_cont {
	position: fixed;
    top: -126px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0);
	transition: top .2s ease, box-shadow .4s ease;
}

#top .main_menu_sticky_cont_active {
	top: 0px;
	box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
}

.html_header_top.html_header_sticky #top.woocommerce-cart #main, .html_header_top.html_header_sticky #top.woocommerce-checkout #main {
    padding-top: 0px !important;
}

.html_header_top.html_header_sticky #top.woocommerce-cart #main  {
	border-radius: 0px !important;
}

#top .main_menu_cart_inner_title_text {
    color: var(--Black, #2E282A);
    font-family: whyte;
    font-size: 12px;
    font-style: normal;
    font-weight: 410;
    line-height: 24px;
    opacity: 0.56;
    margin-bottom: -2px;
}

#top.woocommerce-cart .wc-block-product-new, #top.woocommerce-cart .wp-block-heading {
	display: none !important;
}

#top.woocommerce-cart .wc-block-cart__empty-cart__title {
	display: block !important;
}

#top .main_menu_cart_inner_total {
	color: var(--Black, #2E282A);
	font-family: whyte;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#top .main_menu_cart_inner_cont {
	display: grid;
    grid-template-columns: max-content;
}

#top .main_menu_cart_number_icon {
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/05/lucide_shopping-bag-green.svg);
}

#top .main_menu_cart_number_text {
    border-radius: 999px;
    background: #DA6339;
    padding: 2px;
    color: #ffffff;
    text-align: center;
    font-family: 'Lato';
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -8px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .main_menu_cart_number_cont {
    position: relative;
    max-width: max-content;
    margin-top: 6px;
}

#top .main_menu_cart_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
    width: max-content;
    z-index: 20;
}

#top.page-id-448 .vertical_title_cont {
	bottom: 776px;
    right: 0px;
}

#top.page-id-448 .vertical_title_cont img {
    width: 92px;
}

#top .fullwidth_section .template-page {
	padding-top: 220px;
	padding-bottom: 220px;
}

#top .fullwidth_section .av-section-color-overlay {
	background: linear-gradient(95deg, #000000 4.1%, rgba(47, 35, 27, 0.88) 40.96%, rgba(47, 35, 27, 0.00) 87.04%);
}

#top .max_width_644 {
	max-width: 644px;
}

#top .amenities_icon {
	margin: 0px;
    float: unset;
}

#top .home_amenities_sect .flex_column_table {
	margin-top: 72px !important;
}

#top .main_btn_cont_with_bg a {
	background: var(--Style, #ffa888) !important
}

#top .single_about_us_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

#top .about_us_sep {
	width: 100%;
	height: 1px;
	opacity: 0.12;
	background: var(--Style, #000000);
}

#top .about_us_cont {
    padding-right: 96px;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top .single_slide_experience_img {
	width: 100%;
	height: 550px;
	margin: 0 auto;
    margin-right: 0px;
	transition: width .2s ease;
}

#top .single_slide_experience_inner_cont {
    padding: 64px 40px;
    background: var(--Style, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    width: 420px;
    position: absolute;
    bottom: 64px;
	opacity: 0;
	transition: opacity .2s ease;
}

#top .swiper-experiences .swiper-slide-active .single_slide_experience_inner_cont {
	opacity: 1;
}

#top .single_slide_experience_inner_cont .card_title {
	display: block;
	font-family: Merriweather;
}

#top .single_slide_experience_number {
	display: block;
	color: var(--Style, #DA6339);
	font-family: whyte;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}

#top .single_slide_experience_inner_cont svg {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#top .single_slide_experience_cont {
	display: block;
	position: relative;
}

#top .swiper-experiences {
	overflow: visible;
}

#top .swiper-experiences .swiper-slide-active .single_slide_experience_img {
	width: 92%;
}

#top .swiper-experiences .swiper-slide {
	opacity: 0.4;
	transition: opacity .2s ease;
}

#top .swiper-experiences .swiper-slide-active {
	opacity: 1;
}

#top .swiper_experiences_footer_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#top .main_splide_text {
	display: block;
	color: var(--Style, #FCF5F0);
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--Style, #DA6339);
	font-family: Merriweather;
	font-size: 180px;
	font-weight: 400;
	line-height: 214px;
	letter-spacing: -3.6px;
}

#top .splide__list {
    align-items: center;
}

#top .splide__slide {
    margin-left: 0px;
    padding: 0px;
}

#top .splide__track {
    overflow: visible;
}

#top .home_experience_sect .template-page {
	padding-bottom: 0px !important;
}

#top .home_experience_sect .main_splide_cont {
	margin-top: 72px;
	margin-bottom: -40px;
}

#top .home_experience_sect {
	z-index: 20;
    position: relative;
}

.html_header_top.html_header_sticky #main {
    padding-top: 0px;
}

#top .swiper-related-cards, #top .swiper-experiences .main_swiper_pagination, #top .mobile_menu_open, #top .mobile_menu_close, #top .mobile_menu_cont {
	display: none;
}

#top .main_menu_non_sticky {
	position: relative;
    z-index: 99;
	background: #ffffff;
}

#top .home_logo_cont {
	display: block;
	height: 58px;
	width: 160px;
	background-image: url(/wp-content/uploads/2025/06/Logo_full_color_main.svg);
}

#top .din_lart_helwa_logo {
	display: block;
	width: 57px;
	height: 58px;
	background-image: url(/wp-content/uploads/2025/06/din_lart_helwa_logo.png);
}

#top .menu_logos_sep {
	display: block;
	width: 1px;
	height: 40px;
	background: rgba(0, 0, 0, 0.12);
}

#top .menu_logos_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    gap: 18px;
}

#top.page-id-518 #footer {
	border-top: 1px solid rgba(47, 35, 27, 0.12);
}

#top .smoobu-booking-tool-container {
	display: flex;
    justify-content: center;
}

#top .main_menu_inner_cont .main_btn_cont a {
	font-size: 13px;
    line-height: 24px;
	padding: 7px 18px;
	height: 39px;
}

#top .main_btn_cont_mobile {
	display: none;
}

#top .details_btn svg {
	transform: rotate(270deg);
}

#top .section_breadcrumb_cont svg rect {
	fill: #DA6339 !important;
}

#top .section_breadcrumb_yellow svg rect {
	fill: #FFCF58 !important;
}

#top .main_btn_cont_outline_white a {
	border-color: #ffffff !important;	
}

#top .home_amenities_sect .main_p_cont *, #top .home_amenities_sect .main_section_title * {
	color: #ffffff !important;
}

#top .home_amenities_sect {
	background-position: 90% 100% !important;
}

#top.page-id-603 .main_menu_cont, #top.page-id-603 #footer .container, #top.page-id-603 .socket_bottom_left_inner_col, #top.page-id-603 .socket_top_cont, #top.page-id-603 .main_btn_cont_mobile {
	display: none !important;
}

#top.page-id-603 #footer {
    background-image: unset !important;
    border: unset !important;
    padding: 0px !important;
}

#top .hide_package_time {
	display: none;
}

#top .swiper-gallery .swiper-slide {
	width: 450px;
}

#top .swiper-gallery {
	overflow: visible;
}

#top .about_lart_helwa_cont {
	display: grid;
    grid-template-columns: 530px max-content;
    align-items: end;
    gap: 72px;
	justify-content: end;
}

#top .dinlarthelwa_title {
	display: block;
	color: #000;
	font-family: Whyte;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	opacity: 0.72;
}

#top .dinlarthelwa_link {
	display: block;
	color: #000;
	font-family: Whyte;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .dinlarthelwa_footer {
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #FFF;
	padding: 16px 20px;
}

#top .dinlarthelwa_inner_footer {
	display: grid;
	grid-template-columns: 100%;
	gap: 4px;
}

#top .dinlarthelwa_footer {
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	gap: 16px;
}

#top .dinlarthelwa_footer_logo {
	width: 47px;
	height: 47px;
	background-image: url(/wp-content/uploads/2025/06/din_lart_helwa_logo.png);
}

#top .page_header_title_sect_btns .flex_column {
	margin-top: -168px;
}

#top .about_text_cols_sect .template-page {
	padding-bottom: 180px;
}

#top .about_text_cols_sect .intro_text_cols {
	position: unset;
}

#top .about_text_cols_sect, #top .border_bottom_sect {
	border-bottom: 1px solid var(--New-Red-Damask-500, #DA6339) !important;
}

#top .stroke_title_cont {
	margin: 0px;
	padding: 0px !important;
	position: absolute;
    bottom: -18px;
}

#top .stroke_title_cont .av-special-heading-tag {
	color: var(--New-Red-Damask-50, #FCF5F0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--New-Red-Damask-500, #DA6339);
	font-family: Merriweather;
	font-size: 120px;
	font-style: normal;
	font-weight: 400;
	line-height: 120px; /* 100% */
	letter-spacing: -1.2px;
}

#top .about_us_img_col {
    height: 800px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

#top .history_date_cont .av-special-heading-tag {
    color: #FFF;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    background: var(--New-Red-Damask-500, #DA6339);
    padding: 16px 20px 17px 20px;
    max-width: max-content;
}

#top .history_date_cont {
	grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

#top .sub_title_cont {
	display: block;
	color: var(--New-Red-Damask-500, #DA6339);
	font-family: Whyte;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.44px;
	text-transform: uppercase;
}

#top .about_text_cols_sect .card_title {
	font-family: Merriweather;
}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

#top .single_event_img {
	width: 100%;
	height: 500px;
}

#top .main_event_inner_cont {
	display: grid;
    grid-template-columns: max-content 1fr max-content;
    gap: 40px 170px;
}

#top .main_event_inner_cont .avia_codeblock_section {
	grid-column: 1 / -1;
}

#top .main_event_inner_cont .card_btn {
	align-self: end;
	background: #ffffff;
}

#top .main_event_inner_cont .main_section_title {
	max-width: 306px;
}

@media only screen and (max-width: 1300px) {
	#top .home_logo_cont {
		height: 46px;
		width: 124px;
	}
	
	#top .din_lart_helwa_logo {
		width: 50px;
		height: 51px;
	}
	
	#top .menu_logos_sep {
		height: 26px;
	}
	
	#top .menu_logos_cont {
		gap: 14px;	
	}
	
	#top .main_menu_inner_cont {
		gap: 20px;
	}
	
	#top .menu_item_text {
		font-size: 14px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	#top .menu_item_text {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .main_menu_inner_cont {
		gap: 20px;
	}
}

@media only screen and (max-width: 1100px) {
	#top .about_lart_helwa_cont {
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .main_menu_inner_cont {
        gap: 10px;
    }
	
	#top .single_post_main_content_sect {
		background-image: unset;
	}
	
	#top .vertical_title_cont {
		display: none !important;
	}
	
	#top .page_header_title_sect .flex_column {
		margin-top: -112px !important;
	}
	
	#top.single-event .page_header_title_sect .flex_column, #top.single-product .page_header_title_sect .flex_column {
		padding: 0px 20px;
	}
	
	#top .single_product_booking_cont {
		grid-template-columns: 100%;
	}
	
	#top .main_event_inner_cont {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media only screen and (max-width: 989px) {
	#top .stroke_title_cont {
		position: relative;
		bottom: 0px;
	}
	
	#top .stroke_title_cont .av-special-heading-tag {
		font-size: 38px;
		line-height: 38px;
		letter-spacing: -0.38px;
	}
	
	#top .main_menu_inner_cont {
		align-items: center;
	}
	
	#top .single_menu_item_cont_desktop, #top .mobile_menu_open_active, #top .mobile_menu_close_active {
		display: none !important;
	}
	
	#top .mobile_menu_open, #top .mobile_menu_close {
		display: block;
		cursor: pointer;
	}
	
	#top .single_menu_item_cont {
		grid-template-columns: max-content 1fr;
		align-items: end;
		gap: 8px;
	}
	
	#top .menu_item_text {
       color: var(--Style, #000000);
		font-family: Merriweather;
		font-size: 26px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.24px;
		text-transform: none;
    }
	
	#top .menu_item_number {
		position: relative;
		top: -4px;
	}
	
	#top .mobile_menu_inner_cont {
	 	display: grid;
		grid-template-columns: 100%;
		gap: 10px;
	}
	
	#top .mobile_menu_cont {
        display: block;
        position: absolute;
        left: 0px;
        top: -700px;
        width: 100%;
        background: #ffffff;
        padding: 40px 16px;
		transition: top .6s ease;
		box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.08);
    }
	
	#top .main_menu_sticky_cont .mobile_menu_cont {
		display: none;
	}
	
	#top .main_menu_sticky_cont_active .mobile_menu_cont {
		display: block;
	}
	
	#top .main_menu_inner_cont {
		position: relative;
		z-index: 40;
	}
	
	#top .mobile_menu_cont_active {
		top: 108px;
	}
	
	#top .fullwidth_section .template-page {
		padding-bottom: 60px;
	}
	
	#top .fullwidth_section .av-section-color-overlay {
        background: linear-gradient(1deg, #000000 1.22%, rgba(47, 35, 27, 0.88) 40.31%, rgba(47, 35, 27, 0.00) 90.63%);
    }
	
	#top .intro_text_cols_sect .template-page {
		padding-bottom: 328px !important;
	}
	
	#top .single_card_cont_wide {
		grid-template-columns: 100%;
		gap: 0px;
		padding: 8px 8px 40px 8px;
	}
	
	#top .single_card_cont_wide .single_card_img {
		grid-column: unset;
		width: 100%;
		height: 260px;
	}
	
	#top .single_card_cont_wide .single_card_inner_cont {
		grid-row: unset;
	}
	
	#top .padd_top_one .template-page {
		padding-top: 60px;
	}
	
	#top .padd_bot_one .template-page {
		padding-bottom: 60px;
	}
	
	#top.single-product .swiper_sect .template-page {
		padding-bottom: 60px !important;
	}
	
	#top.single-product .single_post_main_content_sect .template-page {
		padding-bottom: 186px !important;
	}
	
	#top .socket_bottom_cont {
		grid-template-columns: 100%;
		gap: 10px;
		justify-items: center;
	}
	
	#top .socket_text {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	
	#top .socket_bottom_left_col {
		gap: 10px;
	}
	
	#top .m7alpha_logo {
		width: 100px;
		height: 24px;
	}
	
	#top #footer .container {
		grid-template-columns: 100%;
		gap: 40px;
	}
	
	#top .single_contact_text, #top .widget_nav_menu a {
		font-size: 16px;
		line-height: 24px;
	}
	
	#top #footer .widget ul {
		gap: 4px;
	}
	
	#top .single_contact_cont svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: 3px;
    }
	
	#top .flex_column .widget .widgettitle, .content .widget .widgettitle {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 22px;
		letter-spacing: -0.14px;
	}
	
	#top .go_to_top_cont svg {
		width: 40px;
		height: 40px;
	}
	
	#top .socials_cont {
		gap: 10px;
	}
	
	#top .socials_cont svg {
		width: 18px;
		height: 18px;
	}
	
	#top #footer {
		padding: 60px 0 48px 0;
	}
	
	#top .instagram_cont {
		grid-template-columns: 100%;
		align-items: center;
		gap: 20px;
		justify-items: center;
	}
	
	#top .marg_top_72 {
		margin-top: 40px;
	}
	
	#top .instagram_tag {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: -0.28px;
	}
	
	#top .contact_form_cont {
		grid-template-columns: 100%;
	}
	
	#top .map_form_col {
		grid-row: 2 / 3;
		height: 500px;
	}
	
	#top .page_header_cont .container {
		height: 68vh !important;
	}
	
	#top .all_experiences_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top .intro_text_cols {
		grid-template-columns: 100%;
		row-gap: 20px;
	}
	
	#top .mobile_menu_inner_cont .socials_cont {
		justify-content: center;
	}
	
	#top .mobile_menu_inner_cont .socket_bottom_cont {
        border-top: 1px solid #DA6339 !important;
		border-bottom: 1px solid #DA6339 !important;
		margin-top: 10px;
		padding-bottom: 12px;
    }
	
	#top .about_text_cols_sect .template-page {
		padding-bottom: 60px !important;
	}
	
	#top .about_text_cols_sect {
		background-image: unset !important;
	}
	
	#top .history_date_cont .av-special-heading-tag {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: -0.14px;
		padding: 14px;
	}
	
	#top .history_date_cont {
		justify-content: start;
	}
}

@media only screen and (max-width: 767px) {
	
	#top .about_lart_helwa_cont {
        gap: 20px;
    }
	
	#top .larthelwa_logo_low_opacity img {
		height: 140px;
   	 	object-fit: contain;
    	object-position: left;
	}
	
	#top .single_page_header_btn {
		font-size: 14px;
		line-height: 22px;
		padding: 14px 32px;
	}
	
	#top .swiper-related-cards {
		display: block;
	}
	
	#top .related_desktop_cards {
		display: none;
	}
	
	#top .swiper-related-cards {
		overflow: visible;
	}
	
	#top .mob_no_marg_bot, #top .instagram_sect .flex_column, #top .page_header_title_sect .flex_column, #top .single_post_main_content_sect .flex_column, #top .swiper_sect .flex_column, #top .testimonials_sect .flex_column, #top .home_amenities_sect .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .swiper_reviews_cont {
		grid-template-columns: 1fr;
	}
	
	#top .single_review_cont {
		padding: 40px 20px;
	}
	
	#top .swiper-reviews {
		overflow: visible;
	}
	
	#top.single-event .page_header_title_sect .flex_column, #top.single-product .page_header_title_sect .flex_column {
		margin-top: -104px !important;
	}
	
	#top .swiper_sect .flex_column {
		margin-top: -158px !important;
	}
	
	#top .intro_text_cols_sect .template-page {
		padding-bottom: 190px !important;
	}
	
	#top .main_p_cont * {
		font-size: 16px;
		line-height: 24px;
	}
	
	#top .main_p_cont br {
		display: none;
	}
	
	#top .gform_button, #top .main_btn_cont a, #top .wc-block-cart__submit-button, #top .wc-block-components-checkout-place-order-button {
		padding: 17px 26px;
		font-size: 14px;
		line-height: 1;
	}
	
	#top .section_breadcrumb_cont span {
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 1.28px;
	}
	
	#top .marg_top_40 {
		margin-top: 28px;
	}
	
	#top .main_section_title .av-special-heading-tag {
		font-size: 34px;
		line-height: 40px;
		letter-spacing: -0.34px;
	}
	
	#top .main_section_title .av-special-heading-tag br {
		display: none;
	}
	
	#top .thank_you_sect, #top .form_sect {
		background-size: 1000px !important;
	}
	
	#top .contact_form_col, #top .form_cont {
		padding: 40px 16px;
	}
	
	#top .map_form_inner_cont {
		padding: 24px;
		width: 266px;
		bottom: 16px;
		left: 16px;
	}
	
	#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
		padding: 0px 0px 10px 0px !important;
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .gfield_consent_label {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .main_p_cont h2, #top .main_p_cont h3, #top .main_p_cont h4, #top .main_p_cont h5, #top .main_p_cont h6 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -0.24px;
	}
	
	#top .single_gallery_img {
		height: 300px;
	}
	
	#top .single_arrow_cont, #top .swiper_arrows_cont {
		display: none;
	}
	
	#top .swiper_footer_cont {
		grid-template-columns: 100%;
		justify-content: center;
	}
	
	#top .main_swiper_pagination {
		gap: 12px;
		justify-content: center;
	}
	
	#top .single_product_booking_right_cont {
		padding: 40px;
		grid-row: 1 / 2;
	}
	
	#top .single_product_booking_left_cont {
    	padding: 40px;
	}
	
	#top .booking_summary_title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: -0.14px;
	}
	
	#top .single_card_img {
		height: 260px;
	}
	
	#top .single_card_cont {
		padding: 8px 8px 40px 8px;
	}
	
	#top .single_card_inner_cont {
		padding: 0px 16px;
		margin-top: 30px;
		gap: 20px;
	}
	
	#top .single_page_header_btn svg {
		width: 20px;
		height: 20px;
	}
	
	#top .swiper-experiences .swiper-slide-active .single_slide_experience_img {
		width: 100%;
	}
	
	#top .swiper_experiences_footer_cont {
		grid-template-columns: 100%;
		gap: 20px;
		justify-items: center;
	}
	
	#top .main_splide_text {
		font-size: 80px;
		line-height: 80px;
		letter-spacing: -1.6px;
	}
	
	#top .main_splide_cont svg {
		width: 16px;
		height: 16px;
	}
	
	#top .home_experience_sect .main_splide_cont {
		margin-top: 50px;
		margin-bottom: -8px;
	}
	
	#top .about_us_cont {
		padding-right: 0px;
	}
	
	#top .amenities_icon img {
		width: 56px;
		height: 56px;
	}
	
	#top .home_amenities_sect .flex_column_table {
		margin-top: 32px !important;
	}
	
	#top .home_amenities_sect .av-flex-placeholder {
		display: none !important;
	}
	
	#top .home_amenities_sect .flex_column_table {
		display: grid !important;
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .home_amenities_sect .marg_top_20 {
		margin-top: 10px;
	}
	
	#top .main_section_title_smaller .av-special-heading-tag {
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -0.24px;
	}
	
	#top .mob_marg_top_32 {
		margin-top: 32px !important;
	}
	
	#top .larthelwa_logo_low_opacity {
		margin: 0px !important;
		float: left;
	}
	
	#top .home_amenities_sect .about_us_img_col {
		height: 350px;
		display: flex !important;
		margin-bottom: 30px !important;
	}
	
	#top .about_text_cols_sect .template-page {
		padding-bottom: 60px !important;
	}
	
	#top .about_text_cols_sect .flex_column {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 600px) {
	#top .menu_logos_cont {
        gap: 10px;
    }
	
	#top .swiper-gallery .swiper-slide {
		width: 100%;
	}
	
	#top .din_lart_helwa_logo {
        width: 44px;
        height: 45px;
    }
	
	#top .main_menu_cart_inner_total {
		font-size: 14px;
	}
	
	#top .main_menu_cart_inner_title_text {
		font-size: 10px;
		line-height: 22px;
	}
	
	#top .sponsors_cont {
		grid-template-columns: repeat(2, max-content);
		justify-items: center;
	}
	
	#top .main_menu_inner_cont .main_btn_cont {
		display: none;
	}
	
	#top #socket .container {
		padding-bottom: 96px;
	}
	
	#top .main_btn_cont_mobile {
		display: block;	
		position: fixed;
		z-index: 9999;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#top.page-id-518 .main_btn_cont_mobile {
		display: none !important;
	}
	
	#top .main_menu_wrapper_cont {
		padding: 20px 16px;
	}
	
	#top .home_logo_cont {
		height: 42px;
		width: 110px;
	}
	
	#top .mobile_menu_inner_cont {
        grid-template-rows: 1fr max-content;
        height: 100%;
    }
	
	#top .mobile_menu_cont {
        top: -900px;
    }
	
	#top .mobile_menu_cont_active {
        top: 74px !important;
    }
	
	#top .mobile_menu_cont {
        padding: 10px 16px 16px 16px;
    }
	
	#top .mobile_menu_inner_cont .main_socket_cont {
		margin-top: 20px;
	}
	
	#top .mobile_menu_cont {
        display: block;
    }
	
	#top .home_experience_sect .container {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#top .swiper-experiences .main_swiper_pagination {
		display: grid;
	}
	
	#top .swiper-experiences .swiper_experiences_footer_cont {
        margin-top: 178px;
        gap: 32px;
    }
	
	#top .home_experience_sect .main_section_title, #top .home_experience_sect .section_breadcrumb_cont {
		padding: 0px 16px;
	}
	
	#top .home_experience_sect .main_section_title * {
		text-align: center;
	}
	
	#top .single_slide_experience_inner_cont {
		padding: 40px 16px;
		grid-template-columns: 100%;
		gap: 14px;
		width: 342px;
		bottom: -144px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#top .single_slide_experience_img {
		height: 350px;
	}
	
	#top .single_slide_experience_inner_cont svg {
		bottom: unset;
	}
	
	#top .home_experience_sect .section_breadcrumb_cont {
		justify-content: center;
	}
	
	#top .card_title {
		font-size: 22px !important;
		line-height: 22px !important;
		letter-spacing: -0.18px !important;
	}
	
	#top .card_price {
		font-size: 18px;
		line-height: 22px;
	}
	
	#top .single_card_inner_cont {
        gap: 14px;
    }
	
	#top .product_number_inputs_cont {
		grid-template-columns: 100%;
		gap: 18px;
	}
	
	.responsive #top .product_number_inputs_cont input {
		font-size: 14px;
		line-height: 22px;
		padding: 6px 8px 6px 12px !important;
	}
		
	#top .single_product_booking_left_cont, #top .single_product_booking_right_cont {
        padding: 30px;
    }
	
	.calendar {
		padding: 20px 0px;
		width: 100%;
		height: 406px;
	}
	
	.gform-theme--foundation .gform_fields {
		grid-template-columns: 100% !important;
	}
	
	.calendar_header, .day {
		width: 100%;
	}	
	
	.day_labels {
		font-size: 12px;
		line-height: 20px;
		gap: 6px;
	}
	
	.days {
		gap: 10px;
		height: 30px;
	}
	
	.calendar_inner {
		padding: 0px 12px;
	}
	
	#current_month {
		font-size: 14px;
	}
	
	.calendar_arrows {
		grid-template-columns: max-content 118px max-content;
		gap: 8px;
	}
	
	#top .summary_title, #top .summary_qty {
		font-size: 14px;
		line-height: 18px;
	}
	
	#top .summary_x {
		font-size: 12px;
		line-height: 16px;
	}
	
	#top .selected_date_text {
		font-size: 16px;
	}
	
	#top .single_booking_summary {
		gap: 12px;
	}
	
	#top .summary_total {
		font-size: 16px;
		line-height: 22px;
	}
	
	#top .selected_date_cont {
		grid-template-columns: 100%;
		gap: 14px;
	}
	
	#top {
		padding: 0px;
	}
	
	#top #wrap_all {
		border: unset !important;
	}
	
	#top .testimonials_sect, #top .mob_bg_size, #top .home_amenities_sect {
		background-position: 94% 100% !important;
		background-size: 144px !important;
	}
	
	#top.single-product .related_products_sect {
		background-position: 94% 0% !important;
	}
	
	#top .section_breadcrumb_cont svg {
		width: 6px;
		height: 6px;
	}
	
	.responsive #top #wrap_all .container {
        width: 88%;
        max-width: 88%;
    }
	
	#top .review_name {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: -0.1px;
	}
	
	#top .review_country {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .review_footer_img, #top .single_review_cont > svg {
		width: 56px;
		height: 56px;
	}
	
	#top .review_stars_cont {
		margin-top: 17px;
	}
	
	#top .socket_text {
        font-size: 12px;
        line-height: 16px;
    }
	
	#top .socket_bottom_left_inner_col {
		gap: 18px;
	}
	
	#top .socket_bottom_cont {
        gap: 13px;
    }
	
	#top.page-id-603 .socket_bottom_cont {
		border-top: 1px solid #DA6339 !important;
	}
	
	#top .socket_bottom_cont {
		padding-bottom: 12px;
		border-bottom: 1px solid #DA6339 !important;
	}
	
	#top #footer {
		background-position: 92% -1%;
		background-size: 144px;
		border-top: 1px solid rgba(47, 35, 27, 0.12);
	}
	
	#top .form_sect .av-section-color-overlay {
		background-size: 144px !important;
		background-position: 92% -1% !important;
	}
	
	#top .thank_you_sect .container {
		height: 76vh !important;
	}
	
	#top .instagram_left_col > svg {
		width: 56px;
		height: 56px;
	}
	
	#top .instagram_left_inner_col {
		gap: 10px;
	}
	
	#top .swiper-instagram .swiper-slide {
		width: 300px;
	}
	
	#top .single_instagram_img {
		height: 300px;
	}
	
	#top .instagram_sect .template-page, #top .form_sect .template-page {
		padding-bottom: 60px !important;
	}
}