/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 19 2025 | 12:14:17 */
/*-------------- G E N E R A L ---------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;overflow-x:hidden}
body, p{margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#083258;color:#fff}
::-webkit-scrollbar{width: 8px;background:#F9F5EC}
::-webkit-scrollbar-thumb{border-radius: 50px;background:#083258}
div#content{min-height:667px}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
body {background: #f9f5ea;}
h1, h2, h3, h4, h5, h6, p, span, a, button, select, input, textarea, del, ins, fieldset, legend, th, td, tr, nav, dt, dd, div {font-family: 'Noto Sans Hebrew';}
.entry-content ul li {
    list-style: disc;
}
.entry-content ol li {
    list-style: numeric;
}

/*-------------- E X T R A S ---------------*/
.site-header a:focus {
    display: block;
    outline: 4px solid #345ffc60 !important;
}
.page-id-20 main#primary,
.page-id-669 main#primary {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    font-size: 15px;
	line-height: 1.5;
}
.page-id-20 main#primary ol,
.page-id-669 main#primary ol  {
    padding: 0 20px 0 0;
}
.page-id-20 main#primary ol li h2,
.page-id-669 main#primary ol li h2  {
    margin: 0;
    padding: 0;
    font-size: 25px;
}
.page-id-20 main#primary ol li,
.page-id-669 main#primary ol li{
    list-style: auto;
    font-size: 20px;
    font-weight: 600;
}
main#primary {
    min-height: 440px;
}



