/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*opacity*/
/*opacity- end*/
.customer-testimonial {
    position: relative;
  }
  .customer-testimonial .view-btn {
    position: absolute;
    top: -7rem;
    right: 0;
  }
  @media only screen and (max-width: 1023px) {
    .customer-testimonial .view-btn {
      right: 2rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .customer-testimonial .view-btn {
      top: -3.5rem;
      right: 0;
    }
  }
  
  .cp-customer-testimonial {
    max-width: 29.6rem;
    min-height: 31.6rem;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
  }
  @media only screen and (max-width: 768px) {
    .cp-customer-testimonial {
      border-radius: 1.2rem;
      -webkit-border-radius: 1.2rem;
      -moz-border-radius: 1.2rem;
    }
  }
  .cp-customer-testimonial .video-wrap {
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    height: 14.4rem;
    position: relative;
  }
  .cp-customer-testimonial .video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .cp-customer-testimonial .video-wrap img {
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    object-fit: contain;
  }
  @media only screen and (max-width: 768px) {
    .cp-customer-testimonial .video-wrap {
      max-height: 14.4rem;
      border-radius: 1.2rem;
      -webkit-border-radius: 1.2rem;
      -moz-border-radius: 1.2rem;
    }
    .cp-customer-testimonial .video-wrap img {
      border-radius: 1.2rem;
      -webkit-border-radius: 1.2rem;
      -moz-border-radius: 1.2rem;
    }
  }
  .cp-customer-testimonial .video-wrap .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.8rem;
    color: #FFFFFF;
    z-index: 2;
    cursor: pointer;
  }
  .cp-customer-testimonial .content-wrap {
    padding: 1.6rem 2rem 2.4rem;
  }
  @media only screen and (max-width: 768px) {
    .cp-customer-testimonial .content-wrap {
      padding: 1.6rem;
    }
  }
  .cp-customer-testimonial .c-title {
    font-family: "Poppins Regular";
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .cp-customer-testimonial .client-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
    width: 100%;
  }
  .cp-customer-testimonial .client-details .img-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .cp-customer-testimonial .client-details .details-wrap .client-name {
    font-family: "Poppins Semibold";
    font-size: 1.4rem;
    line-height: 2rem;
    color: #333333;
  }
  .cp-customer-testimonial .client-details .details-wrap .client-location {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #666666;
  }
  .cp-customer-testimonial.typ-content:before {
    content: "";
    width: 14.5rem;
    height: 17rem;
    background: url(../../../../../content/dam/aashiyana/home/logo/comment-img.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .cp-customer-testimonial.typ-content .video-wrap {
    display: none;
  }
  .cp-customer-testimonial.typ-content .content-wrap {
    padding: 2.2rem 2rem;
    position: relative;
    z-index: 1;
  }
  .cp-customer-testimonial.typ-content .c-title {
    -webkit-line-clamp: 7;
    margin-bottom: 0.8rem;
    min-height: 16.8rem;
  }
  
  /*# sourceMappingURL=cp-customer-testimonial.css.map */