/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Modulo';
    src: url('../modulo-ultra.html') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit-black.html') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.single-collectibles-2026 .elementor-location-header,
.single-collectibles-2026 .elementor-location-footer {
    display: none !important;
}

.single-collectibles-2026 {
    background-image: url('../desktop-bg.html');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.single-collectible-outer {
    max-width: 1320px;
    padding: 0 40px;
    margin: auto;
}

.single-collectible-header {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #FCFCD8;
}

.single-collectible-header.desktop {
    display: flex;
}

.single-collectible-header.mobile {
    display: none;
}

h2.single-collectible-header-title {
    color: #FCFCD8 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: 4px;
    text-transform: uppercase !important;
}

.single-collectible-content {
    margin-top: 32px;
}

h1.single-collectible-title {
    color: #FCFCD8 !important;
    text-align: center;
    font-family: 'Modulo', sans-serif !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    line-height: 1.4em !important;
    letter-spacing: 1px !important;
    margin-bottom: 32px;
}

.single-collectible-content-inner {
    display: flex;
}

.single-collectible-content-inner-col {
    width: 50%;
}

.single-collectible-info {
    display: flex;
    justify-content: space-between;
    border-radius: 3.34px;
    border: 1px solid #FCFCD8;
    padding: 8px;
}

.single-collectible-content-inner-col-grid {
    display: flex;
    flex-flow: column;
    gap: 8px;
}

h3.single-collectible-info-title {
    margin: 0;
    color: #FCFCD8 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 16.701px;
    letter-spacing: 0 !important;
    display: flex;
    gap: 8px;
    align-items: center;
    text-transform: capitalize !important;
}

span.collectible-green-text {
    color: #C5E300 !important;
}

span.collectibles-seperator {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100px;
    background: #C5E300;
}

a.goal-link {
    color: #212121 !important;
    border-radius: 100px;
    background: #C5E300;
    padding: 16px 40px;
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    margin-top: 47px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

video.single-collectible-video {
    max-height: 500px;
}

.card-container.mobile {
    display: none;
}

.powered-by-chiliz {
    text-align: center;
    margin-top: 24px;
}

.single-collectibles-2026 .elementor-location-footer{
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .single-collectible-header.desktop {
        display: none;
    }

    .single-collectible-content {
        margin-top: 24px;
    }

    .single-collectible-header.mobile {
        display: block;
    }

    .collectible-header-mobile-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .single-collectible-header-col {
        text-align: center;
    }

    h2.single-collectible-header-title {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    h1.single-collectible-title {
        font-size: 28px !important;
        margin-bottom: 24px;
    }
    
    .single-collectible-outer {
        padding: 0 16px;
        margin: auto;
    }

    .single-collectible-content-inner-col-grid, .single-collectible-content-inner-col.video-section{
        display: none;
    }
    
    .single-collectible-content-inner-col {
        width: 100%;
    }
    
    .single-collectible-outer .card-container.mobile {
        display: block;
    }

    .single-collectible-outer .card-container.mobile {
        text-align: center;
        position: relative;
    }

    .single-collectible-outer .card {
        height: 380px;
        width: 240px;
        border-radius: 16px;
        display: inline-block;
        perspective: 1000px;
    }

    .single-collectible-outer .card-inner {
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        transition: transform 0.6s;
    }

    .single-collectible-outer .card-front {
        height: 100%;
        width: 100%;
        border-radius: 16px;
        background-color: #000;
        position: absolute;
        backface-visibility: hidden;
    }

    .single-collectible-outer .card-front-img {
        height: 100%;
        width: 100%;
        border-radius: 16px;
    }

    .single-collectible-outer .card-back {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        border-radius: 16px;
        color: #FCFCD8;
        padding: 8px;
        font-family: 'Outfit', sans-serif;
        background-image: url("../bazr-collectibles-back-card-2.html");
        background-size: cover;
        font-size: 14px;
        line-height: 14px;
        position: absolute;
        backface-visibility: hidden;
        transform: rotateY(180deg);
    }

    .single-collectible-outer .card-back-top-img {
        height: 180px;
        object-fit: contain;
    }

    .single-collectible-outer .card-back-middle {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .single-collectible-outer .card-back-middle-item {
        border-top: solid 1px #D1D3D4;
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .single-collectible-outer .card-back-middle-item:nth-child(even) {
        border-left: solid 1px #D1D3D4;
    }

    .card-back-middle-item-title{
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 8px;
        line-height: 1em;
    }

    .single-collectible-outer .card-back-middle-item-value {
        font-size: 12px;
        font-weight: 400;
        line-height: 1em;
    }

    .single-collectible-outer .card-back-bottom-item {
        border-top: solid 1px #D1D3D4;
        padding: 8px;
    }

    .single-collectible-outer .card-back-middle-item-title {
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 8px;
        line-height: 1em;
    }

    .single-collectible-outer .dots-container {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .single-collectible-outer .dot.active {
        background-color: #C5E300;
    }

    .single-collectible-outer .dot {
        width: 16px;
        height: 16px;
        background-color: transparent;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        border: 1px solid #C5E300;
    }

    .single-collectible-outer {
        margin-bottom: 16px;
    }

    .single-collectibles-2026 {
        background-image: url('../mobile-bg-1-scaled.html');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
    }

    a.goal-link {
        margin-top: 24px;
    }

    .powered-by-chiliz {
        margin-top: 16px;
    }
}