/* home reviews */

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

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

}

#homepage__reviews-section .homepage__reviews-content {
    width: 581px;
    padding: 41px 44px 35px 57px;
    background-size: 75px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.80);
}

#homepage__reviews-section .heading-flex {
    display: flex;
    align-items: start;
    flex-direction: column;
}

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

#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%;
}

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

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

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 14px;
    padding-right: 16px;
}

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

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 237px;
    height: 55px;
    border-radius: 0;
    font-family: var(--body-font);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    padding: 15px 0;
    text-transform: uppercase;
    background: #01315F;
    border: none;
    border-radius: 2px;
    margin-bottom: 17px;
}


.home-reviews-flex-inner {
    padding-left: 0;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    align-items: end;
    gap: 15px;

}

#homepage__reviews-section .customer-rating {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 16px !important;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 2px;
    margin-top: 0;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    text-transform: capitalize;
    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: 768px) and (max-width:1399px) {
    #homepage__reviews-section {
        padding-left: 4%;
        padding-right: 4%;
    }
}

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

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

    #homepage__reviews-section .container {
        padding: 0;
    }
    #homepage__reviews-section .customer-rating{
        margin-top: 0 !important;
    }

    #homepage__reviews-section {
        padding: 0;
        width: 100%;
        min-height: 776px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        padding: 45px 17px 45px 16px;
        background-image: url(/images/home/bgrnd-reviews-home-mob.jpg);
    }

    .home-reviews-flex-inner {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        padding: 47px 33px 35px 36px;
        background: rgba(0, 0, 0, 0.70);
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 0;
        padding-bottom: 11px;
        font-size: 16px;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 24px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-bottom: 0;
        margin-left: 2px;
        width: 268px;
    }

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

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

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

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

    #homepage__reviews-section .home-flex-wrap {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 360px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 30px 20px 40px;
        background-position: top 30px right 18px;
        background-size: 55px;
    }

    #homepage__reviews-section .home-reviews-flex .customer-name {
        font-size: 16px;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 15px;
        line-height: 22px;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 24px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn,
    #homepage__reviews-section .homepage__reviews-content .reviews-btn-main,
    #homepage__reviews-section .homepage__reviews-content .flex-content {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .container {
        max-width: 100%;
    }

    #homepage__reviews-section {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* START OF HOMEPAGE-MID-SECTION */

@media screen and (min-width: 1500px) {
    #homepage-mid-section .container {
        max-width: 1388px;
        padding: 0;
    }
}

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

#homepage-mid-section .container .logo-content {
    margin-top: 16px;
}

#homepage-mid-section .container .image-content {
    margin-top: 2px;
}

@media screen and (min-width:768px) {
    #homepage-mid-section .container .image-content .mobile-appear {
        display: none !important;
    }

    #homepage-mid-section .container .image-content .mobile-disappear {
        display: block !important;
    }
}

#homepage-mid-section .container {
    display: grid;
    grid-template-columns: auto 602px;
    grid-gap: 92px;
    padding-top: 67px;
    padding-bottom: 75px;
}

#homepage-mid-section .container .text-image-content-grid {
    display: flex;
    gap: 85px;
}

#homepage-mid-section h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-left: 2px;
    margin-bottom: 17px;
}

#homepage-mid-section p {
    color: var(--primary-color);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 23px;
    margin-left: 2px;
}

#homepage-mid-section .btn.home-btn {
    width: 237px;
    height: 55px;
    background-color: var(--button-color);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0;
    border: none;
    margin-top: 10px;
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    #homepage-mid-section .container {
        display: grid;
        grid-template-columns: auto 46%;
        grid-gap: 50px;
        padding-top: 67px;
        padding-bottom: 75px;
    }

    #homepage-mid-section .container .text-image-content-grid {
        gap: 30px;
    }
}


@media screen and (max-width: 1299px) and (min-width:991px) {
    #homepage-mid-section .container {
        align-items: end;
        grid-template-columns: auto 55%;
        gap: 40px;
    }

    #homepage-mid-section .container .text-image-content-grid {
        gap: 30px;
        flex-direction: column-reverse;
    }

    #homepage-mid-section .container .logo-content {
        margin-top: 16px;
    }

    #homepage-mid-section .container .logo-content img {
        width: 180px;
    }
}


@media screen and (max-width: 992px) {
    #homepage-mid-section .container {
        align-items: end;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #homepage-mid-section .container .text-image-content-grid {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 35px;
    }

    #homepage-mid-section p {
        text-align: center;
        width: 77%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #homepage-mid-section .container .image-content img {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    #homepage-mid-section {
        order: 5;
    }

    #homepage-mid-section .container {
        padding-top: 34px;
        padding-bottom: 44px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #homepage-mid-section p {
        font-size: 15px;
        width: 85%;
        line-height: 21px;
        margin-bottom: 21px;
    }

    #homepage-mid-section .btn.home-btn {
        margin-top: 4px;
        padding: 16px;
    }

    #homepage-mid-section .container .image-content .mobile-appear {
        display: block;
    }

    #homepage-mid-section .container .image-content img {
        width: 100%;
        margin: 0 auto;
    }

    #homepage-mid-section .container .image-content .mobile-disappear {
        display: none;
    }
}

@media screen and (max-width:360px) {
    #homepage-mid-section p {
        width: 100%;
    }

    #homepage-mid-section .logo-content img {
        width: 160px;
    }
}

/* END OF  HOMEPAGE-MID-SECTION */
/* START OF  HOMEPAGE-LOGO-SECTION */
#homepage-logo-section .container {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 21px;
}

#homepage-logo-section .container .image-grid {
    width: 101px;
    height: 72px;
}

@media screen and (min-width:768px) {
    #homepage-logo-section .container {
        max-width: 597px;
        padding: 0;
        padding-left: 1px;
    }

    #homepage-logo-section .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 33px;
        padding-top: 32px;
        padding-bottom: 29px;
    }

    #homepage-logo-section .container .image-grid {
        width: 177px;
        height: 125px;
    }
}

#homepage-logo-section .container .image-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #B7B7B7;
    background: var(--white);
    cursor: pointer;
}

@media screen and (max-width:767px) {
    #homepage-logo-section {
        order: 2;
    }

    #homepage-logo-section .container {
        justify-content: center;
        align-items: center;
        padding-left: 17px;
        padding-right: 16px;
    }

    #homepage-logo-section .container .merc img {
        width: 62px;
    }

    #homepage-logo-section .container .cupra img {
        width: 45px;
    }

    #homepage-logo-section .container .seat img {
        width: 51px;
    }
}

/* END OF  HOMEPAGE-LOGO-SECTION */