.top-banner {
    background: #1C1D20;
}

.display-1 {
    font-size: 52px !important;
    line-height: 1.1em;
}

.display-2 {
    font-size: 34px !important;
    line-height: 1.1em;
}

.display-3 {
    font-size: 28px !important;
}

.display-4 {
    font-size: 24px !important;
}

.display-5 {
    font-size: 20px !important;
}

.display-6 {
    font-size: 16px !important;
}

.btn {
    padding: 5px 34px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

@media (max-width:996px) {
    .display-1 {
        font-size: 32px !important;
    }

    .display-2 {
        font-size: 24px !important;
    }

    .mt-sm-3 {
        margin-top: 20px !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

@media(min-width:996px) {
    .d-sm-none {
        display: block !important;
    }
}

a.let-talk {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    height: 60px;
    transition: all 0.3s linear;
    font-weight: 500;
    position: relative;
    background: #212529;
    text-decoration: none;
    font-size: 18px;
    color: #1c1d20;
    background-color: #fd8f77;
    border-color: #fd8f77;
    border-radius: 8px;
}

.nav-link {
    margin-right: 30px;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s linear;
}

span.color-brand-hero {
    font-size: 25px;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    position: relative;
}

    span.color-brand-hero::after {
        position: absolute;
        top: -35px;
        left: -30px;
        content: "";
        background-image: url(https://info-personal-portfolio.vercel.app/_next/image?url=%2Fassets%2Fimgs%2Fcommon%2Fdm-shape-1.png&w=48&q=75);
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

.guarantee-div {
    position: absolute;
    top: 65%;
    right: -5%;
    width: 200px;
}

.rs-about-info-list {
    margin: 30px 0 45px 0;
}

    .rs-about-info-list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0;
    }

        .rs-about-info-list ul li {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 15px;
            color: #52526c;
        }

            .rs-about-info-list ul li svg {
                color: #ffffff;
                background: #152a40;
                width: 20px;
                height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                font-size: 12px;
                font-weight: 600;
                padding: 3px;
                fill: #fff;
            }

.rs-btn.has-theme-secondary {
    background: #f3daba;
    border: 1px solid transparent;
    color: #152a40;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    height: 60px;
    transition: all 0.3s linear;
    font-weight: 500;
    position: relative;
    border-radius: 8px;
    text-decoration: none;
}


.banner-heading {
    font-size: 68px;
    color: #fdfdfd;
    line-height: 1.2;
}


.text-gray {
    color: #B69D64 !important;
}

.common-heading {
    font-size: 50px;
    font-weight: 600;
}

.common-span {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
}

.tabbing-indexing {
    display: flex;
    align-items: center;
    background-color: #101B30;
    justify-content: space-between;
    border-radius: 4px;
}

a.tabing {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    line-height: 1.2;
    text-decoration: none;
}

.tabing.active {
    background-color: #B69D64;
}

.tab-container {
    background-color: #FFFAF1;
    border-radius: 0 0 4px 4px;
}

.content-tab-wrapper {
    padding: 60px 40px 0;
}

.about-thumb img {
    width: 100%;
}

.margin-inline-wrap {
    margin-inline-start: 50px;
}

.counter-text-title {
    font-size: 50px;
    font-weight: 700;
}

.rs-bg-light {
    background-color: #FFFAF1;
}

.s-items {
    background: #fff;
    padding: 30px 30px;
    transition: 0.3s;
    border-radius: 4px;
    cursor: pointer;
}

    .s-items:hover {
        background-color: #FFF6E6;
        border: 1px solid #b69d74;
    }

.service-icon {
    margin-bottom: 30px;
}

    .service-icon svg {
        width: 70px;
        height: 70px;
    }

        .service-icon svg path {
            fill: #B69D64
        }

.service-heading {
    margin-bottom: 25px;
}


.service-para {
    margin-bottom: 15px;
}

.service-btn a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.icon-box svg {
    width: 17px;
}

.item-wrapper {
    position: relative;
    cursor: pointer;
}

    .item-wrapper:hover .before-content {
        opacity: 1;
        /* height: auto; */
    }

    .item-wrapper a {
        border-radius: 10px;
    }

        .item-wrapper a img {
            width: 100%;
            border-radius: 10px;
        }

.before-content {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    /* height: 0%; */
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.before-child {
    width: 80%;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

    .before-child p {
        color: #363636;
    }

    .before-child a {
        color: #101B30;
        position: relative;
        transition: all 0.5s;
        text-decoration: none;
    }

        .before-child a::before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            background-color: #B69D64;
            content: '';
            transition: 0.5s all;
        }

        .before-child a:hover {
            color: #B69D64;
            text-decoration: none;
        }

            .before-child a:hover::before {
                width: 100%;
            }

.rs-testimonial-item {
    background-color: #fff;
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.title-parent {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title-star span svg {
    width: 17px;
    fill: #ff782a;
}

.rs-testimonial-icon {
    width: 45px;
}

.testimonial-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-all-cont p {
    margin: 25px 0px;
}

.rs-dark-blue {
    background-color: #101B30;
}

.bg-foot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact-bg-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content-wrapper p {
    font-size: 25px;
    font-weight: 400;
    color: #999;
}

    .banner-content-wrapper p span {
        color: #fff;
    }

.line {
    margin: 60px 0 16px;
    color: #fff;
    display: grid;
    grid-gap: 20px;
    align-items: center;
    grid-template-columns: auto 1fr;
}

    .line span {
        height: 1px;
        width: 80%;
        margin-top: 2px;
        display: inline-block;
        background-color: #333337;
    }

.container-fluid.section-1.p-5::after {
    background-image: url(https://info-personal-portfolio.vercel.app/_next/image?url=%2Fassets%2Fimgs%2Fabout%2Fdm%2Fbg-img.png&w=1080&q=75);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container-fluid.section-1.p-5 {
    position: relative;
    z-index: 0;
    background: #1C1D20;
    z-index: -1;
}

h2.section-1-heading {
    font-family: math;
    font-weight: bold;
    color: #fff;
    font-size: 60px;
}

.numbering-div p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.numbering-div h2 {
    font-size: 56px;
    font-family: sans-serif;
    color: #fd8f77;
    display: block;
    width: 100%;
}

.numbering-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

p.loan-text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

p.section-2 {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-family: fangsong;
}

p.section-2-right-text {
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-family: math;
}

.card.section-2-card {
    background: linear-gradient(180deg, #262629, rgba(38, 38, 41, 0));
    border-radius: 30px;
    transition: .3s linear;
    padding: 30px;
    border: 0;
}

h3.section-2-card-text {
    color: #fff;
    font-family: fangsong;
    margin-bottom: 20px;
}

.section-2-card-footer p {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.card.section-2-card .card-body img {
    margin: 20px 0px;
}

.center-section-div-text-div p {
    font-size: 35px;
    font-family: fangsong;
    font-weight: bold;
}

.center-section-right-div-text p {
    font-size: 18px;
    font-weight: 500;
    font-family: math;
}

button.right-div-button {
    padding: 22px 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #1c1d20;
    border-radius: 15px;
    border: 0;
}

.container-fluid.footer {
    padding: 15px;
    background: #212125;
    border-top: 1px solid #27272b;
}

.copy p {
    margin: 0;
    color: gray;
    font-weight: 500;
}

    .copy p a {
        color: #fff;
    }

@media(max-width:991px) {
    .banner-heading {
        font-size: 35px;
    }

    .banner-content-wrapper {
        padding: 30px;
    }

    .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-wrap: wrap;
    }

        .d-flex.justify-content-between.align-items-center.mb-4 img {
            display: none
        }

    .banner-img-top img {
        width: 285px;
        margin: 0 auto;
        text-align: center;
        display: none
    }

    .container-fluid.section-1.p-5 {
        padding: 15px !important;
    }

    h2.section-1-heading {
        font-size: 22px;
    }

    p.loan-text {
        font-size: 12px;
    }

    p.section-2 {
        color: #fff;
        font-size: 30px;
    }

    .center-section-div-text-div p {
        font-size: 18px;
        font-family: fangsong;
        font-weight: bold;
        margin-top: 30px;
    }

    .container-fluid.section-2.p-5 {
        padding: 15px !important;
    }

    .container-fluid.slider.p-5 {
        padding: 15px !important;
    }

    .nav-link {
        padding: 10px;
    }

    button.navbar-toggler {
        background: #fff;
    }
}

article {
    display: grid;
    margin-top: min(1.5rem, 5vw);
}

@media (min-width: 57.06rem) {
    article {
        grid-template-columns: 22.5rem 1fr;
    }
}

.img-container {
    grid-row: 1/span 2;
    grid-column: 1;
    z-index: 1;
    height: min(15rem, 60vw);
    width: 100%;
    background-image: var(--mobile-illustration1), var(--mobile-illustration2);
    background-repeat: no-repeat;
    background-size: auto 85%, auto 50%;
    background-position: 50% 0%, 50% 100%;
}

@media (min-width: 57.06rem) {
    .img-container {
        grid-row: 1;
        grid-column: 1;
        height: 100%;
        background-color: white;
        border-radius: 1.25rem 0 0 1.25rem;
        background-image: var(--desktop-illustration1), var(--desktop-illustration2);
        background-size: 120%, auto;
        background-position: 100% 50%, 100% 60%;
    }

        .img-container::before {
            content: "";
            display: block;
            height: 100%;
            width: 50%;
            background-image: var(--desktop-illustration3);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: left 65%;
            position: relative;
            left: -24.5%;
        }
}

.faq {
    grid-row: 2/span 2;
    grid-column: 1;
    padding: min(7.5rem, 30vw) 1.5rem 2.5rem;
    background-color: white;
    border-radius: 1.25rem;
    box-shadow: 0 0.62rem 1.87rem rgba(0, 0, 0, 0.2);
}

@media (min-width: 57.06rem) {
    .faq {
        grid-row: 1;
        grid-column: 2;
        padding: 3.5rem 4rem 3.5rem;
        border-radius: 0 1.25rem 1.25rem 0;
    }
}

.faq h2 {
    color: var(--very-dark-blue);
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin: 1.2em 0;
}

@media (min-width: 57.06rem) {
    .faq h2 {
        text-align: left;
        margin: 0 0 1.65em 0;
    }
}

.faq .q-a {
    font-size: 0.95rem;
    border-bottom: 1.5px solid var(--light-grayish-blue);
    padding-bottom: 1.05em;
    margin-top: 1.05em;
}

.faq .q-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
}

.faq h3 {
    grid-column: 1;
    color: var(--very-dark-grayish-blue);
    cursor: pointer;
}

    .faq h3:hover {
        color: var(--soft-red);
    }

    .faq h3.h3-active {
        color: var(--very-dark-blue);
        font-weight: 700;
    }

.faq svg {
    grid-column: 2;
    padding: 0.5rem 0 0 0.7rem;
    justify-self: end;
    cursor: pointer;
    transition: transform 0.2s;
}

    .faq svg.svg-animation {
        transform: rotate(180deg);
        padding: 0 0.7rem 0.5rem 0;
    }

.faq p {
    width: calc(100% - calc(10px + 0.7rem));
    color: var(--dark-grayish-blue);
    margin-top: 1.05em;
}

    .faq p.p-visible {
        display: block;
    }

.section-3 {
    padding: 30px 70px;
}
