:root {
    --navBarSpacerHeight: 62px;
    --primary: #925c80;
    --primaryAlt: #d49a99;
    --secondary: #925c80;
    --secondaryAlt: #d49a99;
    --primaryFont: 'gothiks', sans-serif;
    --secondaryFont: 'gothiks', sans-serif;
    --primaryFontColor: var(--white);
}

@font-face {
    font-family: 'Vibur';
    src: url('https://static.bitflips.io/afi/vibur.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothiks';
    src: url('https://static.bitflips.io/afi/Gothiks_Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* App */

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    font-family: var(--secondaryFont), sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: var(--white);
    -webkit-font-smoothing: antialiased;
}

.app {
    background-color: var(--bg-dark-secondary);
}

.app-header.sticky-top {
    z-index: 1080;
}

.app-content {
    min-height: 100vh;
}

/* Sections */

.parallax.primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(https://static.bitflips.io/afi/banner2.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    filter: blur(10px);
    z-index: 0;
}

/* greater than phone breakpoint */

@media (min-width: 768px) {
    .app-header.sticky-top {
        background: unset;
    }
}

.notification-wrapper.sticky-top {
    position: absolute;
    width: 100%;
    z-index: 1080;
}

.notification {
    font-size: 20px !important;
}

.app-content {
    overflow-x: hidden;
}

h1, h2 {
    font-family: var(--primaryFont), sans-serif;
    line-height: 1.2;
    font-weight: 500;
}

h2 {
    font-size: 2.5em;
}

h3, h4 {
    font-family: var(--primaryFont), sans-serif;
}

h5 {
    font-size: 1.5rem;
}

p.large-text {
    font-size: 1.6em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* greater than tablet breakpoint */

@media (min-width: 992px) {
    p.large-text {
        font-size: 2em;
    }

    summary {
        font-size: 1.6em;
    }

    details p {
        font-size: 1.2em;
    }
}

/* Core */

/* Font */

.ff-primary {
    font-family: var(--primaryFont);
}

.ff-secondary {
    font-family: var(--secondaryFont);
}

.ff-vibur {
    font-family: "Vibur", sans-serif;
}

.fc-primary {
    color: var(--primary) !important;
}

.fc-primary-neon {
    color: #FFFFFF;
    text-shadow: 0 0 4px #fff,
    0 0 11px #fff,
    0 0 19px var(--primary),
    0 0 40px var(--primary),
    0 0 80px var(--primary),
    0 0 90px var(--primary),
    0 0 100px var(--primary),
    0 0 150px var(--primary);
}

.fc-secondary {
    color: var(--secondary) !important;
}

.fc-tertiary {
    color: var(--primaryAlt) !important;
}

.fc-quaternary {
    color: var(--secondaryAlt) !important;

}

.form-control {
    font-family: var(--primaryFont);
}

.fs-large {
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
}

.fs-medium {
    font-size: 33px;
    line-height: 48px;
    text-align: center;
}

.fs-small {
    font-size: 20px
}

.fs-smaller {
    font-size: 16px;
    line-height: 26px;
}

.fs-xsmall {
    font-size: 14px
}

/* Backgrounds */

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-tertiary, .bg-beta {
    background: var(--primaryAlt) !important;
}

/* Borders */

.bc-primary {
    border-color: var(--primary) !important;
}

.bc-secondary {
    border-color: var(--secondary) !important;
}

.f-primary {
    color: var(--primary);
    font-size: 1.25rem;
    line-height: 24px;

}

/* Fills */

.fill-primary {
    fill: var(--primary) !important;
}

.fill-secondary {
    fill: var(--secondary) !important;
}

/* Overrides */

.fs-1 {
    line-height: 3rem !important;
}

.fs-2 {
    line-height: 2.5rem !important;
}

.fs-3 {
    line-height: 2rem !important;
}

.fs-5 {
    font-size: 1.4rem !important;
    line-height: 1.5rem !important;
}

.fs-6 {
    font-size: 1.1rem !important;
}

.fs-7 {
    font-size: 1rem !important;
}

.small {
    font-size: 18px;
}

.top {
    z-index: 1000;
}

/* End Core */

/* Bitflips Overrides */

/* Navbar */

.app-header .navbar {
    background: rgba(0, 0, 0, .5);
}

.nav-dropdown {
    background-color: #dddddd;
}

.navbar .nav-item, .navbar .nav-link {
    color: var(--white) !important;
    font-size: 20px;
}

.navbar .nav-link.no-hover:hover, .navbar .nav-link.no-hover:focus {
    color: var(--white) !important;
    cursor: none;
}

.nav-dropdown .nav-item,
.nav-dropdown .nav-link {
    color: #333333 !important;
}

.dropdown-item.no-hover:hover .nav-link {
    color: #333333 !important;
    cursor: default;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset;
}

.nav-link.active, .nav-item.active {
    color: var(--primary) !important;
}

.nav-link.active .btn-cta .icon {
    fill: white !important;
}

.nav-link.active .icon, .nav-item.active .icon {
    fill: var(--primary) !important;
}

.nav-item:hover, .nav-item:focus,
.nav-link:hover, .nav-link:focus {
    color: var(--primary) !important;
}

.nav-dropdown {
    background-color: #dddddd !important;
}

.nav-dropdown .nav-item:hover,
.nav-dropdown .nav-link:hover {
    color: var(--primary) !important;
}

.nav-dropdown .nav-item:hover .icon,
.nav-dropdown .nav-link:hover .icon {
    fill: var(--primary) !important;
}

.navbar button.nav-link {
    position: relative;
    z-index: 1;
}

.nav-link:hover .icon, .nav-link:hover .icon-label {
    fill: var(--primary) !important;
    color: var(--primary) !important;
}

.nav-divider {
    border-left: 1px solid rgba(255, 255, 255, .25) !important;
}

/* phone only breakpoint */

@media (max-width: 768px) {
    .navbar-dark .navbar-toggler {
        color: var(--white);
        border: none;
        z-index: 2;
        outline: none;
        padding: 5px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .bar {
        width: 30px;
        background: var(--white);
        height: 2px;
        display: flex;
    }

    .navbar-toggler .bar.middle {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    @media (max-width: 768px) {
        #navbarSupportedContent ul {
            background: rgba(0, 0, 0, 1);
            backdrop-filter: blur(4px);
            width: 100%;
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            padding: 1rem;
        }
    }

    #navbarSupportedContent ul .nav-link {
        font-size: 18px;
    }

    .outside-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-section {
        min-height: unset;
    }
}

/* tablet only breakpoint */

@media (max-width: 962px) {
    .page-section {
        min-height: unset;
    }
}

/* Profile */

.profile {
    min-height: calc(100vh - var(--navBarSpacerHeight)) !important;
}

.profile .nav-link {
    font-size: 18px;
}

/* Footer */

.footer {
    background: black;
    border-top: 2px solid rgba(255, 255, 255, 0.75);
    border-bottom: 15px solid var(--primary);
}

.footer a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

.footer a:hover {
    color: var(--primary);
}

/* Hero */

.hero-container {
    min-height: 100vh;
    margin-top: unset;
}

.digital-logo {
    object-fit: contain;
}

.digital-sub-logo {
    font-size: 150px;
    line-height: 150px;
    text-align: center;
}

.logo {
    width: 350px;
}

.logo.small {
    width: 45px;
}

@media (max-width: 768px) {
    .digital-sub-logo {
        font-size: 55px;
        line-height: 50px;
        text-align: center;
    }
}

/* Buttons */

.btn-cta {
    background: var(--primary);
    color: var(--white);
    font-size: 1em;
    text-transform: uppercase;
    padding: .5em 1em;
    line-height: 1.7em;
    border: none;
    position: relative;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    transition: all 0.3s ease-out;
    border-radius: 0;
}

.btn-cta:not(:disabled):hover {
    background: var(--primaryAlt);
    color: var(--white);
    transition: all 0.3s ease-in;
    padding: 0.5em 2em 0.5em 0.7em;
}

.btn-cta:not(:disabled):after {
    width: 25px;
    height: 25px;
}

.btn-cta.mint-button:not(:disabled):after {
    top: 20px;
}

.btn-cta:not(:disabled):hover .icon {
    fill: white;
    transition: all 0.3s ease-in;
}

/* greater than phone breakpoint */

@media (min-width: 768px) {
    .btn-cta {
        max-width: max-content;
    }

    .btn-cta:after {
        top: 15px !important;
    }
}

/* Pagination */

.pagination .page-item .page-link {
    color: var(--primary);
    background-color: #313131;
    border: 1px solid #808c99;
}

.pagination .page-item.active .page-link {
    color: var(--primary);
}

.pagination .page-item.disabled .page-link {
    color: var(--primary);
}

.results-count {
    color: var(--primary);
    font-weight: bold;
}

/* Home */

#home {
    background-size: cover;
    background-image: url(https://static.bitflips.io/afi/banner2.jpg);
    background-position: center;
}

/* Mint */

.minting-content h1,
.mint-selector,
.mint-button {
    font-family: var(--secondaryFont);
}

.mint-selector input[type="range"]::-webkit-slider-thumb,
.mint-selector input::-moz-range-thumb {
    background-color: var(--primary) !important;
}

.mint-button button {
    background-color: var(--primary);
}

.mint-button button:hover {
    background-color: var(--secondary);
}

.progress-bar.bg-success {
    background-color: var(--primary) !important;
}

.minting-progress-bar-overlay {
    -webkit-text-stroke-width: 0.03rem;
    -webkit-text-stroke-color: var(--secondary);
}

/* Gallery */

.attributes.accordion {
    background: var(--primary);
    border-radius: .25rem !important;
}

.attributes.accordion .accordion-header {
    background: var(--primaryAlt);
}

.attributes.accordion .accordion-item {
    background: inherit;
}

.attributes.accordion .accordion-button {
    color: inherit;
    background-color: inherit;
}

.attributes.accordion .accordion-button::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.attributes.accordion .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--primary);
}

/* Token Card */

.token-card .card-body {
    background-color: var(--primary);
}

.token-card .card-body .primary,
.token-card .card-body .secondary {
    color: white;
}

.token-card .token-image-wrap {
    background: var(--secondary);
    border-top-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

/* Token Panel */

#tokenPanelOffcanvas {
    background: var(--bg-dark) !important;
}

.collapsible:after {
    background: linear-gradient(to bottom, rgba(45, 51, 57, 0), rgba(45, 51, 57, 1)) !important;
}

.icon.token-panel-icon {
    fill: var(--primary);
}

/* End Bitflips Overrides */

/* Custom */

/* Home */

.digital-logo {
    width: 75%;
}

.digital-text {
    font-size: 70px;
}

.merch-placeholder-image {
    width: 50%;
}

@media (max-width: 768px) {
    .digital-logo {
        width: 60%;
    }

    .digital-text {
        font-size: 30px;
    }

    .merch-placeholder-image {
        width: 100%;
    }
}

/* Season Pass */

.reward-info {
    border-radius: .25rem !important;
}

/* CTA Button */

.btn-cta {
    color: white !important;
}

/* Reward Carousel Overrides */
/* TODO - most colors shouldn't need to be overridden https://github.com/BitflipsInc/Tickets/issues/286 */
#thumbsCarousel .reward-card.selected {
    border-color: var(--primaryAlt) !important;
    box-shadow: 0 0 20px var(--primaryAlt) !important;
}