/*-------------- H E A D E R ---------------*/
header#masthead {
    position: sticky;
    top: 0px;
    background-image: linear-gradient(0deg, #f9f5ea, #fcfbf6);
    z-index: 999;
}
.header-top {
    padding: 10px 30px 0;
}
.header-news-slider {
    padding: 10px;
    background: #083258;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.35px;
    border-radius: 50px;
}
.header-news-slider .slide {
    display: none;
}
.header-news-slider .slide.active {
    display: block;
}
.header-middle {
	position: relative;
    background: #083258;
	z-index: 9;
}
.header-middle .header-middle-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
}
.header-middle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 90%;
}
.header-middle-middle button.digital-guide-button {
    margin: 0 20px 0 0;
    padding: 12px 10px 12px 20px;
    background: #fff;
    border-radius: 150px;
    border: 0;
    color: #083258;
    font-size: 16px;
	cursor: pointer;
}
.header-middle-middle button.digital-guide-button svg * {
    fill: #083258;
}
.header-middle-middle button.digital-guide-button:hover {
	background: #2f55e1;
	color: #fff;
}
.header-middle-middle button.digital-guide-button:hover svg * {
    fill: #fff;
}
.header-middle-middle button.digital-guide-button:focus {outline: 4px solid #345ffc60 !important;}
.header-middle .header-middle-inner ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}
.header-middle .header-middle-inner ul a {
	min-width: fit-content;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
	border-radius: 5px;
	border: solid 1px #0e3a5100;
}
.header-middle .header-middle-inner ul a:focus {border-color: #345ffc60;}
.header-middle .header-middle-inner ul a:hover {
	text-decoration: underline;
}
.header-middle .header-middle-inner ul .current-menu-item a {
    font-weight: 600;
    text-decoration: underline;
}
.header-middle-left .ministry-of-tourism img {
    height: 65px;
	padding: 10px;
}
.header-middle-right .site-logo img {
    height: 60px;
}
.cart-icon img {
    width: 23px;
	filter: invert(1);
}
a.cart-icon {
    margin: 0 40px 0 0;
}
.header-middle-middle button.search-toggle {
    margin: 0 20px 0 0;
	cursor: pointer;
}
button.search-toggle {
    background: none;
    box-shadow: unset;
    border: 0;
}
.header-middle-left .custom-html-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.header-search {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 40px;
    background: #f9f5ea;
    box-shadow: 0 5px 5px 0 #00000030;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    z-index: 8;
	transition: all 0.3s ease-in-out;
}

.search-is-open .header-search {
	transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.header-search .widget_aa_search_widget {
    display: flex;
    align-items: center;
    max-width: 1250px;
    margin: auto;
}
.header-search .widget_aa_search_widget .widget-title {
    width: 200px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}
.header-search .widget_aa_search_widget .aa-search-widget {
    position: relative;
    width: calc(100% - 200px);
}
.header-search input.aa-search-input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 20px 30px 20px 150px;
    border: 0;
    border-radius: 150px;
    font-size: 19px;
    box-shadow: 0 2px 5px 0 #00000015;
}
.header-search button.aa-search-button {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    gap: 10px;
    background: #083258;
    color: #fff;
    font-size: 19px;
    border: 0;
    border-radius: 150px;
    cursor: pointer;
}
.header-search button.aa-search-button:focus {outline: 4px solid #345ffc60 !important;}
.header-search button.aa-search-button:hover {
    background: #2f55e1;
    color: #fff;
}
.header-search button.aa-search-button span.aa-search-icon {
    display: none;
}
.aa-content-container .aa-main .aa-chip.aa-chip--search {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: none;
}




/*------------- F O O T E R ----------------*/
footer#colophon {
    margin: 50px 0 0;
    padding: 50px 0 0;
    background: #083258;
    border-radius: 10px 10px 0 0;
}
.footer-middle {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.footer-middle .widget-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.footer-middle ul {
    margin: 0;
    padding: 0;
}
.footer-middle ul a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.footer-middle ul a:hover, .footer-middle ul a:focus,
.footer-bottom .footer-middle-third a:hover , .footer-bottom .footer-middle-third a:focus {
    text-decoration: underline;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    background: #092a3060;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
	border-radius: 7px 7px 0 0;
}
.footer-bottom .footer-middle-third a {
    display: block;
    margin: 0 15px;
    color: #fff;
}
.footer-bottom .box {
    display: flex;
    align-items: center;
}
.footer-bottom .box img {
    margin: 0 0 0 20px;
    height: 40px;
}

.join-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 20px 70px;
    color: #fff;
    font-size: 24px;
}
a.join-b-cta {
    background: #fff;
    padding: 5px 25px 7px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    color: #083258;
    font-weight: 500;
}
a.join-b-cta:hover,
a.join-b-cta:focus {
    color: #fff;
    background: #2f55e1;
}
















/*-------------- A R C H I V E ---------------*/
.woocommerce-page.tax-product_cat .site-main {
    padding: 0 0 30px;
}
header.woocommerce-products-header {
    position: relative;
    margin: 0;
    padding: 25px;
    background-image: url(/wp-content/uploads/2025/10/gilboa.png);
    background-size: cover;
    background-position: top 30% right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.term-north header.woocommerce-products-header {background-image: url(/wp-content/uploads/2025/08/North.jpg);background-position: center;}
.term-center header.woocommerce-products-header {background-image: url(/wp-content/uploads/2025/08/center.jpg);background-position: center;}
.term-jerusalem header.woocommerce-products-header {background-image: url(/wp-content/uploads/2025/08/Jerusalem.jpg);background-position: center;}
.term-south header.woocommerce-products-header {background-image: url(/wp-content/uploads/2025/08/SOUT.jpg);background-position: center;}


header.woocommerce-products-header h1.page-title {
    position: relative;
    margin: 0;
    color: #fff;
    font-family: rubik;
    font-weight: 900;
    -webkit-text-stroke: 15px #083258;
    paint-order: stroke fill;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    z-index: 9;
}
header.woocommerce-products-header .archive-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background-image: linear-gradient(168deg, #08325800, #008325800, #083258);
    z-index: 8;
}
.aa-content-container {
    display: flex;
    max-width: 1920px;
    margin: auto;
	padding: 0 20px;
}
.aa-content-container .aa-filters {
    width: 400px;
    margin-left: 50px;
}
.aa-content-container .aa-filters .aa-filters-form {
	height: 100%;
	margin: 25px 0 0;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    color: #0e3a51;
}
.aa-content-container .aa-filters .aa-filters-form h2 {
    margin: 10px 0 20px;
    font-size: 21px;
}
.aa-radio-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.aa-radio-list .aa-radio {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    padding: 12px 40px 13px 10px;
    border: solid 1px #c4bfb1;
    font-size: 15px;
    color: #0e3a51;
    border-radius: 5px;
	cursor: pointer;
}
.aa-radio-list .aa-radio[aria-checked="true"],
.term-north .aa-radio-list .aa-radio[data-slug="north"],
.term-center .aa-radio-list .aa-radio[data-slug="center"],
.term-jerusalem .aa-radio-list .aa-radio[data-slug="jerusalem"],
.term-south .aa-radio-list .aa-radio[data-slug="south"] {
    background: #f9f7f3;
    border-color: #9b968a;
}
.aa-radio-list .aa-radio:focus {
    outline: 4px solid #345ffc60 !important;
}
.aa-radio-list .aa-radio .aa-radio__dot {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: solid 1px #9b968a;
}
.aa-radio-list .aa-radio[aria-checked="true"] .aa-radio__dot,
.term-north .aa-radio-list .aa-radio[data-slug="north"] .aa-radio__dot,
.term-center .aa-radio-list .aa-radio[data-slug="center"] .aa-radio__dot,
.term-jerusalem .aa-radio-list .aa-radio[data-slug="jerusalem"] .aa-radio__dot,
.term-south .aa-radio-list .aa-radio[data-slug="south"] .aa-radio__dot {
    border-color: #747065;
}
.aa-radio-list .aa-radio[aria-checked="true"] .aa-radio__dot:after,
.term-north .aa-radio-list .aa-radio[data-slug="north"] .aa-radio__dot:after,
.term-center .aa-radio-list .aa-radio[data-slug="center"] .aa-radio__dot:after,
.term-jerusalem .aa-radio-list .aa-radio[data-slug="jerusalem"] .aa-radio__dot:after,
.term-south .aa-radio-list .aa-radio[data-slug="south"] .aa-radio__dot:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #59564d;
}
fieldset.aa-filter-group {
    margin-bottom: 30px;
}
fieldset.aa-filter-group br {
    display: none;
}
legend.aa-filter-title {
    font-weight: 600;
    padding: 10px 0;
    font-size: 19px;
    line-height: 1;
}
fieldset.aa-filter-group label:not(.aa-cal-cell) {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    padding: 5px 0;
}
fieldset.aa-filter-group input[type="checkbox"]:focus,
fieldset.aa-filter-group input[type="radio"]:focus {
    outline: 3px solid #345ffc60 !important;
}
fieldset.aa-filter-group input[type="checkbox"],
fieldset.aa-filter-group input[type="radio"] {
	position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #9b968a;
    border-radius: 2px;
	cursor: pointer;
}
fieldset.aa-filter-group input[type="radio"] {border-radius: 50px;}
fieldset.aa-filter-group input[type="checkbox"]:checked {
    border-color: #083258;
    background-color: #083258;
	background-image: url(/wp-content/themes/tourism/assets/check.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
fieldset.aa-filter-group input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #59564d;
}
.aa-cal-nav {
    display: flex;
    align-items: center;
    width: fit-content;
	margin: 0 0 20px;
    background: #fff;
    border-radius: 150px;
    box-shadow: 2px 2px 7px 0 #00000015;
}
.aa-cal-nav button {
    padding: 10px 20px 11px;
    border: 0;
    border-radius: 150px;
    background: none;
    font-size: 14px;
    line-height: 1.2;
}
.aa-cal-nav button:focus {outline: 4px solid #345ffc60 !important;}
.aa-cal-nav button[aria-selected="true"] {
    background: #083258;
    color: #fff;
}
.aa-cal-nav button[aria-selected="false"] {
    cursor: pointer;
}
.aa-cal-month {
    width: 350px;
}
.aa-cal-month .aa-cal-head .aa-cal-head-cell {
    width: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.aa-cal-month .aa-cal-head,.aa-cal-month .aa-cal-week {
    display: flex;
    align-items: center;
    gap: 2px;
	margin: 0 0 2px;
}
.aa-cal-month .aa-cal-cell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 150px;
}
.aa-cal-month .aa-cal-cell.is-disabled {
    opacity: 0.3;
    font-weight: 400;
}
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell span.aa-date-day {
    position: relative;
    z-index: 9;
	pointer-events: none;
}
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell input[type="checkbox"] {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    z-index: 8;
	cursor: pointer;
}
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell input[type="checkbox"]:checked {
    background-image: none;
}
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell input[type="checkbox"]:checked + span,
fieldset.aa-filter-group .aa-cal-month label.aa-cal-cell:has(input[type="checkbox"]:checked) .aa-date-day {color: #fff;}
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell input[type="checkbox"]:disabled,
fieldset.aa-filter-group .aa-cal-month .aa-cal-cell input[type="checkbox"]:disabled + span {
    opacity: 0.35;
    cursor: not-allowed;
}
div#digital-guide-modal fieldset.main-action label.aa-check.disabled, div#digital-guide-modal fieldset.main-action label.aa-check input:disabled, div#digital-guide-modal fieldset.main-action label.aa-check input:disabled + span {
    opacity: 0.65;
    cursor: not-allowed;
}
button.modal-close:focus, div#digital-guide-modal .step-footer .step-button:focus,
div#digital-guide-modal .step.step-start .step-body .step-button-next:focus{
    outline: 4px solid #345ffc60 !important;
}

























/*---main---*/
.aa-content-container .aa-main {
    width: calc(100% - 450px);
}
.aa-content-container .aa-main .aa-header {
    position: sticky;
    top: 99px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 20px 0 20px 20px;
    background: #f9f5ea;
    border-bottom: solid 1px #e5e0d2;
    z-index: 99;
}
.aa-content-container .aa-main .aa-view-toggle {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 150px;
    box-shadow: 2px 2px 7px 0 #00000015;
}
.aa-content-container .aa-main .aa-view-toggle button {
    padding: 12px 25px 13px;
    border: 0;
    border-radius: 150px;
    background: none;
    font-size: 16px;
    line-height: 1.2;
}
.aa-content-container .aa-main .aa-view-toggle button:focus {outline: 4px solid #0f4d6430 !important;}
.aa-content-container .aa-main .aa-view-toggle button[aria-selected="true"] {
    background: #083258;
    color: #fff;
}
.aa-content-container .aa-main .aa-view-toggle button[aria-selected="false"] {
    cursor: pointer;
}
.aa-content-container .aa-main .aa-view-toggle button[aria-selected="false"]:focus {
    outline: 4px solid #0f4d6430 !important;
}
.aa-content-container .aa-main .aa-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100% - 350px);
}
.aa-content-container .aa-main .aa-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 15px 7px 7px;
    background: #ffffff;
    color: #3E3B33;
    border-radius: 50px;
    font-size: 14px;
}
.aa-content-container .aa-main .aa-chip button {
    background: #e5e0d2;
    border: 0;
    border-radius: 150px;
    cursor: pointer;
}
.aa-content-container .aa-main .aa-chip button:focus {
    outline: 3px solid #0d3b4c60 !important;
}
.aa-content-container .aa-main .aa-chip.aa-clear-all {
    padding: 0;
}
.aa-content-container .aa-main .aa-chip.aa-clear-all button {
    padding: 8px 15px;
}
.products {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.single-product .products {
    justify-content: center;
}
.aa-content-container ul.products.hide,
div#aa-map.hide {display: none;}
.aa-content-container ul.products .product-item {
    width: calc(33.3% - 20px);
}
.aa-content-container ul.products .no-results {
    display: block;
    width: 100%;
    padding: 40px 0;
    font-family: 'Noto Sans Hebrew';
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: #0e3a51;
}
.product-item .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    position: relative;
    padding: 10px;
    height: 100%;
    background: #fff;
    border-radius: 7px;
    color: #082d34;
    box-shadow: -10px 4px 10px 0 #00000007;
}
.product-item .item-wrapper .item-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}
.product-item.top-event .item-wrapper .item-image img {
    object-position: top center;
}
.product-item .item-wrapper .item-image img {
    height: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
    object-fit: cover;
    object-position: center;
}
.product-item a:hover img {
    transform: scale(1.05);
}
.product-item .item-wrapper .item-image .label-area {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 4px 10px 5px;
    background: #F8DA4E;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
    border-radius: 150px;
    pointer-events: none;
    z-index: 9;
}

