@charset "UTF-8";
.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    position: fixed;
    padding-top: 125px; /* header height + padding */
    height: 110vh;
    width: 100%;
    top:0;
  }
}
.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 .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
}
.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

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

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

/**/
/* Articles */
.articles {
  padding: 3rem 2rem;
}

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}

.articles article {
  display: block;
  height: 100%;
}

.articles .row > div {
  margin-bottom: 30px;
}

.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article img {
  display: block;
  width: 100%;
}

.article .info {
  padding: 1rem;
}

.article h3 {
  font-weight: bold;
}

.article .date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(206, 189, 111);
  background: linear-gradient(45deg, rgb(246, 183, 77) 0%, rgb(160, 183, 132) 50%, rgb(121, 204, 200) 100%);
}

.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}

.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/
.events {
  background-color: #fff;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}

.ribbon-date span {
  display: block;
}

.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}


.news .date.none:before{
    content:none;
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.news {
  padding: 1rem;
  transform: translate(0px, -100%);
  position: absolute;
  width: 100%;
}
@media (max-width: 990px) {
  .news {
    position: relative;
    transform: none;
    margin-top: 20px;
  }
}
.news .footer_bg {
  background-image: url("./images/footer_bg.png");
  position: absolute;
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -18px;
  height: calc(100% + 18px);
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news h2 {
  background: #2f7673;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 0.5rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}
.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: #000;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:before {
  content: "פורסם בתאריך ";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

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

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

.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 0, 0.9);
}

/**/
.side_services {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0, -50%);
}
.side_services a {
  color: #fff;
  background-color: #000;
  width: 247px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 0 0 0 27.5px;
  font-weight: bold;
  position: relative;
  right: -30px;
  right:0;
  margin-bottom: 20px;
  line-height:1;
  padding-inline-start:1rem;
}
@media (min-width:992px){
    .side_services a:hover {
  right: -35px;
}
}

.side_services a:nth-child(4n+1) {
  background-color: hsla(213, 35%, 38%, 0.9);
}
.side_services a:nth-child(4n+2) {
  background-color: hsla(180, 72%, 37%, 0.9);
}
.side_services a:nth-child(4n+3) {
  background-color: hsla(148, 100%, 35%, 0.9);
}
.side_services a:nth-child(4n+4) {
  background-color: hsla(202, 59%, 52%, 0.9);
}
.service.sides img{
    width:20px;
    margin-left:5px;
}
@media (max-width: 990px) {
  .side_services {
    position: relative;
    transform: none;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .side_services a {
    flex-basis: 48%;
    right: initial;
    margin-bottom: 10px;
    border-radius: 0 27.5px 0 27.5px;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  width: 80%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.centered .container {
  padding: 0px;
}
@media (max-width: 990px) {
  .centered .container {
    margin-top: 20px;
  }
}
@media (min-width: 990px) {
  .centered .container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .centered {
    position: relative;
    width: 100%;
    transform: none;
    top: initial;
    left: initial;
    margin-right: 0;
  }
}
.centered a {
  text-decoration: none;
}
.centered .container {
  min-width: 100%;
}
.centered .container figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  width: 100%;
}
@media (max-width: 990px) {
  .centered .container figure {
    font-size: 1rem;
    justify-content: center;
  }
}
.centered .container button {
  z-index: 999999;
  background-color: #3c7a77;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50%;
  padding-right: 7px;
}
.centered .container .service {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  height:300px;
}
.centered .container .service .icon img {
  margin: 0 auto;
  width: 20%;
}
.centered .container .service figcaption {
  width: 50%;
  margin: 0 auto;
  line-height: 1;
}
.centered .container .slick-slide {
  width: 300px;
  aspect-ratio:1 / 1;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 990px) {
    .centered .container .service{
        height:inherit;
    }
}
.centered .container .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: -1;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 990px) {
  .centered .container .slick-slide::before {
    background-position: center;
    background-repeat: no-repeat;
    right: 20%;
    width: 60%;
    background-size: contain;
  }
}
.centered .container .slick-slide:hover::before {
  transform: rotate(45deg);
}
.centered .container .slick-slide:nth-child(3n+1)::before {
  background-image: url("./images/main-01.png");
}
.centered .container .slick-slide:nth-child(3n+2)::before {
  background-image: url("./images/main-02.png");
}
.centered .container .slick-slide:nth-child(3n+3)::before {
  background-image: url("./images/main-03.png");
}

@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}
@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;
}

