/**/
.page-header {
  display: none;
}
.title {
  padding: 3rem 5rem;
  position: relative;
  color: #fff;
  background: linear-gradient(
    270deg,
    rgba(0, 113, 68, 1) 16%,
    rgba(110, 185, 95, 1) 87%
  );
}
.title::after {
  content: "";
  position: absolute;
  background-image: url(./content/images/favi.png);
  background-size: cover;
  background-position: center;
  height: 70px;
  width: 130px;
  bottom: 0;
  left: 1rem;
  filter: brightness(12) saturate(0);
  opacity: 0.25;

  @media (max-width: 991px) {
    height: 45px;
    width: 82px;
  }
}
.title a {
  color: #fff;
  font-size: calc(0.2vw + 16px);
}
h1,
.h1 {
  font-family: "arimo";
  font-weight: bold;
  font-size: calc(2.4vw + 16px);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: var(--prime1);
  font-family: "arimo";
  font-weight: bold;
  position: relative;
  margin-block: 2rem;
}

h2::after,
.h2::after,
h3::after,
.h3::after,
h4::after,
.h4::after,
h5::after,
.h5::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  height: 2px;
  background-color: var(--prime2);
  width: 50px;
}

.fast-actions {
  border-bottom: 1px solid #ddd;
  margin: 0 -15px;
  display: none;
}

@media (max-width: 991px) {
  .fast-actions {
    display: block;
  }
}

.fast-actions ul {
  list-style: none;
  padding: 0;
  margin: 0;

  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-shadow: 1px 0 10px rgba(119, 119, 119, 0.2);
}

.fast-actions ul > li {
  float: right;
  width: 25%;
}

.fast-actions ul > li > a {
  display: block;
  background: #fff;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 15px;
  color: #333;
}

.fast-actions ul > li:last-child > a {
  border-left: 0;
}

.fast-actions ul > li > a em {
  font-size: 50px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .fast-actions ul > li > a em {
    font-size: 40px;
  }
}

.fast-actions ul > li > a > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fast-actions .fa-phone {
  color: #c41111;
}

.fast-actions .fa-envelope-o {
  color: #60bb46;
}

.fast-actions .fa-map-marker {
  color: #468ebb;
}

.fast-actions .fa-share-square-o {
  color: #9a54ba;
}

.fast-actions .fa-print {
  color: #777;
}

@media print {
  .fast-actions {
    display: none;
  }
}

/**/

.share {
  text-align: center;
  padding: 30px;
  background: #f1f1f1;
  margin: 0 -15px;
  display: none;
}

.share .print {
  display: none;
}

@media (min-width: 992px) {
  .share .whatsapp {
    display: none;
  }
}

/**/

.container-full {
  margin-top: 2rem;
}

.info > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.info .caption {
  font-weight: bold;
}

/**/

.page-side {
  margin: 0 -15px;
  background: #fff;
  padding: 0 30px;
}
.page-side .profile {
  padding: 0;
  margin: 0;
}
.page-side .details {
  margin: 0;
}
.page-side > section {
  margin-bottom: 1rem;
}

/**/

.gallery {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0);
}

.gallery-main-slick img {
  display: block;
  width: 100%;
}

.gallery-tumbs {
  background: transparent;
  padding: 0 10px;
  margin-top: 1rem;
  border-top: 1px solid var(--prime2);
  border-bottom: 1px solid var(--prime2);

  @media (max-width: 991px) {
    margin-block: 1rem;
  }
}

.gallery-tumbs-slick {
  padding: 1rem 0;
}

.gallery-tumbs-slick div {
  padding: 3px 2px;
}

.gallery-tumbs-slick img {
  display: block;
  width: 100%;
  max-width: 145px;
}

/**/

.map {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0);
}

#map {
  height: 450px;
}

/**/

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-bottom: 35%; /* 16:9 */
  padding-top: 25px;
  height: 0;

  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0);

  max-width: 75vw;
  margin-inline: auto;
}

.video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50vh;
  aspect-ratio: 16 / 9;
}

/**/

.draft {
  background: #f5f6d3;
  padding: 15px;
}

/**/
.nearby {
  margin-bottom: 9rem;
}

.nearby a {
  color: inherit;
}
.nearby a:hover .pic:before {
  opacity: 0.4;
}
.nearby .slick-slide div {
  margin-inline: 5px;
  border-bottom: 2px solid #fff;
}
.nearby h2 {
}

.nearby button.slick-arrow {
  width: 40px;
  height: 100%;
  top: 0;
}
.nearby figure {
  display: block;
}

.nearby .pic {
  position: relative;
  overflow: hidden;
  height: 65vh;

  @media (max-width: 991px) {
    height: 42vh;
  }
}
.nearby .pic:before {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  content: "";
  display: block;
  padding-bottom: 100%;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 75%;
  transition: all 0.3s ease;
}
[dir="rtl"] .slick-prev {
  z-index: 99;
  right: 1rem;
}
.nearby .h5 {
  font-size: calc(0.75vw + 16px);
  margin-bottom: 0;
}
.nearby .h5::after {
  content: none;
}
.nearby figure img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.nearby figure figcaption {
  height: 120px;
  padding: 15px;
}

.nearby figure .distance {
  color: #777;
}

/**/

.room-booking {
}

#booking_speical_requests {
  height: 5rem;
}

.container-full .content,
.nearby .content {
  padding-right: 5rem;
  margin-top: 3rem;
}
.profile {
  padding-inline: 5rem;
  margin-block: 3rem;

  @media (max-width: 991px) {
    padding-inline: 1rem;
  }
}

