This commit is contained in:
2026-05-13 17:11:09 +02:00
commit ea63897455
2785 changed files with 359868 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

View File

@@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

View File

@@ -0,0 +1,906 @@
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
.header-wrapper {
padding: 0 15px;
gap: 120px;
}
.header-wrapper a {
padding: 2px 15px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.header-wrapper {
padding: 0 15px;
gap: 100px;
}
.header-wrapper a {
padding: 2px 15px;
}
.hero-video {
height: 680px;
}
.flip-card {
width: 270px;
height: 345px;
}
.flip-card-front {
padding: 12px;
}
}
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.header-wrapper {
padding: 0 15px;
gap: 80px;
}
.header-wrapper a {
padding: 2px 15px;
}
.hero-video {
height: 580px;
}
.showcase-area {
padding-top: 100px;
padding-bottom: 100px;
}
.section-title h2 {
font-size: 48px;
}
.showcase-title {
max-width: 600px;
}
.brief-area {
padding: 100px 0;
padding-bottom: 50px;
}
.brief-title {
margin-bottom: 50px;
}
.brand-slider-area {
padding: 100px 0;
}
.brief-title h2 {
font-size: 32px;
}
.cta-content h2 {
font-size: 36px;
}
.footer-info ul li a {
font-size: 20px;
}
.footer-info p {
font-size: 20px;
}
.footer-love img {
width: 160px;
}
.social-links ul {
gap: 24px;
}
.bottom-title h4 {
font-size: 36px;
}
.common-btn {
font-size: 22px;
}
body {
padding: 0 15px;
}
.portfolio-info {
margin-top: 20px;
}
.portfolio-info h4 {
font-size: 18px;
}
.portfolio-info span {
font-size: 15px;
}
.portfolio-projects {
gap: 0 32px;
}
.project-card {
margin-top: 75px;
}
.together-content {
padding-left: 15px;
}
.together-content h2 {
font-size: 30px;
}
.projects-area {
padding-left: 15px;
padding-right: 15px;
}
.flip-card {
width: 240px;
height: 300px;
}
.flip-card-front {
padding: 10px;
}
.inspiration-area:hover .flip-card.card__5 {
top: 80%;
left: 50%;
}
.inspiration-title h2 {
font-size: 32px;
}
.inspiration-area:hover .flip-card.card__4 {
left: 50%;
top: 22%;
}
.inspiration-area:hover .flip-card.card__6 {
right: 0%;
top: 30%;
}
.inspiration-area:hover .flip-card.card__8 {
right: 1%;
top: 80%;
}
.inspiration-area:hover .flip-card.card__3 {
left: 22%;
top: 75%;
}
}
/* LG Device 768px. */
@media (min-width: 768px) and (max-width: 991px) {
.header-wrapper {
padding: 0;
gap: 0 40px;
}
.projects-area {
padding-left: 15px;
padding-right: 15px;
}
.header-wrapper a {
font-size: 15px;
padding: 2px 10px;
}
.hero-video {
height: 460px;
}
.showcase-area {
padding-top: 80px;
padding-bottom: 100px;
}
.section-title h2 {
font-size: 44px;
}
.showcase-title {
max-width: 550px;
}
.bottom-title h4 {
font-size: 32px;
}
.awards-wrap {
gap: 30px 40px;
margin-top: 100px;
}
.brief-area {
padding: 80px 0;
padding-bottom: 50px;
}
.brief-title {
margin-bottom: 50px;
}
.brief-title h2 {
font-size: 32px;
}
.team-card {
max-width: 320px;
}
.card-thumb img {
min-height: 360px;
}
.brand-slider-area {
padding: 100px 0;
}
.brand-logo {
padding: 0 35px;
}
.cta-content h2 {
font-size: 30px;
}
.cta-area {
padding: 60px 15px;
}
.social-links ul {
gap: 20px;
}
.footer-info ul li a {
font-size: 16px;
}
.footer-info p {
font-size: 15px;
}
footer h4 {
font-size: 18px;
margin-bottom: 20px;
}
footer {
padding-top: 80px;
padding-bottom: 20px;
}
.footer-love img {
width: 150px;
}
.branding-list h2 {
font-size: 48px;
}
.portfolio-filter {
gap: 20px;
}
.portfolio-filter button {
font-size: 16px;
}
.portfolio-projects {
gap: 0 24px;
}
.project-card {
margin-top: 75px;
}
.portfolio-info {
margin-top: 20px;
display: block;
}
.portfolio-info h4 {
font-size: 20px;
margin-bottom: 8px;
}
.portfolio-info span {
font-size: 16px;
}
header {
padding-top: 50px;
padding-bottom: 40px;
}
.portfolio-title h2 {
font-size: 32px;
}
.portfolio-title .description p {
font-size: 16px;
}
.portfolio-title {
max-width: 600px;
margin-bottom: 50px;
}
.portfolio-title .description {
max-width: 540px;
}
body {
padding: 0 12px;
}
.together-content {
padding-left: 0px;
}
.together-content h2 {
font-size: 24px;
}
section.working-together-area {
padding:75px 0;
}
.creative-area {
padding: 60px 0;
}
.creative-area h2 {
gap: 30px;
font-size: 32px;
}
.faling-btn {
width: 580px;
gap: 0 15px;
}
.about-area {
padding-top: 75px;
}
.note-text h2 {
font-size: 32px;
}
.note-text {
max-width: 550px;
margin: 0 auto;
}
.project-info h2 {
font-size: 32px;
margin: 0;
}
.lets-talk-btn {
left: 15px;
bottom: 25px;
font-size: 12px;
}
.language-action {
bottom: 25px;
right: 15px;
}
}
/* SM Small Device :320px. */
@media only screen and (max-width: 767px) {
body {
padding: 0;
}
.nav-desktop{
display: none;
}
.hero-video {
height: auto;
}
.section-title h2 {
font-size: 30px;
line-height: 110%;
font-weight: normal;
}
.branding-list h2 {
font-size: 32px;
padding: 0 1px;
letter-spacing: 0;
}
.showcase-area {
padding-top: 75px;
padding-bottom: 75px;
}
.common-btn {
font-size: 20px;
}
.bottom-title {
margin-top: 75px;
}
.awards-wrap {
grid-template-columns: repeat(3, 1fr);
gap: 30px 30px;
margin-top: 50px;
}
.bottom-title h4 {
font-size: 22px;
}
.brief-area {
padding: 60px 0;
padding-bottom:25px;
}
.brand-slider-area {
padding: 60px 0;
background: #F9F2F6;
}
.brief-title h2 {
font-size: 24px;
}
.for-mobile{
display: block;
}
.brief-title {
margin-bottom: 50px;
}
.brand-logo {
padding: 0 25px;
}
.brand-logo img {
max-height: 40px;
}
.min-h img {
max-height: 30px;
}
.logo-squre img {
max-height: 60px;
}
.cta-area {
padding: 50px 0;
}
.cta-content h2 {
font-size: 20px;
}
.cta-btn {
text-align: left;
margin-top: 25px;
}
footer {
padding-top: 50px;
padding-bottom: 20px;
}
footer h4 {
font-size: 16px;
margin-bottom: 25px;
}
.footer-info ul li a {
font-size: 18px;
}
.footer-info p {
font-size: 18px;
max-width: 300px;
margin-top: 15px;
}
.footer-love img {
width: 125px;
}
.social-links {
margin-bottom: 50px;
max-width: 400px;
}
.social-links ul {
gap: 30px;
justify-content: space-between;
}
.footer-love {
margin-top: 50px;
}
.copyright-wrap p {
font-size: 14px;
}
.copyright-wrap {
gap: 10px;
flex-direction: column;
flex-direction: column-reverse;
}
.card-thumb img {
min-height: 280px;
max-height: 280px;
width: 100%;
object-fit: cover;
}
.team-card {
padding: 12px;
max-width: 260px;
}
.team-info span {
font-size: 12px;
}
.team-slider {
padding-top: 20px;
padding: 50px 0;
margin-top: -25px;
}
.branding-area {
padding: 75px 0;
}
header {
padding-top: 18px;
padding-bottom: 18px;
}
.mobile-nav{
display: flex;
align-items: center;
gap: 24px;
justify-content: space-between;
}
.love-sm img {
width: 32px;
}
.logo-sm img {
width: 100px;
}
.menu-trigger {
width: 30px;
display: block;
cursor: pointer;
}
.menu-trigger span {
display: block;
width: 100%;
height: 2px;
background: #fff;
margin: 10px 0;
transition: .3s;
transform: rotate(0);
position: relative;
top: 0;
}
.info-bottom img {
width: 50px;
flex-shrink: 0;
}
.info-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.slide-menu {
padding: 15px;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999999;
transition: .3s;
background: #121212;
}
.menu_item {
margin-top: 100px;
}
.slide-menu {
padding: 15px;
position: fixed;
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99999999;
transition: .3s;
background: #121212;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 40px 0;
opacity: 0;
visibility: hidden;
}
.slide-menu.active {
opacity: 1;
visibility: visible;
}
.menu_item ul {
margin: 0;
padding: 0;
list-style: none;
}
.menu_item ul li {
display: block;
margin-bottom: 20px;
}
.menu_item ul li a {
color: #fff;
font-size: 54px;
transition: .3s;
font-family: 'Adieu-Regular';
display: inline-block;
line-height: 110%;
}
.menu_item li a:hover{
color: #FF3AD1;
}
.menu_item li.active a{
color: #FF3AD1;
}
.menu-close {
width: 30px;
display: block;
cursor: pointer;
position: absolute;
top: 15px;
right: 15px
}
.menu-close span {
display: block;
width: 100%;
height: 2px;
background: #fff;
margin: 10px 0;
transition: .3s;
transform: rotate(0);
position: relative;
top: 0;
}
.menu-close span:nth-child(1) {
transform: rotate(45deg);
top: 6px;
}
.menu-close span:nth-child(2) {
transform: rotate(-45deg);
top: -6px;
}
.info-bottom span {
display: inline-block;
font-size: 24px;
text-transform: uppercase;
}
.portfolio-filter {
gap: 15px;
flex-wrap: wrap;
}
.portfolio-filter button {
font-size: 13px;
}
.portfolio-area {
padding: 60px 0;
}
.portfolio-title h2 {
font-size: 20px;
}
.portfolio-title .description p {
font-size: 14px;
}
.portfolio-projects {
grid-template-columns: repeat(1, 1fr);
}
.portfolio-info {
margin-top: 15px;
gap: 20px;
display: block;
}
.portfolio-info h4 {
font-size: 18px;
margin-bottom: 5px;
}
.portfolio-info span {
font-size: 15px;
}
.project-card {
margin-top: 50px;
}
.working-together-area {
padding:50px 0;
}
.faling-btn {
width: 100%;
gap: 20px;
flex-wrap: wrap;
}
.creative-area {
padding: 75px 0;
}
.ct-wrap i {
display: none;
}
.creative-area h2 {
font-size: 26px;
}
.ct-wrap h4 {
font-size: 20px;
display: block;
}
.creative-area h2 span {
text-align: center;
justify-content: center;
}
section.working-together-area {
padding: 50px 0;
}
.together-content {
padding-left: 0;
margin-top: 20px;
}
.together-content h2 {
font-size: 24px;
}
.about-title-wrap h2 {
font-size: 26px;
}
.about-area {
padding-top: 50px;
}
.contact-title h2 {
font-size: 20px;
}
.contact-title p {
font-size: 14px;
}
.contact-area {
padding: 50px 0;
}
.btn__primary {
font-size: 16px;
}
.note-text h2 {
font-size: 20px;
margin: 0;
}
.content-block h2 {
font-size: 20px;
text-align: center;
margin-bottom: 35px;
}
.content-block h4 {
font-size: 16px;
}
.content-block p {
font-size: 14px;
}
.terms-area {
padding-top: 50px;
padding-bottom: 50px;
}
.project-info h2 {
font-size: 20px;
margin: 0;
text-align: center;
margin-bottom: 20px;
}
.project-info {
margin-bottom: 0;
}
.project-video {
height: auto;
}
.subtitle {
text-align: center;
}
.project-content {
padding-top: 20px;
padding-bottom: 40px;
}
.row.project-content p {
font-size: 14px;
}
.inspiration-wrapper{
display: none;
}
.description-text p {
font-size: 15px;
}
.project-details p {
font-size: 15px;
}
.hover-image {
max-width: 220px;
height: 300px;
object-fit: cover;
}
.branding-list {
display: flex;
width: 100%;
}
.inspiration-mobile-wrapper{
display: block;
}
.inspire-title {
max-width: 200px;
margin: 0 auto;
margin-bottom: 50px;
}
.inspire-title h2 {
font-size: 25px;
color: #121212;
text-align: center;
}
.inspire-title h2 span{
font-family: 'Adieu-Regular';
}
.inspiration-area {
padding: 50px 0;
}
.with-btn {
position: relative;
display: none;
}
.inspiration-mobile-wrapper .flip-card {
width: 260px;
height: 340px;
cursor: pointer;
position: relative;
left: unset;
top: unset;
transform: unset;
}
.flip-card-front {
padding: 10px;
}
.inspiration-overlay-slider .owl-dots {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}
.inspiration-overlay-slider .owl-dots button {
width: 20px;
height: 8px;
background: #FFDFF0 !important;
border-radius: 15px;
transition: .3s;
}
.inspiration-overlay-slider .owl-dots button.active {
background: #4050FF !important;
}
.team-info h4 {
font-size: 20px;
}
.inspiration-overlay-slider .owl-item:nth-child(odd) .flip-card{
transform: rotate(1.5deg);
}
.inspiration-overlay-slider .owl-item:nth-child(even) .flip-card{
transform: rotate(-1.5deg);
}
.inspiration-overlay-slider .owl-item{
padding: 15px 0;
}
.showcase-item {
width: 180px;
height: 225px;
margin: 32px 0;
}
.showcase-item:nth-child(3) {
width: 220px;
height: 240px;
}
.showcase-item:nth-child(4) {
height: 220px;
}
.showcase-item:nth-child(5) {
height: 210px;
}
.slider-wrap{
display: none;
}
.showcase-gellary-wrap{
display: block;
}
.showcase-gellary img{
height: 360px;
object-fit: cover;
}
.showcase-gellary .owl-item:nth-child(odd) img{
transform: rotate(-1.5deg);
}
.lets-talk-btn {
left: 15px;
bottom: 25px;
font-size: 12px;
}
.language-action {
bottom: 25px;
right: 15px;
}
.language-action li button {
font-size: 12px;
}
.faling-btn {
display: none;
}
}
/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,5 @@
<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.78912 0.0011544C6.32952 -0.00887921 6.86916 0.0465245 7.39625 0.166157C7.84003 0.263048 8.26138 0.443346 8.63789 0.697466C8.98562 0.95016 9.26076 1.28988 9.43568 1.68253C9.63671 2.16536 9.7337 2.68515 9.72031 3.20798C9.74314 3.78206 9.59652 4.35017 9.29873 4.84151C8.98544 5.30556 8.5524 5.67617 8.04553 5.91403C8.73338 6.09947 9.33251 6.52424 9.73516 7.11195C10.1217 7.73466 10.316 8.45756 10.2937 9.19015C10.3064 9.77425 10.1857 10.3536 9.94059 10.8839C9.71405 11.3466 9.38234 11.7497 8.97202 12.0612C8.54958 12.3692 8.0742 12.5971 7.5695 12.7336C7.04611 12.8784 6.50542 12.9511 5.96237 12.9497H0V0.0011544H5.78912ZM5.44509 5.23834C5.86969 5.25584 6.28766 5.12873 6.63063 4.87781C6.79489 4.73158 6.92266 4.54896 7.00374 4.34454C7.08482 4.14012 7.11696 3.91957 7.09759 3.70051C7.10858 3.44466 7.05764 3.18994 6.94909 2.958C6.85701 2.77333 6.71383 2.61899 6.53658 2.51332C6.35705 2.39701 6.15535 2.31919 5.94422 2.28479C5.71514 2.24042 5.48203 2.22023 5.24874 2.22457H2.70109V5.24989H5.44509V5.23834ZM5.59359 10.7511C5.85037 10.7546 6.10662 10.7269 6.35673 10.6686C6.58529 10.6181 6.80205 10.5243 6.99529 10.3922C7.1846 10.2602 7.33754 10.0826 7.43997 9.87574C7.55874 9.61203 7.61331 9.32393 7.5992 9.03505C7.62495 8.7718 7.59008 8.50615 7.49727 8.25847C7.40446 8.01078 7.25617 7.78763 7.06377 7.60613C6.65596 7.30577 6.1562 7.15697 5.65052 7.18537H2.70109V10.7511H5.59359Z" fill="#121212"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.1407 10.7032C14.3527 10.8997 14.6025 11.0511 14.8748 11.1481C15.1471 11.2451 15.4363 11.2857 15.7248 11.2675C16.1821 11.2791 16.6306 11.1399 17.0011 10.8715C17.3025 10.6756 17.5307 10.3855 17.6503 10.0465H19.8045C19.5749 11.0116 19.0145 11.8658 18.2204 12.4605C17.4587 12.9661 16.5585 13.2221 15.6447 13.1931C14.9926 13.2017 14.3453 13.0791 13.7414 12.8326C13.1952 12.6048 12.7053 12.2604 12.3059 11.8236C11.9081 11.3659 11.6024 10.8356 11.4058 10.2618C11.1851 9.62056 11.0771 8.94592 11.0865 8.26779C11.0825 7.60103 11.1942 6.93863 11.4165 6.31003C11.7153 5.42571 12.2865 4.65876 13.0482 4.11924C13.8099 3.57972 14.7229 3.29537 15.6563 3.30698C16.3454 3.29258 17.0268 3.45385 17.6363 3.77559C18.1873 4.07771 18.6626 4.50082 19.0265 5.01311C19.3987 5.55065 19.6655 6.15396 19.8127 6.79101C19.9741 7.47509 20.0317 8.17956 19.9835 8.88077H13.5674C13.5154 9.53958 13.7209 10.1929 14.1407 10.7032ZM16.9557 5.77872C16.7761 5.59913 16.5602 5.46011 16.3224 5.37102C16.0846 5.28193 15.8304 5.24485 15.5771 5.26226C15.241 5.24944 14.9073 5.32392 14.6085 5.47842C14.3717 5.60881 14.1626 5.78425 13.9931 5.99487C13.8428 6.19235 13.7309 6.41621 13.6631 6.65489C13.6019 6.85394 13.5637 7.05933 13.5492 7.26705H17.5233C17.4887 6.72555 17.2914 6.20711 16.9573 5.77955L16.9557 5.77872Z" fill="#121212"/>
<path d="M13.0369 0.865749H18.0166V2.13875H13.0369V0.865749Z" fill="#121212"/>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

