/* Success Toast */
.success-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #28a745;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.success-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.error-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #dc3545;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.error-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-icon {
    font-size: 20px;
}

.toast-message {
    font-weight: 500;
    font-size: 15px;
}

/* Success Toast */

/* header Css  */

.header____social {
    color: var(--extra-color-2);
    font-size: 16px;
    /* margin: 0px 6px; */
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.site-header span.number {
    background: var(--extra-color-4);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 8px;
    right: -8px;
    top: -5px;
}

.single-item {
    position: relative;
    overflow: visible !important;
}

.hover-icon {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff43c0, #8f2fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 67, 192, 0.5);
    z-index: 100;
    pointer-events: none;
    font-weight: bold;
    top: 40px !important;
}

.hover-icon i {
    font-size: 14px;
}

.hover-icon img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.header-link .single-item {
    overflow: visible;
}

.header____social,
.icon-badge,
.exclusive-btn,
.link-here {
    transition: all 0.2s ease;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* Tablet Responsive  */

@media (max-width: 1400px) {
    .logo-here {
        max-width: 110px;
    }
}

/* header Css  */

/* banner Css  */
.banner {
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: -5%;
    width: 110%;
    height: 80px;
    background: #fff;
    transform: rotate(-2deg);
    z-index: 1;
}

.banner____btn {
    background: var(--extra-color-2);
    color: var(--dark-color);
}

.popular___span {
    border-radius: 30px;
    background: #223752;
}

.banner_____image {
    position: relative;
    transform: scale(1.1);
    z-index: 999;
}

.banner_____image img {
    filter: drop-shadow(0 0 95px rgba(44, 201, 143, 0.7));
    animation: upDown 6s ease-in-out infinite;
    position: relative;
    bottom: -20px;
}

.promo-card {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: -10px;
}

.promo-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 10px;
    border-radius: 25px;
    background: url("../img/que-img.png") center/cover no-repeat;
    background-size: 100% 100%;
    height: 120px;
    width: 102px;
}

.promo-glow {
    width: 160px;
    height: 165px;
    background: url("../img/que-img1.png") center/cover no-repeat;
    backdrop-filter: blur(50px);
    border-radius: 30px;
    z-index: -1;
    transform: rotate(360deg);
    position: absolute;
    top: 20px;
    left: -19px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
}

.promo____main {
    top: 80px;
    right: -30px;
}

.commas____left {
    left: -6px;
    font-size: 70px;
    top: -10px;
    height: fit-content;
    display: flex;
    align-items: start;
}

.commas____right {
    font-size: 70px;
    z-index: 9;
    right: -6px;
    bottom: 0;
    display: flex;
    align-items: end;
}

.banner____slider {
    z-index: 99;
}

/* Tablet Responsive  */

@media (max-width: 1400px) {
    .promo____main {
        top: 80px;
        right: 10px;
    }
}

/* banner Css  */

/* collector-section Css  */
.collector-section {
    background-image: url(../img/collector-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #121c23;
}

.collector-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--extra-color-8);
    mix-blend-mode: color;
    z-index: 1;
}

.collector-section>* {
    position: relative;
    z-index: 2;
}

.collector____slider {
    overflow: hidden;
    padding-bottom: 50px;
}

.collector____slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.collector____slider .collector___slide {
    width: 180px;
    margin-right: 20px;
    overflow: hidden;
}

.collector____slider .slick-list {
    overflow: visible;
}

.collector____slider .slick-dots {
    bottom: 5px;
}

.collector____slider .slick-dots li.slick-active {
    background: var(--body-color);
}

.collector____slider .slick-dots li {
    background: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    border-radius: 50%;
    transition: 0.4s ease;
    outline: 2px solid #ffff;
    margin: 0px 10px;
}

.collector____slider .slick-dots button {
    display: none;
}

.collector____slider .collector___slide:hover .video-player .custom-controls button {
    opacity: 1;
}

.collector____image figure img.img-fluid {
    width: 100%;
    height: 253px;
    object-fit: cover;
    border-radius: 20px;
}

/* collection-section Css  */
.collection-section {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
}

.collection-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -5%;
    width: 110%;
    height: 80px;
    background: #fff;
    /* page background color */
    transform: rotate(-2deg);
    z-index: 1;
}

.collection____slider {
    overflow: hidden;
    padding-bottom: 0px;
}

.collection____slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.collection____slider .collection____slide {
    width: 135px;
    margin-right: 10px;
    overflow: hidden;
}

.collection____slider .slick-list {
    overflow: visible;
}

.collection____image figure {
    width: fit-content;
    margin: auto;
    position: relative;
}

span.collection____circle {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
}

.owned____circle {
    background: #2eb867;
}

.wishlist____circle {
    background: #d4006a;
}

.miss____circle {
    background: var(--extra-color-3);
}

.collection____slider .collection____slide:hover .hover____image {
    transform: translateX(0px);
    opacity: 1;
}

.collection____slider .collection____slide:hover .collection___img {
    opacity: 0;
}

.collection____slider .collection____slide:hover .collection____wrap {
    transform: scale(1.1);
}

.collection____image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

/* collection-section Css  */

/* shop-section Css  */
.shop____wrapper {
    background: #eef2f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #e4e4e7;
    height: 100%;
    overflow: hidden;
}

