@font-face {
    font-family: "IBMPlexSansHebrew-Bold";
    src: url(../fonts/IBMPlexSansHebrew-Bold.ttf);
}

@font-face {
    font-family: "IBMPlexSansHebrew-Medium";
    src: url(../fonts/IBMPlexSansHebrew-Medium.ttf);
}

@font-face {
    font-family: "IBMPlexSansHebrew-Thin-Light";
    src: url(../fonts/IBMPlexSansHebrew-Thin.ttf);
}

@font-face {
    font-family: "IBMPlexSansHebrew-Light";
    src: url(../fonts/IBMPlexSansHebrew-Light.ttf);
}

@font-face {
    font-family: "IBMPlexSansHebrew-Regular";
    src: url(../fonts/IBMPlexSansHebrew-Regular.ttf);
}



body {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
    color: #012c3d;

    font-family: "IBMPlexSansHebrew-Thin-Light", sans-serif;
}

strong {
    font-family: "IBMPlexSansHebrew-Regular";
}
/* 
.gray {
    background-color: #E7EFEE;
} */

.dark-blue {
    color: #012c3d;
    background: #ffffff;
    margin-bottom: 1%;
}

.light-blue {
    color: #4B29F2;
    background-color: #A3DEFD;
}

.column {
    float: left;
    width: 15%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }


  .showme {
    display: none;
    position: absolute;
    right: 10%;
    top: 80%;
  }
 
  .showhim:hover .showme {
    display: block;
    border-bottom: solid 3px #f9b233;
  }


.corner-radius {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.info-box {
    display: inline-block;
    padding: 16px 40px 16px 16px;
    margin-right: 5%;
}

.info-title {
    display: inline-block;
    border-bottom: 2px solid #4B29F2;
    padding: 10px 60px 12px 0px;
    font-size: 150%;
    font-weight: bold;
}

.info-text {
    padding: 10px 10px 12px 0px;
}

.blue {
    color: #ffffff;
    /* background: #4B29F2; */
    background-image: linear-gradient(to bottom left, #4B29F2, #012c3d);

}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 14%;
    z-index: 120;
    font-size: 150%;
}

.header-background {
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #fff;
    height: 75px;
            /*linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);*/
}

.text-far {
    text-align: right;
}

.header-logo {
    position: absolute;
    top: 12%;
    left: 26px;
    height: 64%;
    min-height: 60px;
}

#page-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#page-container::-webkit-scrollbar {
    z-index: 10;
    width: 10px;
}

::-webkit-scrollbar-track {
    z-index: 10;
    background: #fcfcfd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    z-index: 10;
    background: #548de9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    z-index: 10;
    background: #426fb7;
}

button {
    outline-style: none;
    padding: 1px 24px;
    /*font-weight: bold;*/
    font-size: 12pt;
    font-family: "IBMPlexSansHebrew-Light";
    border-radius: 7px;
    background-color: #9EB0BA;
    border: none;
    color: #012C3D;
    box-shadow: inset 0 0 0 0 white;
    transition: ease-out 0.3s;
}


button:focus {
    color: #012C3D;
}

button:hover {
    box-shadow: inset 200px 0 0 0 white;
    cursor: pointer;
    color: #012C3D;
}





button#letstalk {
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    color: #012C3D;
    position: absolute; right:55%;  margin-top: 5%; Background-color: #5B4F73; color: white; width: 160px; height: 50px;
}

button#letstalk:hover {
    box-shadow: inset 200px 0 0 0 white;
    cursor: pointer;
    color: #012C3D;
}


button:active {
    background-color: #9EB0BA;
}

button.more {
    position: relative;
    margin-left: 10%;
    z-index: 100;
    color: #012c3d;
    background-color: #97dcfd;
    padding: 6px 16px;
    font-size: 14pt;
}
/* 
button.more img {
    margin-right: 8px;
    height: 8px;
}

button.more:hover {
    background-color: #8dd1f2;
}


button.more:active {
    background-color: #83b6d0;
}

button.more.dark {
    color: #ffffff;
    background-color: #012c3d;
}

button.more.dark:hover {
    background-color: #026f9b;
}

button.more.dark:active {
    background-color: #035c85;
}

button.more.white {
    background-color: #ffffff;
}

button.more.white:active {
    background-color: #ddedec;
} */





