/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
/* AYALA C START */


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure img {
  transition: transform 0.3s ease; /* Smooth zoom transition */
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
  font-size: 13px;
  line-height: 18px;
  text-indent: -23px;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  border: none !important;
  color: white;
  z-index: 1000;
  background-color: #be9c58;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home_form .wpcf7 form.sent .wpcf7-response-output {
  position: relative !important;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary_color: #121549;
  --secondery_color: #c3a05a;
  --dark_color: #0d0337;
  /* background-color: var(--primary_color); */
  /* background-color: var(--secondery_color); */
  /* var(--dark_color);  */
}

#menu > ul > li > a,
#header .header_cart a.icon {
  color: #ffffff !important;
}

#menu > ul > li:not(.boc_nav_button):hover > a,
#header .header_cart li a.icon:hover {
  color: #c3a05a !important;
}

#home_form .wpb_column .wpb_wrapper > *:last-child {
  margin-bottom: 28px;
}

.footer_form .form_container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.footer_form .wpcf7-list-item-label {
  color: white;
}

.footer_form form {
  display: flex;
  flex-direction: row-reverse;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  width: 100%;
  background-color: #0d0337;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #bc9a57;
}

.footer_form .wpcf7-not-valid-tip {
  display: none;
}

.footer_form .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"] {
  margin: 0px !important;
}

.footer_form .wpcf7 form.invalid .wpcf7-response-output,
.footer_form .wpcf7 form.unaccepted .wpcf7-response-output,
.footer_form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  direction: rtl;
  margin-top: -12px;
  border: navajowhite;
  color: red;
  margin-right: 0px;
  position: absolute;
  bottom: -7px;
  font-size: 12px;
}

.footer_form .disclaimer_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="submit"] {
  padding-top: 0px !important;
  padding-bottom: 0px;
  height: 40px !important;
  text-shadow: none !important;
}

input[type="submit"]:hover {
  padding-top: 0px !important;
  padding-bottom: 0px;
  height: 40px !important;
  text-shadow: none !important;
}

.footer_form p {
  margin: 0px;
  padding: 0px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  margin: 0px;
}

.home_form form {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  width: 520px;
}

.home_form input.btn_theme_color,
a.btn_theme_color,
.btn_theme_color {
  color: #fff;
  background-color: #0d0337;
  margin-top: 26px;
}

.home_form form p {
  margin-bottom: 0px;
  margin-top: 0px;
}

input.btn_theme_color,
a.btn_theme_color,
.btn_theme_color {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  direction: rtl;
  direction: rtl;
  margin-top: 10px;
  border: navajowhite;
  color: red;
  margin-right: 0px;
  font-size: 14px;
  line-height: 14px;
  padding: 0px;
}

.malis_flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
}

.malis_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 60px;
  padding-bottom: 60px;
}

.malis_text h1 {
  font-size: 40px !important;
  color: white !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.malis_text h2 {
  font-size: 23px;
  color: white !important;
  margin-bottom: 0px !important;
}

.malis_text .bold {
  font-weight: 700;
  margin-bottom: 20px !important;
}

.malis_text h3 {
  font-size: 18px;
  line-height: 20px;
  color: white !important;
}

.catousel {
  position: relative;
  top: -1px;
  padding-bottom: 30px;
}

.out_projects {
  color: white;
  font-size: 20px;
  margin-bottom: 20px !important;
}

.icon img {
  width: 20px;
  position: relative;
  top: -20px;
}

.carousel_img_title {
  font-size: 16px;
  color: white;
  text-align: center;
}

.about_ayala_flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 25px;
}

.ayala_logo {
  width: 150px;
  margin-bottom: 20px;
}

.team_container {
  display: flex;
  width: 600px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.person_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.person_container img {
  width: 150px;
}

.person_container p {
  margin-top: 5px;
  color: white;
}

.person_container span {
  font-weight: 700;
}

.about_ayala_text {
  width: 600px;
}

.about_ayala_text p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: white;
}

.spec_flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  flex-direction: column;
}

.spec_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.icon_spec {
  width: 150px;
}

.spec {
  width: 420px;
  margin-right: 40px;
}

.spec_item {
  color: white;
  font-size: 18px;
  line-height: 20px;
  height: 30px;
  border-bottom: 1px solid var(--secondery_color);
  padding-bottom: 35px;
  padding-top: 6px;
}

.title h1 {
  color: white;
  font-size: 40px !important;
  font-weight: 600;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

h1 {
  font-size: 20px !important;
  line-height: 26px !important;
  color: var(--dark_color);
}

h2 {
  margin-bottom: 5px !important;
  color: var(--dark_color);
}

h3 {
  color: var(--dark_color);
}

#header {
  background-color: var(--dark_color);
  border-bottom: 4px solid;
  border-bottom: 4px solid var(--secondery_color);
}

#header.scrolled {
  border-bottom: 4px solid var(--secondery_color);
}

#menu-item-1505 span {
  display: none;
}

#menu-item-1505 img {
  padding-right: 0px;
  width: 23px;
}

.logo_img {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#logo {
  display: flex;
  float: right;
  align-items: center;
  justify-content: flex-end;
}

.logo_img img {
  width: 140px !important;
}

.backimage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backimage_text_continer {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: rtl;
}

