/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-reviews-home.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 513px;
    padding-left: 8.4%;
    padding-top: 80px;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 30px;
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;

}

#homepage__reviews-section .heading-flex {
    display: flex;
    flex-direction: column;
    gap: 19px;
    justify-content: start;
    align-items: start;
    position: relative;
}

#homepage__reviews-section .heading-flex img.quote {
    position: absolute;
    top: 9px;
    right: 2px;
}

#homepage__reviews-section .home-flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}

#homepage__reviews-section .row.align-end {
    justify-content: end;
    margin: 0;
}

#homepage__reviews-section .homepage__reviews-wrapper {
    display: flex;
    justify-content: start;
    padding-right: 0px;
    width: 100%;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 564px;
    height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

#homepage__reviews-section .homepage__reviews-content h4 {
    font-family: var(--inter-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    color: var(--white);
    margin-top: 0;
    padding: 0;
    padding-bottom: 43px;
    margin-left: -1px;
    letter-spacing: 1.2px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 18px;
    padding-right: 45px;
}

#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}

#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 14px;
}

#homepage__reviews-section .home-reviews-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 231px;
    height: 60px;
    border-radius: 2px;
    border: 1px solid var(--white);
    background: transparent;
    font-family: var(--header-font);
    color: var(--white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    padding: 18px;
    justify-content: center;
    font-weight: 600;
    line-height: normal;
    display: flex;
    position: relative;
    text-transform: capitalize;
    margin-right: 15px;
}


#homepage__reviews-section .home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex-inner .customer-rating {
    margin-bottom: -5px;
    padding-right: 0;
    margin-left: 1px;
    display: flex;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-left: 3px;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 0;
    padding-left: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-left: 2px;
}

.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn.mobile:focus,
#homepage__reviews-section .homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (min-width:767px) {
    .reviews-btn.mobile {
        display: none;
    }

    #homepage-monthly-budget .mobile-disappear {
        display: block !important;
        margin: 0 auto;
    }

    #homepage-monthly-budget .mobile-appear {
        display: none !important;
    }

    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1699px) {
    #homepage__reviews-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/home/bgrnd-reviews-home.jpg);
    }
}

@media screen and (max-width:767px) {
    #homepage__reviews-section .row {
        margin: 0;
    }

    #homepage-monthly-budget .mobile-appear {
        display: block !important;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 13px;
    }

    #homepage-monthly-budget .mobile-disappear {
        display: none !important;
    }

    #homepage__reviews-section .container {
        padding: 0;
    }

    #homepage__reviews-section .heading-flex img.quote {
        width: 47px;
        top: 4px;
        right: 0px;
    }

    #homepage__reviews-section {
        padding: 0;
        width: 100%;
        min-height: 859px;
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 42px 42px 30px 39px;
        background-image: url(/images/home/bgrnd-reviews-home-mob.jpg);
    }

    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 14px;
    }

    #homepage__reviews-section .row.align-end {
        justify-content: start;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        min-height: auto;
        margin: auto;
        margin-top: 0;
        z-index: 1;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 0;
        font-size: 18px;
        line-height: 23px;
        margin-left: 1px;
        padding-bottom: 34px;
        margin-right: 22px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 34px;
        padding-bottom: 0;
        font-style: normal;
        font-size: 32px;
        letter-spacing: normal;
        font-family: var(--body-font);
    }

    #homepage__reviews-section .home-reviews-flex-inner {
        margin-top: 0;
    }

    #homepage__reviews-section .home-review-para-wrapper img {
        width: 28px;
    }

    #homepage__reviews-section .home-review-para-wrapper {
        gap: 11px;
    }

    .homepage__reviews-flex-part .customer-rating {
        margin-left: 1px;
        margin-bottom: 8px;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        padding-left: 0;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-top: 0px;
        margin-left: 0;
        margin-right: 30px;
        text-decoration: none;
    }

    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start !important;
        gap: 31px;
        padding-left: 0;
    }

    .reviews-btn-main {
        display: flex;
        justify-content: end;
    }

    #homepage__reviews-section .heading-flex {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: start;
        align-items: start;
        position: relative;
    }

    .homepage__reviews-text-section {
        text-align: left;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
    }

    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section {
        padding: 38px 20px 30px;
    }

    #homepage__reviews-section .container {
        max-width: 100%;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 7px;
        line-height: 21px;
        font-size: 16px;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        font-size: 17px;
        line-height: 21px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        width: 213px;
        margin-top: 20px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        font-size: 28px;
    }
}