.shop____wrapper:hover {
    box-shadow: 0px 8px 30px 0px rgba(168, 58, 223, 0.15);
}

.shop___desc {
    opacity: 0;
}

.shop____wrapper:hover .shop___desc {
    opacity: 1;
}

.shop____wrapper:hover .shop___image .shop____img {
    opacity: 0;
}

.shop____wrapper:hover .shop___image .hover____image {
    opacity: 1;
    transform: translateX(0px);
    transform: scale(1.4);
}

.shop___image figure {
    position: relative;
}

.shop____wrapper .hover____image {
    transform: translateX(100px);
}

/* shop-section Css  */

/* set-section Css  */
.set___wrapper {
    border: 1px solid #e4e4e7;
    height: 100%;
}

.custom-progress {
    height: 10px;
    background: #ececec;
    border-radius: 50px;
    overflow: hidden;
}

.set-section .progress-fill {
    background: #2eb867;
    border-radius: 50px;
    transition: width 0.4s ease;
}

.icon-box {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    user-select: none;
}

.active-icon {
    background: #f2ebfa;
    border: 3px solid #e4e4e7;
    opacity: 1;
}

.locked-icon {
    border: 3px dashed #f0f0f1;
    color: #b9b9b9;
    background: #fbfbfb;
    opacity: 0.4;
}

.icon-box:hover {
    transform: translate(3px, 3px) scale(1.06);
}

.complete-btn {
    background: #2eb867;
}

.complete-btn:hover {
    transform: translateY(-2px);
    background: #9822d3;
    border-color: transparent;
    color: var(--extra-color-5);
}

/* set-section Css  */

/* mystery-section Css  */
.mystery-section {
    position: relative;
    background: url(../img/mystery-bg.png) no-repeat center / cover;
    position: relative;
    padding-top: 70px;
}

/* .banner____btn:hover img.img-fluid {
	filter: brightness(0) saturate(100%) invert(72%) sepia(60%) saturate(507%)
		hue-rotate(100deg) brightness(83%) contrast(92%);
} */

.mystery_____content .banner____btn:hover {
    background: #ebb000;
    border-color: transparent;
    color: var(--primary-color);
}

.curve___section::after {
    content: "";
    position: absolute;
    top: -40px;
    left: -5%;
    width: 110%;
    height: 80px;
    background: #fff;
    /* page background color */
    transform: rotate(-2deg);
    z-index: 1;
}

.mystery____image {
    margin-top: -100px;
    padding-right: 60px;
}

.mystery____image figure img.img-fluid {
    border-radius: 30px;
    margin-bottom: 19px;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.mystery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--extra-color-8);
    mix-blend-mode: color;
    z-index: 1;
}

.mystery-section>* {
    position: relative;
    z-index: 2;
}

.mystery_____content .popular___span {
    background: #f2ebfa;
}

/* mystery-section Css  */

/* experiecne-section Css  */
.experience___wrapper {
    border: 1px solid #e4e4e7;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.count___badge {
    background: #6f6f73;
    padding: 4px 7px;
    border-radius: 30px;
}

.experience____image {
    padding: 10px 0px;
}

.experience____image figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience___wrapper:hover {
    background: #c8c8ca;
}

.experience___wrapper:hover .video-player .custom-controls button {
    opacity: 1;
}

.experience___wrapper:hover .experience____image figure img.img-fluid {
    transform: scale(1.2);
}

/* experiecne-section Css  */

/* choose-section Css  */
.choose____wrapper {
    border: 1px solid #e4e4e7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.choose___span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.package___span {
    background: #ebf2fa;
}

.shipping___span {
    background: #fcf7e8;
}

.verified___span {
    background: #ecf9f1;
}

.exclusive___span {
    background: #faebf2;
}

.choose____wrapper {
    overflow: visible;
}

.choose____icon,
.choose____content {
    opacity: 0;
}

/* choose-section Css  */

