Compare commits

...

4 Commits

69 changed files with 54875 additions and 1110 deletions

View File

@ -894,7 +894,7 @@ class PembeliController extends Controller
'; ';
} }
// if($row->status_transaksi == 'sent'){ if($row->status_transaksi == 'sent'){
$html_code .= ' $html_code .= '
<li><a class="dropdown-item" data-toggle="modal" <li><a class="dropdown-item" data-toggle="modal"
data-target="#modalFinish" data-target="#modalFinish"
@ -902,7 +902,7 @@ class PembeliController extends Controller
href="#">Selesaikan</a> href="#">Selesaikan</a>
</li> </li>
'; ';
// } }
$html_code .= ' $html_code .= '
</ul> </ul>

11774
public/assets/css/home/bootstrap.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,168 @@
/* default.css
/* COLOR */
.post-meta a:hover,
.blog-post-title:hover,
.text-primary,
.btn-outline-primary,
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item.active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:focus,
.dropup .dropdown-menu .dropdown-item.active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:focus,
.dropright .dropdown-menu .dropdown-item.active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:focus,
.dropleft .dropdown-menu .dropdown-item.active,
.link-post-content i {
color: #900c3f !important;
}
/* BACKGROUND */
.bg-primary {
background-color: #900c3f !important;
}
.bg-secondary {
background-color: #fdebed !important;
}
.btn-primary,
.service-box:hover .icon,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.tags a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
background-color: #900c3f !important;
}
/* BORDER-COLOR */
.btn-primary,
.btn-outline-primary,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.left-sidebar-title h4,
.custom-form .form-control:focus,
.popular-border,
.blockquote,
.link-post-content,
.border-primary {
border-color: #900c3f !important;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
color: #ffffff !important;
}
@media (min-width: 200px) and (max-width: 991px) {
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
color: #900c3f !important;
}
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
box-shadow: 0px 8px 20px -6px rgba(1, 123, 145);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
box-shadow: 0px 8px 20px -6px rgba(1, 123, 145);
/* transform: translateY(-6px); */
color: #fff !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:focus,
.nav-sticky.navbar-custom .navbar-nav li a:active {
color: #900c3f !important;
}
#scrollToTopBtn {
display: none;
position: fixed;
bottom: 2rem;
right: 2rem;
z-index: 5;
border: none;
outline: none;
background-color: #d24556;
color: white;
cursor: pointer;
padding: 1.8rem;
border-radius: 0.8rem;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
transition: 0.25s;
}
#scrollToTopBtn:hover {
-webkit-transform: translateY(-0.22em);
transform: translateY(-0.252m);
box-shadow: rgba(0, 0, 0, 0.24) -2px 7px 20px;
}
.bottom-item a {
font-size: 1rem;
font-weigh: 600;
color: rgba(0, 0, 0, 0.8) !important;
}
.ml-4 {
margin-left: 4%;
}
@media screen and (max-width: 992px) {
.ml-4 {
margin: 0px;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,542 @@
.preloader {
background-color: #f7f7f7;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
margin: 0 auto;
}
.preloader .preloader-circle {
width: 100px;
height: 100px;
position: relative;
border-style: solid;
border-width: 3px;
border-top-color: #900C3F;
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
z-index: 10;
border-radius: 50%;
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
background-color: #ffffff;
-webkit-animation: zoom 2000ms infinite ease;
animation: zoom 2000ms infinite ease;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
.preloader .preloader-circle2 {
border-top-color: #0078ff;
}
.preloader .preloader-img {
position: absolute;
top: 50%;
z-index: 200;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-top: 6px;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
.preloader .preloader-img img {
max-width: 55px;
}
.preloader .pere-text strong {
font-weight: 800;
color: #dca73a;
text-transform: uppercase;
}
@-webkit-keyframes zoom {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
}
@keyframes zoom {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}
}
.section-padding2 {
padding-top: 200px;
padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-padding2 {
padding-top: 200px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padding2 {
padding-top: 200px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding2 {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-padding2 {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.section-padding2 {
padding-top: 70px;
padding-bottom: 70px;
}
}
.support-padding {
padding-top: 200px;
padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.support-padding {
padding-top: 200px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.support-padding {
padding-top: 200px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.support-padding {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.support-padding {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.support-padding {
padding-top: 70px;
padding-bottom: 70px;
}
}
.team-padding {
padding-top: 160px;
padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.team-padding {
padding-top: 160px;
padding-bottom: 130px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.team-padding {
padding-top: 110px;
padding-bottom: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.team-padding {
padding-top: 100px;
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.team-padding {
padding-top: 100px;
padding-bottom: 80px;
}
}
.section-padding30 {
padding-top: 200px;
padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-padding30 {
padding-top: 200px;
padding-bottom: 170px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padding30 {
padding-top: 150px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding30 {
padding-top: 100px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-padding30 {
padding-top: 60px;
padding-bottom: 28px;
}
}
@media (max-width: 767px) {
.section-padding30 {
padding-top: 60px;
padding-bottom: 28px;
}
}
.place-padding {
padding-top: 170px;
padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.place-padding {
padding-top: 170px;
padding-bottom: 170px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.place-padding {
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.place-padding {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.place-padding {
padding-top: 28px;
padding-bottom: 28px;
}
}
@media (max-width: 767px) {
.place-padding {
padding-top: 28px;
padding-bottom: 28px;
}
}
.servic-padding {
padding-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.servic-padding {
padding-top: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.servic-padding {
padding-top: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.servic-padding {
padding-top: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.servic-padding {
padding-top: 70px;
}
}
@media (max-width: 767px) {
.servic-padding {
padding-top: 70px;
}
}
.section-padding3 {
padding-top: 200px;
padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-padding3 {
padding-top: 200px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padding3 {
padding-top: 150px;
padding-bottom: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding3 {
padding-top: 50px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-padding3 {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.section-padding3 {
padding-top: 40px;
padding-bottom: 70px;
}
}
.section-paddingt {
padding-top: 185px;
padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-paddingt {
padding-top: 185px;
padding-bottom: 170px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-paddingt {
padding-top: 150px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-paddingt {
padding-top: 100px;
padding-bottom: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-paddingt {
padding-top: 60px;
padding-bottom: 28px;
}
}
@media (max-width: 767px) {
.section-paddingt {
padding-top: 60px;
padding-bottom: 28px;
}
}
.section-paddingt2 {
padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-paddingt2 {
padding-bottom: 170px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-paddingt2 {
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-paddingt2 {
padding-bottom: 70px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-paddingt2 {
padding-bottom: 28px;
}
}
@media (max-width: 767px) {
.section-paddingt2 {
padding-bottom: 28px;
}
}
.trusted-padding {
padding-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.trusted-padding {
padding-top: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.trusted-padding {
padding-top: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.trusted-padding {
padding-top: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.trusted-padding {
padding-top: 0px;
}
}
@media (max-width: 767px) {
.trusted-padding {
padding-top: 0px;
}
}
.section-padd-top30 {
padding-top: 170px;
padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.section-padd-top30 {
padding-top: 170px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padd-top30 {
padding-top: 170px;
padding-bottom: 200px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padd-top30 {
padding-top: 100px;
padding-bottom: 160px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-padd-top30 {
padding-top: 50px;
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.section-padd-top30 {
padding-top: 35px;
padding-bottom: 90px;
}
}
.testimonial-padding {
padding-top: 157px;
padding-bottom: 157px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.testimonial-padding {
padding-top: 157px;
padding-bottom: 157px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-padding {
padding-top: 120px;
padding-bottom: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial-padding {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.testimonial-padding {
padding-top: 80px;
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.testimonial-padding {
padding-top: 80px;
padding-bottom: 60px;
}
}
.w-padding {
padding-top: 80px;
padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.w-padding {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.w-padding {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.w-padding {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.w-padding {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.w-padding {
padding-top: 70px;
padding-bottom: 70px;
}
}
.footer-padding {
padding-top: 170px;
padding-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.footer-padding {
padding-top: 170px;
padding-bottom: 170px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-padding {
padding-top: 170px;
padding-bottom: 170px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-padding {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-padding {
padding-top: 80px;
padding-bottom: 60px;
}
}

File diff suppressed because it is too large Load Diff

2397
public/assets/css/home/style.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

620
public/assets/css/home/swiper.min.css vendored Normal file
View File

@ -0,0 +1,620 @@
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #BFBFBF;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-o-transform: translate(0, -50%);
-ms-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0 5px;
}
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl
.swiper-pagination-progress
.swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
.swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
.swiper-pagination-progressbar {
background: #000;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 230px;
height: auto;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(
linear,
left top,
right top,
from(rgba(0, 0, 0, 0.5)),
to(rgba(0, 0, 0, 0))
);
background-image: -webkit-linear-gradient(
right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -moz-linear-gradient(
right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -o-linear-gradient(
right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: linear-gradient(
to left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(
linear,
right top,
left top,
from(rgba(0, 0, 0, 0.5)),
to(rgba(0, 0, 0, 0))
);
background-image: -webkit-linear-gradient(
left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -moz-linear-gradient(
left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -o-linear-gradient(
left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(0, 0, 0, 0.5)),
to(rgba(0, 0, 0, 0))
);
background-image: -webkit-linear-gradient(
bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -moz-linear-gradient(
bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -o-linear-gradient(
bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(
linear,
left bottom,
left top,
from(rgba(0, 0, 0, 0.5)),
to(rgba(0, 0, 0, 0))
);
background-image: -webkit-linear-gradient(
top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -moz-linear-gradient(
top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: -o-linear-gradient(
top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}

View File

@ -0,0 +1,140 @@
.tns-outer {
padding: 0 !important;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
cursor: pointer;
}
.tns-slider {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
.tns-slider > .tns-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: "";
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
-webkit-transition: transform 0s, opacity 0s;
-moz-transition: transform 0s, opacity 0s;
transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
position: relative;
left: auto !important;
}
.tns-gallery > .tns-moving {
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.tns-autowidth {
display: inline-block;
}
.tns-lazy-img {
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.tns-complete {
opacity: 1;
}
.tns-ah {
-webkit-transition: height 0s;
-moz-transition: height 0s;
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-visually-hidden {
position: absolute;
left: -10000em;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
}
.tns-vpfix {
white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
display: inline-block;
}
.tns-t-subp2 {
margin: 0 auto;
width: 310px;
position: relative;
height: 10px;
overflow: hidden;
}
.tns-t-ct {
width: 2333.3333333%;
width: -webkit-calc(100% * 70 / 3);
width: -moz-calc(100% * 70 / 3);
width: calc(100% * 70 / 3);
position: absolute;
right: 0;
}
.tns-t-ct:after {
content: "";
display: table;
clear: both;
}
.tns-t-ct > div {
width: 1.4285714%;
width: -webkit-calc(100% / 70);
width: -moz-calc(100% / 70);
width: calc(100% / 70);
height: 10px;
float: left;
}
/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

File diff suppressed because one or more lines are too long

BIN
public/assets/images/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,10 @@
<svg width="301" height="137" viewBox="0 0 301 137" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1481_5)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.501953 8.96289V136.298H300.362V7.21246C300.362 7.21246 290.451 12.0684 278.186 12.0684C265.92 12.0684 247.033 0.107422 199.812 0.107422C152.592 0.107422 127.672 9.50586 101.432 9.50586C75.1914 9.50586 55.1602 0.955078 41.6309 0.955078C28.1016 0.955078 0.501953 8.96289 0.501953 8.96289Z" fill="#D24556"/>
</g>
<defs>
<clipPath id="clip0_1481_5">
<rect width="301" height="137" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,80 @@
<svg width="116" height="37" viewBox="0 0 116 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.7439 10.0799C39.5969 10.9318 39.5969 12.3123 38.7439 13.1653C37.8909 14.0162 36.5072 14.0162 35.6543 13.1653C34.8013 12.3123 34.8013 10.9318 35.6543 10.0799C36.5072 9.22794 37.8909 9.22794 38.7439 10.0799Z" fill="white"/>
<mask id="mask0_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M0 8.3042H54.388V33.9797H0V8.3042Z" fill="white"/>
</mask>
<g mask="url(#mask0_1477_2)">
<mask id="mask1_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M46.2006 10.2557C50.2496 12.5324 52.7158 15.5494 52.7158 18.8612C52.7158 25.9482 41.4197 31.6926 27.4847 31.6926C13.5497 31.6926 2.25359 25.9482 2.25359 18.8612C2.25359 14.4963 6.53951 10.64 13.0874 8.32227C5.2432 10.7485 0.00427246 15.1366 0.00427246 20.147C0.00427246 27.7848 12.1786 33.9757 27.1962 33.9757C42.2148 33.9757 54.3891 27.7848 54.3891 20.147C54.3891 16.2707 51.2521 12.7661 46.2006 10.2557Z" fill="white"/>
</mask>
<g mask="url(#mask1_1477_2)">
<mask id="mask2_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M46.2006 10.2557C50.2496 12.5313 52.7158 15.5494 52.7158 18.8612C52.7158 25.9482 41.4197 31.6926 27.4847 31.6926C13.5507 31.6926 2.25359 25.9482 2.25359 18.8612C2.25359 14.4963 6.53951 10.64 13.0874 8.32227C5.2432 10.7485 0.00427246 15.1366 0.00427246 20.147C0.00427246 27.7837 12.1786 33.9757 27.1962 33.9757C42.2148 33.9757 54.3891 27.7837 54.3891 20.147C54.3891 16.2707 51.2531 12.7661 46.2006 10.2557Z" fill="white"/>
</mask>
<g mask="url(#mask2_1477_2)">
<mask id="mask3_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-11" y="-15" width="77" height="72">
<path d="M41.9347 56.7964L65.1829 14.1973L12.4587 -14.4973L-10.7906 28.1007L41.9347 56.7964Z" fill="white"/>
</mask>
<g mask="url(#mask3_1477_2)">
<path d="M41.9347 56.7953L65.1829 14.1973L12.4576 -14.4973L-10.7906 28.1018L41.9347 56.7953Z" fill="url(#paint0_linear_1477_2)"/>
</g>
</g>
</g>
</g>
<path d="M5.59489 24.3842L8.5666 27.3507C13.1895 30.0138 19.9511 31.6924 27.4847 31.6924C29.9214 31.6924 32.2771 31.5165 34.5054 31.189L48.7974 16.917C49.6114 16.1051 49.6114 14.7878 48.7974 13.9759C29.7266 31.4365 9.0689 23.705 9.0689 23.705C8.42338 24.3505 7.34927 24.3063 6.76167 23.5744C6.26463 22.9542 6.34571 22.0507 6.90804 21.4894L26.6675 1.7573C26.8549 1.56986 26.8549 1.26553 26.6675 1.07808C26.4801 0.890639 26.1757 0.890639 25.9883 1.07808L5.59489 21.443C4.78193 22.255 4.78193 23.5723 5.59489 24.3842Z" fill="white"/>
<mask id="mask4_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="0" width="31" height="26">
<path d="M9.04358 0H39.283V25.4502H9.04358V0Z" fill="white"/>
</mask>
<g mask="url(#mask4_1477_2)">
<mask id="mask5_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="-1" width="31" height="27">
<path d="M39.2588 4.45031L35.5047 0.701447C34.5654 -0.235769 33.0448 -0.235769 32.1055 0.701447L9.06891 23.7054C9.06891 23.7054 15.8706 26.2506 25.2712 25.1217C24.2318 4.02488 39.2588 4.45031 39.2588 4.45031Z" fill="white"/>
</mask>
<g mask="url(#mask5_1477_2)">
<mask id="mask6_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="-1" width="31" height="27">
<path d="M39.2588 4.45031L35.5047 0.701447C34.5654 -0.235769 33.0448 -0.235769 32.1055 0.701447L9.06891 23.7054C9.06891 23.7054 15.8706 26.2506 25.2712 25.1217C24.2318 4.02488 39.2588 4.45031 39.2588 4.45031Z" fill="white"/>
</mask>
<g mask="url(#mask6_1477_2)">
<mask id="mask7_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-2" y="-13" width="53" height="52">
<path d="M-1.86176 20.505L32.7099 38.6754L50.1906 5.50952L15.6179 -12.6609L-1.86176 20.505Z" fill="white"/>
</mask>
<g mask="url(#mask7_1477_2)">
<path d="M-1.4342 19.9292L32.7099 37.8753L49.7631 5.5213L15.6179 -12.4248L-1.4342 19.9292Z" fill="url(#paint1_linear_1477_2)"/>
</g>
</g>
</g>
</g>
<path d="M44.2893 9.47316L39.5768 14.1782C38.1879 15.5651 35.9364 15.5651 34.5475 14.1782C33.1585 12.7913 33.1585 10.542 34.5475 9.15514L34.9034 8.79921C34.9529 8.7297 35.0077 8.66336 35.0698 8.60229L38.9598 4.71758C39.0208 4.6565 39.0861 4.60279 39.1535 4.55541L39.2588 4.4501C39.2588 4.4501 24.2318 4.02467 25.2711 25.1215C32.2529 24.2833 40.6689 21.4179 48.7974 13.976L44.2893 9.47316Z" fill="white"/>
<mask id="mask8_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.42413 29.2463H52.7379V37H2.42413V29.2463Z" fill="white"/>
</mask>
<g mask="url(#mask8_1477_2)">
<mask id="mask9_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.4588 29.2537C2.4588 29.2537 2.50408 29.2789 2.59149 29.3284C2.67889 29.3769 2.80947 29.4464 2.98111 29.5359C3.32336 29.716 3.82882 29.9697 4.47961 30.2741C4.80605 30.4257 5.1683 30.59 5.56425 30.7627C5.96125 30.9333 6.3909 31.1176 6.85424 31.3029C7.31758 31.4861 7.80936 31.6831 8.33483 31.8715C8.40117 31.8968 8.46646 31.92 8.5328 31.9453C8.59915 31.9684 8.66654 31.9926 8.73394 32.0169C8.86873 32.0643 9.00457 32.1138 9.14252 32.1632C9.42053 32.257 9.70169 32.357 9.99339 32.4507C11.1539 32.8372 12.4238 33.21 13.777 33.5543C14.4552 33.7197 15.1512 33.8924 15.8684 34.0387C16.2264 34.1167 16.5908 34.183 16.9562 34.2578C17.1394 34.2946 17.3247 34.3252 17.5101 34.3599C17.6954 34.3926 17.8807 34.4284 18.0682 34.4578C19.5677 34.7043 21.1241 34.9085 22.7121 35.0307C22.9101 35.0465 23.1091 35.0612 23.3082 35.077C23.5083 35.0886 23.7073 35.1002 23.9074 35.1118C24.3075 35.1392 24.7098 35.1508 25.1121 35.1687C25.3132 35.1781 25.5143 35.1802 25.7165 35.1844C25.9176 35.1887 26.1198 35.1929 26.321 35.1971C26.5231 35.1981 26.7253 35.1981 26.9275 35.1981C27.1297 35.1981 27.3319 35.2013 27.533 35.195C29.1505 35.176 30.7669 35.0834 32.3518 34.9233C33.9377 34.7632 35.4909 34.5358 36.9873 34.2599C38.4826 33.9819 39.919 33.6544 41.2722 33.3016C41.6102 33.21 41.9451 33.1257 42.2726 33.0341C42.599 32.9393 42.9202 32.8435 43.2372 32.7551C43.3972 32.7108 43.5531 32.6624 43.7068 32.615C43.8627 32.5666 44.0154 32.5192 44.1681 32.4718C44.3197 32.4244 44.4703 32.3781 44.6198 32.3317C44.6946 32.3096 44.7683 32.2843 44.842 32.2601C44.9157 32.2349 44.9884 32.2117 45.0611 32.1875C45.3517 32.0916 45.6371 31.9979 45.9161 31.9063C46.1941 31.8115 46.4627 31.7125 46.728 31.622C46.8597 31.5756 46.9903 31.5304 47.1187 31.4851C47.184 31.463 47.2472 31.4398 47.3104 31.4177C47.3746 31.3945 47.4367 31.3713 47.4989 31.3471C47.7463 31.2534 47.9875 31.1639 48.2223 31.0775C48.3403 31.0344 48.4551 30.9912 48.5688 30.9501C48.6825 30.908 48.7931 30.8627 48.9015 30.8206C49.1185 30.7332 49.3291 30.6521 49.5302 30.5731C49.6313 30.5342 49.7303 30.4952 49.8272 30.4584C49.8767 30.4394 49.9241 30.4204 49.9714 30.4025C50.0188 30.3825 50.0652 30.3636 50.1104 30.3446C50.2947 30.2688 50.4695 30.1961 50.6359 30.1287C50.8034 30.0603 50.9613 29.9961 51.1098 29.935C51.1835 29.9044 51.2562 29.876 51.3267 29.8476C51.3952 29.8181 51.4615 29.7897 51.5268 29.7612C51.7837 29.6507 52.0028 29.558 52.1818 29.4822C52.5398 29.3337 52.7304 29.2537 52.7304 29.2537C52.7304 29.2537 52.5567 29.3653 52.2313 29.5748C51.9038 29.7833 51.4247 30.0908 50.797 30.452C50.6412 30.5437 50.4759 30.6405 50.3032 30.7416C50.26 30.7669 50.2158 30.7911 50.1715 30.8174C50.1273 30.8417 50.082 30.8669 50.0357 30.8922C49.9441 30.9428 49.8503 30.9933 49.7545 31.047C49.5629 31.1523 49.3628 31.2608 49.1553 31.3735C49.0511 31.4282 48.9458 31.4872 48.8373 31.543C48.7288 31.5988 48.6183 31.6557 48.5056 31.7125C48.0559 31.9432 47.5758 32.1875 47.0608 32.4265C46.8039 32.5476 46.5406 32.6729 46.2689 32.7961C45.9951 32.9151 45.7161 33.0383 45.4296 33.1626C45.2864 33.2247 45.1432 33.2911 44.9958 33.35C44.8473 33.4101 44.6988 33.4701 44.5482 33.5301C44.3976 33.5912 44.246 33.6523 44.0912 33.7144C43.9385 33.7765 43.7837 33.8386 43.6258 33.8966C43.3109 34.0156 42.9887 34.1335 42.6622 34.2546C42.3347 34.3715 41.9988 34.4821 41.6597 34.599C40.2981 35.0507 38.8417 35.4709 37.3127 35.8226C35.7847 36.1775 34.1851 36.4629 32.5466 36.6619C30.908 36.8609 29.2316 36.9736 27.5541 36.9946C27.3445 36.9999 27.1339 36.9957 26.9244 36.9957C26.7148 36.9946 26.5052 36.9936 26.2957 36.9925C26.0861 36.9862 25.8766 36.9799 25.6681 36.9746C25.4585 36.9673 25.2489 36.9641 25.0404 36.9515C24.6234 36.9304 24.2064 36.9125 23.7926 36.8767C23.5851 36.8609 23.3777 36.8451 23.1713 36.8293C22.9649 36.8093 22.7595 36.7893 22.5542 36.7693C20.9104 36.6082 19.3045 36.3481 17.7691 36.0195C17.5764 35.9816 17.3858 35.9363 17.1963 35.8932C17.0067 35.8489 16.8182 35.8079 16.6308 35.7626C16.2559 35.6699 15.8852 35.5804 15.5219 35.4783C15.3397 35.4277 15.1586 35.3814 14.9785 35.3287C14.7995 35.2771 14.6215 35.2255 14.4446 35.1739C14.0908 35.0707 13.7433 34.9612 13.4011 34.8506C13.0609 34.7369 12.7239 34.6263 12.3965 34.5084C12.2322 34.4505 12.0679 34.3957 11.9068 34.3346C11.7467 34.2746 11.5877 34.2156 11.4287 34.1556C10.8 33.9124 10.1935 33.6723 9.62166 33.4195C8.47383 32.9225 7.44921 32.4107 6.55833 31.9274C5.66745 31.443 4.91241 30.9859 4.3048 30.5889C4.15211 30.4899 4.00995 30.3941 3.87621 30.3036C3.74247 30.213 3.61716 30.1266 3.50238 30.0456C3.27176 29.8844 3.0801 29.7412 2.9253 29.6233C2.76945 29.5074 2.65467 29.4137 2.57569 29.3505C2.49882 29.2874 2.4588 29.2537 2.4588 29.2537Z" fill="white"/>
</mask>
<g mask="url(#mask9_1477_2)">
<mask id="mask10_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.4588 29.2537C2.4588 29.2537 2.50408 29.2789 2.59149 29.3284C2.67889 29.3769 2.80947 29.4464 2.98111 29.5359C3.32336 29.716 3.82882 29.9697 4.47961 30.2741C4.80605 30.4257 5.1683 30.59 5.56425 30.7627C5.96125 30.9333 6.3909 31.1176 6.85424 31.3029C7.31758 31.4861 7.80936 31.6831 8.33483 31.8715C8.40117 31.8968 8.46646 31.92 8.5328 31.9453C8.59915 31.9684 8.66654 31.9926 8.73394 32.0169C8.86873 32.0643 9.00457 32.1138 9.14252 32.1632C9.42053 32.257 9.70169 32.357 9.99339 32.4507C11.1539 32.8372 12.4238 33.21 13.777 33.5543C14.4552 33.7197 15.1512 33.8924 15.8684 34.0387C16.2264 34.1167 16.5908 34.183 16.9562 34.2578C17.1394 34.2946 17.3247 34.3252 17.5101 34.3599C17.6954 34.3926 17.8807 34.4284 18.0682 34.4578C19.5677 34.7043 21.1241 34.9085 22.7121 35.0307C22.9101 35.0465 23.1091 35.0612 23.3082 35.077C23.5083 35.0886 23.7073 35.1002 23.9074 35.1118C24.3075 35.1392 24.7098 35.1508 25.1121 35.1687C25.3132 35.1781 25.5143 35.1802 25.7165 35.1844C25.9176 35.1887 26.1198 35.1929 26.321 35.1971C26.5231 35.1981 26.7253 35.1981 26.9275 35.1981C27.1297 35.1981 27.3319 35.2013 27.533 35.195C29.1505 35.176 30.7669 35.0834 32.3518 34.9233C33.9377 34.7632 35.4909 34.5358 36.9873 34.2599C38.4826 33.9819 39.919 33.6544 41.2722 33.3016C41.6102 33.21 41.9451 33.1257 42.2726 33.0341C42.599 32.9393 42.9202 32.8435 43.2372 32.7551C43.3972 32.7108 43.5531 32.6624 43.7068 32.615C43.8627 32.5666 44.0154 32.5192 44.1681 32.4718C44.3197 32.4244 44.4703 32.3781 44.6198 32.3317C44.6946 32.3096 44.7683 32.2843 44.842 32.2601C44.9157 32.2349 44.9884 32.2117 45.0611 32.1875C45.3517 32.0916 45.6371 31.9979 45.9161 31.9063C46.1941 31.8115 46.4627 31.7125 46.728 31.622C46.8597 31.5756 46.9903 31.5304 47.1187 31.4851C47.184 31.463 47.2472 31.4398 47.3104 31.4177C47.3746 31.3945 47.4367 31.3713 47.4989 31.3471C47.7463 31.2534 47.9875 31.1639 48.2223 31.0775C48.3403 31.0344 48.4551 30.9912 48.5688 30.9501C48.6825 30.908 48.7931 30.8627 48.9015 30.8206C49.1185 30.7332 49.3291 30.6521 49.5302 30.5731C49.6313 30.5342 49.7303 30.4952 49.8272 30.4584C49.8767 30.4394 49.9241 30.4204 49.9714 30.4025C50.0188 30.3825 50.0652 30.3636 50.1104 30.3446C50.2947 30.2688 50.4695 30.1961 50.6359 30.1287C50.8034 30.0603 50.9613 29.9961 51.1098 29.935C51.1835 29.9044 51.2562 29.876 51.3267 29.8476C51.3952 29.8181 51.4615 29.7897 51.5268 29.7612C51.7837 29.6507 52.0028 29.558 52.1818 29.4822C52.5398 29.3337 52.7304 29.2537 52.7304 29.2537C52.7304 29.2537 52.5567 29.3653 52.2313 29.5748C51.9038 29.7833 51.4247 30.0908 50.797 30.452C50.6412 30.5437 50.4759 30.6405 50.3032 30.7416C50.26 30.7669 50.2158 30.7911 50.1715 30.8174C50.1273 30.8417 50.082 30.8669 50.0357 30.8922C49.9441 30.9428 49.8503 30.9933 49.7545 31.047C49.5629 31.1523 49.3628 31.2608 49.1553 31.3735C49.0511 31.4282 48.9458 31.4872 48.8373 31.543C48.7288 31.5988 48.6183 31.6557 48.5056 31.7125C48.0559 31.9432 47.5758 32.1875 47.0608 32.4265C46.8039 32.5476 46.5406 32.6729 46.2689 32.7961C45.9951 32.9151 45.7161 33.0383 45.4296 33.1626C45.2864 33.2247 45.1432 33.2911 44.9958 33.35C44.8473 33.4101 44.6988 33.4701 44.5482 33.5301C44.3976 33.5912 44.246 33.6523 44.0912 33.7144C43.9385 33.7765 43.7837 33.8386 43.6258 33.8966C43.3109 34.0156 42.9887 34.1335 42.6622 34.2546C42.3347 34.3715 41.9988 34.4821 41.6597 34.599C40.2981 35.0507 38.8417 35.4709 37.3127 35.8226C35.7847 36.1775 34.1851 36.4629 32.5466 36.6619C30.908 36.8609 29.2316 36.9736 27.5541 36.9946C27.3445 36.9999 27.1339 36.9957 26.9244 36.9957C26.7148 36.9946 26.5052 36.9936 26.2957 36.9925C26.0861 36.9862 25.8766 36.9799 25.6681 36.9746C25.4585 36.9673 25.2489 36.9641 25.0404 36.9515C24.6234 36.9304 24.2064 36.9125 23.7926 36.8767C23.5851 36.8609 23.3777 36.8451 23.1713 36.8293C22.9649 36.8093 22.7595 36.7893 22.5542 36.7693C20.9104 36.6082 19.3045 36.3481 17.7691 36.0195C17.5764 35.9816 17.3858 35.9363 17.1963 35.8932C17.0067 35.8489 16.8182 35.8079 16.6308 35.7626C16.2559 35.6699 15.8852 35.5804 15.5219 35.4783C15.3397 35.4277 15.1586 35.3814 14.9785 35.3287C14.7995 35.2771 14.6215 35.2255 14.4446 35.1739C14.0908 35.0707 13.7433 34.9612 13.4011 34.8506C13.0609 34.7369 12.7239 34.6263 12.3965 34.5084C12.2322 34.4505 12.0679 34.3957 11.9068 34.3346C11.7467 34.2746 11.5877 34.2156 11.4287 34.1556C10.8 33.9124 10.1935 33.6723 9.62166 33.4195C8.47383 32.9225 7.44921 32.4107 6.55833 31.9274C5.66745 31.443 4.91241 30.9859 4.3048 30.5889C4.15211 30.4899 4.00995 30.3941 3.87621 30.3036C3.74247 30.213 3.61716 30.1266 3.50238 30.0456C3.27176 29.8844 3.0801 29.7412 2.9253 29.6233C2.76945 29.5074 2.65467 29.4137 2.57569 29.3505C2.49882 29.2874 2.4588 29.2537 2.4588 29.2537Z" fill="white"/>
</mask>
<g mask="url(#mask10_1477_2)">
<mask id="mask11_1477_2" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="8" width="57" height="51">
<path d="M41.2185 58.0946L55.9896 31.028L13.9718 8.15991L-0.800415 35.2265L41.2185 58.0946Z" fill="white"/>
</mask>
<g mask="url(#mask11_1477_2)">
<path d="M41.2185 58.0935L55.9896 31.028L13.9707 8.15991L-0.800415 35.2265L41.2185 58.0935Z" fill="white"/>
</g>
</g>
</g>
</g>
<path d="M67.7297 24L65.5397 20.025H64.9247V24H62.3597V13.47H66.6647C67.4947 13.47 68.1997 13.615 68.7797 13.905C69.3697 14.195 69.8097 14.595 70.0997 15.105C70.3897 15.605 70.5347 16.165 70.5347 16.785C70.5347 17.485 70.3347 18.11 69.9347 18.66C69.5447 19.21 68.9647 19.6 68.1947 19.83L70.6247 24H67.7297ZM64.9247 18.21H66.5147C66.9847 18.21 67.3347 18.095 67.5647 17.865C67.8047 17.635 67.9247 17.31 67.9247 16.89C67.9247 16.49 67.8047 16.175 67.5647 15.945C67.3347 15.715 66.9847 15.6 66.5147 15.6H64.9247V18.21ZM80.0348 19.68C80.0348 19.92 80.0198 20.17 79.9898 20.43H74.1848C74.2248 20.95 74.3898 21.35 74.6798 21.63C74.9798 21.9 75.3448 22.035 75.7748 22.035C76.4148 22.035 76.8598 21.765 77.1098 21.225H79.8398C79.6998 21.775 79.4448 22.27 79.0748 22.71C78.7148 23.15 78.2598 23.495 77.7098 23.745C77.1598 23.995 76.5448 24.12 75.8648 24.12C75.0448 24.12 74.3148 23.945 73.6748 23.595C73.0348 23.245 72.5348 22.745 72.1748 22.095C71.8148 21.445 71.6348 20.685 71.6348 19.815C71.6348 18.945 71.8098 18.185 72.1598 17.535C72.5198 16.885 73.0198 16.385 73.6598 16.035C74.2998 15.685 75.0348 15.51 75.8648 15.51C76.6748 15.51 77.3948 15.68 78.0248 16.02C78.6548 16.36 79.1448 16.845 79.4948 17.475C79.8548 18.105 80.0348 18.84 80.0348 19.68ZM77.4098 19.005C77.4098 18.565 77.2598 18.215 76.9598 17.955C76.6598 17.695 76.2848 17.565 75.8348 17.565C75.4048 17.565 75.0398 17.69 74.7398 17.94C74.4498 18.19 74.2698 18.545 74.1998 19.005H77.4098ZM86.503 24L83.953 20.49V24H81.388V12.9H83.953V19.035L86.488 15.63H89.653L86.173 19.83L89.683 24H86.503ZM93.2255 16.815C93.4655 16.425 93.8105 16.11 94.2605 15.87C94.7105 15.63 95.2255 15.51 95.8055 15.51C96.4955 15.51 97.1205 15.685 97.6805 16.035C98.2405 16.385 98.6805 16.885 99.0005 17.535C99.3305 18.185 99.4955 18.94 99.4955 19.8C99.4955 20.66 99.3305 21.42 99.0005 22.08C98.6805 22.73 98.2405 23.235 97.6805 23.595C97.1205 23.945 96.4955 24.12 95.8055 24.12C95.2155 24.12 94.7005 24.005 94.2605 23.775C93.8205 23.535 93.4755 23.22 93.2255 22.83V24H90.6605V12.9H93.2255V16.815ZM96.8855 19.8C96.8855 19.16 96.7055 18.66 96.3455 18.3C95.9955 17.93 95.5605 17.745 95.0405 17.745C94.5305 17.745 94.0955 17.93 93.7355 18.3C93.3855 18.67 93.2105 19.175 93.2105 19.815C93.2105 20.455 93.3855 20.96 93.7355 21.33C94.0955 21.7 94.5305 21.885 95.0405 21.885C95.5505 21.885 95.9855 21.7 96.3455 21.33C96.7055 20.95 96.8855 20.44 96.8855 19.8ZM108.731 19.68C108.731 19.92 108.716 20.17 108.686 20.43H102.881C102.921 20.95 103.086 21.35 103.376 21.63C103.676 21.9 104.041 22.035 104.471 22.035C105.111 22.035 105.556 21.765 105.806 21.225H108.536C108.396 21.775 108.141 22.27 107.771 22.71C107.411 23.15 106.956 23.495 106.406 23.745C105.856 23.995 105.241 24.12 104.561 24.12C103.741 24.12 103.011 23.945 102.371 23.595C101.731 23.245 101.231 22.745 100.871 22.095C100.511 21.445 100.331 20.685 100.331 19.815C100.331 18.945 100.506 18.185 100.856 17.535C101.216 16.885 101.716 16.385 102.356 16.035C102.996 15.685 103.731 15.51 104.561 15.51C105.371 15.51 106.091 15.68 106.721 16.02C107.351 16.36 107.841 16.845 108.191 17.475C108.551 18.105 108.731 18.84 108.731 19.68ZM106.106 19.005C106.106 18.565 105.956 18.215 105.656 17.955C105.356 17.695 104.981 17.565 104.531 17.565C104.101 17.565 103.736 17.69 103.436 17.94C103.146 18.19 102.966 18.545 102.896 19.005H106.106ZM112.649 17.025C112.949 16.565 113.324 16.205 113.774 15.945C114.224 15.675 114.724 15.54 115.274 15.54V18.255H114.569C113.929 18.255 113.449 18.395 113.129 18.675C112.809 18.945 112.649 19.425 112.649 20.115V24H110.084V15.63H112.649V17.025Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_1477_2" x1="53.5382" y1="14.0498" x2="1.17207" y2="15.5662" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="0.479167" stop-color="white"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
<linearGradient id="paint1_linear_1477_2" x1="35.0382" y1="1.21114" x2="14.4153" y2="24.1592" gradientUnits="userSpaceOnUse">
<stop offset="0.251902" stop-color="white"/>
<stop offset="1" stop-color="white"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,83 @@
<svg width="270" height="184" viewBox="0 0 270 184" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M192.328 50.3645C196.547 54.578 196.547 61.4062 192.328 65.6249C188.109 69.8333 181.266 69.8333 177.047 65.6249C172.828 61.4062 172.828 54.578 177.047 50.3645C181.266 46.151 188.109 46.151 192.328 50.3645Z" fill="#AC1A53"/>
<mask id="mask0_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="41" width="270" height="128">
<path d="M0.703125 41.5833H269.703V168.573H0.703125V41.5833Z" fill="white"/>
</mask>
<g mask="url(#mask0_1476_112)">
<mask id="mask1_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="41" width="270" height="128">
<path d="M229.208 51.2344C249.234 62.4948 261.432 77.4167 261.432 93.7969C261.432 128.849 205.563 157.26 136.641 157.26C67.7188 157.26 11.849 128.849 11.849 93.7969C11.849 72.2083 33.0469 53.1354 65.4323 41.6719C26.6354 53.6719 0.723969 75.375 0.723969 100.156C0.723969 137.932 60.9375 168.552 135.214 168.552C209.495 168.552 269.708 137.932 269.708 100.156C269.708 80.9844 254.193 63.651 229.208 51.2344Z" fill="white"/>
</mask>
<g mask="url(#mask1_1476_112)">
<mask id="mask2_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="41" width="270" height="128">
<path d="M229.208 51.2344C249.234 62.4896 261.432 77.4167 261.432 93.7969C261.432 128.849 205.563 157.26 136.641 157.26C67.724 157.26 11.849 128.849 11.849 93.7969C11.849 72.2083 33.0469 53.1354 65.4323 41.6719C26.6354 53.6719 0.723969 75.375 0.723969 100.156C0.723969 137.927 60.9375 168.552 135.214 168.552C209.495 168.552 269.708 137.927 269.708 100.156C269.708 80.9844 254.198 63.651 229.208 51.2344Z" fill="white"/>
</mask>
<g mask="url(#mask2_1476_112)">
<mask id="mask3_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-53" y="-72" width="377" height="354">
<path d="M208.109 281.422L323.094 70.7292L62.3229 -71.1926L-52.6667 139.495L208.109 281.422Z" fill="white"/>
</mask>
<g mask="url(#mask3_1476_112)">
<path d="M208.109 281.417L323.094 70.7292L62.3177 -71.1926L-52.6667 139.5L208.109 281.417Z" fill="url(#paint0_linear_1476_112)"/>
</g>
</g>
</g>
</g>
<path d="M28.375 121.115L43.0729 135.786C65.9375 148.958 99.3802 157.26 136.641 157.26C148.693 157.26 160.344 156.391 171.365 154.771L242.052 84.1823C246.078 80.1667 246.078 73.651 242.052 69.6354C147.729 155.995 45.5573 117.755 45.5573 117.755C42.3646 120.948 37.0521 120.729 34.1458 117.109C31.6875 114.042 32.0885 109.573 34.8698 106.797L132.599 9.20312C133.526 8.27604 133.526 6.77083 132.599 5.84375C131.672 4.91667 130.167 4.91667 129.24 5.84375L28.375 106.568C24.3542 110.583 24.3542 117.099 28.375 121.115Z" fill="#900C3F"/>
<mask id="mask4_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="45" y="0" width="150" height="127">
<path d="M45.4323 0.510498H194.995V126.385H45.4323V0.510498Z" fill="white"/>
</mask>
<g mask="url(#mask4_1476_112)">
<mask id="mask5_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="45" y="0" width="150" height="127">
<path d="M194.875 22.5209L176.307 3.97925C171.661 -0.656169 164.141 -0.656169 159.495 3.97925L45.5573 117.755C45.5573 117.755 79.1979 130.344 125.693 124.76C120.552 20.4167 194.875 22.5209 194.875 22.5209Z" fill="white"/>
</mask>
<g mask="url(#mask5_1476_112)">
<mask id="mask6_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="45" y="0" width="150" height="127">
<path d="M194.875 22.5209L176.307 3.97925C171.661 -0.656169 164.141 -0.656169 159.495 3.97925L45.5573 117.755C45.5573 117.755 79.1979 130.344 125.693 124.76C120.552 20.4167 194.875 22.5209 194.875 22.5209Z" fill="white"/>
</mask>
<g mask="url(#mask6_1476_112)">
<mask id="mask7_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-9" y="-63" width="258" height="255">
<path d="M-8.50522 101.927L162.484 191.797L248.943 27.7604L77.9479 -62.1094L-8.50522 101.927Z" fill="white"/>
</mask>
<g mask="url(#mask7_1476_112)">
<path d="M-6.39062 99.0782L162.484 187.839L246.828 27.8178L77.9479 -60.9426L-6.39062 99.0782Z" fill="url(#paint1_linear_1476_112)"/>
</g>
</g>
</g>
</g>
<path d="M219.755 47.3645L196.448 70.6353C189.578 77.4947 178.443 77.4947 171.573 70.6353C164.703 63.776 164.703 52.6509 171.573 45.7916L173.333 44.0312C173.578 43.6874 173.849 43.3593 174.156 43.0572L193.396 23.8437C193.698 23.5416 194.021 23.2759 194.354 23.0416L194.875 22.5207C194.875 22.5207 120.552 20.4166 125.693 124.76C160.224 120.614 201.849 106.443 242.052 69.6353L219.755 47.3645Z" fill="#AC1A53"/>
<mask id="mask8_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="145" width="250" height="39">
<path d="M12.6927 145.161H261.542V183.51H12.6927V145.161Z" fill="white"/>
</mask>
<g mask="url(#mask8_1476_112)">
<mask id="mask9_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="145" width="250" height="39">
<path d="M12.8646 145.198C12.8646 145.198 13.0885 145.323 13.5208 145.568C13.9531 145.807 14.5989 146.151 15.4479 146.594C17.1406 147.484 19.6406 148.739 22.8594 150.245C24.4739 150.995 26.2656 151.807 28.2239 152.661C30.1875 153.505 32.3125 154.417 34.6041 155.333C36.8958 156.239 39.3281 157.213 41.9271 158.146C42.2552 158.271 42.5781 158.385 42.9062 158.51C43.2344 158.625 43.5677 158.745 43.901 158.864C44.5677 159.099 45.2396 159.344 45.9219 159.588C47.2969 160.052 48.6875 160.547 50.1302 161.01C55.8698 162.922 62.151 164.765 68.8437 166.469C72.1979 167.286 75.6406 168.14 79.1875 168.864C80.9583 169.25 82.7604 169.578 84.5677 169.948C85.4739 170.13 86.3906 170.281 87.3073 170.453C88.2239 170.614 89.1406 170.792 90.0677 170.937C97.4844 172.156 105.182 173.167 113.036 173.771C114.016 173.849 115 173.922 115.984 174C116.974 174.057 117.958 174.114 118.948 174.172C120.927 174.307 122.917 174.364 124.906 174.453C125.901 174.5 126.896 174.51 127.896 174.531C128.891 174.552 129.891 174.573 130.885 174.594C131.885 174.599 132.885 174.599 133.885 174.599C134.885 174.599 135.885 174.614 136.88 174.583C144.88 174.489 152.875 174.031 160.714 173.239C168.557 172.448 176.24 171.323 183.641 169.958C191.036 168.583 198.141 166.963 204.833 165.219C206.505 164.765 208.161 164.349 209.781 163.896C211.396 163.427 212.984 162.953 214.552 162.515C215.344 162.297 216.115 162.057 216.875 161.823C217.646 161.583 218.401 161.349 219.156 161.114C219.906 160.88 220.651 160.651 221.391 160.422C221.76 160.312 222.125 160.187 222.49 160.068C222.854 159.943 223.214 159.828 223.573 159.708C225.01 159.234 226.422 158.771 227.802 158.318C229.177 157.849 230.505 157.359 231.818 156.911C232.469 156.682 233.115 156.458 233.75 156.234C234.073 156.125 234.385 156.01 234.698 155.901C235.016 155.786 235.323 155.672 235.63 155.552C236.854 155.088 238.047 154.646 239.208 154.219C239.792 154.005 240.359 153.792 240.922 153.588C241.484 153.38 242.031 153.156 242.568 152.948C243.641 152.515 244.682 152.114 245.677 151.724C246.177 151.531 246.667 151.338 247.146 151.156C247.391 151.062 247.625 150.969 247.859 150.88C248.094 150.781 248.323 150.687 248.547 150.594C249.458 150.219 250.323 149.859 251.146 149.526C251.974 149.187 252.755 148.87 253.49 148.568C253.854 148.417 254.214 148.276 254.562 148.135C254.901 147.989 255.229 147.849 255.552 147.708C256.823 147.161 257.906 146.703 258.792 146.328C260.562 145.594 261.505 145.198 261.505 145.198C261.505 145.198 260.646 145.75 259.036 146.786C257.417 147.818 255.047 149.338 251.943 151.125C251.172 151.578 250.354 152.057 249.5 152.557C249.286 152.682 249.068 152.802 248.849 152.932C248.63 153.052 248.406 153.177 248.177 153.302C247.724 153.552 247.26 153.802 246.786 154.068C245.839 154.588 244.849 155.125 243.823 155.682C243.307 155.953 242.786 156.245 242.25 156.521C241.714 156.797 241.167 157.078 240.609 157.359C238.385 158.5 236.01 159.708 233.464 160.89C232.193 161.489 230.891 162.109 229.547 162.719C228.193 163.307 226.812 163.917 225.396 164.531C224.687 164.838 223.979 165.167 223.25 165.458C222.516 165.755 221.781 166.052 221.036 166.349C220.292 166.651 219.542 166.953 218.776 167.26C218.021 167.568 217.255 167.875 216.474 168.161C214.917 168.75 213.323 169.333 211.708 169.932C210.089 170.51 208.427 171.057 206.75 171.635C200.016 173.87 192.812 175.948 185.25 177.687C177.693 179.443 169.781 180.854 161.677 181.838C153.573 182.823 145.281 183.38 136.984 183.484C135.948 183.51 134.906 183.489 133.87 183.489C132.833 183.484 131.797 183.479 130.76 183.474C129.724 183.443 128.687 183.411 127.656 183.385C126.62 183.349 125.583 183.333 124.552 183.271C122.49 183.167 120.427 183.078 118.38 182.901C117.354 182.823 116.328 182.745 115.307 182.667C114.286 182.568 113.271 182.469 112.255 182.37C104.125 181.573 96.1823 180.286 88.5885 178.661C87.6354 178.474 86.6927 178.25 85.7552 178.036C84.8177 177.818 83.8854 177.614 82.9583 177.39C81.1041 176.932 79.2708 176.489 77.4739 175.984C76.5729 175.734 75.6771 175.505 74.7864 175.245C73.901 174.989 73.0208 174.734 72.1458 174.479C70.3958 173.969 68.6771 173.427 66.9844 172.88C65.3021 172.318 63.6354 171.771 62.0156 171.187C61.2031 170.901 60.3906 170.63 59.5937 170.328C58.8021 170.031 58.0156 169.739 57.2291 169.443C54.1198 168.239 51.1198 167.052 48.2916 165.802C42.6146 163.344 37.5469 160.812 33.1406 158.422C28.7344 156.026 25 153.765 21.9948 151.802C21.2396 151.312 20.5364 150.838 19.875 150.39C19.2135 149.943 18.5937 149.515 18.026 149.114C16.8854 148.318 15.9375 147.609 15.1719 147.026C14.401 146.453 13.8333 145.989 13.4427 145.677C13.0625 145.364 12.8646 145.198 12.8646 145.198Z" fill="white"/>
</mask>
<g mask="url(#mask9_1476_112)">
<mask id="mask10_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="145" width="250" height="39">
<path d="M12.8646 145.198C12.8646 145.198 13.0885 145.323 13.5208 145.568C13.9531 145.807 14.5989 146.151 15.4479 146.594C17.1406 147.484 19.6406 148.739 22.8594 150.245C24.4739 150.995 26.2656 151.807 28.2239 152.661C30.1875 153.505 32.3125 154.417 34.6041 155.333C36.8958 156.239 39.3281 157.213 41.9271 158.146C42.2552 158.271 42.5781 158.385 42.9062 158.51C43.2344 158.625 43.5677 158.745 43.901 158.864C44.5677 159.099 45.2396 159.344 45.9219 159.588C47.2969 160.052 48.6875 160.547 50.1302 161.01C55.8698 162.922 62.151 164.765 68.8437 166.469C72.1979 167.286 75.6406 168.14 79.1875 168.864C80.9583 169.25 82.7604 169.578 84.5677 169.948C85.4739 170.13 86.3906 170.281 87.3073 170.453C88.2239 170.614 89.1406 170.792 90.0677 170.937C97.4844 172.156 105.182 173.167 113.036 173.771C114.016 173.849 115 173.922 115.984 174C116.974 174.057 117.958 174.114 118.948 174.172C120.927 174.307 122.917 174.364 124.906 174.453C125.901 174.5 126.896 174.51 127.896 174.531C128.891 174.552 129.891 174.573 130.885 174.594C131.885 174.599 132.885 174.599 133.885 174.599C134.885 174.599 135.885 174.614 136.88 174.583C144.88 174.489 152.875 174.031 160.714 173.239C168.557 172.448 176.24 171.323 183.641 169.958C191.036 168.583 198.141 166.963 204.833 165.219C206.505 164.765 208.161 164.349 209.781 163.896C211.396 163.427 212.984 162.953 214.552 162.515C215.344 162.297 216.115 162.057 216.875 161.823C217.646 161.583 218.401 161.349 219.156 161.114C219.906 160.88 220.651 160.651 221.391 160.422C221.76 160.312 222.125 160.187 222.49 160.068C222.854 159.943 223.214 159.828 223.573 159.708C225.01 159.234 226.422 158.771 227.802 158.318C229.177 157.849 230.505 157.359 231.818 156.911C232.469 156.682 233.115 156.458 233.75 156.234C234.073 156.125 234.385 156.01 234.698 155.901C235.016 155.786 235.323 155.672 235.63 155.552C236.854 155.088 238.047 154.646 239.208 154.219C239.792 154.005 240.359 153.792 240.922 153.588C241.484 153.38 242.031 153.156 242.568 152.948C243.641 152.515 244.682 152.114 245.677 151.724C246.177 151.531 246.667 151.338 247.146 151.156C247.391 151.062 247.625 150.969 247.859 150.88C248.094 150.781 248.323 150.687 248.547 150.594C249.458 150.219 250.323 149.859 251.146 149.526C251.974 149.187 252.755 148.87 253.49 148.568C253.854 148.417 254.214 148.276 254.562 148.135C254.901 147.989 255.229 147.849 255.552 147.708C256.823 147.161 257.906 146.703 258.792 146.328C260.562 145.594 261.505 145.198 261.505 145.198C261.505 145.198 260.646 145.75 259.036 146.786C257.417 147.818 255.047 149.338 251.943 151.125C251.172 151.578 250.354 152.057 249.5 152.557C249.286 152.682 249.068 152.802 248.849 152.932C248.63 153.052 248.406 153.177 248.177 153.302C247.724 153.552 247.26 153.802 246.786 154.068C245.839 154.588 244.849 155.125 243.823 155.682C243.307 155.953 242.786 156.245 242.25 156.521C241.714 156.797 241.167 157.078 240.609 157.359C238.385 158.5 236.01 159.708 233.464 160.89C232.193 161.489 230.891 162.109 229.547 162.719C228.193 163.307 226.812 163.917 225.396 164.531C224.687 164.838 223.979 165.167 223.25 165.458C222.516 165.755 221.781 166.052 221.036 166.349C220.292 166.651 219.542 166.953 218.776 167.26C218.021 167.568 217.255 167.875 216.474 168.161C214.917 168.75 213.323 169.333 211.708 169.932C210.089 170.51 208.427 171.057 206.75 171.635C200.016 173.87 192.812 175.948 185.25 177.687C177.693 179.443 169.781 180.854 161.677 181.838C153.573 182.823 145.281 183.38 136.984 183.484C135.948 183.51 134.906 183.489 133.87 183.489C132.833 183.484 131.797 183.479 130.76 183.474C129.724 183.443 128.687 183.411 127.656 183.385C126.62 183.349 125.583 183.333 124.552 183.271C122.49 183.167 120.427 183.078 118.38 182.901C117.354 182.823 116.328 182.745 115.307 182.667C114.286 182.568 113.271 182.469 112.255 182.37C104.125 181.573 96.1823 180.286 88.5885 178.661C87.6354 178.474 86.6927 178.25 85.7552 178.036C84.8177 177.818 83.8854 177.614 82.9583 177.39C81.1041 176.932 79.2708 176.489 77.4739 175.984C76.5729 175.734 75.6771 175.505 74.7864 175.245C73.901 174.989 73.0208 174.734 72.1458 174.479C70.3958 173.969 68.6771 173.427 66.9844 172.88C65.3021 172.318 63.6354 171.771 62.0156 171.187C61.2031 170.901 60.3906 170.63 59.5937 170.328C58.8021 170.031 58.0156 169.739 57.2291 169.443C54.1198 168.239 51.1198 167.052 48.2916 165.802C42.6146 163.344 37.5469 160.812 33.1406 158.422C28.7344 156.026 25 153.765 21.9948 151.802C21.2396 151.312 20.5364 150.838 19.875 150.39C19.2135 149.943 18.5937 149.515 18.026 149.114C16.8854 148.318 15.9375 147.609 15.1719 147.026C14.401 146.453 13.8333 145.989 13.4427 145.677C13.0625 145.364 12.8646 145.198 12.8646 145.198Z" fill="white"/>
</mask>
<g mask="url(#mask10_1476_112)">
<mask id="mask11_1476_112" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-4" y="40" width="282" height="248">
<path d="M204.568 287.844L277.625 153.974L69.8073 40.8696L-3.25522 174.739L204.568 287.844Z" fill="white"/>
</mask>
<g mask="url(#mask11_1476_112)">
<path d="M204.568 287.838L277.625 153.974L69.8021 40.8696L-3.25522 174.739L204.568 287.838Z" fill="url(#paint2_linear_1476_112)"/>
</g>
</g>
</g>
</g>
<defs>
<linearGradient id="paint0_linear_1476_112" x1="265.5" y1="70" x2="6.49999" y2="77.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#900C3F"/>
<stop offset="0.479167" stop-color="#BA3468"/>
<stop offset="1" stop-color="#AC1A53"/>
</linearGradient>
<linearGradient id="paint1_linear_1476_112" x1="174" y1="6.49999" x2="72" y2="120" gradientUnits="userSpaceOnUse">
<stop offset="0.251902" stop-color="#900C3F"/>
<stop offset="1" stop-color="#AC1A53"/>
</linearGradient>
<linearGradient id="paint2_linear_1476_112" x1="137.185" y1="40.8696" x2="137.185" y2="287.838" gradientUnits="userSpaceOnUse">
<stop offset="0.25" stop-color="#900C3F"/>
<stop offset="1" stop-color="#DCA5BB"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,84 @@
<svg width="116" height="37" viewBox="0 0 116 37" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.7439 10.0799C39.5969 10.9318 39.5969 12.3123 38.7439 13.1653C37.8909 14.0162 36.5072 14.0162 35.6543 13.1653C34.8013 12.3123 34.8013 10.9318 35.6543 10.0799C36.5072 9.22794 37.8909 9.22794 38.7439 10.0799Z" fill="#AC1A53"/>
<mask id="mask0_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M0 8.3042H54.388V33.9797H0V8.3042Z" fill="white"/>
</mask>
<g mask="url(#mask0_1476_225)">
<mask id="mask1_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M46.2006 10.2557C50.2496 12.5324 52.7158 15.5494 52.7158 18.8612C52.7158 25.9482 41.4197 31.6926 27.4847 31.6926C13.5497 31.6926 2.25359 25.9482 2.25359 18.8612C2.25359 14.4963 6.53951 10.64 13.0874 8.32227C5.2432 10.7485 0.00427246 15.1366 0.00427246 20.147C0.00427246 27.7848 12.1786 33.9757 27.1962 33.9757C42.2148 33.9757 54.3891 27.7848 54.3891 20.147C54.3891 16.2707 51.2521 12.7661 46.2006 10.2557Z" fill="white"/>
</mask>
<g mask="url(#mask1_1476_225)">
<mask id="mask2_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="8" width="55" height="26">
<path d="M46.2006 10.2557C50.2496 12.5313 52.7158 15.5494 52.7158 18.8612C52.7158 25.9482 41.4197 31.6926 27.4847 31.6926C13.5507 31.6926 2.25359 25.9482 2.25359 18.8612C2.25359 14.4963 6.53951 10.64 13.0874 8.32227C5.2432 10.7485 0.00427246 15.1366 0.00427246 20.147C0.00427246 27.7837 12.1786 33.9757 27.1962 33.9757C42.2148 33.9757 54.3891 27.7837 54.3891 20.147C54.3891 16.2707 51.2531 12.7661 46.2006 10.2557Z" fill="white"/>
</mask>
<g mask="url(#mask2_1476_225)">
<mask id="mask3_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-11" y="-15" width="77" height="72">
<path d="M41.9347 56.7964L65.1829 14.1973L12.4587 -14.4973L-10.7906 28.1007L41.9347 56.7964Z" fill="white"/>
</mask>
<g mask="url(#mask3_1476_225)">
<path d="M41.9347 56.7953L65.1829 14.1973L12.4576 -14.4973L-10.7906 28.1018L41.9347 56.7953Z" fill="url(#paint0_linear_1476_225)"/>
</g>
</g>
</g>
</g>
<path d="M5.59489 24.3842L8.5666 27.3507C13.1895 30.0138 19.9511 31.6924 27.4847 31.6924C29.9214 31.6924 32.2771 31.5165 34.5054 31.189L48.7974 16.917C49.6114 16.1051 49.6114 14.7878 48.7974 13.9759C29.7266 31.4365 9.0689 23.705 9.0689 23.705C8.42338 24.3505 7.34927 24.3063 6.76167 23.5744C6.26463 22.9542 6.34571 22.0507 6.90804 21.4894L26.6675 1.7573C26.8549 1.56986 26.8549 1.26553 26.6675 1.07808C26.4801 0.890639 26.1757 0.890639 25.9883 1.07808L5.59489 21.443C4.78193 22.255 4.78193 23.5723 5.59489 24.3842Z" fill="#900C3F"/>
<mask id="mask4_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="0" width="31" height="26">
<path d="M9.04358 0H39.283V25.4502H9.04358V0Z" fill="white"/>
</mask>
<g mask="url(#mask4_1476_225)">
<mask id="mask5_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="-1" width="31" height="27">
<path d="M39.2588 4.45031L35.5047 0.701447C34.5654 -0.235769 33.0448 -0.235769 32.1055 0.701447L9.06891 23.7054C9.06891 23.7054 15.8706 26.2506 25.2712 25.1217C24.2318 4.02488 39.2588 4.45031 39.2588 4.45031Z" fill="white"/>
</mask>
<g mask="url(#mask5_1476_225)">
<mask id="mask6_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="-1" width="31" height="27">
<path d="M39.2588 4.45031L35.5047 0.701447C34.5654 -0.235769 33.0448 -0.235769 32.1055 0.701447L9.06891 23.7054C9.06891 23.7054 15.8706 26.2506 25.2712 25.1217C24.2318 4.02488 39.2588 4.45031 39.2588 4.45031Z" fill="white"/>
</mask>
<g mask="url(#mask6_1476_225)">
<mask id="mask7_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-2" y="-13" width="53" height="52">
<path d="M-1.86176 20.505L32.7099 38.6754L50.1906 5.50952L15.6179 -12.6609L-1.86176 20.505Z" fill="white"/>
</mask>
<g mask="url(#mask7_1476_225)">
<path d="M-1.4342 19.9292L32.7099 37.8753L49.7631 5.5213L15.6179 -12.4248L-1.4342 19.9292Z" fill="url(#paint1_linear_1476_225)"/>
</g>
</g>
</g>
</g>
<path d="M44.2893 9.47316L39.5768 14.1782C38.1879 15.5651 35.9364 15.5651 34.5475 14.1782C33.1585 12.7913 33.1585 10.542 34.5475 9.15514L34.9034 8.79921C34.9529 8.7297 35.0077 8.66336 35.0698 8.60229L38.9598 4.71758C39.0208 4.6565 39.0861 4.60279 39.1535 4.55541L39.2588 4.4501C39.2588 4.4501 24.2318 4.02467 25.2711 25.1215C32.2529 24.2833 40.6689 21.4179 48.7974 13.976L44.2893 9.47316Z" fill="#AC1A53"/>
<mask id="mask8_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.42413 29.2463H52.7379V37H2.42413V29.2463Z" fill="white"/>
</mask>
<g mask="url(#mask8_1476_225)">
<mask id="mask9_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.4588 29.2537C2.4588 29.2537 2.50408 29.2789 2.59149 29.3284C2.67889 29.3769 2.80947 29.4464 2.98111 29.5359C3.32336 29.716 3.82882 29.9697 4.47961 30.2741C4.80605 30.4257 5.1683 30.59 5.56425 30.7627C5.96125 30.9333 6.3909 31.1176 6.85424 31.3029C7.31758 31.4861 7.80936 31.6831 8.33483 31.8715C8.40117 31.8968 8.46646 31.92 8.5328 31.9453C8.59915 31.9684 8.66654 31.9926 8.73394 32.0169C8.86873 32.0643 9.00457 32.1138 9.14252 32.1632C9.42053 32.257 9.70169 32.357 9.99339 32.4507C11.1539 32.8372 12.4238 33.21 13.777 33.5543C14.4552 33.7197 15.1512 33.8924 15.8684 34.0387C16.2264 34.1167 16.5908 34.183 16.9562 34.2578C17.1394 34.2946 17.3247 34.3252 17.5101 34.3599C17.6954 34.3926 17.8807 34.4284 18.0682 34.4578C19.5677 34.7043 21.1241 34.9085 22.7121 35.0307C22.9101 35.0465 23.1091 35.0612 23.3082 35.077C23.5083 35.0886 23.7073 35.1002 23.9074 35.1118C24.3075 35.1392 24.7098 35.1508 25.1121 35.1687C25.3132 35.1781 25.5143 35.1802 25.7165 35.1844C25.9176 35.1887 26.1198 35.1929 26.321 35.1971C26.5231 35.1981 26.7253 35.1981 26.9275 35.1981C27.1297 35.1981 27.3319 35.2013 27.533 35.195C29.1505 35.176 30.7669 35.0834 32.3518 34.9233C33.9377 34.7632 35.4909 34.5358 36.9873 34.2599C38.4826 33.9819 39.919 33.6544 41.2722 33.3016C41.6102 33.21 41.9451 33.1257 42.2726 33.0341C42.599 32.9393 42.9202 32.8435 43.2372 32.7551C43.3972 32.7108 43.5531 32.6624 43.7068 32.615C43.8627 32.5666 44.0154 32.5192 44.1681 32.4718C44.3197 32.4244 44.4703 32.3781 44.6198 32.3317C44.6946 32.3096 44.7683 32.2843 44.842 32.2601C44.9157 32.2349 44.9884 32.2117 45.0611 32.1875C45.3517 32.0916 45.6371 31.9979 45.9161 31.9063C46.1941 31.8115 46.4627 31.7125 46.728 31.622C46.8597 31.5756 46.9903 31.5304 47.1187 31.4851C47.184 31.463 47.2472 31.4398 47.3104 31.4177C47.3746 31.3945 47.4367 31.3713 47.4989 31.3471C47.7463 31.2534 47.9875 31.1639 48.2223 31.0775C48.3403 31.0344 48.4551 30.9912 48.5688 30.9501C48.6825 30.908 48.7931 30.8627 48.9015 30.8206C49.1185 30.7332 49.3291 30.6521 49.5302 30.5731C49.6313 30.5342 49.7303 30.4952 49.8272 30.4584C49.8767 30.4394 49.9241 30.4204 49.9714 30.4025C50.0188 30.3825 50.0652 30.3636 50.1104 30.3446C50.2947 30.2688 50.4695 30.1961 50.6359 30.1287C50.8034 30.0603 50.9613 29.9961 51.1098 29.935C51.1835 29.9044 51.2562 29.876 51.3267 29.8476C51.3952 29.8181 51.4615 29.7897 51.5268 29.7612C51.7837 29.6507 52.0028 29.558 52.1818 29.4822C52.5398 29.3337 52.7304 29.2537 52.7304 29.2537C52.7304 29.2537 52.5567 29.3653 52.2313 29.5748C51.9038 29.7833 51.4247 30.0908 50.797 30.452C50.6412 30.5437 50.4759 30.6405 50.3032 30.7416C50.26 30.7669 50.2158 30.7911 50.1715 30.8174C50.1273 30.8417 50.082 30.8669 50.0357 30.8922C49.9441 30.9428 49.8503 30.9933 49.7545 31.047C49.5629 31.1523 49.3628 31.2608 49.1553 31.3735C49.0511 31.4282 48.9458 31.4872 48.8373 31.543C48.7288 31.5988 48.6183 31.6557 48.5056 31.7125C48.0559 31.9432 47.5758 32.1875 47.0608 32.4265C46.8039 32.5476 46.5406 32.6729 46.2689 32.7961C45.9951 32.9151 45.7161 33.0383 45.4296 33.1626C45.2864 33.2247 45.1432 33.2911 44.9958 33.35C44.8473 33.4101 44.6988 33.4701 44.5482 33.5301C44.3976 33.5912 44.246 33.6523 44.0912 33.7144C43.9385 33.7765 43.7837 33.8386 43.6258 33.8966C43.3109 34.0156 42.9887 34.1335 42.6622 34.2546C42.3347 34.3715 41.9988 34.4821 41.6597 34.599C40.2981 35.0507 38.8417 35.4709 37.3127 35.8226C35.7847 36.1775 34.1851 36.4629 32.5466 36.6619C30.908 36.8609 29.2316 36.9736 27.5541 36.9946C27.3445 36.9999 27.1339 36.9957 26.9244 36.9957C26.7148 36.9946 26.5052 36.9936 26.2957 36.9925C26.0861 36.9862 25.8766 36.9799 25.6681 36.9746C25.4585 36.9673 25.2489 36.9641 25.0404 36.9515C24.6234 36.9304 24.2064 36.9125 23.7926 36.8767C23.5851 36.8609 23.3777 36.8451 23.1713 36.8293C22.9649 36.8093 22.7595 36.7893 22.5542 36.7693C20.9104 36.6082 19.3045 36.3481 17.7691 36.0195C17.5764 35.9816 17.3858 35.9363 17.1963 35.8932C17.0067 35.8489 16.8182 35.8079 16.6308 35.7626C16.2559 35.6699 15.8852 35.5804 15.5219 35.4783C15.3397 35.4277 15.1586 35.3814 14.9785 35.3287C14.7995 35.2771 14.6215 35.2255 14.4446 35.1739C14.0908 35.0707 13.7433 34.9612 13.4011 34.8506C13.0609 34.7369 12.7239 34.6263 12.3965 34.5084C12.2322 34.4505 12.0679 34.3957 11.9068 34.3346C11.7467 34.2746 11.5877 34.2156 11.4287 34.1556C10.8 33.9124 10.1935 33.6723 9.62166 33.4195C8.47383 32.9225 7.44921 32.4107 6.55833 31.9274C5.66745 31.443 4.91241 30.9859 4.3048 30.5889C4.15211 30.4899 4.00995 30.3941 3.87621 30.3036C3.74247 30.213 3.61716 30.1266 3.50238 30.0456C3.27176 29.8844 3.0801 29.7412 2.9253 29.6233C2.76945 29.5074 2.65467 29.4137 2.57569 29.3505C2.49882 29.2874 2.4588 29.2537 2.4588 29.2537Z" fill="white"/>
</mask>
<g mask="url(#mask9_1476_225)">
<mask id="mask10_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="29" width="51" height="8">
<path d="M2.4588 29.2537C2.4588 29.2537 2.50408 29.2789 2.59149 29.3284C2.67889 29.3769 2.80947 29.4464 2.98111 29.5359C3.32336 29.716 3.82882 29.9697 4.47961 30.2741C4.80605 30.4257 5.1683 30.59 5.56425 30.7627C5.96125 30.9333 6.3909 31.1176 6.85424 31.3029C7.31758 31.4861 7.80936 31.6831 8.33483 31.8715C8.40117 31.8968 8.46646 31.92 8.5328 31.9453C8.59915 31.9684 8.66654 31.9926 8.73394 32.0169C8.86873 32.0643 9.00457 32.1138 9.14252 32.1632C9.42053 32.257 9.70169 32.357 9.99339 32.4507C11.1539 32.8372 12.4238 33.21 13.777 33.5543C14.4552 33.7197 15.1512 33.8924 15.8684 34.0387C16.2264 34.1167 16.5908 34.183 16.9562 34.2578C17.1394 34.2946 17.3247 34.3252 17.5101 34.3599C17.6954 34.3926 17.8807 34.4284 18.0682 34.4578C19.5677 34.7043 21.1241 34.9085 22.7121 35.0307C22.9101 35.0465 23.1091 35.0612 23.3082 35.077C23.5083 35.0886 23.7073 35.1002 23.9074 35.1118C24.3075 35.1392 24.7098 35.1508 25.1121 35.1687C25.3132 35.1781 25.5143 35.1802 25.7165 35.1844C25.9176 35.1887 26.1198 35.1929 26.321 35.1971C26.5231 35.1981 26.7253 35.1981 26.9275 35.1981C27.1297 35.1981 27.3319 35.2013 27.533 35.195C29.1505 35.176 30.7669 35.0834 32.3518 34.9233C33.9377 34.7632 35.4909 34.5358 36.9873 34.2599C38.4826 33.9819 39.919 33.6544 41.2722 33.3016C41.6102 33.21 41.9451 33.1257 42.2726 33.0341C42.599 32.9393 42.9202 32.8435 43.2372 32.7551C43.3972 32.7108 43.5531 32.6624 43.7068 32.615C43.8627 32.5666 44.0154 32.5192 44.1681 32.4718C44.3197 32.4244 44.4703 32.3781 44.6198 32.3317C44.6946 32.3096 44.7683 32.2843 44.842 32.2601C44.9157 32.2349 44.9884 32.2117 45.0611 32.1875C45.3517 32.0916 45.6371 31.9979 45.9161 31.9063C46.1941 31.8115 46.4627 31.7125 46.728 31.622C46.8597 31.5756 46.9903 31.5304 47.1187 31.4851C47.184 31.463 47.2472 31.4398 47.3104 31.4177C47.3746 31.3945 47.4367 31.3713 47.4989 31.3471C47.7463 31.2534 47.9875 31.1639 48.2223 31.0775C48.3403 31.0344 48.4551 30.9912 48.5688 30.9501C48.6825 30.908 48.7931 30.8627 48.9015 30.8206C49.1185 30.7332 49.3291 30.6521 49.5302 30.5731C49.6313 30.5342 49.7303 30.4952 49.8272 30.4584C49.8767 30.4394 49.9241 30.4204 49.9714 30.4025C50.0188 30.3825 50.0652 30.3636 50.1104 30.3446C50.2947 30.2688 50.4695 30.1961 50.6359 30.1287C50.8034 30.0603 50.9613 29.9961 51.1098 29.935C51.1835 29.9044 51.2562 29.876 51.3267 29.8476C51.3952 29.8181 51.4615 29.7897 51.5268 29.7612C51.7837 29.6507 52.0028 29.558 52.1818 29.4822C52.5398 29.3337 52.7304 29.2537 52.7304 29.2537C52.7304 29.2537 52.5567 29.3653 52.2313 29.5748C51.9038 29.7833 51.4247 30.0908 50.797 30.452C50.6412 30.5437 50.4759 30.6405 50.3032 30.7416C50.26 30.7669 50.2158 30.7911 50.1715 30.8174C50.1273 30.8417 50.082 30.8669 50.0357 30.8922C49.9441 30.9428 49.8503 30.9933 49.7545 31.047C49.5629 31.1523 49.3628 31.2608 49.1553 31.3735C49.0511 31.4282 48.9458 31.4872 48.8373 31.543C48.7288 31.5988 48.6183 31.6557 48.5056 31.7125C48.0559 31.9432 47.5758 32.1875 47.0608 32.4265C46.8039 32.5476 46.5406 32.6729 46.2689 32.7961C45.9951 32.9151 45.7161 33.0383 45.4296 33.1626C45.2864 33.2247 45.1432 33.2911 44.9958 33.35C44.8473 33.4101 44.6988 33.4701 44.5482 33.5301C44.3976 33.5912 44.246 33.6523 44.0912 33.7144C43.9385 33.7765 43.7837 33.8386 43.6258 33.8966C43.3109 34.0156 42.9887 34.1335 42.6622 34.2546C42.3347 34.3715 41.9988 34.4821 41.6597 34.599C40.2981 35.0507 38.8417 35.4709 37.3127 35.8226C35.7847 36.1775 34.1851 36.4629 32.5466 36.6619C30.908 36.8609 29.2316 36.9736 27.5541 36.9946C27.3445 36.9999 27.1339 36.9957 26.9244 36.9957C26.7148 36.9946 26.5052 36.9936 26.2957 36.9925C26.0861 36.9862 25.8766 36.9799 25.6681 36.9746C25.4585 36.9673 25.2489 36.9641 25.0404 36.9515C24.6234 36.9304 24.2064 36.9125 23.7926 36.8767C23.5851 36.8609 23.3777 36.8451 23.1713 36.8293C22.9649 36.8093 22.7595 36.7893 22.5542 36.7693C20.9104 36.6082 19.3045 36.3481 17.7691 36.0195C17.5764 35.9816 17.3858 35.9363 17.1963 35.8932C17.0067 35.8489 16.8182 35.8079 16.6308 35.7626C16.2559 35.6699 15.8852 35.5804 15.5219 35.4783C15.3397 35.4277 15.1586 35.3814 14.9785 35.3287C14.7995 35.2771 14.6215 35.2255 14.4446 35.1739C14.0908 35.0707 13.7433 34.9612 13.4011 34.8506C13.0609 34.7369 12.7239 34.6263 12.3965 34.5084C12.2322 34.4505 12.0679 34.3957 11.9068 34.3346C11.7467 34.2746 11.5877 34.2156 11.4287 34.1556C10.8 33.9124 10.1935 33.6723 9.62166 33.4195C8.47383 32.9225 7.44921 32.4107 6.55833 31.9274C5.66745 31.443 4.91241 30.9859 4.3048 30.5889C4.15211 30.4899 4.00995 30.3941 3.87621 30.3036C3.74247 30.213 3.61716 30.1266 3.50238 30.0456C3.27176 29.8844 3.0801 29.7412 2.9253 29.6233C2.76945 29.5074 2.65467 29.4137 2.57569 29.3505C2.49882 29.2874 2.4588 29.2537 2.4588 29.2537Z" fill="white"/>
</mask>
<g mask="url(#mask10_1476_225)">
<mask id="mask11_1476_225" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="8" width="57" height="51">
<path d="M41.2185 58.0946L55.9896 31.028L13.9718 8.15991L-0.800415 35.2265L41.2185 58.0946Z" fill="white"/>
</mask>
<g mask="url(#mask11_1476_225)">
<path d="M41.2185 58.0935L55.9896 31.028L13.9707 8.15991L-0.800415 35.2265L41.2185 58.0935Z" fill="url(#paint2_linear_1476_225)"/>
</g>
</g>
</g>
</g>
<path d="M67.7297 24L65.5397 20.025H64.9247V24H62.3597V13.47H66.6647C67.4947 13.47 68.1997 13.615 68.7797 13.905C69.3697 14.195 69.8097 14.595 70.0997 15.105C70.3897 15.605 70.5347 16.165 70.5347 16.785C70.5347 17.485 70.3347 18.11 69.9347 18.66C69.5447 19.21 68.9647 19.6 68.1947 19.83L70.6247 24H67.7297ZM64.9247 18.21H66.5147C66.9847 18.21 67.3347 18.095 67.5647 17.865C67.8047 17.635 67.9247 17.31 67.9247 16.89C67.9247 16.49 67.8047 16.175 67.5647 15.945C67.3347 15.715 66.9847 15.6 66.5147 15.6H64.9247V18.21ZM80.0348 19.68C80.0348 19.92 80.0198 20.17 79.9898 20.43H74.1848C74.2248 20.95 74.3898 21.35 74.6798 21.63C74.9798 21.9 75.3448 22.035 75.7748 22.035C76.4148 22.035 76.8598 21.765 77.1098 21.225H79.8398C79.6998 21.775 79.4448 22.27 79.0748 22.71C78.7148 23.15 78.2598 23.495 77.7098 23.745C77.1598 23.995 76.5448 24.12 75.8648 24.12C75.0448 24.12 74.3148 23.945 73.6748 23.595C73.0348 23.245 72.5348 22.745 72.1748 22.095C71.8148 21.445 71.6348 20.685 71.6348 19.815C71.6348 18.945 71.8098 18.185 72.1598 17.535C72.5198 16.885 73.0198 16.385 73.6598 16.035C74.2998 15.685 75.0348 15.51 75.8648 15.51C76.6748 15.51 77.3948 15.68 78.0248 16.02C78.6548 16.36 79.1448 16.845 79.4948 17.475C79.8548 18.105 80.0348 18.84 80.0348 19.68ZM77.4098 19.005C77.4098 18.565 77.2598 18.215 76.9598 17.955C76.6598 17.695 76.2848 17.565 75.8348 17.565C75.4048 17.565 75.0398 17.69 74.7398 17.94C74.4498 18.19 74.2698 18.545 74.1998 19.005H77.4098ZM86.503 24L83.953 20.49V24H81.388V12.9H83.953V19.035L86.488 15.63H89.653L86.173 19.83L89.683 24H86.503ZM93.2255 16.815C93.4655 16.425 93.8105 16.11 94.2605 15.87C94.7105 15.63 95.2255 15.51 95.8055 15.51C96.4955 15.51 97.1205 15.685 97.6805 16.035C98.2405 16.385 98.6805 16.885 99.0005 17.535C99.3305 18.185 99.4955 18.94 99.4955 19.8C99.4955 20.66 99.3305 21.42 99.0005 22.08C98.6805 22.73 98.2405 23.235 97.6805 23.595C97.1205 23.945 96.4955 24.12 95.8055 24.12C95.2155 24.12 94.7005 24.005 94.2605 23.775C93.8205 23.535 93.4755 23.22 93.2255 22.83V24H90.6605V12.9H93.2255V16.815ZM96.8855 19.8C96.8855 19.16 96.7055 18.66 96.3455 18.3C95.9955 17.93 95.5605 17.745 95.0405 17.745C94.5305 17.745 94.0955 17.93 93.7355 18.3C93.3855 18.67 93.2105 19.175 93.2105 19.815C93.2105 20.455 93.3855 20.96 93.7355 21.33C94.0955 21.7 94.5305 21.885 95.0405 21.885C95.5505 21.885 95.9855 21.7 96.3455 21.33C96.7055 20.95 96.8855 20.44 96.8855 19.8ZM108.731 19.68C108.731 19.92 108.716 20.17 108.686 20.43H102.881C102.921 20.95 103.086 21.35 103.376 21.63C103.676 21.9 104.041 22.035 104.471 22.035C105.111 22.035 105.556 21.765 105.806 21.225H108.536C108.396 21.775 108.141 22.27 107.771 22.71C107.411 23.15 106.956 23.495 106.406 23.745C105.856 23.995 105.241 24.12 104.561 24.12C103.741 24.12 103.011 23.945 102.371 23.595C101.731 23.245 101.231 22.745 100.871 22.095C100.511 21.445 100.331 20.685 100.331 19.815C100.331 18.945 100.506 18.185 100.856 17.535C101.216 16.885 101.716 16.385 102.356 16.035C102.996 15.685 103.731 15.51 104.561 15.51C105.371 15.51 106.091 15.68 106.721 16.02C107.351 16.36 107.841 16.845 108.191 17.475C108.551 18.105 108.731 18.84 108.731 19.68ZM106.106 19.005C106.106 18.565 105.956 18.215 105.656 17.955C105.356 17.695 104.981 17.565 104.531 17.565C104.101 17.565 103.736 17.69 103.436 17.94C103.146 18.19 102.966 18.545 102.896 19.005H106.106ZM112.649 17.025C112.949 16.565 113.324 16.205 113.774 15.945C114.224 15.675 114.724 15.54 115.274 15.54V18.255H114.569C113.929 18.255 113.449 18.395 113.129 18.675C112.809 18.945 112.649 19.425 112.649 20.115V24H110.084V15.63H112.649V17.025Z" fill="#900C3F"/>
<defs>
<linearGradient id="paint0_linear_1476_225" x1="53.5382" y1="14.0498" x2="1.17207" y2="15.5662" gradientUnits="userSpaceOnUse">
<stop stop-color="#900C3F"/>
<stop offset="0.479167" stop-color="#BA3468"/>
<stop offset="1" stop-color="#AC1A53"/>
</linearGradient>
<linearGradient id="paint1_linear_1476_225" x1="35.0382" y1="1.21114" x2="14.4153" y2="24.1592" gradientUnits="userSpaceOnUse">
<stop offset="0.251902" stop-color="#900C3F"/>
<stop offset="1" stop-color="#AC1A53"/>
</linearGradient>
<linearGradient id="paint2_linear_1476_225" x1="27.5946" y1="8.15991" x2="27.5946" y2="58.0935" gradientUnits="userSpaceOnUse">
<stop offset="0.25" stop-color="#900C3F"/>
<stop offset="1" stop-color="#DCA5BB"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,16 @@
<svg width="69" height="48" viewBox="0 0 69 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_1365_1878" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="69" height="21">
<path d="M0 0H68.7922V20.7256H0V0Z" fill="white"/>
</mask>
<g mask="url(#mask0_1365_1878)">
<path d="M67.569 13.8023C63.0887 9.30412 57.8658 5.82217 52.0452 3.4493C46.4232 1.15948 40.4854 -0.00170898 34.3944 -0.00170898C28.305 -0.00170898 22.3672 1.15948 16.7452 3.4493C10.9246 5.82217 5.70168 9.30412 1.22139 13.8023C-0.276922 15.3072 -0.276922 17.7468 1.22139 19.2516C2.72133 20.7565 5.15121 20.7565 6.64952 19.2516C21.9486 3.89228 46.8418 3.89228 62.1409 19.2516C62.89 20.004 63.8721 20.3802 64.8541 20.3802C65.8362 20.3802 66.8182 20.004 67.569 19.2516C69.0673 17.7468 69.0673 15.3072 67.569 13.8023Z" fill="#61D67A"/>
</g>
<path d="M34.391 13.6409C24.9924 13.6409 16.1523 17.3199 9.49947 23.9988C8.00115 25.5036 8.00115 27.9433 9.49947 29.4481C10.9978 30.9529 13.4277 30.9529 14.926 29.4481C25.6585 18.6733 43.122 18.6733 53.8528 29.4481C54.602 30.2005 55.5857 30.5767 56.5677 30.5767C57.5497 30.5767 58.5318 30.2005 59.281 29.4481C60.7793 27.9433 60.7793 25.5036 59.281 23.9988C52.6265 17.3199 43.7864 13.6409 34.3894 13.6409H34.391Z" fill="#61D67A"/>
<path d="M34.3912 27.5752C28.6471 27.5752 23.245 29.8243 19.1784 33.9056C17.6801 35.4104 17.6801 37.85 19.1784 39.3549C20.6767 40.8597 23.1066 40.8597 24.6066 39.3549C30.0005 33.9381 38.7803 33.9381 44.1758 39.3549C44.925 40.1073 45.907 40.4835 46.8891 40.4835C47.8711 40.4835 48.8532 40.1073 49.6023 39.3549C51.1023 37.85 51.1023 35.4104 49.6023 33.9056C45.5373 29.8243 40.1353 27.5752 34.3912 27.5752Z" fill="#61D67A"/>
<mask id="mask1_1365_1878" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="30" y="40" width="8" height="8">
<path d="M30.8521 40.7378H37.9397V47.174H30.8521V40.7378Z" fill="white"/>
</mask>
<g mask="url(#mask1_1365_1878)">
<path d="M37.5618 43.9771C37.5618 44.1871 37.5423 44.3956 37.5016 44.6008C37.4609 44.8076 37.399 45.008 37.3192 45.2018C37.2394 45.3956 37.1417 45.5796 37.0244 45.7555C36.9088 45.9298 36.7769 46.091 36.6287 46.2392C36.4805 46.389 36.3192 46.5209 36.145 46.6382C35.9723 46.7555 35.7883 46.8532 35.5945 46.933C35.4007 47.0144 35.202 47.0747 34.9968 47.1154C34.7916 47.1561 34.5848 47.1773 34.3747 47.1773C34.1662 47.1773 33.9578 47.1561 33.7525 47.1154C33.5473 47.0747 33.3487 47.0144 33.1549 46.933C32.961 46.8532 32.7786 46.7555 32.6044 46.6382C32.4301 46.5209 32.2689 46.389 32.1207 46.2392C31.9725 46.091 31.8406 45.9298 31.7249 45.7555C31.6077 45.5796 31.51 45.3956 31.4302 45.2018C31.3504 45.008 31.2901 44.8076 31.2494 44.6008C31.2087 44.3956 31.1875 44.1871 31.1875 43.9771C31.1875 43.767 31.2087 43.5585 31.2494 43.3533C31.2901 43.1465 31.3504 42.9462 31.4302 42.7523C31.51 42.5585 31.6077 42.3745 31.7249 42.2003C31.8406 42.0244 31.9725 41.8631 32.1207 41.7149C32.2689 41.5667 32.4301 41.4332 32.6044 41.3159C32.7786 41.2003 32.961 41.1009 33.1549 41.0211C33.3487 40.9413 33.5473 40.8795 33.7525 40.8387C33.9578 40.798 34.1662 40.7769 34.3747 40.7769C34.5848 40.7769 34.7916 40.798 34.9968 40.8387C35.202 40.8795 35.4007 40.9413 35.5945 41.0211C35.7883 41.1009 35.9723 41.2003 36.145 41.3159C36.3192 41.4332 36.4805 41.5667 36.6287 41.7149C36.7769 41.8631 36.9088 42.0244 37.0244 42.2003C37.1417 42.3745 37.2394 42.5585 37.3192 42.7523C37.399 42.9462 37.4609 43.1465 37.5016 43.3533C37.5423 43.5585 37.5618 43.767 37.5618 43.9771Z" fill="#61D67A"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,23 @@
<svg width="68" height="67" viewBox="0 0 68 67" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_1365_1834" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="37" y="59" width="21" height="8">
<path d="M37.3524 59.0166H57.2407V66.57H37.3524V59.0166Z" fill="white"/>
</mask>
<g mask="url(#mask0_1365_1834)">
<path d="M37.4653 66.57H56.9511V59.4258H37.4653V66.57Z" fill="#FFCB27"/>
</g>
<path d="M67.621 24.6905C67.621 23.5735 66.8035 22.5963 65.6805 22.3632C64.434 22.1077 63.1362 22.964 62.7743 24.2762L59.4248 36.4824C60.2247 38.6319 59.3065 41.1059 57.1454 42.3248L50.3246 46.168C49.7385 46.4926 48.9969 46.2975 48.6632 45.7295C48.3259 45.158 48.5254 44.4329 49.1063 44.1014L55.9324 40.26C57.1277 39.5901 57.6221 38.1381 57.0412 37.0314C56.6139 36.2165 55.7999 35.7279 54.8677 35.7279C54.4386 35.7279 54.0202 35.835 53.6494 36.0456L45.3296 40.8176C42.7306 42.3058 41.1185 45.0596 41.1185 48.005V57.0431H53.298V55.6619C53.298 53.9216 54.0731 52.2711 55.4239 51.1403L61.104 46.3821C61.6654 45.9107 62.0645 45.2927 62.2552 44.59L67.5415 25.3086C67.5927 25.1135 67.621 24.9132 67.621 24.6905Z" fill="#FFCB27"/>
<path d="M1.94222 22.3632C0.819263 22.5963 0 23.5735 0 24.6905C0 24.9081 0.0300162 25.1135 0.0812201 25.3086L5.36759 44.5952C5.55828 45.2927 5.95732 45.9108 6.51879 46.3821L12.1989 51.1403C13.5496 52.2712 14.3247 53.9217 14.3247 55.662V57.0432H26.5042V48.005C26.5042 45.0596 24.8904 42.3059 22.2931 40.8176L13.9628 36.0405C13.6026 35.835 13.1841 35.728 12.7551 35.728C11.8175 35.728 11.0053 36.2166 10.5763 37.0315C10.0007 38.1381 10.495 39.5901 11.6904 40.26L18.5111 44.1014C19.0973 44.4329 19.2968 45.158 18.9596 45.7295C18.6259 46.2975 17.879 46.4978 17.2981 46.168L10.4774 42.3249C8.31623 41.106 7.39809 38.6319 8.19793 36.4773L4.84848 24.2762C4.48653 22.9641 3.18347 22.1129 1.94222 22.3632Z" fill="#FFCB27"/>
<mask id="mask1_1365_1834" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="10" y="59" width="21" height="8">
<path d="M10.2319 59.0166H30.5723V66.57H10.2319V59.0166Z" fill="white"/>
</mask>
<g mask="url(#mask1_1365_1834)">
<path d="M30.1574 59.4258H10.6716V66.57H30.1574V59.4258Z" fill="#FFCB27"/>
</g>
<mask id="mask2_1365_1834" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="16" y="0" width="35" height="40">
<path d="M16.5601 0H50.9126V39.1273H16.5601V0Z" fill="white"/>
</mask>
<g mask="url(#mask2_1365_1834)">
<path d="M46.9505 4.70989C47.3072 4.63565 47.6885 4.7237 47.9746 4.94814C48.2589 5.17604 48.4266 5.51443 48.4266 5.87872V13.698C48.4266 22.9502 43.2356 31.4065 34.8858 35.7607L34.3826 36.0214C34.206 36.1147 34.0065 36.1613 33.8105 36.1613C33.6163 36.1613 33.4168 36.1147 33.2402 36.0214L32.737 35.7607C24.3872 31.4065 19.1962 22.9502 19.1962 13.698V5.87354C19.1962 5.51443 19.3639 5.17604 19.6482 4.94814C19.9342 4.7237 20.3103 4.63565 20.6723 4.70989C24.7015 5.56622 29.0203 5.02756 32.6981 3.22684L33.2649 2.95233C33.6075 2.78486 34.0118 2.78486 34.3543 2.95233L34.9246 3.23029C38.6025 5.02756 42.9072 5.56622 46.9505 4.70989ZM36.014 1.09981L33.807 0.020752L31.6087 1.09635C26.8944 3.40294 21.3521 3.26827 16.7614 0.742423V13.698C16.7614 23.8342 22.4415 33.0916 31.5893 37.8636L33.8105 39.0221L36.0335 37.8636C45.1813 33.095 50.8614 23.8342 50.8614 13.698V0.742423C46.2707 3.26827 40.7283 3.40812 36.014 1.09981Z" fill="#FFCB27"/>
</g>
<path d="M42.4216 11.7071C42.8983 12.1715 42.8983 12.926 42.4216 13.3904L32.2373 23.3505C31.999 23.5818 31.69 23.6992 31.3757 23.6992C31.0614 23.6992 30.7524 23.5818 30.5141 23.3505L25.8527 18.7908C25.376 18.3264 25.376 17.5719 25.8527 17.1075C26.3277 16.6413 27.0993 16.6413 27.5742 17.1075L31.3757 20.8246L40.7001 11.7071C41.1751 11.2409 41.9467 11.2409 42.4216 11.7071ZM33.807 5.34668L33.7876 5.35704C30.062 7.18021 25.7662 7.8639 21.6328 7.29588V13.6977C21.6328 22.0435 26.2994 29.6711 33.8105 33.6213C41.3234 29.6711 45.99 22.0435 45.99 13.6977V7.29588C41.8513 7.86908 37.5608 7.18021 33.8405 5.36049L33.807 5.34668Z" fill="#FFCB27"/>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,30 @@
<svg width="55" height="70" viewBox="0 0 55 70" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_1365_1853" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="25" y="0" width="5" height="7">
<path d="M25.8889 0.258057H29.3117V6.70985H25.8889V0.258057Z" fill="white"/>
</mask>
<g mask="url(#mask0_1365_1853)">
<path d="M27.5006 6.61921C28.2999 6.61921 28.9476 5.97151 28.9476 5.17079V1.70943C28.9476 0.908713 28.2999 0.259521 27.5006 0.259521C26.7014 0.259521 26.0537 0.908713 26.0537 1.70943V5.17079C26.0537 5.97151 26.7014 6.61921 27.5006 6.61921Z" fill="#75CFF5"/>
</g>
<path d="M11.0958 14.8049C11.6603 14.2389 11.6603 13.3223 11.0958 12.7563L9.05459 10.7137C8.49008 10.1492 7.57349 10.1492 7.00897 10.7137C6.44297 11.2797 6.44297 12.1963 7.00897 12.7623L9.04865 14.8049C9.61465 15.3709 10.5298 15.3709 11.0958 14.8049Z" fill="#75CFF5"/>
<mask id="mask1_1365_1853" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="29" width="7" height="4">
<path d="M0 29.5278H6.49339V32.9506H0V29.5278Z" fill="white"/>
</mask>
<g mask="url(#mask1_1365_1853)">
<path d="M4.92756 29.7761H1.46918C0.669943 29.7761 0.020752 30.4238 0.020752 31.2245C0.020752 32.0253 0.669943 32.673 1.46918 32.673H4.92756C6.84097 32.673 6.84394 29.7761 4.92756 29.7761Z" fill="#75CFF5"/>
</g>
<mask id="mask2_1365_1853" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="48" y="29" width="7" height="4">
<path d="M48.3269 29.5278H55.0001V32.9506H48.3269V29.5278Z" fill="white"/>
</mask>
<g mask="url(#mask2_1365_1853)">
<path d="M53.5324 29.7747H50.0725C49.2733 29.7747 48.6256 30.4224 48.6256 31.2231C48.6256 32.0238 49.2733 32.6715 50.0725 32.6715H53.5324C54.3317 32.6715 54.9794 32.0238 54.9794 31.2231C54.9794 30.4224 54.3317 29.7747 53.5324 29.7747Z" fill="#75CFF5"/>
</g>
<path d="M45.9455 10.7137L43.9043 12.7563C43.3398 13.3223 43.3398 14.2389 43.9043 14.8049C44.4689 15.3709 45.3869 15.3724 45.9514 14.8049L47.9911 12.7623C48.5571 12.1963 48.5571 11.2797 47.9911 10.7137C47.4266 10.1492 46.5085 10.1492 45.9455 10.7137Z" fill="#75CFF5"/>
<path d="M35.6223 56.739H19.3792C18.58 56.739 17.9323 57.3867 17.9323 58.1874C17.9323 58.9882 18.58 59.6359 19.3792 59.6359H35.6223C36.4216 59.6359 37.0708 58.9882 37.0708 58.1874C37.0708 57.3867 36.4216 56.739 35.6223 56.739Z" fill="#75CFF5"/>
<mask id="mask3_1365_1853" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="17" y="62" width="21" height="8">
<path d="M17.9025 62.2341H37.298V69.7912H17.9025V62.2341Z" fill="white"/>
</mask>
<g mask="url(#mask3_1365_1853)">
<path d="M37.0663 63.7348C37.0663 64.5311 36.4156 65.1832 35.6194 65.1832H32.9424C32.4937 67.7904 30.2357 69.79 27.4993 69.79C24.7644 69.79 22.5063 67.7904 22.0725 65.1832H19.3792C18.5844 65.1832 17.9323 64.5311 17.9323 63.7348C17.9323 62.9237 18.5844 62.2864 19.3792 62.2864C19.8442 62.2864 35.7649 62.2864 35.6194 62.2864C36.4156 62.2864 37.0663 62.9237 37.0663 63.7348Z" fill="#75CFF5"/>
</g>
<path d="M28.5555 8.38538C11.6246 7.5401 1.90007 26.9222 11.9989 39.9774C14.9359 43.773 17.0068 48.2638 17.9753 52.9433C18.1061 53.6089 18.7003 54.1006 19.3941 54.1006H26.0434V28.5415H20.7845C19.9853 28.5415 19.3376 27.8938 19.3376 27.0931C19.3376 26.2924 19.9853 25.6446 20.7845 25.6446H34.2363C35.0355 25.6446 35.6847 26.2924 35.6847 27.0931C35.6847 27.8938 35.0355 28.5415 34.2363 28.5415H28.9373V54.1006H35.6342C36.3146 54.1006 36.9073 53.6237 37.0529 52.9433C38.0364 48.2787 40.1058 43.8606 43.1601 39.7902C52.6261 27.2951 44.1465 9.18907 28.5555 8.38538Z" fill="#75CFF5"/>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,185 @@
/********************* Menu Js **********************/
function windowScroll() {
const navbar = document.getElementById("navbar");
if (
document.body.scrollTop >= 50 ||
document.documentElement.scrollTop >= 50
) {
navbar.classList.add("nav-sticky");
} else {
navbar.classList.remove("nav-sticky");
}
}
window.addEventListener('scroll', (ev) => {
ev.preventDefault();
windowScroll();
});
//
/********************* light-dark js ************************/
//
const bodyElem = document.body;
if (bodyElem.getAttribute("data-bs-theme") == 'dark') {
sessionStorage.setItem("data-mode", "dark");
} else if (bodyElem.getAttribute("data-bs-theme") == 'light') {
sessionStorage.setItem("data-mode", "light");
}
if (sessionStorage.getItem("data-mode")) {
bodyElem.setAttribute("data-bs-theme", sessionStorage.getItem("data-mode"));
toggleBtn(1);
} else if (sessionStorage.getItem("data-mode") == null) {
bodyElem.setAttribute("data-bs-theme", "light");
}
//actually use the saved value
function toggleBtn(r) {
const dataTheme = bodyElem.getAttribute("data-bs-theme");
let theme_switch;
if (dataTheme === "light") {
theme_switch = 1;
} else {
theme_switch = 0;
}
if (r) {
theme_switch = !theme_switch;
}
if (theme_switch) {
document.body.setAttribute("data-bs-theme", "dark");
sessionStorage.setItem("data-mode", "dark");
} else {
document.body.setAttribute("data-bs-theme", "light");
sessionStorage.setItem("data-mode", "light");
}
}
// ********** tiny slider ** testi **
var slider = tns({
container: '.testi-slider',
loop: true,
autoplay: false,
mouseDrag: true,
controls: false,
navPosition: "bottom",
nav: true,
autoplayTimeout: 5000,
speed: 900,
center: false,
animateIn: "fadeIn",
animateOut: "fadeOut",
controlsText: ['&#8592;', '&#8594;'],
autoplayButtonOutput: false,
gutter: 30,
responsive: {
992: {
gutter: 30,
items: 1.2
},
}
});
// ********* swiper slider ** app Slider **
new Swiper('.swiper-container', {
loop: true,
slidesPerView: 3,
paginationClickable: true,
spaceBetween: 20,
pagination: '.swiper-pagination',
slidesPerView: 'auto',
paginationClickable: true,
spaceBetween: 0,
centeredSlides: true,
speed: 5000,
autoplay: true,
breakpoints: {
1920: {
slidesPerView: 5,
spaceBetween: 50
},
992: {
slidesPerView: 3,
spaceBetween: 30
},
768: {
slidesPerView: 1,
spaceBetween: 30
}
}
});
// Contact Form
function validateForm() {
var name = document.forms["myForm"]["name"].value;
var email = document.forms["myForm"]["email"].value;
var subject = document.forms["myForm"]["subject"].value;
var comments = document.forms["myForm"]["comments"].value;
document.getElementById("error-msg").style.opacity = 0;
document.getElementById('error-msg').innerHTML = "";
if (name == "" || name == null) {
document.getElementById('error-msg').innerHTML = "<div class='alert alert-warning'>*Please enter a Name*</div>";
fadeIn();
return false;
}
if (email == "" || email == null) {
document.getElementById('error-msg').innerHTML = "<div class='alert alert-warning'>*Please enter a Email*</div>";
fadeIn();
return false;
}
if (subject == "" || subject == null) {
document.getElementById('error-msg').innerHTML = "<div class='alert alert-warning'>*Please enter a Subject*</div>";
fadeIn();
return false;
}
if (comments == "" || comments == null) {
document.getElementById('error-msg').innerHTML = "<div class='alert alert-warning'>*Please enter a Comments*</div>";
fadeIn();
return false;
}
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("simple-msg").innerHTML = this.responseText;
document.forms["myForm"]["name"].value = "";
document.forms["myForm"]["email"].value = "";
document.forms["myForm"]["subject"].value = "";
document.forms["myForm"]["comments"].value = "";
}
};
xhttp.open("POST", "php/contact.php", true);
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send("name=" + name + "&email=" + email + "&subject=" + subject + "&comments=" + comments);
return false;
}
function fadeIn() {
var fade = document.getElementById("error-msg");
var opacity = 0;
var intervalID = setInterval(function () {
if (opacity < 1) {
opacity = opacity + 0.5;
fade.style.opacity = opacity;
} else {
clearInterval(intervalID);
}
}, 200);
}

File diff suppressed because it is too large Load Diff

0
public/assets/js/home/jquery.js vendored Normal file
View File

3386
public/assets/js/home/jquery.min.js vendored Normal file

File diff suppressed because it is too large Load Diff

1886
public/assets/js/home/swiper.min.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,846 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>REKBER</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" " />
<meta name="keywords" content="" />
<meta content="Themesdesign" name="author" />
<link rel="shortcut icon" href="{{ asset('assets/images/logo-rekber.png') }}">
<!-- Bootstrap css -->
<link rel="stylesheet" href="{{ asset('assets/css/home/bootstrap.min.css') }}" type="text/css"
id="bootstrap-style" />
<!-- Material Icon Css -->
<link rel="stylesheet" href="{{ asset('assets/css/home/materialdesignicons.min.css') }}" type="text/css" />
<!-- Unicon Css -->
<link rel="stylesheet" href="{{ asset('assets/css/home/line.css') }}" />
<!-- Swiper Css -->
<link rel="stylesheet" href="{{ asset('assets/css/home/tiny-slider.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ asset('assets/css/home/swiper.min.css') }}" type="text/css" />
<!-- Custom Css -->
<link rel="stylesheet" href="{{ asset('assets/css/home/style.min.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ asset('assets/css/home/main.css') }}" type="text/css" />
<!-- colors -->
<link href="{{ asset('assets/css/home/colors/default.css') }}" rel="stylesheet" type="text/css" id="color-opt" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#navbarCollapse" style="overflow-y: scroll;">
<!-- button on scroll -->
<button id="scrollToTopBtn" class="wow fadeInDown">
<iconify-icon icon="mingcute:up-line" width="30" height="30"></iconify-icon>
</button>
<!-- light-dark mode button -->
<a href="javascript: void(0);" id="mode" class="mode-btn text-white rounded-end" onclick="toggleBtn()">
<i class="uil uil-brightness mode-dark mx-auto"></i>
<i class="uil uil-moon bx-spin mode-light"></i>
</a>
<!-- START NAVBAR -->
<nav class="navbar navbar-expand-lg fixed-top navbar-custom sticky sticky-light bg-light" id="navbar">
<div class="container-fluid">
<!-- LOGO -->
<a class="navbar-brand logo text-uppercase" href="#">
<img src="{{ asset('assets/images/logo-light.svg') }}" class="logo-dark" alt="logo" height="40">
<img src="{{ asset('assets/images/logo-dark.svg') }}" class="logo-light" alt="logo" height="40">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto" id="navbar-navlist">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Servis</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Fitur</a>
</li>
{{-- <li class="nav-item">
<a class="nav-link" href="#testimonial">Testimoni</a>
</li> --}}
<li class="nav-item">
<a class="nav-link" href="#app">Aplikasi</a>
</li>
</ul>
<div class="ms-auto">
<a class="btn bg-gradiant" href="{{ route('login') }}">
<span class="label">Login</span>
<span class="bg"></span>
</a>
</div>
</div>
</div>
</nav>
<!-- END NAVBAR -->
<!-- home section -->
<section class="home-2 bg-secondary" id="home">
<div class="background-line">
<div class="line-rounded"></div>
</div>
<!-- start container -->
<div class="container position-relative">
<!-- start row -->
<div class="row align-items-center justify-content-center">
<div class="col-lg-8">
<div class="title-typewrite text-center text-black margin-top-120">
<i class="mdi mdi-crown f-30 wow fadeIn"></i>
<h1 class="home-title mb-0 display-5">
<span class="typewrite wow fadeIn" data-period="2000"
data-type='[ "Aplikasi Rekening Bersama" ]'>
<span class="wrap"></span>
</span>
</h1>
<p class="text-black-50 mt-4 wow fadeInUp">Melangkah bersama Rekber Dompet era Digital yang
cerdas,
terpercaya dan aman dalam Transaksi.</p>
</div>
</div>
</div>
<!-- end row -->
<div class="phone-mockup">
<div class="row align-items-center justify-content-center wow fadeIn">
<div class="col-lg-3">
<img src="{{ asset('assets/images/home/phone-2.png') }}" width="650" alt=""
class="img-fluid">
</div>
<div class="col-lg-4">
<div class="video-preview video-container mt-4">
<img src="{{ asset('assets/images/features/phone.png') }}" alt="" width="650"
class="img-fluid">
{{-- <div class="watch-video">
<a href="#" class="video-play-icon watch text-white" data-bs-toggle="modal"
data-bs-target="#watchvideomodal">
<i
class="mdi mdi-play text-center d-inline-block rounded-pill text-light bg-primary fs-30 avatar-lg me-1"></i>
</a>
</div> --}}
</div>
</div>
<div class="col-lg-3">
<img src="{{ asset('assets/images/home/phone-3.png') }}" width="650" alt=""
class="img-fluid">
</div>
</div>
</div>
</div>
<!-- end container -->
<div class="background-line-2">
<div class="line-rounded"></div>
</div>
{{-- <div class="modal fade bd-example-modal-lg" id="watchvideomodal" data-keyboard="false" tabindex="-1"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-dialog modal-lg">
<div class="modal-content hero-modal-0 bg-transparent">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
<video id="VisaChipCardVideo" class="w-100" controls="">
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
</video>
</div>
</div>
</div> --}}
</section>
<!-- end home section -->
<!-- service section -->
<section class="section service home2-service bg-light" id="service">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="title text-center mb-5">
<h6 class="mb-0 text-primary wow fadeInUp" data-wow-delay="0.1s">Rekber</h6>
<h2 class="text-black wow fadeInUp">Bersama dengan Rekber</h2>
<div class="border-phone">
<p class="text-muted wow fadeInUp">Memberikan solusi inovatif transfer antar akun melalui
konsep
rekening bersama sebagai penampungan uang sementara.</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-between">
<div class="col-lg-4 wow fadeInUp">
<div class="service-box text-center">
<div class="service-icon p-4">
<img src="{{ asset('assets\images\service\logo-inovasi.svg') }}" alt="logo">
</div>
<div class="service-content mt-4">
<a href="#">
<h5 class="fw-bold">Inovasi Cerdas</h5>
</a>
<p class="text-muted">Rekber mempersembahkan solusi transaksi canggih yang memberikan
kemudahan dan keamanan bersama.</p>
</div>
</div>
</div>
<div class="col-lg-4 pt-4 pt-lg-0 wow fadeInUp">
<div class="service-box text-center shadow">
<div class="service-icon p-4">
<img src="{{ asset('assets\images\service\logo-keamanan.svg') }}" alt="logo">
</div>
<div class="service-content mt-4">
<a href="#">
<h5 class="fw-bold">Keamanan Terpercaya</h5>
</a>
<p class="text-muted"> Rekber menjamin perlindungan data dan dana, memberi anda ketenangan
saat bertransaksi.</p>
</div>
</div>
</div>
<div class="col-lg-4 pt-4 pt-lg-0 wow fadeInUp">
<div class="service-box text-center">
<div class="service-icon p-4"
style=" background-repeat: no-repeat; background-position: center;">
<img src="{{ asset('assets\images\service\logo-fleksibilitas.svg') }}" alt="logo"
height="70">
</div>
<div class="service-content mt-4">
<a href="#">
<h5 class="fw-bold">Fleksibilitas Modern</h5>
</a>
<p class="text-muted">Dengan Rekber, anda memiliki kontrol penuh atas pembayaran,
beradaptasi dengan kebutuhan transaksi.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start features -->
<div class="section features" id="features">
<!-- start container -->
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="title text-center mb-5">
<h6 class="mb-0 fw-bold text-primary wow fadeInUp">Fitur Rekber</h6>
<h2 class="f-40 text-black wow fadeInUp">Fitur yang disediakan Rekber</h2>
<p class="text-muted wow fadeInUp">Fitur Rekber Terbaru: Memastikan transaksi aman dan
terpercaya, ekspor
dan lihat fiturnya.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="tab-content mt-2" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel"
aria-labelledby="pills-home-tab">
<div class="row align-items-center">
<div class="col-lg-4 order-2 order-lg-first wow fadeInLeft">
<div class="features-item text-start text-lg-end">
<div class="icon avatar-sm text-center ms-lg-auto rounded-circle">
<i class="mdi mdi-message-alert-outline f-24"></i>
</div>
<div class="content mt-3">
<h5>Notifikasi</h5>
<p>Semua aktivitas yang dilakukan di Rekber akan muncul notifikasinya.</p>
</div>
</div>
<div class="features-item text-start text-lg-end mt-5">
<div class="icon avatar-sm text-center ms-lg-auto rounded-circle">
<i class="mdi mdi-autorenew f-24"></i>
</div>
<div class="content mt-3">
<h5>Refund</h5>
<p>Pengguna dapat melakukan Refund apa bila ada ketidak sesuain pembelian.
</p>
</div>
</div>
<div class="features-item text-start text-lg-end mt-5 mb-5">
<div class="icon avatar-sm text-center ms-lg-auto rounded-circle">
<i class="mdi mdi-login f-24"></i>
</div>
<div class="content mt-3">
<h5>Login & Register</h5>
<p> Keamanan, identifikasi, akses, dan pengalaman yang terpercaya.</p>
</div>
</div>
</div>
<div class="col-lg-4 wow fadeInUp">
<img src="{{ asset('assets/images/features/phone.png') }}" alt=""
class="img-fluid">
</div>
<div class="col-lg-4 order-last wow fadeInRight">
<div class="features-item">
<div class="icon avatar-sm text-center rounded-circle">
<i class="mdi mdi-plus f-24"></i>
</div>
<div class="content mt-3">
<h5>Tambah Kontak</h5>
<p>Pengguna dapat menambahkan akun pengguna lainnya untuk memudahkan
transaksi.</p>
</div>
</div>
<div class="features-item mt-5">
<div class="icon avatar-sm text-center rounded-circle">
<i class="mdi mdi-eyedropper f-24"></i>
</div>
<div class="content mt-3">
<h5>Edit Kontak</h5>
<p>Pengguna dapat memperbaru kontak akun Pengguna lainnya.</p>
</div>
</div>
<div class="features-item mt-5">
<div class="icon avatar-sm text-center rounded-circle">
<i class="mdi mdi-delete f-24"></i>
</div>
<div class="content mt-3">
<h5>Hapus Kontak</h5>
<p>Pengguna dapat menghapus kontak akun Pengguna lainnya.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end container -->
</div>
<!-- end features -->
<!-- start testimonial -->
<section class="section bg-light testimonial" id="testimonial" style="display: none;">
<!-- start container -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4">
<div class="title">
<p class=" text-primary fw-bold mb-0">Testimoni Pengguna<i
class="mdi mdi-cellphone-iphone"></i>
</p>
<h3>Tanggapan Pengguna Rekber</h3>
<p class="text-muted">Pengalaman Sukses Pengguna: Bagaimana Rekber
Mengubah Pengalaman
Transaksi Mereka?</p>
<button class="btn bg-gradiant">Baca Lebih Banyak<i class="mdi mdi-arrow-right"></i></button>
</div>
</div>
<div class="col-lg-8">
<div class="testi-slider" id="testi-slider">
<div class="item">
<div class="testi-box position-relative overflow-hidden">
<div class="row align-items-center">
<div class="col-md-5">
<img src="{{ asset('assets/images/testi/img-1.png') }}" alt=""
class="img-fluid">
</div>
<div class="col-md-7">
<div class="p-4">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="avatar">
<img src="{{ asset('assets/images/user/img-1.jpg') }}"
alt="" class="img-fluid rounded-circle">
</div>
</div>
<div class="flex-grow-1 ms-3">
<p class="f-14 mb-0 text-dark fw-bold"><span
class="text-muted fw-normal">Review By </span> Septhea
Zisca
</p>
<div class="date">
<p class="text-muted mb-0 f-14">28 jan, 2021 <span>10:25
AM</span></p>
</div>
</div>
</div>
<div class="mt-3">
<h5 class="fw-bold">Bermanfaat banget buat yang suka belanja barang
</h5>
<p class="text-muted f-14">Dengan Rekber aku merasa lebih aman
melakukan transaksi, kalau barang tidak sesuai bisa refund dan uang
bisa kembali
</p>
<button class="btn btn-sm bg-gradiant"><i
class="mdi mdi-plus f-16 align-middle"></i>
Follow</button>
</div>
</div>
</div>
</div>
<div class="back-image position-absolute end-0 bottom-0">
<img src="{{ asset('assets/images/testi/rating-image.png') }}" alt=""
class="img-fluid">
</div>
</div>
</div>
<!-- slider item -->
<div class="item">
<div class="testi-box position-relative overflow-hidden">
<div class="row align-items-center">
<div class="col-md-5">
<img src="{{ asset('assets/images/testi/img-2.png') }}" alt=""
class="img-fluid">
</div>
<div class="col-md-7">
<div class="p-4">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="avatar">
<img src="{{ asset('assets/images/user/img-2.jpg') }}"
alt="" class="img-fluid rounded-circle">
</div>
</div>
<div class="flex-grow-1 ms-3">
<p class="f-14 mb-0 text-dark fw-bold"><span
class="text-muted fw-normal">Review By </span> Freanki
Fabel
</p>
<div class="date">
<p class="text-muted mb-0 f-14">28 jan, 2021 <span>10:25
AM</span></p>
</div>
</div>
</div>
<div class="mt-3">
<h5 class="fw-bold">Easy and prefect solution</h5>
<p class="text-muted f-14">Start working with Styza that can provide
everything you need to generate awareness, drive traffic, connect.
</p>
<button class="btn btn-sm bg-gradiant"><i
class="mdi mdi-plus f-16 align-middle"></i>
Follow</button>
</div>
</div>
</div>
</div>
<div class="back-image position-absolute end-0 bottom-0">
<img src="{{ asset('assets/images/testi/rating-image.png') }}" alt=""
class="img-fluid">
</div>
</div>
</div>
<!-- slider item -->
<div class="item ">
<div class="testi-box position-relative overflow-hidden">
<div class="row align-items-center">
<div class="col-md-5">
<img src="{{ asset('assets/images/testi/img-3.png') }}" alt=""
class="img-fluid">
</div>
<div class="col-md-7">
<div class="p-4">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="avatar">
<img src="{{ asset('assets/images/user/img-3.jpg') }}"
alt="" class="img-fluid rounded-circle">
</div>
</div>
<div class="flex-grow-1 ms-3">
<p class="f-14 mb-0 text-dark fw-bold"><span
class="text-muted fw-normal">Review By </span> Freanki
Fabel
</p>
<div class="date">
<p class="text-muted mb-0 f-14">28 jan, 2021 <span>10:25
AM</span></p>
</div>
</div>
</div>
<div class="mt-3">
<h5 class="fw-bold">Bulid The App That Everyone Love.</h5>
<p class="text-muted f-14">Start working with Styza that can provide
everything you need to generate awareness, drive traffic, connect.
</p>
<button class="btn btn-sm bg-gradiant"><i
class="mdi mdi-plus f-16 align-middle"></i>
Follow</button>
</div>
</div>
</div>
</div>
<div class="back-image position-absolute end-0 bottom-0">
<img src="{{ asset('assets/images/testi/rating-image.png') }}" alt=""
class="img-fluid">
</div>
</div>
</div>
<!-- slider item -->
<div class="item ">
<div class="testi-box position-relative overflow-hidden">
<div class="row align-items-center">
<div class="col-md-5">
<img src="{{ asset('assets/images/testi/img-4.png') }}" alt=""
class="img-fluid">
</div>
<div class="col-md-7">
<div class="p-4">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="avatar">
<img src="{{ asset('assets/images/user/img-4.jpg') }}"
alt="" class="img-fluid rounded-circle">
</div>
</div>
<div class="flex-grow-1 ms-3">
<p class="f-14 mb-0 text-dark fw-bold"><span
class="text-muted fw-normal">Review By </span> Freanki
Fabel
</p>
<div class="date">
<p class="text-muted mb-0 f-14">28 jan, 2021 <span>10:25
AM</span></p>
</div>
</div>
</div>
<div class="mt-3">
<h5 class="fw-bold">Bulid The App That Everyone Love.</h5>
<p class="text-muted f-14">Start working with Styza that can provide
everything you need to generate awareness, drive traffic, connect.
</p>
<button class="btn btn-sm bg-gradiant"><i
class="mdi mdi-plus f-16 align-middle"></i>
Follow</button>
</div>
</div>
</div>
</div>
<div class="back-image position-absolute end-0 bottom-0">
<img src="{{ asset('assets/images/testi/rating-image.png') }}" alt=""
class="img-fluid">
</div>
</div>
</div>
<!-- slider item -->
</div>
</div>
</div>
</div>
<!-- end container -->
</section>
<!-- end testimonial -->
<!-- slider section -->
<section class="section app-slider bg-light" id="app">
<!-- start container -->
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="title text-center mb-5">
<h6 class="mb-0 fw-bold text-primary">Aplikasi Rekber</h6>
<h2 class="f-40 text-black">Aplikasi Mobile Rekber</h2>
<p class="text-muted">Dapatkan kemudahan transaksi dalam genggaman Anda dengan Aplikasi Mobile
Rekber. Lihat lebih lengkap Aplikasi Mobile Rekber.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="swiper-container">
<div class="fream-phone ">
<img src="{{ asset('assets/images/testi/phone-fream.png') }}" alt=""
class="img-fluid">
</div>
<div class="swiper-wrapper">
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-1.png') }}" alt="">
</div>
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-2.png') }}" alt="">
</div>
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-3.png') }}" alt="">
</div>
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-4.png') }}" alt="">
</div>
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-5.png') }}" alt="">
</div>
<div class="swiper-slide border-radius">
<img src="{{ asset('assets/images/testi/ss/s-6.png') }}" alt="">
</div>
</div>
<!-- navigation buttons -->
<div class="swiper-pagination"></div>
</div>
</div>
</div>
<!-- end container -->
</div>
</section>
<!-- end section -->
<!-- cta section -->
<section class="section cta">
<div class="bg-overlay-gradiant"></div>
<!-- start container -->
<div class="container position-relative">
<div class="row">
<div class="col-lg-6">
<div class="py-5">
<h1 class="display-4 text-white">Transaksi Aman Uang Bisa kembali</h1>
<p class="text-white-50 mt-3 f-18">Gunakan Rekber untuk Transaksi Aman!
Uang Aman Sampai
Transaksi Selesai, dengan Jaminan Pengembalian jika Disetujui oleh Kedua Belah Pihak.
Download Sekarang!</p>
<div class="d-flex mt-4 ">
<div class="googleplay">
<a href="#"><img src="{{ asset('assets/images/img-googleplay.png') }}"
alt="" class="img-fluid ms-3"></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="cta-phone-image">
<img src="{{ asset('assets/images/cta-bg.png') }}" alt="" class=" img-fluid">
</div>
</div>
</div>
</div>
<!-- end container -->
</section>
<!-- end section -->
<!-- footer section -->
<section class=" section footer bg-light overflow-hidden" style="margin-top: 10rem">
<!-- container -->
<div class="container">
<div class="row ">
<div class="col-lg-3">
<a class="navbar-brand logo text-uppercase" href="#">
<img src="{{ asset('assets/images/logo-light.svg') }}" class="logo-dark" alt="logo"
height="30">
<img src="{{ asset('assets/images/logo-dark.svg') }}" class="logo-light" alt="logo"
height="30">
</a>
<p class="text-black-50 mt-2 mb-0">Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Beatae,
deserunt expedita! Id sit dicta quidem aperiam aut ad debitis numquam .</p>
</div>
<div class="col-md-2 ml-4 mt-3">
<div class="text-start">
<h5 class="bottom-item"><a href="#About">Tentang</a></h5>
<h5 class="bottom-item"><a href="#About">Produk</a></h5>
<h5 class="bottom-item"><a href="#About">Fitur</a></h5>
</div>
</div>
<div class="col-md-3 mt-3">
<h6 class="bottom-item">Nikmati fitur rekber</h6>
<ul class="footer-item list-unstyled footer-link mt-3">
<li><a href="{{ route('login') }}">Sign Up Sekarang!</a></li>
</ul>
</div>
<div class="col-md-3 mt-3">
<h5 class="bottom-item">Unduh Aplikasi</h5>
<img src="{{ asset('assets/images/img-googleplay.png') }}" alt="">
</div>
</div>
</div>
<!-- end container -->
</section>
<section class="bottom-footer py-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<p class="mb-0 text-center text-muted">©
<script>
document.write(new Date().getFullYear())
</script> Rekber. PT.Abbauf, Inc. All
rights reserved
</p>
</div>
</div>
</div>
</section>
<!-- end footer -->
<script>
new WOW().init();
</script>
<script>
const btn = document.querySelector(".btn");
const bg = btn.querySelector(".bg");
const handleOrigin = (e) => {
bg.style.left = `${e.pageX - btn.offsetLeft}px`;
bg.style.top = `${e.pageY - btn.offsetTop}px`;
};
btn.addEventListener("mouseenter", handleOrigin);
btn.addEventListener("mouseleave", handleOrigin);
</script>
<script src="{{ asset('assets/js/home/jquery.min.js') }}"></script>
<!--Bootstrap Js-->
<script src="{{ asset('assets/js/home/bootstrap.bundle.min.js') }}"></script>
<!-- Slider Js -->
<script src="{{ asset('assets/js/home/tiny-slider.js') }}"></script>
<script src="{{ asset('assets/js/home/swiper.min.js') }}"></script>
<!-- App Js -->
<script src="{{ asset('assets/js/home/app.js') }}"></script>
<script>
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
var tooltipList = tooltipTriggerList.map(function(tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl);
})
</script>
<script>
var TxtType = function(el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = '';
this.tick();
this.isDeleting = false;
};
TxtType.prototype.tick = function() {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = '<span class="wrap">' + this.txt + '</span>';
var that = this;
var delta = 200 - Math.random() * 100;
if (this.isDeleting) {
delta /= 2;
}
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
this.loopNum++;
delta = 500;
}
setTimeout(function() {
that.tick();
}, delta);
};
function typewrite() {
if (toRotate === 'undefined') {
changeText();
} else
var elements = document.getElementsByClassName('typewrite');
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute('data-type');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtType(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".typewrite > .wrap { border-right: 0.08em solid #ffffff}";
document.body.appendChild(css);
};
typewrite();
</script>
<script>
const scrollToTopButton = document.getElementById('scrollToTopBtn');
window.onscroll = function() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
scrollToTopButton.style.display = 'block';
} else {
scrollToTopButton.style.display = 'none';
}
};
scrollToTopButton.addEventListener('click', () => {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
});
</script>
</body>
</html>

View File

@ -271,6 +271,16 @@
<span>{{ $transaction->deskripsi == null ? '---' : $transaction->deskripsi }}</span> <span>{{ $transaction->deskripsi == null ? '---' : $transaction->deskripsi }}</span>
</td> </td>
</tr> </tr>
<tr>
<td>
<p>Status Transaksi :</p>
</td>
</tr>
<tr>
<td>
<span>{{ $transaction->status_transaksi }}</span>
</td>
</tr>
</table> </table>
<table class="data-pesanan" style="margin-top: 10px;"> <table class="data-pesanan" style="margin-top: 10px;">
<thead> <thead>

View File

@ -51,7 +51,6 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@if (in_array($transaction->status_pembayaran, ['settlement', 'capture']))
<div class="col-md-6"> <div class="col-md-6">
<address> <address>
<strong>Status Pembayaran:</strong><br> <strong>Status Pembayaran:</strong><br>
@ -61,10 +60,9 @@
<div class="col-md-6 text-md-right"> <div class="col-md-6 text-md-right">
<address> <address>
<strong>Tanggal Pembayaran:</strong><br> <strong>Tanggal Pembayaran:</strong><br>
{{ $transaction->created_at->format('d M Y, g:i') }}<br><br> {{ $transaction->tanggal_transaksi == null ? '----' : date('d M Y, g:i', strtotime($transaction->tanggal_transaksi)) }}<br><br>
</address> </address>
</div> </div>
@endif
</div> </div>
</div> </div>
</div> </div>

View File

@ -6,7 +6,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
<title>REKBER</title> <title>REKBER</title>
<link rel="shortcut icon" href="{{ asset('assets/images/logo-oki.webp') }}"> <link rel="shortcut icon" href="{{ asset('assets/images/logo-rekber.png') }}">
@include('layouts.css') @include('layouts.css')

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="{{ asset('assets/images/logo-oki.webp') }}"> <link rel="shortcut icon" href="{{ asset('assets/images/logo-oki.webp') }}">
<title>REKBER | Login</title> <title>REKBER | Login</title>
<link rel="shortcut icon" href="{{ asset('assets/images/logo-rekber.png') }}">
<!-- icon font awesome --> <!-- icon font awesome -->
<script src="https://kit.fontawesome.com/64d58efce2.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/64d58efce2.js" crossorigin="anonymous"></script>
<!-- css --> <!-- css -->

File diff suppressed because it is too large Load Diff

View File

@ -42,8 +42,7 @@ use App\Http\Controllers\User\Notification\UserNotification;
//Index //Index
Route::get('/', function () { Route::get('/', function () {
return view('welcome' return view('index');
);
})->name('homepage'); })->name('homepage');