@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

:root {
    --shadow-color: #FF9E9E;
    --shadow-color-light: rgb(233, 103, 103);
}

html,
body {
    overflow-x: clip;
    background: rgb(23 23 23);
}


path{
    pointer-events: all;
}

.pyro-bg {
    background: url("./../img/header-bg-dark.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100vw;
}

.pyro-vid {
    min-width: 100vw;
    height: auto;
}

.soon-bg {
    background: url("./../img/coming-soon-bg-big.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100vw;
    height: auto;
}

.bg-fixed {
    background-attachment: fixed;
}

.footer-bg {
    background: url("./../img/footer-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 2em;
    opacity: 0.6;
    height: 20em;
    min-width: 100%;
    position: relative;
}

.menu-btn-bg {
    color: rgb(230, 230, 230);
    font-weight: 500;
    font-size: .9rem;
    transition: color .8s ease;
}

    .menu-btn-bg:hover,
    .menu-btn-active {
        color: rgb(255, 222, 38);
        background-color: none;
        background-image: none;
        transition: color .8s ease;
    }



.swiper {
    width: 100%;
    max-height: 22em;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #d47d7d; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 16em !important;
}

.slider-card-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    object-fit: contain;
    display: block;
}

.slider-img {
    position: absolute;
    left: 10%;
    bottom: 5%;
    width: 20rem;
    height: 20rem;
    object-fit: contain;
    display: block;
}

.my-atropos {
    width: 100%;
    height: 100%;
}

.atropos-highlight {
    left: 10%;
    top: 10%;
    width: 70%;
    height: 70%;
    background-image: radial-gradient( circle at 50%, rgba(255, 255, 255, 0.25), transparent 50% );
    z-index: 0;
}

.atropos-shadow {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    left: 5%;
    top: 92%;
    width: 80%;
    height: 10%;
    filter: blur(5px);
}

.radix-logo {
    width: 5em;
    height: auto;
    margin-top: 5px;
}

.linear-wipe {
    text-align: center;
    background: linear-gradient( to right, #ff6e6e 20%, #ff0 40%, #ff0 60%, #ff4444 80% );
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 9s linear infinite;
}

@keyframes shine {
    0% {
        background-position: 0% center;
    }

    50% {
        background-position: 100% center;
    }

    100% {
        background-position: 0% center;
    }
}

.cloud-sticky {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}

.cloud .cloud1 {
    animation: cloud calc(30s * var(--i)) linear infinite;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 0;
}

.cloud-soon .cloud1-soon {
    animation: cloud calc(60s * var(--i)) linear infinite;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 0;
}

.cloud-soon .cloud2-soon {
    animation: cloud2 calc(30s * var(--i)) linear;
    animation-fill-mode: forwards;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 0;
}


.cloud .cloud2 {
    animation: cloud2 calc(30s * var(--i)) linear;
    animation-fill-mode: forwards;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 1;
}

.cloud2 .cloud3 {
    animation: cloud calc(60s * var(--i)) linear infinite;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

@keyframes cloud {
    0% {
        transform: translateX(+100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes cloud2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.black-gradient {
    background: linear-gradient( to top, rgba(23, 23, 23, 1) 10%, rgba(23, 23, 23, 0) 100% );
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10em;
    z-index: 1;
}

.black-gradient-roadmap {
    background: linear-gradient( to top, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100% );
    width: 100vw;
    position: sticky;
    bottom: 0;
    left: 0;
    height: 10em;
    z-index: 1;
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.sticky-1 {
    position: -webkit-sticky;
    position: sticky;
    top: 3.5em;
    align-self: flex-start;
}

.sticky-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 6em;
    align-self: flex-start;
}

/*Particles firesparks*/

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: none;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.hamburger, .sidebar {
    display: none;
}

.modal-mobile::-webkit-scrollbar, .modal-mobile::-webkit-scrollbar-track, .modal-mobile::-webkit-scrollbar-thumb {
    display: none;
}

.coming-soon {
    font-size: 0.65em;
}

@media only screen and (max-width: 767px) {
    .sticky-2 {
        position: relative;
        position: relative;
        top: 0;
        align-self: auto;
    }

    .pyro-hidden {
        display: none;
    }    
}


@media only screen and (max-width: 1279px) {    
    .hamburger, .sidebar {
        display: block;
    }
}

    @media only screen and (max-width: 1023px) {

        /*.hamburger, .sidebar {
        display: block;
    }*/

        .menu-btn-bg {
            font-weight: 700;
            font-size: 1rem;
            border-bottom: none;
        }

            .menu-btn-bg:hover,
            .menu-btn-active {
                color: rgb(20, 20, 20);
                background-color: #ffe200;
                background-image: radial-gradient( circle, rgba(255, 247, 190, 1) 0%, #ffe200 48%, rgba(204, 0, 0, 0.45) 100% );
                border-bottom: none;
            }


        .sticky-1 {
            position: relative;
            top: 0;
        }

        .atropos-shadow {
            display: none;
        }

        .atropos-highlight {
            left: 10%;
            top: 10%;
            width: 50%;
            height: 50%;
            background-image: radial-gradient( circle at 50%, rgba(255, 255, 255, 0.25), transparent 50% );
            z-index: 0;
        }

        .footer-bg {
            height: 14em;
            z-index: 2;
        }

        .pyro-bg {
            background: none;
            position: relative;
        }

        html, body {
            background: none;
        }

            html::before {
                content: ' ';
                display: block;
                background-image: url("./../img/header-bg-dark.webp");
                background-position: center;
                background-size: cover;
                height: 100vh;
                width: 100vw;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                position: fixed;
                z-index: -10;
            }
    }

#svg-blur {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Chrome, Safari and all webkit browsers */
    -webkit-mask-image: url("/img/pyro-logo.svg");
    -webkit-mas-size: auto 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    /* FIREFOX */
    mask-image: url("/img/pyro-logo.svg");
    mask-size: auto 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: rgba(255, 235, 154, 0.539);
    -webkit-backdrop-filter: blur(10px) saturate(125%) brightness(350%);
    backdrop-filter: blur(10px) saturate(125%) brightness(350%);
}

.bg-img {
    background: url(/img/background-blur.png) no-repeat;
    background-size: 100%;
}

.bg-img-1 {
    background: url(/img/background-blur.png) no-repeat;
    background-size: 100%;
    background-position: 0 50%;
}

    .start-headlines {
        color: rgba(256,256,256, 0.85);
        opacity: 0.95;
        font-weight: 900;
        text-shadow: 0 0 2px #1f1f1fa2, 0 0 5px #ffacac96, 0 0 10px #ff00006c;
        filter: saturate(300%), brightness(500%);
    }

    .start-headlines-old {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light), 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light), 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }

    .not-reached {
        filter: grayscale(0.85);
        opacity: 0.7;
    }

    /* disable btn on number inputs */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }


    /* Loading Spinner */
    .loader {
        width: 34px;
        height: 34px;
        position: relative;
    }

        .loader:before, .loader:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #ffce3d;
            transform: translate(-50%, -100%) scale(0);
            animation: push 2s infinite linear;
        }

        .loader:after {
            animation-delay: 1s;
        }

    @keyframes push {
        0%, 50% {
            transform: translate(-50%, 0%) scale(1)
        }

        100% {
            transform: translate(-50%, -100%) scale(0)
        }
    }

    .buy-pyro {
        background-image: linear-gradient( 20deg, hsl(0deg 99% 43%) 0%, hsl(23deg 97% 45%) 12%, hsl(31deg 97% 47%) 19%, hsl(37deg 96% 49%) 25%, hsl(42deg 98% 51%) 29%, hsl(41deg 99% 63%) 34%, hsl(41deg 98% 70%) 38%, hsl(44deg 96% 75%) 43%, hsl(48deg 93% 80%) 47%, hsl(47deg 91% 81%) 53%, hsl(33deg 90% 76%) 59%, hsl(22deg 90% 71%) 67%, hsl(13deg 91% 64%) 77%, hsl(0deg 100% 48%) 100% );
        opacity: 0.85;
        backdrop-filter: blur(20px);
        background-size: 600%;
        animation: anime 16s linear infinite;
        transition: all 0.5s ease-in;
        cursor: pointer;
    }

.presale-cards {
    background: rgb(116,35,0);
    background: radial-gradient(circle at top, rgba(116,35,0,1) 0%, rgb(25, 0, 0) 135%);
}

    @keyframes anime2 {
        0% {
            background-position: 0% 50%;
             filter: drop-shadow(0px 0px 0px #fbcc4b);
        }

        50% {
            background-position: 100% 50%;
            filter: drop-shadow(0px 0px 10px #fbcc4b);
        }

        100% {
            background-position: 0% 50%;
            filter: drop-shadow(0px 0px 0px #fbcc4b);
        }
    }

@keyframes anime {
    0% {
        background-position: 0% 50%;

    }

    50% {
        background-position: 100% 50%;
        
    }

    100% {
        background-position: 0% 50%;
      
    }
}

    input:focus, input:active {
        border: none;
        outline: none;
    }

    .pyro-left {
        background-image: linear-gradient( 20deg, hsl(0deg 99% 43%) 0%, hsl(23deg 97% 45%) 12%, hsl(31deg 97% 47%) 19%, hsl(37deg 96% 49%) 25%, hsl(42deg 98% 51%) 29%, hsl(41deg 99% 63%) 34%, hsl(41deg 98% 70%) 38%, hsl(44deg 96% 75%) 43%, hsl(48deg 93% 80%) 47%, hsl(47deg 91% 81%) 53%, hsl(33deg 90% 76%) 59%, hsl(22deg 90% 71%) 67%, hsl(13deg 91% 64%) 77%, hsl(0deg 100% 48%) 100% );
        opacity: 0.85;
        background-size: 600%;
        animation: anime 16s linear infinite;
        transition: all 0.5s ease-in;
    }

.animated-headline{
    background-image: linear-gradient( 20deg, hsl(0deg 99% 43%) 0%, hsl(23deg 97% 45%) 12%, hsl(31deg 97% 47%) 19%, hsl(37deg 96% 49%) 25%, hsl(42deg 98% 51%) 29%, hsl(41deg 99% 63%) 34%, hsl(41deg 98% 70%) 38%, hsl(44deg 96% 75%) 43%, hsl(48deg 93% 80%) 47%, hsl(47deg 91% 81%) 53%, hsl(33deg 90% 76%) 59%, hsl(22deg 90% 71%) 67%, hsl(13deg 91% 64%) 77%, hsl(0deg 100% 48%) 100% );
    opacity: 0.85;
    background-size: 600%;
    animation: anime2 5s linear infinite;
    transition: all 0.5s ease-in;
}

    .rarity-label {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
    }

    [x-cloak] {
        display: none !important;
    }

.social-icon {
    height: 30px;
}

/*TEXT STRIKE THROUGH*/
.strikethrough {
    position: relative;
    /*color: red;*/
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: red;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}