/* calendar-section Css  */
.calendar____date {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.icon____notify {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    color: #2b8cee;
    font-size: 17px;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
    transform-origin: right center;
}

.icon____notify:hover {
    background: #ebf2fa;
    transform: scale(1.1);
}

.collection____date {
    background: #2eb867;
}

.calendar____wrapper {
    border: 1px solid #e4e4e7;
    box-shadow: 0 4px 20px 0 rgba(23, 23, 28, 0.06);
    transition:
        box-shadow 0.4s ease,
        /* smooth shadow change */
        transform 0.4s ease;
    /* smooth move */
}

.calendar____wrapper:hover {
    box-shadow: 0 8px 30px 0 rgba(168, 58, 223, 0.15);
    transform: translateY(-10px);
}

.edition____date {
    background: #2b8cee;
}

.wave____date {
    background: #f97a1f;
}

.exclusive____date {
    background: #a83adf;
}

.vault____date {
    background: #ef3994;
}

/* calendar-section Css  */

/* vibe-section Css  */
.curve___section {
    position: relative;
    padding-top: 70px;
}

.vibe___wrapper {
    background: #adb1b3;
    overflow: hidden;
    border: 1px solid #52585d;
    height: 100%;
    transition: 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vibe____image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vibe___wrapper:hover {
    border-color: #e4e4e7;
}

.vibe____content {
    background: #353d43;
}

.vibe___wrapper:hover .main___image {
    opacity: 0;
}

.hover____image {
    /* display: none; */
    transition: 0.6s ease;
    transform: translateX(-100px);
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.vibe___wrapper figure {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.vibe___wrapper figure img.img-fluid {
    height: 100%;
}

.vibe___wrapper:hover .hover____image {
    /* display: block; */
    transform: translateX(0px);
    opacity: 1;
}

/* vibe-section Css  */

/* vault-section Css  */
.vault-section {
    background-image: url(../img/vault-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vault____image .img-fluid {
    filter: drop-shadow(0px 10px 15px -3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 6px -4px rgba(0, 0, 0, 0.1));
    border-radius: 20px;
    height: 356px;
    object-fit: cover;
}

.vault____image figure:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #000);
    z-index: 1;
    transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.vault____image figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.vault____image:hover figure:before {
    top: 0;
}

.vault____image {
    /* background: var(--body-color); */
    overflow: hidden;
}

.vault____image .animated___right___image {
    transform: translateX(100%);
}

.vault____content .banner____btn:hover {
    background: #ec1380;
    border-color: transparent;
    color: var(--primary-color);
}

.join-btn:hover {
    background: #ec1380;
    border-color: transparent;
    color: var(--primary-color);
}

/* vault-section Css  */

/* footer Css  */
.site-footer {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111b22;
    width: 100%;
    background-position: center;
    padding: 90px 0 10px;
    position: relative;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--extra-color-8);
    mix-blend-mode: color;
    z-index: 1;
}

.site-footer>* {
    position: relative;
    z-index: 2;
}

/* footer Css  */

.vault-products-section {
    /* background: #f4f4f4; */
    /* padding: 90px 0; */
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.vault-heading {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.vault-heading h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #17171c;
    font-family: "bangers-regular";
}

.vault-heading p {
    color: #777;
    margin-top: 10px;
    font-size: 15px;
}

.vault-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
    will-change: transform, box-shadow;
    padding: 17px 17px;
    border: 1px solid #e4e4e7;
}

.vault-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.vault-img-box {
    background: #f1f1f1;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.vault-img-box img {
    width: 150px;
    transition: 0.4s ease;
    will-change: transform;
}

.vault-card:hover .vault-img-box img {
    transform: scale(1.1) rotate(-3deg);
}

.vault-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-family: "inter_28pt-bold";
}

.exclusive {
    background: #d4006a;
}

.new {
    background: #2eb867;
}

.limited {
    background: #a83adf;
}

.hot {
    background: #f97a1f;
}

.trading {
    background-color: #2b8cee;
}

.rare {
    background-color: #a83adf;
}

.fav {
    background-color: #e83030;
}

.vault-card-body {
    padding-top: 15px;
}

.vault-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.vault-rating {
    color: #7d7d7d;
    font-size: 13px;
    margin-bottom: 12px;
    font-family: "inter_28pt-medium";
}

.vault-price-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vault-price {
    font-size: 20px;
    font-weight: 800;
    color: #17171c;
    font-family: "space-bold";
}

.vault-cart-btn {
    background: #2cc98f;
    border: none;
    padding: 10px 16px;
    border-radius: 30px;
    color: #0b121f;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "inter_28pt-bold";
    text-transform: capitalize;
}

.vault-cart-btn i {
    font-size: 13px;
}

.vault-cart-btn:hover {
    background: #ec1380;
    transform: scale(1.05);
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .vault-heading h2 {
        font-size: 30px;
    }

    .vault-img-box {
        height: 180px;
    }

    .vault-img-box img {
        width: 120px;
    }

    .vault-price {
        font-size: 18px;
    }

    .vault-cart-btn {
        padding: 7px 12px;
        font-size: 12px;
    }
}

.exclusive-drop-wrap {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    /* Only Background Image */
    background-image: url("../img/funko-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.exclusive-drop-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(255, 0, 212, 0.18),
            transparent 40%),
        radial-gradient(circle at bottom left,
            rgba(0, 183, 255, 0.12),
            transparent 35%);

    z-index: 1;
}

.exclusive-container {
    position: relative;
    z-index: 2;
}

.exclusive-drop-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 2px,
            transparent 2px);
    background-size: 60px 60px;
    opacity: 0.3;
}

.exclusive____main::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #ff00d42d 0%, transparent 70%);
    top: -120px;
    right: -100px;
    pointer-events: none;
}

.exclusive-container {
    position: relative;
    z-index: 2;
}

.exclusive-title {
    text-align: center;
    margin-bottom: 60px;
}

.exclusive-title h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: 1px;
}

.exclusive-title span {
    color: #ff43c0;
}

.exclusive-title p {
    color: #9aa4b2;
    margin-top: 10px;
    font-size: 15px;
}

.exclusive-character-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exclusive-character-frame {
    /* width: 320px; */
    /* height: 470px; */
    border-radius: 210px;
    /* background: linear-gradient(180deg, #2b103f, #050816); */
    border: 8px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 40px rgba(255, 0, 221, 0.35),
        0 0 90px rgba(102, 0, 255, 0.25);
    padding: 0px;
}