.product-item.area-45 .item-wrapper .item-image .label-area {background: #71D7B7;color: #15362D;}
.product-item.area-46 .item-wrapper .item-image .label-area {background: #DAC2E5;color: #3E3045;}
.product-item.area-48 .item-wrapper .item-image .label-area {background: #C9FC5A;color: #334C0E;}
.product-item.area-47 .item-wrapper .item-image .label-area {background: #F8DA4E;color: #000;}

.item-wrapper .item-image .label-pop {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 28px;
    font-family: rubik;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 15px #002FDA;
    paint-order: stroke fill;
    z-index: 1;
}

.product-item .item-wrapper .item-content {
	width: 100%;
	margin: 0 0 20px;
    padding: 20px 10px;
}
.product-item .item-wrapper .item-content .top {
	display: flex;
    align-items: start;
}
.product-item .item-wrapper .item-content .right {
    min-width: 65%;
}
.product-item .item-wrapper .item-content .left img {
    width: 125px;
    height: 65px;
    object-fit: contain;
    object-position: top left;
}
.product-item .item-wrapper h2 {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
	text-align: right;
}
.bussiness-info {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.2;
	text-align: right;
}
.bussiness-info .bussiness-name {
    font-weight: 600;
}
.product-item .item-wrapper h2 a {
    color: #092a30;
}
.product-item .activity-dates {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.product-item .activity-dates .activity-date {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 150px;
    box-shadow: 2px 2px 7px 0 #00000015;
}
.product-item .activity-dates span.activity-more {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    width: 25px;
    height: 25px;
    background: #e1eaf2;
    font-size: 12px;
    border-radius: 50px;
    letter-spacing: -1px;
}
.product-item .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	margin-top: auto;
    padding: 15px 15px 10px;
}
.product-item .product-footer .activity-price {
    display: flex;
    align-items: end;
    gap: 7px;
}
.product-item .product-footer .activity-price .activity-price-value {
    font-size: 19px;
}
.product-item .product-footer .activity-price .activity-price-unit {
    font-size: 16px;
}
.product-item .product-footer .activity-price .activity-price-value ins {
    font-weight: 600;
}
.product-item .product-footer .activity-price .activity-price-value del {
    text-decoration: line-through;
    color: #56778E;
	font-size: 16px;
}
.product-item.product-item--type-bussiness .activity-price {
    padding: 7px 19px 9px;
    border: dashed 2px #8b97a0;
    border-radius: 5px;
}
.product-item.product-item--type-bussiness .activity-price span.activity-price-value {
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
}
.product-item .product-footer .activity-more-info * {
    display: block;
    min-width: 160px;
    padding: 10px 15px 12px;
    background: #083258;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
	cursor: pointer;
	text-align: center;
}
.product-item .product-footer .activity-more-info a {
    text-align: center;
}
.product-item .product-footer .activity-more-info *:hover {
    background: #2f55e1;
}
.product-item .product-footer .activity-more-info *:focus {
	outline: 4px solid #345ffcb0  !important;
}
.product-item .product-footer .activity-more-info-text.off-stock {
    cursor: default !important;
    background: #5b5b5b !important;
}
.aa-cal-month .aa-cal-cell.is-clickable {
    cursor: pointer;
}
.aa-content-container ul.products .product-item.top-event .item-wrapper,
.aa-content-container ul.products .product-item.vacation_packages .item-wrapper,
.aa-content-container ul.products .product-item.guided_tours .item-wrapper {
    background: #083258;
    color: #fff;
}
.aa-content-container ul.products .product-item.top-event .item-wrapper h2 a,
.aa-content-container ul.products .product-item.vacation_packages .item-wrapper h2 a,
.aa-content-container ul.products .product-item.guided_tours .item-wrapper h2 a {
    color: #fff;
}
.aa-content-container ul.products .product-item.top-event .item-wrapper .product-footer .activity-more-info *,
.aa-content-container ul.products .product-item.vacation_packages .item-wrapper .product-footer .activity-more-info *,
.aa-content-container ul.products .product-item.guided_tours .item-wrapper .product-footer .activity-more-info * {
    background: #fff;
    color: #083258;
    font-weight: 600;
}
.aa-cal-month .aa-cal-cell.is-clickable:focus {
    outline: 3px solid #0f4d6430 !important;
}
div#aa-map.hide {
    display: none !important;
}
.aa-content-container .aa-main div#aa-map {
    position: sticky !important;
    top: 200px;
    min-height: 400px !important;
    height: calc(100vh - 220px) !important;
    z-index: 1;
	border-radius: 7px;
}
.leaflet-popup-content {
    width: 250px !important;
    margin: 0 !important;
    padding: 20px !important;
    text-align: center !important;
}
.map-popup h3, .leaflet-container a {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1;
    color: #092a30 !important;
}
.map-popup .activity-more-info-text {
    display: block;
    margin: 10px auto 0;
	padding: 12px 30px 12px 30px !important;
    background: #2f55e1 !important;
    border-radius: 150px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer !important;
}
.map-popup .popup-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #092a30;
}
.map-popup .popup-price del {
    opacity: 0.7;
    text-decoration: line-through;
    font-weight: 400;
}
.map-popup .popup-type {
    display: block;
    width: fit-content;
    margin: 5px auto;
    padding: 3px 15px 5px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Noto Sans Hebrew';
    border-radius: 3px;
    background: #0061751a;
}





/*-------------- S I N G L E - P R O D U C T ---------------*/
.single-product {
    background: #fcfbf6;
}
.single-product header#masthead {background-image: linear-gradient(0deg, #fcfbf6, #fcfbf6);}
.woocommerce-breadcrumb {
    margin: 0 0 30px;
    font-size: 15px;
}
.woocommerce-breadcrumb a {
    color: #0e3a51;
    text-decoration: underline;
}
.woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus {
    text-shadow: 0 0 1px #000;
}
.product-container {
	color: #0e3a51;
}
.product-container .product-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
}
.product-container .product-wrapper .product-image-container {
    width: 50%;
}
.product-container .product-wrapper .product-image-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.product_cat-top_event .product-container .product-wrapper .product-image-container img{
	height: 600px;
}
.product-container .product-wrapper .summary.entry-summary {
    max-width: 550px;
    width: 50%;
    padding-left: 50px;
}
.product-container .product-wrapper .single_variation_wrap {
    width: 100%;
}
.product-container .product-wrapper h1.product_title {
    margin: 0 0 15px;
    font-size: 35px;
    line-height: 1;
}
.product-container .product-wrapper .price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 25px;
}
.product-container .product-wrapper .price del {
    text-decoration: line-through;
    opacity: 0.75;
    font-size: 18px;
    margin: 0 0 3px;
}

