/* hebrew */
@font-face {
    font-family: 'Miriam Libre';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_fZZP-b-i3999i.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin-ext */
@font-face {
    font-family: 'Miriam Libre';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_faZP-b-i3999i.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Miriam Libre';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Miriam Libre Regular'), local('MiriamLibre-Regular'), url(https://fonts.gstatic.com/s/miriamlibre/v6/DdTh798HsHwubBAqfkcBTL_fZ5P-b-i39w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    color: #42515a;
    font-size: 16px;
    background-color: #fff;
    direction: rtl;
    text-align: right;
    font-family: 'Miriam Libre', sans-serif;
}

/* Typo */

/* Global */
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1020px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.align-items-bottom {
    align-items: flex-end;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.text-left {
    text-align: left;
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #c1d82f;
    padding: 13px 15px;
    line-height: 24px;
    border-radius: 10px;
    background-color: #20a4bb;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 20px;
}

.btn:focus, .btn:hover {
    text-decoration: none;
    background-color: #364249;
    color: #fff;
}

.btn span {
    font-weight: 400;
}

.mb40 {
    margin-bottom: 40px;
}

.text-green {
    color: #c1d82f;
}

.wrap {
    position: relative;
    padding: 50px 0;
}

.wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: url(../img/bg.png) no-repeat center top;
    background-size: cover;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    z-index: -1;
}

.logo, .logo-blender {
    width: 240px;
    display: block;
    margin: 0 auto 30px 0;
}

h1 {
    color: #005a68;
    font-size: 54px;
    line-height: 1.1;
    max-width: 550px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

h1 small {
    display: block;
    color: #42515a;
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
}

ul li {
    padding-right: 24px;
    position: relative;
    color: #20a4bb;
}

ul li::before {
    position: absolute;
    content: '';
    right: 0;
    top: 14px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c1d82f;
}

.feature-item {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #005a68;
}

.feature-item img {
    max-width: 100%;
    display: block;
    margin: 0 0 10px;
}

.footer {
    margin: 20px 50px;
    color: #20a4bb;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .wrap::before {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
    }

    h1 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }

    ul, .feature-item {
        font-size: 18px;
    }

    ul li::before {
        top: 12px;
        width: 10px;
        height: 10px;
    }

    .feature-item {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .col-lg-5, .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-2 {
        -ms-flex-order: 1;
        order: 1;
    }

    .logo, .logo-blender {
        margin: 0 0 30px auto;
    }

    h1 {
        text-align: right;
    }
    .footer {
        margin: 20px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-20 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .text-left {
        text-align: right;
    }

    .footer {
        margin-top: 0;
    }

    .wrap {
        padding: 40px 0 30px;
    }
}