/*
Theme Name: maccabiah WP
Theme URI: https://example.com/maccabiah-wp
Author: Your Name
Author URI: https://example.com
Description: A minimal WordPress theme optimized for single-page use.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maccabiah-wp
*/

a.waze_b svg {
  width: 29px;
}

.features-list li img {
  height: 22px;
}

.room-item a.room-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.thumb-content-item.style--two .thumb .single-slide {
  height: 100%;
  position: relative;
}

.thumb-content-item.style--two .thumb .single-slide img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumb-content-item.style--two .thumb .single-slide::after {
  content: "";
  display: block;
  padding-bottom: 69%;
}

.thumb-content-item.style--two.active {
  align-items: normal;
}

.room-accordion .accordion-body {
  border: 0;
}

.room-accordion .accordion-header {
  border-bottom: 1px solid rgba(119, 107, 79, 0.368627451);
}

html[dir="rtl"] .room-accordion .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.spa-center-wrapper .right-thumb {
  width: 100%;
}

.spa-center-wrapper .right-thumb img {
  max-height: 500px;
  height: 100%;
}

.address-wrap svg {
  fill: #235e88;
}

.video-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  /* extra height for parallax shift */
  will-change: transform;
  z-index: 1;
}

.video-parallax iframe {
  border: none;
  pointer-events: none;
  top: -60%;
  transform: scale(1);
  left: 0;
}

.thumb-content-item .thumb {
  overflow: hidden;
}

.thumb-content-item .thumb .video-embed iframe {
  pointer-events: none;
  transform: scale(1.25);
}

@media (min-width: 992px) {
  .video-parallax iframe {
    width: 100%;
    height: 100%;
  }
}

.video-parallax ~ .video-wrapper {
  z-index: 1;
}

@media (min-width: 992px) {
  .gallery-item:nth-of-type(9n + 6) img {
    max-height: 350px;
  }

  .mclub-wrapper {
    margin-bottom: -450px;
  }

  .thumb-content-item.style--two .thumb {
    max-height: 570px;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .thumb-content-item .content:has(.icon2, .icon1) {
    padding: 60px 32px 32px;
  }
}

@media (max-width: 991px) {
  .thumb-content-item .content {
    margin-top: -60px;
    width: calc(100% - 16px);
  }

  .thumb-content-item .thumb img {
    min-height: 400px;
    object-fit: cover;
  }

  .special-offers-section {
    overflow: hidden;
  }

  .thumb-content-item .content h3 {
    font-weight: 800;
  }

  [lang="en-US"] .menu .has-sub-menu .arrow-icon {
    top: 18px;
  }
}

@media (max-width: 575px) {
  .video-parallax iframe {
    top: -55%;
    aspect-ratio: 16 / 2;
    top: -50%;
    transform: scale(1.5);
  }

  .thumb-content-item .thumb .video-embed iframe {
    pointer-events: none;
    transform: scale(1.65);
  }
}

[dir="rtl"] .promotion-item__content {
  padding-right: 0;
}

[dir="rtl"] .promotion-item:nth-of-type(2n + 1) .promotion-item__content {
  padding-left: 0;
  padding-right: 0;
}