View File

@@ -0,0 +1,5 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.72892 5.72893C6.59647 4.86138 7.77311 4.374 9 4.374C10.2269 4.374 11.4035 4.86138 12.2711 5.72893C13.1386 6.59647 13.626 7.77311 13.626 9C13.626 10.2269 13.1386 11.4035 12.2711 12.2711C11.4035 13.1386 10.2269 13.626 9 13.626C7.77311 13.626 6.59647 13.1386 5.72892 12.2711C4.86138 11.4035 4.374 10.2269 4.374 9C4.374 7.77311 4.86138 6.59647 5.72892 5.72893ZM7.8508 11.7744C8.21514 11.9253 8.60564 12.003 9 12.003C9.79644 12.003 10.5603 11.6866 11.1234 11.1234C11.6866 10.5603 12.003 9.79645 12.003 9C12.003 8.20356 11.6866 7.43973 11.1234 6.87656C10.5603 6.31339 9.79644 5.997 9 5.997C8.60564 5.997 8.21514 6.07468 7.8508 6.22559C7.48646 6.37651 7.15541 6.59771 6.87656 6.87656C6.5977 7.15542 6.3765 7.48646 6.22559 7.8508C6.07467 8.21515 5.997 8.60564 5.997 9C5.997 9.39436 6.07467 9.78486 6.22559 10.1492C6.3765 10.5135 6.5977 10.8446 6.87656 11.1234C7.15541 11.4023 7.48646 11.6235 7.8508 11.7744Z" fill="#121212"/>
<path d="M14.6515 5.06322C14.8566 4.85815 14.9718 4.58002 14.9718 4.29C14.9718 3.99999 14.8566 3.72185 14.6515 3.51678C14.4464 3.31171 14.1683 3.1965 13.8783 3.1965C13.5883 3.1965 13.3101 3.31171 13.1051 3.51678C12.9 3.72185 12.7848 3.99999 12.7848 4.29C12.7848 4.58002 12.9 4.85815 13.1051 5.06322C13.3101 5.2683 13.5883 5.3835 13.8783 5.3835C14.1683 5.3835 14.4464 5.2683 14.6515 5.06322Z" fill="#121212"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.2896 0.0539999C6.2496 0.0102 6.5556 0 9 0C11.445 0 11.7504 0.0107999 12.7098 0.0539999C13.668 0.0978 14.3232 0.2508 14.8956 0.4722C15.4959 0.698315 16.0397 1.05253 16.4892 1.5102C16.947 1.95979 17.3012 2.50384 17.5272 3.1044C17.7498 3.6768 17.9022 4.3314 17.946 5.2896C17.9898 6.2496 18 6.5556 18 9C18 11.4444 17.9898 11.7504 17.946 12.7104C17.9022 13.6686 17.7498 14.3232 17.5278 14.8956C17.3017 15.4959 16.9475 16.0397 16.4898 16.4892C16.0398 16.9476 15.4956 17.3016 14.8956 17.5272C14.3232 17.7498 13.6686 17.9022 12.7104 17.946C11.7504 17.9898 11.4444 18 9 18C6.5556 18 6.2496 17.9898 5.2896 17.946C4.3314 17.9022 3.6768 17.7498 3.1044 17.5278C2.50411 17.3017 1.96029 16.9475 1.5108 16.4898C1.0524 16.0398 0.6984 15.4956 0.4728 14.8956C0.2502 14.3232 0.0978 13.6686 0.0539999 12.7104C0.0102 11.7504 0 11.445 0 9C0 6.555 0.0107999 6.2496 0.0539999 5.2902C0.0978 4.332 0.2508 3.6768 0.4722 3.1044C0.698315 2.5041 1.05253 1.96028 1.5102 1.5108C1.9602 1.0524 2.5044 0.6984 3.1044 0.4728C3.6768 0.2502 4.3314 0.0978 5.2896 0.0539999ZM12.6372 1.674C11.688 1.6308 11.403 1.6218 9 1.6218C6.597 1.6218 6.312 1.6308 5.3628 1.674C4.4856 1.7142 4.0092 1.8606 3.6918 1.9842C3.30085 2.12819 2.94716 2.35803 2.6568 2.6568C2.3424 2.9718 2.1468 3.2718 1.9842 3.6918C1.86 4.0092 1.7142 4.4856 1.674 5.3628C1.6308 6.312 1.6218 6.597 1.6218 9C1.6218 11.403 1.6308 11.688 1.674 12.6372C1.7142 13.5144 1.8606 13.9908 1.9842 14.3082C2.12828 14.6991 2.35811 15.0528 2.6568 15.3432C2.9472 15.6419 3.30087 15.8718 3.6918 16.0158C4.0092 16.14 4.4856 16.2858 5.3628 16.326C6.312 16.3692 6.5964 16.3782 9 16.3782C11.4036 16.3782 11.688 16.3692 12.6372 16.326C13.5144 16.2858 13.9908 16.1394 14.3082 16.0158C14.6992 15.8718 15.0528 15.642 15.3432 15.3432C15.6419 15.0528 15.8718 14.6991 16.0158 14.3082C16.14 13.9908 16.2858 13.5144 16.326 12.6372C16.3692 11.688 16.3782 11.403 16.3782 9C16.3782 6.597 16.3692 6.312 16.326 5.3628C16.2858 4.4856 16.1394 4.0092 16.0158 3.6918C15.8532 3.2718 15.6582 2.9718 15.3432 2.6568C15.0282 2.3424 14.7282 2.1468 14.3082 1.9842C13.9908 1.86 13.5144 1.7142 12.6372 1.674Z" fill="#121212"/>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,3 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 1.32353V16.6765C18 17.0275 17.8606 17.3641 17.6123 17.6123C17.3641 17.8606 17.0275 18 16.6765 18H1.32353C0.972508 18 0.635863 17.8606 0.387653 17.6123C0.139443 17.3641 0 17.0275 0 16.6765L0 1.32353C0 0.972508 0.139443 0.635863 0.387653 0.387653C0.635863 0.139443 0.972508 0 1.32353 0L16.6765 0C17.0275 0 17.3641 0.139443 17.6123 0.387653C17.8606 0.635863 18 0.972508 18 1.32353V1.32353ZM5.29412 6.88235H2.64706V15.3529H5.29412V6.88235ZM5.53235 3.97059C5.53375 3.77036 5.49569 3.57182 5.42035 3.3863C5.34502 3.20078 5.23387 3.03191 5.09328 2.88935C4.95268 2.74678 4.78537 2.6333 4.60091 2.5554C4.41646 2.47749 4.21846 2.43668 4.01824 2.43529H3.97059C3.5634 2.43529 3.1729 2.59705 2.88497 2.88497C2.59705 3.1729 2.43529 3.5634 2.43529 3.97059C2.43529 4.37777 2.59705 4.76828 2.88497 5.05621C3.1729 5.34413 3.5634 5.50588 3.97059 5.50588V5.50588C4.17083 5.51081 4.37008 5.47623 4.55696 5.40413C4.74383 5.33202 4.91467 5.2238 5.0597 5.08565C5.20474 4.94749 5.32113 4.78212 5.40223 4.59897C5.48333 4.41582 5.52755 4.21848 5.53235 4.01824V3.97059ZM15.3529 10.2071C15.3529 7.66059 13.7329 6.67059 12.1235 6.67059C11.5966 6.6442 11.0719 6.75644 10.6019 6.9961C10.1318 7.23577 9.73285 7.59448 9.44471 8.03647H9.37059V6.88235H6.88235V15.3529H9.52941V10.8476C9.49115 10.3862 9.63649 9.92835 9.93387 9.57347C10.2313 9.2186 10.6567 8.9954 11.1176 8.95235H11.2182C12.06 8.95235 12.6847 9.48177 12.6847 10.8159V15.3529H15.3318L15.3529 10.2071Z" fill="#121212"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,3 @@
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.250566 10.2792C0.0877542 10.1164 -0.00236097 9.89421 4.53003e-05 9.66155C0.00245189 9.42889 0.097183 9.20481 0.263398 9.03859L7.52452 1.77747L2.19862 1.8338C2.08327 1.83499 1.96929 1.81346 1.86318 1.77042C1.75708 1.72738 1.66092 1.66368 1.5802 1.58296C1.49948 1.50225 1.43578 1.40609 1.39274 1.29998C1.34971 1.19387 1.32817 1.07989 1.32936 0.964542C1.33055 0.849196 1.35445 0.734745 1.3997 0.627723C1.44494 0.520701 1.51064 0.423204 1.59305 0.340799C1.67545 0.258393 1.77295 0.192693 1.87997 0.147449C1.98699 0.102206 2.10144 0.0783059 2.21679 0.0771123L9.66038 0.000118522C9.77577 -0.00122041 9.88982 0.0202178 9.99599 0.0632042C10.1022 0.10619 10.1984 0.16988 10.2791 0.250627C10.3599 0.331373 10.4236 0.427591 10.4666 0.533766C10.5095 0.639942 10.531 0.753989 10.5296 0.869377L10.4526 8.31297C10.4515 8.42831 10.4276 8.54276 10.3823 8.64979C10.3371 8.75681 10.2714 8.85431 10.189 8.93671C10.1066 9.01912 10.0091 9.08482 9.90204 9.13006C9.79501 9.1753 9.68056 9.1992 9.56522 9.2004C9.33226 9.20281 9.10981 9.11258 8.94679 8.94956C8.86608 8.86884 8.80238 8.77268 8.75934 8.66657C8.7163 8.56046 8.69476 8.44648 8.69596 8.33114L8.75229 3.00524L1.49116 10.2664C1.32495 10.4326 1.10086 10.5273 0.868208 10.5297C0.63555 10.5321 0.413378 10.442 0.250566 10.2792Z" fill="#FFDFF0"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 10.0607C20 4.504 15.5233 0 10 0C4.47667 0 0 4.504 0 10.0607C0 15.0833 3.656 19.2453 8.43733 20V12.9693H5.89867V10.06H8.43733V7.844C8.43733 5.32267 9.93 3.92933 12.2147 3.92933C13.308 3.92933 14.4533 4.126 14.4533 4.126V6.602H13.1913C11.9493 6.602 11.5627 7.378 11.5627 8.174V10.0607H14.336L13.8927 12.9687H11.5627V20C16.344 19.2453 20 15.0833 20 10.0607Z" fill="#121212"/>
</svg>

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