.left-banners {
  position: absolute;
  top: 20%;
  left: 5%;
  height: 100px;
  width: 250px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 990px) {
  .left-banners {
    position: relative;
    right: 0px;
    margin: 0 auto;
  }
}
.left-banners > div {
  width: 250px;
  display: flex;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0px;
  animation-name: adScroll;
  animation-duration: var(--speed);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: var(--running);
}
.left-banners > div:hover {
  animation-play-state: paused;
}
.left-banners > div > div {
  height: 100px;
  width: 250px;
  padding: 0 20px;
}
.left-banners > div > div a {
  display: block;
}
.left-banners > div > div a img {
  width: 250px;
  height: 100px;
  border-radius: 15px;
}
@keyframes adScroll {
  100% {
    right: -100%;
  }
}

.center_ads {
  position: absolute;
  top: 70%;
  left: 50%;
  background-color: rgba(0, 177, 83, 0.6509803922);
  width: 30%;
  border-radius: 25px 0;
  transform: scale(1.2) skew(170deg) rotateX(20deg) translate(-40%, 0);
}
@media (max-width: 990px) {
  .center_ads {
    position: inherit;
    margin: 0 auto;
    transform: translate(0, 0);
    width: 80%;
  }
}
.center_ads > div {
  display: flex;
  height: 60px;
  justify-content: space-around;
  align-items: center;
}
.center_ads > div .slick-slide {
  text-align: center;
  padding: 0 15px;
}
.center_ads > div .slick-slide > div > div {
    height:3rem !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
}

.center_ads > div .slick-slide a {
   color: #fff;
  font-size: 22px;
  line-height:1.1;
  font-weight: bold;
}
.center_ads > div .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  transform: translate(0, 100%) scale(1.2) skew(170deg) rotateX(20deg) translate(-50%);
  position: absolute;
  left: 50%;
  bottom: -2.5px;
}
.center_ads > div .slick-dots li button {
  font-size: 0;
  border-radius: 50px;
  height: 10px;
  width: 10px;
  cursor: pointer;
  border: none;
  margin-left: 10px;
}
.center_ads > div .slick-dots li.slick-active button {
  background-color: rgba(0, 177, 83, 0.6509803922);
}
.center_ads > div .slick-prev {
  right: -30px;
}
.center_ads > div .slick-next {
  left: -30px;
}

@media (max-width:600px){
    .side_services a{
        font-size:1rem;
        padding-right:5px;
    }
}
@media(min-width:991px) and (max-width:1680px){
    .header .logo{
        transform: scale(0.8) translate(50%, 0);
        top:59px;
    }
}
@media (min-width: 990px)and (max-width:1250px) {
  .centered .container .slick-slide {
   transform:scale(0.75);
  }
  .centered{
      left:40%;
  }
  .center_ads{
      top:auto;
      bottom:125px;
  }
  .center_ads > div .slick-slide a{
      font-size:1.1rem;
      line-height:1.1;
  }
}
@media (min-width: 990px)and (max-width:1125px) {
    .header .logo {
        transform: scale(0.6) translate(50%, 0);
        top: 38px;
    }
}

@media (min-width: 990px)and (max-height:700px) {
      .center_ads{
      left:30%;
  }
    .side_services a{
        margin-bottom: 5px;
    }
}

@media (max-width:990px){
    .fast-navigation-wrap.mobile{
        margin-top:0;
        z-index: 99;
        padding-block: 1rem;
        position: relative;
        top: 0rem;
        background: #fff;
    }
    .center_ads > div .slick-slide a{
        font-size:1rem;
    }
     .centered .container .slick-slide::before{
        inset:0;
        margin:auto;
        background-size:152px;
    }
    .centered .container .service{
        height:200px;
    }
}

@media (max-width:600px){
    .centered .container .service{
        height:145px;
    }
    .centered .container .slick-slide::before{
        background-size:182px;
    }
    .centered .container .slick-slide {
    height: 170px;
    }
    .centered .container .service .icon img{
        width:10%;
    }
    .centered .container .service figcaption{
        width: 135px;
    font-size: 1.6rem;
    }
    .center_ads{
        margin-block:3rem;
    }
    .bn-controls{
        display:none;
    }
    .bn-news{
        left:0 !important;
    }
    .center_ads > div .slick-dots{
        padding:0;
    }
}