@font-face {
  font-family: "Matritsa";
  src: url("../fonts/FbMatritsaEnHeb-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Matritsa";
  src: url("../fonts/FbMatritsaEnHeb-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Matritsa";
  src: url("../fonts/FbMatritsaEnHeb-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
body {
  padding: 0;
  margin: 0;
  color: #1A1C1C;
  min-height: 100vh;
  font-family: "Noto Sans Hebrew", sans-serif;
  background-color: #FBFDFD;
  background-image: url("../img/pattern.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: repeat; }

header {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10; }
  header img {
    height: 135px;
    mix-blend-mode: multiply; }
  header .lang-switch {
    position: absolute;
    top: 24px;
    inset-inline-start: 24px;
    display: flex;
    gap: 4px;
    align-items: center;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-size: 14px;
    z-index: 11; }
    header .lang-switch a {
      color: #1A1C1C;
      text-decoration: none;
      padding: 6px 14px;
      border-radius: 200px;
      border: 1px solid transparent;
      opacity: 0.55;
      transition: all 0.2s ease; }
      header .lang-switch a:hover {
        opacity: 1; }
      header .lang-switch a.is-active {
        opacity: 1;
        border-color: #1A1C1C;
        font-weight: 500; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Matritsa", sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400; }

p {
  line-height: 1.5;
  font-size: 24px;
  font-style: normal;
  margin: 0;
  font-weight: 400; }

.hero {
  height: 600px;
  width: 100%;
  position: relative;
  padding-top: 200px; }
  .hero .rainbow {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 800px; }
  .hero .title {
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translate(-50%, -50%); }
    .hero .title span:nth-child(2) {
      padding-right: 12%; }

section.about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  margin-top: 0; }
  section.about .container {
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: center;
    gap: 100px;
    justify-content: center; }
    section.about .container .visual {
      position: relative;
      width: 100%;
      aspect-ratio: 597 / 621;
      max-width: 597px;
      flex-shrink: 0; }
      section.about .container .visual .photo {
        position: absolute;
        border-radius: 20%;
        background: #d9d9d9 center center no-repeat;
        background-size: cover;
        box-shadow: 0 4px 40px rgba(44, 63, 70, 0.1); }
        section.about .container .visual .photo:nth-of-type(1) {
          top: 0%;
          left: 4.02%;
          width: 46.58%;
          height: 46.21%; }
        section.about .container .visual .photo:nth-of-type(2) {
          top: 26.09%;
          left: 53.27%;
          width: 46.73%;
          height: 62.72%; }
        section.about .container .visual .photo:nth-of-type(3) {
          top: 49.92%;
          left: 0%;
          width: 46.73%;
          height: 50.08%; }
    section.about .container .text {
      text-align: right;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      flex: 1 0 0; }

section.do {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 180px 0; }
  section.do .heading {
    display: flex;
    width: 735px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center; }
  section.do .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: center;
    gap: 60px;
    justify-content: center;
    flex-direction: column; }
  section.do .items {
    display: flex;
    gap: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    section.do .items .item {
      display: inline-flex;
      height: 136px;
      padding: 20px 30px 20px 60px;
      justify-content: center;
      align-items: center;
      gap: 20px;
      box-sizing: border-box;
      border-radius: 400px; }
      section.do .items .item .thumb {
        background: #FBFDFD;
        border-radius: 400px;
        width: 96px;
        height: 96px;
        display: flex;
        justify-content: center;
        align-items: center; }
        section.do .items .item .thumb img {
          height: 55px; }
      section.do .items .item:nth-of-type(odd) {
        align-self: flex-start; }
      section.do .items .item:nth-of-type(even) {
        align-self: flex-end; }
      section.do .items .item:nth-of-type(1) {
        background: linear-gradient(0deg, rgba(244, 149, 149, 0.5) 0%, rgba(244, 149, 149, 0.5) 100%), #FFF; }
      section.do .items .item:nth-of-type(2) {
        background: linear-gradient(0deg, rgba(249, 235, 151, 0.8) 0%, rgba(249, 235, 151, 0.8) 100%), #FFF; }
      section.do .items .item:nth-of-type(3) {
        background: linear-gradient(0deg, rgba(198, 249, 172, 0.9) 0%, rgba(198, 249, 172, 0.9) 100%), #FFF; }
      section.do .items .item:nth-of-type(4) {
        background: linear-gradient(0deg, rgba(168, 217, 246, 0.7) 0%, rgba(168, 217, 246, 0.7) 100%), #FFF; }
      section.do .items .item:nth-of-type(5) {
        background: linear-gradient(0deg, rgba(226, 187, 253, 0.71) 0%, rgba(226, 187, 253, 0.71) 100%), #FFF; }
        section.do .items .item:nth-of-type(5) p {
          line-height: 1.3; }

section.vision {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  margin-top: 0; }
  section.vision .container {
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: center;
    gap: 100px;
    justify-content: center; }
  section.vision .visual {
    width: 562px; }
    section.vision .visual img {
      width: 100%;
      mix-blend-mode: multiply; }
  section.vision button {
    color: #1A1C1C;
    text-align: right;
    font-family: "Noto Sans Hebrew";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 150%;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FBFDFD;
    box-sizing: border-box;
    border-radius: 200px;
    border: 2px solid #1A1C1C;
    transition: all 0.2s ease; }
    section.vision button:hover {
      background: #1A1C1C;
      color: #FBFDFD; }
  section.vision .btns {
    padding-top: 20px; }
  section.vision .text {
    text-align: right;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0; }

section.goals {
  margin: 100px auto;
  margin-top: 140px;
  display: flex;
  width: 1200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: linear-gradient(98deg, rgba(255, 255, 255, 0.1) -11.22%, rgba(0, 0, 0, 0.1) 101.71%), #1A1C1C;
  position: relative; }
  section.goals .container {
    display: flex;
    width: 100%;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex: 1 0 0;
    color: #FBFDFD; }
  section.goals .hand-container {
    overflow: hidden;
    border-radius: 80px;
    pointer-events: none;
    position: absolute;
    height: 117%;
    width: 100%;
    left: 0;
    bottom: 0; }
    section.goals .hand-container img {
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      left: -3%;
      pointer-events: none; }
  section.goals .subtext {
    color: #FBFDFD;
    text-align: center;
    position: relative;
    z-index: 4; }
  section.goals .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch; }
    section.goals .items .item {
      display: flex;
      padding: 15px 100px 15px 60px;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 80px;
      background: linear-gradient(90deg, rgba(26, 28, 28, 0.1) 0%, rgba(251, 253, 253, 0.1) 100%);
      position: relative; }
      section.goals .items .item .thumb {
        width: 85px;
        position: absolute;
        height: 56%;
        right: 20px;
        top: 22%;
        text-align: center; }
        section.goals .items .item .thumb img {
          height: 100%;
          width: auto; }
      section.goals .items .item p {
        color: #FBFDFD;
        line-height: 1.3; }

section.do {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 180px 0; }
  section.do .heading {
    display: flex;
    width: 735px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center; }
  section.do .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    align-items: center;
    gap: 60px;
    justify-content: center;
    flex-direction: column; }

footer {
  display: flex;
  width: 100%;
  height: 296px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1A1C1C;
  box-sizing: border-box; }
  footer img {
    height: 120px; }

section.do.newsletter {
  margin: 60px 0 140px; }
  section.do.newsletter .heading h2 {
    font-size: 40px; }
  section.do.newsletter .newsletter-form {
    width: 100%;
    max-width: 560px; }
    section.do.newsletter .newsletter-form .wpcf7-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px; }
    section.do.newsletter .newsletter-form .wpcf7-form-control-wrap {
      width: 100%;
      display: block; }
    section.do.newsletter .newsletter-form p {
      width: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px; }
    section.do.newsletter .newsletter-form .newsletter-fields {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px; }
    section.do.newsletter .newsletter-form input[type="email"],
    section.do.newsletter .newsletter-form input[type="text"],
    section.do.newsletter .newsletter-form input[type="tel"] {
      flex: 1;
      width: 100%;
      box-sizing: border-box;
      font-family: "Noto Sans Hebrew", sans-serif;
      font-size: 18px;
      padding: 16px 28px;
      border-radius: 200px;
      border: 2px solid #1A1C1C;
      background: #FBFDFD;
      color: #1A1C1C;
      text-align: right;
      outline: none;
      transition: border-color 0.2s ease; }
      section.do.newsletter .newsletter-form input[type="email"]:focus,
      section.do.newsletter .newsletter-form input[type="text"]:focus,
      section.do.newsletter .newsletter-form input[type="tel"]:focus {
        border-color: #1A1C1C;
        box-shadow: 0 4px 20px rgba(26, 28, 28, 0.12); }
    section.do.newsletter .newsletter-form input[type="submit"] {
      font-family: "Noto Sans Hebrew", sans-serif;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 16px 44px;
      border-radius: 200px;
      border: 2px solid #1A1C1C;
      background: #1A1C1C;
      color: #FBFDFD;
      white-space: nowrap;
      transition: all 0.2s ease; }
      section.do.newsletter .newsletter-form input[type="submit"]:hover {
        background: #FBFDFD;
        color: #1A1C1C; }
    section.do.newsletter .newsletter-form .wpcf7-not-valid-tip {
      color: #d9534f;
      font-size: 14px;
      text-align: center;
      margin-top: -6px; }
    section.do.newsletter .newsletter-form .wpcf7-response-output {
      border-radius: 20px;
      border-color: #1A1C1C !important;
      font-size: 15px;
      text-align: center;
      margin: 0 !important; }
    section.do.newsletter .newsletter-form .wpcf7-spinner {
      display: none; }

@media only screen and (max-width: 800px) {
  h1, h2, h3, h4 {
    font-size: 26px; }

  p {
    font-size: 16px; }

  header {
    padding: 15px; }
    header img {
      height: 80px; }
    header .lang-switch {
      top: 12px;
      inset-inline-start: 12px;
      font-size: 12px; }
      header .lang-switch a {
        padding: 4px 10px; }

  .hero {
    padding-top: 100px;
    height: 350px; }
    .hero .rainbow {
      top: 57%; }
    .hero .title {
      font-size: 26px;
      text-align: center;
      position: absolute;
      width: 100%;
      justify-content: center;
      align-items: center;
      top: 56%; }
      .hero .title span.inline, .hero .title span[style*="display: contents"] {
        display: contents; }
      .hero .title span:nth-child(2) {
        padding: 0; }

  section.about .container {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0 30px;
    gap: 30px; }
    section.about .container .text {
      gap: 15px;
      text-align: center;
      justify-content: center;
      align-items: center; }

  section.do {
    margin: 40px 0; }
    section.do .heading {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
      gap: 10px; }
    section.do .items {
      gap: 15px; }
      section.do .items .item {
        padding: 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        text-align: center;
        border-radius: 30px;
        width: 100%; }
        section.do .items .item .thumb {
          height: 45px;
          width: 45px;
          display: none; }
          section.do .items .item .thumb img {
            height: 30px; }

  section.vision {
    margin-top: 0px; }
    section.vision .container {
      width: 100%;
      flex-direction: column-reverse;
      gap: 50px; }
    section.vision .text {
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 15px; }
    section.vision .btns {
      padding-top: 10px; }
    section.vision button {
      font-size: 16px; }
    section.vision .visual {
      width: 100%; }

  section.goals {
    margin-top: 80px;
    width: 100%;
    border-radius: 0px; }
    section.goals .container {
      padding: 40px 0px;
      gap: 40px; }
      section.goals .container p {
        box-sizing: border-box;
        padding: 0 20px; }
    section.goals .hand-container {
      display: none; }
    section.goals .items .item {
      border-radius: 0;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      padding-right: 60px; }
      section.goals .items .item .thumb {
        width: 85px;
        height: 60px;
        right: -10px;
        top: 50%;
        margin-top: -30px;
        text-align: center; }

  section.do.newsletter {
    margin: 30px 0 60px; }
    section.do.newsletter .newsletter-form {
      padding: 0 20px; }
      section.do.newsletter .newsletter-form input[type="submit"] {
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
