@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap');

html[lang="he"] * {
    direction: rtl;
    font-family: 'Rubik', sans-serif !important;
    text-align: right;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

html * {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
}

.site-header {
    background-image: linear-gradient(180deg, #001A27 0%, #002B41 100%);

}

.header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    max-width: 1200px;
    margin: auto;
}

.logo {
    width: 100%;
    max-width: 145px;
    margin-right: 58px;
    flex: 1;
}

.header-menu {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header-nav ul li a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.header-nav ul li {
    margin-right: 40px;
}

.header-languages ul li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    color: #c0c2d3;
    margin-left: 24px;
    cursor: pointer;
    text-decoration: none !important;
}

.header-languages ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.header-languages ul li.active a {
    color: #fff;
    border-bottom: 2px solid;
    border-bottom: 1px solid #efb509;
    text-decoration: none !important;
}

.header-languages li+a {
    display: none;
}

.top-banner-container {
    width: 100%;
    height: 850px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url('../img/landing/top-banner.png');
    border-bottom: 2px solid #efb509;
    border-top: 2px solid #efb509;
}

.top-banner-headline {
    width: 100%;
    max-width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 197px;
    margin: auto;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #fff;
    text-align: center !important;
}

.mission-sec,
.price-packages-sec {
    width: 100%;
    padding: 96px 0;
    background-image: linear-gradient(to bottom, #001a27, #01293d);
}

.mission-sec-container {
    max-width: 795px;
    margin: auto;
}

.lp-title {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: max-content;
    margin: auto;
    border-bottom: 2px solid #efb509;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.lp-text {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    color: #c0c2d3;
    font-size: 16px;
}

.lp-text p {
    margin-bottom: 2em;
}

.mission-image {
    margin-top: 24px;
    margin-bottom: 22px;
}

.mission-subtitl {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #efb509;
    width: 100%;
    max-width: max-content;
    margin: auto;
}

.about-sec {
    padding: 96px 0;
    background-color: #0e2c47;
}

.about-sec-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.about-sec-left {
    max-width: 592px;
    width: 100%;
    flex: 1;
    margin-right: 16px;
}

.about-sec-image {
    width: 592px;
    height: 391px;
    object-position: center;
    object-fit: cover;
}

.about-sec-image img {
    width: 100%;
}

.mobile-app-sec {
    padding: 96px 0;
    background-image: linear-gradient(to bottom, #12375a 0%, #0e2c47 100%);
}

.mobile-app-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.mobile-app-text.lp-text {
    max-width: 295px;
    color: #efb509;
    margin: auto;
    text-align: center;
    margin-bottom: 24px;
}

.mobile-app-links a {
    display: inline-block;
    margin: 0 8.5px;
}

.priceing-packages {
    display: flex;
    ;
    justify-content: center;
    align-items: center;
}

.pp-item {
    width: 304px;
    max-width: 304px;
    height: 313px;
    flex-grow: 0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(136deg, #11394e, #124762);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 16px;
    position: relative;
    transition: all 0.3s ease-in;
    position: relative;
    border-radius: 10px;
    margin: 0 8px;

}

.pp-item-type {
    width: 100%;
    max-width: max-content;
    flex-grow: 0;
    margin: 21px auto 18px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #efb509;
    text-transform: uppercase;
    padding-top: 10px;
}

.pp-item.bonus .pp-item-price {
    font-family: Roboto;
    font-size: 24px;
    text-align: center;
    color: #efb509;
    text-transform: uppercase;
}

.pp-item-price {
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(239, 181, 9, 0.5);
}

.pp-item-text {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #c0c2d3;
    padding: 0 24px;
    margin-top: 30px;

}

.pp-item-price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-item-price-left {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #efb509;
}

.pp-item-price-right {
    font-size: 20px;
    line-height: 1.05;
    color: #efb509;
    margin: 0 8px;
}

.pp-item-footer {
    width: 100%;
    max-width: max-content;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #efb509;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;

}

.pp-item {
    width: 390px;
    max-width: 390px;
    height: 368px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(133deg, #1d4d65, #124762);
    position: relative;
}


.pp-item::before {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    background-color: #efb509;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact-sec {
    width: 100%;
    padding: 96px 0;
    background-color: #0e2c47;
}

.contact-conatiner {
    max-width: 592px;
    margin: auto;
    flex-grow: 0;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 #00000040;
    border: solid 1px #00537a;
    background-image: linear-gradient(139deg, #11394e, #124762 100%);
}

.contact-form form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.contact-form form .form-group,
.contact-form form label {
    margin-bottom: 0;
}

.contact-form form .form-group {
    width: 100%;
}

.contact-form form label {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.29px;
    color: #676979;
    margin-top: 9px;
}

.contact-form form input {
    width: 100%;
    height: 50px;
    padding: 14px 16px;
    border-radius: 5px;
    background-color: #ffffff19 !important;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
}



.contact-form form textarea {
    width: 100%;
    height: 98px;
    flex-grow: 0;
    padding: 14px 16px;
    border-radius: 5px;
    background-color: #ffffff19 !important;
    resize: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
}

.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form input:active,
.contact-form form textarea:active {
    border: none;
    color: #fff;
    box-shadow: none;
    outline: none !important;
    font-family: Roboto;
    font-size: 16px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    line-height: 1.38;
    letter-spacing: -0.39px;
    color: #C7C8CF;
    font-family: Roboto;
    font-size: 16px;
}

.contact-form form input[type='submit'] {
    width: 185.3px;
    height: 50px;
    flex-grow: 0;
    margin: 32px 163.4px 0;
    padding: 15px 40.6px 16px 41.6px;
    border-radius: 5px;
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.25);
    background-color: #EFB509 !important;
    font-weight: bold;
    letter-spacing: -0.32px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    line-height: 1.38;
    letter-spacing: -0.39px;
    color: #C7C8CF;
    font-family: Roboto;
}

.contact-form form input[type='submit'] {
    width: 185.3px;
    height: 50px;
    flex-grow: 0;
    margin: 32px 163.4px 0;
    padding: 15px 40.6px 16px 41.6px;
    border-radius: 5px;
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.25);
    background-color: #EFB509;
    font-weight: bold;
    letter-spacing: -0.32px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.site-footer {
    width: 100%;
    background-color: #001C2A;
}

.footer-menu-sec {
    border-bottom: 1px solid #3c4257;
    padding-bottom: 16px;
}

.footer-menu-sec {
    text-align: center;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0 41px 0;

}

.footer-menu ul li a {
    margin: 0 12px;
    line-height: 1.19;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-links-headline {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer-links a {
    display: inline-block;
    margin: 0 8.5px;
    text-align: center !important;
}

.footer-links {
    text-align: center !important;
}

.footer-links-headline {
    text-align: center !important;
}

.footer-copyriight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    max-width: 1200px;
    margin: auto;
}

.footer-copyriight-left {
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 1.64;
    color: #efb509;
}

.footer-copyriight-right span {
    font-size: 14px;
    line-height: 1.64;
    color: #c0c2d3;
    display: inline-block;
    margin: 0 16px;
}

.pp-item:hover {
    transform: scale(1.1);
    z-index: 999 !important;
}

.pp-item.monthly {
    z-index: 3 !important;
}

.pp-item.unlimited {
    z-index: 2;
}

.pp-item.unlimited:after {
    z-index: 2;
}



#mob-menu-btn,
#close-menu {
    display: none;
}

.price-packages-container {
    position: relative;
}



.pp-item-footer-out {
    position: absolute;
    bottom: -32px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #C0C2D3;

}

@media screen and (max-width:768px) {

    .header-container {
        flex-direction: row-reverse;
    }

    .header-nav ul,
    .header-menu {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header-menu {
        transform: translateX(-150%);
        flex: 0;
        left: 0;
        z-index: 999;
        max-width: 270px;
        height: 100vh;
        background: #0E2C47;
        box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in;
        top: 0;
        padding: 104px 24px 0 24px;
    }

    .logo {
        width: 100%;
        max-width: 145px;
        margin-right: 58px;
        flex: 1;
    }

    #mob-menu-btn,
    #close-menu {
        display: block;
    }

    .logo {
        width: 100%;
        max-width: calc(100% - 16px);
        margin: 0 auto;
        text-align: center;
    }

    .logo a {
        display: inline-block;
        width: 100%;
        max-width: 150px;
        margin: auto;
    }

    .site-header,
    .logo {
        position: relative;
    }

    .header-container {
        height: 96px;
    }

    .header-menu {
        position: absolute;
    }

    #mob-menu-btn {
        position: absolute;
        left: 0;
    }

    .header-menu.open {
        transform: translateX(0);
    }

    .header-nav ul li {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .header-nav {
        width: 100%;
        border-bottom: 1px solid #3C4257;
    }

    .header-languages ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 32px;
    }

    .header-languages ul li {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.43px;
        text-align: center;
        color: #c0c2d3;
        margin-left: 0;
        margin-bottom: 24px;
    }

    #close-menu {
        position: absolute;
        top: 36px;
        right: 28px;
    }

    body.open {
        overflow: hidden;
    }

    /* enfd of header mobile*/
    .top-banner-container {
        width: 100%;
        height: 560px;
        max-width: 100%;
        position: relative;
    }

    .top-banner-container:before {
        width: 100%;
        height: 50%;
        content: '';
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        /*top: 0;*/
        bottom: 0;
        margin: auto;
        background: linear-gradient(180deg, rgba(14, 44, 71, 0) 0%, rgba(14, 44, 71, 0.8) 100%);
        mix-blend-mode: multiply;
    }


    .top-banner-headline {
        text-align: center;
        max-width: calc(100% - 32px);
        margin: auto;
        bottom: 64px;
        text-transform: uppercase;
        font-size: 31px;
        text-align: center;
    }

    .about-sec-container,
    .mission-sec-container,
    .contact-conatiner,
    .mobile-app-container {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: calc(100% - 32px);
        margin: auto;
    }

    .about-sec-image,
    .about-sec-left {
        width: 100%;
        height: auto;
        object-position: center;
        object-fit: cover;
        margin: auto;
    }

    .about-sec,
    .mission-sec,
    .mobile-app-sec,
    .price-packages-sec,
    .contact-sec {
        padding: 56px 0;
    }

    .lp-title {
        font-size: 24px;
    }

    .mobile-app-links a {
        display: block;
        margin: 0 8.5px;
        margin-bottom: 24px;
    }

    .mobile-app-links a:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .priceing-packages {
        overflow-x: auto;
        padding-bottom: 24px;
        position: relative;
    }

    .pp-item {
        min-width: 218px;
        border-radius: 10px;
        max-height: 298px;
    }

    .pp-item.unlimited {
        margin: 0 24px;
    }

    .pp-item.bonus {
        margin-left: calc(100% + 24px);
    }

    .pp-item.monthly {
        margin-right: 24px;
    }

    .pp-item-type {
        width: 100%;
        margin: auto;
        margin-bottom: 8px;
        margin-top: 14px;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #efb509;
        text-transform: uppercase;
        padding-top: 0;
    }

    .pp-item:hover {
        transform: scale(1);
    }

    .pp-item.bonus .pp-item-price {

        font-size: 18px;
    }

    .pp-item-price {
        padding-bottom: 16px;
    }

    .priceing-packages::-webkit-scrollbar {
        height: 5px;
    }

    .priceing-packages::-webkit-scrollbar-thumb {
        background-color: #efb509;
        border-radius: 3px;
    }

    .priceing-packages::-webkit-scrollbar-track-piece:end {
        margin-right: 50px;
    }

    .priceing-packages::-webkit-scrollbar-track-piece:start {
        margin-left: 50px;
    }

    .footer-menu ul {

        padding: 32px 0 16px;
        flex-direction: column;
    }

    .footer-menu ul li {
        margin-bottom: 16px;
    }

    .footer-links a {
        display: block;
        margin: 0;
        margin-bottom: 24px;
    }

    .footer-copyriight {
        flex-direction: column-reverse;
        padding: 24px 16px;
    }

    .footer-copyriight-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 18px;
    }

    .footer-copyriight-right span {
        font-size: 14px;
        line-height: 1.64;
        color: #c0c2d3;
        display: inline-block;
        margin: 0;
    }

    .pp-item-price-left {
        font-size: 24px;
    }

    .pp-item-price-right {
        font-size: 16px;
    }

    .pp-item-text {
        padding: 0 16px;
    }

    .pp-item.unlimited {
        margin-left: 88%;
    }

    .pp-item:not(.unlimited) {
        margin-right: 19%;
    }

    .pp-item.active {
        transform: scale(1.1);
        height: 328px;
    }

    .priceing-packages {
        overflow-x: auto;
        padding-bottom: 24px;
        position: relative;
        min-height: 400px;
        transition: all 0.3s ease-in;
    }

    .price-packages-container::before {

        background: #123D54;
        border-radius: 4px;
        content: '';
        display: flex;
        width: 74%;
        height: 7px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -1px;
        position: absolute;
    }

    .pp-item-footer-out {
        font-size: 16px;
    }

    #price-packages {
        position: relative;
        z-index: 9;
    }

    .price-packages-inner {
        position: absolute;
        z-index: 999;
        display: block;
        height: 100%;
        width: 100%;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

}

/* hebrew */

html[lang="he"] .logo {
    margin-right: 0;
    margin-left: 58px;
}



html[lang="he"] .about-sec-left {
    margin-right: 0;
    margin-left: 16px;
}

/* html[lang="he"] .header-languages ul li a {
    margin-left: 0;
    margin-right: 24px;
} */



@media screen and (max-width:768px) {
    html[lang="he"] .logo {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    html[lang="he"] #mob-menu-btn {
        position: absolute;
        left: auto;
        right: 0;
    }

    html[lang="he"] .header-menu {
        transform: translateX(150%);
        left: auto;
        right: 0;
    }

    html[lang="he"] .header-menu.open {
        transform: translateX(0);
    }

    html[lang="he"] #close-menu {
        right: auto;
        left: 28px;
    }

    html[lang="he"] .header-languages ul li {
        margin-left: 0;
        margin-right: 0;
    }

    html[lang="he"] .pp-item.bonus {
        margin-left: 0;
        margin-right: calc(100% + 24px);
    }

    html[lang="he"] .pp-item.monthly {
        margin-right: 0;
        margin-left: 24px;
    }

    html[lang="he"] .pp-item {
        border-radius: 10px !important;
    }

    html[lang="he"] .about-sec-left {
        margin-right: 0;
        margin-left: 0;
    }

    html[lang="he"] .pp-item.unlimited {
        margin-left: 24px;
        margin-right: 88%;
    }

    html[lang="he"] .pp-item:not(.unlimited) {
        margin-right: 0;
        margin-left: 19%;
    }
}

#to-top {
    position: fixed;
    right: 40px;
    bottom: 28px;
    z-index: 9999;
}

