/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaio5d-Zq-.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kumbhsans/v12/c4ml1n92AsfhuCq6tVsaioBd-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg: #f3f3f4;
    --card: #ffffff;
    --muted: #6c6c6c;
    --accent: #d62828;
    /* red accent */
    --dark: #0b0b0b;
    --shadow: 0 6px 18px rgba(5, 5, 5, 0.12);
}

body {
    background-color: #f3f3f4;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

/***
=================================================
Signup
=================================================
***/

.ef-vrm {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    letter-spacing: 0.3px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: background 0.3s ease, color 0.3s ease;
    background-color: #ffde32;
}

.sr-checkbox {
    display: none;
}

.left-info {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    border-radius: 12px;
    padding: 28px;
}

.right-info {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 250, 250, 1));
}

.steps-card {
    max-width: 600px;
}

.form-step h5 {
    font-size: 15px;
    line-height: 21px;
}

.form-step .just-txt {
    font-size: 13px;
    line-height: 19px;
}

.option-card {
    box-shadow: 1px 1px 1px 1px;
    cursor: pointer;
    transition: transform .25s ease, border-color .18s ease, box-shadow .18s ease;
    user-select: none;
    border: 2px solid transparent;
}

.option-card p {
    font-size: 14px;
    line-height: 20px;
}

.option-card:hover {
    transform: translateY(-6px);
}

.option-card.selected {
    border-color: var(--accent);
    box-shadow: 0 10px 30px rgba(214, 40, 40, 0.12);
    transform: translateY(-6px) scale(1.01);
}

.form-step {
    display: none;
    opacity: 0;
    transform: translateX(30px);
    transition: all .45s cubic-bezier(.2, .9, .3, 1);
}

.form-step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.form-step .form-control {
    font-size: 14px;
}

.btn-next {
    height: 50px;
    line-height: 50px;
    max-width: 175px;
}

.loader-wrap {
    height: 8px;
    width: 100%;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin: 18px 0;
    display: none;
}

.loader-bar {
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, rgba(214, 40, 40, 0.85), rgba(214, 40, 40, 0.5));
    transform: translateX(-100%);
    animation: slide 1.1s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(-120%);
    }

    50% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(120%);
    }
}

.muted-small {
    color: var(--muted);
    font-size: .9rem;
}

.bg-red {
    background-color: #E02328 !important;
}

/***
=================================================
Footer
=================================================
***/

footer {
    background-color: #333;
}

/***
=================================================
Responsive
=================================================
***/

@media screen and (min-width: 768px) {

    .form-step h5 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 992px) {

    .ef-vrm {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }

    .form-step .form-control,
    .form-step .just-txt,
    .option-card p {
        font-size: 16px;
        line-height: 22px;
    }
}