View File

@@ -0,0 +1,24 @@
<svg width="133" height="26" viewBox="0 0 133 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_5001_10)">
<g clip-path="url(#clip1_5001_10)">
<path d="M129.487 2.60641C127.503 1.18016 124.85 0.393387 122.016 0.393387C119.182 0.393387 116.645 1.15142 114.708 2.52738C112.472 4.11709 111.289 6.3894 111.289 9.0964C111.289 11.8034 112.5 14.1763 114.794 15.7912C116.765 17.1815 119.409 17.9467 122.236 17.9467C125.063 17.9467 127.616 17.2066 129.56 15.8612C131.811 14.3038 133 12.0818 133 9.4359C133 6.62112 131.786 4.259 129.487 2.60641ZM128.802 14.7439C127.079 15.9367 124.749 16.5923 122.236 16.5923C117.61 16.5923 112.63 14.2464 112.63 9.0964C112.63 3.94644 117.494 1.74779 122.016 1.74779C124.537 1.74779 126.976 2.46271 128.71 3.70933C130.639 5.09786 131.66 7.07737 131.66 9.4359C131.66 12.1878 130.106 13.8404 128.802 14.7439Z" fill="#D9D9D9"/>
<path d="M5.01213 20.7759C1.66952 20.7759 0 19.5777 0 17.1815C0 16.6372 0.144016 16.1432 0.430271 15.6978C0.718304 15.2523 1.07212 14.8769 1.49528 14.5679C1.91666 14.2589 2.48384 13.9823 3.19325 13.738C3.90267 13.4937 4.5623 13.2979 5.17392 13.1524C5.78377 13.0069 6.54297 12.8704 7.45151 12.7447C8.35828 12.6171 9.10504 12.5309 9.68821 12.486C10.2714 12.4411 11.0039 12.3818 11.884 12.3082C11.8662 11.3274 11.564 10.634 10.9808 10.2245C10.3958 9.81671 9.46774 9.61193 8.19115 9.61193C6.10736 9.61193 3.94178 10.1023 1.69619 11.0831V7.76176C4.31871 6.78098 6.84345 6.2906 9.27039 6.2906C13.7082 6.2906 15.9271 8.41381 15.9271 12.662V20.3412H11.9658L12.6663 15.7391H12.4245C11.9925 17.4635 11.1675 18.7335 9.94424 19.5508C8.72277 20.3681 7.07814 20.7759 5.01213 20.7759ZM6.7101 17.9162C8.09337 17.9162 9.28817 17.5982 10.2945 16.9623C11.3008 16.3265 11.8129 15.4373 11.8307 14.2931C9.06414 14.5104 7.31105 14.7008 6.57497 14.8643C5.01213 15.2092 4.22981 15.7534 4.22981 16.4989C4.22981 16.9354 4.45384 17.2803 4.90367 17.5336C5.35172 17.7886 5.95446 17.9144 6.7101 17.9144V17.9162Z" fill="#D9D9D9"/>
<path d="M22.8277 20.3394H18.7845V6.7253H23.2046L22.6659 11.789H22.9361C23.2953 9.81132 24.058 8.39944 25.2279 7.55519C26.3961 6.71093 28.2007 6.2888 30.6454 6.2888V9.74666C27.8434 9.74666 25.8396 10.2047 24.6359 11.1226C23.4322 12.0387 22.8294 13.5871 22.8294 15.766V20.3412L22.8277 20.3394Z" fill="#D9D9D9"/>
<path d="M34.2441 4.5464C32.6084 4.5464 31.7923 3.79376 31.7923 2.28667C31.7923 0.779589 32.6102 0 34.2441 0C35.8781 0 36.7511 0.761626 36.7511 2.28667C36.7511 3.81172 35.9154 4.5464 34.2441 4.5464ZM36.3208 20.3394H32.2777V6.7253H36.3208V20.3394Z" fill="#D9D9D9"/>
<path d="M44.0441 20.6124C42.355 20.6124 41.258 20.2585 40.7566 19.5508C40.2534 18.8431 40.0027 17.4725 40.0027 15.4391V9.69457H38.1163V6.72711H40.2463V3.45966L44.0743 2.91538V6.72711H47.7671V9.69457H44.0743V14.6236C44.0743 16.0391 44.1863 16.9426 44.4103 17.3324C44.6343 17.7222 45.3046 17.918 46.4177 17.918C46.6328 17.918 47.0826 17.9 47.7654 17.8641V20.0699C46.6684 20.4328 45.4291 20.6142 44.0458 20.6142L44.0441 20.6124Z" fill="#D9D9D9"/>
<path d="M54.0701 20.3394H50.027V6.7253H54.447L53.9083 12.3351H54.1501C54.7973 8.30603 56.5042 6.2906 59.9428 6.2906C61.6496 6.2906 62.9387 6.80433 63.8099 7.72044C64.6811 8.63655 65.2163 10.176 65.4136 12.3351H65.6021C66.2493 8.30603 67.789 6.2906 71.5619 6.2906C73.5194 6.32652 74.94 6.95343 75.8201 8.16951C76.7002 9.3856 77.1412 11.4729 77.1412 14.4314V20.3394H73.098V14.893C73.098 12.468 72.1539 9.36584 69.487 9.36584C66.676 9.36584 65.5221 14.3308 65.5221 16.472V20.3376H61.4789V14.8912C61.4789 12.8758 60.6255 9.36404 57.8679 9.36404C54.872 9.36404 54.0701 14.329 54.0701 16.4702V20.3358V20.3394Z" fill="#D9D9D9"/>
<path d="M81.702 4.5464C80.0663 4.5464 79.2502 3.79376 79.2502 2.28667C79.2502 0.779589 80.0681 0 81.702 0C83.336 0 84.209 0.761626 84.209 2.28667C84.209 3.81172 83.3733 4.5464 81.702 4.5464ZM83.7769 20.3394H79.7338V6.7253H83.7769V20.3394Z" fill="#D9D9D9"/>
<path d="M84.1589 25.7857V23.3086C85.0212 23.3086 85.6808 23.0949 86.1395 22.6692C86.5983 22.2416 86.8276 21.6758 86.8276 20.9681V6.7253H90.8707V20.6124C90.8707 22.1913 90.2413 23.4487 88.9843 24.3828C87.7273 25.3169 86.1182 25.7857 84.1607 25.7857H84.1589ZM88.8225 4.5464C87.1868 4.5464 86.3707 3.79376 86.3707 2.28667C86.3707 0.779589 87.1886 0 88.8225 0C90.4565 0 91.3295 0.761626 91.3295 2.28667C91.3295 3.81172 90.4938 4.5464 88.8225 4.5464Z" fill="#D9D9D9"/>
<path d="M98.0398 20.7759C94.6972 20.7759 93.0277 19.5777 93.0277 17.1815C93.0277 16.6372 93.1717 16.1432 93.458 15.6978C93.746 15.2523 94.0998 14.8769 94.523 14.5679C94.9444 14.2589 95.5116 13.9823 96.221 13.738C96.9304 13.4937 97.59 13.2979 98.2016 13.1524C98.8115 13.0069 99.5707 12.8704 100.479 12.7447C101.386 12.6171 102.133 12.5309 102.716 12.486C103.299 12.4411 104.032 12.3818 104.912 12.3082C104.894 11.3274 104.592 10.634 104.009 10.2245C103.424 9.81671 102.495 9.61193 101.219 9.61193C99.1351 9.61193 96.9695 10.1023 94.7239 11.0831V7.76176C97.3464 6.78098 99.8712 6.2906 102.298 6.2906C106.736 6.2906 108.955 8.41381 108.955 12.662V20.3412H104.994L105.694 15.7391H105.452C105.02 17.4635 104.195 18.7335 102.972 19.5508C101.75 20.3681 100.106 20.7759 98.0398 20.7759ZM99.7378 17.9162C101.121 17.9162 102.316 17.5982 103.322 16.9623C104.329 16.3265 104.841 15.4373 104.858 14.2931C102.092 14.5104 100.339 14.7008 99.6027 14.8643C98.0398 15.2092 97.2575 15.7534 97.2575 16.4989C97.2575 16.9354 97.4816 17.2803 97.9314 17.5336C98.3794 17.7886 98.9822 17.9144 99.7378 17.9144V17.9162Z" fill="#D9D9D9"/>
<path d="M122.17 3.36086C119.404 4.15122 114.312 6.99295 114.312 10.4005C114.312 12.4124 115.901 13.5117 117.796 13.5117C120.853 13.5117 122.014 9.71073 122.014 9.71073H122.327C122.327 9.71073 123.488 13.5117 126.544 13.5117C128.439 13.5117 130.029 12.4124 130.029 10.4005C130.029 6.99115 124.937 4.15122 122.17 3.36086ZM125.419 10.6897C123.538 10.6897 122.497 7.70069 122.497 7.70069H121.84C121.84 7.70069 120.799 10.6897 118.918 10.6897C118.22 10.6897 117.628 10.3215 117.628 9.59577C117.628 8.0312 119.969 6.09481 122.168 5.18588C124.368 6.09481 126.709 8.0312 126.709 9.59577C126.709 10.3215 126.117 10.6897 125.419 10.6897Z" fill="#D9D9D9"/>
</g>
</g>
<defs>
<clipPath id="clip0_5001_10">
<rect width="133" height="25.7857" fill="white"/>
</clipPath>
<clipPath id="clip1_5001_10">
<rect width="133" height="25.7857" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,4 @@
<svg width="204" height="165" viewBox="0 0 204 165" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M170.757 20.7693C152.138 7.38391 127.246 0 100.652 0C74.0585 0 50.251 7.11417 32.0825 20.0276C11.0946 34.9471 0 56.2728 0 81.6782C0 107.084 11.3616 129.353 32.8834 144.509C51.3855 157.557 76.194 164.739 102.721 164.739C129.248 164.739 153.206 157.793 171.441 145.166C192.562 130.55 203.723 109.697 203.723 84.8644C203.723 58.4475 192.329 36.2789 170.757 20.7693ZM164.333 134.68C148.167 145.874 126.295 152.028 102.721 152.028C59.3102 152.028 12.5794 130.011 12.5794 81.6782C12.5794 33.3456 58.2258 12.7111 100.652 12.7111C124.31 12.7111 147.199 19.4207 163.466 31.1203C181.568 44.1517 191.144 62.7295 191.144 84.8644C191.144 110.691 176.563 126.201 164.333 134.68Z" fill="#F5F5F5"/>
<path d="M102.104 27.8501C76.1442 35.2677 28.3623 61.9375 28.3623 93.9175C28.3623 112.799 43.2775 123.116 61.0622 123.116C89.7413 123.116 100.636 87.444 100.636 87.444H103.572C103.572 87.444 114.466 123.116 143.145 123.116C160.93 123.116 175.845 112.799 175.845 93.9175C175.845 61.9206 128.064 35.2677 102.104 27.8501ZM132.585 96.6317C114.934 96.6317 105.174 68.5796 105.174 68.5796H99.0007C99.0007 68.5796 89.2408 96.6317 71.5896 96.6317C65.0329 96.6317 59.4773 93.1758 59.4773 86.365C59.4773 71.6815 81.4495 53.5083 102.087 44.9781C122.725 53.5083 144.697 71.6815 144.697 86.365C144.697 93.1758 139.141 96.6317 132.585 96.6317Z" fill="#F5F5F5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