.reward-card-points-to-go {
    background: var(--primaryAlt) !important;
    font-size: 16px;
}

.reward-card .btn-primary.claim-button {
    background: var(--primaryAlt) !important;
    color: var(--black) !important;
    border-color: var(--primaryAlt) !important;
}

.reward-card .btn-primary.claim-button:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
}

.reward-card .ribbon {
    background: var(--primary) !important;
}

.reward-card .ribbon:before, .reward-card .ribbon:after {
    border: .9em solid var(--primary);
}

.reward-card .ribbon:after {
    border-right-color: transparent !important;
}

.reward-card .ribbon:before {
    border-left-color: transparent !important;
}

.reward-card .ribbon .content:before, .reward-card .ribbon .content:after {
    border-color: var(--primary) transparent transparent transparent !important;
}

#thumbsCarousel .reward-card:hover {
    border-color: var(--primaryAlt) !important;
}

#thumbsCarousel .track-progress-step.continued:before {
    background: var(--primaryAlt) !important;
}

#thumbsCarousel .track-progress-step .progress-bar {
    background: var(--primaryAlt) !important;
}

#thumbsCarousel .progress .step {
    color: var(--white) !important;
    border: 1px solid var(--primary) !important;
    box-shadow: 0 0 20px var(--primary) !important;
    font-size: 18px;
}

#thumbsCarousel .progress .step.claimed {
    background: var(--primary);
}

#thumbsCarousel .reward-card .ribbon {
    font-size: 18px;
}
/* End Custom */