.audience {
  margin-top: 7rem;
  margin-bottom: 6.5rem;
  width: 100%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  color: var(--prime1);

  @media (max-width: 991px) {
    max-width: 82%;
  }
}
.audience h2 {
  padding-inline: 2rem;
  background-color: #fff;
  margin-top: -1.4rem;
}
.audience h2::after {
  content: none;
}
.audience .wrap {
  width: 100%;
  border: 1px solid var(--prime3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}
.audience ul {
  padding: 0;
  padding-block: 2rem;
  list-style-type: none;
}
.profile .audience li {
  font-size: calc(0.5vw + 16px);
  flex: auto;
  text-align: center;
}

.profile ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-right: 0;
}
.details {
  margin-block: 3rem;
}
.details ul {
  /*margin-block: 2rem;*/
  justify-content: center;
  flex-basis: 100%;
  gap: 10px;
}
@media (min-width: 992px) {
  .details ul {
    margin-block: 2rem;
  }
}
.details ul li {
  flex: 0 0 auto;
}
.profile li {
  display: flex;

  flex: 0 0 auto;
  color: var(--prime1);
  justify-content: center;
  margin-left: 0.75rem;

  @media (max-width: 1100px) {
    margin-left: 0;
  }
}
.profile li a {
  color: var(--prime1);
}
.profile em {
  margin-left: 7px;
  width: 30px;
  height: 30px;
  background-color: var(--prime1);
  color: #fff;
  border-radius: 100vw;
  position: relative;
  text-align: center;
}
.profile em::before {
  height: 100%;
  width: 100%;
  top: 8px;
  left: 0px;
  position: absolute;
}
.nearby-slick {
  margin-top: 2rem;
}

.slick-initialized .slick-slide {
  margin-inline: 0;
}
.gallery-tumbs-slick button.slick-arrow {
  display: none !important;
}
.vert {
  padding-right: 0;
  padding-inline: 2rem;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}
.vert > li {
  min-height: 215px;
  flex: 1 0 22%;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--text);
  padding-inline: 1rem;
  text-align: center;
}

.vert > li:not(:last-child) {
  border-left: 1px solid var(--prime2);

  @media (max-width: 991px) {
    border-left: none;
  }
}

.vert h3 {
  text-align: center;
  width: 100%;
  height: 3.5rem;
}
.vert h3::after {
  height: 1px;
  right: auto;
  bottom: auto;
  inset: 50px 0;
  margin: auto;
  width: 87px;
}
.vert > li .row a {
  margin: 1rem;
  margin-bottom: auto;
  background-color: var(--prime1);
  color: #fff;
  /* padding: 5px 3.4rem;
  font-size: 1.15rem; */
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vert li a:hover {
  transform: scale(1.1);
  background-color: var(--prime1);
}
.vert .talk {
  padding-inline: 1rem;

  @media (max-width: 991px) {
    justify-content: center;
  }
}
.vert .talk a:hover {
  background-color: transparent;
}

.vert + .details {
  margin-block: 2rem;
  padding: 2rem 1rem;
  border-top: 1px solid #bacbb5;
  border-bottom: 1px solid #bacbb5;
}
.vert + .details li {
  margin-left: 1rem;
}

.vert + .details li em {
  margin-left: 1px;
  background-color: transparent;
  color: var(--prime1);
}
/** FONT-AWESOME Version 6 **/
.custom_icon_נגישות::before {
  content: "\f193";
}
.custom_icon_כשרות::before {
  content: "\f2e7";
}
.custom_icon_עלות::before {
  content: "\f20b";
}
.custom_icon_חנייה::before {
  content: "\f5e4";
}
.custom_icon_שפות:before {
  content: "\f57d";
}
.custom_icon_פעילות.בשבת::before {
  content: "\f784";
}
@media (max-width: 991px) {
  .nearby {
    margin-bottom: 5rem;
  }
  .container-full .d-flex {
    flex-direction: column-reverse;
  }
  .container-full .w-50 {
    position: relative;
    width: 100% !important;
    min-height: 1px;
    padding-left: 15px;
  }
  .title {
    max-width: 82%;
    padding: 1rem 2rem;
  }
  .container-full .content,
  .nearby .content {
    padding-right: 1rem;
  }
  .gallery-tumbs-slick img {
    width: auto;
    max-width: 55px;
  }
  .gallery-tumbs-slick {
    padding: 0;
  }
  .gallery-tumbs-slick .slick-slide div {
    margin-inline: 10px;
  }

  .gallery-tumbs-slick .slick-track {
    height: 80px;
  }
  .info {
    padding-inline: 1rem;
  }
  .vert {
    padding-inline: 0;
  }
  .vert li:not(:last-child) {
    padding-bottom: 1rem;
  }
  .vert li:not(:last-child) b {
    display: block;
    margin-inline: auto;
    height: 1px;
    width: 50%;
    margin-block: 2rem;
    background-color: var(--prime2);
    display: none;
  }
  .vert li:not(:first-child) {
    /*padding-top: 1rem;*/
  }
  .vert li a {
    /*padding-inline: 2rem;*/
  }
}

@media (max-width: 400px) {
  .title {
    max-width: 100%;
  }
}

.custom-tooltip {
  position: relative;
}

/* Tooltip text */
.custom-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* Position above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 100;
  max-width: 300px;
  white-space: normal;
  overflow-wrap: break-word;
}

/* Show tooltip on hover */
.custom-tooltip:hover::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .vert > li {
    min-height: 1px;
  }

  .vert h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
