label {
  margin-bottom: 0;
}

.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mivzak-toggle {
  border: none;
  border-radius: 50px;
  font-size: 12px;
  height: 24px;
  width: 24px;
  padding: 4px;
  background-color: #4c6f99;
  color: #fff;
  outline: 2px solid #fff;
  box-shadow: 0 0 10px #000;
  margin: 0 4px;
}

.cover .mivzakim {
  /* Inline #10 | http://localhost/binaa/halamish/ */
  background-image: url("./images/mivzakim-shape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 400px;
  width: 450px;
  height: 200px;
  height: 230px;
  padding: 28px 40px 20px;
  justify-self: start;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.cover .mivzakim .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  filter: contrast(0.75);
}

.cover .mivzakim .slick-arrow:hover {
  filter: contrast(1);
}

.cover .mivzakim .slick-arrow.prev {
  right: -5px;
}

.cover .mivzakim .slick-arrow.next {
  left: -5px;
}

@media (max-width: 991px) {
  .cover .mivzakim {
    background-size: 361px;
    width: 340px;
    justify-self: center;
  }
}

.cover .mivzakim .heading {
  transform: skewX(-15deg);
  border-radius: 10px;
  height: auto;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  background-color: #ec912f;
  width: auto;
  align-self: center;
}

.cover .mivzakim .heading h3 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  transform: skewX(15deg);
  font-weight: 900;
}

.cover .mivzakim .inner {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  height: 110px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cover .mivzakim .inner {
    height: 82px;
  }
}

.cover .mivzakim .inner .text {
  line-height: 1.2;
  text-align: center;
  font-size: 1.54rem;
  width: 90%;
}

.cover .mivzakim .inner .date {
  color: #fff;
  font-size: 14px;
  padding-right: 26px;
  background-image: url("./images/date-icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.cover .cover-bottom {
  display: flex;
  gap: 20px;
  width: 100%;
}

.cover .cover-bottom .services {
  width: 100%;
  max-width: 800px;
  visibility: hidden;
}

@media (max-width: 400px) {
  .cover .cover-bottom .services {
    max-width: 320px;
  }
}

.cover .cover-bottom .mayor {
  background-color: #fff;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 150px;
  padding: 0 0 0 150px;
  flex-basis: content;
  background-color: #0e4c99;
  position: relative;
  border-radius: 30px;
}

.cover .cover-bottom .mayor:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  right: 0;
  border-radius: 30px;
  background-image: url("content/images/flag.png");
}

.cover .cover-bottom .mayor img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
}

.cover .cover-bottom .mayor .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  margin: 0 30px;
}

@media screen and (max-width: 1300px) {
  .cover .cover-bottom .mayor .inner {
    margin: 0 15px;
  }
}

.cover .cover-bottom .mayor div {
  color: #fff;
  z-index: 1;
  line-height: 1;
}

.cover .cover-bottom .mayor div a {
  color: inherit;
}

.cover .cover-bottom .mayor div.title {
  font-size: 1.2rem;
}

@media screen and (max-width: 1300px) {
  .cover .cover-bottom .mayor div.title {
    font-size: 1rem;
  }
}

.cover .cover-bottom .mayor div.name {
  font-size: 2rem;
}

@media screen and (max-width: 1300px) {
  .cover .cover-bottom .mayor div.name {
    font-size: 1.4rem;
  }
}

.cover .cover-bottom .mayor .links a {
  display: block;
}

.cover .cover-bottom .mayor .links a:before {
  content: "> ";
}

.cover {
  display: grid;
  grid-template-rows: 1fr 200px;
  grid-template-columns: 1fr 1fr;
  background-size: 100% 200px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  height: 100vh;
  min-height: 750px;
}

@media (max-width: 991px) {
  .cover {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .cover .cover-content {
    order: 1;
  }

  .cover .mivzakim {
    order: 2;
  }

  .cover .cover-bottom {
    order: 3;
  }
}

.cover:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background: url("./images/bottom-wave.png");
  z-index: -1;
  background-position: center 0px;
  background-size: cover;
}

@media (max-width: 991px) {
  .cover {
    padding: 15px;
  }
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 30px;
  gap: 20px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  gap: 10px;
}