.menpointing {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.text h1 {
  color: white;
  margin-bottom: 0px;
}

.text .big {
  font-size: 27px !important;
  line-height: 30px !important;
  margin-top: 10px;
}

.map_container .maptitle {
  background: linear-gradient(
    181deg,
    rgba(138, 146, 152, 1) 0%,
    rgba(209, 211, 212, 1) 100%
  );
}

.flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.plans_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #0d0337;
  padding-bottom: 40px;
  padding-top: 10px;
}

.plan_title_container {
  font-size: 18px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/wp-content/uploads/2024/12/gold_back.jpg");
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px 20px 0px 0px;
  font-weight: 700;
}

.plan_download a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.plan_download a img {
  width: 25px;
}

.plan_image {
  background-color: #003c58;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1351px) {
  .gotoform_b {
    display: none;
  }

  .gotoform {
    position: fixed;
    right: 0;
    top: 160px;
    background-color: var(--secondery_color);
    padding: 10px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 15px 0px 0px 15px;
    color: white;
    z-index: 1000;
    display: none;
  }

  .gotoform a {
    color: white !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  }

  .footer_form .wpcf7-form-control-wrap input[type="text"],
  .footer_form .wpcf7-form-control-wrap input[type="email"] {
    margin: 0px !important;
    width: 170px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .footer_form input[type="submit"] {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 18px !important;
    width: 170px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .malis_container {
    width: 1300px;
  }

  .malis_image {
    width: 650px;
    padding-right: 130px;
  }

  .malis_text {
    width: 650px;
  }

  .plans_container {
    width: 1250px;
  }

  .plan_container {
    flex-basis: 40%;
    padding: 20px;
  }

  .maps_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }

  .map_container {
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .map_container .map {
    height: 100%;
    width: 70%;
  }

  .map_container .maptitle {
    width: 30%;
    height: 100%;
  }

  .backimage_mobile {
    display: none;
  }

  .backimage_text_continer {
    width: 1300px;
  }

  .backimage img {
    width: 100%;
    height: 100%;
  }

  .text {
    width: 650px;
  }

  .text h1 {
    width: 85%;
  }

  .menpointing {
    width: 650px;
  }

  .menpointing img {
    height: 100%;
    width: auto;
  }

  .backimage {
    height: 600px;
  }
}

@media only screen and (max-width: 1350px) and (min-width: 1000px) {
  .gotoform_b {
    display: none;
  }

  .gotoform {
    position: fixed;
    right: 0;
    top: 160px;
    background-color: var(--secondery_color);
    padding: 10px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 15px 0px 0px 15px;
    color: white;
    z-index: 1000;
    display: none;
  }

  .gotoform a {
    color: white !important;
  }

  .footer_form .wpcf7-form-control-wrap input[type="text"],
  .footer_form .wpcf7-form-control-wrap input[type="email"] {
    margin: 0px !important;
    width: 100px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .footer_form input[type="submit"] {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 18px !important;
    width: 140px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer_form .wpcf7-form-control-wrap {
    position: relative;
    width: 620px;
  }

  .malis_container {
    width: 900;
  }

  .malis_image {
    width: 450px;
    padding-right: 50px;
  }

  .malis_text {
    width: 450px;
  }

  .plan_container {
    padding: 20px;
  }

  .backimage_mobile {
    display: none;
  }

  .backimage_text_continer {
    width: 950px;
  }

  .backimage img {
    width: 100%;
    height: 100%;
  }

  .text {
    width: 500px;
  }

  .text h1 {
    width: 85%;
  }

  .menpointing {
    width: 450px;
    padding-right: 50px;
  }

  .menpointing img {
    height: 90%;
  }

  .backimage {
    height: 450px;
  }
}

@media only screen and (max-width: 999px) {
  .spec_item {
    color: white;
    font-size: 18px;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .gotoform_b {
    position: fixed;
    right: 0;
    top: 160px;
    background-color: var(--secondery_color);
    padding: 10px;
    font-size: 20px;
    line-height: 16px;
    border-radius: 15px 0px 0px 15px;
    color: white;
    z-index: 1000;
  }

  .gotoform_b a {
    color: white !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: -10px;
  }

  .gotoform {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    background-color: #0d0337;
    padding: 4px;
    font-size: 13px;
    line-height: 11px;
    border-radius: 0px;
    color: white;
    font-weight: 600;
    height: 90px;
    border-top: 2px solid #bd9b57;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .gotoform a {
    color: white !important;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-top: -10px;
  }

  .gotoform a br {
    display: none;
  }

  .footer_form form {
    display: none;
  }

  .home_form form {
    width: 90% !important;
  }

  .malis_container {
    width: 90%;
    flex-direction: column;
  }

  .malis_image {
    width: 90%;
    margin-bottom: 30px;
  }

  .malis_text h2 {
    font-size: 20px;
    color: white !important;
    margin-bottom: 0px !important;
    line-height: 23px;
  }

  .malis_text h2 .bold {
    margin-bottom: 10px;
  }

  .malis_text {
    width: 100%;
  }

  .about_ayala_text {
    width: 80%;
  }

  .team_container {
    flex-direction: column-reverse;
    width: 80%;
  }

  .person_container {
    margin-bottom: 20px;
  }

  .spec_flex_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    flex-direction: column;
  }

  .spec_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%;
  }

  .icon_spec {
    width: 150px;
  }

  .spec {
    width: 90%;
    margin-right: 0px;
  }

  .plans_container {
    width: 90%;
  }

  .plan_container {
    padding: 20px;
  }

  .wpb_column .wpb_wrapper > *:last-child {
    margin-bottom: -8px;
  }

  .backimage_desktop {
    display: none;
  }

  .backimage_text_continer {
    width: 80%;
    flex-direction: column;
  }

  .backimage img {
    width: 100%;
    height: 100%;
  }

  .text {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0d0337;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -1px;
  }

  .backimage_mobile img {
    width: 100%;
  }

  .text h1 {
    width: 80%;
  }

  .menpointing {
    width: 100%;
    height: auto;
  }

  .menpointing img {
    height: 400px;
    width: auto;
  }

  .backimage {
    height: 450px;
  }
}

@media only screen and (max-width: 1017px) {
  #header .container {
    width: 90% !important;
  }

  .menu-item-1505 span {
    display: none;
  }

  .menu-image-title-after.menu-image-not-hovered img,
  .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
  .menu-image-title-before.menu-image-title {
    padding-right: 0px;
    width: 22px;
  }

  #mobile_menu > ul > li a {
    background: #0d0337;
    color: white !important;
  }

  .m_nav_ham {
    background: #fff;
  }

  #header .rel_pos {
    background-color: #0d0337;
  }

  #header .container .section {
    justify-content: flex-start;
  }

  .custom_menu_4 {
    display: none !important;
  }

  #logo {
    width: 90% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

