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,889 @@
/* 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 li img {
width: 44px;
}
.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 li img {
width: 36px;
}
.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;
}
}
/* 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;
}
.social-links ul li img {
width: 38px;
}
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: 9;
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);
}
}
/* 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,4 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0ZM30.9883 19.7588C29.274 19.7589 27.8818 20.2948 26.8057 21.3594C25.7326 22.427 25.1953 23.9609 25.1953 25.9609C25.1953 28.093 25.7881 29.6342 26.9814 30.5801C28.169 31.5275 29.5437 32 31.1016 32C32.9875 32 34.4553 31.4385 35.5029 30.3174C36.174 29.6107 36.5529 28.9144 36.6357 28.2314H33.5127C33.3321 28.5699 33.1211 28.8339 32.8818 29.0254C32.4468 29.3773 31.8794 29.5547 31.1855 29.5547C30.5264 29.5547 29.9646 29.4087 29.498 29.1191C28.7276 28.6543 28.3246 27.8421 28.2734 26.6855H36.7969C36.8104 25.6893 36.7771 24.9232 36.6943 24.3945C36.5528 23.4902 36.2429 22.6938 35.7598 22.0078C35.23 21.2299 34.5573 20.6601 33.7402 20.3008C32.9244 19.9399 32.0073 19.7588 30.9883 19.7588ZM11.2002 31.6064H18.3281C19.1318 31.6064 19.8757 31.5385 20.5635 31.3975C21.2513 31.2549 21.8464 30.9949 22.3506 30.6133C22.7991 30.2807 23.1717 29.8703 23.4697 29.3848C23.9408 28.6513 24.1758 27.8215 24.1758 26.8965C24.1758 25.9996 23.97 25.236 23.5605 24.6094C23.1466 23.9813 22.5382 23.5225 21.7314 23.2314C22.2626 22.9642 22.6645 22.6673 22.9385 22.3438C23.4277 21.7646 23.6699 20.9968 23.6699 20.0449C23.6699 19.1199 23.4284 18.3268 22.9453 17.6631C22.14 16.5821 20.7744 16.0282 18.8447 16H11.2002V31.6064ZM27.5586 18.6699H34.3379V16.7275H27.5586V18.6699Z" fill="#F5F5F5"/>
<path d="M18.2488 24.7354C18.9261 24.7413 19.4546 24.8307 19.8309 25C20.5035 25.3044 20.8376 25.8613 20.8377 26.6748C20.8377 27.634 20.4914 28.2815 19.7977 28.623C19.4169 28.8057 18.8805 28.8984 18.1942 28.8984H14.3533V24.7354H18.2488ZM30.9901 22.248C31.7124 22.248 32.3158 22.455 32.8065 22.8691C33.2911 23.2864 33.5652 23.8925 33.6209 24.6943H28.3484C28.4598 23.9432 28.7321 23.3477 29.1639 22.9082C29.5959 22.4687 30.2074 22.248 30.9901 22.248ZM17.7967 18.71C18.5536 18.71 19.1772 18.7914 19.6678 18.9531C20.2336 19.1877 20.5173 19.6676 20.5174 20.3965C20.5174 21.0498 20.3013 21.5072 19.8738 21.7656C19.4435 22.0239 18.8855 22.1533 18.201 22.1533H14.3533V18.71H17.7967Z" fill="#F5F5F5"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,5 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0ZM23.999 11.2002C20.525 11.2002 20.0884 11.2152 18.7236 11.2773C17.361 11.3397 16.4301 11.5555 15.6162 11.8721C14.7745 12.199 14.06 12.636 13.3486 13.3477C12.6367 14.0591 12.2001 14.7737 11.8721 15.6152C11.5548 16.4293 11.3387 17.3597 11.2773 18.7217C11.2163 20.087 11.2002 20.5238 11.2002 24C11.2002 27.476 11.2155 27.9113 11.2773 29.2764C11.34 30.639 11.5558 31.5699 11.8721 32.3838C12.1993 33.2255 12.637 33.94 13.3486 34.6514C14.0597 35.3631 14.774 35.8011 15.6152 36.1279C16.4296 36.4444 17.3603 36.6603 18.7227 36.7227C20.0877 36.7848 20.5243 36.7998 24 36.7998C27.4761 36.7998 27.9111 36.7848 29.2764 36.7227C30.639 36.6603 31.5704 36.4445 32.3848 36.1279C33.2262 35.8011 33.9393 35.3631 34.6504 34.6514C35.3624 33.9399 35.7999 33.2253 36.1279 32.3838C36.4426 31.5697 36.6586 30.6393 36.7227 29.2773C36.784 27.912 36.7998 27.4763 36.7998 24C36.7998 20.5242 36.784 20.0876 36.7227 18.7227C36.6587 17.36 36.4426 16.4291 36.1279 15.6152C35.7999 14.7735 35.3623 14.0591 34.6504 13.3477C33.9385 12.6358 33.2263 12.1987 32.3838 11.8721C31.5678 11.5556 30.637 11.3397 29.2744 11.2773C27.9094 11.2152 27.4746 11.2002 23.999 11.2002Z" fill="#F5F5F5"/>
<path d="M22.8525 13.5063C23.1932 13.5058 23.5738 13.5063 24.0009 13.5063C27.4186 13.5063 27.8242 13.5192 29.1738 13.5806C30.4213 13.6376 31.0986 13.8458 31.5497 14.021C32.1471 14.253 32.5737 14.53 33.0214 14.978C33.4694 15.426 33.7459 15.8534 33.9785 16.4507C34.1536 16.9014 34.3631 17.5788 34.4199 18.8267C34.4812 20.1758 34.4941 20.5817 34.4941 23.9976C34.4941 27.4129 34.4812 27.8185 34.4199 29.1675C34.3628 30.4153 34.1536 31.0928 33.9785 31.5435C33.7465 32.1407 33.4693 32.5665 33.0214 33.0142C32.5734 33.4622 32.1474 33.7392 31.5497 33.9712C31.0991 34.1472 30.4215 34.3555 29.1738 34.4126C27.8244 34.4739 27.4186 34.4878 24.0009 34.4878C20.5834 34.4878 20.1782 34.4739 18.829 34.4126C17.581 34.355 16.9036 34.1464 16.4521 33.9712C15.8549 33.7392 15.4283 33.462 14.9804 33.0142C14.5324 32.5662 14.2549 32.1401 14.0224 31.5425C13.8472 31.0918 13.6378 30.4143 13.581 29.1665C13.5197 27.8174 13.5078 27.4116 13.5078 23.9937C13.5078 20.5757 13.5197 20.1721 13.581 18.8228C13.6381 17.575 13.8472 16.8979 14.0224 16.4468C14.2544 15.8495 14.5324 15.4231 14.9804 14.9751C15.4284 14.5271 15.8548 14.2496 16.4521 14.0171C16.9033 13.8411 17.581 13.633 18.829 13.5757C20.0097 13.5224 20.4673 13.5061 22.8525 13.5034V13.5063ZM24.0009 17.4263C20.3709 17.4264 17.4277 20.3704 17.4277 24.0005C17.4279 27.6304 20.371 30.5716 24.0009 30.5718C27.6309 30.5718 30.573 27.6305 30.5732 24.0005C30.5732 20.3703 27.6311 17.4263 24.0009 17.4263ZM30.8339 15.6313C29.9859 15.6313 29.2978 16.3192 29.2978 17.1675C29.2978 18.0155 29.9859 18.7036 30.8339 18.7036C31.6819 18.7035 32.37 18.0154 32.3701 17.1675C32.3701 16.3195 31.6819 15.6314 30.8339 15.6313Z" fill="#F5F5F5"/>
<path d="M24.0012 19.7334C26.3575 19.7334 28.2679 21.6436 28.2679 24.0001C28.2679 26.3564 26.3575 28.2668 24.0012 28.2668C21.6447 28.2668 19.7345 26.3564 19.7345 24.0001C19.7345 21.6436 21.6447 19.7334 24.0012 19.7334Z" fill="#F5F5F5"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,3 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0ZM11.5215 36.2197H16.9609V19.8779H11.5215V36.2197ZM30.3135 19.4941C27.4258 19.4941 26.133 21.0807 25.4111 22.1934V19.8779H19.9707C20.0422 21.4076 19.9711 36.1477 19.9707 36.2197H25.4111V27.0938C25.4111 26.6055 25.4461 26.1182 25.5898 25.7686C25.9829 24.7928 26.8782 23.7822 28.3809 23.7822C30.3495 23.7824 31.1367 25.2808 31.1367 27.4766V36.2197H36.5752V26.8496C36.5752 21.8304 33.8923 19.4943 30.3135 19.4941ZM14.2773 12C12.4169 12 11.2004 13.2202 11.2002 14.8223C11.2002 16.3913 12.3803 17.6473 14.2061 17.6475H14.2412C16.1377 17.6475 17.3184 16.3914 17.3184 14.8223C17.2829 13.2203 16.1376 12.0001 14.2773 12Z" fill="#F5F5F5"/>
</svg>

After

Width:  |  Height:  |  Size: 854 B

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: 6.7 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

View File

@@ -0,0 +1,3 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24 0C10.7453 0 0 10.7453 0 24C0 35.255 7.74912 44.6995 18.2026 47.2934V31.3344H13.2538V24H18.2026V20.8397C18.2026 12.671 21.8995 8.8848 29.9194 8.8848C31.44 8.8848 34.0637 9.18336 35.137 9.48096V16.129C34.5706 16.0694 33.5866 16.0397 32.3645 16.0397C28.4294 16.0397 26.9088 17.5306 26.9088 21.4061V24H34.7482L33.4013 31.3344H26.9088V47.8243C38.7926 46.3891 48.001 36.2707 48.001 24C48 10.7453 37.2547 0 24 0Z" fill="#F5F5F5"/>
</svg>

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

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

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: 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

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: 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

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,307 @@
(function ($) {
"use strict";
$(document).ready(function () {
$(".menu-trigger").click(function(){
$(".slide-menu").addClass("active");
});
$(".menu-close").click(function(){
$(".slide-menu").removeClass("active");
});
// Infinite Brand Slider
const track = document.querySelector(".slider-track");
// 🔁 Duplicate content for seamless loop
track.innerHTML += track.innerHTML;
const totalWidth = track.scrollWidth / 2;
gsap.to(track, {
x: -totalWidth,
duration: 20, // speed (lower = faster)
ease: "none",
repeat: -1
});
// Infinite Brand Slider
// mobile version slider
$('.inspiration-overlay-slider').owlCarousel({
loop:true,
margin:10,
nav:false,
items: 1,
stagePadding: 45,
autoplay:true,
autoplayTimeout:5000,
autoplayHoverPause:true,
dots: true
})
// mobile version slider
$('.showcase-gellary').owlCarousel({
loop:true,
margin:15,
nav:false,
items: 1,
stagePadding:50,
autoplay:true,
autoplayTimeout:2000,
autoplayHoverPause:true,
loop: true,
dots: false
})
});
// Window load
$(window).on("load", function () {
});
})(jQuery);
// Portfolio Filter Trigger
const filterButtons = document.querySelectorAll(".portfolio-filter button");
const cards = document.querySelectorAll(".project-card");
filterButtons.forEach(button => {
button.addEventListener("click", () => {
// Active button
filterButtons.forEach(btn => btn.classList.remove("active"));
button.classList.add("active");
const filter = button.getAttribute("data-filter");
cards.forEach(card => {
if (filter === "all") {
card.classList.remove("hide");
} else {
if (card.classList.contains(filter)) {
card.classList.remove("hide");
} else {
card.classList.add("hide");
}
}
});
});
});
// Portfolio Filter Trigger
// Team Slider in About Page
const track = document.querySelector(".team-track");
// duplicate for infinite loop
track.innerHTML += track.innerHTML;
let totalWidth = track.scrollWidth / 2;
// create tween
let tween = gsap.to(track, {
x: -totalWidth,
duration: 15,
ease: "none",
repeat: -1
});
// detect scroll direction
let lastScroll = window.scrollY;
window.addEventListener("scroll", () => {
let currentScroll = window.scrollY;
if (currentScroll > lastScroll) {
// scrolling DOWN → move LEFT
tween.timeScale(1);
} else {
// scrolling UP → move RIGHT
tween.timeScale(-1);
}
lastScroll = currentScroll;
});
// Team Slider in About Page
// Flip Card Effect
let currentCard = null;
function handleFlip(card) {
// if clicking same card → toggle
if (currentCard === card) {
card.classList.remove("active");
currentCard = null;
return;
}
// close previous
if (currentCard) {
currentCard.classList.remove("active");
}
// open new
card.classList.add("active");
currentCard = card;
}
// Flip Card Effect
// Branding Gallary Effect
const items = document.querySelectorAll(".branding-list h2");
const hoverImage = document.querySelector(".hover-image");
const hoverImgTag = hoverImage.querySelector("img");
items.forEach(item => {
item.addEventListener("mouseenter", () => {
const imgSrc = item.getAttribute("data-img");
hoverImgTag.src = imgSrc;
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";
});
});
// Branding Gallary Effect
// Falling Button Animation Start
document.addEventListener("DOMContentLoaded", function () {
gsap.registerPlugin(ScrollTrigger);
const buttons = document.querySelectorAll(".faling-btn a");
// initial state (up + hidden)
gsap.set(buttons, {
y: -150,
opacity: 0,
rotate: () => gsap.utils.random(-30, 30)
});
// animation on scroll
gsap.to(buttons, {
scrollTrigger: {
trigger: ".branding-area",
start: "top 75%",
toggleActions: "play none none none"
},
y: () => gsap.utils.random(20, 80), // bottom drop
x: () => gsap.utils.random(50, 180), // move to right side
opacity: 1,
rotate: () => gsap.utils.random(-10, 10),
duration: 1.2,
ease: "bounce.out",
stagger: {
each: 0.2,
from: "random" // random falling order 🔥
}
});
});
// Falling Button Animation End
// 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
// Brand Logos Fade In Up Effect End
gsap.registerPlugin(ScrollTrigger);
gsap.to(".awards-wrap", {
opacity: 1,
y: 0,
duration: 1,
ease: "power3.out",
scrollTrigger: {
trigger: ".awards-wrap",
start: "top 80%", // triggers when container is in view
toggleActions: "play none none none"
}
});
// Showcase image Gellary
gsap.registerPlugin(ScrollTrigger);
const showcases = gsap.utils.toArray(".showcase-item");
// initial hidden state
gsap.set(showcases, {
opacity: 0,
y: 20
});
// animate when section enters
gsap.to(showcases, {
opacity: 1,
y: 0,
stagger: 0.12,
ease: "power1.out",
scrollTrigger: {
trigger: ".slider-wrap",
start: "top 75%",
end: "bottom 25%",
// 🔥 only play once when entering, no reverse
toggleActions: "play none none none"
// markers: true // optional debug
}
});
// Showcase image Gellary

File diff suppressed because one or more lines are too long

Binary file not shown.