home reviews

.homepage__reviews-section_wrapper .absolute-stripe{
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
}
.homepage__reviews-section_wrapper img.position{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
}
.homepage__reviews-section_wrapper{
    position: relative;
}
#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-home-reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 496px;
    padding-left: 7.1%;
    padding-top: 89px;
    padding-bottom: 125px;
    display: flex;
    align-items: start;
    justify-content: start;
    color: var(--white);
}

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

#homepage__reviews-section .heading-flex {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    align-items: start;
}
#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-content {
    max-width: 497px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    padding-bottom: 46px;
}
#homepage__reviews-section .homepage__reviews-content .dark-btn {
    max-width: 240px;
}
#homepage__reviews-section .home-review-para-wrapper p {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 33px;
}
@media screen and (min-width: 1400px) {
    #homepage__reviews-section .home-review-para-wrapper p {
        padding-right: 41px;
    }
}
#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    padding-bottom: 4px;
}
#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}
.home-reviews-flex-inner {
    padding-right: 19px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
    margin-bottom: 8px;
}

.home-reviews-flex .customer-name {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    font-family: var(--header-font);
}

.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: 992px) and (max-width: 1500px ) {
    #homepage__reviews-section {
       padding-top: 115px;
    }
}

@media screen and (min-width:767px) {
    #homepage__reviews-section .homepage__reviews-image-section img {
        display: none;
    }
    #homepage__reviews-section .homepage__reviews-content .dark-btn {
        margin-left: 2px;
    }
}
@media screen and (max-width:767px) {
    .homepage__reviews-section_wrapper img.position {
        top: -33px;
        width: 99px;
    }
    #homepage__reviews-section {
        width: 100%;
        padding: 58px 0 60px;
        display: flex;
        justify-content: start;
        align-items: start;
        text-align: left;
        height: 622px;
        background-image: url(/images/home/mobile-brnd-reviews.jpg);
        background-position: center top;
    }
    .home-reviews-flex-inner {
        flex-direction: column;
        gap: 29px;
        justify-content: start;
        align-items: start;
    }
    #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 35px;
        padding-right: 51px;
    }
    .home-reviews-broder-top-wrapper.mobile-appear {
        display: block;
        min-height: 10px;
        width: 100%;
        background-color: #FFD457;
    }

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

    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main,
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn{
        width: 100%;
    }
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn {
        margin-left: 5px;
    }

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

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
    #homepage__reviews-section .homepage__reviews-image-section, 
    #homepage__reviews-section .homepage__reviews-image-section img {
        width: 100%;
    }
    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
    }
    .home-reviews-flex .customer-name-location-date {
        margin-top: 0;
    }
    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        margin-left: 2px;
    }

    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating{
        margin-left: 0;
    }
    #homepage__reviews-section .home-review-para-wrapper p {
        font-size: 20px;
        margin-bottom: 67px;
        font-weight: 500;
    }
    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-left: 0;
    }
    #homepage__reviews-section .homepage__reviews-content h3{
        padding-bottom: 38px;
    }
}
@media screen and (max-width: 330px) {
    #homepage__reviews-section .container {
        padding-inline: 18px;
    }
    #homepage__reviews-section .heading-flex img {
        margin-right: 0;
    }
}

@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__reviews-section .reviews-btn-main .reviews-btn.mobile {
        width: 216px;
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 75%;
        margin-inline: auto;
    }
}
/* HOMEPAGE-MID-SECTION */

#homepage-mid-section {
    margin-top: 35px;
    margin-bottom: 54px;
    min-height: 389px;
    background-image: url("/images/home/bgrnd-home-welcome.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    #homepage-mid-section .container {
        max-width: 942px;
        padding-inline: 0;
        padding-left: 68px;
    }
}
#homepage-mid-section .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#homepage-mid-section h3 {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 30px; 
    margin-bottom: 12px;
}
#homepage-mid-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
}
#homepage-mid-section .text_content {
    max-width: 310px;
    padding-top: 43px;
}
#homepage-mid-section .dark-btn {
    width: 240px;
}
#homepage-mid-section .grid-section {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 54px;
    color: var(--primary-color);
}
@media screen and (max-width: 1249px) {
    #homepage-mid-section {
        background-size: 98%;
    } 
}
@media screen and (min-width:768px) and (max-width:991px) {
    #homepage-mid-section img {
        width: 100%;
    }
    #homepage-mid-section .container {
        display: grid;
        grid-template-columns: 40% auto;
        padding-inline: 0;
    }
}
@media screen and (max-width: 767px) {
    #homepage-mid-section{
       order: 4;
       padding-inline: 13px;
       background-size: auto;
       background-position: center top;
       padding-top: 7px;
    }
    #homepage-mid-section .container {
        gap: 25px;
        flex-direction: column-reverse;
        padding-inline: 0;
    }
    #homepage-mid-section h3 {
        font-size: 24px;
    }
    #homepage-mid-section p {
        margin-bottom: 22px;
    }
    #homepage-mid-section .text_content {
        padding: 0;
        text-align: center;
        margin-inline: auto;
    }
    #homepage-mid-section .mobile-only-appear.wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        justify-content: start;
    }
    #homepage-mid-section .grid-section {
        gap: 0;
    }
}
@media screen and (max-width:330px) {
    #homepage-mid-section .mobile-only-appear.wrapper .dark-btn,
    #homepage-mid-section .mobile-only-appear.wrapper img{
        width: 100%;
    }
    #homepage-mid-section .grid-section {
        padding-inline: 15px;
    }
}