View File

@@ -0,0 +1,3 @@
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.250871 10.2791C0.0880593 10.1163 -0.00205579 9.89415 0.000350476 9.66149C0.00275706 9.42883 0.0974882 9.20475 0.263703 9.03853L7.52483 1.77741L2.19892 1.83374C2.08358 1.83493 1.9696 1.8134 1.86349 1.77036C1.75738 1.72732 1.66122 1.66362 1.5805 1.5829C1.49979 1.50218 1.43609 1.40603 1.39305 1.29992C1.35001 1.19381 1.32847 1.07983 1.32967 0.964481C1.33086 0.849135 1.35476 0.734684 1.4 0.627661C1.44525 0.52064 1.51095 0.423143 1.59335 0.340738C1.67576 0.258332 1.77325 0.192631 1.88028 0.147388C1.9873 0.102145 2.10175 0.0782449 2.2171 0.0770513L9.66068 5.74864e-05C9.77607 -0.00128144 9.89012 0.0201568 9.9963 0.0631432C10.1025 0.106129 10.1987 0.169819 10.2794 0.250565C10.3602 0.331312 10.4239 0.42753 10.4669 0.533705C10.5098 0.639881 10.5313 0.753928 10.5299 0.869316L10.453 8.31291C10.4518 8.42825 10.4279 8.5427 10.3826 8.64972C10.3374 8.75675 10.2717 8.85424 10.1893 8.93665C10.1069 9.01906 10.0094 9.08475 9.90234 9.13C9.79532 9.17524 9.68087 9.19914 9.56552 9.20033C9.33257 9.20274 9.11012 9.11252 8.9471 8.9495C8.86638 8.86878 8.80268 8.77262 8.75965 8.66651C8.71661 8.5604 8.69507 8.44642 8.69626 8.33108L8.75259 3.00517L1.49147 10.2663C1.32525 10.4325 1.10117 10.5272 0.868513 10.5297C0.635855 10.5321 0.413683 10.4419 0.250871 10.2791Z" fill="#4050FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,342 @@
(function ($) {
"use strict";
$(document).ready(function () {
// ===== Menu Toggle =====
$(".menu-trigger").click(() => $(".slide-menu").addClass("active"));
$(".menu-close").click(() => $(".slide-menu").removeClass("active"));
// ===== Sticky Header =====
$(window).on("scroll", () => {
const scroll = $(window).scrollTop();
$(".header").toggleClass("sticky", scroll >= 100);
});
// ===== Infinite Brand Slider =====
const brandTrack = document.querySelector(".slider-track");
if (brandTrack) {
brandTrack.innerHTML += brandTrack.innerHTML;
const totalBrandWidth = brandTrack.scrollWidth / 2;
gsap.to(brandTrack, {
x: -totalBrandWidth,
duration: 20,
ease: "none",
repeat: -1
});
}
// ===== Owl Carousel Sliders =====
$(".inspiration-overlay-slider").owlCarousel({
loop: true,
margin: 10,
nav: false,
items: 1,
stagePadding: 45,
autoplay: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
dots: true
});
$(".showcase-gellary").owlCarousel({
loop: true,
margin: 15,
nav: false,
items: 1,
stagePadding: 50,
autoplay: true,
autoplayTimeout: 2000,
autoplayHoverPause: true,
dots: false
});
});
// ===== Portfolio Filter (Multi-Select) =====
const filterButtons = document.querySelectorAll(".portfolio-filter button");
const projectCards = document.querySelectorAll(".project-card");
let activeFilters = new Set();
filterButtons.forEach(btn => {
btn.addEventListener("click", () => {
const filter = btn.dataset.filter;
if (filter === "all") {
activeFilters.clear();
filterButtons.forEach(b => b.classList.remove("active"));
btn.classList.add("active");
projectCards.forEach(c => c.classList.remove("hide"));
return;
}
activeFilters.has(filter) ? activeFilters.delete(filter) : activeFilters.add(filter);
btn.classList.toggle("active");
document.querySelector(".portfolio-filter button[data-filter='all']").classList.remove("active");
projectCards.forEach(card => {
const matches = [...activeFilters].some(f => card.classList.contains(f));
card.classList.toggle("hide", activeFilters.size > 0 && !matches);
});
});
});
// ===== Portfolio Filter (Multi-Select) =====
// Beyond the Brief Card Infinite Slider Start
gsap.registerPlugin(Draggable);
const teamTrack = document.querySelector(".team-track");
if (teamTrack) {
// 1. Duplicate content for seamless loop
teamTrack.innerHTML += teamTrack.innerHTML;
const totalTeamWidth = teamTrack.scrollWidth / 2;
// 2. Create the base animation
const teamTween = gsap.to(teamTrack, {
x: -totalTeamWidth,
duration: 25,
ease: "none",
repeat: -1
});
// 3. Track scroll direction for timeScale
let lastScrollY = window.scrollY;
window.addEventListener("scroll", () => {
const currentY = window.scrollY;
// Smoothly transition the direction change
gsap.to(teamTween, { timeScale: currentY > lastScrollY ? 1 : -1, overwrite: true });
lastScrollY = currentY;
});
// 4. Add Drag Functionality
// We use a dummy element (proxy) to capture drag logic
const proxy = document.createElement("div");
Draggable.create(proxy, {
type: "x",
trigger: teamTrack, // Dragging the track triggers the logic
onPress() {
this.startProgress = teamTween.progress();
},
onDrag: function() {
// Calculate how far we've dragged relative to the width
const change = (this.startX - this.x) / totalTeamWidth;
let newProgress = this.startProgress + change;
// Wrap the progress so it stays between 0 and 1
teamTween.progress(gsap.utils.wrap(0, 1, newProgress));
},
onRelease: function() {
// Optional: Resume the animation if you want it to keep moving
// teamTween.play();
}
});
}
// Beyond the Brief Card Infinite Slider Start
// ===== Flip Card =====
let currentCard = null;
function handleFlip(card) {
if (currentCard === card) return card.classList.remove("active"), currentCard = null;
if (currentCard) currentCard.classList.remove("active");
card.classList.add("active");
currentCard = card;
}
// ===== Branding Gallery Hover Effect =====
document.querySelectorAll(".branding-list h2").forEach(item => {
const hoverImage = document.querySelector(".hover-image");
const hoverImgTag = hoverImage.querySelector("img");
item.addEventListener("mouseenter", () => {
hoverImgTag.src = item.dataset.img;
hoverImage.style.opacity = 1;
});
item.addEventListener("mouseleave", () => hoverImage.style.opacity = 0);
item.addEventListener("mousemove", e => {
hoverImage.style.left = e.clientX + "px";
hoverImage.style.top = e.clientY + "px";
});
});
// ===== Text Vertical Slide =====
window.addEventListener("load", () => {
document.querySelectorAll(".shkVrtx91A").forEach(container => {
const items = container.querySelectorAll(".shk-vrtx-item-91A");
if (!items.length) return;
container.appendChild(items[0].cloneNode(true));
const itemHeight = items[0].offsetHeight;
const tl = gsap.timeline({ repeat: -1 });
items.forEach((_, i) => {
tl.to(container, { y: -itemHeight * (i + 1), duration: 0.5, ease: "power2.inOut" })
.to({}, { duration: 1.2 }); // pause
});
});
});
// ===== Scroll-triggered GSAP Animations =====
gsap.registerPlugin(ScrollTrigger, MorphSVGPlugin);
// Awards fade in
gsap.to(".awards-wrap", {
opacity: 1,
y: 0,
duration: 1,
ease: "power3.out",
scrollTrigger: {
trigger: ".awards-wrap",
start: "top 80%",
toggleActions: "play none none none"
}
});
// Showcase Items
gsap.utils.toArray(".showcase-item").forEach(item => {
gsap.set(item, { opacity: 0, y: 20 });
gsap.to(item, {
opacity: 1,
y: 0,
stagger: 0.12,
ease: "power1.out",
scrollTrigger: {
trigger: ".slider-wrap",
start: "top 75%",
end: "bottom 25%",
toggleActions: "play none none none"
}
});
});
// Footer Shake Animation
const down = 'M0-0.3C0-0.3,464,156,1139,156S2278-0.3,2278-0.3V683H0V-0.3z';
const center = 'M0-0.3C0-0.3,464,0,1139,0s1139-0.3,1139-0.3V683H0V-0.3z';
ScrollTrigger.create({
trigger: '.footer',
start: 'top bottom',
toggleActions: 'play pause resume reverse',
onEnter: self => {
const variation = self.getVelocity() / 10000;
gsap.fromTo('#bouncy-path', { morphSVG: down }, {
duration: 2,
morphSVG: center,
ease: `elastic.out(${1 + variation}, ${1 - variation})`,
overwrite: 'true'
});
}
});
// ===== Interactive Movement Effects =====
function addPointerEffect(elements, options) {
elements.forEach(el => {
const rotX = gsap.quickTo(el, "rotationX", options);
const rotY = gsap.quickTo(el, "rotationY", options);
const moveX = gsap.quickTo(el, "x", options);
const moveY = gsap.quickTo(el, "y", options);
const scale = gsap.quickTo(el, "scale", options);
el.addEventListener("pointermove", e => {
const rect = el.getBoundingClientRect();
const x = (e.clientX - rect.left) / rect.width;
const y = (e.clientY - rect.top) / rect.height;
rotX(gsap.utils.interpolate(options.rotXMin, options.rotXMax, y));
rotY(gsap.utils.interpolate(options.rotYMin, options.rotYMax, x));
moveX(gsap.utils.interpolate(options.moveXMin, options.moveXMax, x));
moveY(gsap.utils.interpolate(options.moveYMin, options.moveYMax, y));
scale(options.scaleValue);
});
el.addEventListener("pointerleave", () => {
rotX(0); rotY(0); moveX(0); moveY(0); scale(1);
});
});
}
addPointerEffect(document.querySelectorAll(".showcase-item"), {
duration: 0.6, ease: "power4.out",
rotXMin: 25, rotXMax: -25, rotYMin: -25, rotYMax: 25,
moveXMin: -40, moveXMax: 40, moveYMin: -40, moveYMax: 40,
scaleValue: 1.08
});
addPointerEffect(document.querySelectorAll(".awards-wrap img"), {
duration: 0.3, ease: "power3.out",
rotXMin: 35, rotXMax: -35, rotYMin: -35, rotYMax: 35,
moveXMin: -25, moveXMax: 25, moveYMin: -25, moveYMax: 25,
scaleValue: 1.12
});
addPointerEffect(document.querySelectorAll(".team-card"), {
duration: 0.2, ease: "power3.out",
rotXMin: 25, rotXMax: -25, rotYMin: -25, rotYMax: 25,
moveXMin: 0, moveXMax: 0, moveYMin: 0, moveYMax: 0,
scaleValue: 1.1
});
// ===== Falling Buttons Animation =====
document.querySelectorAll(".ct-falling-btn-wrap a").forEach(btn => {
const randomX = gsap.utils.random(-50, 50);
const randomRot = gsap.utils.random(-25, 25);
const randomDelay = gsap.utils.random(0, 0.5);
gsap.fromTo(btn,
{ y: -200, x: 0, rotation: 0, opacity: 0 },
{
y: 0,
x: randomX,
rotation: randomRot,
opacity: 1,
duration: 1.2,
ease: "power3.out",
delay: randomDelay,
scrollTrigger: {
trigger: ".branding-area",
start: "top 85%",
toggleActions: "play none none none"
}
}
);
});
})(jQuery);
// Text Vertical Slide Effect Start
document.addEventListener("DOMContentLoaded", function () {
const container = document.getElementById("ctVertical");
const items = container.children;
container.appendChild(items[0].cloneNode(true));
const itemHeight = items[0].offsetHeight;
const tl = gsap.timeline({ repeat: -1 });
for (let i = 0; i < items.length; i++) {
tl.to(container, {
y: -itemHeight * i,
duration: 0.6,
ease: "power2.inOut"
})
.to({}, { duration: 1.5 }); // ⏸ pause time
}
});
// Text Vertical Slide Effect End

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.