html[lang="he"]{
    font-size: 1vw;
    direction: rtl
}
html[lang="he"] .form-wrapper input {
    direction: rtl
}
html[lang="en"],
html[lang="Us-en"] {
    direction: ltr
}
html[lang="en"] .form-wrapper input,
html[lang="Us-en"] .form-wrapper input {
    direction: ltr
}
body {
    font-family: 'Almoni DL AAA';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:#000;
    background-color: #fff;
    font-size: 1vw;
    /* font-size: 16px; */
}

/* .en-font {
    font-family: "HyundaiSansText-Medium";
} */
*:focus {
    outline : 0.15rem solid #000 !important;
}

/* app */

.ny-sr-only {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    font-size: 1vw;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

svg{
    width:100%;
    height:100%;
}
.ny-img-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.ny-container {
    position: relative;
}
.ny-grey {
    color:#b3b3b3
}
.ny-black {
    color:#000;
}

/* Header */
header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
/* End Header */


/* Main */
main {
    margin-top: 0vh;
}

section {
    width: 100%;
    height: auto;
}
/* End Main */

@keyframes move {
    0%{
        background-position: -2rem;
    }
    50%{
        background-position: 10rem;
    }
    100%{
        background-position: 27rem;
    }
}
.ny-hide-on-mobile {
    display: block;
}

.ny-show-on-mobile {
    display: none;
}

@media (min-width: 1921px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 0.9vw;
    }
}

@media (max-width: 1023px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 2vw;
    }
    
    .ny-hide-on-mobile {
        display: none;
    }
    .ny-show-on-mobile {
        display: block;
    }
  
}

@media (max-width: 650px) {
    html,
    html[lang="he"],
    html[lang="en"] {
        font-size: 4vw;
    }
}
.ny-thanks{
    display: block;
    text-align: center;
    margin: auto;
    font-size: 40px;
}


/* .ny-animation-shine{
    /* background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%); */
   /* background: linear-gradient(to right, #b3b3b3 0, white 10%, #b3b3b3 20%);
    
    background-position: 0;
    background-clip: text;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:moveAnimation 2s linear;
    animation-fill-mode: forwards;
} */
/* .ny-animation-shine-1,
.ny-animation-shine-3,
.ny-animation-shine-5{
    animation-delay: 10s;
}
.ny-animation-shine-2,
.ny-animation-shine-4 {
    animation-delay: 11s;
} */
@keyframes moveAnimation {
    0%{
        background-position: -2rem;
    }
    50%{
        background-position: 3rem;
    }
    100%{
        background-position: 7.5rem;
    }
}
@keyframes move {
    0%{
        background-position: -1rem;
    }
    50%{
        background-position: 5rem;
    }
    100%{
        background-position: 8rem;
    }
}