/* Text Elements */

h1.heading-1 {
  position: static;
  right: auto;
  left: auto;
  display: block;
  margin: 320px auto auto;
  color: #3385fb;
  text-align: center;
  text-shadow: #7dbcfb 2px 2px 6px;
  letter-spacing: 1px;
  font-size: 57px;

  -webkit-text-stroke-width: 2px;
}

/* CTA card (כמו בתמונה) */
.cta-card{
  max-width: 760px;
  margin: 22px auto 10px;
  padding: 18px 18px 16px;
  text-align: center;
  direction: rtl;

  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 14px;

  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  backdrop-filter: blur(6px);
}

.cta-title{
  margin: 0 0 6px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1b57b9;
}

.cta-subtitle{
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: rgba(0,0,0,.65);
}

.cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;

  background: rgba(255,255,255,.85);
  border: 1px solid rgba(27,87,185,.18);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);

  color: #1b57b9;
  font-weight: 800;
}

.cta-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
}

.cta-icon{
  width: 20px;
  height: 20px;
  fill: currentColor;
}


/* Layout Elements */

body.body-1 {
  background-image: url('../images/pic1.jpg');
  background-attachment: scroll;
  background-position: 50% top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.cont_links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 140px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
  width: 59.8%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
}

.container.cont_pic {
  margin-right: 45px;
  margin-left: 45px;
  width: 16%;
}

a.responsive-picture.picture-link-1 {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 96.8125rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 230px;
  }

  /* Layout Elements */

  .container.cont_links {
    float: none;
    min-width: 10px;
    width: 70%;
  }

  a.responsive-picture.picture-link-1 {
    width: 100%;
  }
}

@media screen and (max-width: 85.375rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 220px;
  }

  /* Layout Elements */

  .container.cont_links {
    width: 74%;
  }

  .container.cont_pic {
    margin-right: 40px;
    margin-left: 40px;
  }

  a.responsive-picture.picture-link-1 {
    width: 100%;
  }
}

@media screen and (max-width: 75.0625rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 215px;
  }
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 210px;
  }

  /* Layout Elements */

  body.body-1 {
    background-attachment: scroll;
    background-position: 50% top;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container.cont_links {
    margin-top: 110px;
    width: 80%;
  }

  .container.cont_pic {
    margin-right: 35px;
    margin-left: 35px;
    min-width: 150px;
  }

  a.responsive-picture.picture-link-1 {
    width: 100%;
  }
}

@media screen and (max-width: 60rem) {
  /* Layout Elements */

  body.body-1 {
    background-attachment: scroll;
    background-position: 50% 50%;
  }

  .container.cont_links {
    margin-top: 90px;
    width: 90%;
  }

  .container.cont_pic {
    margin-right: 30px;
    margin-left: 30px;
  }

  a.responsive-picture.picture-link-1 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  a.responsive-picture.picture-link-1 {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 50px;
  }

  /* Layout Elements */

  .container.cont_pic {
    margin-right: 25px;
    margin-left: 25px;
    min-width: 140px;
  }

  .container.cont_links {
    width: 95%;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 200px;
  }

  /* Layout Elements */

  body.body-1 {
    background-position: 50% 50%;
  }

  .container.cont_pic {
    margin-right: 24px;
    margin-left: 24px;
    min-width: 120px;
  }

  .container.cont_links {
    margin-top: 100px;
    width: 96%;
  }
}

@media screen and (max-width: 28.6875rem) {
  /* Text Elements */

  h1.heading-1 {
    display: block;
    margin-top: 180px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 36px;
    line-height: 48px;
  }

  /* Layout Elements */

  .container.cont_pic {
    margin-right: 15px;
    margin-left: 15px;
    min-width: 120px;
  }

  .container.cont_links {
    margin-top: 85px;
    min-height: auto;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 22.5rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 160px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
    line-height: 43px;

    -webkit-text-stroke-width: 1px;
  }

  /* Layout Elements */

  .container.cont_pic {
    margin-right: 15px;
    margin-left: 15px;
    min-width: 100px;
  }

  .container.cont_links {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 80px;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: 0;
    margin-left: auto;
    width: 100%;
  }
}

@media screen and (max-width: 17.0625rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 150px;
    font-size: 37px;
  }

  /* Layout Elements */

  .container.cont_pic {
    min-width: 85px;
  }

  a.responsive-picture.picture-link-1 {
    width: 100%;
  }
}