.exclusive-character-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* padding: 0px; */
    animation: floaty 3s ease-in-out infinite;
    /* filter: drop-shadow(0 0 15px #8a2eff) drop-shadow(0 0 30px #ff00d4); */
}

@keyframes floaty {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.exclusive-content {
    padding-left: 40px;
}

.exclusive-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #512d56;
    color: #ff47c2;
    border-radius: 40px;
    font-size: 13px;
    font-family: var(--primary-bold-font);
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.exclusive-heading {
    color: #fff;
    font-size: 34px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.exclusive-description {
    color: #9ba7b4;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 500px;
}

.exclusive-counter {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.counter-box {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.counter-box h3 {
    color: #ffd95a;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.counter-box span {
    color: #94a1af;
    font-size: 13px;
}

.exclusive-progress-area {
    margin-bottom: 25px;
}

.exclusive-progress-top {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.exclusive-progress {
    width: 100%;
    height: 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.exclusive-progress-bar {
    width: 0;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff2f92, #ffae00);
    position: relative;
    transition: width 3s ease;
    box-shadow: 0 0 20px rgba(255, 125, 0, 0.5);
}

.exclusive-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
}

.exclusive-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.exclusive-price {
    color: #ffd23f;
    font-size: 42px;
    font-weight: 900;
}

.exclusive-btn {
    border: none;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-collect {
    background: linear-gradient(90deg, #c79f52, #f5df92);
    color: #402b00;
    text-transform: capitalize;
    font-family: var(--secondary-bold-font);
}

.btn-collect:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg,
            rgba(42, 123, 155, 1) 0%,
            rgba(255, 71, 194, 1) 0%,
            rgba(242, 152, 74, 1) 100%);
}

.btn-notify {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-notify:hover {
    background: #fff;
    color: #111;
}

@media (max-width: 991px) {
    .exclusive-content {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .exclusive-counter {
        justify-content: center;
    }

    .exclusive-bottom {
        justify-content: center;
    }

    .exclusive-heading {
        font-size: 40px;
    }

    .exclusive-character-frame {
        width: 300px;
        height: 450px;
    }
}

@media (max-width: 576px) {
    .exclusive-title h2 {
        font-size: 38px;
    }

    .exclusive-heading {
        font-size: 30px;
    }

    .counter-box {
        width: 75px;
        height: 75px;
    }

    .counter-box h3 {
        font-size: 22px;
    }
}

.exclusive-drops {
    padding: 100px 0;
    background: url("../img/preminum-bg.png") center/cover no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.exclusive-drops>* {
    position: relative;
    z-index: 99;
}

.exclusive-drops::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--extra-color-8);
    mix-blend-mode: color;
    z-index: 1;
}

.related-item {
    cursor: pointer;
}

.related-img {
    display: inline-block;
    transition: all 0.3s ease;
}

/* Emoji styling with animation */
.hover-emoji {
    display: inline-block;
    font-size: 30px;
    animation: emojiBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

@keyframes emojiBounce {
    0% {
        transform: scale(0) rotate(-200deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.3) rotate(10deg);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Image fade out animation */
.related-img.fade-out {
    animation: imageFadeOut 0.4s forwards;
}

@keyframes imageFadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
        visibility: hidden;
        display: none;
    }
}

/* TITLE */
.section-title {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.section-subtitle {
    color: #a9b4c0;
    font-size: 15px;
}

.position-relative1111 {
    position: relative;
    z-index: 111111;
}

.countdown .expired {
    height: 68px;
    color: #e55d5d;
    font-family: "inter_28pt-medium";
    display: flex;
    justify-content: center;
}

.drop-card {
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: 0.4s ease;

    opacity: 0;
    transform: translateY(80px);
}

.drop-card.active {
    border: 2px solid #ff0000;
    background: #fff8f8;
}

.drop-card.active .time-box {
    border: 2px solid #ff0000;
    background: #fff8f8;
}

.drop-card:hover {
    transform: translateY(-10px);
}

.product-images {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.toy-img {
    width: 69px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.exclusive-progress-top span {
    color: #e55d5d;
}

.product-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-price {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    font-family: var(--primary-bold-font);
    color: #7d7d7d;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.time-box {
    width: 58px;
    height: 68px;
    background: #f4f4f4;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #6d6d784d;
    justify-content: center;
}

.time-box span {
    font-size: 18px;
    font-weight: 700;
    font-family: "inter_28pt-bold";
}

.time-box small {
    color: #6d6d78;
    font-size: 11px;
    font-family: "inter_28pt-medium";
}

.stock-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
}

.stock-left {
    color: #6d6d78;
    font-family: "inter_28pt-regular";
}

.stock-right {
    color: #6d6d78;
    font-family: "inter_28pt-regular";
}

.custom-progress {
    width: 100%;
    height: 8px;
    background: #e8e8e8;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.progress-fill {
    width: 0%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #7d7d7d, #7d7d7d);
    position: relative;
}

/* Glow Effect */

/* BUTTON WRAP */
.btn-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.grab-btn {
    flex: 1;
    border: none;
    padding: 14px;
    border-radius: 50px;
    background: #2cc98f;
    color: #0b121f;
    font-weight: 700;
    transition: 0.3s;
    font-family: "inter_28pt-bold";
    text-align: center;
    text-decoration: none;
}

.grab-btn:hover {
    background: #ec1380;
    transform: translateY(-2px);
    color: var(--extra-color-5);
}

.bell-btn {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    transition: 0.3s;
    border: 1px solid #e4e4e7;
}

.bell-btn:hover {
    background: #25d08f;
    color: #fff;
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .section-title {
        font-size: 36px;
    }

    .product-price {
        font-size: 28px;
    }
}

.collection-story-mode-section {
    width: 100%;
    padding: 90px 0 50px;
    overflow: hidden;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.collection-story-mode-heading {
    margin-bottom: 80px;
}

.collection-story-mode-timeline {
    max-width: 900px;
    margin: auto;
    position: relative;
    padding-left: 90px;
}

.collection-story-mode-timeline::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 40px;
    width: 3px;
    height: 90%;
    background: #dddddd;
}

.collection-story-mode-item {
    position: relative;
    margin-bottom: 40px;
}

/* CARD STYLES */
.collection-story-mode-card {
    flex: 1;
    transition: all 0.2s ease;
}

/* Hover effect: when card is hovered, the sibling icon gets translate + scale animation */
.collection-story-mode-item:hover .collection-story-mode-icon {
    transform: translate(0px, -8px) scale(1.08) rotate(2deg);
    box-shadow:
        0 18px 28px -8px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgba(237, 73, 86, 0.3);
}

/* Optional: subtle enhancement - icon image also scales gently on card hover */
.collection-story-mode-item:hover .collection-story-mode-icon img {
    transform: scale(1.02);
}

.collection-story-mode-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #7d7d7d;
    position: absolute;
    left: -87px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.collection-story-mode-card {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.4s;
}

.collection-story-mode-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.collection-story-mode-year {
    color: #7d7d7d;
    letter-spacing: 1px;
}

.collection-story-mode-related {
    margin-top: 70px;
}

.collection-story-mode-related h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #6d6d78;
    margin-bottom: 30px;
    font-family: "inter_28pt-bold";
}

.collection-story-mode-related-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.bell-btn i {
    color: #6d6d78;
}

.grab-btn img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
    margin-right: 9px;
}

.collection-story-mode-related-icons a {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #f2ebfa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    font-size: 28px;
    text-decoration: none;
    border: 4px solid #edebf1;
    overflow: hidden;
    transition: 0.6s ease;
}

.collection-story-mode-related-icons a:hover {
    transform: translateY(-6px);
    background: #dcc7ff;
}

.drag-items-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 20;
    overflow: hidden;
    border-radius: 48px;
}

.drag-img {
    position: absolute;
    width: 86px;
    height: 86px;
    cursor: grab;
    pointer-events: auto;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.4));
    transition: filter 0.1s;
    z-index: 30;
    will-change: transform;
}

.drag-img:active {
    cursor: grabbing;
    filter: drop-shadow(0 4px 10px black);
}

.drag-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 30% 70% 45% 55% / 55% 40% 60% 45%;
    /* border: 2.5px solid #ffdd99; */

    /* background: #1e2a36; */
    pointer-events: none;
}

@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* bottom ambient glow only - no sparks */
.bottom-glow-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: radial-gradient(ellipse at center,
            rgba(245, 197, 66, 0.35) 0%,
            rgba(245, 197, 66, 0) 85%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 15;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.instruction-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    padding: 8px 18px;
    border-radius: 40px;
    color: #ffdd99;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 25;
    font-family: monospace;
    pointer-events: none;
    letter-spacing: 0.5px;
    border-left: 3px solid #f5c542;
}

@media (max-width: 992px) {
    .banner_____image {
        transform: scale(1);
        margin-top: 2rem;
        text-align: center;
    }

    .drag-img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 991px) {
    .collection-story-mode-heading h2 {
        font-size: 52px;
    }

    .collection-story-mode-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .collection-story-mode-section {
        padding: 70px 0;
    }

    .collection-story-mode-heading {
        margin-bottom: 55px;
    }

    .collection-story-mode-heading h2 {
        font-size: 38px;
    }

    .collection-story-mode-heading p {
        font-size: 15px;
    }

    .collection-story-mode-timeline {
        padding-left: 70px;
    }

    .collection-story-mode-icon {
        left: -67px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .collection-story-mode-card {
        padding: 24px;
        border-radius: 22px;
    }

    .collection-story-mode-card h3 {
        font-size: 22px;
    }

    .collection-story-mode-card p {
        font-size: 15px;
    }

    .collection-story-mode-related h4 {
        font-size: 20px;
    }

    .collection-story-mode-related-icons a {
        width: 54px;
        height: 54px;
        font-size: 22px;
        border-radius: 14px;
    }
}

/* inner-banner Css  */
.inner-banner {
    background-image: url(../img/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    padding: 70px 0 130px;
    position: relative;
    background-color: var(--extra-color-8);
    margin-bottom: 10px;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--extra-color-8);
    mix-blend-mode: color;
    z-index: 1;
}

.inner-banner::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -5%;
    width: 110%;
    height: 110px;
    background: #fff;
    transform: rotate(-3deg);
    /* z-index: 1; */
}

.inner-banner>* {
    position: relative;
    z-index: 2;
}

/* inner drp page start */
.live-release-section {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.drop-wrapper {
    position: relative;
    z-index: 111111;
}

/* Heading */
.release-heading h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #1a0b17;
    line-height: 1;
    margin-bottom: 15px;
    font-family: var(--bangers-font);
    /* letter-spacing: 1px; */
}

.release-heading h2 span {
    color: #d4006a;
}

.release-heading p {
    color: #777;
    font-size: 14px;
    margin: 0;
}

/* Tabs */
.custom-tabs {
    border-bottom: 1px solid #bdbdbd;
    gap: 30px;
    position: relative;
    z-index: 1111;
}

.custom-tabs .nav-link {
    position: relative;
    border: 0;
    background: transparent;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}

.custom-tabs .nav-link:hover {
    color: #111;
}

.custom-tabs .nav-link.active {
    background: transparent;
    color: #111;
}

/* Active Underline */
.custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #111827;
}

/* Count Circle */
.custom-tabs .count {
    width: 24px;
    height: 24px;
    background: #d9d9d9;
    color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.custom-tabs .nav-link.active .count {
    background: #111827;
    color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
    .release-heading h2 {
        font-size: 28px;
    }

    .custom-tabs {
        gap: 15px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .custom-tabs .nav-link {
        white-space: nowrap;
    }
}

/* inner drp page start */
/* Card */
.wrapper-locked-cards .drop-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.wrapper-locked-cards .drop-card:hover {
    transform: translateY(-5px);
}

/* Image */
.wrapper-locked-cards .drop-img {
    width: 150px;
    height: 140px;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    border: 1px solid #e2e4e9;
}

.wrapper-locked-cards .drop-img .img-bage {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: blur(3px);
}

/* Lock */
.wrapper-locked-cards .lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
}

/* Info */
.wrapper-locked-cards .drop-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #17171c;
    margin-bottom: 10px;
}

.wrapper-locked-cards .drop-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #657490;
    font-family: "inter_28pt-medium";
}

.wrapper-locked-cards .drop-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #657490;
    font-family: "inter_28pt-medium";
}

