at path:
ROOT
/
wp-content
/
themes
/
kadu
/
assets
/
scss
/
components
/
_team.scss
run:
R
W
Run
_about.scss
11.46 KB
2024-06-07 08:38:52
R
W
Run
Delete
Rename
_animation.scss
3.86 KB
2024-06-02 09:44:42
R
W
Run
Delete
Rename
_back-to-top.scss
1.11 KB
2024-04-25 09:34:42
R
W
Run
Delete
Rename
_blog-page.scss
26.83 KB
2024-06-11 06:51:22
R
W
Run
Delete
Rename
_blog.scss
11.77 KB
2024-06-06 04:16:02
R
W
Run
Delete
Rename
_breadcrumb.scss
2.53 KB
2024-06-12 03:56:04
R
W
Run
Delete
Rename
_button.scss
10.66 KB
2024-06-06 11:59:28
R
W
Run
Delete
Rename
_choose-us.scss
7.76 KB
2024-06-06 11:53:36
R
W
Run
Delete
Rename
_client.scss
4.37 KB
2024-05-28 11:54:48
R
W
Run
Delete
Rename
_contact-us.scss
3.81 KB
2024-06-11 08:55:10
R
W
Run
Delete
Rename
_counter.scss
3.1 KB
2024-05-30 05:51:10
R
W
Run
Delete
Rename
_course-details.scss
29.48 KB
2024-06-09 06:18:52
R
W
Run
Delete
Rename
_course.scss
34.5 KB
2024-06-04 06:49:00
R
W
Run
Delete
Rename
_cta.scss
6.27 KB
2024-06-06 05:12:08
R
W
Run
Delete
Rename
_error.scss
2.65 KB
2024-06-11 10:20:46
R
W
Run
Delete
Rename
_event-details.scss
9.96 KB
2024-06-10 05:05:32
R
W
Run
Delete
Rename
_event.scss
7.68 KB
2024-06-09 11:06:54
R
W
Run
Delete
Rename
_faq.scss
1.27 KB
2024-05-26 10:40:32
R
W
Run
Delete
Rename
_footer.scss
18.39 KB
2024-06-06 08:53:18
R
W
Run
Delete
Rename
_full-page-nav.scss
4.43 KB
2024-06-11 12:42:00
R
W
Run
Delete
Rename
_gallery.scss
3.55 KB
2024-06-10 06:49:40
R
W
Run
Delete
Rename
_header.scss
17.28 KB
2024-06-11 11:02:34
R
W
Run
Delete
Rename
_hero.scss
18.73 KB
2024-06-11 10:40:22
R
W
Run
Delete
Rename
_instructor-details.scss
5.15 KB
2024-06-09 09:15:04
R
W
Run
Delete
Rename
_popular-category.scss
12.24 KB
2024-06-06 09:59:08
R
W
Run
Delete
Rename
_preloader.scss
621 By
2024-05-28 04:48:48
R
W
Run
Delete
Rename
_price.scss
9.83 KB
2024-05-30 05:52:22
R
W
Run
Delete
Rename
_privacy-page.scss
1.33 KB
2024-06-11 09:15:36
R
W
Run
Delete
Rename
_search.scss
3.03 KB
2024-06-11 10:42:44
R
W
Run
Delete
Rename
_services.scss
10.43 KB
2024-06-03 04:06:10
R
W
Run
Delete
Rename
_team.scss
9.23 KB
2024-06-09 06:56:08
R
W
Run
Delete
Rename
_testimonial.scss
12.14 KB
2024-06-06 10:34:22
R
W
Run
Delete
Rename
_title.scss
2.9 KB
2024-06-02 12:32:10
R
W
Run
Delete
Rename
_video-course.scss
4.96 KB
2024-05-30 10:54:24
R
W
Run
Delete
Rename
error_log
up
📄
_team.scss
Save
/* team-1-start */ .kd-team-1 { &-membar { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; align-items: end; padding-bottom: 30px; position: relative; z-index: 1; margin-bottom: 30px; @media #{$xs} { grid-template-columns: 1fr; } @media #{$sm} { grid-template-columns: 1fr 1fr; } &::after { content: ""; width: 75%; height: 73%; position: absolute; right: 0; bottom: 0; background: #f2f2f2; z-index: -1; border-radius: 20px; @media #{$lg} { height: 100%; } @media #{$xs} { width: 100%; height: 100%; } @media #{$sm} { height: 85%; width: 75%; } } &::before { content: ""; width: 42px; height: 73%; position: absolute; left: 13%; bottom: 0; background: var(--kd-clr-pr-1); z-index: -1; border-radius: 20px; } .main-img { border-radius: 20px; height: 295px; img { transition: transform 500ms; transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1); transform-origin: center center; } } .content { @media #{$xs} { padding: 0 20px; } @media #{$sm} { padding: 0 0px; } } .membar { font-size: 30px; margin-bottom: 6px; transition: .2s var(--cube-1); transform-origin: left; @media #{$lg,$md,$xs} { font-size: 24px; } &:hover { color: var(--kd-clr-sd-1); transform: scaleX(103%); } } .membar-bio { font-size: 18px; margin-bottom: 18px; } .membar-link { li { font-family: var(--kd-font-pr-1); font-weight: 800; color: var(--kd-clr-h-1); font-size: 16px; background: #fff; border-radius: 21px; padding: 4px 9px; display: inline-block; &:not(:last-child) { margin-bottom: 8px; } .icon { width: 36px; height: 36px; background: var(--kd-clr-pr-1); border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; margin-right: 5px; } a { display: inline-block; transition: .3s var(--cube-1); &:hover { color: var(--kd-clr-sd-1); } } &:hover { .icon { animation: 1s kd-jello; } } } } &:hover { .main-img { img { transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.15) scaleY(1.15); } } } } } /* team-1-end */ /* team-4-start */ .kd-team-4 { &-il-1 { position: absolute; right: 0; bottom: 150px; z-index: -1; } &-il-2 { position: absolute; right: 0; bottom: 100px; z-index: -1; } &-il-3 { position: absolute; left: 10%; top: 0; z-index: -1; } &-scn-title { padding-left: 70px; @media #{$md,$xs} { padding-left: 0px; } } &-slide { &-main { position: relative; z-index: 1; border-radius: 10px; overflow: hidden; @media #{$md,$xs} { margin-bottom: 50px; } &-item { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 30px; border-radius: 10px; position: relative; z-index: 1; height: 700px; @media #{$xl} { height: 600px; } @media #{$lg} { height: 530px; } @media #{$xs} { height: 500px; justify-content: flex-end; } @media #{$sm} { height: 500px; justify-content: flex-start; } img { transition: 1s ease-in-out; transform: translateY(100%); } &-social { display: flex; flex-direction: column; gap: 20px; position: absolute; top: 200px; left: 26px; z-index: 1; opacity: 0; transition: .5s var(--cube-1); .link { display: flex; width: 54px; height: 54px; border-radius: 50%; background: #152028; justify-content: center; align-items: center; font-size: 22px; color: #fff; outline: 3px solid rgb(255 255 255 / 20%); transition: .3s ease; &:hover { background: var(--kd-clr-sd-4); } } } .item-content { background: rgb(21 32 40 / 50%); backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); border-radius: 12px; text-align: center; position: absolute; bottom: -250px; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); margin-right: 15px; padding: 35px 10px; transition: .5s var(--cube-1); } .item-name { font-size: 32px; text-transform: uppercase; margin-bottom: 15px; transition: .2s ease; @media #{$xl,$lg,$md,$xs} { font-size: 24px; } &:hover { color: var(--kd-clr-sd-4); } } .item-bio { font-weight: 500; color: var(--kd-clr-sd-4); } } } } &-slide-main { .swiper-container { .swiper-wrapper { .swiper-slide { &:is(.swiper-slide-active) { .kd-team-4-slide-main-item { img { transform: translateY(0); } .item-content { bottom: 15px; } .kd-team-4-slide-main-item-social { opacity: 1; top: 25px; transition-delay: .5s; } } } } } } } &-slide-prview { margin-right: -290px; @media #{$xxl,$xl,$lg,$md,$xs} { margin-right: 0px; } &-item { background-color: #1c2a35; padding-top: 20px; text-align: center; height: 390px; border-radius: 10px; border: 1px solid var(--kd-clr-sd-4); height: 377px; display: flex; align-items: flex-start; @media #{$xxl,$xl,$lg,$md,$xs} { height: unset; } } } } /* team-4-end */