/*!
Theme Name: smartlending
Theme URI: https://concept1.co.il/
Author: Roman Dydnuk
Author URI: http://dudnyk.rb@gmail.com
Description: This is wordpress theme made by Concept1. The url: <a target=\"_blank\" href=\"https://concept1.co.il/\">Concept1</a>
Version: 1.0.0
*/

/*
* Description: This is the main style that is used in all languages.
*              The /--- (Example text) ---/ allow you to navigate in file.
*              Comments tells about the code where it used.
*/

/*---------------- Import fonts.css ------------------*/

@import "fonts.css";

/*-------------- End import fonts.css ----------------*/
/*----------------------------------------------------*/
/*------------------- Default code -------------------*/


/*special color and sizes*/

:root {

    /*The colors (cr - to find by search)*/

    /*The background (bg - to find by search)*/

    /*The text sizes (sz - to find by search)*/

    /*Post sizes*/

}

* {
    box-sizing: border-box;
}

/*rest of all not standard style for texts*/

::placeholder, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
menu, nav, output, ruby, section, summary,
time, mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    appearance: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-rendering: optimizeLegibility;
    text-decoration: inherit;
    color: inherit;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'ploni', sans-serif;
    font-style: normal;
    font-weight: normal;
    /*background: #111C3F;*/
}
body .container {
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body section {
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
}
body .site-main {
    /*background-image: url("");*/
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    max-width: 2600px;
    width: 100%;
    margin: 0 auto;
}
body img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.7s ease-in-out;
}
body select, body input, body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Chrome and other browsers*/
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
body select::-ms-expand {
    display: none;
}
body input[type="submit"] {
    cursor: pointer;
}
body .wpcf7-spinner,
body .wpcf7 form .wpcf7-response-output,
body .wpcf7-not-valid-tip,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
body .mob {
    display: none;
}
body .fancybox-container {
    z-index: 9999999 !important;
}
body.stop {
    overflow: hidden;
}
body .woocommerce {
    width: 100%;
}
body #primary {
    position: relative;
    padding: 0;
    z-index: 1;
}

/*------------------ End default code ----------------*/
/*----------------------------------------------------*/
/*------------------- Header code --------------------*/



/*----------------- End header code ------------------*/
/*----------------------------------------------------*/
/*-------------------- page code ---------------------*/


#banner {
    padding-top: 113px;

    @media only screen and (max-width: 991px) {
        padding-top: 20px;
    }

    .container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: calc(1280px + 60px);
        padding: 0 30px;
        overflow: visible;
        position: relative;

        @media only screen and (max-width: 991px) {
            flex-direction: column-reverse;
            align-items: center;
        }

        @media only screen and (max-width: 600px) {
            padding: 0 10px;
        }
    }

    .logo {
        display: flex;
        position: absolute;
        width: 158px;
        height: auto;
        right: 30px;
        top: -45px;
        margin-bottom: 27px;

        @media only screen and (max-width: 1440px) {
            width: 122px;
        }

        @media only screen and (max-width: 991px) {
            position: relative;
            top: unset;
            right: unset;
            margin: 0 0 0 auto;
        }

        @media only screen and (max-width: 600px) {
            width: 77px;
        }
    }

    .content {
        color: #111C3F;
        font-weight: 400;
        font-size: 32px;
        line-height: 1.2;
        text-align: right;
        padding-top: 50px;
        text-wrap: pretty;

        @media only screen and (max-width: 1440px) {
            font-size: 28px;
        }

        @media only screen and (max-width: 1240px) {
            font-size: 24px;
        }

        @media only screen and (max-width: 991px) {
            text-align: center;
        }

        @media only screen and (max-width: 600px) {
            padding-top: 10px;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            line-height: 1.2;

            @media only screen and (max-width: 660px) {
                line-height: .9;
            }
        }

        h1 {
            font-size: 55px;
            margin-bottom: .6em;

            @media only screen and (max-width: 1440px) {
                font-size: 50px;
            }

            @media only screen and (max-width: 1240px) {
                font-size: 44px;
            }

            @media only screen and (max-width: 768px) {
                font-size: 34px;
            }

            @media only screen and (max-width: 400px) {
                font-size: 30px;
            }
        }

        p {
            @media only screen and (max-width: 991px) {
                display: none;
            }
        }

        strong {
            font-weight: 700;
        }

        .buttons-banner {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            margin-top: 16px;

            @media only screen and (max-width: 991px) {
                display: none;
            }

            @media only screen and (max-width: 600px) {
                margin-top: 5px;
            }
        }
    }

    .thumbnail {
        @media only screen and (max-width: 1240px) {
            max-width: 440px;
        }

        @media only screen and (max-width: 1120px) {
            max-width: 400px;
        }

        @media only screen and (max-width: 600px) {
            max-width: 310px;
        }
    }
}

#items {
    margin-top: 92px;
    padding: 60px 0;
    background: #E9EBFA;

    @media only screen and (max-width: 1440px) {
        margin-top: 60px;
        padding: 30px 0;
    }

    @media only screen and (max-width: 991px) {
        margin-top: 40px;
    }

    .title-cn {
        font-weight: 500;
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
        color: #111C3F;
        text-wrap: balance;
        margin-bottom: 73px;

        @media only screen and (min-width: 992px) and (max-width: 1280px) {
            margin-bottom: 40px;
        }

        @media only screen and (max-width: 1440px) {
            font-size: 34px;
        }

        @media only screen and (max-width: 991px) {
            max-width: 500px;
            margin-inline: auto;
        }

        @media only screen and (max-width: 768px) {
            font-size: 28px;
        }

        @media only screen and (max-width: 400px) {
            font-size: 22px;
        }
    }

    .container {
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 60px;
        overflow: visible;

        @media only screen and (min-width: 992px) and (max-width: 1280px) {
            zoom: .8;
        }

        @media only screen and (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media only screen and (max-width: 768px) {
            display: flex;
            flex-direction: column;
            max-width: 500px;
            padding: 0 14px;
        }

        @media only screen and (max-width: 350px) {
        }

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 145px;
            box-shadow: 0 1.6px 3.19px 0 #6C6C6C1F;
            border-radius: 10px;
            padding: 50px 5px 18px;
            background: #FFFFFF;
            color: #111C3F;
            font-weight: 400;
            font-size: 22px;
            line-height: 1.2;
            text-align: center;
            position: relative;
            border: 1.6px solid #E3E4FF;

            h3 {
                font-size: 28px;
                font-weight: 700;
                line-height: .8;
                margin-bottom: 4px;

                @media only screen and (max-width: 900px) {
                    font-size: 22px;
                }

                @media only screen and (max-width: 370px) {
                    font-size: 20px;
                }
            }

            @media only screen and (max-width: 900px) {
                font-size: 18px;
                min-height: 107px;
            }

            @media only screen and (max-width: 350px) {
                font-size: 16px;
            }

            .icon {
                position: absolute;
                top: 0;
                right: 50%;
                transform: translate(50%, -50%);
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    .text-cn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
        color: #111C3F;
        margin-top: 73px;

        &.mob {
            display: none;
        }

        @media only screen and (max-width: 991px) {
            &.desk {
                display: none!important;
            }
            &.mob {
                display: flex!important;
            }
        }

        @media only screen and (max-width: 900px) {
            font-size: 18px;
            margin-top: 40px;
        }

        @media only screen and (max-width: 350px) {
            font-size: 16px;
        }

        h3 {
            font-size: 28px;
            font-weight: 700;
            line-height: .8;
            margin-bottom: 20px;

            @media only screen and (max-width: 900px) {
                font-size: 22px;
                margin-bottom: 12px;
            }

            @media only screen and (max-width: 370px) {
                font-size: 20px;
            }
        }

        .buttons-banner {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            margin-top: 16px;

            @media only screen and (max-width: 600px) {
                margin-top: 5px;
            }
        }

        .button {
            margin-top: 12px;
        }
    }
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;

    @media only screen and (max-width: 660px) {
        margin-top: 20px;
    }

    .info {
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        margin-inline: auto;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
        text-align: start;
        color: #111C3F;
        text-wrap: pretty;

        @media only screen and (max-width: 768px) {
            font-size: 16px;
        }

        @media only screen and (max-width: 600px) {
            font-size: 14px;
            padding: 0 16px;
        }

        a {
            text-decoration: underline;
        }
    }

    .buttons {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
        height: 43px;
        background: #FFFFFF;
        margin-top: 20px;
        width: 100%;

        a {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.1;
            text-align: right;
            vertical-align: middle;
        }
    }
}

.button {
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 198px;
    padding-inline: 30px;
    width: fit-content;
    height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15.86px;
    line-height: 100%;
    text-align: center;
    background: #FF4E31;
    margin-inline: auto;

    @media only screen and (max-width: 991px) {
        display: flex;
    }
}


/*------------------ End page code -------------------*/
/*----------------------------------------------------*/
/*--------------- Fixed elements code ----------------*/

/*Captcha*/

.grecaptcha-badge {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/*whatsapp*/

/*colphone*/

/*------------- End Fixed elements code --------------*/
/*----------------------------------------------------*/
/*-------------- Animate elements code ---------------*/

/*------------ End Animate elements code -------------*/
/*----------------------------------------------------*/


body .site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body #primary {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
}
