/*!
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: 68px 0 74px;
    background: #111C3F;
    overflow: hidden;

    @media only screen and (max-width: 950px) {
        padding: 105px 0 39px;
        position: relative;
    }

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

        @media only screen and (max-width: 1035px) {
            overflow: visible;
        }

        @media only screen and (max-width: 950px) {
            flex-direction: column-reverse;
            align-items: center;
            position: unset;
            gap: 24px;
        }

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

    .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 23px;
        line-height: 102%;
        text-align: right;

        @media only screen and (max-width: 1115px) {
            font-size: 19px;
            margin-top: 78px;
        }

        @media only screen and (max-width: 950px) {
            text-align: center;
            align-items: center;
            font-size: 23px;
            margin-top: 0;
        }

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

        h1 {
            font-weight: 600;
            font-size: 71px;
            line-height: .9;
            text-align: right;
            margin-bottom: 10px;

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

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

            @media only screen and (max-width: 650px) {
                font-size: 53px;
                margin-bottom: 16px;
            }

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

        h2 {
            font-weight: 600;
            font-size: 35px;
            line-height: 1.2;
            text-align: right;

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

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

            @media only screen and (max-width: 650px) {
                line-height: 1;
                margin-bottom: 4px;
                font-size: 26px;
            }

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

        p {
            @media only screen and (max-width: 640px) {
                max-width: 299px;
            }

            @media only screen and (max-width: 370px) {
                text-wrap: balance;
                max-width: 238px;
            }

            span {
                @media only screen and (max-width: 650px) {
                    max-width: 290px;
                    display: inline-block;
                }

                @media only screen and (max-width: 460px) {
                    max-width: 63vw;
                }
            }
        }

        .font-sizes {
            font-size: 56px;
            font-weight: 700;

            @media only screen and (max-width: 650px) {
                font-size: 70px;
                margin-top: 14px;
            }

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

    .logo {
        position: absolute;
        top: 25px;
        right: 30px;

        @media only screen and (max-width: 1200px) {
            top: -25px;
        }

        @media only screen and (max-width: 1035px) {
            top: -18px;
        }

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

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 32px;


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

    .thumbnail {
        @media only screen and (max-width: 1200px) {
            display: flex;
            width: 100%;
            max-width: 500px;
        }

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

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

#process {
    padding: 85px 0;
    background: rgba(113, 120, 255, 0.53);

    @media only screen and (max-width: 950px) {
        padding: 18px 0 55px;
    }

    .container {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        max-width: calc(1220px + 60px);
        padding: 0 30px;
        position: relative;
        gap: 18px;

        @media only screen and (max-width: 950px) {
            justify-content: center;
            flex-direction: column-reverse;
            align-items: center;
            padding: 0 30px;
        }
    }

    .content {
        max-width: 568px;

        h2 {
            font-weight: 600;
            font-size: 30px;
            line-height: 1;
            text-align: right;
            color: #FFFFFF;
            margin-bottom: 22px;
            text-wrap: balance;

            @media only screen and (max-width: 950px) {
                text-align: center;
                margin-bottom: 12px;
            }

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

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

        h1 {
            font-weight: 600;
            font-size: 45px;
            line-height: 1.1;
            text-align: right;
            color: #111C3F;
            margin-bottom: 30px;

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

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

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

        .wrapper {
            display: flex;
            justify-content: space-between;
            max-width: 323px;

            @media only screen and (max-width: 950px) {
                margin: 20px auto 0;
            }

            a {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    .thumbnail {
    }
}

#insurance-type {
    padding: 47px 0 44px;
    background: rgba(255, 182, 255, 0.25);

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: calc(1220px + 60px);
        padding: 0 30px;

        @media only screen and (max-width: 950px) {
            max-width: 720px;
            padding: 0 18px;
        }
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 19px;
        width: 100%;

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

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 26px 18px 24px;
            border-radius: 7px;
            background: #FFF;

            &.active {
                justify-content: flex-start;
            }

            .title {
                font-weight: 500;
                font-size: 19px;
                line-height: 1;
                text-align: center;

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

                h3 {
                    font-weight: 600;
                    font-size: 30px;
                    line-height: 93%;
                    text-align: center;
                    margin-bottom: 16px;

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

            .button-arrow {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-radius: 22.5px;
                width: 200px;
                background: #7178FF;
                font-weight: 600;
                font-size: 20px;
                line-height: 100%;
                color: #FFFFFF;
                gap: 7px;
                padding: 5px 10px 2px;
                margin-top: 16px;
                cursor: pointer;
            }

            &.active {
                .button-arrow {
                    .arrow {
                        scale: -1;
                    }
                }
            }

            .list {
                display: none;
                padding: 16px 18px;
                margin-top: 24px;
                font-weight: 400;
                font-size: 16px;
                line-height: 22px;
                text-align: right;
                background: #F8F8FF;
                border-radius: 7px;
                flex: 1;

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

            &.active {
                .list {
                    display: block;
                }
            }
        }
		
		&.active {
				.item:not(.active) {
					height: fit-content;
				}
			}
    }

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 37px;
    }

    .info {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-top: 36px;

    }
}

#decision {
    padding: 44px 0 37px;

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

    .wrapper {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 9px;

        @media only screen and (max-width: 950px) {
            text-wrap: balance;
            max-width: 600px;
        }
    }

    .inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 19px;

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

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

        .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 7px;
            background: #E6EAFF;
            padding: 70px 13px 13px 13px;
            margin-top: 102px;
            position: relative;

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

            .title {
                font-weight: 500;
                font-size: 20px;
                line-height: 22px;
                text-align: center;
                margin-bottom: 16px;

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

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

                h3 {
                    p {
                        img {
                            display: inline-block;
                            width: 101px;
                            height: auto;
                            margin-bottom: -7px;
                        }
                    }
                }
            }

            &:nth-child(2) {
                .title {
                    margin-top: -22px;
                }
            }

            .thumbnail {
                display: flex;
                position: absolute;
                top: -70px;
                right: 50%;
                transform: translateX(50%);
                width: 128px;
            }

            .list {
                display: flex;
                align-items: flex-start;
                flex: 1;
                width: 100%;
                border-radius: 7px;
                font-weight: 400;
                font-size: 16px;
                line-height: 22px;
                text-align: right;

                ul {
                    margin-right: 16px;
                }
            }
        }
    }

    .button {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF4E31;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 21.5px;
        line-height: 100%;
        text-align: center;
        border-radius: 27.5px;
        padding: 13px 37px;
        margin-top: 46px;
    }
}


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

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