.team-style1 {
    border-radius: 14px;
    position: relative;
    transition: all ease .4s;
    background-image: linear-gradient(
337deg, #3d3d3d, #080808 62%);
    min-width: 489px;
    flex: 1;
    max-width: 750px;
    display: flex;
    z-index: 1;
    align-items: center;
}

.active .team-style1 {
}

.team-style1 .team-img {
    border-radius: 10px;
    overflow: hidden;
    height: 240px;
    position: relative;
    max-width: 300px;
}

.team-style1 .team-img::after {position: absolute;background-color: transparent;background-image: radial-gradient(at center center, var(--uicolor) 0%, transparent 40%);width: 300px;height: 300px;content:'';right: 5px;z-index: 0;}

.team-img img {
    position: relative;
    z-index: 1;
}

.team-style1 .team-content {
    padding-top: 1px;
    position: relative;
}

p.team-content {
    margin-bottom: 20px;
}

.team-style1 .team-review {
    position: absolute;
    left: 50%;
    top: -15px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    transform: translateX(-50%);
    padding: 8px 16px;
    border-radius: 15.5px;
    background-color: white;
    width: -moz-max-content;
    width: max-content
}

.team-style1 .team-review i {
    display: inline-block;
    margin: 0 2px;
    /* font-weight: 400; */
    color: var(--secondarytext-bold);
}

i.fa-solid.fa-star {
    color: var(--uicolor);
}

.team-style1 .team-name {
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: 800;
}

[mode=light] .team-style1 .team-name {
    color: var(--uicolor5);
}

.team-style1 .team-name a {
    color: var(--title-color)
}

.team-style1 .team-name a:hover {
    color: var(--theme-color)
}

.team-style1 .team-degi {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--uicolor);
}

.team-style1 .team-social a {
    display: flex;
    border: 1px solid rgba(193,193,193,.3);
    border-radius: 50%;
    color: var(--primary-text);
    width: 39px;
    height: 39px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    transition: all ease .4s;
    align-items: center;
    justify-content: center;
}

.team-style1 .team-social a:hover {
}

.team-style1 .team-social a:last-child {
    margin-left: 0;
}

.team-style1 .team-text {
    font-size: 16px;
    max-width: 290px;
    margin: -0.4em auto 0 auto
}

.team-style1.inner-style {
    padding: 15px
}

.team-style1.inner-style:hover {
    transform: scale(1);
    margin: 0
}

.team-style1.inner-style .team-content {
    padding-left: 30px;
    padding-right: 30px
}

.slick-center .team-style1 {
    border: 2px solid var(--diver);
    box-shadow: 8.55px 23.49px 24px rgba(35,31,32,.04)
}

.team-style1:hover .team-social,.slick-center .team-style1 .team-social {
    transform: translateY(0px);
    opacity: 1
}

.team-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}


.row-team-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}

.master-team-slider {
    position: relative;
    overflow: hidden;
}

.master-team-slider svg {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: -1;
}

.master-team-slider svg path {
    fill: #0e0e0e;
}

section.team-area {
    background-image: var(--image-url);
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}

section.team-area::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000004d;
    z-index: 0;
    top: 0;
    position: absolute;
}

.backgruond_shape {
    position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: repeat;
    background-position: left top;
    border: 0;
    background-size: 128px auto;
    opacity: .1;
    z-index: -1;
}