.edit{top: 0}
/*Reviews - 1*/
*{font-family: var(--fontfamily)}

.testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial1-heading{
    letter-spacing: 1px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial1-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial1-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial1-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 8px;
    position: relative
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: var(--themecolor);
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.client-comment p{
    font-size: 15px;
    color: var(--textcolor);
    max-height: 96px;
    overflow-y: scroll;
    margin-bottom: 6px;
}
 
/*    scrollbar*/
    .scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}

/* div box */
.scrollbar {
    min-width: 150px;
    background: #fff;
    overflow-y: scroll}
.overflow{min-height: 100vh}
/*    scrollbar*/
    
@media(max-width:1060px){
    .testimonial1-box{
        width:46%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial1-box{
        width:100%;
    }
    .testimonial1-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}

/*Reviews - 1*/

/*Reviews - 2*/
.wrapper {
  columns: 3;
  column-gap: 10px;
  max-width: 990px;
  margin: 0 auto;
}
.wrapper > .item {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
  break-inside: avoid;
    position: relative
}
.wrapper > .item small::before{content: "\f007"; font-family: "Font Awesome 5 Pro"; margin-right: 4px; font-weight: bold; color: var(--themecolor)}
.wrapper > .item i{display: block; font-size: 30px; color: var(--themecolor)}
.wrapper > .item i:nth-of-type(2){text-align: right;}
.wrapper > .item p{color: var(--textcolor);}
.wrapper > .item small{color: var(--textcolor);}
@media screen and (max-width:500px) {
    .wrapper {
      columns: 1;
    }
}

/*Reviews - 2*/
/*Reviews - 3*/

.testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial2-heading{
    letter-spacing: 1px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial2-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial2-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial2-box{
    max-width:1000px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 8px;
    position: relative;
	width:100%;
}
.wrapper .item small {
    font-weight: bold;
}
@media(max-width:790px){
    .testimonial2-box{
        width:100%;
    }
    .testimonial2-heading h1{
        font-size: 1.4rem;
    }
}
/*Reviews - 3*/