strong {
    white-space: nowrap;
    font-size: 115%;
}

.page {
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
/*
.page:not(:last-child) {
    margin-bottom: 10%;
} */

h1 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: "IBMPlexSansHebrew-Bold";;
    font-size: 58px;
    position: relative;
}

h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: "IBMPlexSansHebrew-Bold";
    font-size: 32px;
    position: relative;
}

.page-text {
    font-size: 22px;
}

.box-text {
    font-size: 20pt;
    /* width: 100%; */
    margin-right: 5%;
}

.right {
    margin-right: 0;
    width: 40%;
}

.left {
    margin-left: 0;
    width: 40%;
}
/* 
#part4 .page-text {
    font-size: 20px;
} */



.page-number {
    color: #f9b233;
    font-family: "IBMPlexSansHebrew-Medium";
    font-weight: 800;
    font-size: 32px;
}

.page-info {
    position: relative;
    top: 10%;
    right: 5%;
    width: 80%;
}

.page-info.far {
    position: absolute;
    right: 45%;
    width: 45%;
}

.page-info.near .page-text {
    width: 45%;
}

.page-info.middle {
    top: 10%;
    right: 15%;
    width: 50%;
}


.page-text {
    position: absolute;
    margin-left: 5%;
    width: 30%;
}

.page-screenshot > img {
    width: 100%;
}

.panel-left {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
}

.graph1 {
    left: 15% !important;
    width: 45% !important;
}
.pie {
    top: 14% !important;
    width: 22% !important;
}

.graph2-image {
    opacity: 0;
    left: 40% !important;
    width: 35% !important;
}


.world {
    width: 60% !important;
}
.world-bottom {
    position: absolute;
    top: 95%;
    width: 100%;
    height: 30%;
}
.site1 {
    left: 3% !important;
    width: 10% !important;
}
.site2 {
    left: 18% !important;
    width: 9% !important;
}
.site3 {
    left: 20% !important;
    width: 8% !important;
}
.site4 {
    left: 34% !important;
    width: 10% !important;
}

.monitor-image {
    top: 13% !important;
    left: 47% !important;
    width: 50% !important;
}
.monitor-frame {
    top: 13% !important;
    left: 47% !important;
    width: 50% !important;
}
.monitor-site {
    top: 70% !important;
    width: 30% !important;
}