/* AYALA C END */

h1 strong {
  color: var(--secondery_color) !important;
  font-weight: 700;
  font-size: 40px;
}

.near_video_text img {
  width: 80px;
  margin-bottom: 10px;
}

.home_page_title {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home_page_title h1 {
  color: #003d58;
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 600;
}

.home_page_title h2 {
  margin-top: 20px;
  color: #003d58;
  font-size: 28px !important;
  line-height: 30px;
  font-weight: 600;
}

.about_text_area .wpb_wrapper a span {
  position: relative;
  top: 1.7px;
  letter-spacing: -0.2em;
  margin-right: 7px;
}

.boc_list_item .boc_list_item_text.normal {
  margin-right: 40px;
  list-style-position: outside;
  /* margin-left: 0; */
}

.boc_list_item .boc_list_item_text.normal li {
  list-style-position: outside;
  padding-right: 0px;
  padding-left: 20px;
}

.tagcontiner {
  position: absolute;
  left: 7px;
  top: 0px;
  width: 75px;
}

.phone h4 {
  font-size: 30px;
  position: relative;
  top: -14px;
  font-weight: 600;
  color: white !important;
}

.phone h4 a,
.email h4 a {
  color: white !important;
}

.phone h4 em {
  position: relative;
  top: 11px;
  right: 2px;
  font-size: 40px;
  font-style: normal;
}

.img_slider.owl-theme .owl-controls .owl-nav div:not(.disabled):hover {
  background: var(--secondery_color) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--dark_color) !important;
}

.boc_list_item .li_icon i.icon {
  color: var(--secondery_color) !important;
}

.buttons_container .bt1to5 {
  background-color: #5eb9e1;
  transition: 0.2s;
}

.buttons_container .bt6 {
  background-color: var(--secondery_color);
  transition: 0.2s;
}

.buttons_container .bt7to10 {
  background-color: #7bb342;
  transition: 0.2s;
}

.buttons_container .bt1to5:hover {
  background-color: #3395be;
  transition: 0.2s;
}

.buttons_container .bt6:hover {
  background-color: #ce931c;
  transition: 0.2s;
}

.buttons_container .bt7to10:hover {
  background-color: #64a028;
  transition: 0.2s;
}

#menu > ul > li > a,
#header .header_cart a.icon {
  color: var(--dark_color);
}

/* Theme customization starts here */
.gallery_link {
  /* display: none; */
  position: absolute;
  background-color: #85c995;
  color: white !important;
  padding-left: 17px;
  padding-right: 20px;
  padding-top: 1px;
  bottom: -30px;
  height: 30px;
  left: 0px;
  font-size: 15px;
  overflow: hidden;
  border-radius: 0px 5px 5px 0px;
}

.img_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: var(--primary_color);
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1017px) {
  .home_form form p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1710px) {
  #menu > ul > li > a {
    padding: 4px 10px 0px 10px;
  }

  .about_text_area .wpb_wrapper {
    width: 850px;
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1709px) and (min-width: 1018px) {
  .about_text_area .wpb_wrapper {
    width: 850px;
    margin-bottom: 100px !important;
  }

  #menu > ul > li > a {
    padding: 4px 10px 0px 10px;
  }

  .logo_magma img {
    height: auto !important;
  }

  #menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #menu ul li {
    text-align: right;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #menu > ul > li > a {
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mifrat {
    display: flex;
    flex-direction: column !important;
  }
}

.mifrat {
  margin-bottom: 40px !important;
}

.mifrat .boc_list_item {
  margin-bottom: 4px;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 1px;
  font-size: 20px;
}

.mifrat .boc_list_item .li_icon {
  top: 12px;
  left: -5px !important;
}

.apartment_not_included {
  box-shadow: 0px 0px 0px 1px #949494 inset;
  outline: 1px solid #949494 !important;
  /* background-color: whitesmoke; */
}

.apartment_not_included .apartment_title {
  color: #949494 !important;
}

.apartment_not_included .apartment_info li {
  color: #949494 !important;
}

.apartment_not_included .apartment_info ul li::before {
  color: #949494 !important;
}

.not_included {
  text-align: center;
  background-color: #949494;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  line-height: 16px;
}

.menu-item-583 a {
  font-family: "icomoon" !important;
}

