/*STYLE*/
/* custom review */
.rating .star-rating > span {
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rating .star-rating span strong.rating:after {
    content: ")";
}
.rating .star-rating span strong.rating:before {
    content: "(";
}
.rating .star-rating span strong.rating {
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
    display: none;
    align-items: flex-end;
    text-align: center;
    color: #44475C;
}
.rating .star-rating span.rating:after {
    content: ")";
}
.rating .star-rating span.rating:before {
    content: "(";
}
.rating .star-rating span.rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

#review-two-all{
    width:100%;
    position: relative;
    padding: 25px 40px;
    padding-top: 0;
    box-sizing: border-box;
}

#review-two-all h2{
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

#review-two-all > p {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 13px;
}

#review-two-all > p span {
    font-size: 23px;
    position: relative;
    bottom: 2px;
}

#review-two-all .item {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
#review-two-all .item p{
    margin-bottom: 10px;
}
#review-two-all .item img{
    width: auto;
}

#review-two-all .item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    direction: rtl;
}
#review-two-all .item .top .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
#review-two-all .item .top .date {
    font-weight: 700;
    font-size: 20px;
}
#review-two-all .item .rating {
    margin-bottom: 15px;
    gap: 0;
    display: flex;
    justify-content: end;
}
#review-two-all .item .rating .star.active {
    /*background-position: 0 24px;*/
    background: url('../../assets/img/star-full.svg');
}
#review-two-all .item .rating .star {
    width: 24px;
    height: 24px;

    background: url('../../assets/img/star-empty.svg');
    background-size: 100%;
}
#review-two-all .item p {
    font-size: 16px;
    font-weight: 400;
    direction: rtl;
    max-width: 618px;
    margin-left: auto;
}
#review-two-all .top .name span {
    position: absolute;
    top: -2px;
    left: -25px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../img/check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
#review-two-all .top .name .name-client {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    top: -35px;
    left: -94px;
    right: unset;
    border: 1px solid #E3B407;
    border-radius: 4px;
    padding: 2px 0px;
    box-sizing: border-box;
    width: 153px;
    text-align: center;
    background: #000;
    display: none;
}
#review-two-all .top .name .name-client:before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 15px;
    height: 6px;
    background: url(../img/tr.svg);
    background-size: 100%;
    left: 50%;
    margin-left: -5px;
}
#review-two-all .item:last-child:before{
    display: none;
}
.review-two-all__wrapper.container{
    background: 50% 100.5% url(https://masala.co.il/wp-content/themes/masala-wlc-new/assets/img/bg_img_new.png);
    padding-bottom: 128px !important;
    background-size: auto;
}


.reviewsTwo-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 842px;
    height: 80px;
    margin: 30px auto 20px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 20px 0px #FFFFFF;
    font-size: 32px;
    font-weight: 200;
    line-height: 38px;
    text-align: left;
    transition: .3s;
    cursor: pointer;

}
.reviewsTwo-more-btn span {
    text-shadow:  0 0 20px #fff;
}
.reviewsTwo-more-btn img {
    margin-right: 30px;
    transition: .3s;

}

.reviewsTwo-more-btn:hover {
    font-size: 36px;

    line-height: 43px;
}
.reviewsTwo-more-btn:hover img {
    margin-right: 55px;
    transform: rotate(-23deg);
}
.reviewsTwo-more-btn:hover span {
    text-shadow: none;
}
@media screen and (max-width: 743px) {
    .reviewsTwo-more-btn {
        height: 50px;
    }
    .reviewsTwo-more-btn span {
        font-size: 20px;
        line-height: 24px;
    }
    .reviewsTwo-more-btn img {
        height: 30px;

    }
}

@media screen and (max-width: 768px) {

    #review-two-all{
        padding: 20px;
    }

    #review-two-all .item .top .date{
        font-size: 16px;
    }
    #review-two-all .item .top .name{
        font-size: 16px;
        margin-left: 55px;
    }
    #review-two-all .top .name span {
        top: 1px;
        left: -23px;
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    #review-two-all h2{
        font-weight: 700;
        font-size: 40px;
        line-height: 42px;
    }

    #review-two-all > p {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }
}

/*BLOCK*/
.review-two-all__wrapper.container{

}

.review-two-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.review-two-all__wrapper {
    padding-top: 39px;
    padding-left: 50px;
    padding-right: 50px;
}


#review-two-all h2{
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}

#review-two-all .acf-innerblocks-container > p {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 13px;
}

#review-two-all .acf-innerblocks-container > p span {
    font-size: 23px;
    position: relative;
    bottom: 2px;
}

#review-two-all .item {
    padding: 10px;
    border-radius: 20px;
    position: relative;
    background: #1E293980;

;
}
#review-two-all .item p{
    margin-bottom: 10px;
}
#review-two-all .item img{
    width: auto;
}

#review-two-all .item .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    direction: rtl;
}
#review-two-all .item .top .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
#review-two-all .item .top .date {
    font-weight: 700;
    font-size: 20px;
}
#review-two-all .item .rating {
    margin-bottom: 15px;
    gap: 0;
    display: flex;
    justify-content: end;
}
#review-two-all .item .rating .star.active {
    background-position: 0 24px;
}
/*#review-two-all .item .rating .star {*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	background: url(../../assets/img/stars.png);*/
/*	background-size: 100%;*/
/*}*/
#review-two-all .item .rating .star {
    width: 24px;
    height: 24px;

    background: url('../../assets/img/star-empty.svg');
    background-size: 100%;
}

