/*!
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;
}
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 {
    background-image: url("https://smartlp.fnx.co.il/lps/end-year-car-dec25//wp-content/uploads/2025/11/Mask-group.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 62px 17px 62px;
    position: relative;
    
    @media only screen and (max-width: 768px) {
        padding: 36px 17px 80px;
    }
	
	@media only screen and (max-width: 768px) {
        padding: 36px 17px 30px;
    }

    .logo {
        display: flex;
        width: 158px;
        height: auto;
        margin-bottom: 58px;

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

        @media only screen and (max-width: 768px) {
            margin-bottom: 131px;
        }

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

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

    .center {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 595px;
        position: relative;

        .star-right {
            display: flex;
            width: 145px;
            position: absolute;
            left : calc(100% - 3px);
            top: -61px;

            @media only screen and (max-width: 768px) {
                left: calc(64% - 3px);
                top: -92px;
            }
            @media only screen and (max-width: 660px) {
                left: unset;
                right: 0;
                top: -32px;
                width: 60px;
            }
        }

        @media only screen and (min-width: 1705px) {
            max-width: 700px;
            position: relative;
            width: 49%;
        }

        @media only screen and (max-width: 1375px) {
            width: 50%;
        }

        @media only screen and (max-width: 768px) {
            width: 100%;
            max-width: 450px;
        }	

        @media only screen and (max-width: 660px) {
            max-width: 350px;
        }
		
		@media only screen and (max-width: 520px) {
			width: 90%;
            max-width: 280px;
        }
    }

    .right {
        display: flex;
        position: absolute;
        width: 315px;
        height: auto;
        right: 0;
        bottom: -88px;

        @media only screen and (min-width: 1705px) {
            width: 23%;
        }

        @media only screen and (max-width: 1375px) {
            width: 25%;
            bottom: -10%;
        }

        @media only screen and (max-width: 768px) {
            min-width: 148px;
            width: 32%;
            bottom: -36px;
        }
		
		@media only screen and (max-width: 660px) {
            min-width: 100px;
            width: 24%;
        }
    }

    .left {
        display: flex;
        position: absolute;
        width: 347px;
        height: auto;
        left: 0;
        bottom: 52px;
        flex-direction: column;

        @media only screen and (min-width: 1705px) {
            width: 23%;
        }

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

        @media only screen and (max-width: 768px) {
            top: 36px;
            min-width: 131px;
            width: 26%;
            bottom: unset;
        }
		
        @media only screen and (max-width: 660px) {
            top: 10px;
            min-width: 100px;
            width: 20%;
        }

        .inner {
            display: flex;
            position: relative;

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

            .star-left {
                position: absolute;
                right: 11px;
                width: 169px;
                height: auto;
                display: flex;
                top: -26px;
            }
        }
    }
}

#content {
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text {
        font-weight: 600;
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
        color: #7178FF;
        margin-top: 30px;

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

        @media only screen and (max-width: 510px) {
            font-size: 8.5vw;
        }
    }

    .title {
        position: relative;
        margin-top: 24px;

        @media only screen and (max-width: 900px) {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            gap: 4px;
        }

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

        .number {
            display: flex;
            width: 114px;
            position: absolute;
            left: 102%;
            top: 50%;
            transform: translateY(-50%);

            @media only screen and (max-width: 1350px) {
                width: 85px;
            }

            @media only screen and (max-width: 900px) {
                position: relative;
                left: unset;
                top: unset;
                transform: none;
            }

            @media only screen and (max-width: 690px) {
                width: 75px;
            }

            @media only screen and (max-width: 690px) {
                width: 11vw;
                margin-top: -1vw;
            }
        }

        h1 {
            font-weight: 700;
            font-size: 110px;
            line-height: .7;
            text-align: center;
            color: #111C3F;

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

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

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

            @media only screen and (max-width: 510px) {
                font-size: 11.5vw;
            }
        }

        h3 {
            font-weight: 600;
            font-size: 75px;
            line-height: .9;
            text-align: center;
            color: #111C3F;

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

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

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

            @media only screen and (max-width: 510px) {
                font-size: 7.8vw;
            }
        }
    }

    .button {
        margin-top: 45px;


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

    .button-mob {
        display: none;
        margin-top: 20px;

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

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

    .info {
        margin-top: 30px;
        font-weight: 500;
        font-size: 20px;
        line-height: 17px;
        text-align: center;

        @media only screen and (max-width: 900px) {
            padding: 0 20px;
            font-size: 18px;
            text-wrap: balance;
        }

        @media only screen and (max-width: 450px) {
            padding: 0 20px;
            font-size: 15px;
            text-wrap: balance;
        }

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

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    background: #96F2E3;
    margin-top: 20px;

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

    .buttons {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;

        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: 302px;
    height: 58px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    background: #2EE3C0;
    color: #111C3F;
    border-radius: 27.5px;
    transition: all .2s linear;

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

    @media only screen and (max-width: 510px) {
        width: 246px;
        height: 47px;
        font-size: 19px;
    }

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

.button-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 302px;
    height: 58px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #FF4E31;
    border-radius: 27.5px;

    @media only screen and (max-width: 510px) {
        width: 246px;
        height: 47px;
        font-size: 19px;
    }

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

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