.cover {
  height: 94vh;
  position: relative;
  overflow: hidden;
  min-height:70vh;
}

.cover-slick {
  width: 100%;
  height: 100%;
}

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

.ims-tools {
  display: none !important;
}

/**/

.side-links {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.side-links a {
  display: block;
  font-size: 1.3rem;
}

.side-links a:hover {
  color: #fff;
  text-decoration: none;
}

.hidden-side a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.side-link-0 {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 9;
  background: url(images/orange.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  width: 263px;
  height: 62px;
  padding: 1rem 2rem;
  background: #4a4b48a3;
  border-radius: 30px 0 0 30px;
  border: 1px solid white;
  border-right: 0px;
}

.side-link-0.active {
  transform: translateX(300px);
}

.side-link-2 {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 9;
  background: url(images/red.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  width: 233px;
  height: 62px;
  padding: 1rem 2rem;
  margin-top: 80px;
  background: #4a4b48a3;
  border-radius: 30px 0 0 30px;
  border: 1px solid white;
  border-right: 0px;
}

.side-link-2.active {
  transform: translateX(300px);
}

.side-link-3 {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 9;
  background: url(images/gray.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  width: 203px;
  height: 62px;
  padding: 1rem 2rem;
  margin-top: 160px;
  background: #4a4b48a3;
  border-radius: 30px 0 0 30px;
  border: 1px solid white;
  border-right: 0px;
  font-size: 1.3rem;
}

.side-link-3.active {
  transform: translateX(300px);
}

.hidden-side {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 999999999999999999;

  overflow: auto;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hidden-side a {
  color: inherit;
}

.hidden-side.active {
  left: 0;
}

.hidden-side button {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
}

.hidden-side button .x {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 20px;
}

.hidden-side button > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #fff transparent transparent transparent;
}

.hidden-side-0 {
  background: #f3bb2a;
}

.hidden-side-2 {
  background: #9c9c9c;
}

/* Fast Nav */
@media (max-width:1200px){
    span.select-holder{
    margin-bottom:10px;
}
}
.centered {
    padding-inline:1rem;
}
@media (min-width: 1200px) {
  .centered {
    position: absolute;
    inset: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    /*bottom: 290px;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, 0);*/
    /*z-index: 999;*/
  }
}

.fast-navigation {
  color: #fff;
  font-size: 0;
  background: #4a4b48a3;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  border: 1px solid;
}

.fast-navigation .h2 {
  margin: 0;
  background: none;
  border-radius: 2rem;
  padding: 0 0.5rem;
  font-size: 1rem;
}

.smart-nav-sub .connect-word {
  margin: 0;
  background: none;
  padding: 0 0.5rem;
  font-size: 1rem;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  .smart-nav-sub .connect-word {
    display: block;
  }
}

@media (max-width: 1199px) {
  .fast-navigation {
    margin: 2rem auto;
    background: #e76318;
    text-align: center;
  }
}

.fast-navigation select {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 0.5rem 1rem;
  padding-left: 50px;
  border-radius: 2rem;
  font-size: 1.2rem;
  margin: 0 1rem;
  -webkit-appearance: none;
  position: relative;
}

.fast-navigation .select-holder {
  position: relative;
  display: inline-block;
}

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

.fast-navigation .select-holder:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 0.7rem;
  left: 1.8rem;
  display: block;
  font-size: 1rem;
  color: #000;
  pointer-events: none;
}

.fast-navigation button {
  background: none;
  border-radius: 2rem;
  padding: 0 0.5rem;
  border: 0;
  color: #fff;
  font-size: 1rem;
}

.slick-slide[data-slick-index="3"] .icon {
  margin-bottom: 1rem;
  height: 110px;
}
.slick-slide[data-slick-index="3"] .icon img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  max-width: 90px;
  max-height: 90px;
  top: 45%;
}

.services {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 100%;
}

.service {
  text-align: center;
  display: block;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 204px;
  position: relative;

  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.service:hover {
  text-decoration: none;
}

.service figure {
  background: linear-gradient(
    0deg,
    rgb(0 0 0) 0%,
    rgb(20 28 43 / 12%) 80%,
    rgb(5 9 16 / 0%) 100%
  );
  height: 100%;
}

.service figcaption {
  color: #fff;
  font-size: calc(0.45vw + 16px);
  padding: 1rem;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .service figcaption {
    min-height: 100px;
    text-align: center;
  }
}
.service .icon {
  height: 110px;
  position: relative;
  margin-bottom: 1rem;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  max-height: 50px;
  transition: all 0.3s ease;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.service .icon:hover img {
  max-width: 70px;
  max-height: 70px;
}
.service figure .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #e8aa01;
}
.service figure .icon:hover::after {
  background-color: #97c11f;
}

/**/

.soft-gray-bg {
  padding: 3rem;
}

.event {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  color: inherit;
  margin-bottom: 1.5rem;
}

.event img {
  width: 100%;
}

.event .icon {
  padding: 0.5rem 1rem;
}

div:nth-child(1) > .event .icon {
  background: #97c11f;
  color: #fff;
}

div:nth-child(2) > .event .icon {
  background: #e8aa01;
  color: #fff;
}

div:nth-child(3) > .event .icon {
  background: #006fba;
  color: #fff;
}

div:nth-child(4) > .event .icon {
  background: #97c11f;
  color: #fff;
}

.event .text {
  padding: 1rem;
  min-height: 80px;
}

/**/
/* 
.news {
  position: relative;
}

.news h2 {
  padding: 0 1rem;
}

.news .news-toggle {
  position: absolute;
  top: 0;
  left: 0;
}

.news .news-marquee {
  height: 300px;
  overflow: hidden;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 1920px) {
  .news .news-marquee {
    height: 370px;
  }
}

.news .item {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem;
  margin-bottom: 0.75rem;
  display: block;
  color: inherit;
  border-radius: 1.5rem;
}

.news .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.news .item time {
  color: #007e3d;
}

.news .item h3 {
  font-size: 1rem;
}

.news .item p {
  margin: 0;
} */

.read-more {
  text-align: left;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .read-more {
    padding: 0.75rem;
    background: #dce6e2;
  }
}

.read-more a {
  color: #333;
}

.read-more a span {
  border-bottom: 1px dotted #333;
}

.beshvil-eshkol {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  height: 391px;
}

/**/

.simple-event {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.simple-event .icon {
  float: right;
  min-width: 80px;
  background: #fff;
  border: 1px solid #2581bc;
  color: #6e9dce;
  padding: 10px;
  margin-left: 10px;
}

.simple-event .icon > span {
  display: block;
  text-align: center;
  line-height: 1rem;
}

.simple-event .icon > span.day {
  font-size: 2em;
  line-height: 2rem;
  margin: 5px 0;
}

.simple-event .name {
  font-size: 1.1em;
  padding-left: 1rem;
}

.simple-event .location {
  margin-top: 10px;
  color: #333;
}

/**/

.new {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.new p {
  margin: 0;
}

.new .name {
  font-size: 1.2rem;
}

.view-all {
  display: block;
  padding: 1rem;
}

/*corona*/
.ad-korona {
  left: 0;
  border-radius: 0 30px 30px 0;
  border-right: 0px;
  position: absolute;
  top: 30%;
  z-index: 9;
  color: #fff;
  width: auto;
  height: 62px;
  padding: 1rem 2rem;
  background: #4a4b48a3;
  border: 1px solid white;
  border-left: 0px;
}
.ad-korona a {
  color: white;
  font-size: 1.25rem;
}
@media (max-width: 588px) {
  .ad-korona {
    top: 21%;
    border-radius: 30px 0 0 30px;
    right: 0;
    left: auto;
    border-left: 1px solid white;
    border-right: 0px;
    font-size: 1rem;
    width: 284px;
  }
  .ad-korona a {
    color: white;
  }
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 1rem 0;
  background: #fff;
  position:relative;
}

.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: #111;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  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:after {
  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 rgb(255 255 0 / 90%);
}

/**/