.wrapper-locked-cards .drop-meta span {
    font-size: 16px;
    font-family: "inter_28pt-semiBold";
}

.wrapper-locked-cards .drop-meta strong {
    font-size: 16px;
    color: #0f1c2b;
    font-family: "inter_28pt-medium";
    position: absolute;
    right: 0;
    padding-right: 15px;
}

/* Badge */
.wrapper-locked-cards .badge-live {
    display: inline-block;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 20px;

    font-family: "inter_28pt-semiBold";
}

.pulper-badge {
    background-color: #ffe3ef;
    border: 1px solid #a83adf;
    color: #a83adf;
}

.pink-badge {
    background-color: #f6ebfc;
    border: 1px solid #d4006a;
    color: #d4006a;
}

.blue-badge {
    background-color: #eaf4fd;
    border: 1px solid #2b8cee;
    color: #2b8cee;
}

.pulper-badge-content {
    color: #a83adf;
}

.pink-badge-content {
    color: #d4006a;
}

.blue-badge-content {
    color: #2b8cee;
}

/* Meta */
.wrapper-locked-cards .drop-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 13px;
    width: 100%;
    color: #555;
}

.wrapper-locked-cards .drop-meta strong {
    color: #111;
}

/* Icon */
.wrapper-locked-cards .card-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fcd289;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fef2db;
}

