body *{
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}
button{
    border: none !important;
}
.slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar>.action, .slick-dots li .action-gift{
    height: 8.1px !important;
    width: 8.1px !important;
    background-color: var(--dark-primary-color-faded);
}
.slick-dots li.slick-active button, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action, .slick-dots li.slick-active .action-gift{
    background-color: var(--primary-color);
}
@media screen and (min-width: 769px) {
    .page-main{
        max-width: 1600px !important;
    }
}


/* Brands Section */

.brands-flower-div{
    position:absolute;
    top: -35px;
    left: -40px;
}
.brands-flower-img{
    height: 73px;
    width: 78px;
}
.brands-carousel-container{
    display:flex;flex-direction:column;gap:20px;margin-bottom: 45px;
    padding: 5% 0;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.brands-crsl-h{
    width:100%;font-size: 37px;font-weight: 600;font-family: GeneralSans;text-align: center;color: var(--dark-primary-colr);
}
.brands-crsl-txt{
    width:100%;font-size: 14px;font-weight: normal;font-family: Inter;text-align: center;color: var(--dark-faded);
}
.brands-crsl-btn-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.brands-crsl-btn-a{
    display: flex;justify-content: center;text-decoration: none !important;width: 100%;
}
.brands-crsl-btn{
    width: 260px; height: 60px;display: flex;justify-content: center;align-items: center;padding: 20px;border-radius: 10px;background-color: var(--dark-primary-colr);font-size: 14px;font-weight: bold;font-family: Inter;color: var(--white);
}
.brands-crsl-btn:hover{
    color: var(--white);
    background-color: var(--hvr-blue-violet);
}
.brands-crsl-btn:active{
    color: var(--dark-primary-colr);
    background-color: var(--prsd-blue-violet);
}
.brands-crsl-btn:focus{
    color: var(--white);
}
.brands-crsl-img{
    margin: auto;
    height: 30px;
}

@media screen and (max-width: 680px) {
    .brands-carousel-container{
        padding: 5% 6%;
    }
    .brands-flower-div{
        display:none;
    }
    .brands-crsl-btn{
        width: 100%;
    }
}

.brands-carousel-container .slick-slide {
  margin: 0 15px;
}

.brands-carousel-container.custom-slick-load {
    overflow-x: hidden;
}

.brands-carousel-container.custom-slick-load .slick-slider {
    width: 600%;
}

.brands-carousel-container.custom-slick-load .brands-crsl-img-div {
    display: inline-block;
    margin: 0 24px;
}

/* Bottom Promo */

.btmpromo-container{
    display:flex;margin-bottom:40px;direction: ltr;
}
.btmpromo-main{
    display: flex;width: 100%;background-color:var(--orange-cta);border-radius: 10px;position: relative;
}
.btmpromo-img-div{
    width: 49%;
    background-image:url(../images/btm-promo/petal-bg.png);
    background-position-x: right;
    background-position-y: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btmpromo-img{
    position: absolute;bottom: 0;height: 445px;left: 5%;object-fit: cover;
}
.btmpromo-msg-bx{
    width: 49%;padding:60px 25px 60px 50px;display:flex;flex-direction:column;gap: 40px;
}
.arabic-rtl .btmpromo-msg-bx{
    direction: rtl;
}
.btpromohi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index:6;
}

.btnpromo-h{
    font-size: 37px;font-weight: 600;font-family: GeneralSans;line-height: 1.3;color:var(--white);
}
.btnpromo-txt, .btnpromo-txt2{
    font-size: 16px;font-weight: normal;font-family: Inter;line-height: 1.3;color: rgba(255, 255, 255, 0.8);
}
.btnpromo-txt2{
    display: none;
}
.btmpromo-btn{
    width: 260px;height: 60px;display: flex;justify-content: center;align-items: center;padding: 20px;border-radius: 10px;background-color: var(--white);font-size: 14px;font-weight: bold;font-family: Inter;color: var(--orange-cta);
}
.btmpromo-btn:hover{
    color: var(--white);
    background-color: var(--orange-gradient);
}
.btmpromo-btn:active{
    color: var(--white);
    background-color: var(--dark-accent-color);
}
.btmpromo-btn:focus{
    color: var(--white);
}
.btnpromo-btn-div{
    text-decoration: none !important;
}

@media screen and (max-width: 880px) {
    .btmpromo-img{
        left: 0;
    }
    .btmpromo-msg-bx{
        padding: 30px 15px;
    }
    .btnpromo-h{
        font-size: 34px;
    }
    .btnpromo-txt{
        margin: 10px 0 25px 0;
    }
}
@media screen and (max-width: 750px) {
    .btmpromo-img{
        height: 100%;
    }
}
@media screen and (max-width: 680px) {
    .btmpromo-main{
        flex-direction: column-reverse;
    }
    .btnpromo-h{
        font-size: 37px;
    }
    .btmpromo-msg-bx{
        width: auto;
        padding: 20px;
    }
    .btnpromo-txt{
        display: none;
    }
    .btnpromo-txt2{
        display: block;
        font-size: 14px;
    }
    .btmpromo-img-div{
        width: auto;
        display: flex;
        justify-content: end;
        margin: 0 20px;
        background-position-x: 100%;
        background-position-y: center;
        background-size: 175px;
    }
    .btmpromo-img{
        position:relative;
        height: 300px;
    }
    .btnpromo-btn-div{
        display: flex;
        justify-content: center;
    }
    .btmpromo-btn{
        width: 100%;
    }
}
btnpromo-btn-div{
    z-index: 6;
}
/* Subscribe Counter */

.counter-sub-container{
    display:flex;width:auto;justify-content: center;margin-bottom:15px;padding-top: 20px;
}
.counter-sub-main{
    display: flex;width:100%;justify-content: center;gap:25px;
}
.arabic-rtl .counter-sub-main{/* rtl */
    flex-direction: row-reverse;
}
.counter-container{
    width: 58.8%;background-color: var(--orange-cta);
    border-radius: 10px;
    background-image: url(../images/cnt-sub/wireframe.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 94%;
}
.arabic-rtl .counter-container{
    background-position-x: 29px;
}
.counter-main{
    display: flex;flex-direction: column;gap:20px;
    padding: 35.5px 60px 35.5px 60px;
}
.counter-head{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 40%;color:var(--white);font-size: 12.5px;
}
.counter-h1{
    max-width: 560px;
    margin:0;font-weight: 600;
    font-size:37px;
    font-family: GeneralSans;
}
.counterh-msg{
    font-size: 12px;
    font-family: Inter;
    height: 32px;
}
.counterbx-btn-main{
    height: 60%;display: flex;gap: 10%;
}
.counterbx-main{
    width: 47%;display: flex;align-items: center;
}
.counterbx{
    display: flex;width: 100%;gap: 10px;
}
.counter-bx{
    display: flex;flex-direction: column;align-items: center;
}
.counter-num{
    height: 97px;width:95px;display: flex;justify-content: center;align-items: center;flex-shrink:0;border-radius: 10px;background-color: var(--white);font-size: 48px;font-weight: 700;color: var(--orange-cta);font-family: GeneralSans;
}
.counter-txt{
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 16px;font-weight: bold;color: var(--faded-orange);font-family: Inter;height: 32px;
}
.arabic-rtl .counter-txt{
    font-family: IBMPlexSansArabic-Regular;
}
.counterbtn-main{
    width: 43%;display: flex;align-items: end;justify-content: end;text-decoration: none !important;
}
.counter-btn{
    width: 95.2%;height: 60px;flex-grow: 0;display: flex;flex-direction: row;justify-content: center;align-items: center;padding: 20px;border-radius: 10px;background-color: var(--accent-color);border: none;color: var(--white);font-family: Inter;font-weight:bold;
}
.counter-btn:hover{
    color: var(--accent-color);
    background-color: var(--white);
}
.counter-btn:active{
    color: var(--dark-primary-colr);
}
/* subscribe */
.subscribe-container{
    width: 42%;display:flex;background-color: var(--dark-primary-colr);border-radius: 10px;gap:10px;
}
.subscribe-info{
    display:flex;flex-direction:column;justify-content: space-between;width:53%;padding: 35.5px 0 35.5px 30px;background: var(--dark-primary-colr);border-radius: 10px;gap: 15px;
}
.arabic-rtl .subscribe-info{
    padding: 35.5px 30px 35.5px 0;
}
.subscribe-h{
    align-self: stretch;
    font-stretch: normal;
    flex-grow: 0;
    height: 96px;
    font-size: 37px;font-weight: 700;color: var(--white);font-family: GeneralSans;line-height: 1.2;z-index:6;
}
.subscribe-txt, .subscribe-txt2{
    font-weight: normal;font-size: 9px;color: var(--faded-grey);line-height: 1.3;font-family: Inter;height: 48px;    z-index: 6;
}
.subscribe-txt2{
    display: none;
    height: 54px;
}
.subscribe-btn-div{
    margin-top: 5px;
    z-index: 6;
}
.subscribe-btn{
    width: 100%;height: 60px;display: flex;justify-content: center;font-size: 14px;font-weight: bold;color: var(--dark-primary-colr);padding: 20px;border-radius: 10px;background: var(--white);font-family: Inter;
}
.subscribe-btn:hover{
    color: var(--dark-primary-colr);
    background-color: var(--accent-color);
}
.subscribe-btn:active{
    color: var(--dark-primary-colr);
    background-color: var(--dark-accent-color);
}
.subscribe-btn:focus{
    color: var(--dark-primary-colr);
}
.subscribe-imgdiv{
    display:flex;width:49%;position: relative;
}
.subscribe-img{
    position: absolute;
    height: 316px;
    width: 238px;
    bottom: 0;
    right: -15px;
    max-width: none;
    z-index: 1;
}
.arabic-rtl .subscribe-img{
    left: 0;
    right: unset;
}
.subscribe-star{
    position: absolute;z-index: 0;width: 235px;right: 3px;max-width: unset;
}
.arabic-rtl .subscribe-star{
    right: unset;
    left: 0;
}

@media screen and (max-width: 1300px) {
    .counter-main{
        padding: 35.5px 35px;
    }
}
@media screen and (max-width: 1150px) {
    /* counter */
    .counter-sub-main{
        height: max-content;
        gap: 20px;
    }
    .counter-h1{
        font-size: 35px;
    }
    .counterh-msg{
        font-size: 12px;
        font-family: Inter;
    }
    .counter-num{
        height: 77px;
        width: 77px;
        font-size: 35px;
    }
    .counterbtn-main{
        justify-content:end;
    }
    .counter-btn{
        height: 50px;
        font-size: 12px;
    }
    /* subscribe */
    .subscribe-info{
        width: 60%;
    }
    .subscribe-h{
        font-size: 35px;
        height: auto;
    }
    .subscribe-txt{
        height: auto;
    }
    .subscribe-btn{
        height:50px;
        padding:0;
        align-items: center;
    }
    .subscribe-imgdiv{
        width: 40%;
    }
}
/* @media screen and (max-width: 970px) {
    .counterbx{
        gap: 5px;
    }
} */
@media screen and (max-width: 970px) {
    /* counter */
    .counter-h1{
        line-height: 1;
        font-size: 32px;
    }
    .counterbx-main{
        width: 52%;
    }
    .counterbx{
        gap: 5px;
    }
    .counter-num{
        height: 67px;
        width: 67px;
        font-size: 33px;
    }
    .counter-txt{
        font-size: 14px;
    }
    .counterbx-btn-main{
        gap: 0%;
        justify-content: space-between;
    }
    .counterbtn-main{
        width: 35%;
    }
    .counter-btn{
        height: 45px;
        width: 100%;
    }
    /* subscribe */
    .subscribe-h{
        line-height: 1;
        font-size: 32px;
    }
    .subscribe-btn{
        height: 45px;
        width: 95%;
    }
}
@media screen and (max-width: 810px) {
    .counter-main{
        gap:15px;
        padding: 35.5px 25px;
    }
    .counter-h1{
        margin: 0;
    }
    .counterbx-btn-main{
        flex-direction: column;
    }
    .counterbx-main{
        width: 100%;
    }
    .counterbx{
        justify-content: space-evenly;
        /* gap: 5%; */
    }
    .counter-num{
        height: 97px;
        width: 95px;
    }
    .counterbtn-main{
        width: auto;
        justify-content: center;
    }
    .subscribe-h{
        height: unset;
    }
}
@media screen and (max-width: 680px) {
    .counter-sub-container{
        width:auto;
    }
    .counter-sub-main, .arabic-rtl .counter-sub-main{
        flex-direction:column;
        gap:15px;
    }
    .counter-container{
        width:auto;
        padding: 6%;
        background-size: 350px;
        background-position-x: 100%;
        background-position-y: 146px;
    }
    .counter-main{
        gap:20px;
    }
    .counter-h1{
        font-size: 37px;
        margin-bottom:10px;
    }
    .counterbx{
        justify-content: space-between;
    }
    .counterh-msg{
        font-size: 14px;
    }
    .counter-num{
        height: 130px;
        width: 130px;
        font-size: 52px;
    }
    .counterbtn-main{
        margin-top: 15px;
    }
    
    .counter-btn{
        height: 65px;
        font-size:17px;
        width: 100%;
        
    }
    .subscribe-container{
        width: auto;
        flex-direction: column;
    }
    .subscribe-info, .arabic-rtl .subscribe-info{
        width: auto;
        padding:8% 6% 0 6%;
        border-radius: 10px 10px 0px 0px;
    }
    .subscribe-h{
        font-size: 37px;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .subscribe-txt{
        display:none;
    }
    .subscribe-txt2{
        display: block;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .subscribe-btn{
        height: 60px;
        width: 100%;
        font-size: 17px;
        font-weight: bold;
    }
    .subscribe-imgdiv{
        width: auto;
        justify-content: center;
        overflow: hidden;
        background-image:url(../images/cnt-sub/sub-star.png);
        background-position-x: center;
        background-position-y: 8px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .subscribe-img{
        position: relative;
        height: 310px;
        margin-top: 15px;
        margin-bottom: -95px;
    }
    .subscribe-star{
        display: none;
    }
}
@media screen and (max-width: 612px) {
    .counter-num{
        height: 115px;
        width: 115px;
    }
}
@media screen and (max-width: 550px) {
    .counter-main{
        padding: 4%;
    }
    .counter-num{
        height: 108px;
        width: 108px;
    }
}
@media screen and (max-width: 495px) {
    .counter-num{
        height: 98px;
        width: 98px;
    }
}
@media screen and (max-width: 450px) {
    .counter-container{
        background-size: 283px;
        background-position-y: 140px;
    }
    /* .counter-num{
        height: 90px;
        width: 90px;
    } */
    .counter-main{
        padding: 0;
    }
}
@media screen and (max-width: 390px) {
    .counterbx{
        justify-content: unset;
        gap: 3.5%;
    }
    .counter-bx{
        width: 37.5%;
    }
    .counter-num{
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (min-width: 681px) and (max-width: 1177px) {
    .subscribe-container {
        flex-direction: column;
    }

    .subscribe-h {
        height: auto;
    }

    .subscribe-info, .arabic-rtl .subscribe-info {
        width: auto;
        margin: 0 auto;
        padding: 35.5px 30px 0px 30px;
        border-radius: 10px;
    }

    .subscribe-txt {
        display: none;
    }

    .subscribe-txt2 {
        display: block;
        height: 26px;
    }

    .subscribe-btn {
        width: 100%;
    }

    .subscribe-imgdiv {
        width: auto;
        height: -webkit-fill-available;
        justify-content: center;
        overflow: hidden;
        background-image: url(../images/cnt-sub/sub-star.png);
        background-position-x: center;
        background-position-y: 8px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .subscribe-img, .arabic-rtl .subscribe-img {
        position: absolute;
        height: auto;
        width: 50%;
        top: 0;
        right: initial;
        margin-top: 0;
        margin-bottom: 0;
        left: unset;
    }

    .subscribe-star {
        display: none;
    }
}

@media only screen and (min-width: 811px) and (max-width: 1177px) {
    .subscribe-img, .arabic-rtl .subscribe-img {
        width: 28%;
        left: unset;
    }
}

/* Popular Vouchers */

.pop-vouchers-container{
    display:none;
    flex-direction:column;gap: 20px;padding: 0 70px;
}
.pop-vouchers-head{
    text-align: center;
}
.pop-vouchers-h{
    font-size: 48px;font-weight: 600;font-family: GeneralSans;color: var(--dark-primary-colr);
}
.pop-vouchers-txt{
    font-family: Inter;font-size: 14px;font-weight: normal;color: var(--dark-faded);
}
.pop-vouchers-slider-main{
    margin: 13px 0 60px 0;
}
.pop-vouchers-slider-main .slick-list.draggable{
    direction: ltr;
}
.pop-voucher-main, .our-voucher-main{
    display: flex;justify-content: center;color: var(--dark-primary-colr) !important;text-decoration: none !important;
}
.pop-vouchers-container .slick-slide{
    margin: 0 10px;
}
.pop-voucher-card, .our-voucher-card{
    display:flex;flex-direction:column;width: 100%;gap:20px;
}
.pop-voucher-img, .our-voucher-img{
    width: 100%;aspect-ratio: 1/1.25;border-radius:10px;overflow:hidden;background-position: center;background-size: cover;border: 1px solid #EBEBEB;;

}
.pop-voucher-name-bx, .our-voucher-name-bx{
    height: auto;display: flex;justify-content: center;align-items: center;
}
.pop-voucher-name, .our-voucher-name{
    font-size: 16px;font-weight: 600;font-family: Inter;color: var(--dark-primary-colr);text-align: center;
}
@media screen and (max-width: 680px) {
    .pop-vouchers-container{
        padding: 0px;
    }
    .pop-vouchers-head{
        padding: 0 15px;
    }
    .pop-vouchers-h{
        font-size: 37px;
    }
    .pop-voucher-card{
        width: 172px;
    }
    .pop-voucher-img{
        height: 208px;
    }
}
@media screen and (max-width: 590px) {
    .pop-vouchers-container .slick-slide{
        margin: 0 5px;
    }
}
@media screen and (max-width: 500px) {
    .pop-vouchers-container .slick-list{
        margin: 0 -25px;
    }
}

/* Our Vouchers */

.our-vouch-container{
    margin-bottom: 40px;display:flex;flex-direction:column;gap: 40px;padding: 0 70px;
}
.our-vouch-h{
    font-size: 48px;font-weight: 600;font-family: GeneralSans;text-align: center;color:var(--dark-primary-colr);
}
.our-vouch-msg{
    font-size: 14px;font-weight: normal;font-family: Inter;text-align: center;color: var(--dark-faded);margin-bottom: 20px;
}
.our-voucher-main:nth-child(n+11){/* show only 10 cards */
    display: none;
}
.our-vouch-grid{
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.our-vouch-container a:visited, .our-vouch-container .alink:visited, .our-vouch-container a:hover,.our-vouch-container .alink:hover{
    color: var(--dark-primary-colr) !important;
    text-decoration: none !important;
}
.our-vouch-btn-div{
    display: flex;justify-content: center;text-decoration: none;text-decoration: none;
}
.our-vouch-btn{
    width: 260px;height: 60px;display: flex;justify-content:center;align-items: center;padding: 20px;border-radius: 10px;background-color: var(--primary-color);font-family: Inter;font-size: 14px;font-weight: bold;color:var(--white);
}
.our-vouch-btn:hover{
    color: var(--white);
    background-color: var(--hvr-blue-violet);
}
.our-vouch-btn:active{
    color: var(--dark-primary-colr);
    background-color: var(--prsd-blue-violet);
}
.our-vouch-btn:focus{
    color: var(--white);
}
.our-pro-empty-container{
    height: 229px;
    padding: 10px 60px;
    border-radius: 10px;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background-color: #f8ddff;
}
.our-pro-empty-img{
    width: 209px;
    height: 209px;
    background-image:url('../images/our-pro/speaker.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.our-pro-empty-text{
    max-width: 623px;
    width: 100%;
    font-family: GeneralSans;
    font-size: 37px;
    font-weight: 600;
    color: var(--dark-primary-colr);
}
@media (max-width: 1260px) {
    .our-vouch-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .our-voucher-main:nth-child(n+9){/* show only 8 cards */
        display: none;
    }
}

@media (max-width: 1040px) {
    .our-vouch-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .our-voucher-main:nth-child(n+7){/* show only 6 cards */
        display: none;
    }
}

@media (max-width: 820px) {
    .our-vouch-grid {
        grid-template-columns: repeat(2, 1fr);
    
    }
    .our-voucher-main:nth-child(n+5){/* show only 4 cards */
        display: none;
    }
}

@media (max-width: 680px) {
    .our-vouch-container {
        margin-bottom:15px;
        padding: 0 0;
    }
    .our-vouch-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    
    }
    .our-voucher-main:nth-child(n+5){/* show only 4 cards */
        display: flex;
    }
    .our-voucher-main:nth-child(n+7){/* show only 6 cards */
        display: none;
    }
    .our-vouch-h{
        font-size: 37px;
    }
    .our-pro-empty-container{
        height: auto;
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }
    .our-pro-empty-img{
        width: 188px;
        height: 184px;
    }
    .our-pro-empty-text{
        font-size: 37px;
        font-weight: 600;
    }
}
@media (max-width: 510px) {
    .our-vouch-btn{
        width: 100%;
    }
    .our-vouch-grid{
        grid-gap: 10px;
    }
}
@media (max-width: 389px) {
    .our-vouch-container{
        padding: 0;
    }
    .our-vouch-msg{
        padding: 0 15px;
    }
    .our-vouch-btn{
        width: 92%;
    }
}
@media (max-width: 370px) {
    .our-vouch-container{
        align-items: center;
    }
    .our-voucher-main{
        justify-self: center;
        align-items: center;
    }
    .our-vouch-grid{
        width: 98%;
    }
    .our-voucher-main{
        width: 100%;
    }
    .our-vouch-btn-div{
        width: 100%;
    }
}

/* Testimonial */

.testim-container{
    margin-bottom: 30px;display:flex;gap: 20px;height: 380px;
}
.testim-msg-container{
    width: 34.5%;aspect-ratio: 1.3 / 1;display:flex;flex-direction:column;border-radius:10px;justify-content: center;border: solid 1px #ebebeb;
}
.testim-msg-img-main{
    display:flex;padding:2% 13%;
}
.arabic-rtl .testim-msg-img-main{
    justify-content: end;
}
.testim-msg-img-div{
    width: 25px;height: 25px;display: flex;justify-content: center;align-items: center;border-radius: 4px;background:#ffd6c5;
}
.testim-msg-img{
    height: 15px;
}
.testim-msg-h{
    font-size: 37px;font-weight: 600;font-family: GeneralSans;color:var(--dark-primary-colr);padding:2% 13%;
}
.testim-msg{
    font-size: 14px;font-weight: normal;font-family: Inter;color:var(--dark-faded);padding:2% 13%;
}
.testim-slider-container{
    background:var(--dark-primary-colr);width: 64.1%;border-radius:10px;display: flex;flex-direction: column;justify-content: center;position: relative;
}
.smiling-face-div{
    height: 50px;width: 50px;position: absolute;top: -35px;right: 55px;border-radius: 15px;display: flex;align-items: center;justify-content: center;background-color: #fff2c5;box-shadow: 0 40px 30px 0 rgba(25, 25, 46, 0.04);
}
.arabic-rtl .smiling-face-div{
    right: -50%;
}
.smiling-face-img{
    height: 36px;
}
.testim-slider-main{
    display:flex;flex-direction:column;
}
.testim-userreview-container{
    display:flex;flex-direction:column;gap: 20px;
}
.arabic-rtl .testim-userreview-container{
    direction: rtl;
}
.testim-quote-img{
    height: 15px;
}
.testim-userreview-msg{
    font-size: 16px;font-weight: normal;font-family: Inter;color:var(--white);
}
.testim-user-container{
    display:flex;gap: 7px;
}
.arabic-rtl .testim-user-container{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.testim-user-avatar{
    height: 40px;
}
.testim-user-info-main{
    display:flex;flex-direction:column;justify-content: center;
}
.testim-user-name{
    font-size: 9px;font-weight: bold;font-family: Inter;color:var(--white);
}
.testim-user-status{
    font-size: 9px;font-weight: normal;font-family: Inter;opacity: 0.5;color:var(--white);
}
.testim-rating-main{
    display:flex;
}
.testim-rating-star{
    height: 5px;margin-right: 3px;
}
.testim-btn-main{
    color:var(--white);padding: 2% 6% 0 6%;display:flex;gap: 20px;
}
.arabic-rtl .testim-btn-main{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.testim-container .slick-prev.slick-arrow, .testim-container .slick-next.slick-arrow{
    position: relative;
    height: 24px;
    width: 24px;
    top: 0;
    left:0;
    right:0;
    -webkit-transform: none;
    transform: none;
    background: transparent;
}
.testim-container .slick-prev.slick-arrow::before, .testim-container .slick-next.slick-arrow::before{
    color:var(--white);
    display: inline-block;
    text-align: center;

    line-height: 24px;
    font-size: 19px;
    font-weight: 600;
}

.testim-slider{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    height: 0px;
}

.testim-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media screen and (max-width: 910px) {
    .testim-msg-h{
        font-size:33px;
        padding: 2% 10%;
    }
    .testim-msg{
        padding: 2% 10%;
    }
}
@media screen and (max-width: 750px) {
    .testim-msg-h{
        font-size:31px;
        padding: 2% 8%;
    }
    .testim-msg{
        padding: 2% 8%;
    }
    .counter-head{
        gap: 20px;
    }
}
@media screen and (max-width: 680px) {
    .testim-container{
        flex-direction: column;
        gap:15px;
        height: auto;
    }
    .testim-msg-container{
        width:auto;
        aspect-ratio: unset;
        padding:5%;
    }
    .testim-msg-img-main, .testim-msg-h, .testim-msg{
        padding: 2% 0;
    }
    .testim-msg-img-div{
        width: 30px;
        height: 30px;
    }
    .testim-msg-img{
        height: 20px;
    }
    .testim-msg-h{
        font-size: 37px;
    }
    .smiling-face-div{
        display:none;
    }
    .testim-quote-div{
        display: flex;
        justify-content: center;
    }
    .testim-quote-img{
        height: 30px;
    }
    .testim-slider-container{
        width:auto;
    }
    .testim-slider-main{
        margin: 20px 0;
    }
    .testim-userreview-msg{
        font-size: 12px;
    }
    .testim-user-container{
        justify-content: center;
    }
    .testim-btn-main{
        justify-content: center;
        gap: 30px;
    }
}
@media screen and (max-width: 500px) {
    .testim-msg-img-main, .testim-msg{
        padding:0;
    }
    .testim-quote-img{
        height: 20px;
    }
    
}

.subscribe-link:hover {
    text-decoration: none; 
}
.subscribe-link {
    text-decoration: none; 
}

/* arabic font */
.arabic-rtl .counter-h1,
.arabic-rtl .subscribe-h,
.arabic-rtl .counter-btn,
.arabic-rtl .brands-crsl-h,
.arabic-rtl .brands-crsl-btn,
.arabic-rtl .pop-vouchers-h,
.arabic-rtl .our-vouch-h,
.arabic-rtl .our-vouch-btn,
.arabic-rtl .testim-msg-h,
.arabic-rtl .btnpromo-h,
.arabic-rtl .btmpromo-btn,
.arabic-rtl .pop-voucher-name,
.arabic-rtl .our-voucher-name,
.arabic-rtl .subscribe-btn,
.arabic-rtl .testim-user-info-main
{
    font-family: IBMPlexSansArabic-Bold;
}
.arabic-rtl .counterh-msg,
.arabic-rtl .subscribe-txt,
.arabic-rtl .subscribe-txt2,
.arabic-rtl .brands-crsl-txt,
.arabic-rtl .pop-vouchers-txt,
.arabic-rtl .our-vouch-msg,
.arabic-rtl .testim-msg,
.arabic-rtl .btnpromo-txt,
.arabic-rtl .btnpromo-txt2,
.arabic-rtl .testim-userreview-msg,
.arabic-rtl .testim-user-name,
.arabic-rtl .testim-user-status
{
    font-family: IBMPlexSansArabic-Regular;
}
/* arabic font */
