first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
.jet-animated-box {
height: 250px;
&__front,
&__back {
}
&__icon {
.jet-animated-box-icon-inner {
width: 60px;
height: 60px;
border-radius: 50%;
}
.jet-elements-icon {
font-size: 40px;
color: white;
}
}
.jet-animated-box__toggle {
cursor: pointer;
width: 30px;
height: 30px;
border-radius: 50%;
color: white;
background-color: #848484;
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
.jet-animated-box__title {
color: white;
font-size: 23px;
text-align: center;
margin: 0 0 10px 0;
}
.jet-animated-box__subtitle {
color: white;
font-size: 18px;
text-align: center;
margin: 0 0 10px 0;
}
.jet-animated-box__description {
color: white;
font-size: 13px;
text-align: center;
margin: 0 0 10px 0;
}
.jet-animated-box__button {
align-self: center;
.jet-animated-box__button-text {
margin: 0 3px;
}
.jet-animated-box__button-icon{
color: white;
}
}
&.jet-box-peel-effect,
&.jet-box-scratch-effect canvas {
cursor: grab;
&:active {
cursor: grabbing;
}
}
&__back.peel-layer {
cursor: default;
}
}

View File

@@ -0,0 +1,16 @@
.jet-animated-text {
&__before-text {
color: #54595f;
font-size: 36px;
}
&__animated-text {
color: #6ec1e4;
font-size: 36px;
}
&__after-text {
color: #7a7a7a;
font-size: 36px;
}
}

View File

@@ -0,0 +1,17 @@
.brands-list {
.brands-list__item {
&-name {
margin: 20px 0 0 0;
text-align: center;
}
&-desc {
text-align: center;
}
&-img-wrap {
text-align: center;
}
&-img {
display: inline-block;
}
}
}

View File

@@ -0,0 +1,33 @@
.jet-button__instance {
border-radius: 4px;
}
.jet-button__icon {
color: white;
width: 25px;
height: 25px;
font-size: 25px;
margin: 3px;
}
.jet-button__label {
color: white;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-align: left;
}
.jet-button__state {
padding: 10px 30px;
}
.jet-button__plane {
&-normal {
background-color: #6ec1e4;
}
&-hover {
background-color: #54595f;
}
}

View File

@@ -0,0 +1,23 @@
.jet-carousel {
.jet-carousel__item {
&-title {
margin: 0;
padding: 0;
}
}
.jet-arrow {
width: 36px;
height: 36px;
border-radius: 18px;
margin-top: -18px;
color: #fff;
font-size: 23px;
&.prev-arrow {
left: 20px;
}
&.next-arrow {
right: 20px;
}
}
}

View File

@@ -0,0 +1,20 @@
.circle-counter {
.circle-val {
color: #6ec1e4;
font-size: 23px;
.circle-counter__prefix {
line-height: 1;
}
.circle-counter__suffix {
line-height: 1;
}
}
.circle-counter__title {
padding-top: 10px;
}
}

View File

@@ -0,0 +1,14 @@
.jet-countdown-timer {
.jet-countdown-timer__item {
margin: 10px;
}
.jet-countdown-timer__item-value {
font-size: 23px;
}
.jet-countdown-timer__item-label {
font-size: 13px;
}
}

View File

@@ -0,0 +1,37 @@
.jet-headline__first {
color: #54595f;
.jet-headline__deco {
margin-right: 10px;
}
}
.jet-headline__second {
color: #6ec1e4;
.jet-headline__deco {
margin-left: 10px;
}
}
.jet-headline__divider {
height: 2px;
background-color: #7a7a7a;
}
.jet-headline__deco-icon {
font-size: 30px;
color: #54595f;
}
.jet-headline--direction-horizontal {
.jet-headline__divider {
&.jet-headline__left-divider {
margin-right: 10px;
}
&.jet-headline__right-divider {
margin-left: 10px;
}
}
}

View File

@@ -0,0 +1,70 @@
.jet-image-comparison {
.jx-label {
margin: 5px;
background-color: #54595f;
}
.jx-controller {
width: 40px;
height: 40px;
background-color: #6ec1e4;
transition: all .3s cubic-bezier(.5,.12,.46,.88);
i {
color: white;
font-size: 20px;
margin: 5px;
}
}
.jx-image {
&.jx-left {
justify-content: flex-start;
}
&.jx-right {
justify-content: flex-end;
}
}
.jet-arrow {
width: 36px;
height: 36px;
border-radius: 18px;
margin-top: -18px;
color: #fff;
background-color: #6ec1e4;
font-size: 23px;
&.prev-arrow {
left: 20px;
}
&.next-arrow {
right: 20px;
}
}
.jet-slick-dots {
margin: 20px 0 0 0;
li {
&.slick-active {
span {
background-color: #61ce70;
}
}
&:hover {
span {
background-color: #6ec1e4;
}
}
span {
background-color: #7a7a7a;
}
}
}
}

View File

@@ -0,0 +1,39 @@
.jet-images-layout {
&__inner {
margin: 10px;
}
&__icon {
.jet-jet-images-layout-icon-inner {
width: 60px;
height: 60px;
border-radius: 50%;
}
i, svg {
font-size: 40px;
color: white;
}
}
&__content {
padding: 20px;
&:before {
background-color: rgba(84, 89, 95, 0.6);
}
}
.jet-images-layout__title {
color: white;
font-size: 23px;
margin: 0 0 10px 0;
}
.jet-images-layout__desc {
color: white;
font-size: 13px;
margin: 0 0 10px 0;
}
}

View File

@@ -0,0 +1,44 @@
.jet-instagram-gallery__content {
padding: 20px;
&:before {
background-color: rgba(84, 89, 95, 0.6);
}
}
.jet-instagram-gallery__caption {
color: white;
font-size: 18px;
line-height: 20px;
text-align: center;
margin: 10px 0;
max-width: 100%;
z-index: 1;
}
.jet-instagram-gallery__meta {
z-index: 1;
}
.jet-instagram-gallery__comments-count {
color: white;
font-size: 20px;
margin: 5px;
}
.jet-instagram-gallery__comments-icon {
color: #6ec1e4;
margin-right: 5px;
}
.jet-instagram-gallery__likes-count {
color: white;
font-size: 20px;
margin: 5px;
}
.jet-instagram-gallery__likes-icon {
color: #6ec1e4;
margin-right: 5px;
}

View File

@@ -0,0 +1,128 @@
.jet-portfolio {
.jet-portfolio__filter {
}
.jet-portfolio__filter-list {
margin: 0 0 30px 0;
}
.jet-portfolio__filter-item {
padding: 0 10px;
margin: 0 5px;
color: #54595f;
&.active {
color: white;
background-color: #6ec1e4;
}
}
.jet-portfolio__filter-item-separator {
font-size: 12px;
color: #6ec1e4;
}
.jet-portfolio__content-inner {
padding: 10px;
}
.jet-portfolio__title {
font-size: 22px;
margin: 0 0 5px 0;
}
.jet-portfolio__category {
font-size: 16px;
margin: 0 0 5px 0;
}
.jet-portfolio__desc {
font-size: 14px;
margin: 0 0 5px 0;
}
.jet-portfolio__view-more {
margin-top: 30px;
}
.jet-portfolio__view-more-button {
background-color: #6ec1e4;
color: white;
}
}
.jet-portfolio {
&.preset-type-1 {
.jet-portfolio__title {
color: white;
}
.jet-portfolio__category {
color: white;
}
.jet-portfolio__desc {
color: white;
}
.jet-portfolio__content-inner {
background-color: #54595f;
}
}
&.preset-type-2 {
.jet-portfolio__title {
color: #54595f;
}
.jet-portfolio__category {
color: #54595f;
}
.jet-portfolio__desc {
color: #54595f;
}
.jet-portfolio__cover {
background-color: rgba(84, 89, 95, 0.6);
i {
font-size: 25px;
color: #6ec1e4;
}
}
}
&.preset-type-3 {
.jet-portfolio__cover {
background-color: rgba(84, 89, 95, 0.6);
i {
font-size: 25px;
color: #6ec1e4;
}
}
}
&.preset-type-4 {
.jet-portfolio__title {
color: white;
}
.jet-portfolio__category {
color: white;
}
.jet-portfolio__desc {
color: white;
}
.jet-portfolio__content-inner {
background-color: rgba(84, 89, 95, 0.6);
}
}
}

View File

@@ -0,0 +1,11 @@
.jet-price-list {
.price-list {
margin: 0;
&__item {
&-separator {
border-bottom: 2px dotted #434345;
}
}
}
}

View File

@@ -0,0 +1,32 @@
.pricing-table {
text-align: center;
padding: 30px;
&__icon-box {
> * {
font-size: 40px;
}
}
.pricing-table__title {
margin: 20px 0 0 0;
padding: 0;
}
.pricing-table__subtitle {
margin: 10px 0 0 0;
padding: 0;
}
&__price {
padding: 15px 0;
&-prefix,
&-val {
font-size: 23px;
}
&-desc {
padding: 0;
margin: 5px 0 0;
}
}
&__action {
padding: 20px 0 0 0;
}
}

View File

@@ -0,0 +1,123 @@
.jet-progress-bar__wrapper {
position: relative;
height: 30px;
background-color: #eeeeee;
border-radius: 2px;
}
.jet-progress-bar__status-bar {
height: 100%;
background-color: #6ec1e4;
border-radius: 2px;
}
.jet-progress-bar__title-icon {
margin-right: 5px;
}
.jet-progress-bar__percent {
}
.jet-progress-bar-type-1 {
.jet-progress-bar__title {
align-self: flex-start;
}
.jet-progress-bar__title-text {
color: #54595f;
}
.jet-progress-bar__title-icon {
color: #54595f;
}
.jet-progress-bar__percent {
margin: 0 10px;
color: white;
align-self: flex-end;
}
}
.jet-progress-bar-type-2 {
.jet-progress-bar__title {
align-self: center;
margin-top: 5px;
}
.jet-progress-bar__percent {
align-self: center;
margin-bottom: 5px;
}
}
.jet-progress-bar-type-3 {
.jet-progress-bar__percent {
width: 40px;
margin-right: -20px;
padding: 5px 0;
color: white;
background-color: #6ec1e4;
border-radius: 2px;
}
.jet-progress-bar__wrapper {
height: 10px;
}
}
.jet-progress-bar-type-4 {
.jet-progress-bar__title {
margin-right: 20px;
}
.jet-progress-bar__percent {
margin-left: 20px;
}
.jet-progress-bar__wrapper {
height: 10px;
}
}
.jet-progress-bar-type-5 {
.jet-progress-bar__title {
margin-bottom: 5px;
align-self: flex-start;
}
.jet-progress-bar__percent {
margin-left: 10px;
}
}
.jet-progress-bar-type-6 {
.jet-progress-bar__title {
align-self: flex-start;
}
.jet-progress-bar__wrapper {
height: 60px;
}
.jet-progress-bar__status {
margin-left: 10px;
}
.jet-progress-bar__percent {
font-size: 25px;
}
}
.jet-progress-bar-type-7 {
.jet-progress-bar__wrapper {
width: 50px;
height: 300px;
justify-content: flex-end;
}
.jet-progress-bar__percent {
margin-bottom: 10px;
}
}

View File

@@ -0,0 +1,65 @@
.jet-scroll-navigation {
}
.jet-scroll-navigation--position-left {
margin-left: 20px;
}
.jet-scroll-navigation--position-right {
margin-right: 20px;
}
.jet-scroll-navigation__inner {
}
.jet-scroll-navigation__item {
margin: 10px 0;
.jet-scroll-navigation__dot {
background-color: #54595f;
}
&:hover {
.jet-scroll-navigation__dot {
background-color: #61ce70;
}
}
&.invert {
.jet-scroll-navigation__dot {
background-color: #fff;
}
}
&.active {
.jet-scroll-navigation__dot {
background-color: #6ec1e4;
}
}
}
.jet-scroll-navigation__dot {
border-radius: 50%;
color: white;
font-size: 14px;
transition: all .3s cubic-bezier(.5,.12,.46,.88);
}
.jet-scroll-navigation__item-hint {
background-color: #6ec1e4;
padding: 0 10px;
border-radius: 4px;
}
.jet-scroll-navigation__icon {
color: white;
font-size: 20px;
margin: 5px;
}
.jet-scroll-navigation__label {
color: white;
font-size: 16px;
}

View File

@@ -0,0 +1,29 @@
.jet-services {
.jet-services__icon {
color: white;
font-size: 40px;
text-align: center;
margin: 10px 0;
.inner {
width: 80px;
height: 80px;
background-color: #6ec1e4;
border-radius: 50%;
}
}
.jet-services__title {
font-size: 20px;
color: black;
margin: 10px 0;
}
.jet-services__desc {
text-align: center;
font-size: 16px;
color: #54595f;
margin: 10px 0;
}
}

View File

@@ -0,0 +1,106 @@
.jet-slider {
position: relative;
&__icon {
.jet-slider-icon-inner {
width: 60px;
height: 60px;
border-radius: 50%;
}
}
.jet-slider__icon {
color: white;
font-size: 40px;
text-align: center;
}
.jet-slider__title {
color: white;
font-size: 36px;
margin: 10px 0;
text-align: center;
}
.jet-slider__subtitle {
color: white;
font-size: 24px;
margin: 10px 0;
text-align: center;
}
.jet-slider__desc {
color: white;
font-size: 14px;
margin: 10px 0 30px 0;
text-align: center;
}
.jet-slider__button-wrapper {
text-align: center;
.jet-slider__button--primary {
background-color: #6ec1e4;
}
}
.sp-image-container {
position: relative;
&:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0,0,0, 0.2);
content: '';
}
}
.sp-arrow {
color: white;
font-size: 30px;
background-color: #6ec1e4;
}
.sp-full-screen-button {
font-size: 16px;
color: white;
}
.sp-buttons {
.sp-button {
border-color: #6ec1e4;
background-color: transparent;
&.sp-selected-button {
background-color: #6ec1e4;
}
&:hover {
background-color: #6ec1e4;
}
}
}
.sp-thumbnails {
.sp-thumbnail-container {
&:hover {
&:before {
border: 2px solid #54595f;
}
}
&.sp-selected-thumbnail {
&:before {
border: 2px solid #6ec1e4;
}
}
}
}
}

