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

.young-driver-landing {
    --yd-blue: #111c3f;
    --yd-orange: #ff4e31;
    --yd-lavender: #e9ebfa;
    --yd-page-padding: clamp(16px, 2vw, 90px);
    --yd-container-max: 1220px;
    --yd-section-gap: clamp(36px, 4.2vw, 60px);
    background: #ffffff;
    color: var(--yd-blue);
    direction: rtl;
    font-family: 'ploni', sans-serif;
    overflow: hidden;
    text-align: right;
    width: 100%;
}

.young-driver-landing img {
    display: block;
    height: auto;
    object-fit: contain;
    transition: none;
    width: auto;
}

.young-driver-nav {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: clamp(68px, 6.9vw, 99px);
    justify-content: flex-start;
    padding: clamp(14px, 2.1vw, 30px) var(--yd-page-padding) 0;
    width: 100%;
}

.young-driver-logo {
    height: clamp(27px, 4.1vw, 59px);
    width: clamp(77px, 11.7vw, 169px);
}

.young-driver-landing .young-driver-logo {
    height: clamp(27px, 4.1vw, 59px);
    width: clamp(77px, 11.7vw, 169px);
}

.young-driver-hero {
    align-items: center;
    background: #ffffff;
    direction: ltr;
    display: grid;
    gap: clamp(12px, 1.7vw, 24px);
    grid-template-columns: minmax(0, min(38vw, 520px)) minmax(0, 678px);
    justify-content: center;
    min-height: clamp(430px, 34.8vw, 501px);
    padding: 0 var(--yd-page-padding) clamp(18px, 2vw, 30px);
    position: relative;
}

.young-driver-hero::before {
    border: clamp(5px, .55vw, 8px) solid #716cff;
    border-radius: clamp(22px, 2.4vw, 35px);
    content: "";
    height: clamp(160px, 18vw, 260px);
    left: clamp(-64px, -3.6vw, -36px);
    opacity: .95;
    position: absolute;
    top: clamp(112px, 9.9vw, 142px);
    transform: rotate(-7deg);
    width: clamp(104px, 11.8vw, 170px);
}

.young-driver-hero__media {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: clamp(310px, 29.8vw, 430px);
    order: 2;
    position: relative;
    grid-column: 1;
    grid-row: 1;
}

.young-driver-hero__image--desktop {
    max-width: 606px;
    width: min(43vw, 606px);
}

.young-driver-hero__image--mobile {
    display: none !important;
}

.young-driver-hero__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 2.5vw, 36px);
    direction: rtl;
    grid-column: 2;
    grid-row: 1;
    max-width: 678px;
    order: 1;
    position: relative;
    width: 100%;
    z-index: 1;
}

.young-driver-hero__content h1 {
    font-size: clamp(34px, 3.82vw, 55px);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 8px;
    text-align: right;
}

.young-driver-hero__content > p {
    font-size: clamp(25px, 2.78vw, 40px);
    font-weight: 500;
    line-height: 1.2;
    max-width: 605px;
    text-align: right;
    text-wrap: pretty;
}

.young-driver-hero__content span,
.young-driver-body__intro span {
    color: var(--yd-orange);
}

.young-driver-apps {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.young-driver-apps--hero {
    align-items: flex-start;
    gap: clamp(12px, 1.25vw, 18px);
    margin-inline-start: 0;
    width: 100%;
}

.young-driver-apps--hero p {
    font-size: clamp(22px, 2.22vw, 32px);
    line-height: 1;
}

.young-driver-apps__badges {
    align-items: center;
    display: flex;
    gap: clamp(12px, 1.4vw, 20px);
    justify-content: center;
}

.young-driver-apps__badges a {
    display: block;
}

.young-driver-apps__badges img {
    height: clamp(40px, 3.35vw, 48px);
    max-width: none;
    width: clamp(136px, 11.25vw, 162px);
}

.young-driver-body {
    align-items: center;
    background: var(--yd-lavender);
    display: flex;
    flex-direction: column;
    gap: var(--yd-section-gap);
    padding: clamp(36px, 2.8vw, 40px) var(--yd-page-padding) clamp(44px, 4.2vw, 60px);
}

.young-driver-body__intro {
    max-width: 1220px;
    text-align: center;
    width: 100%;
}

.young-driver-body__intro h2 {
    font-size: clamp(25px, 2.78vw, 40px);
    font-weight: 600;
    line-height: 1.35;
}

.young-driver-body__intro p {
    font-size: clamp(20px, 2.78vw, 40px);
    font-weight: 400;
    text-wrap: balance;
    line-height: 1.18;
}

.young-driver-cards {
    display: grid;
    gap: clamp(16px, 2.2vw, 28px);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    justify-content: center;
    margin-top: clamp(24px, 4.4vw, 64px);
    max-width: var(--yd-container-max);
    width: 100%;

    @media only screen and (max-width: 1130px) and (min-width: 991px) {
        zoom: .8;
    }
}

.young-driver-card {
    position: relative;
    align-items: center;
    background: #ffffff;
    border: 1.6px solid #e3e4ff;
    border-radius: clamp(6px, .7vw, 10px);
    box-shadow: 0 1.6px 1.6px rgba(108, 108, 108, .12);
    display: flex;
    flex-direction: column;
    min-height: clamp(150px, 15vw, 217px);
    justify-content: center;
    padding: 60px clamp(14px, 1.55vw, 22px) clamp(22px, 1.8vw, 26px);
    text-align: center;

    overflow: visible;
}

.young-driver-card h3 {
    font-size: clamp(22px, 1.95vw, 28px);
    font-weight: 700;
    line-height: 1.25;
}

.young-driver-card p {
    font-size: clamp(18px, 1.25vw, 19px);
    font-weight: 400;
    line-height: 1.22;
    /*max-width: 386px;*/
}

.young-driver-card__icon {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
}

.young-driver-card__mobile-text {
    display: none;
}

.young-driver-apps--bottom {
    gap: clamp(14px, 1.25vw, 18px);
    margin-top: 0;
    text-align: center;
}

.young-driver-apps--bottom h2 {
    font-size: clamp(24px, 2.22vw, 32px);
    font-weight: 700;
    line-height: 1;
}

.young-driver-apps--bottom p {
    font-size: clamp(22px, 1.95vw, 28px);
    font-weight: 500;
    line-height: 1;
}

.young-driver-apps--bottom .young-driver-apps__badges {
    gap: clamp(14px, 1.6vw, 23px);
}

.young-driver-apps--bottom .young-driver-apps__badges img {
    height: clamp(42px, 3.75vw, 54px);
    width: clamp(143px, 12.8vw, 184px);
}

.young-driver-button {
    align-items: center;
    background: var(--yd-orange);
    border-radius: 200px;
    color: #ffffff;
    display: inline-flex;
    font-size: clamp(15px, 1.1vw, 16px);
    font-weight: 700;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 10px clamp(24px, 2.1vw, 30px);
    text-align: center;
    white-space: nowrap;
}

.young-driver-button--mobile,
.young-driver-button--bottom {
    display: none;
}

.young-driver-footer {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: clamp(20px, 1.8vw, 26px) var(--yd-page-padding);
}

.young-driver-footer p {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 400;
    line-height: 1.18;
    max-width: 1223px;
    text-align: right;
	
	a {
		text-decoration: underline;
	}
}

footer {
    .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 43px;
        gap: 30px;
        background: #96F2E3;

        .link {
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            text-align: right;
            vertical-align: middle;
        }
    }
}

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