.hide {
  display: none !important;
}

a,
h2,
h3 {
  text-transform: none !important;
}

.white_color {
  color: white;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

.brown h2 {
  color: var(--dark_color) !important;
}

.brown h1 {
  color: var(--dark_color) !important;
}

.footer_btm {
  display: none;
}

#footer {
  background: var(--dark_color);
  padding-bottom: 80px;
}

#footer a {
  color: #ffffff57 !important;
}

#footer a :hover {
  color: #ffffff79 !important;
}

.ayla_footer_logo {
  text-align: left;
}

.ayla_footer_logo img {
  width: 18%;
}

.textwidget {
  color: #ffffff57;
  margin-bottom: 20px;
}

.textwidget p {
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  .owl-dots {
    margin-top: 0px;
    padding-bottom: 30px;
  }

  .vc_col-sm-2 {
    display: none !important;
  }

  .textwidget {
    text-align: center;
  }

  .ayla_footer_logo {
    text-align: center;
  }

  #footer .col {
    float: right;
    margin-right: 0%;
    margin-left: 0;
    margin-bottom: 0px;
  }
}

.maga_footer_logo img {
  width: 120px;
}

.FilpLtr {
  direction: ltr;
}

.FilpRtl {
  direction: rtl;
}

.current_page_item a {
  color: var(--primary_color) !important;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_button {
  margin-bottom: 0px;
}

.vc_row.vc_row-flex {
  flex-direction: row-reverse;
}

.vc_row {
  flex-direction: row-reverse;
  display: flex;
}

body {
  color: var(--dark_color);
}

#menu {
  font-size: 16px;
}

.header_en {
  font-family: "Overlock";
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

#mobile_menu ul li a {
  font-size: 18px;
}

#mobile_menu .header_en {
  font-size: 17px;
}

.custom_menu_4 #menu > ul > li div {
  border-top: none !important;
}

#header .container {
  width: 95% !important;
}

#header .container .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.block_header #menu {
  float: none;
  text-align: center;
}

#logo {
  float: none !important;
  width: 15%;
}

#menu {
  float: none !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.custom_menu_4 {
  width: 100%;
}

.logo_magma {
  text-align: left !important;
}

.logo_magma img {
  height: auto !important;
}

@media only screen and (max-width: 1017px) {
  .mobile_space {
    width: 100%;
  }

  #header {
    position: fixed !important;
    top: 0px !important;
  }

  .near_video_text img {
    margin-top: 20px;
  }

  .near_video_text br {
    display: none !important;
  }

  .home_about_ayalay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .home_about_ayalay h3 {
    font-size: 17px;
    line-height: 20px;
  }

  .near_video_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .harish_clip_mobile {
    position: relative;
    top: 5px;
    right: 16px;
  }

  .harish_clip_mobile img {
    width: 70px;
  }

  .about_text_area .wpb_wrapper {
    width: 85%;
    margin-bottom: 100px !important;
  }

  #mobile_menu_toggler {
    top: -5px;
    position: relative;
  }

  .logo_magma_mobile {
    height: 35px;
    margin-right: 20px;
    margin-left: 10px;
    top: 2px;
    position: relative;
  }

  .main_mobile_logo {
    top: 4px;
    position: relative;
    max-height: 24px !important;
    margin-bottom: 0px;
    margin-top: 0px;
    width: auto;
  }

  #logo {
    text-align: center;
  }

  .logo_magma img {
    height: auto !important;
  }

  #header .trio_logo,
  .DesktopLogos {
    display: none;
  }

  .ayalay_mobile_logo {
    position: relative;
    height: 60px !important;
    top: 7px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1018px) {
  .mobile_space {
    display: none;
  }

  .buldind_links h1 {
    /* margin-bottom: 50px !important; */
    margin-top: 50px !important;
  }

  .buttons_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px !important;
  }

  .buldind_links img {
    width: 70%;
    margin-bottom: 30px;
  }

  .buttons_container br {
    display: none !important;
  }

  .buttons_container a {
    width: 200px;
    color: white !important;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 17px 15px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center !important;
  }

  .logo_magma {
    top: 4px;
    position: relative;
  }

  #MobileLogos {
    display: none;
  }

  .buldind_links img {
    width: 70%;
  }

  .buldind_links {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1017px) and (min-width: 628px) {
  #header .container {
    width: 100% !important;
  }

  .buldind_links h1 {
    margin-bottom: 0px !important;
    margin-top: 40px !important;
  }

  .buttons_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
    margin-left: 10px;
    margin-right: 10px;
  }

  .buttons_container a {
    width: 150px;
    color: white !important;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 13px 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center !important;
  }

  .custom_menu_4 {
    display: flex;
    width: 57%;
  }
}

@media only screen and (max-width: 627px) {
  .buldind_links h1 {
    margin-bottom: 0px !important;
    margin-top: 40px !important;
  }

  .buttons_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px !important;
    margin-left: 10px;
    margin-right: 10px;
  }

  .buttons_container a {
    width: 150px;
    color: white !important;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 13px 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center !important;
  }

  .custom_menu_4 {
    display: flex;
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .vc_row.vc_row-flex {
    flex-direction: column-reverse;
  }

  .pic_near_map {
    height: 400px;
  }
}

@media only screen and (min-width: 769px) {
}

.TopImage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}

.TopImage img {
  width: 100%;
}

.TopImageTextContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -100;
}

