@charset "UTF-8";
#filtersButton {
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  #filtersButton {
    visibility: visible;
  }
}

#projects-search-result > div {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.container {
    padding-top: 51px;
}
form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
form div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
form div fieldset {
  flex-grow: 1;
  border: 1px solid #ffdf6f;
  position: relative;
  min-height: 60px;
  min-width: 270px;
  background: #ffdf6f;
  color: black;
  border-radius: 15px;
}
body {
    background-color: #000 !important;
    background-image: url(https://www.binyamin.org.il/content/images/yizcor-bg.jpg) !important;
    background-position: bottom left !important;
    background-attachment: fixed !important;
    background-size: cover !important;
	color: white;
}
@media screen and (max-width: 600px) {
  form div fieldset {
    min-height: 30px;
  }
}
form div fieldset.radio label {
  position: static;
}
form div fieldset.radio legend {
  position: absolute;
  top: -20px;
  z-index: 2;
}
form div fieldset label {
position: absolute;
    top: -36px;
    z-index: 2;
    font-size: 1.25rem;
}
form div:nth-of-type(2) fieldset {
  min-width: 300px;
  width: 90%;
}
form input[type=text], form select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 15px;
  background: #ffdf6f;
  color: black;
  font-weight: bold;
}
form input[type=submit] {
    background-color: #ffdf6f;
    color: #000;
    border: none;
    padding: 0 15px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.5s;
}
form input[type=submit]:hover {
  scale: 1.05;
}

.projects {
  display: flex;
  flex-wrap: wrap;
}
@keyframes slideInFromLeft {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.projects .project {
	 animation: 2.5s 0s 1 slideInFromLeft;
    width: 330px;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s all;
	}
.projects .project:hover {
  scale: 1.05;
}

/* Inline #11 | http://localhost/binaa/hlr/projects/ */
fieldset.radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

/* projects.css | http://localhost/binaa/hlr/content/projects.css?v=10 */
form div fieldset.radio label {
  padding: 20px;
  margin: 0;
}

/* bootstrap.min.css | http://localhost/binaa/hlr/assets/bootstrap.min.css?v=10 */
input[type=checkbox], input[type=radio] {
  margin-left: 10px;
}




.radio {
  flex-direction: column;
}

.filters {
  width: 300px;
}

/* projects.css | http://localhost/binaa/hlr/content/projects.css?v=10 */
.projects {
  justify-content: center;
}

form div fieldset {
  /* height: 60px; */
  min-height: 60px;
}

fieldset.radio {
  /* align-items: center; */
  align-items: start;
}

form div fieldset.radio label {
  /* padding: 20px; */
  padding: 5px 20px;
  transition: all 0.5s;
}

form {
  /* gap: 20px; */
  gap: 50px;
  position: sticky;
  top: 100px;
}

form div fieldset.radio legend {
  /* top: -20px; */
  top: -30px;
  font-size: 20px;
  color: white;
}

form div {
  /* gap: 20px; */
  gap: 50px;
  justify-content: center;
}

/* Inline #11 | http://localhost/binaa/hlr/projects/?textsearch=&category1=3&category2=3 */
.radio {
  margin: 20px 0;
}

/* projects.css | http://localhost/binaa/hlr/content/projects.css?v=10 */
form div {
  /* gap: 50px; */
  gap: 0;
}

form {
  /* gap: 50px; */
  gap: 0;
}

form input[type=submit] {
  width: 50%;
  margin: 0 auto;
}

/* bootstrap.min.css | http://localhost/binaa/hlr/assets/bootstrap.min.css?v=10 */
fieldset {
  /* margin: 0; */
  margin: 20px 0;
}

/* projects.css | http://localhost/binaa/hlr/content/projects.css?v=10 */
form div fieldset.radio label {
  width: 100%;
  color: black;
}
}

/* Inline #11 | http://localhost/binaa/hlr/projects/ */
form div fieldset.radio label:hover {
  background-color: #00549a3b;
}

@media screen and (max-width: 991px) {
  /* projects.css | https://binaa3.spd.co.il/~hlr/content/projects.css?v=10 */
  .filters {
    /* width: 300px; */
    width: 330px;
    position: fixed;
    top: 80px;
    background-color: #fff;
    z-index: 2;
    right: 0;
    padding: 20px;
    transition: all 1s;
  }

  form div fieldset {
    min-width: 270px;
    width: 90%;
  }

  form div fieldset {
    min-height: 40px;
  }

  form div fieldset.radio label {
    padding: 2px 20px;
  }

  form div fieldset.radio legend {
    font-size: 18px;
  }

  fieldset.radio {
    font-size: 18px;
  }

  .page-content-body {
    position: relative;
  }

  form {
    /* margin: 20px; */
  }

  /* Element | https://binaa3.spd.co.il/~hlr/ */
  .filters > div:nth-child(1) {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 80px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    transform: rotate(-90deg);
    border-top: 1px solid #000;
    text-align: center;
  }

  /* Element | https://binaa3.spd.co.il/~hlr/ */
  .filters {
    /* right: 0px; */
    /* right: calc\(-100vw; */
    /* left: 50px; */
  }

  /* Element | https://binaa3.spd.co.il/~hlr/ */
  .filters > div:nth-child(1) {
    /* left: 50px; */
    left: -55px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .filters {
    right: -330px;
    width: 330px;
    padding: 10px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 25px 0 0 25px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
    background: black;
    padding-top: 33px;
  }

  .filters.show {
    right: 0;
  }
  .filters.show #filtersButton:before {
    content: "הסתר פילטרים";
  }
}
#filtersButton {
    position: absolute;
    top: 50%;
    width: 110px;
    text-align: center;
    background-color: #ffdf6f;
    transform: rotate(-90deg);
    height: 40px;
    transform: rotate(-90deg) translateY(-20px);
    border: 2px solid #ffffff;
    border-bottom: none;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.25);
    color: black;
    font-weight: bold;
}
#filtersButton::before {
  content: "הצג פילטרים";
  display: block;
  line-height: 1;
  background-image: url("./images/drag.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 30px;
}

.ribbon-2 {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 5px;
  /* the top offset */
    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(88% - var(--f) / 2));
    background: #ffdf6f;
    color: #000;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

.cat2 {
bottom: 0;
    position: absolute;
    background-color: #000000;
    width: 100%;
    padding: 15px 10px;
}
.cat2 .status {
  color: #fff;
  position: relative;
  display: inline;
}
.cat2 .status:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  outline: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  display:none;
  }
.cat2 .status.status-1:before {
  background-color: #71bf44;
}
.cat2 .status.status-2:before {
  background-color: #f89d1c;
}
.cat2 .status.status-3:before {
  background-color: #ef4023;
}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
}
.card-header {
    background: #000000;
    color: #fff;
}
.card-image {
    height: 283px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in;
    position: relative;
    background: black;
}
.content-page {
width: calc(100% - 360px);
    padding: 0 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.content-page h1{
text-align: center;
    font-size: 3rem;
    /* width: calc(100% - 360px); */
    /* margin: 0 25% 0 0; */
    font-weight: bold;
    margin-bottom: 2rem;
}
.title {
    text-align: center;
    font-size: 3rem;
    padding-bottom: 57px;
}
@media screen and (max-width: 991px){
.content-page {
    width: 100%;

}
}