@media screen and (max-width: 369px) {

    .reviews-btn-main .reviews-btn.mobile {
        font-size: 15px;
    }


    .home-reviews-flex .customer-name-location-date {
        padding-bottom: 0;
    }
}


.homepage-monthly-budget__btn {
    width: 214px;
    height: 55px;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: var(--header-font);
    text-transform: none;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}

#banner .btn {
    width: 271px;
    height: 55px;
    border: 2px solid var(--white);
    margin: 0;
    margin-left: 4px;
}

@media screen and (max-width: 330px) {
    #banner .btn {
        width: 100%;
    }
}

.home-btn:hover {
    color: #fff;
}

@media screen and (min-width:1700px) {
    #monthly-budget-home-section .container {
        max-width: 1637px;
        padding: 0;
    }
}

#monthly-budget-home-section .container {
    display: grid;
    grid-template-columns: auto 902px;
    gap: 158px;
}

/* HOME_FINANCE_SECTION */
#homepage-welcome-section .container h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--primary-color);
    margin-bottom: 6px;
}

#homepage-welcome-section .container h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #535359;
    margin-bottom: 16px;
}

@media screen and (min-width:1000px) {
    #homepage-welcome-section .container {
        max-width: 892px;
        padding: 0;
        padding-right: 123px;
    }

    #homepage-welcome-section .image-content img {
        width: 199px !important;
        margin-top: -4px;
    }

    #homepage-welcome-section .container h3 {
        margin-bottom: 6px;
        margin-top: -2px;
    }

    #homepage-welcome-section .container h2 {
        margin-left: 3px;
        margin-bottom: 16px;
    }

    #homepage-welcome-section .container p {
        margin-left: 4px;
        margin-bottom: 26px;
    }
}

#homepage-welcome-section {
    background-image: url(/images/home/tire-tracks.svg);
    background-position: bottom -149px right 37.6%;
    background-size: 551px;
    background-repeat: no-repeat;
}

#homepage-welcome-section .image-content img {
    width: 100%;
}

#homepage-welcome-section .container {
    display: grid;
    grid-template-columns: auto 199px;
    gap: 85px;
    padding-top: 77px;
    padding-bottom: 93px;
}

#homepage-welcome-section .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--primary-color);
    margin-bottom: 34px;
}

#homepage-welcome-section .container .btn {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    width: 250px;
    height: 60px;
    padding: 21px 0;
}

#homepage-welcome-section .container .btn:hover {
    color: var(--primary-color);
}

@media (min-width:768px) and (max-width:992px) {
    #homepage-welcome-section .container {
        max-width: 90%;
    }
}

@media screen and (max-width:767px) {
    #homepage-welcome-section {
        order: 3;
        background-position: bottom 103px left -15%;
        background-size: 402px;
    }

    #homepage-welcome-section .container {
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: center;
        padding-top: 46px;
        padding-bottom: 73px;
    }

    #homepage-welcome-section .image-content img {
        width: 151px;
    }

    #homepage-welcome-section .image-content {
        grid-row-start: 1;
        margin: 0 auto;
    }

    #homepage-welcome-section .container h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
    }

    #homepage-welcome-section .container h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 23px;
        text-align: center;
    }

    #homepage-welcome-section .container p {
        margin-bottom: 30px;
        text-align: center;
        max-width: 300px;
    }

    #homepage-welcome-section .container .btn {
        margin: 0 auto;
    }

    #homepage-welcome-section .container .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:767px) and (orientation:landscape){
	#homepage-welcome-section {
        background-position: bottom center;
    }
}

@media screen and (max-width: 300px) {
    #homepage-welcome-section .container h3 {
        font-size: 22px;
        line-height: 25px;
    }

    #homepage-welcome-section .container h2 {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width:767px) and (min-width:390px) and (orientation: landscape) {
     #homepage__reviews-section{
        min-height: 500px;
    }
}

/* HOME_FINANCE_SECTION */