@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("../../fonts/open-sans-hebrew-condensed/stylesheet.css");
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
/** Social colors **/
/** Theme colors **/
.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

.page-404 {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  min-height: 500px;
  text-align: center;
}
.page-404 .inner_wrap .wrap_title {
  margin-bottom: 20px;
}
.page-404 .inner_wrap .wrap_title h2 {
  color: #000;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
.page-404 .inner_wrap .wrap_desc {
  margin-bottom: 30px;
}
.page-404 .inner_wrap .wrap_desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.page-404 .inner_wrap .wrap_link a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.search_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 550px;
  background: #242424;
  padding: 80px 50px;
  z-index: 99;
  padding-bottom: 50px;
  display: none;
}
.search_wrapper .search-close {
  position: absolute;
  right: 45px;
  top: 10px;
  max-width: 40px;
  cursor: pointer;
}
.search_wrapper .search-close svg {
  width: 28px;
  height: 28px;
}
.search_wrapper .wrap_inputs {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.search_wrapper .wrap_inputs .search-input {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: 0 0 0;
  color: #fff;
  font-size: 20px;
}
.search_wrapper .wrap_inputs .wrap_input {
  width: 80%;
}
.search_wrapper .wrap_inputs .search-submit {
  width: 15%;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  border-radius: 0;
  font-size: 20px;
}

.search_page_sec {
  padding-top: 70px;
  padding-bottom: 150px;
}
.search_page_sec .search_results_title {
  margin-bottom: 15px;
}

.results_group {
  margin-bottom: 70px;
}
.results_group .wrap_search_results .page_title {
  text-align: center;
  margin-bottom: 30px;
}
.results_group .wrap_search_results .page_title h2 {
  font-size: 40px;
}
.results_group .wrap_search_results .post_item,
.results_group .wrap_search_results .product_box {
  margin-bottom: 70px;
}

.large-up-4 > .column,
.large-up-4 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

html {
  scroll-behavior: smooth;
}

.mob_only {
  display: none;
}

.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body {
  direction: rtl;
  font-family: "Open Sans", sans-serif;
}

body.overflow {
  overflow: hidden;
}

.page_pad {
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.row {
  max-width: 1540px;
}

.header_row {
  max-width: 1820px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  width: 100%;
  transition: all 100ms ease;
}
.header .row {
  max-width: 1820px;
}
.header .inner_header {
  border-radius: 10px;
  background: #FBF6F0;
  padding-right: 10px;
  padding-left: 16px;
}
.header .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 78px;
}
.header .flex_wrap .logo {
  width: 25%;
}
.header .flex_wrap .logo a {
  display: block;
}
.header .flex_wrap .logo a svg {
  width: 100%;
}
.header .flex_wrap .main_header {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 50%;
}
.header .flex_wrap .main_header ul {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .flex_wrap .main_header ul li {
  margin: 0 25px;
}
.header .flex_wrap .main_header ul li a {
  font-family: "Open Sans Hebrew Condensed";
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1; /* 35.556px */
}
.header .flex_wrap .main_header ul li.current-menu-item a {
  text-decoration: underline;
}
.header .flex_wrap .phone_meet_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  width: 25%;
}
.header .flex_wrap .phone_meet_wrap .wrap_phone a {
  color: #10100F;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.8px;
}
.header .flex_wrap .phone_meet_wrap .wrap_phone a svg {
  margin-left: 5px;
}
.header .flex_wrap .phone_meet_wrap .meet_link {
  margin-right: 23px;
}
.header .flex_wrap .phone_meet_wrap .meet_link a {
  border-radius: 10px;
  background-color: #1A2A2E;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 126px;
  height: 39px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

body.admin-bar .header {
  top: 48px;
}

.home_hero {
  position: relative;
}
.home_hero video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_hero .cover_img {
  height: calc(100vh - 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_hero .abs_content {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
}
.home_hero .abs_content .row {
  max-width: 1820px;
}
.home_hero .abs_content .wrap_title {
  text-align: center;
  margin-bottom: 10px;
}
.home_hero .abs_content .wrap_title h1 {
  color: #fff;
  text-align: right;
  font-size: 68px;
  font-weight: 900;
  line-height: 110%; /* 74.8px */
  text-shadow: 0px 0px 29px #333;
}
.home_hero .abs_content .wrap_title h1 span {
  letter-spacing: 8.16px;
}
.home_hero .abs_content .wrap_desc {
  margin-bottom: 34px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 440px;
  text-shadow: 0px 0px 29px #333;
}
.home_hero .abs_content .wrap_btns {
  display: -moz-flex;
  display: flex;
}
.home_hero .abs_content .wrap_btns .wrap_link a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 207px;
  height: 51px;
  padding: 20px 24px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.07);
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.home_hero .abs_content .wrap_btns .wrap_link:first-child {
  margin-left: 18px;
}
.home_hero .abs_content .wrap_btns .wrap_link:first-child a {
  background: #A87362;
  color: #fff;
}

body.admin-bar .home_hero video {
  height: calc(100vh - 32px);
}

.page_title {
  margin-bottom: 20px;
}
.page_title h2 {
  color: #374343;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.page_title h2 span {
  color: #A87362;
}

.about_sec {
  text-align: center;
  padding-bottom: 114px;
  padding-top: 100px;
}
.about_sec .row {
  max-width: 1570px;
}
.about_sec .wrap_subtitle {
  margin-bottom: 20px;
}
.about_sec .wrap_subtitle h3 {
  color: #000;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}
.about_sec .wrap_desc {
  margin-bottom: 15px;
}
.about_sec .wrap_desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.about_sec .wrap_btn a {
  border-radius: 10px;
  background: #A87362;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 214px;
  height: 54px;
}
.about_sec .wrap_about_gallery {
  margin-top: 70px;
  position: relative;
}
.about_sec .wrap_about_gallery .swiper-button-next,
.about_sec .wrap_about_gallery .swiper-button-prev {
  opacity: 0;
  z-index: -1;
}
.about_sec .wrap_about_gallery .custom_prev,
.about_sec .wrap_about_gallery .custom_next {
  position: absolute;
  border-radius: 9px;
  background: #EADAD0;
  display: block;
  width: 46px;
  height: 46px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_sec .wrap_about_gallery .custom_prev {
  left: -92px;
}
.about_sec .wrap_about_gallery .custom_prev svg {
  transform: scaleX(-1);
}
.about_sec .wrap_about_gallery .custom_next {
  right: -92px;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-wrapper {
  padding: 72px 0;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper {
  width: 100%;
  height: 100%;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-slide {
  width: 250px;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-slide-active {
  width: 350px;
}
.about_sec .wrap_about_gallery .about_gallery_slider .wrap_img img {
  display: block;
  width: 100%;
  height: 424px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-slide.swiper-slide-active {
  transform: scale(1.8);
  z-index: 4;
}
.about_sec .wrap_about_gallery .about_gallery_slider .swiper-slide.swiper-slide-active .wrap_img img {
  height: 310px !important;
  border-radius: 10px;
}

.workspace_sec {
  background: #EADAD0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.workspace_sec .page_title {
  margin-bottom: 30px;
}
.workspace_sec .wrap_desc {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.workspace_sec .wrap_desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.workspace_sec .wrap_icons {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.workspace_sec .wrap_icons .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.workspace_sec .wrap_icons .wrap_item img {
  position: relative;
  z-index: 2;
}
.workspace_sec .wrap_icons .wrap_item span {
  color: #000;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-right: 12px;
}
.workspace_sec .wrap_rooms_slider_outer {
  position: relative;
}
.workspace_sec .wrap_rooms_slider_outer .swiper-button-next,
.workspace_sec .wrap_rooms_slider_outer .swiper-button-prev {
  opacity: 0;
  z-index: -1;
}
.workspace_sec .wrap_rooms_slider_outer .custom_prev,
.workspace_sec .wrap_rooms_slider_outer .custom_next {
  position: absolute;
  border-radius: 9px;
  background: #fff;
  display: block;
  width: 46px;
  height: 46px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: none;
}
.workspace_sec .wrap_rooms_slider_outer .custom_prev {
  left: -92px;
}
.workspace_sec .wrap_rooms_slider_outer .custom_prev svg {
  transform: scaleX(-1);
}
.workspace_sec .wrap_rooms_slider_outer .custom_next {
  right: -92px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #FFF;
  padding: 37px;
  padding-top: 10px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .room_persons {
  border-radius: 4px;
  background: #353432;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5px;
  padding: 3px 6px;
  margin-bottom: 15px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .room_persons span {
  color: #F6F5F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .room_title {
  margin-bottom: 10px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .room_title span {
  color: #A87362;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .room_desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .roome_info .wrap_item {
  margin-bottom: 15px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .roome_info .wrap_item:last-child {
  margin: 0;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .roome_info .wrap_item svg {
  margin-left: 10px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .inner_room .roome_info .wrap_item span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .wrap_price {
  margin-top: 20px;
}
.workspace_sec .wrap_rooms_slider_outer .rooms_slider .wrap_room .wrap_price span {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contact_strip {
  margin-top: 120px;
}
.contact_strip .inner_contact {
  padding: 50px;
  padding-top: 50px;
  padding-bottom: 45px;
  border-radius: 10px;
  background: #A87362;
}
.contact_strip .wrap_title {
  margin-bottom: 50px;
}
.contact_strip .wrap_title h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.contact_strip .wrap_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  background: #EADAD0;
  color: #000;
  padding: 10px 20px;
  line-height: 1;
}
.contact_strip .wrap_form .wpcf7-not-valid-tip {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 5px;
}
.contact_strip .wrap_form .input_flex {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.contact_strip .wrap_form .input_flex .wrap_input {
  width: 29%;
}
.contact_strip .wrap_form .wrap_input {
  margin-right: 1%;
}
.contact_strip .wrap_form .wrap_input:first-child {
  margin: 0;
}
.contact_strip .wrap_form .wrap_input input {
  border: 0;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  box-shadow: 0 0 0;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 54px;
  padding-right: 15px;
}
.contact_strip .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.contact_strip .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.contact_strip .wrap_form .wrap_submit {
  text-align: left;
  width: 10%;
  margin-right: 1%;
}
.contact_strip .wrap_form .wrap_submit button {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  border: 0;
  height: 54px;
  padding: 0;
  border-radius: 10px;
  background: #EADAD0;
  width: 100%;
}
.contact_strip .wrap_form .wrap_submit button svg {
  margin-right: 7px;
}
.contact_strip .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.contact_strip .wrap_form .wrap_acceptance {
  margin-top: 30px;
}
.contact_strip .wrap_form .wrap_acceptance .wpcf7-form-control-wrap {
  display: block;
}
.contact_strip .wrap_form .wrap_acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.contact_strip .wrap_form .wrap_acceptance .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact_strip .wrap_form .wrap_acceptance .wpcf7-form-control-wrap .wpcf7-list-item label input {
  margin: 0;
  margin-left: 10px;
}
.contact_strip .wrap_form .wrap_acceptance .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
  color: #FFF;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.events_sec {
  padding-top: 120px;
  padding-bottom: 150px;
}
.events_sec .row {
  max-width: 1600px;
}
.events_sec .wrap_title {
  margin-bottom: 30px;
}
.events_sec .wrap_subtitle {
  color: #000;
  text-align: center;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}
.events_sec .events_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 310px 310px 310px;
  grid-template-areas: "item1 item1 item2 item3" "item5 item4 item4 item3" "item5 item6 item7 item7";
  gap: 10px;
}
.events_sec .events_wrap .wrap_item {
  background: #ddd;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 310px;
  width: 440px;
}
.events_sec .events_wrap .wrap_item .cover_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.events_sec .events_wrap .wrap_item .wrap_content {
  padding: 15px;
  position: relative;
}
.events_sec .events_wrap .wrap_item .wrap_content .item_title {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.events_sec .events_wrap .wrap_item .wrap_content .wrap_text {
  opacity: 0;
  transition: all 200ms ease;
  padding-left: 20px;
}
.events_sec .events_wrap .wrap_item .wrap_content .wrap_text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.events_sec .events_wrap .wrap_item.wrap_video {
  height: 630px;
}
.events_sec .events_wrap .wrap_item.wrap_video video {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.events_sec .events_wrap .wrap_item .wrap_free_text h3 {
  color: #000;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 37px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 5px;
}
.events_sec .events_wrap .wrap_item .wrap_free_text h3 span {
  color: #A87362;
}
.events_sec .events_wrap .wrap_item .wrap_free_text p {
  color: #727170;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.events_sec .events_wrap .wrap_item .wrap_free_text ul {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.events_sec .events_wrap .wrap_item .wrap_free_text ul li {
  list-style: none;
  background-image: url(../../images/check_iconi.png);
  background-repeat: no-repeat;
  background-position: 100% 3px;
  padding: 2px 30px;
  padding-right: 30px;
}
.events_sec .events_wrap .wrap_item:hover .wrap_content .wrap_text {
  opacity: 1;
}
.events_sec .events_wrap .item_4 {
  background: #EADAD0;
  padding: 55px;
  padding-top: 20px;
}
.events_sec .events_wrap .item_1,
.events_sec .events_wrap .item_4,
.events_sec .events_wrap .item_7 {
  width: 666px;
}
.events_sec .events_wrap .item_2 {
  margin-right: -224px;
}
.events_sec .events_wrap .wrap_item.wrap_video {
  margin-right: -113px;
}
.events_sec .events_wrap .item_1 {
  grid-area: item1;
}
.events_sec .events_wrap .item_2 {
  grid-area: item2;
}
.events_sec .events_wrap .item_3 {
  grid-area: item3;
}
.events_sec .events_wrap .item_4 {
  grid-area: item4;
}
.events_sec .events_wrap .item_5 {
  grid-area: item5;
}
.events_sec .events_wrap .item_6 {
  grid-area: item6;
}
.events_sec .events_wrap .item_7 {
  grid-area: item7;
}
.events_sec .events_wrap .item_3,
.events_sec .events_wrap .item_5 {
  height: 630px;
}

.gallery_sec {
  background: #EADAD0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.gallery_sec .wrap_title {
  margin-bottom: 20px;
}
.gallery_sec .wrap_subtitle {
  color: #000;
  text-align: center;
  font-family: "Open Sans Hebrew Condensed";
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider {
  padding-bottom: 160px;
  padding-top: 0;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 180px;
  gap: 20px;
  padding: 32px;
  grid-auto-flow: dense;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item {
  border-radius: 14px;
  overflow: hidden;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item .wrap_imgs {
  position: relative;
  height: 100%;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item .wrap_imgs img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item .wrap_imgs img.active {
  opacity: 1;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item1 {
  grid-column: 1;
  grid-row: span 3;
  margin-top: 90px;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item2 {
  grid-column: 2/span 1;
  grid-row: span 2;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item3 {
  grid-column: 5;
  grid-row: span 3;
  margin-top: 204px;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item4 {
  grid-column: 4;
  grid-row: 3;
  height: 250px;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item5 {
  grid-column: 3/span 2;
  margin-top: 110px;
  grid-row: span 2;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .gallery_slide_wrap .item6 {
  grid-column: 2/span 2;
  grid-row: 3;
  height: 320px;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 3px;
  background: #FFF;
  opacity: 0.8;
}
.gallery_sec .wrap_gallery_slider_outer .gallery_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.contact_sec {
  padding-top: 120px;
}
.contact_sec .large-8 {
  padding-right: 75px;
}
.contact_sec .wrap_title {
  margin-bottom: 20px;
}
.contact_sec .wrap_form {
  padding-left: 115px;
}
.contact_sec .wrap_form .wrap_input {
  margin-bottom: 20px;
}
.contact_sec .wrap_form .wrap_input input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #7b838a;
  color: #fff;
  font-family: "Almoni DL AAA";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 130% */
  margin: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
}
.contact_sec .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .wrap_form .wrap_submit {
  text-align: center;
  margin-top: 40px;
}
.contact_sec .wrap_form .wrap_submit button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-flex;
}
.contact_sec .wrap_form .wrap_submit button span {
  color: #fff;
  font-family: "Almoni DL AAA";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}
.contact_sec .wrap_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  background: #EADAD0;
  color: #000;
  padding: 10px 20px;
  line-height: 1;
}
.contact_sec .wrap_info {
  background: #1c1d1e;
  position: relative;
  min-height: 455px;
  padding-right: 110px;
  padding-top: 105px;
}
.contact_sec .wrap_info .inner_content {
  position: relative;
  z-index: 2;
}
.contact_sec .wrap_info .abs_img {
  position: absolute;
  left: 0;
  top: 0;
}
.contact_sec .wrap_info .banner_top_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.contact_sec .wrap_info .banner_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.contact_sec .wrap_info .info_title {
  margin-bottom: 30px;
}
.contact_sec .wrap_info .wrap_phone_field {
  margin-bottom: 10px;
}
.contact_sec .wrap_info .wrap_phone_field span {
  color: #fff;
  text-align: right;
  font-family: "Almoni DL AAA";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.contact_sec .wrap_info .wrap_phone_field a {
  color: #fff;
  font-family: "Almoni DL AAA";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.contact_sec .wrap_info .wrap_text p {
  color: #fff;
  text-align: right;
  font-family: "Almoni DL AAA";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.footer {
  position: relative;
}
.footer .footer_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}
.footer .top_footer {
  padding-top: 120px;
  padding-bottom: 65px;
}
.footer .top_footer .wrap_phone {
  margin-top: 50px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer .top_footer .wrap_phone span {
  color: #c4cfd4;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
}
.footer .top_footer .wrap_phone a {
  color: #c4cfd4;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.footer .top_footer .wrap_flex {
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.footer .top_footer .page_title h2 {
  text-align: right;
  color: #EADAD0;
  font-size: 68px;
}
.footer .top_footer .wrap_subtitle {
  color: #fff;
  text-align: right;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 38px;
}
.footer .top_footer .wrap_form {
  position: relative;
  max-width: 782px;
}
.footer .top_footer .wrap_form .wpcf7 {
  position: relative;
  z-index: 2;
}
.footer .top_footer .wrap_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  margin-top: 20px;
}
.footer .top_footer .wrap_form .wpcf7-not-valid-tip {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  margin-top: 5px;
}
.footer .top_footer .wrap_form .flex_inputs {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.footer .top_footer .wrap_form .flex_inputs .wrap_input {
  width: 49%;
}
.footer .top_footer .wrap_form .wrap_input {
  margin-bottom: 12px;
}
.footer .top_footer .wrap_form .wrap_input input {
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 0;
  background: transparent;
  margin: 0;
  width: 100%;
  height: 54px;
  padding-right: 15px;
}
.footer .top_footer .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.footer .top_footer .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #fff;
}
.footer .top_footer .wrap_form .wrap_submit {
  text-align: left;
}
.footer .top_footer .wrap_form .wrap_submit button {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  border: 0;
  height: 54px;
  padding: 0;
  border-radius: 10px;
  background: #A87362;
  width: 96px;
}
.footer .top_footer .wrap_form .wrap_submit button svg {
  margin-right: 7px;
}
.footer .top_footer .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.footer .top_footer .wrap_form .wpcf7-response-output,
.footer .top_footer .wrap_form .wpcf7-not-valid-tip {
  color: #fff;
}
.footer .top_footer .info_col {
  padding-top: 30px;
}
.footer .top_footer .info_col .flex_wrap {
  display: -moz-flex;
  display: flex;
}
.footer .top_footer .info_col .flex_wrap .stand_logo {
  margin-right: 46px;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .info_items {
  margin-top: 40px;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .info_items .info_item {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 17px;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .info_items .info_item a {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .info_items .info_item svg {
  margin-left: 8px;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .info_items .info_item:last-child {
  margin: 0;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .wrap_socials {
  margin-top: 40px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .top_footer .info_col .flex_wrap .wrap_logo_info .wrap_socials a {
  margin-left: 7px;
}
.footer .bottom_footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .bottom_footer .flex_wrap {
  min-height: 75px;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .bottom_footer .flex_wrap .wrap_copy {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_copy a {
  color: #7b838a;
  text-decoration: underline;
}
.footer .bottom_footer .flex_wrap .wrap_extra p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_extra p a {
  display: inline-flex;
}
.footer .bottom_footer .flex_wrap .wrap_extra p a img {
  margin: 0 2px;
}/*# sourceMappingURL=style.css.map */