/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-home-reviews.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 486px;
    padding-top: 53px;
    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;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#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: center;
    padding-right: 0px;
    width: 100%;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 581px;
    height: auto;
    border-radius: 5px;
    background: linear-gradient(180deg, #FFF 28.16%, rgba(255, 255, 255, 0.80) 100%);
    padding: 34px 70px 34px 70px;
}

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

#homepage__reviews-section .homepage__reviews-content h4 {
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: var(--secondary-color);
    margin-top: -2px;
    padding: 0;
    padding-bottom: 20px;
    margin-left: -1px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 33px;
    letter-spacing: 0.18px;
}

#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 237px;
    height: 60px;
    border-radius: 2px;
    background: transparent;
    font-family: var(--header-font);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    justify-content: center;
    position: relative;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    background: var(--button-color);
    text-transform: uppercase;
    align-items: center;
    border: none;
}


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

.home-reviews-flex-inner .customer-rating {
    margin-bottom: 12px;
    padding-right: 0;
    justify-content: center;
    margin-left: 1px;
}

.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0;
    padding-left: 0px;
    text-transform: capitalize;
    margin-bottom:19px;
    letter-spacing: 0.15px;
    margin-left: 3px;
}

.customer-rating img {
    width: 15px;
}

.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;
    }

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

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

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

    #homepage-monthly-budget .mobile-appear {
        display: block;
    }

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

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

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

    .flex-content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #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;
        padding:39px 42px 43px 42px;
        margin: auto;
        margin-top: 0;
        z-index: 1;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 0;
        padding-bottom: 45px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: -9px;
        margin-bottom: 38px;
        padding-bottom: 0;
        font-style: normal;
    }

    #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: 2px;
        margin: 0;
    }
    .home-reviews-flex .customer-name{
        margin-bottom: 2px !important;
    }
    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-top: 11px;
        margin-left: 0;
        letter-spacing: 0.48px;
    }

    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

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

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

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

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

    .homepage-monthly-budget__btn {
        width: 269px !important;
        height: 55px !important;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 32px 15px 35px 15px;
    }

    #homepage__reviews-section {
        padding: 38px 15px 30px;
    }

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

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

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

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

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

@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: 278px;
    height: 51px;
    border-radius: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    font-family: var(--header-font);
    letter-spacing: 0.15px;
    text-transform: none;
    border: none;
    color: #fff;
    text-align: center;
    line-height: unset;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

#banner .btn {
    width: 219px;
    height: 60px;
    border:none;
    margin: 0;
    margin-left: 0;
    background: var(--primary-color);
}

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

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



/* home single review */

#homepage__reviews-section .owl-nav {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: space-between;
    width: 745px;
    top: 34%;
    right: 0;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}

/* home-grid */
@media screen and (min-width:700px) {
    #home-finance-section.container {
        max-width: 575px;
        padding: 0;
    }

}

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

    #home-finance-section.container .text-content {
        margin-left: 4px;
    }
}

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

#home-finance-section.container {
    display: grid;
    grid-template-columns: auto 162px;
    gap: 83px;
    align-items: start;
    margin-top: 99px;
}

#home-finance-section.container h2 {
    font-family: var(--header-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    background: var(--aq-button2, linear-gradient(90deg, #975F06 0%, #D69011 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}

#home-finance-section.container h3 {
    color: var(--secondary-color);
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: -5px;
}

#home-finance-section.container .btn {
    color: var(--white);
    background: var(--button-color);
    display: flex;
    width: 228px;
    height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-left: -1px;
    border: none;
    border-radius: 2px;
}

#home-finance-section.container p {
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15px;
    margin-bottom: 39px;
    margin-left: -1px;
}

@media screen and (max-width:1699px) {
    #monthly-budget-home-section .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 41px;
    }

    #home-finance-section.container {
        display: grid;
        grid-template-columns: auto 162px;
        gap: 60px;
        align-items: center;
        margin-top: 27px;
    }

    #homepage-monthly-budget {
        padding-top: 0 !important;
        padding-bottom: 43px !important;
    }
}

@media screen and (max-width:768px) {
    #home-finance-section.container {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        align-items: center;
        margin-top: 17px;
        justify-content: center;
        text-align: center;
    }

    #monthly-budget-home-section .container {
        padding: 0 12px;
    }

    #home-finance-section.container .btn {
        margin: 0 auto;
    }

    #home-finance-section img {
        width: 133px;
    }

    #home-finance-section.container h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }

    #home-finance-section.container h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 0;
    }

    #home-finance-section.container p {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        width: 292px;
        margin: 9px auto 28px auto;
    }
}

@media screen and (max-width:360px) {
    #home-finance-section.container p {
        width: 90%;
    }

}

/* home-grid */


#homepage__reviews-section .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 675px;
    top: 11%;
    right: -65px;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}

@media screen and (min-width:992px) and (max-width:1299px) {
    #homepage__reviews-section .owl-nav {
        right: -30px;
        width: 640px;
    }
}

@media screen and (max-width:992px) {
    #homepage__reviews-section .owl-nav {
        display: none;
    }

    .homepage__reviews-image-section {
        background-image: none;
        background-position: right 40% top;
        background-repeat: no-repeat;
        background-size: cover;
        height: unset;
    }
}

#homepage__reviews-section .mobile-appear.image {
    display: none !important;
}

@media screen and (max-width:767px) {
    #homepage__reviews-section .home-flex-wrap {
        flex-direction: column;
        align-items: start;
    }

    #homepage__reviews-section .mobile-appear.image img {
        width: 100%;
    }

    #homepage__reviews-section .mobile-appear.image {
        display: block !important;
    }

    #homepage__reviews-section .logo-img {
        margin-top: -24px;
        margin-right: -22px;
    }

    #monthly-budget-home-section {
        order: 3;
    }
}

@media screen and (max-width:369px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 39px 20px 43px 20px;
    }
}
@media screen and (max-width:330px) {
    #homepage__reviews-section .logo-img {
        margin-top: -10px;
        margin-right: -5px;
    }
}

@media screen and (min-width:1700px) {
    #home-page-mid {
        background-position: bottom center;
        margin-bottom: -1px;
    }
}

@media screen and (min-width:1921px) {
    #home-page-mid {
        background-size: cover;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #homepage .logo-flex.mobile-appear{
        display: none !important;
    }
}