/* Empty */
.wrapper-locked-cards .empty-state {
    padding: 40px;
    text-align: center;
    color: #888;
    border: 1px dashed #ddd;
    border-radius: 12px;
}

.card-past-drop {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}

.card-past-drop img {
    background: #f1f1f1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    object-fit: scale-down;
    border: 1px solid #e4e4e7;
}

.card-past-drop h5 {
    font-weight: 900;
    margin-top: 11px;
}

.card-past-drop p {
    color: #657490;
    font-weight: 700;
}

.card-past-drop h6 {
    font-weight: 900;
    margin-top: 11px;
    background: #6d6d78;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

/* about page Css  */
.about____box {
    border-left: 5px solid var(--secondary-color);
}

.about____image figure img.img-fluid {
    width: 100%;
    height: 553px;
    object-fit: cover;
    border-radius: 35px;
}

.mission____image figure img.img-fluid {
    width: 100%;
    height: 268px;
    object-fit: cover;
    border-radius: 25px;
}

.about____bottom___heading .btn:hover {
    background: #ec1380;
    border-color: transparent;
    color: var(--primary-color);
}

/* about page Css  */

/* blog page Css  */
.blogs____wrapper {
    background: #f7f7f7;
    border-radius: 25px;
    margin-bottom: 20px;
}

.blog___btn {
    background: var(--extra-color-7);
    color: var(--extra-color-2);
}

.blog___btn:hover {
    background: #ec1380;
    border-color: transparent;
    color: var(--primary-color);
}

.blogs____image figure {
    position: relative;
    overflow: hidden;
    border-radius: 29px;
}

.blogs____image figure:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg,
            rgba(16, 24, 32, 0) 0%,
            rgba(16, 24, 32, 0.4) 60%,
            rgba(16, 24, 32, 0.85) 100%);
}

.blog____mainimage {
    width: 100%;
    height: 497px;
    object-fit: cover;
    border-radius: 29px;
}