View File

@@ -0,0 +1,61 @@
.jet-subscribe-form {
.jet-subscribe-form__input {
border: 1px solid #e0e0e8;
background-color: #f7fafd;
border-radius: 4px;
padding: 13px 20px;
margin: 5px 0;
&.mail-invalid {
color: #d9534f;
}
&:focus {
outline: none;
box-shadow: 0 0 10px #e0e0e8;
}
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
.jet-subscribe-form__submit {
background-color: #6ec1e4;
}
.jet-subscribe-form__submit-icon {
color: white;
font-size: 15px;
margin-right: 10px;
}
}
.jet-subscribe-form--inline-layout {
.jet-subscribe-form__submit {
margin-left: 10px;
}
}
.jet-subscribe-form--block-layout {
.jet-subscribe-form__submit {
margin-top: 10px;
}
}
.jet-subscribe-form--response-success {
.jet-subscribe-form__message {
color: #5cb85c;
}
}
.jet-subscribe-form--response-error {
.jet-subscribe-form__message {
color: #d9534f;
}
}

View File

@@ -0,0 +1,61 @@
.jet-team-member {
.jet-team-member__inner {
}
.jet-team-member__image {
}
.jet-team-member__cover {
&:before {
background-color: rgba(84, 89, 95, 0.5);
}
&:after {
border-color: rgba(84, 89, 95, 0.5) transparent transparent transparent;
}
}
.jet-team-member__name {
font-size: 20px;
color: black;
margin: 10px 0;
}
.jet-team-member__position {
text-align: center;
margin: 5px 0;
font-size: 14px;
color: #6ec1e4;
}
.jet-team-member__desc {
text-align: center;
font-size: 16px;
color: #54595f;
margin: 10px 0;
}
.jet-team-member__socials {
margin: 10px 0;
}
.jet-team-member__socials-icon {
font-size: 18px;
color: #6ec1e4;
.inner {
width: 25px;
height: 25px;
border-radius: 50%;
}
}
.jet-team-member__socials-icon {
.inner {
margin: 5px;
}
}
}

View File

@@ -0,0 +1,95 @@
.jet-testimonials {
.jet-testimonials__icon {
font-size: 40px;
text-align: center;
margin: 5px;
.jet-testimonials__icon-inner {
width: 60px;
height: 60px;
border-radius: 50%;
}
}
.jet-testimonials__title {
font-size: 20px;
color: black;
margin: 5px;
}
.jet-testimonials__comment {
text-align: center;
font-size: 14px;
font-weight: 400;
color: #54595f;
margin: 5px;
padding: 25px 15px;
border-radius: 10px;
background-color: #6ec1e4;
&:after {
border-color: #6ec1e4 transparent transparent transparent;
}
}
.jet-testimonials__name {
font-size: 18px;
color: black;
margin: 5px;
}
.jet-testimonials__position {
text-align: center;
margin: 5px;
font-size: 16px;
color: #6ec1e4;
}
.jet-testimonials__date {
text-align: center;
margin: 5px;
font-size: 12px;
color: #7a7a7a;
}
.jet-arrow {
width: 36px;
height: 36px;
border-radius: 18px;
margin-top: -18px;
color: #fff;
background-color: #6ec1e4;
font-size: 23px;
&.prev-arrow {
left: 20px;
}
&.next-arrow {
right: 20px;
}
}
.jet-slick-dots {
margin: 20px 0 0 0;
li {
&.slick-active {
span {
background-color: #61ce70;
}
}
&:hover {
span {
background-color: #6ec1e4;
}
}
span {
background-color: #7a7a7a;
}
}
}
}

View File

@@ -0,0 +1,82 @@
.jet-timeline{
&__line {
background-color: #e8e8f6;
&-progress {
background-color: #55cdff;
}
}
}
.jet-timeline-item {
h5 {
margin-top: 0;
}
.timeline-item{
&__card {
border-radius: 6px;
background-color: #fff;
box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, 0.26);
&-img {
font-size: 0;
}
&-arrow {
background-color: #fff;
}
&-content {
padding: 40px;
}
}
&__meta-content {
font-size: 16px;
color: #a0a0a2;
}
&__point-content {
color: #fff;
background-color: #e8e8f6;
border-radius: 50%;
}
}
&.is--active {
.timeline-item__point-content {
background-color: #55cdff;
}
.timeline-item__meta-content {
color: #55cdff;
}
}
&--align-left {
.timeline-item__card {
margin-left: 10px;
}
.jet-timeline__line {
margin-left: 20px;
}
.timeline-item__card-arrow {
}
}
&--align-right {
.timeline-item__card {
margin-right: 10px;
}
.jet-timeline__line {
margin-right: 20px;
}
.timeline-item__card-arrow {
}
}
}