.review-block{
    background-color: #FFFFFF;
    width: 386px;
    height: 263px;
    border-radius: 20px;
    border-radius: 16px;
    box-shadow:  18px 18px 36px #d0d0d0,
                 -18px -18px 36px #f0f0f0;
}
.review-card{
    width: 350px;
    height: 250px;
    background-color: #ffffff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    flex: 0 0 auto !important;
    animation: slide 25s linear infinite; 
    
}

.slider{
    position: relative;
    width: 100%;
}

.myslider{
    height: 100%;
    overflow: hidden;
    display: none;
}

.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade{
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}

@keyframes fade{
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}

.myslider img{
    width: 100%;
    transform: scale(1.5,1.5);
    -webkit-animation-name: zoomin;
    -webkit-animation-duration: 40s;
    animation-name: zoomin;
    animation-duration: 40s;
}

@-webkit-keyframes zoomin{
    0% {transform: scale(1,1);}
    100% {transform: scale(1.5,1.5);}
}

@keyframes zoomin{
    0% {transform: scale(1,1);}
    100% {transform: scale(1.5,1.5);}
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-150%); /* Slide all the content to the left */
    }
}
.review-block img{
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.review-block h4{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 155%;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}

.review-block p{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.flex{
    display: flex;
    align-items: center;
}

.flex1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cust-det{
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 20px;
}

.swiper{
    padding: 0 50px !important;
}

.bt1{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up {
    display: flex;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    top: 15%;
    left: 30%;
    z-index: 1;
    border-radius: 10px;
    width: 500px;
    padding: 3%;
    background: #251c15;
    box-shadow:  7px 7px 14px #16110d,
                 -7px -7px 14px #34271d;
}

#popup.active {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.pop-up form{
    width: 100%;
}

.pop-up form input{
    width: 100%;
}

.pop-up form select{
    width: 100%;
}

.cus-cont#Wrapper.active{
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
}

.cus-sty{
    height: 164px !important;
    width: 294px;
    object-fit: cover;
}

.color{
    color: #bb664d !important;
}

.image{
    width: 199px;
    border-radius: 15px;
    height: 112px !important;
    object-fit: cover;
}

.cus-col{
    color: #dddddd;
}

.cus-pad{
    padding-top: 75px;
}

.cus-img-height{
    height: 66px;
}

.cus-img-width{
    width: 90% !important;
}

@media (max-width:900px){
    .swiper-wrapper{
        height: 390px !important;
    }

    .review-block{
        height: 310px;
    }

    .review-card{
        width: 100%;
    }

    .cus-col{
        color: #649159;
    }

    .pop-up{
        left: 4%;
        width: 85%;
    }
    .counter-mob{
        flex-direction: column;
    }
    .cus-width{
        width: 100% !important;
    }

    .cus-btn{
        line-height: 10px !important;
        font-size: 11px !important;
        padding: 12px 21px !important;
    }

    .cus-font{
        font-size: 17px;
        line-height: 20px;
    }

    .cus-vis{
        display: none !important;
    }

    .cus-pad{
        padding-top: 20px;
    }

    .cus-img-width{
        width: 123px !important;
        height: 86px !important;
    }
}