#review-two-all .item p {
    font-size: 16px;
    font-weight: 400;
    direction: rtl;
    max-width: 618px;
    margin-left: auto;
}
#review-two-all .top .name span {
    position: absolute;
    top: 0;
    left: -25px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../../assets/img/check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
#review-two-all .top .name .name-client {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    top: -35px;
    left: -94px;
    right: unset;
    border: 1px solid #E3B407;
    border-radius: 4px;
    padding: 2px 0px;
    box-sizing: border-box;
    width: 153px;
    text-align: center;
    background: #000;
    display: none;
}
#review-two-all .top .name .name-client:before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 15px;
    height: 6px;
    background: url(../../assets/img/tr.svg);
    background-size: 100%;
    left: 50%;
    margin-left: -5px;
}
#review-two-all .item:last-child:before{
    display: none;
}

@media (max-width: 1199px) {
    .review-two-all__wrapper {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px){
    .review-two-all__wrapper.container{
        padding-bottom: 50px !important;
    }
}
@media (max-width: 768px){
    #review-two-all h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 42px;
    }
    #review-two-all .acf-innerblocks-container > p {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }

    #review-two-all .item .top .name {
        font-size: 19px;
        margin-left: 55px;
    }
    #review-two-all .item .top .date {
        font-size: 16px;
    }

}

@media (max-width: 743px) {
    .review-two-all__wrapper {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
}



.reviewsTwo-all-heading .wp-block-columns {
    align-items: center;
}
.reviewsTwo-info {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.reviewsTwo-info-average {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.reviewsTwo-info-total {
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    color: #fff;

}
.reviewsTwo-info-average {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.reviewsTwo-info-average__txt {
    margin-right: 5px;

}
.reviewsTwo-info-average__stars {

}

.reviewsTwo-info-total {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.reviewsTwo-info-total img {
    margin-right: 5px;
}

.admin-reply {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    background: #151620;
    border-radius: 20px;
    padding: 19px 10px;
    color: #FFEECB;
    text-align: right;
    border: 1px solid #000000
}
.admin-reply-img {
    margin-left: 10px;
    width: 45px;
}
.admin-reply-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

}
.admin-reply-txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-align: right;
    margin-top: 10px;
    direction: rtl;
}

.review-two-all-dark {
    color: #fff;
}



@media (max-width: 743px){

    .reviewsTwo-top-row .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .admin-reply-name {
        font-size: 16px;
    }
    .admin-reply-txt {
        font-size: 14px;
    }
    .admin-reply {
        padding: 5px;

    }
    .reviewsTwo-info-average__txt {
        margin-right: 3px;
    }
    .reviewsTwo-info-average__stars svg {
        width: 15px;
        height: 15px;

    }
    .reviewsTwo-info-total {
        font-size: 21px;
    }
    .reviewsTwo-info-total img {
        width: 39px;
        height: 26px;
    }
    #review-two-all {
        padding: 15px;
    }

    .admin-reply-img {
        margin-left: 5px;
        width: 44px;
        flex-shrink: 0;
    }
    .admin-reply {
        padding: 5px 10px;
    }


}
@media (max-width: 575px){

}

@media (min-width: 1350px){
    .review-two-all__wrapper.container{
        max-width: 100%;
        padding: 0;
    }
}

.reviewsTwo-top-row {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-two-top-row{
    display: flex;
    max-width: 887px;
    flex-direction: row;
}
.reviews-two-top-row .hide-743{
    width: 332px;
}
.reviews-two-top-row .hide-743{
    width: 332px;
    max-width: 332px;
}
.reviews-two-top-row .hide-743 .uagb-lottie__outer-wrap{
    height: 307px;
}
.reviews-two-top-row .hide-743 .wp-block-uagb-lottie{
    width: 332px;
}
.bg-mandalav2{
    background: linear-gradient(131.19deg, #000000 2.91%, #030712 50%, #000000 97.09%) !important;
}
.bg-mandalav2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 58px;
    bottom: 0;
    left: -100px;
    width: 767px;
    height: 951px;
    background-image: url("../../assets/img/mandala-bg-b.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
}
.review-two-comments{
    background: #1E293980;
    border-radius: 20px;
    padding: 10px 5px;
}
.review-two-comments-top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
}
.review-two-comments-top-icon{
    margin-left: 13px;
}
.review-two-comments-top-icon img{
    width: 51px;
    height: 51px;
    border-radius: 999px;
}
.review-two-comments-top-user_green{
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #05DF72;
    display: flex;
    flex-direction: row;
    width: 115px;
    gap: 2px;
    align-items: center;
}
.review-two-comments-top-user_name{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}
.review-two-comments-top-user{
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: end;
}
.review-two-comments-top-user_green img{
    width: 16px;
    height: 16px;
}
.review-two-comments-top-rating-value{
    display: flex;
    justify-content: end;
    gap: 8px;
    margin-top: 7px;
}
.review-two-comments-top-date{
    font-weight: 400;;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #99A1AF;
}
.review-two-comments-text{;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: right;
    color: #D1D5DC;
    margin-bottom: 10px;
}
.review-two-list .admin-reply-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #E0CBA4;
}
.review-two-list .admin-reply-txt{
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-align: right;
    color: #E0CBA4;
}
.review-two-more-btn{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
    background: linear-gradient(270deg, #E3B407 0%, #FFEECB 81.98%);
    color: #101828;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    padding: 27px 20px 17px;
    cursor: pointer;
    border-radius: 8px;
    transition: .5s;
}
.review-two-more-btn:hover{
    background: linear-gradient(270deg, #E3B407 0%, #E3B407 81.98%);
}
.review-two-more-btn span{
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #101828;
}