@font-face {
  font-family: "SimplerPro_BEZEQ-Black";
  src: url("../font/SimplerPro_BEZEQ-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ-SemiBold";
  src: url("../font/SimplerPro_BEZEQ_HEBREW2-Semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* #soho_page_body — rules between START and END below:
 * Regular page (index_business_solution.html, NEW7): do NOT comment — leave as is.
 * N page (index_business_solution_N.html, NEW6): comment out this whole block. */

/* --- START #soho_page_body --- */
#soho_page_body {
  margin-top: 52px;
}
@media (max-width: 1199px) {
  #soho_page_body {
    margin-top: 37px;
  }
}
/* --- END #soho_page_body --- */

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .br-767 {
    display: none;
  }
}

.call-btn {
  pointer-events: none;
  opacity: 0;
  display: none;
  height: 48px;
  width: 176px;
  min-width: 176px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 48px;
  background: var(--Business-03, #30DFFF);
  color: var(--Business-01, #010636);
  text-align: center;
  font-feature-settings: 'liga' off;
  /* Body/18/Semibold */
  font-family: "SimplerPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .call-btn {
    display: flex;
    pointer-events: auto;
    opacity: 1;
    width: 320px;
    min-width: 320px;
  }
}

.banner {
  position: relative;
  /* Crop anchor for .banner img (object-fit: cover). Tweak per @media below or inline on .banner, e.g. style="--banner-img-object-position: 40% center" */
  --banner-img-object-position: 53% center;
}
.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 593px;
  object-position: var(--banner-img-object-position);
}
@media (max-width: 1599.9px) {
  .banner img {
    height: 650px;
    padding-left: 355px;
  }
}
@media (max-width: 1199px) {
  .banner {
    --banner-img-object-position: center center;
  }
  .banner img {
    height: 650px;
  }
}
@media (max-width: 992.9px) {
  .banner img {
    padding-left: 0;
    height: 603px;
  }
}
@media (max-width: 767px) {
  .banner {
    --banner-img-object-position: center center;
  }
  .banner img {
    height: 470px;
  }
}
.banner__content {
  color: #fff;
  position: absolute;
  right: 477px;
  right: calc(50% - 803px);
  top: 35%;
  max-width: 100%;
  text-align: right;
}
.banner__content > div {
  text-align: right;
}
@media (min-width: 992px) {
  .banner__content p.bottom-p {
    white-space: nowrap;
  }
}
@media (max-width: 1920px) {
  .banner__content {
    right: 160px;
    right: calc(50% - 800px);
    max-width: 100%;
  }
}

@media (max-width: 1650px) {
  .banner__content {
    right: 160px;
    right: calc(50% - 750px);
    max-width: 100%;
  }
}

@media (max-width: 1599px) {
  .banner__content {
    max-width: 100%;
    /* right: 322px; */
    right: calc(50% - 478px);
    top: 11.5%;
    /* transform: translateY(-50%); */
  }
}
/*
@media (max-width: 1350px) {
  .banner__content {
    right: 115px;
  }
} */

@media (max-width: 1199px) and (min-width: 992px) {
  .banner__content {
    transform: unset;
    text-align: right;
    margin: 0;
    max-width: 100%;
    top: 70px;
    right: 40px;
    left: auto;
  }
  .banner__content > div {
    position: relative;
    display: inline-block;
    text-align: right;
  }
}

