📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:14:37
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
assets
/
scss
/
elements
✏️
Editing: team.scss
/*-------------------------------------------------------------- # Team Grid/Carousel --------------------------------------------------------------*/ .pxl-team-layout1 { .pxl-item--image img { width: 100%; } .pxl-item--bottom { position: absolute; bottom: 0; left: 0; right: 0; } .pxl-item--holder { position: relative; z-index: 1; &:before { content: ''; background-color: #fff; position: absolute; top: 0; left: 0; height: 100%; z-index: -1; @include transition(all 200ms linear 0ms); width: 0; transition-delay: 200ms; } .pxl-holder--inner { background-color: #fff; padding: 12px 34px 12px 22px; display: inline-block; } .pxl-item--title { margin-bottom: 6px; font-size: 18px; } .pxl-item--position { font-size: 14px; color: #848484; } } .pxl-item--social { display: flex; flex-wrap: wrap; justify-content: flex-end; .pxl-social--inner { display: inline-block; background-color: #fff; padding: 13px 10px; @include transition(all 200ms linear 0ms); transform: scaleY(0); transform-origin: bottom center; margin-bottom: -1px; a { font-size: 16px; color: #000000; width: 25px; height: 25px; display: inline-flex; justify-content: center; align-items: center; margin: 0 2px; &:hover { color: $primary_color; } } } } .pxl-item--inner { margin-bottom: 47px; position: relative; overflow: hidden; &:hover { .pxl-item--holder:before { width: 100%; transition-delay: 0ms; } .pxl-item--social .pxl-social--inner { transform: scaleY(1); transition-delay: 200ms; } } &.pxl-item--first { .pxl-item--image { opacity: 0; @media #{$max-xs} { display: none; } } .pxl-item--content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 35px 30px 45px 30px; background-color: #fff; display: flex; flex-wrap: wrap; align-content: space-between; @media #{$max-sm} { padding: 20px; } @media #{$max-xs} { position: static; padding: 0; margin-bottom: 40px; } } .wg-sub-title { font-size: 12px; text-transform: uppercase; color: #000; margin-bottom: 12px; } .wg-title { margin-bottom: 17px; font-size: 26px; line-height: 1.23; } .wg-desc { color: #525252; font-size: 16px; line-height: 1.625; margin-bottom: 32px; } .wg-button a { font-size: 15px; font-weight: 700; color: #525252; display: inline-flex; padding: 0 20px; line-height: 39px; border: 2px solid #b2b2b2; &:hover { color: #fff; background-color: $primary_color; border-color: $primary_color; } } .pxl-item--top { width: 100%; } } } &.pxl-team-carousel1 .pxl-item--inner.pxl-item--first { @media #{$max-xs} { .pxl-item--image { display: block; } .pxl-item--content { padding: 20px; margin-bottom: 0; position: absolute; } } } } .pxl-team-layout2 { .pxl-item--image { position: relative; width: 132px; display: inline-block; margin-bottom: 16px; &:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid #fff; z-index: 99; border-radius: 100%; @include transition(all 300ms linear 0ms); opacity: 0; } img { border-radius: 132px; } .pxl-item--number { left: -7px; top: 0; position: absolute; height: 35px; width: 35px; line-height: 35px; font-size: 15px; font-weight: 700; color: #fff; background-color: $primary_color; border-radius: 35px; z-index: 100; } } .pxl-item--title { margin-bottom: 4px; font-size: 22px; @include transition(color 300ms linear 0ms); } .pxl-item--position { font-size: 15px; color: $primary_color; } .pxl-item--description { font-size: 16px; color: #666666; @include transition(color 300ms linear 0ms); } .pxl-item--divider { width: 74px; height: 1px; background-color: #dfdfdf; margin: 10px auto 16px; @include transition(all 300ms linear 0ms); } .pxl-item--social { background-color: $primary_color; position: absolute; bottom: -21px; left: 50%; @include transform(translate(-50%, 0)); padding: 10px 14px; display: flex; flex-wrap: nowrap; a { display: inline-flex; width: 36px; height: 22px; justify-content: center; align-items: center; color: #fff; font-size: 15px; + a { border-left: 1px solid rgba(#fff, 0.23); } } } .pxl-image--overlay { z-index: -2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: top center; opacity: 0; @include transition(all 300ms linear 0ms); filter: blur(10px); } .pxl-image--line { z-index: -1; background-image: url(../img/team-bg-line.png); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(#000, 0.5); @include transition(all 300ms linear 0ms); opacity: 0; } .pxl-item--inner { text-align: center; background-color: #fff; position: relative; z-index: 1; margin-top: 30px; margin-bottom: 50px; box-shadow: 0 0 24px rgba(#2d2d2d, 0.09); @include transition(all 300ms linear 0ms); padding: 37px 34px 52px; @media #{$max-xl} { padding-left: 26px; padding-right: 26px; } &:before { content: ''; left: 0; right: 0; margin: 0 auto; top: -3px; width: 60px; background-color: $primary_color; position: absolute; @include transition(all 300ms linear 0ms); height: 6px; } &:hover { box-shadow: 0 15px 35px rgba(#2d2d2d, 0.2); &:before { @include transform(scaleX(0)); } @include transform(translateY(14px)); .pxl-item--image:before { opacity: 1; } .pxl-item--title { color: #fff; } .pxl-item--description { color: #e9e9e9; } .pxl-image--overlay { opacity: 0.76; } .pxl-image--line { opacity: 1; } .pxl-item--divider { background-color: rgba(#fff, 0.25); } } } .pxl-carousel-inner .pxl-swiper-container { padding-bottom: 14px; } } .pxl-team-layout3 { .pxl-item--image { position: relative; } .pxl-image--overlay { background-position: center top; position: absolute; top: 0px; left: 0; width: 100%; bottom: 0; right: 0; @include transition(all 300ms linear 0ms); &:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 70%; @include background-gradient-bottom(rgba(#000101, 0), rgba(#000101, 0.9)); z-index: 1; @include transition(all 300ms linear 0ms); opacity: 0; } } .pxl-item--holder { text-align: center; padding-top: 10px; padding-bottom: 10px; @include transition(all 300ms linear 0ms); position: relative; z-index: 99; .pxl-item--title { font-size: 20px; color: #012068; margin-bottom: 0; @include transition(all 300ms linear 0ms); } .pxl-item--position { font-size: 15px;; color: #696969; @include transition(all 300ms linear 0ms); } } .pxl-item--social { display: inline-flex; position: absolute; left: 50%; bottom: -93px; @include transform(translate(-50%, 0)); border: 6px solid #fff; @include background-horizontal($gradient_color_from, $gradient_color_to); padding: 0 17px; @include transition(all 300ms linear 0ms); z-index: 100; opacity: 0; a { width: 36px; height: 37px; color: #fff; display: inline-flex; justify-content: center; align-items: center; font-size: 15px; } } .pxl-item--inner { margin-top: 30px; margin-bottom: 50px; position: relative; &:hover { .pxl-item--title, .pxl-item--position { color: #fff !important; } .pxl-item--holder { transform: translateY(-57px); } .pxl-image--overlay { top: -30px; bottom: -50px; &:before { opacity: 1; } } .pxl-item--social { bottom: -73px; opacity: 1; } } } } .pxl-team-single1 { .pxl-item--image { position: relative; border-radius: 40px; overflow: hidden; .pxl-item--link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; } } .pxl-item--icon { font-size: 28px; color: #fff; width: 60px; height: 60px; border-radius: 60px; background-color: $primary_color; position: absolute; left: -30px; top: 50%; transform: translate(0, -50%); a { width: 100%; height: 100%; color: inherit; display: flex; justify-content: center; align-items: center; } } .pxl-item--holder { position: relative; z-index: 100; max-width: 270px; margin-left: auto; margin-right: 0; padding-left: 65px; padding-right: 15px; padding-top: 20px; padding-bottom: 20px; background-color: #f6faff; box-shadow: 0 9px 27px rgba(#09004c, 0.08); border-radius: 95px 0 0 95px; margin-top: -47px; @media #{$max-lg} { padding-left: 45px; } @media #{$max-md} { margin-left: 45px; margin-right: 0px; max-width: 100%; } } .pxl-item--title { margin-bottom: 0; font-size: 22px; color: #1f2025; @media #{$max-md} { font-size: 18px; } } .pxl-item--position { font-size: 15px; color: #7f7d9b; @media #{$max-md} { font-size: 14px; } } }
💾 Save Changes
❌ Cancel