/* Your existing styles for other elements */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Nunito:wght@800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

  
 .testimonial.slide,.testimonial_sm.slide {
    outline: none;
    width: 100%;
    border: none;
     /* Remove the outline added by slick */
  }
  /* .tesimonial .slick-active{
    width: 100%;
  } */
  a{
    text-decoration: none;
}
  .card {
   
    border-radius: 25px;
    overflow: hidden;
    margin: 0 5px;
   border: none !important;
  }
  
  .review-user img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .card-content {
    padding: 5px;
    margin-left: 65px
    
  }
  
   
   .section-9 p {
    color: #555;
    text-align: center;
    font-size: smaller;
  }
  
  .rating {
    text-align: right;
    
  }
  .review-slider .rating{
    margin-top: -28px;
    margin-left: 25px;
  }
  
  .user-name .star{
   
    color: #FFD700; /* Golden yellow color for filled stars */
    margin-right: 5px;
  }
 
   .icon-g{
    width: 35px;
  
  }
  .review-user{
   margin: 5px;
   display: flex;
    justify-content: flex-start;
    align-items: center;
   width: 50px;
  }
  .review-user p{
    margin-left: auto;
  }
  .user-name{
    font-size: large;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 30px;
 
  }
  .user-name span{
    color: gray;
    font-size: 12px;

  }
  .slick-prev,.slick-next{
    display: none !important;
  }
  .rating{
    text-align: center;
  }
  .review-header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.review-img{
    align-items: center;
    display: flex;
    justify-content: center;
}
.review-slider{
  width: 70%;
}
@media screen and (max-width:768px) {
  
.testimonial_sm.slide{
  width: 100% !important;
}

.section-9{
  display: flex;
  flex-direction: column;
}
.section-rew{
  flex-direction: column;
}
  
}
.review_hd{
  display: flex;
  align-items: center;
}

/* Add this CSS to your existing stylesheet */
 /* .vertical-slider {
  display: flex;
  flex-direction: column;
}

.vertical-slider .slide {
  width: 100%;
  height: auto; 
  margin: 10px 0;
}


.vertical-slider .slider {
  width: auto;
  height: 200px; 
  transform: rotate(270deg); 
}

.vertical-slider .slider::-webkit-slider-thumb {
  transform: rotate(90deg); 
}

.vertical-slider .slider::-moz-range-thumb {
  transform: rotate(90deg); 
}  */
.testimonial.slider{
  width: 40%;
}
.section-rew{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-rew h2{
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.review-header p{
  font-size: 22px;
}
.star{
  font-size: 22px;
}
#star::before{
content: "";
}