@media (max-width: 1030px) {
  .banner__content {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .banner__content {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
    max-width: 100%;
    top: 80px;
    padding-left: 12px;
    padding-right: 12px;
    width: calc(100% - 24px);
    box-sizing: border-box;
  }
  .banner__content > div {
    position: relative;
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner__content {
    top: 21px;
  }
}
.banner__content h1 {
  font-size: 68px;
  font-weight: 900;
  line-height: 70px;
  margin: 0 0 -2px;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .banner__content h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 70px;
    margin: 0 0 -3px;
    /* letter-spacing: 1px; */
  }
}
@media (max-width: 1599px) {
  .banner__content h1 {
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .banner__content h1 {
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .banner__content h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: -1px;
  }
}
@media (max-width: 991px) {
  .banner__content h1 {
    text-align: center;
  }
}
.banner__content h2 {
  background: linear-gradient(250deg, #0073FF 13.55%, #6EDCFB 69.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.35px transparent;
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SimplerPro";
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.18;
  position: relative;
  margin: 0;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* SVG placement: --banner-h2-svg-*-use are set on h2 in the media queries below. */
  --banner-h2-svg-top-use: var(--banner-h2-svg-top, -23px);
  --banner-h2-svg-left-use: var(--banner-h2-svg-left, -32px);
}
@media (max-width: 1920px) {
  .banner__content h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1599px) {
  .banner__content h2 {
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.18;
  }
}
@media (max-width: 1199px) {
  .banner__content h2 {
    font-size: 62px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.18;
  }
}
@media (max-width: 991px) {
  .banner__content h2 {
    text-align: center;
    --banner-h2-svg-top-use: var(--banner-h2-svg-top-991, -17px);
    --banner-h2-svg-left-use: var(--banner-h2-svg-left-991, -25px);
  }
}

@media (max-width: 1599px) and (min-width: 992px) {
  .banner__content h2 {
    --banner-h2-svg-top-use: var(--banner-h2-svg-top-1599, -17px);
    --banner-h2-svg-left-use: var(--banner-h2-svg-left-1599, -25px);
  }
}

@media (max-width: 767px) {
  .banner__content h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.18;
    transform: translateX(0px);
    white-space: nowrap;
    --banner-h2-svg-top-use: var(--banner-h2-svg-top-767, -17px);
    --banner-h2-svg-left-use: var(--banner-h2-svg-left-767, -25px);
  }
}

.banner__content h2 svg {
  /* Optional on h2: --banner-h2-svg-display: none */
  display: var(--banner-h2-svg-display, block);
  position: absolute;
  top: var(--banner-h2-svg-top-use);
  left: var(--banner-h2-svg-left-use);
  max-width: 77.562px;
}

@media (max-width: 1599px) and (min-width: 768px) {
  .banner__content h2 svg {
    width: 61.303px;
    height: 81.544px;
    transform: rotate(-15deg);
  }
}

@media (max-width: 767px) {
  .banner__content h2 svg {
    width: 56px;
    height: 66.5px;
    transform: rotate(-15deg);
  }
}

.banner__content p.bottom-p {
  color: var(--Business-00, #F4F4F4);
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "SimplerPro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 7px 0 0 0;
}

@media (max-width: 1920px) {
  .banner__content p.bottom-p {
    color: var(--Business-00, #F4F4F4);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}

@media (max-width: 1599px) {
  .banner__content p.bottom-p {
    color: var(--Business-00, #F4F4F4);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .banner__content p.bottom-p {
    color: var(--Business-00, #F4F4F4);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .banner__content p.bottom-p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner__content p.bottom-p {
    color: var(--Business-00, #F4F4F4);
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translateX(0px);
  }
}


@keyframes shine-pulse {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.9);
  }
}
.banner__content h2 span {
  position: absolute;
  top: -28px;
  display: block;
  left: -22px;
  background: radial-gradient(43.53% 30.66% at 49.27% 49.4%, rgba(48, 222, 255, 0.8) 0%, rgba(59, 179, 253, 0.3) 44%, rgba(16, 60, 126, 0.09) 81%, rgba(0, 13, 76, 0) 100%);
  background-blend-mode: screen;
  width: 61.3033744175px;
  height: 81.5435627432px;
  mix-blend-mode: screen;
}
@media (max-width: 1599px) {
  .banner__content h2 span {
    left: -23px;
    top: -26px;
  }
}
@media (max-width: 1199px) {
  .banner__content h2 span {
    width: 43.598px;
    height: 57.993px;
    top: -20px;
    left: -16px;
    background: radial-gradient(43.58% 30.76% at 49.27% 49.4%, rgba(48, 222, 255, 0.8) 0%, rgba(59, 179, 253, 0.3) 44%, rgba(16, 60, 126, 0.09) 81%, rgba(0, 13, 76, 0) 100%);
  }
}
@media (max-width: 767px) {
  .banner__content h2 span {
    top: -0.5px;
    left: -10px;
    width: 26.243px;
    background: radial-gradient(43.58% 30.76% at 49.27% 49.4%, rgba(48, 222, 255, 0.8) 0%, rgba(59, 179, 253, 0.3) 44%, rgba(16, 60, 126, 0.09) 81%, rgba(0, 13, 76, 0) 100%);
    height: 34.908px;
  }
}
.banner__content .mark {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 100%;
  display: flex;
  bottom: 100%;
  right: calc(100% - 25px);
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(5, 106, 229);
  transform: rotate(-8deg);
  font-size: 20px;
  color: #F4F4F4;
  line-height: 24px;
}
@media (min-width: 1921px) {
  .banner__content .mark {
    bottom: calc(100% - 40px);
    right: calc(100% + 30px);
  }
}
@media (max-width: 1599px) {
  .banner__content .mark {
    right: calc(100% - 30px);
    bottom: calc(100% - 10px);
  }
}
@media (max-width: 1199px) {
  .banner__content .mark {
    top: calc(100% + 40px);
    bottom: auto;
    right: -35px;
    transform: rotate(8deg);
  }
}
@media (max-width: 991px) {
  .banner__content .mark {
    right: -47px;
  }
}
@media (max-width: 767px) {
  .banner__content .mark {
    font-size: 14px;
    line-height: 16px;
    width: 80px;
    height: 80px;
    right: -30px;
    top: calc(100% + 6px);
  }
}

.desktop_form_text_p a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.legal_notes_new {
  font-size: 14px;
  font-feature-settings: "liga" off, "clig" off;
  max-width: 100%;
  line-height: normal;
  padding-left: 335px;
  color: #010636;
}
@media (max-width: 1920px) {
  .legal_notes_new {
    width: 970px;
    margin: 21px auto;
  }
}
@media (max-width: 1599px) {
  .legal_notes_new {
    width: 920px;
  }
}
@media (max-width: 1199px) {
  .legal_notes_new {
    width: 999px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .legal_notes_new {
    width: 860px;
    padding: 0 20px;
  }
}
@media (min-width: 1921px) {
  .legal_notes_new {
    text-align: center;
    margin: 21px 0;
  }
}

@media (max-width: 991.9px) {
  .legal_notes_new {
    width: 607px;
    margin: 8px auto;
  }
}

@media (max-width: 414.9px) {
  .legal_notes_new {
    width: 337px;
    padding: 0;
  }
}

.legal_notes_new a {
  color: #010636;
}

#bezeq_footer_container {
  position: relative !important;
  z-index: 1 !important;
}

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