.numbers-area {
    box-sizing: border-box;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.numbers-area > div {
    margin: -5% 5% 5% 5%;
}

.contact-page {
    box-sizing: border-box;
    background-color: #fff;
    color: #012c3d;
    width: 100%;
    padding: 2% 5% 0% 5%;
    height: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.languages {
    display: inline;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 10px;
    overflow: hidden;
}

.language {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4.2em;
    height: 2.2em;
    line-height: 2.2;
    text-align: center;
    font-size: 12pt;
    text-decoration: none;
    color: #012c3d;
}

/* .language.selected {
    background-color: #012c3d;
    color: #fff;
} */
.contact-info {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 50%;
    height: 100%;
}

.contact-form {
    position: absolute;
    right: 60%;
    top: 5%;
    width: 38%;
    height: 90%;
}

.contact-page table {
    position: relative;
    width: 100%;
}

.contact-page td {
    padding-left: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

.contact-page input {
    width: 100%;
}

.contact-div .input-label {
    /*color: #a7a7b4;*/
    color: #012c3d;
    margin-bottom: 2px;
    margin-top: 4%;
}

.contact-page textarea {
    width: 100%;
    height: 4rem;
    margin-bottom: 10px;
    resize: none;
}

#part1 .page-text {
    position: absolute;
    margin-left: 0;
    width: 100%;
}

input, textarea {
    /*color: #ffffff;*/
    color: #015d7d;
    outline: none;
    position: relative;
    padding-top: 0px;
    padding-bottom: 4px;
    //padding-left: 1em;
    text-indent: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    /*border-bottom: 1px solid #ffffff;*/
    border-bottom: 1px solid #012c3d;
}

input:focus, textarea:focus {
    border-bottom: 1px solid #f9b233;
}

input:invalid {
    border-bottom: 1px solid #ff3338;
}

input::placeholder {
    color: #ffffff;
}

input::-ms-input-placeholder {
    color: #ffffff;
}


footer {
    /*background-color: #012c3d;
    color: #ffffff;
    */
    background-color: #fff;
    color: #012c3d;
    font-size: 85%;
    text-align: center;
    padding: 22px;
}

.gif {
    animation-name: gif;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;



}

/* #img1 {
    animation-delay: 1s;
  } */
#img2 {
    animation-delay: 5s;
  }


  /* #cf4a img:nth-of-type(3) {
    animation-delay: 2s;
  }
  #cf4a img:nth-of-type(4) {
    animation-delay: 0;
  } */

@keyframes gif {
    0% {
    opacity:1;
  }
  45% {
  opacity:1;
  }
  55% {
  opacity:0;
  }
  100% {
  opacity:0;
  }
  }



.monitor-image {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.layer-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 120%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#part1 .layer-image {
    height: 220%;
}

.layer-image-high {
    height: 280%;
}

.layer-image-clip {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.cover {
    background-color: #012c3d;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
}

.cover img {
    position: absolute;
    top: 1.6%;
    left: 26px;
    height: 9%;
    min-height: 48px;
}

.fade-out {
    -webkit-animation: fadeOut 1s linear;
    -moz-animation: fadeOut 1s  linear;
    -o-animation: fadeOut 1s  linear;
    animation: fadeOut 1s  linear;
}


@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.customers {
    position: relative;
    right: 5%;
    overflow-x: hidden;
    width: 100%;
    z-index: 30;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.customer {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 140px;
    height: 140px;
    margin: 8px;
    background-color: #ffffff;
    border-radius: 10%;
   /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 4px 4px rgb(0 0 0 / 10%);*/
}

.customer:hover {
    filter: drop-shadow(5px 5px 5px #E5e5e5);

}

.customer-logo {
    display: flex;;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.customer-logo > img {
    width: 100%;
}

.alert {
    display: none;
    font-size: 80%;
    color: #f00;
}

@media (max-width: 1400px) {
    .customer {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 1300px) {
    .customer {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 32px;
    }

    .page-text {
        font-size: 24px;
    }

    #part4 .page-text {
        font-size: 18px;
    }

    #part9 .page-text {
        font-size: 22px;
    }

    .customer {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 1100px) {
    #part4 .page-text {
        font-size: 16px;
    }
    #part9 .page-text {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 30px;
    }

    .page-text {
        font-size: 22px;
    }

    #part4 .page-text {
        font-size: 15px;
    }

    #part9 .page-text {
        font-size: 18px;
    }

    .customer {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 860px) {
    h2 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 26px;
    }

    .page-text {
        font-size: 16px;
    }

    #part4 .page-text {
        font-size: 14px;
    }

    .monitor-image {
        top: 50% !important;
    }
    .monitor-frame {
        top: 50% !important;
    }
}

@media (max-width: 760px) {
    .customer {
        width: 90px;
        height: 90px;
    }

    .contact-info {
        position: absolute;
        right: 7%;
        top: 80%;
        width: 90%;
        height: 50%;
        font-size: 60%;
    }

    .contact-form {
        position: absolute;
        right: 3%;
        top: 0;
        width: 90%;
        height: 50%;
        font-size: 80%;
    }
}

@media (max-width: 620px) {
    h2 {
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 8px;

    }

    h1 {
        font-size: 22px;
    }

    .page-text {
        font-size: 14px;
    }

    #part9 .page-text {
        font-size: 12px;
    }

}


@media (max-width: 620px) and (min-aspect-ratio: 1/1){
    h2 {
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 4px;

    }

    h1 {
        font-size: 14px;
    }

    .page-text {
        font-size: 10px;
    }
    #part9 .page-text {
        font-size: 10px;
    }

    .customer {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .header-logo {
        height: 32%;
        min-height: 38px;
    }
    .cover img {
        height: 4.5%;
        min-height: 38px;
    }


    h2 {
        font-size: 16px;
    }

    h1 {
        font-size: 21px;
    }

    .page-text {
        font-size: 14px;
    }
    #part9 .page-text {
        font-size: 12px;
    }

    .customer {
        width: 70px;
        height: 70px;
    }
}


