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

h1 {
    font-size: 101px;
    font-weight: 700;
    line-height: .76;
    text-align: center;
}

h3 {
    font-size: 41px;
    font-weight: 400;
    line-height: .8;
    text-align: center;
}

strong {
    font-weight: 700;
}

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

#banner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 156px;
    margin-top: 41px;
}

#banner .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 451px;
    margin-top: 37px;
}

#banner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 44px;
}

#banner .title h3 {
    color: #FF4E31;
}

#banner .title h1 {
    color: #111C3F;
}

#banner .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 35px;
    margin-top: 47px;
}

#banner .items .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(33.333333333% - 10px);
    background: #F8F8FF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2222;
    text-align: right;
    color: #000000;
    height: 65px;
    padding: 0 15px 0 0;
    gap: 25px;
}

#banner .items .item:nth-child(1) {

}

#banner .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27.5px;
    background: #FF4E31;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 40px;
    margin-top: 46px;
    transition: all .2s linear;
}

#banner .button:hover {
    background: #111C3F;
}

#video {
    margin-top: 50px;
    padding: 0 30px;
}

#video .title h2,
#video .title h3 {
    font-size: 41px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #111C3F;
}

#video .title h3 strong {
    font-weight: 700;
}

#video .item {
    display: flex;
    margin: 40px auto 0;
    width: 100%;
    max-width: 650px;
    position: relative;
}

#video .item .player {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    width: 95px;
    height: auto;
}

footer .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    max-width: calc(1357px + 60px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #000 ;
    margin: 31px auto 0;
}

footer .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #96F2E3;
    padding: 10px 30px;
    margin-top: 36px;
}

footer .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    text-align: center;
    color: #111C3F;
    transition: all .2s linear;
}

footer .buttons a:hover {
    text-decoration: underline;
}



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