.product-container .product-wrapper .price ins {
    font-weight: 500;
}
.product-container .product-wrapper table.variations {
    display: block;
    margin: 20px 0 0;
	width: 100%;
}
.product-container .product-wrapper table.variations * {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 15px;
}
.product-container .product-wrapper table.variations th.label {
    margin: 0 0 7px;
	font-weight: 500;
	font-size: 18px;
}
.product-container .product-wrapper .stock.stock.in-stock {
    display: none;
}
.product-container .product-wrapper .stock {
    margin: 10px 0 0;
    background: #fff7e6;
    padding: 10px;
    border: 1px solid #f0d283;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
    color: #624f1d;
    font-size: 15px;
    font-weight: 500;
}
.product-container .product-wrapper .stock.out-of-stock {
    background: #ffe6e6;
    border: 1px solid #f08383;
    color: #621d1d;
}
.product-container .product-wrapper table.variations .reset_variations {display: none !important}
.product-container .product-wrapper .woocommerce-variation-add-to-cart,
.product-container .product-wrapper .cart
{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px;
}
.product-container .date-selector-title {
    margin: 0 0 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
.product-container .quantity {
    display: flex;
    align-items: center;
    width: 165px;
    margin: 0 0 0 10px;
    border-radius: 150px;
    background: #fff;
    box-shadow: 0 2px 5px 0 #00000020;
}
.product-container .quantity button,
.product-container .quantity input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 150px;
    border: 0;
    background: none;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.product-container .quantity button:hover,
.product-container .quantity button:focus {
    background: #083258;
    color: #fff;
}
.product-container button.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 175px);
    height: 60px;
    font-size: 21px;
    background: #083258;
    color: #fff;
    border: 0;
    border-radius: 5px;
	cursor: pointer;
}
.product-container button.single_add_to_cart_button:focus {outline: 4px solid #0f4d6430 !important;}
.product-container button.single_add_to_cart_button:hover {background: #4822ae;}
.activity_short_content {
    padding: 20px 0;
    border-top: 1px solid #b9c2c8;
    border-bottom: 1px solid #b9c2c8;
}
.activity-accordion .activity-accordion-item {
    border-bottom: 1px solid #b9c2c8;
}
.activity-accordion .activity-accordion-item .activity-accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-family: 'Noto Sans Hebrew';
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}
.activity-accordion .activity-accordion-item .activity-accordion-item-header:hover, .activity-accordion .activity-accordion-item .activity-accordion-item-header:focus {
    text-shadow: 0 0 1px #000;
}
.activity-accordion .activity-accordion-item .activity-accordion-item-content {
    padding: 0 0 20px;
    font-size: 16px;
}
.activity-accordion .activity-accordion-item ul {
    margin: 0;
    padding: 0 20px 0 0;
}
.activity-accordion .activity-accordion-item li {
    list-style: disc;
}
.activity_short_content .activity-short-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.product-container .product-wrapper .whatsapp-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    font-size: 16px;
    color: #0e3a51;
}
.product-container .product-wrapper .whatsapp-button a:hover,
.product-container .product-wrapper .whatsapp-button a:focus {
	text-decoration: underline;
}
.product-container .product-wrapper .whatsapp-button a:hover {
    font-weight: 500;
}
.map-container {
    padding: 50px 20px;
    background: #fff;
}
.map-container .map-container-inner {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.map-container .map-container-inner h2.map-title {
    margin: 0 0 35px;
    font-size: 45px;
	 color: #092a30;
}
.map-container .map-container-inner iframe {
    width: 100% !important;
    height: 500px !important;
}
.map-container .map-container-inner .action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 0;
}
.map-container .map-container-inner .action-buttons a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 20px;
    color: #000;
    border: solid 1px;
    border-radius: 150px;
}
.map-container .map-container-inner .action-buttons a:focus{outline: 4px solid #0f4d6430 !important;}
.product-container section.related.products {
    max-width: 1450px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.product-container section.related.products h2:not(.item-title) {
	width: 100%;
    margin: 50px 0 35px;
    font-size: 45px;
    color: #092a30;
    text-align: center;
}
.related-products-button {
    margin: 50px auto;
    text-align: center;
}
.related-products-button a {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: 500;
    background: #DAC2E5;
    color: #083258;
    border: 0;
    border-radius: 60px;
    cursor: pointer;
}
.related-products-button a:focus {outline: 4px solid #0f4d6430 !important;}





/*----------bussiness-popup-----------*/
.bussiness-popup {
    align-items: center;
    justify-content: center;
}
.bussiness-popup .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    backdrop-filter: blur(5px);
    z-index: 8;
    cursor: pointer;
}
.bussiness-popup .popup-flex-box {
    position: relative;
    padding: 20px 20px 35px;
    max-width: 650px;
    width: 100%;
    max-height: calc(100vh - 20px);
    height: 775px;
    background: #fff;
    overflow: auto;
    border-radius: 5px;
    z-index: 9;
}
.bussiness-popup .popup-flex-box *:focus {
    outline: 4px solid #345ffcb0 !important;
}
.bussiness-popup .popup-flex-box .img-box {
	position: relative;
    width: 100%;
    height: 200px;
    margin: 0 0 20px;
    border-radius: 3px;
    overflow: hidden;
}
.bussiness-popup .popup-flex-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bussiness-popup .popup-flex-box .img-box .area {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 3px 10px 5px;
    background: #00556C;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 150px;
    pointer-events: none;
    z-index: 9;
}
.bussiness-popup-content {
    color: #0e3a51;
}
.bussiness-popup-content button.close-popup {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    background: #fff;
    border: 0;
    box-shadow: 0 3px 5px 0 #00000030;
    cursor: pointer;
}
.bussiness-popup-content button.close-popup svg {pointer-events: none;}
.bussiness-popup-content .bussiness-popup-content-text .title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
}
.bussiness-popup-content .bussiness-popup-content-text {
    text-align: center;
}
.bussiness-popup-content .code-box {
    padding: 15px 0;
}
.bussiness-popup-content .code-box .code-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 8px 20px 10px;
    width: fit-content;
    gap: 10px;
    font-size: 30px;
    font-weight: 600;
}
.bussiness-popup-content .code-box .the-code {
	margin: 15px 0;
    text-align: center;
    font-size: 14px;
}
.bussiness-popup-content .code-box .the-code .title {
    font-size: 17px;
    font-weight: 600;
}
.bussiness-popup-content .code-box .the-code .code {
    position: relative;
    min-width: 300px;
    margin: 15px auto;
    padding: 10px 20px;
    width: fit-content;
    font-size: 27px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: dashed 2px #8b97a0;
}
.bussiness-popup-content .code-box .the-code .code.blur:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    backdrop-filter: blur(5px);
    cursor: pointer;
}
.bussiness-popup-content .code-box .the-code .code-website {
    margin: 15px 0 0;
    padding: 12px 20px;
    background: #083258;
    border-radius: 150px;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.bussiness-popup-content .activity-title {
    margin: 0;
    padding: 15px 0 5px;
    border-top: 1px solid #b9c2c8;
    font-size: 18px;
    font-weight: 500;
}
.bussiness-popup-content-inner .activity-info {
    font-size: 15px;
}
.bussiness-popup-content .activity-dates {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    gap: 5px;
    flex-wrap: wrap;
}
.bussiness-popup-content .activity-dates .activity-date {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 150px;
    box-shadow: 2px 2px 7px 0 #00000015;
}
.bussiness-popup-content .bussiness-popup-content-text .business_name {
    font-weight: 600;
}





/*-------------------------*/
div#screen-reader-announcements {
    display: none !important;
}
div#digital-guide-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    visibility: hidden;
}
.show-digital-guide div#digital-guide-modal {
    visibility: visible;
}
div#digital-guide-modal .modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease-in-out;
    z-index: 8;
    cursor: pointer;
    opacity: 0;
}
.show-digital-guide div#digital-guide-modal .modal-overlay {
    opacity: 1;
}
div#digital-guide-modal .modal-content {
    position: relative;
    display: block;
    max-width: 750px;
    width: 100%;
    max-height: calc(100vh - 20px);
    height: 750px;
    padding: 20px 20px 5px;
    background: #fcfbf6;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    transform: translateY(100px);
    opacity: 0;
    z-index: 9;
	overflow: auto;
}
.show-digital-guide div#digital-guide-modal .modal-content {
    opacity: 1;
    transform: translateY(0px);
}
div#digital-guide-modal .modal-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 0 10px;
    border-bottom: solid 1px #e5e0d2;
    font-size: 19px;
    font-weight: 500;
    color: #092a30;
}
div#digital-guide-modal .modal-content-header button.modal-close {
    width: 45px;
    height: 45px;
    border-radius: 150px;
    border: 0;
    background: #e5e0d2;
    cursor: pointer;
}
div#digital-guide-modal .modal-content-header button.modal-close svg {
    pointer-events: none;
}
div#digital-guide-modal .modal-content-body {
    height: calc(100% - 50px);
}
div#digital-guide-modal .step {
    align-content: space-between;
	justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}
