
.team-area-10 .team-items .single-item {
    margin-bottom: 3%;
}
.team-area-10 .team-items .item {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 9px 0 rgb(96 94 94 / 17%);
    transition: .5s;
    border-radius: 30px;
}

.team-area-10 .team-items .item:hover {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-area-10 .single-item.team-standard .thumb {
    overflow: hidden;
}
.team-area-10 .team-items .item .thumb {
    position: relative;
    z-index: 1;
}
.team-area-10 .single-item.team-standard .thumb .social {
    bottom: -55px;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.team-area-10 .single-item.team-standard .item:hover .thumb .social {
    bottom: 0;
}
.team-area-10 .single-item.team-standard .thumb .social ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    border: 1px solid #855ae6 ;
    display: inline-block;
    padding: 1% 3%;
}
.team-area-10 .single-item.team-standard .thumb .social li {
    display: inline-block;
}
.team-area-10 .single-item.team-standard .thumb .social li a {
    color: #5f5f5f;
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px 0;
}

.team-area-10 .single-item.team-standard .thumb .social li a:hover{
    -webkit-transform: scale(1.5) rotate(4deg);
    transform: scale(1.5) rotate(4deg);
    cursor: pointer;
    background: -webkit-linear-gradient(-45deg, #a2759b, #855ae6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-area-10 .team-items .item .info {
    background: #ffffff none repeat scroll 0 0;
    padding: 4%;
}
.team-area-10 .team-items .item .info h4 {
    font-family: boldstrom, sans-serif;
    font-size: 30px;
    background: -webkit-linear-gradient(-45deg, #a2759b, #855ae6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team-area-10 .single-item.team-standard .item .info span {
    font-family: aeonik, sans-serif;
    font-size: 16px;
    color: #c1a9b9;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.team-area-10 .single-item.team-standard .item .info span::after {
    background: #a2759b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 4%;
}
.team-area-10 .team-items .item .info p:last-child {
    margin-bottom: 0;
	color: #777;
    line-height: 3%;
	font-size: 16px;
}

.team-area-10 .single-item.team-standard .thumb img{
    width: 100%;
    border: 1px solid #855ae6;
}


.text-bg-light {
    --bs-card-border-color: #855ae6;
}

.card-header {
    background: linear-gradient(45deg, #a2759b, #855ae6);
    --bs-card-border-color: #a2759b;
    color: #fff;
}

.card-body img {
    border-radius: 10px;
}
.section-header img {
    vertical-align: middle;
}