.blog____subimage {
    width: 100%;
    height: 294px;
    object-fit: cover;
    border-radius: 29px;
}

/* blog page Css  */

/* events page Css  */
.events____wrapper {
    border: 1px solid #c4c8d3;
    border-radius: 30px;
    margin-bottom: 20px;
}

.location____wrap.event____box {
    background: #f9f1f8;
    border-radius: 30px;
}

/* events page Css  */

/* testimonials page Css  */
.review____detail .review____wrapper {
    margin-bottom: 15px;
}

.review____detail .review____wrapper figure img.img-fluid {
    width: 100%;
}

/* testimonials page Css  */

/* privacy page Css  */

.privacy____li {
    padding-left: 10px;
}

.privacy____orderlist .privacy____li::marker {
    font-family: var(--secondary-bold-font);
    font-weight: 900;
    color: #000;
}

/* privacy page Css  */

/* categories page Css  */
.categories____wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.categories____hover-bg {
    position: absolute;
    right: -80px;
    top: 20px;
    width: 220px;
    height: 220px;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 0;
    pointer-events: none;
}

.categories____hover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .09;
}

.categories____wrapper>*:not(.categories____hover-bg) {
    position: relative;
    z-index: 1;
}

.categories____wrapper:hover .categories____hover-bg {
    opacity: 1;
}

.categories____wrapper:hover {
    background: #101a21;
}

.categories____wrapper:hover .categories____hover {
    color: var(--extra-color-2);
}

.categories____wrapper:hover .categories____icon img.img-fluid {
    filter: brightness(0) saturate(100%) invert(99%) sepia(89%) saturate(259%) hue-rotate(208deg) brightness(116%) contrast(100%);
}

/* categories page Css  */

/* shop page Css  */
.shop____category {
    position: relative;
    background: linear-gradient(135deg,
            rgba(34, 28, 56, 1) 0%,
            rgba(15, 25, 32, 1) 100%);
    border-radius: 20px;
    padding: 25px 0;
    overflow: hidden;
}

.shop____category::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg,
            transparent 0%,
            transparent 80%,
            #69a7d3 100%,
            #69a7d3 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.shop____category ul li {
    padding: 14px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shop____category ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.shop____category ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.category-sidebar ul li a:hover {
    color: #00d9ff;
    padding-left: 6px;
}

.shop-detail-section .vault-badge {
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    font-size: 7px;
    font-family: var(--primary-bold-font);
    letter-spacing: 1px;
    line-height: normal;
}

.shop-detail-section .vault-img-box {
    padding: 20px 0;
    height: unset;
}

.shop-detail-section .vault-img-box img {
    width: unset;
}

.shop-detail-section .vault-card {
    padding: 12px;
}

.shop-detail-section .vault-cart-btn {
    font-size: 9px;
    font-family: var(--primary-bold-font);
}

.sort-dropdown {
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    font-family: var(--primary-medium-font);
    color: #4d4d4d;
}

.shop_____wishlist {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: #f4f4f570;
    backdrop-filter: blur(5px);
    padding: 50px 0px;
    position: absolute;
    top: 100%;
    bottom: 0;
    width: 100%;
}

.shop-detail-section .vault-card:hover .shop_____wishlist {
    opacity: 1;
    top: 0;
}

/* shop page Css  */

/* contact page Css  */
.contact-info-box {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-info-icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    font-size: 22px;
}

.contact-info-content h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.contact-info-content p,
.contact-info-content a {
    text-decoration: none;
    display: block;
    color: #3d3d3d;
}

.contact-divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 35px 0;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

.facebook {
    background: #1877f2;
}

.twitter {
    background: var(--extra-color-4);
}

.linkedin {
    background: var(--extra-color-7);
}

.youtube {
    background: var(--extra-color-7);
}

.instagram {
    background: #ffb800;
}

.contact-form-wrapper {
    background: #f7f7f7;
    border-radius: 21px;
    padding: 50px 30px;
    border-bottom: 4px solid #ffc20a;
    height: 100%;
}

.business____day {
    flex: 0 0 60%;
}

.business___hours span {
    flex: 0 0 40%;
}

.contact-info-content {
    width: 70%;
}

.contact-btn {
    background: var(--extra-color-4);
    color: var(--extra-color-2);
    font-family: var(--primary-medium-font);
    padding: 7px 30px;
}

/* contact page Css  */

/* auth pages Css  */
.auth____btn {
    background: var(--extra-color-4);
    color: var(--extra-color-2);
    font-family: var(--primary-medium-font);
}

.auth____btn:hover {
    background: transparent;
    color: var(--extra-color-4);
    border-color: var(--extra-color-4);
}

/* auth pages Css  */