div#digital-guide-modal .step-footer {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-top: solid 1px #e5e0d2;
    background: #fcfbf6;
	z-index: 9;
}
div#digital-guide-modal .step-footer .step-button {
    padding: 10px 0;
    border: 0;
    background: none;
    font-size: 19px;
	cursor: pointer;
}
div#digital-guide-modal .step-footer .step-button.step-button-next {
    background: #083258;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
div#digital-guide-modal .step-footer .step-button.step-button-next::disabled {opacity: 0.5;}
div#digital-guide-modal .step-container {
    width: 100%;
	padding-bottom: 30px;
}
div#digital-guide-modal .step-header .progress {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
div#digital-guide-modal .step-header .step-title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
div#digital-guide-modal .step-header .step-subtitle {
    font-size: 16px;
    text-align: center;
}
div#digital-guide-modal .main-action {
    max-width: 600px;
    margin: 20px auto;
}
div#digital-guide-modal .aa-radio-list .aa-radio {
    height: 80px;
    justify-content: center;
    padding: 0;
    font-size: 19px;
    cursor: pointer;
}
div#digital-guide-modal .aa-radio-list .aa-radio input {
    display: none;
}
div#digital-guide-modal .aa-radio-list input:checked + .aa-radio__dot:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #59564d;
}
div#digital-guide-modal legend.aa-filter-title {
    display: none;
}
div#digital-guide-modal .aa-cal-nav {
    margin: 0 auto 30px;
}
div#digital-guide-modal .aa-cal-month {
    margin: auto;
}
div#digital-guide-modal fieldset.main-action {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
div#digital-guide-modal fieldset.main-action label.aa-check {
    position: relative;
    justify-content: center;
    width: 130px;
    height: 130px;
    padding: 10px;
    border: solid 1px #c4bfb1;
    border-radius: 3px;
    line-height: 1.2;
    text-align: center;
}
div#digital-guide-modal fieldset.main-action label.aa-check input[type="checkbox"] {
    position: absolute;
    top: 5px;
    right: 5px;
}
.sr-only {display: none;}
div#digital-guide-modal .step-container .disclaimer {
    text-align: center;
    font-size: 14px;
}
div#digital-guide-modal .step.step-start.active {
    display: flex;
}
div#digital-guide-modal .step.step-start .step-footer {
    padding: 20px 0;
    font-size: 14px;
}
div#digital-guide-modal .step.step-start .step-header {
    max-width: 550px;
    margin: 20px auto 0;
    padding: 30px 0;
    text-align: center;
}
div#digital-guide-modal .step.step-start .step-header img.step-logo {
    height: 75px;
    margin: 0 0 30px;
}
div#digital-guide-modal .step.step-start .step-title {
    margin: 0 0 20px;
    font-size: 45px;
}

