.launchpad-wrapper.svelte-2p9y1m{width:100%;overflow:hidden}.content-wrapper.svelte-2p9y1m{padding-top:116px;width:100%}.inner-content-wrapper.svelte-2p9y1m{max-width:1536px;width:100%;margin:0 auto}@media screen and (max-width: 1190px){.content-wrapper.svelte-2p9y1m{width:100%}}.svelte-g4wg3a{box-sizing:border-box}.bg.svelte-g4wg3a{position:fixed;z-index:1000;top:0;left:0;display:flex;flex-direction:column;justify-content:center;width:100vw;height:100vh;background:rgba(0, 0, 0, 0.66)}.wrap.svelte-g4wg3a{position:relative;margin:2rem;max-height:100%}.window.svelte-g4wg3a{position:relative;width:40rem;max-width:100%;max-height:100%;margin:2rem auto;color:black;border-radius:0.5rem;background:white}.content.svelte-g4wg3a{position:relative;padding:1rem;max-height:calc(100vh - 4rem);overflow:auto}.close.svelte-g4wg3a{display:block;box-sizing:border-box;position:absolute;z-index:1000;top:1rem;right:1rem;margin:0;padding:0;width:1.5rem;height:1.5rem;border:0;color:black;border-radius:1.5rem;background:white;box-shadow:0 0 0 1px black;transition:transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
      background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);-webkit-appearance:none}.close.svelte-g4wg3a:before,.close.svelte-g4wg3a:after{content:'';display:block;box-sizing:border-box;position:absolute;top:50%;width:1rem;height:1px;background:black;transform-origin:center;transition:height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
      background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1)}.close.svelte-g4wg3a:before{-webkit-transform:translate(0, -50%) rotate(45deg);-moz-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg);left:0.25rem}.close.svelte-g4wg3a:after{-webkit-transform:translate(0, -50%) rotate(-45deg);-moz-transform:translate(0, -50%) rotate(-45deg);transform:translate(0, -50%) rotate(-45deg);left:0.25rem}.close.svelte-g4wg3a:hover{background:black}.close.svelte-g4wg3a:hover:before,.close.svelte-g4wg3a:hover:after{height:2px;background:white}.close.svelte-g4wg3a:focus{border-color:#3399ff;box-shadow:0 0 0 2px #3399ff}.close.svelte-g4wg3a:active{transform:scale(0.9)}.close.svelte-g4wg3a:hover,.close.svelte-g4wg3a:focus,.close.svelte-g4wg3a:active{outline:none}.w-100{
    width: 100% !important;
}
.flex-1{
    flex: 1;
    padding-right: 20px;
}
.project-preview-setup .gallery-header h2, .project-preview-setup .gallery-header p{
    margin: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-preview-setup .gallery-header h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
.project-preview-setup .gallery-header p{
    font-size: 16px;
    line-height: 24px;
}
.back-project{
    margin: 0 0 24px;
}
.back-project a{
    width: max-content;
}
.back-project p{
    color: #fff;
    margin: 0;
}
.back-project img{
    width: 25px;
    margin-right: 10px;
}
.gallery-header{
    margin: 0 0 40px;
}
.gallery-header .tier-badge-btn{
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin: 0 0 10px;
}
.gallery-header .tier-badge-btn:last-child{
    padding-left: 25px;
}
.gallery-header .tier-badge-btn:last-child:before{
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    content: "";
    background: #fff;
    top:11px;
    left: 10px;
}
.project-preview-setup .visual{
    margin: 0 0 60px;
    overflow: hidden;
}
.project-preview-setup .visual .left {
    width: 59%;
}
.project-preview-setup .visual .left figure {
    margin: 0;
    height: 100%;
}
.project-preview-setup .visual .right {
    width: 38%;
    color: #000;
}
.project-preview-setup .visual .left img {
    border-radius: 7px;
    object-fit: cover;
    width: 100%;
    height: 542px;
}
.token-counter{
    margin-bottom: 12px;
}
.token-counter em {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
}
.token-counter b {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
}
.box{
    padding: 10px;
}
.boxes-width{
    width: 46%;
}
.boxes .box {
    border-radius: 8px;
    background: #000019;
    border: 1px solid #42138B;
    text-align: center;
    margin: 0;
}
.boxes .box span {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin: 0 0 3px;
    display: block;
}
.boxes .box strong {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}
.boxes .box strong.time {
    font-size: 18px;
    line-height: 24px;
}
.boxes .box strong.title {
    font-size: 18px;
    line-height: 22px;
}
.boxes .box strong span {
    font-size: 14px;
    line-height: 18px;
    display: initial;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.launch-date .boxes .box{
    border: none;
    text-align: initial;
    padding: 0;
    background: inherit;
}
.sale-title{
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #fff;
    padding:10px 0 0;
}
.eligible{
    margin: 14px 0 !important;
}
.top-section-raise{
    margin: 0 0 14px;
}
.top-section-raise section, .eligible section{
    background: #000019;
    border: 1px solid #42138B;
    border-radius: 6px;
    padding: 8px 14px;
    color: #fff;
    width: 100%;
    margin: 0;
}
.right .list-section{
    margin-bottom: 14px;
}
@media(max-width: 1400px) {
    .boxes .box span {
        font-size: 10px;
    }
}
@media(max-width: 1200px) {
    .token-counter b {
        font-size: 20px;
        line-height: 32px;
    }
    .boxes .box strong {
        font-size: 20px;
        line-height: 24px;
    }
}
@media(max-width: 768px) {
    .project-preview-setup .visual {
        flex-wrap: wrap;
    }
    .project-preview-setup .visual .left {
        width: 100%;
        margin: 0 0 40px;
    }
    .project-preview-setup .visual .left img {
        height: 50vw;
    }
    .project-preview-setup .visual .right {
        width: 100%;
    }
    .gallery-header{
        flex-wrap: wrap-reverse;
    }
    .gallery-header .ml-auto.flex.items-center{
        align-self: flex-start;
    }
    .flex-1{
        flex: 100%;
        padding-right: 0;
    }
    .project-preview-setup .visual{
        margin: 0 0 30px;
    }
    .gallery-header {
        margin: 0 0 20px;
    }
}
@media(max-width: 600px) {
    .project-preview-setup .visual .left {
        margin: 0 0 25px;
    }
    .project-preview-setup .visual .left img {
        height: 60vw;
    }
    .token-counter b {
        font-size: 18px;
        line-height: 30px;
    }
    .boxes .box strong {
        font-size: 18px;
        line-height: 22px;
    }
}
@media(max-width: 420px) {
    .project-preview-setup .gallery-header h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .gallery-header .tier-badge-btn:last-child {
        margin: 0 0 10px;
    }
    .list-section{
        flex-direction: column;
    }
    .launch-date.list-section{
        flex-direction: inherit;
    }
    .boxes-width {
        width: 100%;
        margin: 0 0 10px;
    }
    .boxes-width:last-child {
        margin: 0;
    }
    }
.on-going-wrapper {
    position: relative;
    margin: 0 0 12px;
    overflow: hidden;
}
.on-going-wrapper .slider-header-wrapper {
    padding: 22px 0;
    gap: 22px 0;
}
.on-going-wrapper .slider-title {
    text-align: left;
    color: #fff;
    pointer-events: none;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}
.on-going-wrapper .swiper-slide {
    padding: 0 11px;
}
.no-project-wrapper img {
    width: 100%;
}
.no-project-wrapper .no-project-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
}
.no-project-wrapper .no-project-content h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 32px 0;
}
.no-project-wrapper .no-project-content .btn-return-home {
    border-radius: 8px;
    padding: 15px 45px;
}

