@charset "UTF-8";
.hero {
  padding-block: min(370px, 20vw) min(240px, 15vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: 'קרדיט צילום: ד"ר יואב פלמה';
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: white;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-block: 35vw 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding-block: 60vw 20vw;
  }
}
.hero .bg-gradient {
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 68, 97, 0) 54.9%, rgba(30, 57, 82, 0.15) 66.67%, rgba(25, 47, 67, 0.3) 78.43%), linear-gradient(180deg, rgba(25, 63, 119, 0) 54.9%, rgba(25, 63, 119, 0.7) 78.43%);
}
.hero h1 {
  font-weight: 700;
  font-size: clamp(40px, 7vw, 100px);
  margin-bottom: min(32px, 4vw);
  font-family: "Alef";
}
.hero p {
  margin-bottom: min(32px, 4vw);
  width: min(767px, 95%);
  margin-inline: auto;
}
.hero h1,
.hero p,
.hero a {
  position: relative;
  z-index: 1;
}

.information {
  margin-bottom: min(180px, 15vw);
}
.information .maintitle {
  margin-bottom: min(48px, 6vw);
}
@media only screen and (max-width: 768px) {
  .information .information-repeater {
    flex-direction: column;
    row-gap: 32px;
  }
}
.information .information-repeater .information-data h3 {
  margin-bottom: min(24px, 4vw);
}
.information .information-repeater .information-data.opening {
  margin-inline-end: min(260px, 15vw);
}
@media only screen and (max-width: 1050px) {
  .information .information-repeater .information-data.opening {
    margin-inline-end: 8vw;
  }
}
.information .information-repeater .information-data.opening .days-hours {
  width: min(234px, 80vw);
}
.information .information-repeater .information-data.address {
  margin-inline-end: min(211px, 13vw);
}
@media only screen and (max-width: 1050px) {
  .information .information-repeater .information-data.address {
    margin-inline-end: 8vw;
  }
}
.information .information-repeater .information-data.address .links {
  row-gap: 8px;
}
.information .information-repeater .information-data.address .links a:not(:last-child) {
  color: var(--dark-blue);
}
.information .information-repeater .information-data.contact .links a:not(:last-child) {
  color: var(--dark-blue);
}

.content-areas {
  margin-block: min(160px, 15vw);
}
.content-areas .container h2 {
  margin-bottom: min(18px, 3vw);
}
.content-areas .container > p {
  margin-bottom: min(30px, 3vw);
}
.content-areas .container .areas-wrapper {
  gap: min(20px, 3vw);
}
.content-areas .container .areas-wrapper .area {
  width: min(459px, 28vw);
  overflow: hidden;
  border-radius: 20px;
}
.content-areas .container .areas-wrapper .area:nth-child(1) .text-wrapper {
  background-color: rgb(46, 196, 182);
}
.content-areas .container .areas-wrapper .area:nth-child(2) .text-wrapper {
  background-color: rgb(25, 63, 119);
}
.content-areas .container .areas-wrapper .area:nth-child(3) .text-wrapper {
  background-color: rgb(255, 183, 3);
}
.content-areas .container .areas-wrapper .area:nth-child(4) .text-wrapper {
  background-color: rgb(230, 57, 70);
}
.content-areas .container .areas-wrapper .area:nth-child(5) .text-wrapper {
  background-color: rgb(97, 52, 150);
}
.content-areas .container .areas-wrapper .area:nth-child(6) .text-wrapper {
  background-color: rgb(34, 189, 237);
}
@media only screen and (max-width: 900px) {
  .content-areas .container .areas-wrapper .area {
    width: 48%;
  }
}
@media only screen and (max-width: 450px) {
  .content-areas .container .areas-wrapper .area {
    width: 100%;
  }
}
.content-areas .container .areas-wrapper .area .image-wrapper img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-areas .container .areas-wrapper .area .text-wrapper {
  bottom: -90px;
  left: -34px;
  width: min(280px, 22vw);
  height: min(280px, 22vw);
  border-radius: 50%;
}
@media only screen and (max-width: 900px) {
  .content-areas .container .areas-wrapper .area .text-wrapper {
    bottom: 0;
    left: 0;
    width: 65%;
    border-radius: 0 50px 0 0;
    height: 84px;
  }
}
.content-areas .container .areas-wrapper .area .text-wrapper .text {
  bottom: 38%;
  left: 48px;
}
@media only screen and (max-width: 1000px) {
  .content-areas .container .areas-wrapper .area .text-wrapper .text {
    bottom: 47%;
  }
}
@media only screen and (max-width: 900px) {
  .content-areas .container .areas-wrapper .area .text-wrapper .text {
    bottom: 10px;
    left: 10px;
  }
}
.content-areas .container .areas-wrapper .area .text-wrapper .text .area-title {
  margin-bottom: min(12px, 1vw);
  max-width: 240px;
}
.content-areas .container .areas-wrapper .area .text-wrapper .text .all-activities-button {
  text-decoration: underline;
}
.content-areas .container .areas-wrapper .area .bg-gradient {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .events-part .events-swiper .event .text-wrapper .description {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .events-part .events-swiper .event .text-wrapper .registration {
    position: absolute;
    bottom: 30px;
  }
}

body.rtl .content-areas .container .areas-wrapper .area .text-wrapper {
  left: unset;
  right: -34px;
  width: min(265px, 22vw);
  height: min(265px, 22vw);
}
@media only screen and (max-width: 900px) {
  body.rtl .content-areas .container .areas-wrapper .area .text-wrapper {
    border-radius: 50px 0 0 0;
    width: 65%;
    height: 84px;
  }
}
@media only screen and (max-width: 900px) {
  body.rtl .content-areas .container .areas-wrapper .area .text-wrapper {
    right: 0;
  }
}
body.rtl .content-areas .container .areas-wrapper .area .text-wrapper .text {
  left: unset;
  right: 48px;
  bottom: 41%;
}
@media only screen and (max-width: 900px) {
  body.rtl .content-areas .container .areas-wrapper .area .text-wrapper .text {
    right: 10px;
    bottom: 10px;
  }
}/*# sourceMappingURL=homepage.min.css.map */