div#digital-guide-modal .step.step-start .step-description {
    font-size: 19px;
}
div#digital-guide-modal .step.step-start .step-body {
    text-align: center;
    font-size: 21px;
}
div#digital-guide-modal .step.step-start .step-body .step-subtitle {
    font-weight: 600;
}
div#digital-guide-modal .step.step-start .step-body .step-button-next {
    margin: 15px 0 0;
    background: #083258;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
}

/*------------- H O M E - P A G E --------------------*/
.home main#primary {
    padding: 30px;
}
.home .hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 20px 40px;
    border-radius: 15px;
	background: #083258;
    overflow: hidden;
}





.home .hero-section .data-container {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 9;
}
.home .hero-section .data-container .hero-title {
    max-width: 850px;
    margin: 0 0 20px;
    font-size: 75px;
    line-height: 1;
}
.home .hero-section .data-container .hero-description {
    max-width: 850px;
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.2;
}
.home .hero-section a.hero-button {
    display: inline-block;
    margin: 0;
    padding: 15px 35px 20px;
    color: #083258;
    background: #fff;
    border-radius: 100px;
    border: 0;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.home .hero-section .data-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .hero-section .data-container .hero-content, .home .hero-section .data-container .hero-video {
    width: 50%;
}
.home .hero-section .data-container .hero-video {
    padding-right: 50px;
}
.home .hero-section .data-container .hero-video iframe.vimeo-frame {
    width: 100%;
    height: 550px;
    border-radius: 10px;
}
/* .home .hero-section img.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 7;
}
 */
.home .area-section .data-container {
    padding: 75px 0 100px;
}
.home .area-section .data-container .area-title,
.home .main-events-section .data-container .main-events-title,
.home .about-section .data-container  .about-title {
    margin: 0 0 40px;
    font-size: 60px;
    text-align: center;
    font-family: rubik;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 15px #002FDA;
    paint-order: stroke fill;
}
.home .area-section .area-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1650px;
    margin: auto;
}
.home .area-section .area-wrapper .area-item {
    width: 25%;
    padding: 10px;
}
.home .area-section .area-wrapper .area-item a {
    position: relative;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    border-radius: 5px;
    overflow: hidden;
	color: #fff;
	background: #083258;
}
.home .area-section .area-wrapper .area-item img.area-item-image {
    height: 85px;
	margin: 0 0 20px;
}

