/*!
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;
	
	@media only screen and (min-width: 1800px) {
		zoom: 1.2;
	}
}
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;
        }
    }

    .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;
        }
    }

    .content {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 36px;
        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;
        }

        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: 58px;

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

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

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

        strong {
            font-weight: 700;
        }

        .button {
            margin-top: 40px;

            @media only screen and (max-width: 991px) {
                margin-top: 20px;
                margin-right: auto;
                margin-left: auto;
            }
        }
    }

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

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

#items {
    margin-top: 180px;

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

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

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

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

        @media only screen and (max-width: 991px) {
            display: flex;
            flex-direction: column;
            gap: 80px;
            max-width: 500px;
        }

        @media only screen and (max-width: 660px) {
            gap: 26px;
        }

        @media only screen and (max-width: 350px) {
            padding: 0 30px 0 15px;
        }
        
        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 0px 5px 0px #00000036;
            border-radius: 5px;
            padding: 46px 5px 18px;
            background: #F8F8FF;
            color: #060606;
            font-weight: 500;
            font-size: 18px;
            line-height: 1.2;
            text-align: center;
            position: relative;

            @media only screen and (max-width: 660px) {
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;
                padding: 12px 73px 12px 5px;
                text-align: right;
                font-size: 16px;
            }

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

            &:nth-child(1) {
                @media only screen and (max-width: 660px) {
                    padding: 12px 61px 12px 5px;

                    .icon {
                        width: 76px;
                    }
                }
            }

            &:nth-child(3) {
                @media only screen and (max-width: 660px) {
                    padding: 12px 42px 12px 5px;

                    .icon {
                        width: 65px;
                    }
                }
            }

            .icon {
                position: absolute;
                top: -60px;
                right: 50%;
                transform: translateX(50%);
                display: flex;
                align-items: center;
                justify-content: center;

                @media only screen and (max-width: 660px) {
                    position: absolute;
                    top: 50%;
                    right: -26px;
                    transform: translateY(-50%);
                    width: 95px;
                }
            }
        }
    }
}

#mob-buttons {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

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

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 27px;
        margin-top: 55px;
    }
}

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: 55px;
    }
	
	.info {
		padding: 0 20px;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.1;
		text-align: center;
		color: #fff;
		text-wrap: balance;
		
		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: flex;
    align-items: center;
    justify-content: center;
    width: 246px;
    height: 47px;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background: #FF4E31;
    color: #FFFFFF;
    border-radius: 27.5px;
    transition: all .2s linear;

    &:hover {
        background: #FFFFFF;
        color: #111C3F;
    }
}

.button-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 246px;
    height: 47px;
    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background: #FFFFFF;
    color: #111C3F;
    border: 1px solid #B8B8B8;
    border-radius: 27.5px;
}

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