@media (max-width: 1200px) {
  .cover-content {
    max-width: calc(100vw - 40px);
  }
}

.cover-content .subheading {
  font-size: 24px;
}

.cover-content h2 {
  padding-top: 2rem;
  text-align: center;
  font-size: 28px;
  color: inherit;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  font-weight: 700;
}

.cover-content .subheading {
  font-size: 28px;
  color: #156177;
  text-align: center;

  & p:first-of-type {
    padding-top: 1rem;
  }
}

@media (max-width: 991px) {
  .cover-content .subheading {
    font-size: 22px;
  }
}

.cover-content .button {
  transform: skewX(15deg);
  border-radius: 10px;
  height: 40px;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  background-color: #ab6ac1;
  text-align: center;
}

.cover-content .button a {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  transform: skewX(-15deg);
  font-weight: 900;
}

@media (max-width: 991px) {
  .cover-content .button a {
    font-size: 18px;
  }
}

/**/
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {

  video,
  #toggle-video {
    display: none;
  }
}

/**/
.mivzakim-strip {
  background: linear-gradient(#ff5d16, #ea311d);
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 56px;
}

.mivzakim-strip .title {
  background: linear-gradient(#0bbafb, #4285ec);
  border-top-left-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mivzakim-strip .title h2 {
  font-size: 20px;
  margin: 0 40px;
  font-weight: bold;
}

.mivzakim-strip .content {
  flex-grow: 1;
}

.mivzakim-strip .content a {
  color: #fff;
}

.mivzakim-strip .content a:hover {
  color: #fff;
  text-decoration: underline;
}

/* .services-slick {
  padding: 0 1rem;
  margin: -1rem 1rem;
  
} */
.events-slider .card:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

ul.negishoot {
  display: flex;
  z-index: 4;
  position: relative;
}

.services-slick .inner {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
}

.services-slick li {
  display: grid;
  place-items: center;
}

.service {
  margin: 0 auto;
  height: 160px;
  width: 160px;
  text-align: center;
  display: block;
  margin: 1rem;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}

.service .circle {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  left: 0;
}

.service .circle:after {
  position: absolute;
  content: "";
  box-shadow: inset -5px 5px 0 0.09px rgba(0, 0, 0, 0.5);
  width: 160px;
  height: 160px;
  left: 0;
  border-radius: 50%;
  top: 0;
  mix-blend-mode: overlay;
}

.service a img {
  object-fit: contain;
  height: 50%;
}

.service a div {
  height: 50%;
}

.service figure {
  display: flex;
  height: 160px;
  width: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}

.service figure .icon img {
  display: block;
  object-fit: contain;
  height: 60px;
  width: auto;
}

.service figure figcaption {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Articles */
.sliders {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 70px 40px;
  margin: 0;
  background: url("images/bg2_2.png") white;
  background-position: top center;
}

@media (max-width: 991px) {
  .sliders {
    padding: 20px;
    gap: 20px;
  }
}

.sliders .slick-slider {
  margin-top: 40px;
}

.sliders .slick-arrow {
  background-color: rgba(33, 69, 108, 0.2);
  transition: all 0.25s;
  height: 30px;
  width: 30px;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliders .slick-arrow:hover {
  background-color: #21456c;
}

.sliders .slick-arrow::before {
  font-size: 14px;
}

.sliders .slick-prev {
  right: -25px;
}

.sliders .slick-next {
  left: -25px;
}

.sliders .slick-track .slick-slide {
  margin: 0;
}

.sliders a:hover {
  text-decoration: none;
}

.sliders .card {
  margin: 10px;
  padding: 0;
  border-radius: 25px;
  width: 268px;
  aspect-ratio: 4/3.35;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.sliders .card img {
  scale: 1;
  transition: scale 0.5s;
}

.sliders .card:hover img {
  scale: 1.2;
}

.sliders .card .content {
  bottom: -2px;
  border-radius: 0 0 25px 25px;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-size: 1.2rem;
  z-index: 2;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  line-height: 1.1;
  flex-direction: row-reverse;
  padding: 10px;
}

.sliders .card .content .divider {
  background-color: #000;
  width: 1px;
  margin: 0 10px;
}

.sliders .card .overlay {
  display: none;
  z-index: 2;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sliders .events {
  width: 600px;
}

.sliders .events .heading {
  background-color: #90b439;
}

.sliders .articles {
  width: 100%;
  max-width: 1100px;
  max-width: unset;
}

@media screen and (max-width: 1700px) {
  .sliders .articles {
    width: 600px;
    width: unset;
  }
}

.sliders .articles .card {
  justify-content: space-evenly;
  align-items: center;
  width: 243px;
  width: 100%;
}

.sliders .articles .card img {
  max-height: 150px;
  max-width: 150px;
  object-fit: contain;

  max-height: 70px;
  max-width: 70px;
}

.sliders .articles .heading {
  background-color: #235796;
}

.sliders .read-more {
  display: block;
  text-align: left;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
  color: #000;

  & i {
    font-style: normal;
  }
}

.articles-slider-hp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
  padding-right: 0;
  gap: 1rem;

  & li {
    flex: 1 0 100%;
    max-width: 240px;
  }
}

@media (max-width:1200px) {
  .sliders .card .content {
    font-size: 1rem;
  }

  .articles-slider-hp {
    & li {
      max-width: 150px;
    }
  }
}

@media screen and (max-width: 700px) {

  .sliders .events,
  .sliders .articles {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

.sliders .events .heading,
.sliders .articles .heading {
  transform: skewX(-15deg);
  border-radius: 10px;
  height: 40px;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}

.sliders .events .heading h2,
.sliders .articles .heading h2 {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  transform: skewX(15deg);
  font-weight: 900;
}

@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }
}

.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

/* Element | http://localhost:3000/binaa/soreq/ */
/* idx.css | http://localhost:3000/binaa/soreq/content/idx.css?v=10 */
.cover .cover-bottom {
  align-self: center;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  grid-column: span 2;
}

@media (max-width: 991px) {
  .cover .cover-bottom {
    grid-column: span 1;
    width: 100vw;
  }
}

@media (max-width: 400px) {
  .cover .cover-bottom {
    width: 100%;
    justify-content: center;
  }

  .cover {
    min-height: 1000px;
  }
}

.sliders {
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1700px) {
  .sliders {
    justify-content: space-evenly;
  }
}

.articles-slider .slick-slide {
  display: flex;
  justify-content: center;
}

.newsNicker2 button {
  background-color: none;
}

.bn-controls button {
  background-color: transparent;
  color: #fff;
}

.bn-direction-rtl .bn-controls button {
  border-right: none;
}

.bn-pause::before {
  background-color: #fff;
}

.bn-pause::after {
  background-color: #fff;
}

.bn-controls button:hover {
  background-color: transparent;
}

.bn-play {
  background: #fff;
}

.bn-play:after {
  border-left-color: #fff;
}

/* idx.css | https://yakov.binaa.co.il/halamish/content/idx.css?v=10 */
.service .circle::after {
  transition: box-shadow 0.7s;
}

/* Inline #10 | https://yakov.binaa.co.il/halamish/ */
.service:hover .circle::after {
  box-shadow: inset -160px 160px 0 0.09px rgba(0, 0, 0, 0.5);
}

/* template.css | http://localhost/binaa/halamish/content/template.css?v=10 */
@media (max-width: 991px) {

  /* idx.css | http://localhost/binaa/halamish/content/idx.css?v=10 */
  .cover-content {
    right: initial;
    top: 80px;
  }

  .cover {
    /* padding: 15px; */
    padding-top: 120px;
  }

  .mivzakim-strip .title h2 {
    /* font-size: 20px; */
    /* margin: 0 40px; */
    font-size: 16px;
    margin: 0 10px;
  }

  .mivzakim-strip {
    /* height: 56px; */
    height: 40px;
  }

  .cover::before {
    display: none;
  }
}

.sliders .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}

a.read-more:hover {
  text-decoration: underline;
}

.sliders .articles {
  align-self: start;
}

/*# sourceMappingURL=idx.css.map */
.cover .cover-bottom .services {
  max-width: 800px;
}

.service .circle {
  left: 50%;
  transform: translateX(-50%);
}

.service figure {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1000px) {
  .cover .cover-bottom .services {
    width: 800px;
  }
}