html,body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin: 0px;
}
.testimonial-card {
    /* background: #090909 !important;
    border: none !important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1) !important;
    margin-top: 66px;
    padding: 89px 40px 150px !important;
    overflow: visible !important;
    border-radius: 0px !important;
    width: 467px;
    color: white; */

    background: #121212;
    
    list-style: none;
    cursor: grab;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    transition-duration: .5s;
    transition-property: border,background,transform;
    will-change: transform;
    height: auto;

    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1)!important;
    overflow: visible!important;
    /* border-radius: 0px!important; */
    margin-top: 66px;
    padding: 80px 30px 105px!important;
    padding: 80px 30px 25px!important;
    width: 467px;
    /* margin-right: 30px; */
    border-radius: 5px;
    border: 1px solid var(--bs-border-color-translucent);
}
.testimonial-card p {
    list-style: none;
    cursor: grab;
    box-sizing: border-box;
    /* color: #EDEDED; */
 
    font-weight: 400;
    text-transform: none;
    line-height: 150%;
    text-align: center!important;
    overflow: auto;
    padding-right: 8px;
    font-size: 18px!important;
    margin-top: 25px;
    min-height: 110px;
    height: 110px;


}

/* width */
.testimonial-card ::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .testimonial-card ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 2px;
    background-color: #ffffff;
  }
  
  /* Handle */
  .testimonial-card ::-webkit-scrollbar-thumb {
    background: #ef0b14;
    border-radius: 2px;
  }


.testimonials-card-top{
    /* list-style: none;
    cursor: grab;
    box-sizing: border-box;
    display: flex;
    padding-block-start: 15px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-block-end: calc( 0px / 2 );
    font-family: "Audiowide-Regular", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 140%; */



    list-style: none;
    cursor: grab;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    text-align: center!important;
    width: 100%!important;
    margin-inline-start: 0px;
    margin-inline-end: 0;
    /* color: white; */
}
.elementor-testimonial__name {
    list-style: none;
    cursor: grab;
    font-style: normal;
    text-align: center!important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var( --e-global-color-primary );
    font-weight: 400;
    text-transform: uppercase;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 22px!important;
}
.elementor-testimonial__title{
    list-style: none;
    cursor: grab;
    font-style: normal;
    text-align: center!important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var( --e-global-color-primary );
    font-weight: 400;
    text-transform: capitalize;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    font-size: 18px!important;
}
.testimonial-image{
    list-style: none;
    cursor: grab;

    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 140%;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.testimonial-image img{
    list-style: none;
    cursor: grab;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 140%;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* width: 130px;
    height: 130px; */
    border-radius: 100%;

}
.elementor-testimonial__icon {
    list-style: none;
    cursor: grab;

    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    margin-inline-start: auto;
    color: var(--e-testimonial-icon-color);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(75%,40%);
    font-size: 48px;
}



.swiper {
  
    width: 100%;
    max-width: 1480px;
    /* height: 300px;
    margin-top: 40px; */
  }
  .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #EEE; */
  }
  .testimonial-card.swiper-slide{
    display: block;
  }

  .testimonials-section {
    /* padding: 100px 0px; */

    background: #161616;
  }