@media (max-width: 350px) {
    button {
        font-size: 12px;
        padding: 4px 12px;
    }

    .page-text {
        font-size: 12px;
    }
    #part9 .page-text {
        font-size: 12px;
    }
}

@media (max-aspect-ratio: 4/3) {
    .page-info.near .page-text {
        width: 90%;
    }

    .monitor-site {
        top: 65% !important;
        left: 18% !important;
        width: 30% !important;
    }

    .graph1 {
        left: 30% !important;
        width: 65% !important;
    }
    .graph2-image {
        left: 10% !important;
        width: 42% !important;
        margin-top: -3%;
    }

    .pie {
        top: 30% !important;
    }

    .page-info.far {
        right: 5%;
        width: 90%;
    }
}

@media (max-aspect-ratio: 3/4) {
    .graph1 {
        margin-top: 30%;
    }

    .graph2-image {
        margin-top: 5%;
    }

    .pie {
        top: 45% !important;
    }

    .world {
        width: 100% !important;
    }
    .site1 {
        left: 12% !important;
        width: 13% !important;
    }
    .site2 {
        left: 37% !important;
        width: 12% !important;
    }
    .site3 {
        left: 40% !important;
        width: 11% !important;
    }
    .site4 {
        left: 64% !important;
        width: 13% !important;
    }

    .monitor-image {
        top: 63% !important;
        left: 25% !important;
        width: 70% !important;
    }
    .monitor-frame {
        top: 63% !important;
        left: 25% !important;
        width: 70% !important;
    }
    .monitor-site {
        top: 80% !important;
        left: 10% !important;
        width: 40% !important;
    }

    .page {
        height: 85%;
    }

    .panel-left {
        height: 85%;
    }

    .page-text {
        margin-top: 5%;
    }

    #part9.page {
        height: 120%;
    }
}

@media (max-aspect-ratio: 2 / 3) {
    .graph1 {
        margin-top: 20%;
    }

    .graph2-image {
        margin-top: 10%;
    }

    #part4 .page-text {
        font-size: 12px;
    }

}

@media (max-aspect-ratio: 1/2) {
    .graph1 {
        margin-top: 35%;
    }

    .graph2-image {
        margin-top: 15%;
    }

    .page-info.middle {
        top: 10%;
    }

    .world-bottom {
        top: 80%;
    }

    .graph1 {
        left: 30% !important;
        width: 65% !important;
    }
    .pie {
        top: 45% !important;
        width: 22% !important;
    }

    #part4 .page-text {
        font-size: 12px;
    }

    .monitor-image {
        top: 73% !important;
        left: 25% !important;
        width: 70% !important;
    }
    .monitor-frame {
        top: 73% !important;
        left: 25% !important;
        width: 70% !important;
    }
    .monitor-site {
        top: 85% !important;
        left: 10% !important;
        width: 40% !important;
    }

}

@media (max-width: 760px) and (min-aspect-ratio: 4 / 5) {
    #part9.page {
        height: 160%;
    }
}

@media (max-width: 400px) {
    #part9.page {
        height: 160%;
    }
}


/* The popup form - hidden by default */

.bg-popup {
    opacity: 1;
    background-color: hsla(0,0%,100%,.7);
    backdrop-filter: blur(10px);
       width: 100%;
    height: 150%;
    position: absolute;
    top: 0%;
}

.form-popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  
  /* Add styles to the form container */
  .form-container {
    width: 40%;
    height: 95%;
    padding: 10px;
    border-radius: 25px;
    background-color: white;
    position: absolute;
    top: 2%;
    right: 30%;
  }
  
  /* Full-width input fields
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  } */
  
  /* When the inputs get focus, do something
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
   */
  /* Set a style for the submit/login button */
  .form-container .btn {
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 10%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: white;
    color: #012c3d ;
 }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }



/* chart animation */

