at path:
ROOT
/
wp-content
/
themes
/
kadu
/
assets
/
scss
/
components
/
_price.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
📄
_price.scss
Save
/* price-1-start */ .kd-price-1 { &-area { position: relative; z-index: 1; @media #{$xl,$lg,$md,$xs} { padding-top: 80px; } } &-bg-img { position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 145px); z-index: -1; @media #{$xxl,$xl,$lg,$md,$xs} { height: calc(100% - 0px); } } &-row { display: grid; grid-template-columns: 1.8fr 1fr; gap: 45px; margin-left: -220px; align-items: end; @media #{$xxxl} { margin-left: -100px; } @media #{$xxl} { margin-left: 0px; grid-template-columns: 1.5fr 1fr; } @media #{$xl,$lg,$md,$xs} { margin-left: 0px; grid-template-columns: 1fr; } } &-left { display: flex; align-items: center; gap: 20px; @media #{$md,$xs} { flex-wrap: wrap; } } &-tabs-btn { flex: 0 0 auto; .nav-item { &:not(:last-child) { margin-bottom: 28px; } } .nav-link { background: transparent; display: flex; align-items: center; flex: 0 0 auto; font-size: 20px; gap: 10px; transition: .3s var(--cube-1); &:is(.active) { color: var(--kd-clr-sd-1); } &:hover { color: var(--kd-clr-sd-1); } } } &-tabs { &-content-wrap { position: relative; z-index: 1; @media #{$xl,$lg} { display: grid; grid-template-columns: 1fr auto; } .left-img { max-width: 470px; overflow: hidden; @media #{$xxl} { max-width: 380px; } img { transform: translateY(100%); transition: 1s ease-in-out; } } .table-position { position: absolute; left: 72%; top: 50%; width: 100%; transition: 1s ease-in-out; @media #{$xxxl} { left: 55%; } @media #{$xxl} { left: 43%; } @media #{$xl,$lg,$md,$xs} { left: 43%; position: unset; } } } &-content { .tab-pane { &:is(.show) { .left-img img { transform: translateY(0%); } .table-position { top: 10%; } } } } } &-table { max-width: 370px; background: #222237; padding: 35px 45px; border-radius: 15px; position: relative; z-index: 1; @media #{$xs} { padding: 35px 15px; } @media #{$sm} { padding: 35px 45px; } &::after { content: ""; width: 50px; height: 50px; background: #222237; position: absolute; top: 100%; left: 70px; clip-path: polygon(0 0, 100% 0, 0% 100%); } .table-subtitle { font-size: 14px; color: #fff; background: #2a2a43; display: inline-block; border-radius: 15px; padding: 7px 19px; margin-bottom: 3px; } .table-title { font-size: 24px; line-height: 1.41; border-bottom: 1px solid #373754; padding-bottom: 10px; margin-bottom: 14px; } .table-plan { font-size: 18px; margin-bottom: 11px; } &-feature { &-item { border-radius: 20px; border: 3px solid; border-color: transparent; padding: 15px 40px; display: flex; gap: 9px; align-items: self-start; background: #2a2a43; cursor: pointer; transition: .5s var(--cube-1); @media #{$xs} { padding: 15px 20px; } @media #{$sm} { padding: 15px 40px; } &:not(:last-child) { margin-bottom: 10px; } .feature-item-redius { display: block; flex: 0 0 auto; width: 21px; height: 21px; border: 2px solid var(--kd-clr-sd-1); border-radius: 50%; position: relative; z-index: 1; transition: .5s var(--cube-1); &::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: transparent; position: absolute; top: 4.5px; left: 4.5px; transition: .5s var(--cube-1); } } .item-title { font-size: 18px; margin-bottom: 9px; span { background: var(--kd-clr-sd-1); padding: 0px 5px; border-radius: 5px; } } .month { font-size: 16px; } .vat { font-size: 12px; line-height: 1; margin-top: 10px; } &:is(.active) { border-color: var(--kd-clr-sd-1); background: transparent; .feature-item-redius { &::after { background: var(--kd-clr-sd-1); } } } } } } &-right { padding: 80px 0; @media #{$xl} { padding: 80px 0; padding-top: 0; } } } /* price-1-end */ /* price-4-start */ .kd-price-4 { &-content { &-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; z-index: -1; } &-wrap { padding: 70px 75px; border-radius: 20px; padding-bottom: 160px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; position: relative; z-index: 1; @media #{$md} { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1fr 1fr; } @media #{$xs} { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1fr ; } @media #{$sm} { padding: 70px 25px; padding-bottom: 160px; grid-template-columns: 1.2fr 1fr; } } .title { font-size: 55px; line-height: 1.27; @media #{$lg,$md,$xs} { font-size: 40px; } } .disc { font-size: 18px; font-weight: 500; margin-bottom: 15px; } .price { font-size: 60px; margin-bottom: 25px; @media #{$lg,$md,$xs} { font-size: 50px; } span { font-size: 18px; font-weight: 500; } } .kd-pr-btn-1 { background: #000; .text { &::before { color: #fff; } &::after { color: #000; } } &:hover { background: var(--kd-clr-sd-1); } } &-img { height: 285px; border-radius: 20px; } &-list { padding-top: 20px; @media #{$xs} { padding-top: 0px; } .title { font-size: 24px; margin-bottom: 30px; } .kd-list-1 { grid-template-columns: 1fr; li { color: #fff; display: flex; align-items: center; gap: 10px; i { margin-right: 0px; font-size: 22px; } } } } } } /* price-4-end */