.TopImageTextContainer .Text {
  font-size: 12px;
  display: flex;
  direction: rtl;
  justify-content: center;
  position: absolute;
  width: 80%;
  height: 550px;
  text-align: right;
  flex-direction: column;
  font-size: 20px;
}

.TopImageTextContainer .Text .Title {
  font-size: 35px;
}

.TopImageLogoContainer,
.TopImageFamilyContainer {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  direction: ltr;
  position: relative;
}

.TopImageLogoContainer .logo_and_symbol {
  width: 80%;
  position: absolute;
}

@media only screen and (min-width: 641px) {
  .TopImageTextContainer .Text .logo_and_symbol {
    display: none;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 641px) {
  .TopImageFamilyContainer {
    display: none;
  }

  .TopImageTextContainer .Text h3 {
    font-size: 14px;
  }

  .TopImageTextContainer .Text .Title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .logo_and_symbol {
    display: none;
  }

  .TopImageTextContainer {
    width: 100%;
  }

  .TopImage img {
    width: auto;
    height: 100%;
  }

  .TopImage {
    flex-direction: column;
    margin-top: 0px;
    height: 500px;
  }

  .TopImageTextContainer .text_background {
    margin-top: 0px;
  }

  .TopImageFamilyContainer,
  .TopImageLogoContainer {
    display: none;
  }

  .TopImageTextContainer .Text {
    padding-bottom: 0px;
  }

  .TopImageTextContainer .Text .logo_and_symbol {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 120px;
  }

  .TopImageTextContainer .Text h3 {
    font-size: 17px;
  }

  .TopImageTextContainer .Text h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 555px) {
  .plan_title {
    font-size: 14px !important;
    line-height: 15px !important;
  }
}

@media only screen and (max-width: 360px) {
  .logo_magma_mobile {
    height: 33px;
    margin-right: 20px;
    margin-left: 10px;
    top: -5px;
    position: relative;
  }

  .trio_mobile_logo {
    top: 10px;
    position: relative;
    height: 40px !important;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .TopImage {
    flex-direction: column;
    margin-top: 0px;
  }

  .TopImageTextContainer .Text {
    padding-bottom: 0px;
  }

  .TopImageTextContainer .Text .logo_and_symbol {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .TopImageTextContainer .Text {
    font-size: 18px;
  }

  .TopImageTextContainer .Text .Title {
    font-size: 20px;
  }
}

/* TRIO PAGE END */

/* MAGMA PAGE START */

.magma_dark_back img {
  width: 45%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.magma_light_back img {
  width: 45%;
  margin-top: 100px;
  margin-bottom: 30px;
}

.magma_text_area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.about_text_area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.about_text_area .wpb_wrapper a {
  font-size: 30px;
  color: #003c58 !important;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.magma_dark_back2 h3 {
  color: white;
  margin-top: 100px;
}

.magma_text_area .wpb_wrapper {
  width: 800px;
  margin-bottom: 100px !important;
}

.magma_light_back {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.ayala_in_numbers {
  padding-top: 100px;
  padding-bottom: 100px;
}

.eytan_jeky {
  margin-bottom: 100px;
}

.ayala_in_numbers img {
  width: 80%;
}

.eytan_jeky img {
  width: 50%;
}

.eytan_jeky h2 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0px !important;
}

.eytan_jeky h3 {
  font-size: 20px;
  margin-top: 0px !important;
  color: var(--primary_color);
  margin-bottom: 10px;
}

.eytan_jeky p {
  font-size: 16px;
  line-height: 24px;
}

.team,
.team .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .pepole {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .text .vc_column-inner {
  width: 600px !important;
}

.pepole h2 {
  margin-bottom: 0px !important;
}

.pepole h3 {
  margin-top: -5px !important;
  color: var(--primary_color);
}

.team h1 {
  font-size: 40px !important;
  color: var(--primary_color) !important;
}

.team h2 {
  font-size: 24px !important;
}

.team h3 {
  font-size: 16px !important;
}

.team .pepole .wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.project_name_gray {
  background-color: #8c8b8b;
  padding-top: 7px;
  padding-bottom: 5px;
}

.project_name_gray h2,
.project_name_black h2 {
  color: white;
  font-size: 28px;
}

.project_name_black {
  background-color: black;
  padding-top: 7px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 1201px) {
  #TeamMobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .project_item {
    margin-bottom: 40px;
  }

  #desktop,
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  #mobile,
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  #TeamDesktop {
    display: none;
  }

  .team {
    flex-direction: column-reverse !important;
  }

  .team h1 {
    margin-top: 50px;
    font-size: 30px !important;
    color: var(--primary_color) !important;
  }

  .team .pepole {
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pepole .vc_row {
    flex-direction: column !important;
    display: flex;
    margin-bottom: 0px !important;
  }

  .pepole .vc_row img {
    width: 50%;
    margin-top: 30px;
  }

  .team .pepole {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .pepole .vc_row {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    margin-left: 0px !important;
    margin-right: -0px !important;
    justify-content: center !important;
  }

  .pepole .vc_row > div {
    display: flex !important;
    flex-basis: calc(50% - 40px) !important;
    width: 100% !important;
  }

  .pepole .vc_row > div > div {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    width: 100% !important;
  }

  .pepole .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }

  .pepole .pepole_raw {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .pepole .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.ayala_icons img {
  height: 70px !important;
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.taofic_icons img {
  height: 50px !important;
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.taofic_icons_text .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.taofic_icons_text .wpb_wrapper h3 {
  width: 80%;
  font-size: 15px;
  margin-bottom: 0px;
}

.taofic_icons_text .wpb_wrapper h2 {
  color: var(--primary_color);
}

@media only screen and (max-width: 768px) {
  .eytan_jeky {
    flex-direction: column;
  }

  .eytan_jeky img {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .ayala_in_numbers {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ayala_in_numbers img {
    width: 100%;
    margin-top: 20px;
  }

  .magma_dark_back img {
    width: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .magma_light_back img {
    width: 45%;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .magma_text_area .wpb_wrapper {
    width: 90%;
    margin-bottom: 40px !important;
  }
}

/* MAGMA PAGE END */

/* Contact Form START */

.wpcf7 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  width: 60%;
  text-align: right;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 5px;
  border-color: #e2e2e2;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  text-align: right;
  width: 100% !important;
}

.button:hover,
a:hover.button,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn_theme_color,
a.btn_theme_color {
  color: #fff;
  background-color: var(--primary_color);
  height: 45px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: -30px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  display: none !important;
}

.contact_title h1 {
  margin-top: 60px;
  font-size: 34px !important;
  line-height: 34px !important;
  color: var(--primary_color) !important;
  margin-left: 20px;
  margin-right: 20px;
}

/* STAGES PAGE START */

#StagesFlex .vc_column-inner .wpb_wrapper {
  display: flex;
  margin-bottom: 35px;
}

#StagesFlex .vc_column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-item {
  width: 250px;
  position: relative;
  margin: auto;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}

.stage-item:hover {
  color: var(--primary_color);
}

.stage-item img {
  width: 250px;
}

.title-and-number {
  position: absolute;
  display: flex;
  width: 250px;
  align-items: center;
  justify-content: center;
  height: 63px;
}

.number {
  color: var(--primary_color);
  width: 34%;
  text-align: center;
  font-size: 30px;
  top: -1px;
  right: 0px;
  position: relative;
}

.top_icon_box h3 {
  color: #ffe4b3 !important;
}

input.btn_theme_color,
a.btn_theme_color,
.btn_theme_color {
  background-color: var(--secondery_color) !important;
  font-size: 23px !important;
  letter-spacing: -0.02em !important;
}

@media only screen and (min-width: 1201px) {
  .terem_mobile,
  .presale_mobile {
    display: none !important;
  }

  .terem {
    width: 105px;
    top: -21px;
    left: -1px;
  }

  .presale {
    width: 70px;
    top: -23px;
    left: -1px;
  }

  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full_stage {
    width: 1200px;
    border: 1px solid #fff5e3;
    margin-bottom: 80px;
  }

  .full-stage-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full-stage-title_icon {
    width: 200px;
    height: 100%;
    background-color: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full-stage-title_icon img {
    height: 70px;
    width: auto;
  }

  .full-stage-title_text {
    width: 1000px;
    height: 100%;
    background-color: #fff5e3;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 30px;
  }

  .full_stage_content {
    /* display: flex; */
    /* flex-direction: column;
        align-items: center; */
    /* justify-content: center; */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  #TopTitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ancore {
    height: 5px;
    position: relative;
    top: -50px;
  }
}

.full_stage_content a {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .terem_mobile {
    width: 64px;
    top: 0px;
    left: 5px;
  }

  .presale_mobile {
    width: 64px;
    top: 0px;
    left: 5px;
  }

  .terem,
  .presale {
    display: none !important;
  }

  #StagesSet2 {
    margin-bottom: 40px;
  }

  #TopTitle {
    margin-top: 40px;
  }

  .stage-item {
    margin-top: 14px;
  }

  #StagesFlex .vc_column-inner .wpb_wrapper {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full_stage {
    width: 90%;
    border: 1px solid #fff5e3;
    margin-bottom: 40px;
  }

  .full-stage-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full-stage-title_icon {
    width: 25%;
    height: 100%;
    background-color: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .full-stage-title_icon img {
    height: auto;
    width: 50px;
  }

  .full-stage-title_text {
    width: 75%;
    height: 100%;
    background-color: #fff5e3;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .full_stage_content {
    padding: 30px;
  }

  .full_stage_content h3 {
    font-size: 18px;
  }
}

/* פירוט דירות */

.buldings_header_buttom:hover {
  background-color: var(--primary_color);
  transition: 0.2s;
}

.buldings_header_buttom {
  background-color: var(--dark_color);
  transition: 0.2s;
  /* padding: 7px; */
  margin-right: 25px;
  width: 100px;
  text-align: center;
  color: white;
  font-weight: 400;
  cursor: pointer;
  border-radius: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buldings_header_left,
.buldings_header_right {
  display: flex;
}

@media only screen and (min-width: 1201px) {
  .buldings_header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 1200px;
  }

  .buldings_header img {
    height: 35px;
    cursor: pointer;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 700px) {
  .home_page_title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home_page_title br {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  #qanda {
    display: flex;
    justify-content: center;
  }

  #qanda .vc_column_container {
    width: 700px !important;
  }

  .acc_heading {
    font-size: 20px;
    display: block;
    margin-left: 34px;
  }
}

.acc_holder.with_bgr .accordion_content {
  padding: 0px 12px 0px !important;
}

.acc_holder.rounded .acc_item .acc_control {
  float: left;
}

.accordion {
  padding: 10px 0;
}

.acc_heading {
  margin-right: 15px !important;
}

.acc_title h3 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}

.acc_holder.with_bgr .acc_item {
  padding: 0px 0px 20px !important;
  margin: 0px;
}

.acc_holder.with_bgr .accordion {
  background-color: #fff5e3;
}

.acc_holder.with_bgr .accordion:hover {
  background-color: #fff5e3;
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .buldings_header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 1200px;
  }

  .buldings_header img {
    height: 35px;
    cursor: pointer;
    margin-left: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .buldings_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
  }

  .buldings_header img {
    height: 30px;
    right: 0px;
    position: relative;
    cursor: pointer;
    margin: 4px;
  }

  .buldings_header_left {
    display: flex;
    width: 360px;
    justify-content: space-around;
  }

  .buldings_header_right {
    display: flex;
    flex-wrap: wrap;
    width: 360px;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
  }

  .buldings_header_buttom {
    background-color: var(--dark_color);
    transition: 0.2s;
    padding: 5px;
    margin-top: 20px;
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    cursor: pointer;
    border-radius: 100px;
  }
}

.floor_Mainflex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

/* min-width: 1201px START */

@media only screen and (min-width: 1201px) {
  .sold {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sold img {
    width: 70%;
  }

  .floor_container {
    width: 1200px;
    min-height: auto;
    display: flex;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .floor_name {
    background-color: var(--dark_color);
    outline: 2px solid var(--dark_color);
    outline-offset: -1px;
    color: white;
    width: 191px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }

  .apartment {
    position: relative;
    width: 232px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    outline: 1px solid var(--primary_color);
    margin-right: 20px;
    min-height: 123px;
  }

  .apartment_title {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 26px;
    color: var(--primary_color);
    text-align: right;
    height: 30px;
  }

  .apartment_info {
    margin-top: 5px;
    font-size: 26px;
    color: var(--primary_color);
    text-align: right;
    margin-bottom: 0px;
  }

  .apartment_info ul {
    font-size: 18px;
    color: var(--dark_color) !important;
    text-align: right;
    margin-top: 5px;
    list-style: none;
    padding-inline-start: 15px;
  }

  .apartment_info li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
    color: black;
    text-align: right;
  }

  .apartment_info ul li::before {
    content: "\2022";
    color: var(--primary_color);
    font-weight: bold;
    display: inline-block;
    width: 15px;
  }

  .floor_name_name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .floor_name_name_line2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .floor_name_number {
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 5px;
  }

  .floor_button {
    font-size: 18px;
    font-weight: 400;
    background-color: var(--primary_color);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 200px;
    line-height: 32px;
    color: white;
    cursor: pointer;
  }

  .apartment_button_containe {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    height: 40px;
    margin-top: 5px;
  }

  .apartment_button_containe a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .apartment_button_containe .floor_button {
    width: 50%;
  }

  .apartment_info_button {
    width: 80%;
  }

  .floor_button:hover {
    background-color: var(--primary_color);
  }
}

/* min-width: 1201px END */

/* max-width: 1200px START */

@media only screen and (max-width: 1200px) {
  .sold {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sold img {
    width: 200px;
    height: auto;
  }

  .floor_container {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .floor_name {
    background-color: var(--dark_color);
    outline: 2px solid var(--dark_color);
    outline-offset: -1px;
    color: white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .apartment {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    outline: 1px solid var(--primary_color);
    margin-top: 20px;
  }

  .apartment_title {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 26px;
    color: var(--primary_color);
    text-align: center;
    height: 30px;
  }

  .apartment_info {
    margin-top: 5px;
    font-size: 26px;
    color: var(--primary_color);
    text-align: right;
    margin-bottom: 0px;
  }

  .apartment_info ul {
    font-size: 18px;
    color: black;
    text-align: right;
    margin-top: 5px;
    list-style: none;
    padding-inline-start: 15px;
  }

  .apartment_info li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 17px;
    color: black;
    text-align: right;
  }

  .apartment_info ul li::before {
    content: "\2022";
    color: var(--primary_color);
    font-weight: bold;
    display: inline-block;
    width: 15px;
  }

  .floor_name_name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .floor_name_name_line2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .floor_name_number {
    font-size: 65px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 5px;
  }

  .floor_button {
    font-size: 20px;
    font-weight: 400;
    background-color: var(--primary_color);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 200px;
    line-height: 35px;
    color: white;
    cursor: pointer;
    width: 200px;
    text-align: center;
  }

  .apartment_button_containe {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
    height: 40px;
    margin-top: 5px;
  }

  .apartment_button_containe a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .apartment_button_containe .floor_button {
        width: 50%;
    } */
  .apartment_info_button {
    width: 80%;
  }

  .floor_button:hover {
    background-color: var(--primary_color);
  }
}

/* max-width: 1200px END */

/* פירוט דירות END */

/* TABLE START */

@media only screen and (max-width: 700px) {
  table.TableOverride-1 {
    overflow-x: auto !important;
    display: block !important;
    border: none !important;
  }
}

tr._idGenTableRowColumn-6:hover {
  transition: 0.5s;
  background-color: #ffe4c4a8;
  cursor: pointer;
}

div.Basic-Text-Frame {
  border-style: solid;
}

table.Basic-Table {
  border-collapse: collapse;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin-bottom: -4px;
  margin-top: 4px;
}

td.Basic-Table {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
}

p.Basic-Paragraph {
  color: #000000;
  font-family: "Adobe Hebrew", serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: right;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
}

table.TableOverride-1 {
  border-collapse: collapse;
  border-width: 1px;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

td.CellOverride-1 {
  background-color: var(--primary_color);
  border-bottom-color: #fff5e3;
  border-bottom-width: 1px;
  border-left-color: #fff5e3;
  border-left-width: 1px;
  border-right-color: #fff5e3;
  border-right-width: 1px;
  border-top-color: #fff5e3;
  border-top-width: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  vertical-align: middle;
}

td.CellOverride-2 {
  background-color: var(--primary_color);
  border-bottom-color: #fff5e3;
  border-bottom-width: 1px;
  border-left-color: #fff5e3;
  border-left-width: 1px;
  border-right-color: #fff5e3;
  border-right-width: 1px;
  border-top-color: #fff5e3;
  border-top-width: 1px;
  padding-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  vertical-align: middle;
}

td.CellOverride-3 {
  border-bottom-color: #fff5e3;
  border-bottom-width: 1px;
  border-left-color: #fff5e3;
  border-left-width: 1px;
  border-right-color: #fff5e3;
  border-right-width: 1px;
  border-top-color: #fff5e3;
  border-top-width: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  vertical-align: middle;
}

td.CellOverride-4 {
  background-color: #ffffff;
  border-bottom-color: #fff5e3;
  border-bottom-width: 1px;
  border-left-color: #fff5e3;
  border-left-width: 1px;
  border-right-color: #fff5e3;
  border-right-width: 1px;
  border-top-color: #fff5e3;
  border-top-width: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  vertical-align: middle;
}

td.CellOverride-5 {
  border-bottom-color: #fff5e3;
  border-bottom-width: 1px;
  border-left-color: #fff5e3;
  border-left-width: 0px;
  border-right-color: #fff5e3;
  border-right-width: 1px;
  border-top-color: #fff5e3;
  border-top-width: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  vertical-align: middle;
}

p.ParaOverride-1 {
  text-align: center;
}

span.CharOverride-1 {
  color: #ffffff;
  font-family: "Rubik Medium", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
}

span.CharOverride-2 {
  color: #ffffff;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}

span.CharOverride-3 {
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}

span.CharOverride-4 {
  color: #949494;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}

td._idGenCellOverride-1 {
  border-right-color: #fff5e3;
  border-right-style: solid;
  border-right-width: 0px;
}

col._idGenTableRowColumn-1 {
  width: 90px;
}

col._idGenTableRowColumn-2 {
  width: 153px;
}

col._idGenTableRowColumn-3 {
  width: 274px;
}

col._idGenTableRowColumn-4 {
  width: 154px;
}

tr._idGenTableRowColumn-5 {
  min-height: 66px;
}

tr._idGenTableRowColumn-6 {
  min-height: 58px;
}

tr._idGenTableRowColumn-7 {
  min-height: 24px;
}

/* OLD
@media only screen and (max-width: 700px) {
    table.TableOverride-1 {
        overflow-x: auto !important;
        display: block !important;
        border: none !important;
    }
}

tr._idGenTableRowColumn-5:hover {
    transition: .5s;
    background-color: #ffe4c4a8;
    cursor: pointer;
}

div.Basic-Text-Frame {
    border-style: solid;
}

table.Basic-Table {
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-bottom: -4px;
    margin-top: 4px;
}

td.Basic-Table {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

p.Basic-Paragraph {
    color: #000000;
    font-family: "Adobe Hebrew", serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 1;
    page-break-after: auto;
    page-break-before: auto;
    text-align: right;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 1;
}

table.TableOverride-1 {
    border-collapse: collapse;
    border-width: 1px;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

td.CellOverride-1 {
    background-color: var(--primary_color);
    border-bottom-color: #fff5e3;
    border-bottom-width: 1px;
    border-left-color: #fff5e3;
    border-left-width: 1px;
    border-right-color: #fff5e3;
    border-right-width: 1px;
    border-top-color: #fff5e3;
    border-top-width: 1px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    vertical-align: middle;
}

td.CellOverride-2 {
    border-bottom-color: #fff5e3;
    border-bottom-width: 1px;
    border-left-color: #fff5e3;
    border-left-width: 1px;
    border-right-color: #fff5e3;
    border-right-width: 1px;
    border-top-color: #fff5e3;
    border-top-width: 1px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: middle;
}

td.CellOverride-3 {
    background-color: var(--primary_color);
    border-bottom-color: #fff5e3;
    border-bottom-width: 1px;
    border-left-color: #fff5e3;
    border-left-width: 1px;
    border-right-color: #fff5e3;
    border-right-width: 1px;
    border-top-color: #fff5e3;
    border-top-width: 1px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: middle;
}

p.ParaOverride-1 {
    -epub-hyphens: none;
    text-align: center;
}

p.ParaOverride-2 {
    text-align: center;
}

span.CharOverride-1 {
    color: #ffffff;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

span.CharOverride-2 {
    color: #ffffff;
    font-family: "Rubik Medium", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
}

span.CharOverride-3 {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

col._idGenTableRowColumn-1 {
    width: 90px;
}

col._idGenTableRowColumn-2 {
    width: 153px;
}

col._idGenTableRowColumn-3 {
    width: 274px;
}

col._idGenTableRowColumn-4 {
    width: 154px;
}

tr._idGenTableRowColumn-5 {
    min-height: 58px;
    transition: .5s;
}

tr._idGenTableRowColumn-6 {
    min-height: 24px;
}

tr._idGenTableRowColumn-7 {
    min-height: 66px;
} */
