@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik+Beastly&display=swap);body{background-color:#000!important}*,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#555;letter-spacing:2px;text-decoration:none;text-transform:uppercase}a:hover{color:#20b2aa}.menu{display:none}@media (max-width:700px){header{justify-content:space-between}.menu{cursor:pointer;display:block}}.nft{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:0;min-height:60vh;padding:2rem}.nft,.nft .nft__card{background-color:#000;width:100%}.nft .nft__card{animation:fadeUp .8s ease-out forwards;border-radius:1rem;box-shadow:0 10px 25px #0003;cursor:pointer;max-width:360px;opacity:0;overflow:hidden;transform:translateY(30px);transition:transform .3s ease,box-shadow .3s ease}.nft .nft__card:first-child{animation-delay:.1s}.nft .nft__card:nth-child(2){animation-delay:.2s}.nft .nft__card:nth-child(3){animation-delay:.3s}.nft .nft__card:nth-child(4){animation-delay:.4s}.nft .nft__card:nth-child(5){animation-delay:.5s}.nft .nft__card:hover{box-shadow:0 20px 40px #3b82f640;transform:translateY(-10px) scale(1.02)}.nft .nft__card img{border-radius:.75rem .75rem 0 0;display:block;max-height:340px;object-fit:cover;transition:transform .35s ease;width:100%}.nft .nft__card img:hover{transform:scale(1.03)}.nft .nft__card .nft__box{padding:1.25rem}.nft .nft__card .nft__box h3{color:#fff;font-family:Orbitron,sans-serif;font-size:1.2rem;margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.nft .nft__card .nft__box p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#cbd5e1;display:-webkit-box;font-size:.95rem;line-height:1.6;margin-bottom:.75rem;min-height:70px;overflow:hidden}.nft .nft__card .nft__box h4{color:crimson;font-weight:700;margin:.5rem 0}.nft .nft__card .nft__box button{background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;letter-spacing:1px;outline:none;padding:.75rem;text-transform:uppercase;transition:background .3s ease,transform .3s ease;width:100%}.nft .nft__card .nft__box button:hover{background:#0b63f3;transform:scale(1.03)}@media screen and (max-width:500px){.nft{gap:1rem;padding:1rem .5rem}.nft .nft__card{max-width:100%}.nft .nft__card .nft__box{padding:1rem}.nft .nft__card .nft__box h3{font-size:1rem}.nft .nft__card .nft__box p{font-size:.9rem}.nft .nft__card .nft__box button{font-size:.85rem;padding:.6rem}}.nft__details{animation:fadeUp .8s ease-out forwards;background-color:#000;color:#f8fafc;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin-bottom:5rem;opacity:0;padding:4rem 2rem;transform:translateY(30px)}@media screen and (max-width:1300px){.nft__details{align-items:center;flex-direction:column;padding:3rem 1.5rem}}.nft__details .nft__left-section{align-items:center;animation:fadeUp .8s ease-out forwards;animation-delay:.2s;display:flex;flex:1 1;flex-direction:column;opacity:0;transform:translateY(30px)}.nft__details .nft__left-section .nft__main-heading{margin-bottom:1.5rem}.nft__details .nft__left-section .nft__main-heading .nft__box__details__title h2{color:#fff;font-family:Rubik Beastly,cursive;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:5px;text-align:center;text-transform:uppercase}.nft__details .nft__left-section .nft__img-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;max-width:500px;position:relative;width:100%}.nft__details .nft__left-section .nft__img-container img{border-radius:12px;box-shadow:0 0 15px #ffffff1a;object-fit:cover;transition:transform .35s ease;width:80%}.nft__details .nft__left-section .nft__img-container img:hover{transform:scale(1.02)}.nft__details .nft__box-details{animation:fadeUp .8s ease-out forwards;animation-delay:.4s;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(30px)}.nft__details .nft__box-details h2{color:#fff;font-family:Rubik Beastly,cursive;font-size:2rem;letter-spacing:4px;text-transform:uppercase}.nft__details .nft__box-details p{line-height:1.6;margin:.5rem 0;opacity:.85}.nft__details .nft__box-details .nft__box__details__desc{color:#cbd5e1}.nft__details .nft__box-details .nft__details__sub__imgs{padding:1.5rem 0}.nft__details .nft__box-details .nft__details__sub__imgs .nft__details__thumb{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.nft__details .nft__box-details .nft__details__sub__imgs .nft__details__thumb img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:auto;transition:border .3s ease,transform .3s ease;width:100px}.nft__details .nft__box-details .nft__details__sub__imgs .nft__details__thumb img.active,.nft__details .nft__box-details .nft__details__sub__imgs .nft__details__thumb img:hover{border-color:#3b82f6;transform:scale(1.05)}.nft__details .nft__box-details .nft__details__view p{font-weight:600;margin-bottom:.5rem}.nft__details .nft__box-details .nft__details__view .nft__details__view__socials{display:flex;gap:1rem}.nft__details .nft__box-details .nft__details__view .nft__details__view__socials a{background-color:#3b82f6;border-radius:6px;color:#fff;font-weight:600;padding:.6rem 1.25rem;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.nft__details .nft__box-details .nft__details__view .nft__details__view__socials a:hover{background-color:#0b63f3;transform:translateY(-2px)}.nft__details .nft__box-details .cart,.nft__details .nft__box-details button{background:#333;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;letter-spacing:1px;margin-top:1rem;padding:.6rem 1.25rem;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease}.nft__details .nft__box-details .cart:hover,.nft__details .nft__box-details button:hover{background-color:#444;transform:translateY(-2px)}@media screen and (max-width:768px){.nft__details{align-items:center;flex-direction:column;gap:2rem}.nft__details .nft__left-section .nft__img-container img{width:90%}.nft__details .nft__box-details .nft__details__sub__imgs .nft__details__thumb img{width:80px}.nft__details .nft__box-details h2{font-size:1.5rem}}@keyframes slideFadeIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.nft__img-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;max-width:500px;overflow:hidden;position:relative;width:100%}.nft__img-container img{border-radius:12px;box-shadow:0 0 15px #ffffff1a;object-fit:cover;transition:opacity .4s ease,transform .4s ease;width:80%}.nft__img-container img.fade-in{animation:slideFadeIn .4s ease-out}@media screen and (max-width:480px){.nft__details{padding:2rem 1rem}.nft__box-details .nft__details__sub__imgs .nft__details__thumb{justify-content:center}}.cart-empty{align-items:center;display:flex;height:100vh;justify-content:center}.cart-empty .cart-empty__container p{font-size:clamp(1.8rem,2.5vw,3rem);letter-spacing:5px}.cart__outer{margin-bottom:300px;padding:0 500px}.cart__outer .cart__main__container{grid-gap:0;display:grid;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));height:100%;justify-content:center;padding:10px}.cart__outer .cart__main__container .cart{border:1px solid #ccc;margin:5px;position:relative;transform:scaleY(.98)}.cart__outer .cart__main__container .cart .cart__img__container{align-items:center;display:flex;justify-content:center;padding:20px}.cart__outer .cart__main__container .cart .cart__img__container img{height:200px;width:200px}.cart__outer .cart__main__container .cart .cart__details{align-items:center;display:flex;justify-content:center;padding:10px}.cart__outer .cart__main__container .cart .cart__details .cart__details__summary{width:100%}.cart__outer .cart__main__container .cart .cart__details .cart__details__summary .cart__details__title p{font-size:1.3rem;letter-spacing:1px}.cart__outer .cart__main__container .cart .cart__details .cart__details__summary .cart__details__price p{font-size:2rem}.cart__outer .cart__main__container .cart .cart__details .cart__amount{align-items:center;display:flex;justify-content:center}.cart__outer .cart__main__container .cart .cart__details .cart__amount span{color:crimson;padding:0 20px}.cart__outer .cart__main__container .cart .cart__details .cart__amount .cart__count{border:1px solid #fff;cursor:pointer;height:30px;outline:none;width:40px}.cart__outer .cart__main__container .cart .cart__details .cart__delete{color:crimson;cursor:pointer;font-weight:900;padding:10px;position:absolute;right:5px;top:0}.cart__outer .cart__total{display:flex;justify-content:space-between;padding:10px}.cart__outer .cart__total .cart__total__total p{font-size:30px;font-weight:600;letter-spacing:1px}.cart__outer .cart__total .cart__total__total p span{font-size:clamp(2rem,2.5vw,3rem);font-weight:400!important}.cart__outer .cart__total .cart__total__payment{align-items:center;background-color:#5eff00;display:flex;font-size:clamp(1.1rem,2.5vw,1.3rem);padding:10px}.cart-icon{margin-right:15px;position:relative}.cart-icon span{background:crimson;border-radius:20px;color:#fff;font-size:10px;padding:5px;position:absolute;right:-20px;top:-30px}@media screen and (max-width:2200px){.cart__outer{padding:0 100px}}@media screen and (max-width:500px){.cart__outer{padding:0 30px!important}.cart__outer .cart__total{align-items:left;flex-direction:column}.cart__outer .cart__total .cart__total__payment{display:flex;justify-content:center;margin-top:20px}}.shop__details{display:flex;flex-wrap:wrap;justify-content:space-around;padding:50px;width:100%}.shop__details .shop__img-container{max-width:400px}.shop__details .shop__img-container img{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.shop__details .shop__box-details{margin:20px;max-width:500px;width:100%}.shop__details .shop__box-details .shop__box-details__title h2{color:#000;font-size:2rem;font-weight:300;letter-spacing:2px;text-transform:uppercase}.shop__details .shop__box-details .shop__box-details__desc p{letter-spacing:2px;line-height:1.5;margin:10px 0;opacity:.8}.shop__details .shop__box-details .shop__box-details__price{padding-top:10px}.shop__details .shop__box-details .shop__box-details__price h3{color:crimson}.shop__details .shop__box-details .shop__box-details__cart{margin-top:20px;width:100%}.shop__details .shop__box-details .shop__box-details__cart .shop__cart button{background:#000;border:1px solid #555;color:#fff;cursor:pointer;outline:none;padding:10px 20px;width:100%}.shop__details .shop__box-details .colors button,.shop__details .shop__box-details .sizes button{background-color:#fff;cursor:pointer;height:35px;margin:0 2px;width:35px}.shop__details .shop__box-details .thumb{cursor:pointer;display:flex}.shop__details .shop__box-details .thumb img{display:block;margin:20px;object-fit:cover;overflow:hidden}.featured{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:15px 0 300px;padding:500px 200px 0}.featured,.featured .featured__card{align-items:center;height:100%;justify-content:center;width:100%}.featured .featured__card{background-position:50%;background-size:cover;cursor:pointer;display:flex;flex-direction:column;margin:15px;max-width:370px;overflow:hidden;padding:20px}.featured .featured__card .featured__card__img{width:100%}.featured .featured__card .featured__card__img img{display:block;max-height:340px;object-fit:cover;width:100%}.featured .featured__card .featured__box{margin:15px 10;width:100%}.featured .featured__card h3{font-size:clamp(1rem,2.5vw,1.6rem);letter-spacing:2px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.featured .featured__card p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:clamp(.8rem,2.5vw,1rem);height:60px;line-height:1.5;overflow:hidden}.featured .featured__card h4{color:crimson}.featured .featured__card button{background:#333;border:none;color:#fff;cursor:pointer;letter-spacing:2px;margin:10px 0;outline:none;padding:10px 0;text-align:center;text-transform:uppercase;width:100%}@media screen and (max-width:1500px){.featured{padding:0 10px}.featured .featured__card img{width:70%}}@media only screen and (max-width:1300px){.featured{padding:0 10px}.featured .featured__card img{width:70%}}@media only screen and (max-width:1046px){.featured{padding:0 10px}.featured .featured__card img{width:60%}}@media only screen and (max-width:800px){.featured{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.featured .featured__card .featured__card__img img{width:50%}}.checkout__outer{margin-bottom:300px;padding:0 500px}.checkout__outer .checkout__heading{font-size:clamp(1.3rem,2.5vw,2rem);padding:20px 0}.checkout__outer .checkout__main__container{grid-gap:0;border:1px solid #ccc;display:grid;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));height:100%;justify-content:center;padding:10px}.checkout__outer .checkout__main__container .checkout{margin:5px;position:relative;transform:scaleY(.98)}.checkout__outer .checkout__main__container .checkout .checkout__img__container{align-items:center;display:flex;justify-content:center}.checkout__outer .checkout__main__container .checkout .checkout__img__container img{width:110px}.checkout__outer .checkout__main__container .checkout .checkout__details{align-items:center;display:flex;justify-content:center;padding:10px}.checkout__outer .checkout__main__container .checkout .checkout__details .checkout__details__summary{width:100%}.checkout__outer .checkout__bottom__nav{display:flex;justify-content:space-between;padding:10px}.checkout__outer .checkout__bottom__nav .checkout__bottom__nav__back{font-size:clamp(.7rem,2.5vw,1.3rem)}.checkout__outer .checkout__bottom__nav .checkout__bottom__nav__next{background-color:#5eff00;font-size:clamp(.7rem,2.5vw,1.3rem);padding:10px}.checkout-icon{margin-right:15px;position:relative}.checkout-icon span{background:crimson;border-radius:20px;color:#fff;font-size:10px;padding:5px;position:absolute;right:-20px;top:-30px}@media screen and (max-width:2200px){.checkout__outer{padding:0 100px}}@media screen and (max-width:500px){.checkout__outer{padding:0 30px!important}.checkout__outer .checkout__bottom__nav{align-items:left;flex-direction:column}.checkout__outer .checkout__bottom__nav .checkout__bottom__nav__next{display:flex;justify-content:center;margin-top:20px}}.shipping__outer{margin-bottom:300px;padding:0 500px}.shipping__outer .shipping__top__heading .shipping__top__total{padding:10px 0}.shipping__outer .shipping__main__container{grid-gap:0;border:1px solid #ccc;display:grid;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));height:100%;justify-content:center;padding:10px}.shipping__outer .shipping__main__container .shipping{margin:5px;position:relative;transform:scaleY(.98)}.shipping__outer .shipping__main__container .shipping .shipping__img__container{align-items:center;display:flex;justify-content:center}.shipping__outer .shipping__main__container .shipping .shipping__img__container img{width:100px}.shipping__outer .shipping__main__container .shipping .shipping__details{align-items:center;display:flex;justify-content:center;padding:10px}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__details__summary{width:100%}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__details__summary .shipping__details__title p{font-size:1.3rem;letter-spacing:1px}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__details__summary .shipping__details__price p{font-size:2rem}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__amount{align-items:center;display:flex;justify-content:center}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__amount span{color:crimson;padding:0 20px}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__amount .shipping__count{border:1px solid #fff;cursor:pointer;height:30px;outline:none;width:40px}.shipping__outer .shipping__main__container .shipping .shipping__details .shipping__delete{color:crimson;cursor:pointer;font-weight:900;padding:10px;position:absolute;right:5px;top:0}.shipping__outer .shipping__bottom__nav{display:flex;justify-content:space-between;padding:10px}.shipping__outer .shipping__bottom__nav .shipping__bottom__nav__back{font-size:clamp(.7rem,2.5vw,1.3rem)}.shipping__outer .shipping__bottom__nav .shipping__bottom__nav__next{background-color:#5eff00;font-size:clamp(.7rem,2.5vw,1.3rem);padding:10px}@media screen and (max-width:2200px){.shipping__outer{padding:0 100px}.shipping__outer .shipping__bottom__nav .shipping__bottom__nav__payment{background-color:#5eff00;font-size:clamp(1.1rem,2.5vw,1.3rem);padding:10px}}@media screen and (max-width:500px){.shipping__outer{padding:0 30px!important}.shipping__outer .shipping__bottom__nav{align-items:left;flex-direction:column}.shipping__outer .shipping__bottom__nav .shipping__bottom__nav__next{display:flex;justify-content:center;margin-top:20px}}.payment__outer{margin-bottom:300px;padding:0 500px}.payment__outer .payment__top__heading .payment__top__total{padding:10px 0}.payment__outer .payment__main__container{grid-gap:0;border:1px solid #ccc;display:grid;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));height:100%;justify-content:center;padding:10px}.payment__outer .payment__main__container .shipping{margin:5px;position:relative;transform:scaleY(.98)}.payment__outer .payment__main__container .shipping .payment__img__container{align-items:center;display:flex;justify-content:center}.payment__outer .payment__main__container .shipping .payment__img__container img{width:100px}.payment__outer .payment__main__container .shipping .payment__details{align-items:center;display:flex;justify-content:center;padding:10px}.payment__outer .payment__main__container .shipping .payment__details .payment__details__summary{width:100%}.payment__outer .payment__main__container .shipping .payment__details .payment__details__summary .payment__details__title p{font-size:1.3rem;letter-spacing:1px}.payment__outer .payment__main__container .shipping .payment__details .payment__details__summary .payment__details__price p{font-size:2rem}.payment__outer .payment__main__container .shipping .payment__details .payment__amount{align-items:center;display:flex;justify-content:center}.payment__outer .payment__main__container .shipping .payment__details .payment__amount span{color:crimson;padding:0 20px}.payment__outer .payment__main__container .shipping .payment__details .payment__amount .payment__count{border:1px solid #fff;cursor:pointer;height:30px;outline:none;width:40px}.payment__outer .payment__main__container .shipping .payment__details .payment__delete{color:crimson;cursor:pointer;font-weight:900;padding:10px;position:absolute;right:5px;top:0}.payment__outer .payment__bottom__nav{display:flex;justify-content:space-between;padding:10px}.payment__outer .payment__bottom__nav .payment__bottom__nav__back{font-size:clamp(.7rem,2.5vw,1.3rem)}.payment__outer .payment__bottom__nav .payment__bottom__nav__next{background-color:#5eff00;font-size:clamp(.7rem,2.5vw,1.3rem);font-weight:700;padding:10px}@media screen and (max-width:2200px){.payment__outer{padding:0 100px}}@media screen and (max-width:500px){.payment__outer{padding:0 30px!important}}.order__outer{padding:0 500px}.order__outer .order__top__heading .order__top__item{padding:10px 0}.order__outer .order__main__container{grid-gap:0;border:1px solid #ccc;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px}.order__outer .order__main__container .order__img__container{align-items:center;display:flex;justify-content:center}.order__outer .order__main__container .order__img__container img{width:100px}.order__outer .order__main__container .order__details{align-items:center;display:flex;justify-content:center;padding:10px}.order__outer .order__main__container .order__details .order__details__title p{font-size:1.3rem;letter-spacing:1px}.order__outer .order__bottom__nav{align-items:center;display:flex;justify-content:center;padding:10px}.order__outer .order__bottom__nav .order__bottom__nav__continue{font-size:clamp(1.1rem,2.5vw,1.3rem);letter-spacing:10px;padding:10px}.shipping-icon{margin-right:15px;position:relative}.shipping-icon span{background:crimson;border-radius:20px;color:#fff;font-size:10px;padding:5px;position:absolute;right:-20px;top:-30px}.amount .total{align-items:center;display:flex;height:50px;justify-content:space-between;width:100%}.total a{background:#333;color:#fff;padding:10px 25px}.total h3{color:crimson;margin-right:50px}@media screen and (max-width:2200px){.order__outer{padding:0 100px}}@media screen and (max-width:500px){.order__outer{padding:0 30px!important}}.active{background:#000;border-radius:2rem;color:#fff;display:inline-block;padding:10px}.nav__container{background-position:top;background-repeat:no-repeat;background-size:cover}.nav__container,header{align-items:center;display:flex;justify-content:center;overflow:hidden}header{background:#0000;left:0;position:relative;top:0;z-index:10}header .logo{color:#fff;font-size:1.5em;font-weight:600;position:relative;text-decoration:none}header .logo p{color:#000;font-size:40px;font-weight:200;letter-spacing:5px}header .logo img{width:400px}header .navigation{display:flex;flex-wrap:wrap;margin:10px 0;padding:0}header .navigation li{list-style:none;margin:0 20px}header .navigation li a{color:#000;cursor:pointer;font-size:25px;font-weight:300;letter-spacing:1px;text-decoration:none}header .navigation li a:hover{color:#ffeb3b}header .search{height:40px;position:relative;width:300px}header .search input{background:#0000;border:1px solid #fff;border-radius:4px;color:#fff;height:100%;left:0;outline:none;padding:0 10px 0 45px;position:absolute;top:0;width:100%}header .search input::placeholder{color:#fff}header .search .fa-search{border-right:1px solid #fff;color:#fff;left:10px;padding-right:10px;position:absolute;top:50%;transform:translateY(-50%)}.banner{align-items:center;background:#434978;display:flex;justify-content:space-between;min-height:100vh;overflow:hidden;padding:200px 100px 100px}.banner .content{max-width:700px}.banner .content h2{color:#fff;font-size:3em}.banner .content p{color:#fff;font-size:1em}.banner .content a{background:#fff;color:#434978;display:inline-block;font-weight:600;margin-top:20px;padding:8px 20px;text-decoration:none}.banner .image{filter:invert(1);margin-left:50px;max-width:400px}@media(max-width:991px){header{flex-direction:column;padding:10px 20px}.banner{flex-direction:column-reverse;padding:150px 20px 50px}.banner .image{margin-left:0;max-width:80%}.banner .content h2{font-size:2em}}@media(max-width:600px){header .search{width:100%}.banner .image{margin-top:30px}.nav__container{align-items:center;display:flex;justify-content:center}}@media screen and (max-width:500px){.nav__container header .logo img{width:200px}}.subHeader{background-color:#000!important;height:200px;padding:10px}.subHeader .subHeader__nav{align-items:center;display:flex;justify-content:space-between;padding:20px 10px}.subHeader .subHeader__nav span{color:#fff;font-size:20px;padding:0 20px}@media screen and (max-width:500px){.subHeader .subHeader__nav span{padding:0 10px}}.home{background-color:#000;color:#f3f4f6;font-family:Orbitron,sans-serif;padding:4rem 2rem}.home .home__container{grid-gap:3rem;animation:fadeUp 1s ease-out forwards;display:grid;gap:3rem;margin:0 auto;max-width:1200px}.home .home__container .home__intro{animation:fadeUp 1.2s ease-out forwards}.home .home__container .home__intro h1{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;transition:color .3s ease}.home .home__container .home__intro h1 span{color:#e11d48;text-shadow:0 0 10px #e11d48b3;transition:text-shadow .3s ease}.home .home__container .home__intro .home__description{color:#9ca3af;font-size:1.1rem;line-height:1.8;margin-top:1rem;opacity:.9;transition:opacity .3s ease}.home .home__container .home__overview{animation:fadeUp 1.4s ease-out forwards}.home .home__container .home__overview h2{color:#fbbf24;font-size:1.75rem;margin-bottom:1rem}.home .home__container .home__overview ul{list-style:none;padding-left:0}.home .home__container .home__overview ul li{color:#e5e7eb;font-size:1rem;margin-bottom:.75rem;padding-left:1rem;position:relative;transition:transform .3s ease}.home .home__container .home__overview ul li:before{content:"🔥";left:0;position:absolute;top:0}.home .home__container .home__overview ul li strong{color:#22d3ee}.home .home__container .home__overview ul li:hover{transform:translateX(5px)}.home .home__downloads{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:4rem}.home .home__downloads .home__download-card{animation:fadeUp 1s ease forwards;border-radius:1rem;opacity:0;padding:2rem;text-align:center;transform:translateY(30px);transition:transform .4s ease,box-shadow .4s ease;width:300px}.home .home__downloads .home__download-card:hover{box-shadow:0 10px 25px #ff00001a;transform:translateY(-8px) scale(1.02)}.home .home__downloads .home__download-card h3{color:#f87171;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.home .home__downloads .home__download-card img{border-radius:.5rem;box-shadow:0 0 20px #ffffff0d;margin-bottom:1rem;transition:transform .4s ease;width:100%}.home .home__downloads .home__download-card img:hover{transform:scale(1.03)}.home .home__downloads .home__download-card .btn-download{background-color:#e11d48;border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;padding:.6rem 1.25rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.home .home__downloads .home__download-card .btn-download:hover{background-color:#be123c;transform:scale(1.05)}@media screen and (max-width:768px){.home .home__container{gap:2rem}.home .home__container .home__intro h1{font-size:2rem}.home .home__container .home__overview h2{font-size:1.5rem}.home .home__container .home__downloads .home__download-card{width:100%}}.nft-home{background:#0f0f0f;padding:0}.container{padding:4rem 2rem;text-align:center}.hero{background:linear-gradient(145deg,#1e1e1e,#0f0f0f)}.hero .cta-btn{margin-top:1rem;padding:.8rem 2rem;transition:background .3s}.featured-drop{text-align:center}.featured-drop .drop-card{background:#1a1a1a;border-radius:15px;margin:2rem auto;max-width:600px;padding:2rem}.featured-drop .drop-card img{border-radius:10px;width:100%}.featured-drop .drop-card .info{margin-top:1rem}.featured-drop .drop-card .info h3{font-size:1.5rem;margin-bottom:.5rem}.featured-drop .drop-card .info button{background:#3c3;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.5rem 1.5rem}.featured-drop .drop-card .info button:hover{background:#28a428}.how-it-works{background:#111;padding:4rem 2rem}.how-it-works .steps .step{padding:1.5rem}.newsletter,.roadmap,.team{background:#121212;padding:4rem 2rem}.newsletter ul,.roadmap ul,.team ul{list-style:none;padding:0}.newsletter ul li,.roadmap ul li,.team ul li{margin:1rem 0}.team .members{display:flex;flex-wrap:wrap;justify-content:center}.team .members .member{background:#1a1a1a;border-radius:10px;margin:1rem;max-width:200px;padding:1rem;text-align:center}.team .members .member img{border-radius:50%;margin-bottom:.5rem;width:100px}.newsletter form{margin-top:1rem}.newsletter form input{border-radius:6px;padding:.5rem;width:250px}.newsletter form button{border-radius:6px;padding:.5rem 1rem}.footer{border-top:1px solid #222;padding:2rem 0}.nft-home{background:#0e0e0e;color:#fff;font-family:Poppins,sans-serif;line-height:1.6;margin-top:200px}section{margin:0 auto;max-width:1200px;padding:5rem 2rem}h1,h2{font-weight:700;margin-bottom:1rem}p{color:#ccc}.hero{background:#000;padding:6rem 2rem;text-align:center}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d4d,#e11d48);-webkit-background-clip:text;font-size:2.8rem}.hero .cta-btn{background:#ff4d4d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:2rem;padding:1rem 2.5rem;transition:background .3s ease}.hero .cta-btn:hover{background:#ff1a1a}.featured-collection{background:#000;text-align:center}.featured-collection .grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.featured-collection .grid .card{background:#1a1a1a;border-radius:15px;padding:1rem;transition:transform .3s ease}.featured-collection .grid .card:hover{transform:translateY(-10px)}.featured-collection .grid .card img{border-radius:10px;width:100%}.featured-collection .grid .card h3{margin:1rem 0 .5rem}.featured-collection .grid .card p{color:#e11d48;font-weight:700}.utility{background:#000;text-align:center}.utility ul{list-style:none;margin-top:2rem;padding:0}.utility ul li{background:#1d1d1d;border-radius:10px;margin-bottom:1rem;padding:1rem}.how-it-works{background:#000;text-align:center}.how-it-works .steps{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:2rem}.how-it-works .steps .step{background:#222;border-radius:12px;flex:1 1 200px;margin:1rem;padding:2rem}.testimonials{background:#000}.testimonials .quotes{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.testimonials .quotes blockquote{background:#1a1a1a;border-left:4px solid #ff4d4d;border-radius:10px;flex:1 1 300px;padding:1.5rem}.testimonials .quotes blockquote span{color:#aaa;display:block;font-style:italic;margin-top:1rem}.roadmap{background:#000}.roadmap ol{list-style:none;margin-top:2rem;padding:0}.roadmap ol li{background:#1b1b1b;border-left:3px solid #3c3;border-radius:8px;margin-bottom:1rem;padding:1rem}.faq{background:#000}.faq .qa{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.faq .qa div{background:#1f1f1f;border-radius:12px;padding:1.5rem}.faq .qa div h4{color:#fff;font-weight:600;margin-bottom:.5rem}.faq .qa div p{color:#ccc}.newsletter{background:#000;text-align:center}.newsletter form{margin-top:1.5rem}.newsletter form input{border:none;border-radius:8px;margin-right:.5rem;padding:.75rem 1rem;width:280px}.newsletter form button{background:#08f;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background .3s ease}.newsletter form button:hover{background:#06c}.footer{background:#000;border-top:1px solid #1a1a1a;color:#999;font-size:.9rem;padding:3rem 1rem;text-align:center}.footer .socials{margin-top:1rem}.footer .socials a{color:#999;margin:0 .5rem;text-decoration:none}.footer .socials a:hover{color:#fff}.shop{flex-wrap:wrap;margin:15px 0 300px;padding:0 200px}.shop,.shop .shop__card{align-items:center;display:flex;justify-content:center;width:100%}.shop .shop__card{cursor:pointer;flex-direction:column;height:100%;margin:15px;max-width:370px;overflow:hidden;padding:20px}.shop .shop__card .shop__card__img img{display:block;height:100%;max-height:340px;object-fit:cover;width:100%}.shop .shop__card .shop__box{margin:15px 10;width:100%}.shop .shop__card h3{overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.shop .shop__card p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;height:30px;line-height:1.5;overflow:hidden}.shop .shop__card h4{color:crimson}.shop .shop__card button{background:#333;border:none;color:#fff;cursor:pointer;letter-spacing:2px;margin:10px 0;outline:none;padding:10px 0;text-align:center;text-transform:uppercase;width:100%}@media screen and (max-width:1500px){.shop{padding:0 10px}.shop .shop__card img{width:70%}}@media only screen and (max-width:1300px){.shop{padding:0 10px}.shop .shop__card img{width:70%}}@media only screen and (max-width:1046px){.shop{padding:0 10px}.shop .shop__card img{width:60%}}@media only screen and (max-width:800px){.shop{padding:0 10px}.shop .shop__card img{width:50%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery__container{background-color:#000;margin:0!important;padding:30px 20px}.gallery__container .gallery__section-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:100px}@media screen and (max-width:1024px){.gallery__container .gallery__section-content{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.gallery__container .gallery__section-content a{color:inherit;text-decoration:none}.gallery__container .gallery__section-content .gallery__nft-container{align-items:center;animation:fadeUp .8s ease-out forwards;background-color:#000;border-radius:1rem;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;justify-content:center;opacity:0;padding:10px;transform:translateY(30px);transition:all .4s ease}.gallery__container .gallery__section-content .gallery__nft-container:hover{box-shadow:0 12px 36px #3b82f640;transform:translateY(-10px) scale(1.02)}.gallery__container .gallery__section-content .gallery__nft-container .gallery__nft-heading{color:#fff;font-family:Rubik Beastly,cursive;font-size:clamp(1.2rem,2.5vw,2rem);margin-bottom:10px;text-align:center}.gallery__container .gallery__section-content .gallery__nft-container .gallery__nft-img{align-items:center;display:flex;justify-content:center}.gallery__container .gallery__section-content .gallery__nft-container .gallery__nft-img img{aspect-ratio:1/1;border-radius:12px;max-width:600px;object-fit:cover;transition:transform .35s ease;width:100%}@media screen and (max-width:1024px){.gallery__container .gallery__section-content .gallery__nft-container .gallery__nft-img img{max-width:180px}}.gallery__container .gallery__section-content .gallery__nft-container .gallery__nft-img img:hover{transform:scale(1.05)}.gallery__container .gallery__section-content .gallery__nft-container:first-child{animation-delay:.05s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(2){animation-delay:.1s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(3){animation-delay:.15s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(4){animation-delay:.2s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(5){animation-delay:.25s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(6){animation-delay:.3s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(7){animation-delay:.35s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(8){animation-delay:.4s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(9){animation-delay:.45s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(10){animation-delay:.5s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(11){animation-delay:.55s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(12){animation-delay:.6s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(13){animation-delay:.65s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(14){animation-delay:.7s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(15){animation-delay:.75s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(16){animation-delay:.8s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(17){animation-delay:.85s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(18){animation-delay:.9s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(19){animation-delay:.95s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(20){animation-delay:1s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(21){animation-delay:1.05s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(22){animation-delay:1.1s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(23){animation-delay:1.15s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(24){animation-delay:1.2s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(25){animation-delay:1.25s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(26){animation-delay:1.3s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(27){animation-delay:1.35s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(28){animation-delay:1.4s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(29){animation-delay:1.45s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(30){animation-delay:1.5s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(31){animation-delay:1.55s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(32){animation-delay:1.6s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(33){animation-delay:1.65s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(34){animation-delay:1.7s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(35){animation-delay:1.75s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(36){animation-delay:1.8s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(37){animation-delay:1.85s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(38){animation-delay:1.9s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(39){animation-delay:1.95s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(40){animation-delay:2s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(41){animation-delay:2.05s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(42){animation-delay:2.1s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(43){animation-delay:2.15s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(44){animation-delay:2.2s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(45){animation-delay:2.25s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(46){animation-delay:2.3s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(47){animation-delay:2.35s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(48){animation-delay:2.4s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(49){animation-delay:2.45s}.gallery__container .gallery__section-content .gallery__nft-container:nth-child(50){animation-delay:2.5s}.gallery__container .gallery__bottom{align-items:center;display:flex;flex-direction:column;padding:200px 0;text-align:center}.gallery__container .gallery__bottom__p{color:#fff;font-size:clamp(1rem,2.5vw,1.5rem);padding:20px 0}.gallery__container .gallery__bottom__banner{align-items:center;display:flex;justify-content:center}.gallery__container .gallery__bottom__banner img{border-radius:10px;height:auto;max-width:350px;transition:transform .4s ease;width:100%}.gallery__container .gallery__bottom__banner img:hover{transform:scale(1.05)}.gallery__container .gallery__bottom__download{color:#3b82f6;font-size:clamp(1rem,2.5vw,2rem);padding:20px 0}.gallery__container .gallery__bottom__download a{color:#3b82f6;font-weight:700;text-decoration:underline}.gallery__container .gallery__bottom__download a:hover{color:#6ca1f8}
/*# sourceMappingURL=main.841862ce.css.map*/