/*!
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 ----------------*/
/*----------------------------------------------------*/
/*------------------- banner code --------------------*/

#banner {
    padding-top: 91px;
    position: relative;
    max-width: 1440px;
}

#banner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    position: absolute;
    top: 20px;
    right: 40px;
}

#banner .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1262px;
    padding: 0 30px 0 39px;
}

#banner h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

#banner h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    margin: 0.2em 0 .36em;
}

#banner .content {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    margin-top: 123px;
}

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

#about .sect-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

#about .container {
    overflow: visible;
    max-width: calc(1200px + 60px);
    padding: 82px 30px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}

#about .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #6C6C6C1F;
    background: #F8F8FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2222;
    text-align: center;
    padding: 80px 32px 32px 32px;
    position: relative;
}

#about .item h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.3em;
}

#about .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
}



#info {
    padding: 80px 0;
    background: #F8F8FF;
    margin-top: 60px;
}

#info .container {
    max-width: calc(995px + 60px);
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#info .sec-title {
    width: calc(50% - 8px);
    display: flex;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
}

#info .left-side {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#info .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    user-select: none;
}

#info .item .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

#info .item .indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
}

#info .item .indicator:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 3px;
    border-radius: 3px;
    background: #111C3F;
}

#info .item .indicator:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3px;
    height: 18px;
    border-radius: 3px;
    background: #111C3F;
}

#info .active .item .indicator:after {
    opacity: 0;
}

#info .wrapper {
    list-style: none;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #6C6C6C1F;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.222222;
    text-align: right;
}

#info .wrapper .content form #information .one-input input {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
    text-align: right;
    direction: rtl;
    color: #6B6E77;
    padding: 16px 18px 16px 18px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #BCBED5;
    margin-bottom: 18px;
}

#info .wrapper .content form #information .one-input:last-child input {
    margin-bottom: 24px;
}

#info .wrapper .content form input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
    text-align: center;
    padding: 10px 30px;
    background: #2EE3C0;
    border: none;
    outline: none;
    border-radius: 200px;
    transition: all .2s linear;
}

#info .wrapper .content form #information .one-input input.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

#info .wrapper .content form input[type=submit]:hover {
    background: #FF5A23;
}

#info .wrapper .content {
    display: none;
    padding: 8px 16px 24px;
}

#info .wrapper.active .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#wpcf7-f50-o1,
#info .wrapper:nth-child(2) .content form {
    display: block;
    width: 100%;
}

#info .wrapper .buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

#info .wrapper .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#info .wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    margin-bottom: .75em;
}

#info .wrapper strong {
    font-weight: 600;
}

#info .wrapper ul {
    margin-bottom: 10px;
}

#info .wrapper ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-right: 9px;
}

#info .wrapper ul li:before {
    content: '';
    display: flex;
    width: 19px;
    height: 14px;
    background-image: url('https://smartlp.fnx.co.il/car/car_young_driver/wp-content/uploads/2024/07/Path.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}


footer {
    color: #FFFFFF;
    background: #111C3F;
    padding: 23px 0;
}

footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

footer .item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 0 0 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.47;
    text-align: right;

}

footer .content {
    display: grid;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.47;
    text-align: right;
    padding: 5px 60px 0 0;
    gap: 7px;
}

footer .content p {
    max-width: 360px;
}

    /*------------------ End page code -------------------*/
/*----------------------------------------------------*/
/*--------------- Fixed elements 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 ---------------*/

#submit {
    direction: rtl;
    position: relative;
    display: flex;
    width: fit-content;
    margin: 0 0 0 auto;
}

.submit-spiner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    visibility: hidden;
    z-index: 1000;
}

.submit-spiner .cercle {
    position: relative;
    width: 30px;
    height: 30px;
}

.submit-spiner .cercle:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
    border: 5px solid #ffffff;
    border-left: 5px solid #3F3D56;
    border-radius: 50%;
    visibility: hidden;

    -webkit-animation: rotating 2s 0.25s linear infinite;
    animation: rotating 2s 0.25s linear infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

form.submitting .submit-spiner,
form.submitting .submit-spiner .cercle:before {
    visibility: visible;
}

form.sent .submit-spiner .cercle:after,
form.sent .submit-spiner {
    /*-webkit-animation: disappearance;*/
    /*animation: disappearance;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}

.submit-spiner .cercle:after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    right: calc(50% - 14px);
    top: calc(50% - 21px);
    border: solid #3F3D56;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
    visibility: hidden;
}

form.animate .submit-spiner .cercle:after {
    visibility: visible!important;
}
form.animate input[type=submit] {
    color: transparent!important;
}

form.resetting #submit input[type=submit],
form.submitting #submit input[type=submit] {
    color: transparent!important;
}

form.sent input[type=submit] {
    /*-webkit-animation: damping 2s 0.25s linear;*/
    /*animation: damping 2s 0.25s linear;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
}




@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes damping {
    0% {
        color: transparent;
    }
    90% {
        color: transparent;
    }
    100% {
        color: #FFFFFF;
    }
}

@-webkit-keyframes disappearance {
    0% {
        visibility: visible;
    }
    90% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}


/*------------ End Animate elements code -------------*/
/*----------------------------------------------------*/