/* mysterybox page Css  */
.pricing-card {
    background: #fff8e9;
    border-radius: 45px;
    overflow: hidden;
    transition: 0.4s ease;
    z-index: 9;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background-image: url(../img/pricing-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.active-card::before {
    background-image: url(../img/pricingactive-bg.svg);
}

.active-card {
    background: #1576d9;
    border-radius: 25px;
}

.pricing-badge {
    width: 100%;
    background: #2b8cee;
    color: var(--extra-color-2);
    padding: 8px 20px;
    text-align: center;
}

.pricing-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.pricing-list li i {
    color: #1944ae;
    font-size: 14px;
}

.white-icons li i {
    color: #ffaa00;
}

.pricing-btn {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    background: #ff8b1f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--primary-semibold-font);
    transition: 0.4s ease;
}

.pricing-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.white-btn {
    background: #fff;
    color: var(--primary-color);
}

.white-btn:hover {
    background: #ff8b1f;
    color: #fff;
}

/* mysterybox page Css  */

/* wishlist page Css  */
.product-img1 {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.badge-out {
    background-color: #d7e6f7;
    color: #2b8cee;
    border-radius: 30px;
    font-size: 10px;
    padding: 12px;
}

.badge-in {
    background-color: #f7d7ee;
    color: var(--extra-color-4);
    font-size: 10px;
    padding: 12px;
    border-radius: 30px;
}

.btn-notify {
    background-color: #d7efe8;
    color: var(--secondary-color);
    font-family: var(--primary-semibold-font);
}

.wishlist____cart {
    color: var(--extra-color-2);
    font-family: var(--primary-semibold-font);
}

.table_____wrapper table.table {
    background: #f5f6f8;
    border-radius: 20px;
    overflow: hidden;
}

.table_____wrapper td {
    padding: 30px;
}

.wishlist____fig {
    background: var(--extra-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    max-width: 60px;
    height: 60px;
    margin: auto;
}

.table_____wrapper td {
    padding: 18px 10px;
    color: #100015;
    border-right: 1px solid #b4b5ba;
    text-align: center;
    border-bottom: 0;
    font-size: 13px;
}

.table_____wrapper td:last-child {
    border: 0;
}

.table_____wrapper th {
    padding: 20px;
    text-align: center;
    border-bottom: 0;
    font-weight: 400;
}

.cross____btn {
    font-size: 25px;
    font-weight: 900;
    color: #0f1d2d;
}

.table_____wrapper thead {
    border-bottom: 1px solid #b4b5ba;
}

/* wishlist page Css  */

/* cart page Css  */
/* .promo____wrapper {
	width: 70%;
} */
.tracking____wide {
    background: #101a21;
    color: var(--extra-color-2);
    font-family: var(--primary-semibold-font);
}

.update____btn {
    background: #eaf4fe;
    color: #2b8cee;
    font-family: var(--primary-semibold-font);
}

/* cart page Css  */

/* shop card hover Css  */
.prod____card:hover .shop_____wishlist {
    opacity: 1;
    top: 0;
}

/* shop card hover Css  */

/* Toaster Css  */
.custom-toast {
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.custom-toast.error {
    background: #dc3545 !important;
    color: #fff !important;
}

.custom-toast.success {
    background: #28a745 !important;
    color: #fff !important;
}

.custom-toast.warning {
    background: #ffc107;
    color: #000;
}

.custom-toast.info {
    background: #0dcaf0;
    color: #000;
}

/* Toaster Css  */

/* review-section Css  */
.name____circle {
    background: #f2ebfa;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.review____wrapper {
    background: var(--extra-color-2);
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 4px 20px 0px rgba(23, 23, 28, 0.06);
}

/* review-section Css  */

/* Tablet Responsive  */
@media (max-width: 992px) {
    .mystery____image {
        margin-top: -50px;
        padding-right: 0;
    }

    .mystery____image figure img.img-fluid {
        height: 390px;
    }
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 576px) {
    .banner {
        padding: 20px 0;
    }

    .mystery____image {
        margin-top: 0;
    }

    /* .curve___section {
		padding-top: 20px;
	} */
    .calendar____date {
        width: 60px;
        height: 60px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .business___hours span {
        font-size: 9px;
    }

    .table_____wrapper table.table {
        min-width: 800px;
    }

    .inner-banner {
        padding: 70px 0 80px;
        margin-bottom: 10px;
    }

    .inner-banner::after {
        height: 70px;
    }

    .site-footer {
        padding: 40px 0 10px;
    }

    .blog____mainimage {
        height: 297px;
    }

    .blog____subimage {
        height: 160px;
    }

    .about____image figure img.img-fluid {
        height: 303px;
    }

    .mission____image figure img.img-fluid {
        height: 148px;
    }

    .vault____image .img-fluid {
        height: 296px;
    }

    .join-btn {
        width: fit-content;
    }

    .promo____main {
        top: 0;
        right: 40px;
    }

    .vault-heading {
        margin-bottom: 30px;
    }

    .vault-title {
        font-size: 16px;
    }

    .vault-price {
        font-size: 16px;
    }

    .vault-cart-btn {
        font-size: 10px;
    }

    .vault-badge {
        padding: 4px 10px;
        font-size: 10px;
    }

    .icon-box {
        width: 42px;
        height: 42px;
    }

    .toy-img {
        width: 59px;
        height: 66px;
    }

    .time-box span {
        font-size: 15px;
    }

    .time-box {
        width: 48px;
        height: 58px;
    }

    .product-price {
        font-size: 20px;
    }

    .product-title {
        font-size: 17px;
    }

    .exclusive-title h2 {
        font-size: 28px;
    }

    .exclusive-price {
        font-size: 30px;
    }

    .shop____category ul li a {
        font-size: 12px;
    }
}

/* Mobile Responsive  */
