/*.thlanding-def-msv-marquee{*/
/*    --space: 10px;*/
/*    display: grid;*/
/*    gap: var(--space);*/
/*}*/

/*.marquee__group {*/
/*    flex-shrink: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-around;*/
/*    gap: var(--gap);*/
/*    min-width: 100%;*/
/*    animation: scroll var(--duration) linear 0s infinite normal none running;*/
/*}*/
/*.marquee--reverse .marquee__group {*/
/*    animation-direction: reverse;*/
/*    animation-delay: calc(var(--duration) / -2);*/
/*}*/

/*@keyframes scroll {*/
/*    0% {*/
/*        transform: translateX(50%);*/
/*    }*/

/*    100% {*/
/*        transform: translateX(calc(-50% - var(--gap)));*/
/*    }*/

/*}*/

 .thlanding-demo-block{
     background: #fff;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0px 15px 85px rgba(0, 0, 0, 0.07);
        transform: translate(0px);
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
 }
  .thlanding-demo-block:hover{
      transform: translateY(-10px);
  }
 .thlanding-demo-block-image{
     position:relative;
      border-radius: 24px;
 }
  .thlanding-demo-block img{
      width:100%;
      border-radius: 24px !important;
  }
  .thlanding-demo-block-content {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
}
.thlanding-demo-block-content h3{
    font-size: 20px;
    color: #2B2F3E;
    margin: 0;
    font-weight: 500;
}
 .thlanding-demo-block:hover h3 a,
  .thlanding-demo-block:hover h3 a:hover{
     color:#3C9581;
 }
.thlanding-demo-block:hover .bottom-anchor-partd-thlanding {
     -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
 }
.thlanding-demo-block-content h3 a{
     color: #2B2F3E;
}
.thlanding-demo-image-hvr-overlay{
    position:relative;
}
.thlanding-demo-image-hvr-overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 83%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    border-radius: 24px;
    transition: 300ms ease-out;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.thlanding-demo-image-hvr-overlay svg{
        transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
 .thlanding-demo-block:hover .thlanding-demo-image-hvr-overlay {
     opacity:1;
     visibility:visible;
 }
.marquee {
    --duration: 60s;
    --gap: var(--space);
}
.marque-content-section{
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 10px;
    align-items: baseline;
    box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.03);

}
.marque-content-section p{
    margin-bottom: 0;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 150%;
}
.marque-content-section i ,.marque-content-section svg{
color: #717171;
}
.marquee-wrapper-two {
    background-color: #ffffff00;
}

.marquee--item{
    width:auto;
    margin-right:20px;
    float: left;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 280ms linear 0ms;
    -o-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}
.marquee--item--cl{
    width:110px;
    margin-right:20px;
    float: left;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 280ms linear 0ms;
    -o-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}
.reviewer-info{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}
.review-cl-logo-wraper img{
    max-width:180px !important;
}
.patinets-single-review-st03,
.patinets-single-review-st04{
    min-height:auto;
}
.reviewer-info .rev-nem{
color: #717171;
    font-size: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
@media(min-width:1300px){
    .patinets-single-review-st03{
        padding: 0 10px;
    }
    .review-cl-logo-wraper {
        margin-bottom: 10px !important;
    }
    .marquee--item{
        width:auto;
    }
}