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



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

#banner {
    padding-top: 114px;

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

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

        .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -62px;
            right: 30px;
			width: 126px;

            @media only screen and (max-width: 991px) {
                top: -90px;
                right: 50%;
                transform: translateX(50%);
            }
        }

        .thumbnail {
            @media only screen and (min-width: 1440px) {
                width: 50%;
            }
            @media only screen and (max-width: 1150px) {
                max-width: 450px;
            }
        }

        .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            padding-bottom: 52px;

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

            h1 {
                color: #FF4E31;
                font-weight: 700;
                font-size: 60px;
                line-height: 1;
                text-align: right;
                
                @media only screen and (max-width: 1150px) {
                    font-size: 50px;
                    text-align: center;
                }

                @media only screen and (max-width: 550px) {
                    max-width: 252px;
                }

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

            h2 {
                font-weight: 500;
                font-size: 40px;
                line-height: 1;
                text-align: right;
                color: #111C3F;

                @media only screen and (max-width: 1150px) {
                    font-size: 34px;
                    text-align: center;
                }

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

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

            .button {
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50px;
                width: 246px;
                height: 47px;
                background: #2EE3C0;
                color: #111C3F;
                font-weight: 600;
                font-size: 19px;
                line-height: 100%;
                text-align: center;
                margin-top: 30px;
            }
        }
    }
}

#advantage {
    margin-top: 150px;
	
	
    @media only screen and (max-width: 1660px) {
        margin-top: 100px;
    }

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

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
        max-width: calc(982px + 60px);
        padding: 0 30px;
    }

    .title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 40px;
        line-height: .9;
        text-align: center;

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

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

        br {
            display: none;

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

    .inner {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
        column-gap: 40px;
        margin-top: 50px;

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

        @media only screen and (max-width: 660px) {
            grid-template-columns: repeat(1, 1fr);
            max-width: 400px;
            margin-top: 25px;
        }

        .item {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            border-radius: 5px;
            background: #F8F8FF;
            box-shadow: 0px 0px 5px 0px #00000036;
            gap: 5px;

            &:first-child {
                box-shadow: 0px 0px 12px 0px #FF4E31;
            }

            .text {
                color: #060606;
                font-weight: 500;
                font-size: 18px;
                line-height: 1.2;
                text-align: right;
            }
        }
    }
}

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

    .info {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.1;
        text-align: right;
        vertical-align: middle;
        margin-bottom: 10px;
        color: #111C3F;
        margin-top: 40px;
    }

    .buttons {
        display: flex;
        gap: 30px;
        background: #96F2E3;
        width: 100%;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;

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


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

html,
body {
    height: 100%;
}

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

body #primary {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

body .site-main {
    flex: 1 0 auto;
}

body .site-footer {
    margin-top: auto;
    width: 100%;
}