.home .area-section .area-wrapper .area-item:nth-child(1) .area-item-title {color: #71D7B7;}
.home .area-section .area-wrapper .area-item:nth-child(2) .area-item-title {color: #DAC2E5;}
.home .area-section .area-wrapper .area-item:nth-child(3) .area-item-title {color: #C9FC5A;}
.home .area-section .area-wrapper .area-item:nth-child(4) .area-item-title {color: #F8DA4E;}

.home .area-section .area-wrapper .area-item .area-item-content {
    position: relative;
    text-align: center;
    z-index: 9;
}
.home .area-section .area-wrapper .area-item .area-item-title {
    margin: 0 0 10px;
    font-size: 31px;
    line-height: 1;
}
.home .area-section .area-wrapper .area-item .area-item-dates {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
}
.home .area-section .area-wrapper .area-item .area-item-description {
    margin: 0 0 30px;
    font-size: 16px;
	height: 100px;
}
.home .area-section .area-wrapper .area-item .btn {
    display: inline-block;
    margin: auto;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 150px;
	background: #fff;
    color: #083258;
}
.home .area-section .area-wrapper .area-item a:hover .btn,
.home .area-section .area-wrapper .area-item a:focus .btn{
    text-decoration: underline;
}
.home .area-description {
    max-width: 850px;
    margin: 0 auto 30px;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
}
.home .main-events-section {
    padding: 75px 30px;
    background: #00000010;
	border-radius: 20px;
}
.main-events-wrapper.products li.product-item {
    width: calc(25% - 20px);
}
.home .about-section {
    margin: 30px 0;
    padding: 100px 30px;
    background: #fff;
    border-radius: 20px;
}
.home .about-section .data-container {
    max-width: 950px;
    margin: auto;
    color: #092a30;
    text-align: center;
}
.home .about-section .data-container .about-title {
    margin: 0 0 20px;
}
.home .about-section .data-container .about-content {
    font-size: 17px;
    line-height: 1.5;
}
.home .tours-packages {
    background: #083258;
    border-radius: 20px;
    color: #fff;
}
.home .tours-packages .data-container {
    display: flex;
    align-items: center;
	margin: 30px 0 0;
}
.home a.tours-section-button,
.home a.packages-section-button{
    background: #fff;
    color: #083258;
    font-weight: 600;
    display: block;
    width: fit-content;
    min-width: 160px;
    padding: 10px 15px 12px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
	margin: 40px 0 0;
}
.home .tours-packages img {
    width: 50%;
}
.home .packages-section-wrapper,
.home .tours-section-wrapper{
    padding: 50px;
	width: 50%
}
.home .tours-section-content,
.home .packages-section-content{
    font-size: 22px;
}
.tours-packages h2 {
    font-size: 50px;
    font-family: rubik;
    font-weight: 900;
    color: #fff;
    -webkit-text-stroke: 15px #002FDA;
    paint-order: stroke fill;
}


/*------------contact-page----------------*/
.contact-page {
    max-width: 1450px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}
.contact-page h1 {
    margin: 0 0 20px;
    font-size: 60px;
	line-height: 1;
    color: #092a30;
    text-align: center;
}
.contact-page .subtitle {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 500;
}
.contact-page .contact-info {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}
.contact-page .contact-info .contact-item {
    width: 20%;
    padding: 70px 20px;
    background: #fff;
    border-radius: 10px;
}
.contact-page .contact-info .contact-item .contact-item-title {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
}
.contact-page .contact-info .contact-item .contact-item-description, .contact-page .contact-info .contact-item a {
    font-size: 16px;
    font-weight: 500;
	color: #092a30;
}
.contact-page .contact-info .contact-item a:hover, .contact-page .contact-info .contact-item a:focus {
    text-decoration: underline;
}
.contact-page .contact-info .contact-item .contact-icon img {
    width: 25px;
}



/*--------FAQ-----------*/
.faq-page {
    max-width: 1250px;
    margin: auto;
    padding: 50px 20px;
}
.faq-page h1 {
    margin: 0 0 60px;
    font-size: 60px;
    color: #092a30;
    text-align: center;
}
.faq-page .faq-item {
    border-top: solid 1px #08325835;
}
.faq-page .faq-item .faq-item-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
}
.faq-page .faq-item .faq-item-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.faq-page .faq-item .faq-item-answer {
    padding: 0 0 30px 30px;
    font-size: 16px;
    line-height: 1.5;
}
.faq-page .faq-item .faq-item-question .faq-item-icon {
    font-size: 30px;
}



/*---------------- Packages------------------*/
.page-template-page-packages,
.page-template-page-tours {
    background: #083258;
}
.packages-page .faq-header,
.tours-page .faq-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.packages-page .faq-header h1.title, .tours-page .faq-header h1.title {
    margin: 0;
    padding: 50px;
    font-size: 60px;
    color: #fff;
    font-family: rubik;
    -webkit-text-stroke: 15px #083258;
    paint-order: stroke fill;
    font-weight: 900;
    line-height: 1;
}
.packages-wrapper,
.tours-page .tours-content {
    max-width: 1650px;
    margin: auto;
}
.packages-wrapper .package-section {
    margin: 70px 0 0;
}
.packages-wrapper .package-section .section-title {
    margin: 0 0 50px;
    font-size: 70px;
    font-family: rubik;
    font-weight: 400;
    text-align: center;
    color: #fff;
	-webkit-text-stroke: 15px #2196f3;
    paint-order: stroke fill;
}
.packages-wrapper .package-section .items-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.packages-wrapper .package-section .items-wrapper .package-item {
    width: calc(33.3% - 20px);
    margin: 0 0 30px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    color: #083258;
}
.packages-wrapper .package-section .items-wrapper .package-item img.package-item-img {
    width: 100%;
    height: 235px;
    margin: 0 0 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-wrapper {
    padding: 0 20px;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-title {
    margin: 0 0 15px;
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-content {
    width: 95%;
    margin: 0 0 30px;
    font-size: 16px;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 15px 15px;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-footer .package-item-button {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #083258;
    border-radius: 5px;
    min-width: fit-content;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-footer .package-item-button:hover,
.tours-page .tours-content .tours-item .tours-item-button:hover {
    background: #135D6C;
}
.packages-wrapper .package-section .items-wrapper .package-item .package-item-footer .package-item-button:focus,
.tours-page .tours-content .tours-item .tours-item-button:focus {
    outline: 4px solid #0f4d6430 !important;
}
.tours-page .tours-content .tours-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 50px 0 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.tours-page .tours-content .tours-item img {
    height: 500px;
    width: calc(100% - 600px);
    object-fit: cover;
    object-position: center;
}
.tours-page .tours-content .tours-item .tours-item-wrapper {
    width: 600px;
    padding: 100px 50px;
    font-size: 16px;
    color: #083258;
}
.tours-page .tours-content .tours-item .tours-item-wrapper .tours-item-title {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}
.tours-page .tours-content .tours-item .tours-item-button {
    display: block;
    width: fit-content;
    margin: 35px 0 0;
    padding: 10px 15px;
    color: #fff;
    background: #083258;
    border-radius: 5px;
}

.price-line span.price-old {
    text-decoration: line-through;
    opacity: 0.3;
    margin: 0 0 0 10px;
}






