@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@200;400;700&display=swap");
/*

0 - 600px         Phone
600px - 900px     Tablet Protrait
900px - 1200px    Tablet Landscape
1800px+           Big desktop

[1200px - 1800px] is where the normal styles apply

*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .download_app {
    display: none !important;
}

footer .download_app {
    display: none !important;
    text-align: center;
}
footer .download_app a{
	display: none !important
}

html {
  direction: rtl;
  overflow-x: hidden;
  font-size: 62.5%;
}
@media only screen and (min-width: 676px) {
  .dsk_hide{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 55%;
  }
}

@media screen and (min-width: 1900px) {
  html {
    font-size: 80%;
  }
}

body {
  background-color: #0c0f35;
  color: #fff;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 1.6rem;
}

body::before {
  display: block;
  content: "";
  position: absolute;
  width: 100vw;
  height: 200vh;
  background: #373d9a;
  background: radial-gradient(circle, rgba(55, 61, 154, 0.7) 0%, rgba(12, 15, 53, 0) 45%);
  background-size: contain;
  top: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.8;
  z-index: -1;
}

header {
  position: fixed;
  padding: 2rem 5rem;
  top: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

@media only screen and (max-width: 600px) {
  header {
    padding: 2rem 3rem;
  }
}

header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1920px;
  margin: 0 auto;
}

header .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .logo img {
  height: 3.6rem;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

header .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu .menuLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}

header .menu .menuLinks a,
header .menu .menuLinks a:link,
header .menu .menuLinks a:visited {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

header .menu .menuLinks a:hover, header .menu .menuLinks a:focus,
header .menu .menuLinks a:link:hover,
header .menu .menuLinks a:link:focus,
header .menu .menuLinks a:visited:hover,
header .menu .menuLinks a:visited:focus {
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

header .menu .menuLinks a.active,
header .menu .menuLinks a:link.active,
header .menu .menuLinks a:visited.active {
  font-weight: 700;
  opacity: 1;
}

header .menu .menuLinks a.cta,
header .menu .menuLinks a:link.cta,
header .menu .menuLinks a:visited.cta {
  background-color: #2575e9;
  padding: 0.8rem 2.5rem;
  border-radius: 0.6rem;
  font-weight: 700;
  opacity: 1;
}

header .menu .mobile_cta {
  display: none;
}

@media only screen and (max-width: 600px) {
  header .menu a,
  header .menu a:link,
  header .menu a:visited {
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  header .menu a:hover, header .menu a:focus,
  header .menu a:link:hover,
  header .menu a:link:focus,
  header .menu a:visited:hover,
  header .menu a:visited:focus {
    opacity: 0.8;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  header .menu a.active,
  header .menu a:link.active,
  header .menu a:visited.active {
    font-weight: 700;
    opacity: 1;
  }
  header .menu a.mobile_cta,
  header .menu a:link.mobile_cta,
  header .menu a:visited.mobile_cta {
    display: block;
    background-color: #2575e9;
    padding: 0.8rem 2.5rem;
    border-radius: 0.6rem;
    font-weight: 700;
    opacity: 1;
  }
  header .menu .menuLinks {
    display: none;
  }
}

header.background {
  background-color: #000b26;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

header.background .logo img {
  height: 3rem;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 97vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 11rem;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .hero {
    height: 90vh;
  }
}

@media screen and (min-width: 1900px) {
  .hero {
    height: 80vh;
  }
}

.hero_content {
  text-align: center;
}

.hero_content h1 {
  font-size: 3.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}

.hero_content h1 span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00c4ff;
}

@media only screen and (max-width: 600px) {
  .hero_content h1 {
    font-size: 3.2rem;
  }
  .hero_content h1 span {
    font-size: 1.8rem;
  }
}

.hero_content a,
.hero_content a:link,
.hero_content a:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  z-index: 20;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 1rem;
  pointer-events: all;
  z-index: 20;
}

.hero_content a svg,
.hero_content a:link svg,
.hero_content a:visited svg {
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hero_content a:hover, .hero_content a:focus,
.hero_content a:link:hover,
.hero_content a:link:focus,
.hero_content a:visited:hover,
.hero_content a:visited:focus {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hero_content a:hover svg, .hero_content a:focus svg,
.hero_content a:link:hover svg,
.hero_content a:link:focus svg,
.hero_content a:visited:hover svg,
.hero_content a:visited:focus svg {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hero::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: -12%;
  background: url(../images/big-b.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  opacity: 0.4;
  pointer-events: none;
}

.hero_dots {
  position: absolute;
  display: block;
  width: 160%;
  height: 160%;
  left: 50%;
  bottom: -80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
}

.hero_visuals {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}

.hero_visuals--phone {
  position: relative;
  width: 36rem;
  height: 84.4rem;
  background: url(../images/hero_app.png) no-repeat;
  background-size: contain;
  margin: 3rem auto 0 auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .hero_visuals--phone {
    width: 32rem;
  }
}

.hero_visuals--phone.view {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero_visuals--phone .msg {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero_visuals--phone .msg.one {
  background-color: #2575e9;
  padding: 14px 14px 14px 30px;
  z-index: 5;
  top: 15%;
  right: -55%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
}

.hero_visuals--phone .msg.one h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

.hero_visuals--phone .msg.one p {
  font-weight: 700;
  font-size: 1.4rem;
}

.hero_visuals--phone .msg.one.view {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
}

@media only screen and (max-width: 600px) {
  .hero_visuals--phone .msg.one {
    top: 6%;
    right: -20%;
    padding: 6px 6px 4px 30px;
  }
}

.hero_visuals--phone .msg.two {
  background-color: #ed6251;
  padding: 14px 30px !important;
  top: 30%;
  left: -45%;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-weight: 700;
  -webkit-transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
}

.hero_visuals--phone .msg.two img {
  vertical-align: -15%;
}

.hero_visuals--phone .msg.two.view {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-in-out 0.2s, -webkit-transform 0.4s ease-in-out 0.2s;
}

@media only screen and (max-width: 600px) {
  .hero_visuals--phone .msg.two {
    top: 35%;
    left: -20%;
    padding: 10px 24px !important;
  }
}

.services {
  background-color: #0c0f35;
  position: relative;
  display: block;
  padding: 6rem 0;
  -webkit-box-shadow: 0px -24px 48px 0px rgba(0, 12, 43, 0.9);
  box-shadow: 0px -24px 48px 0px rgba(0, 12, 43, 0.9);
  z-index: 2;
  width: 100%;
}

.services_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media only screen and (max-width: 600px) {
  .services_wrapper {
    padding: 0 3rem;
  }
}

.services_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1.6rem;
}

.services_features .feature {
  background-color: rgba(232, 237, 243, 0.05);
  border-radius: 6px;
  padding: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: default;
}

.services_features .feature h3 {
  font-weight: 400;
  font-size: 2rem;
  margin: 1.6rem 0 2.4rem 0;
}

.services_features .feature p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #e8edf3;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services_features .feature:hover {
  background-color: rgba(232, 237, 243, 0.12);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services_features .feature:hover p {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .services_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.services .security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9rem 0 0 0;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .security_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services .security_content h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.6rem;
}

.services .security_content p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(232, 237, 243, 0.6);
  width: 80%;
}

.services .security_join {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.services .security_join--circle {
  display: block;
  position: absolute;
  right: -20%;
  top: -5%;
  z-index: -10;
}

@media only screen and (max-width: 600px) {
  .services .security_join--circle {
    top: -7%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.services .security_join--content {
  position: relative;
  background-color: #e8edf3;
  background: url(../images/logo_icon.svg) no-repeat #e8edf3;
  background-position: 3.2rem 3.2rem;
  border-radius: 6px;
  width: 45.8rem;
  z-index: 10;
  margin: 6.4rem auto 6.4rem 3.2rem;
  padding: 3.2rem;
}

@media only screen and (max-width: 600px) {
  .services .security_join--content {
    width: 80vw !important;
    margin: 6.4rem auto 0rem auto;
    background-size: 9rem;
  }
}

.services .security_join--content h2 {
  font-size: 2.4rem;
  color: #2575e9;
}

.services .security_join--content h2 span {
  display: block;
  font-size: 1.6rem;
  color: #0c0f35;
}

.services .security_join--content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin: 2rem 0 4rem 0;
  list-style: none;
  color: #0c0f35;
}

.services .security_join--content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.services .security_join--content a,
.services .security_join--content a:link,
.services .security_join--content a:visited {
  display: inline-block;
  padding: 1.1rem 3rem;
  background-color: #2575e9;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services .security_join--content a svg,
.services .security_join--content a:link svg,
.services .security_join--content a:visited svg {
  margin-right: 0.4rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services .security_join--content a:hover, .services .security_join--content a:focus,
.services .security_join--content a:link:hover,
.services .security_join--content a:link:focus,
.services .security_join--content a:visited:hover,
.services .security_join--content a:visited:focus {
  background-color: #1565d9;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services .security_join--content a:hover svg, .services .security_join--content a:focus svg,
.services .security_join--content a:link:hover svg,
.services .security_join--content a:link:focus svg,
.services .security_join--content a:visited:hover svg,
.services .security_join--content a:visited:focus svg {
  -webkit-transform: translateX(-0.6rem);
          transform: translateX(-0.6rem);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services .security_join--pocket {
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 24rem 0 0 24rem;
  border-color: transparent transparent transparent #00c4ff;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .services .security_join--pocket {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .services .security {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 7rem 0 0 0 !important;
  }
  .services .security_content {
    text-align: center;
  }
  .services .security_content p {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.about {
  position: relative;
  background: url(../images/about_bg.svg) no-repeat top;
  background-size: cover;
  padding-top: 14rem;
  width: 100%;
}

.about_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media only screen and (max-width: 600px) {
  .about_wrapper {
    padding: 0 3rem;
  }
}

.about h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.6rem;
}

.about p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(232, 237, 243, 0.6);
}

.about_title {
  margin: 0 auto;
  width: 80%;
}

@media only screen and (max-width: 600px) {
  .about_title {
    width: 100%;
  }
}

.about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  width: 80%;
  gap: 4rem;
}

.about_content--col.large p {
  font-size: 2rem !important;
}

@media only screen and (max-width: 600px) {
  .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
  .about_content p {
    width: 100%;
  }
}

.about_team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .about_team {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_team--member {
    margin-bottom: 2.4rem;
  }
}

.about_team--member {
  position: relative;
  width: 18rem;
  text-align: center;
}

.about_team--member::before {
  display: block;
  position: absolute;
  content: "";
  height: 14.8rem;
  background-color: #00c4ff;
  opacity: 0.2;
  width: 100%;
  border-radius: 6px;
  top: -2rem;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about_team--member:hover::before {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about_team--member:hover p {
  color: #e8edf3;
}

.about_team--member img {
  height: 16.4rem;
  width: 16.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.about_team--member h4 {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(232, 237, 243, 0.8);
}

.about_team--member h5 {
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(232, 237, 243, 0.5);
}

.about_team--member p {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: rgba(232, 237, 243, 0.5);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.articles {
  margin: 14rem auto 7rem auto;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .articles {
    margin: 10rem auto 0rem auto;
  }
}

.articles_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

@media only screen and (max-width: 600px) {
  .articles_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 3rem;
  }
  .articles_wrapper a.article {
    margin-bottom: 11rem;
  }
  .articles_wrapper a.article p {
    font-size: 1.6rem;
  }
}

.articles a.article {
  display: block;
  position: relative;
  text-decoration: none;
}

.articles a.article::before {
  display: block;
  position: absolute;
  content: "";
  height: 20.6rem;
  width: 25.6rem;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
  opacity: 0.1;
  right: -3rem;
  top: -20%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.articles a.article h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #e8edf3;
  margin-bottom: 1.6rem;
}

.articles a.article p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #e8edf3;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.articles a.article .article_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}

.articles a.article .article_footer img {
  height: 3.2rem;
}

.articles a.article .article_footer span {
  color: #fff;
  font-weight: 700;
}

.articles a.article .article_footer span svg {
  margin-right: 0.4rem;
}

.articles a.article:hover::before {
  opacity: 0.18;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.articles a.article:hover p {
  opacity: 0.9;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.customers {
  padding: 6rem 0 3rem 0;
  background-color: #121644;
}

.customers_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media only screen and (max-width: 600px) {
  .customers_wrapper {
    padding: 0 3rem;
  }
}

.customers_row {
  display: block;
  width: 100%;
}

.customers_col {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .customers_col {
    width: 90%;
  }
}

.customers_col.content h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.6rem;
}

.customers_col.content p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(232, 237, 243, 0.6);
}

.customers_col.screen_border {
  width: 35rem;
  height: 59rem;
  border: solid 2px #e8edf3;
  border-radius: 30px;
}

footer {
  padding: 7rem 0 5.6rem 0;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  footer {
    padding: 7rem 0 13rem 0;
  }
}

footer .footer_wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media only screen and (max-width: 600px) {
  footer .footer_wrapper {
    padding: 0 3rem;
  }
}

footer .banner {
  display: block;
  position: relative;
  padding: 4.8rem 0;
  background-color: #d5dee8;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}

footer .banner_shadow {
  display: block;
  height: 5.6rem;
  width: 80%;
  border-radius: 100px;
  background-color: #2575e9;
  opacity: 0.7;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  margin: -4rem auto 9rem auto;
  opacity: 1;
}

footer .banner_bg {
  position: absolute;
  width: 300%;
  height: 300%;
  left: -50%;
  top: -100%;
  -webkit-transform: translateX(-16.5%);
          transform: translateX(-16.5%);
  display: block;
  opacity: 0.15;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  footer .banner_bg {
    width: 200%;
    height: 200%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

footer .banner h3 {
  font-size: 3.8rem;
  color: #0c0f35;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 3.2rem;
}

footer .banner h3 span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2575e9;
}

footer .banner a,
footer .banner a:link,
footer .banner a:visited {
  display: inline-block;
  padding: 1.1rem 3rem;
  background-color: #2575e9;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .banner a svg,
footer .banner a:link svg,
footer .banner a:visited svg {
  margin-right: 0.4rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .banner a:hover, footer .banner a:focus,
footer .banner a:link:hover,
footer .banner a:link:focus,
footer .banner a:visited:hover,
footer .banner a:visited:focus {
  background-color: #1565d9;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .banner a:hover svg, footer .banner a:focus svg,
footer .banner a:link:hover svg,
footer .banner a:link:focus svg,
footer .banner a:visited:hover svg,
footer .banner a:visited:focus svg {
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 600px) {
  footer .banner h3 {
    font-size: 3.2rem;
  }
  footer .banner h3 span {
    font-size: 1.8rem;
  }
}

footer .download_app {
  display: block;
  text-align: center;
}

footer .download_app a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.5;
  margin: 0px 6px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 8px;
}

footer .download_app a::after {
  display: block;
  position: absolute;
  content: "בקרוב";
  width: 100%;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(12, 15, 53, 0.9);
  border-radius: 6px;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 600px) {
  footer .download_app a::after {
    line-height: 6.5rem;
  }
}

footer .download_app a:hover, footer .download_app a:focus {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .download_app a:hover::after, footer .download_app a:focus::after {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .download_app a img {
  height: 56px;
}

@media only screen and (max-width: 600px) {
  footer .download_app a img {
    height: 6.4rem;
  }
}

footer .footer_links {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  footer .footer_links {
    margin-top: 4rem;
  }
}

footer .footer_links--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}

footer .footer_links--menu li a {
  text-decoration: none;
  color: #e8edf3;
  opacity: 0.7;
  font-size: 1.5rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .footer_links--menu li a img {
  height: 1.4rem;
  vertical-align: -5%;
}

footer .footer_links--menu li a:hover, footer .footer_links--menu li a:focus {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .footer_links--rights {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  vertical-align: middle;
}

footer .footer_links--rights div {
  margin-top: 1.4rem;
  font-size: 1.5rem;
}

footer .footer_links--rights a,
footer .footer_links--rights a:link,
footer .footer_links--rights a:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

footer .footer_links--rights a:hover, footer .footer_links--rights a:focus,
footer .footer_links--rights a:link:hover,
footer .footer_links--rights a:link:focus,
footer .footer_links--rights a:visited:hover,
footer .footer_links--rights a:visited:focus {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

@media only screen and (max-width: 600px) {
  footer .footer_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer_links--menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    text-align: right;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#second_ring {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: ring_circle 8s linear infinite;
          animation: ring_circle 8s linear infinite;
}

@-webkit-keyframes ring_circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes ring_circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.whatsapp_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 20px;
  bottom: 40px;
  z-index: 50;
  cursor: pointer;
  opacity: 1;
}

.whatsapp_btn .msg {
  display: block;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.4rem 3rem 1.4rem 6rem;
  background-color: #ed6251;
  border-radius: 0.8rem;
  color: #fff;
  right: 0;
  top: -140%;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: none;
}

.whatsapp_btn .msg .close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  left: -1.2rem;
  top: -1.2rem;
}

.whatsapp_btn .msg.view {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: fill;
}

.stories {
  background-color: #121644;
  padding-bottom: 6rem;
}

.swiper {
  width: 100%;
  height: 44rem;
}

.swiper-slide {
  position: relative;
  background-color: transparent;
  width: 30rem !important;
  color: #0c0f35;
  border-radius: 1rem;
  overflow: hidden;
}

.swiper-slide video,
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 1rem;
}

.swiper-slide--overlay {
  direction: ltr;
  display: block;
  position: absolute;
  background: #020714;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 7, 20, 0.3)), to(rgba(2, 7, 20, 0.85)));
  background: linear-gradient(180deg, rgba(2, 7, 20, 0.3) 0%, rgba(2, 7, 20, 0.85) 100%);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  pointer-events: none;
}

.swiper-slide--author {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.swiper-slide--author_img {
  margin-right: 4px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  bottom: 1.2rem;
  left: 1.2rem;
  border-radius: 50%;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.swiper-slide--author_img img {
  height: 90%;
  width: 90%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.swiper-slide--mute {
  display: none;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.swiper-slide--mute img {
  height: 2.4rem;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
}

@media only screen and (max-width: 600px) {
  .swiper-slide--mute {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */