/*!
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;
    color: #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;
}

strong {
    font-weight: 700;
}

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

#banner {
    margin-top: 97px;

    .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        margin-bottom: 54px;
        overflow: visible;
    }

    .logo {
        position: absolute;
        top: -63px;
        right: 30px;
    }

    .text {
        h2 {
            font-size: 2.39438rem;
            font-weight: 400;
            line-height: .81; /* 81.579% */
            margin-bottom: 14px;
        }

        h1 {
            font-size: 3.94013rem;
            font-weight: 700;
            line-height: .9; /* 90.416% */
            margin-bottom: 95px;
        }
    }
}

#service {
    margin-top: 54px;
    margin-bottom: 58px;

    .container {
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        gap: 21px;
    }

    .section-title {
        text-align: center;
        font-size: 2.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: .81;
        text-wrap: balance;
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 21px;
        margin-top: 27px;

        .item {
            position: relative;
            padding-top: 76px;

            .icon {
                position: absolute;
                top: 0;
                right: 50%;
                transform: translateX(50%);
            }

            .text {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 69px 12px 27px;
                border-radius: 0.35944rem;
                background: #F3F5FF;
                text-align: center;
                height: 100%;

                h3 {
                    font-size: 1.95138rem;
                    font-style: normal;
                    font-weight: 700;
                    line-height: .81;
                    margin-bottom: 20px;
                }

                p {
                    font-size: 1.5rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.06;
                }
            }
        }
    }
}

#advantages {
    background: rgba(106, 118, 221, 0.29);
    padding: 45px 0 15px;

    .container {
        max-width: calc(1040px + 60px);
        padding: 0 30px;
    }

    .section-title {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;

        h2 {
            text-align: center;
            font-size: 2.375rem;
            font-style: normal;
            font-weight: 700;
            line-height: .81; /* 81.579% */
            margin-bottom: 17px;
        }

        p {
            text-align: center;
            font-size: 1.5625rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.24; /* 124% */
        }
    }

    .inner {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 32px;

        .item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 5px 11px;
            gap: 12px;
            border-radius: 0.35944rem;
            background: #F3F5FF;
            max-width: 457px;

            .icon {
                display: flex;
                min-width: 138px;
                width: 138px;
            }

            h3 {
                text-align: right;
                font-size: 1.95138rem;
                font-style: normal;
                font-weight: 700;
                line-height: .81; /* 81.579% */
                margin-bottom: 7px;
            }

            p {
                text-align: right;
                font-size: 1.5625rem;
                font-style: normal;
                font-weight: 400;
                line-height: 1; /* 100% */
            }
        }
    }

    .info {
        margin-top: 34px;
        text-align: center;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.333; /* 133.333% */
    }
}

footer {
    background: #96F2E3;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;

    .buttons {
        display: flex;
        gap: 30px;

        a {
            display: flex;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
        }
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 300px;
    color: #111C3F;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.59175rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 1.59175rem */
    border-radius: 2.08444rem;
    background: #2EE3C0;
}

.button-duplicate {
    display: none;
    margin: 24px auto 0;
}

/*-------------- Responsive smoothing ---------------*/

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


/*------------------ 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 -------------*/
/*----------------------------------------------------*/