@media(max-width: 768px) {
    .no-project-wrapper .no-project-content {
        bottom: 0;
    }
    .no-project-wrapper .no-project-content h2 {
        font-size: 24px;
        margin: 0 0 16px 0;
    }
    .no-project-wrapper .no-project-content .btn-return-home {
        padding: 8px 16px;
    }
    .on-going-wrapper .slider-header-wrapper {
        flex-direction: column;
        align-items: inherit;
    }
    .on-going-wrapper .swiper-slide {
        padding: 0;
    }
    .on-going-wrapper .slider-title{
        font-size: 24px;
    }
}.view-all-wrapper {
    position: relative;
}
.view-all-wrapper .header-listing{
    margin: 0 0 30px;
}
.view-all-wrapper .header-title{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.view-all-wrapper select{
    background: #180A21;
    border: 1px solid #5E0E82;
    box-sizing: border-box;
    border-radius: 8px;
    width: 260px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.view-all-wrapper label.title{
    color: #fff;
    margin: 0 0 6px;
}
.preview-project-listing{
    margin: 0 -10px;
}
.preview-project-listing .slider-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin: 0 0 30px;
}

@media(max-width: 1400px) {
    .preview-project-listing .slider-wrapper {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}
@media(max-width: 999px) {
    .preview-project-listing .slider-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 786px) {
    .view-all-wrapper .header-title {
        font-size: 26px;
        width: 100%;
        margin: 0 0 20px;
    }
    .view-all-wrapper select{
        width: 100%;
    }
    .view-all-wrapper .header-listing{
        flex-wrap: wrap;
    }
    .view-all-wrapper .header-listing .ml-auto{
        width: 100%;
    }
    .preview-project-listing .slider-wrapper:last-child{
        margin: 0;
    }
}
@media(max-width: 600px) {
    .preview-project-listing .slider-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}.header-wrapper {
    color: rgb(255, 255, 255);
    padding: 16px 20px;
    width: 100%;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: auto;
    right: 0;
    background-color: #0E031F;
}
.header-logo {
    width: 183px;
}
.button-wrapper {
    gap: 10px;
}
.button-wrapper a, .button-wrapper button, .button-wrapper .connect-button {
    font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.button-wrapper .btn-explore-projects {
    margin-right: 12px;
}
.button-wrapper button, .button-wrapper .connect-button {
    padding: 10px 20px;
}
.button-wrapper .connect-button {
    margin-left: 5px;
}
.btn-start-project, .connect-button {
    box-shadow: 2px 1000px 1px #1F0449 inset;
}
.header-menu-button {
    display: none;
}
@media(max-width: 998px) {
    .header-wrapper {
        padding: 0 0 0 15px;
    }
    .header-logo {
        width: 120px;
    }
    .button-wrapper {
        display: none !important;
    }
    .header-menu-button {
        display: flex;
        border-radius: 10px 0 0 10px;
        padding: 9px 14px;
        border: none;
        box-shadow: none;
    }
    .hamburger-icon {
        cursor: pointer;
    }
    .hamburger-icon .bar1, .hamburger-icon .bar2, .hamburger-icon .bar3{
        width: 35px;
        height: 4px;
        background-color: #fff;
        margin: 6px 0;
        border-radius: 15px;
        transition: .4s;
    }
    .hamburger-icon.change .bar1 {
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .hamburger-icon.change .bar2 {
        opacity: 0;
    }
    .hamburger-icon.change .bar3 {
        transform: rotate(45deg) translate(-8px, -8px);
    }
}
.details-footer {
    margin: 50px 0 0;
    color: #fff;
    background: #0E031F;
    border-bottom: 1px solid #414042;
    position: relative;
}
.footer-content {
    flex: 1;
    padding: 60px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.col {
    flex: 1;
}
.footer-text {
    max-width: 400px;
    width: 400px;
    padding: 0 50px 0 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.footer-text .footer-logo {
    margin-bottom: 12px;
    width: 182px;
}
.footer-text p {
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.footer-socials {
    display: flex;
    align-items: center;
    gap: 17px;
}
.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1F0449;
}
.footer-socials img {
    margin: 0;
}
/*.footer-links-wrapper {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
.footer-links-wrapper h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 7px;
}
.footer-links-wrapper ul{
    margin: 0;
    padding: 0 0 0 20px;
}
.footer-links-wrapper ul li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;    
}

#footer {
    padding: 14px 15px;
    font-size: 14px;
    text-align: center;
    background: #0E031F;
    color: #fff;
}
#footer p {
    margin: 0;
}

@media (max-width: 992px) {
    .footer-text {
        max-width: 100%;
        width: auto;
    }
    .col {
        flex-basis: 33.3%;
    }
    .col .footer-links-wrapper {
        align-items: flex-start;
    }
    .col:first-child {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .col {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background:rgba(0,0,0,0.8);
    z-index: 99999;
}
.loader img{
    width:24%;
}
.loader.hidden{
    display: none;
}

@media (max-width: 999px){
    .loader img{
        width: 290px;
    }
}.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    top: 0;
    padding: 0 15px;
}
.popup-content {
    max-width: 894px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: none;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),linear-gradient(90deg, #00AFEC -0.52%, #3178F2 24.37%, #5B48F8 49.15%, #7925FC 70.88%, #8C10FE 88.73%, #9309FF 100.46%);
    z-index: 9999;
}
.no-valid-chain {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
}
/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.unix-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
    background: rgba(0,0,0,0.5);
}
.refunding-modal, .buy-modal, .approved-modal{
    padding: 2rem;
}
.unix-modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
}
.unix-modal-content {
    position: relative;
    width: 100%;
    background-color: #16071E;
    border-radius: 15px;
    padding: 60px 55px 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.unix-modal-content > img {
    position: absolute;
    width: 32px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.2;
}
.unix-modal-content label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 9px;
}
.form-control {
    height: 62px;
    background: #000019;
    border: 1px solid #42138B;
    border-radius: 6px;
    color: #ffffff;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.submit-btn {
    background: linear-gradient(90deg, #00AFEC 0%, #3178F2 24.62%, #5B48F8 49.14%, #7925FC 70.63%, #8C10FE 88.3%, #9309FF 99.89%);
    text-transform: uppercase;
    display: inline-block;
    margin-right: auto;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    border-radius: 8px;
    height: 60px;
    width: 100%;
    max-width: 251px;
    margin-top: 15px;
}
.text-inherit{
    text-transform: lowercase;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.unix-modal-content ul li {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 12px;
}
@media screen and (max-width: 600px) {
    .unix-modal-content {
        padding: 60px 20px 30px;
    }
    .modal-title {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .submit-btn{
        height: 48px;
    }
    .refunding-modal, .buy-modal, .approved-modal{
        padding: 2rem 0;
    }
}
@media(max-width: 436px) {
    .history span.ml-auto{
        margin-left: initial !important;
    }
}
.card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.card-body {
    overflow: hidden;
    background: #1F0449;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 6px 6px 0;
}
.card figure {
    position: relative;
    margin: 0;
}
.card figure img {
    width: 100%;
    height: 188px;
    border-radius: 7px 7px 0 0;
    object-fit: cover;
}
.card section {
    padding: 10px 4px 20px;
}
.card section h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card section p {
    padding-top: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    min-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.card section ul li {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 500;
}
.status {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    left: 7px;
    bottom: 7px;
}
.status:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 1px;
}
.swiper-button-prev,
.swiper-button-next{
    position: absolute !important;
    right: 80px !important;
    top: -38px !important;
    left: unset !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    background: #9309FF !important;
    z-index: 9 !important;
}
.swiper.swiper-initialized {
    padding-bottom: 58px;
    width: 100%;
    overflow: visible;
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 15px !important;
    color: #fff;
    font-weight: bold;
}
.swiper-button-next:after {
    margin-left: 2px;
}
.swiper-button-prev {
    right: 125px !important;
    padding-right: 2px;
}
.slider-wrapper {
    width: 100%;
    position: relative;
}
.see-all {
    z-index: 3;
    background: linear-gradient(90deg, #00AFEC 0%, #3178F2 24.62%, #5B48F8 49.14%, #7925FC 70.63%, #8C10FE 88.3%, #9309FF 99.89%);
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 8px;
    border-radius: 4px;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #414042 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px !important;
    border-radius: 8px !important;
    height: 10px !important;
    background: #00AFEC !important;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-wrapper > a { width: 100%;}
@media screen and (max-width: 1200px) {
    .card figure img { height: 25vw}
}
@media screen and (max-width: 900px) {
    .card figure img { height: 40vw}
}
@media screen and (max-width: 768px) {
    .card figure img { height: 40vw}
    .swiper-button-prev, .swiper-button-next{
        top: -29px !important;
    }
    .see-all {
        align-self: flex-end;
    }
}
@media screen and (max-width: 500px) {
    .card figure img { height: 60vw}
}
.dropdown-wrapper {
    position: relative;
}
.dropdown-display-wrapper {
    z-index: 2001;
    width: 260px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 16px 18px;
}
.dropdown-container {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    position: absolute;
    width: max-content;
    top: 60px;
    right: 0;
    overflow: hidden;
    max-height: 0;
    min-width: 100%;
}
.dropdown-container.open {
    max-height: 1000px;
    overflow: visible;
}
.dropdown-content {
    background: #000019;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 20px;
    position: relative;
    z-index: 2001;
}
.dropdown-item-wrapper {
    color: #fff;
    padding: 0 10px 15px;
    cursor: pointer;
}
.dropdown-item-wrapper:last-child {
    padding: 0px 10px 5px;
}
.dropdown-overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2000;
    position: relative;
}
.dropdown-overlay.open {
    position: fixed;
    top: 0;
    left: 0;
}.pages {
    padding: 20px 0 50px;
}
.pages .pagination {
    padding: 6px 20px;
    gap: 8px;
    background: #1F0449;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.pages .pagination .next, .pages .pagination .previous {
    gap: 9px;
}
.pages .pagination .previous {
    padding: 0 !important;
    margin-right: 10px;
}
.pages .pagination .next {
    border-radius: 8px;
    padding: 7px 20px;
    margin-left: 8px;
}
.pages .pagination .pagination-item {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 15px;
    cursor: pointer;
}
.pages .pagination .active {
    background: #00AFEC;
    border-radius: 8px;
}

@media(max-width: 768px) {
    .pages {
        padding: 20px 0 0;
    }
    .pagination-item {
        padding: 4px 8px;
        font-size: 12px;
    }
    .pagination-text {
        display: none;
    }
    .pagination .next, .pagination .previous {
        padding: 0 12px;
        height: 35px;
    }
}.sidebar-wrapper {
    display: none;
}
@media(max-width: 998px) {
    .sidebar-wrapper {
        display: block;
        background: linear-gradient(32.64deg, #14004A 0%, #140017 33.84%, #170C29 81.29%, #150C40 100%);
        height: 100%;
        position: fixed;
        z-index: 100;
        top: 0;
        right: -100%;
        width: 250px;
        overflow-x: hidden;
        transition: .5s;
        padding: 80px 10px 0;
        box-shadow: 0 2px 5px 1px rgb(0 0 0 / 8%);
    }
    .sidebar-wrapper.active {
        right: 0;
    }
    .sidebar-wrapper button, .sidebar-wrapper .connect-button {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding: 10px 20px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .sidebar-wrapper .btn-launch-app {
        z-index: 2001;
        position: relative;
    }
    .sidebar-wrapper .connect-button-wrapper {
        display: flex;
    }
    
  
}.progress-wrapper.svelte-1l4k8yq.svelte-1l4k8yq{width:100%;margin:0;color:#fff;padding-bottom:5px}.progress-wrapper.svelte-1l4k8yq>span.svelte-1l4k8yq{margin:0 0 3px}.progress-wrapper.svelte-1l4k8yq>span small.svelte-1l4k8yq{font-size:10px}.progress-wrapper.svelte-1l4k8yq section.svelte-1l4k8yq{width:100%;background:rgba(147, 9, 255, 0.3);height:12px;border-radius:6px;padding:0;position:relative;overflow:hidden}.progress-thumb.svelte-1l4k8yq.svelte-1l4k8yq{position:absolute;left:0;border-radius:50px;top:0;height:100%;background:linear-gradient(90deg, #00AFEC 0%, #3178F2 24.62%, #5B48F8 49.14%, #7925FC 70.63%, #8C10FE 88.3%, #9309FF 99.89%);opacity:0.5;overflow:hidden}.percentage-text.svelte-1l4k8yq.svelte-1l4k8yq{position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:10px}.relative {
    position: relative;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

.scroller {
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width:none;
}
.scroller::-webkit-scrollbar {
    display: none;
}
.project-tabs {
    margin: 0;
    background: #1F0449;
}
.tabs-section{
    padding: 50px 0 70px;
    color: #fff;
}
.project-tabs li:first-child {
    margin: 4px 0 0 60px;
}
.project-tabs li {
    margin: 4px 0 0 0;
    padding: 0 6px;
}
.project-tabs li a {
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 20px 33px;
    display: block;
    cursor: pointer;
}
.project-tabs li.active a {
    background: #0E031F;
}
a:hover{
    text-decoration: none;
}
@media(max-width: 600px) {
    .project-tabs li:first-child {
        margin: 4px 0 0 20px;
    }
    .project-tabs li {
        padding: 0;
    }
}.detail-preview img{
    width: auto;
    max-width:100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin: 30px 0 20px;
}
.detail-text p, .detail-text h2{
    margin: 0 0 18px;
    font-weight: 600;
}
.detail-text p{
    font-weight: 400;
}
@media (max-width: 600px) {
    .detail-preview img {
        width: 100%;
    }
}
#transaction{
    width: 100%;
    border-collapse: collapse;
}
#transaction td, #customers th {
    border: none;
    padding: 8px;
    font-weight: 500;
    line-height: 20px;
}

#transaction tr:hover {background-color: transparent;}

#transaction th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.transition-table{
    overflow-x: auto;
}
#transaction .refund-btn{
    background: linear-gradient(90deg, #00AFEC 0%, #3178F2 24.62%, #5B48F8 49.14%, #7925FC 70.63%, #8C10FE 88.3%, #9309FF 99.89%);
    border-radius: 14px;
    color: #fff;
    padding: 3px 15px 4px;
    font-size: 14px;
    line-height: 18px;
    min-width: 94px;
    display: inline-block;
    text-align: center;
    cursor:pointer;
}
#transaction .refund-btn.refunded{
    background: #9309FF;
    pointer-events: none;
}
.transaction-tab{
    background: rgba(31, 4, 73, 0.1);
    border-radius: 8px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.5);
    padding: 0 10px;
}
.transaction-tab .refresh-icon{
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.transaction-tab .refresh-icon svg.rotate{
    transition: all .8s linear;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
svg.fill-current{
    fill: #fff;
}

@media(max-width: 998px) {
    #transaction th{
        white-space: nowrap;
        padding-right: 70px;
    }
}
.secondary.svelte-1dr0jey{@apply bg-gray-200;}.disabled.svelte-1dr0jey{@apply cursor-not-allowed bg-gray-400;}span.text-lg.svelte-9287gx.svelte-9287gx{color:#fff}.buy-modal.svelte-9287gx span.title.svelte-9287gx{font-size:18px;line-height:22px;color:#fff;margin:0 0 12px;display:block}.info-wrapper.svelte-9287gx span.svelte-9287gx{color:#fff;font-size:16px;line-height:22px;margin:0 0 15px;font-weight:300}.info-wrapper.svelte-9287gx .warning.svelte-9287gx{color:red;font-weight:bold}.white.svelte-9287gx.svelte-9287gx{color:#fff}.approved-modal.svelte-15gq0xh span.title.svelte-15gq0xh{font-size:18px;line-height:22px;color:#fff;margin:0 0 20px}span.text-lg.svelte-15gq0xh.svelte-15gq0xh{color:#fff}a.text-blue-400.svelte-15gq0xh.svelte-15gq0xh{margin:0 0 20px}.lring.svelte-zr13nt.svelte-zr13nt{display:inline-flex;justify-content:center;align-items:center;width:var(--size);height:var(--size)}.lring.svelte-zr13nt div.svelte-zr13nt{width:calc(var(--size) * 0.8);height:calc(var(--size) * 0.8);box-sizing:border-box;display:block;position:absolute;margin:4px;border:calc(var(--size) * 0.125) solid var(--color);border-radius:50%;border-color:var(--color) transparent transparent transparent;animation:svelte-zr13nt-rotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite}.lring.svelte-zr13nt div.svelte-zr13nt:nth-child(1){animation-delay:-0.45s}.lring.svelte-zr13nt div.svelte-zr13nt:nth-child(2){animation-delay:-0.3s}.lring.svelte-zr13nt div.svelte-zr13nt:nth-child(3){animation-delay:-0.15s}@keyframes svelte-zr13nt-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}