html[lang="he"] #to-top {
    right: auto;
    left: 40px;
}


@media screen and (max-width:768px) {
    #to-top {
        right: -16px;
        bottom: 0;
    }

    html[lang="he"] #to-top {
        right: auto;
        left: -16px;
    }

}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.page-main .help-block {
    font-size: 13px;
}

/* hover effects */

.header-nav ul li a:hover,
.footer-menu ul li a:hover {
    border-bottom: 2px solid #EFB509;
}

#to-top:hover svg {
    filter: brightness(1.30)
}

.mobile-app-links a:hover img,
.footer-links a:hover img {
    filter: brightness(1.30)
}

.contact-form form input[type='submit'] {
    transition: background-color 0.3s ease;
}

.contact-form form input[type='submit']:hover {
    background-color: #FFC929 !important;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    border: 1px solid #EFB509 !important;
}

.contact-form form input[aria-invalid="true"],
.contact-form form textarea[aria-invalid="true"] {
    border-color: #a94442 !important;
}

.has-success .control-label {
    color: #C0C2D3 !important;
    letter-spacing: -0.0241176em;
    font-size: 14px;
    line-height: 17px;
}

/* signin button */

.header-languages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: max-content;
}

.login {
    width: 100%;
    max-width: max-content;
}

.login a {
    height: 50px;
    width: 185px;
    background: #EFB509;
    box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    transition: all 0.3s ease-in;
}

.login a:hover {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #FFC929 !important;

}

 .login a {
    margin-left: 48px;
 } 
html[lang="he"] .login a {
   margin-right: 48px;
   margin-left: 0;
}

@media screen and (max-width:980px) {
    .login {
        display: none;
    }
    
    .header-languages ul li a {
        margin-left: 0;
    }
}