        @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Share+Tech+Mono&display=swap');

        * {
            margin: 0;
            padding: 0;
        }
        body {
            background-image: radial-gradient(circle closest-corner at center bottom, hsl(217, 59%, 12%) 0%, hsl(0, 0%, 4%) 100%);
            height: 100dvh;
        }
        @media (max-width: 800px) {
            body {
                height: 100%;
            }
        }
        /* HYPE ACTIVATED */
        /* .section-three
         {
            position: fixed;
            top: 28%;
            animation: shakeCrazy 300ms infinite linear;
        }
        .section-one h1,
        .section-one h2 {
            animation: shakeCrazyTwo 2s infinite linear;
        }
        .section-one h2 {
            animation-delay: 500ms;
        } */
        @keyframes shakeCrazy {
            0% {
                transform: translate(10px,-15px);
            }
            25% {
                transform: translate(-10px, 15px);
            }
            50% {
                transform: translate(10px,-15px);
            }
            75% {
                transform: translate(-10px, 15px);
            }
            100% {
                transform: translate(10px,-15px);
            }
        }
        @keyframes shakeCrazyTwo {
            0% {
                transform: translate(100px,0px);
            }
            25% {
                transform: translate(-100px, 0px);
            }
            50% {
                transform: translate(100px,0px);
            }
            75% {
                transform: translate(-100px, 0px);
            }
            100% {
                transform: translate(100px,0px);
            }
        }


        .frame {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            /* border: 1px solid red; */
        }
        .section-one {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 0.3rem;
            width: 100%;
            height: 50px;
            margin-top: 5rem;
            font-family: "Chakra Petch", sans-serif;
            font-weight: 700;
            color: #fff;
            
        }
        .section-two {
            position: relative;
            margin: 50px 20px 30px;
            padding: 2rem 3rem;
            background: linear-gradient(180deg, #1e1e1e, #262626);
            border-radius: 0 10px 0 10px;
            
            /* border: 1px solid red; */
        }
        .section-two::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            background: repeating-linear-gradient(0deg, rgba(0,0,0,0.18) 0 1px, transparent 1px 3px);
            mix-blend-mode: multiply;
        }
        .numCon {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .numCon::before,
        .numCon::after {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
        }
        .numCon::before {
            top: -1px;
            left: -1px;
            border-top: 2px solid #2b75ff;
            border-left: 2px solid #2b75ff;
        }
        .numCon::after {
            bottom: -1px;
            right: -1px;
            border-bottom: 2px solid #2b75ff;
            border-right: 2px solid #2b75ff;
        }

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #fff;
            font-family: "Chakra Petch", sans-serif;
            font-weight: 700;
            text-shadow: 0 0 18px rgba(32, 66, 255, 0.616);
            margin: 0 40px;
            /* border: 1px solid green; */
        }
        .container h2 {
            font-size: 2.5rem;
        }

        @media (max-width: 625px) {
            .section-two {
                padding: 1rem;
            }
            .container {
                margin: 0 30px;
            }
            .container h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 466px) {
            .section-two {
                padding: 2rem 0.7rem;
            }
            .container {
                margin: 0 20px;
            }
            .container h2 {
                font-size: 1rem;
            }
        }
        @media (max-width: 360px) {
            .container {
                margin: 0 15px;
            }
        }

        .section-three {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
            min-height: 35rem;  
            margin-top: 0;
            margin-bottom: 5rem;
        }
        .p-cards {
            /* border: 1px solid red; */
            position: relative;
            background-color: #1b1b1b;
            width: 15rem;
            height: 25rem;
            margin: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0px;
            padding: 0 20px;
            border-radius: 20px;
        }
        .p-cards p, .p-cards h2, .p-cards img {
            margin: 0;
        }
        .p-cards p {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            color: #cfcfcf;
            padding: 2px 15px;
            border-radius: 20px;
            margin-top: 10px;
        }
        

        .habibty {
            background: linear-gradient(270deg, #ff000081, #ffd90088, #00c8ff83, #7b61ff88, #ff70a781, #ff000081);
            background-size: 300% 300%;
            animation: gradientShift 5s linear infinite;
        }
        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            5% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                box-shadow: 0px 0px 55px 20px transparent;
            }
            25% {
                box-shadow: 0px 0px 55px 0px rgba(40, 5, 240, 0.48);
            }
            45% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                box-shadow: 0px 0px 55px 20px transparent;
            }
            100% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                background-position: 150% 50%;
                box-shadow: 0px 0px 55px 20px transparent;
            }
            
        }
        .habibty p {
            background-color: #353535;
        }
        .dra p {
            background-color: #353535;

        }
        .wartooth p {
            background-color: #353535;

        }
        .jj p {
            background-color: #353535;

        }
        .kjust p {
            background-color: #353535;
        }
        .premium-tag {
            position: absolute;
            right: 0;
            top: 0;
            padding: 5px 10px;
            font-size: 0.8rem;
            font-family: "Chakra Petch", sans-serif;
            background-color: #1b1b1b;
            color: #2b75ff;
            border-radius: 0 10px 0 10px;
            border-left: 1px solid #2b75ff;
            border-top: 0px solid #2b75ff;
            border-right: 0px solid #2b75ff;
            border-bottom: 1px solid #2b75ff;
        }
        .p-cards img {
            width: 120px;
            margin-top: 1.2rem;
            margin-bottom: 0.5rem;
            border-radius: 30%;
        }
        .p-cards h5 {
            margin-top: 1rem;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            font-weight: 400;
        }

        .bar-wrap {
            display: flex;
            flex-direction: row;
            margin-top: 1rem;
            gap: 0.5rem;
            transition: 250ms ease;
            cursor: pointer;
        }
        .bar-wrap:hover span {
            transform: scale(1.1);
            transition: 250ms ease;
        }
        .bar-wrap span {
            position: relative;
            z-index: 10;
            width: 20px;
            height: 35px;
            background-color: #363636;   
        }
        .bar-wrap .fire {
            position: absolute;
            z-index: 1;
            right: 43%;
            top: 57.5%;
            width: 35px;
            height: 180px;
            transform: rotate(-90deg);
            filter: hue-rotate(180deg);
            transition: 250ms ease;
        }
        .bar-wrap:hover .fire {
            filter: hue-rotate(283deg);
            width: 75px;
            height: 200px;
            right: 38.3%;
            top: 54.5%;
            transition: 250ms ease;   
        }
        .bar-wrap .one {
            position: relative;
            background-color: #F00505;
            box-shadow: 0px 0px 10px 4px rgba(240,5,5,0.5);
            
        }
        .bar-wrap .two {
            position: relative;
            background-color: #FD6104;
            box-shadow: 0px 0px 10px 4px rgba(253,95,4,0.5);
            
        }
        .bar-wrap .three {
            position: relative;
            z-index: 12;
            background-color: #FD9A01;
            box-shadow: 0px 0px 10px 4px rgba(253,152,1,0.5);
        }
        .bar-wrap .four {
            position: relative;
            z-index: 12;
            background-color: #DAF527;
            box-shadow: 0px 0px 10px 4px rgba(218, 245, 39, 0.5);
            
        }
        .bar-wrap .five {
            position: relative;
            z-index: 11;
            background-color: #27F52A;
            box-shadow: 0px 0px 10px 4px rgba(39, 245, 42, 0.5);
            
        }
        .bar-wrap .six {
            position: relative;
            z-index: 11;
            background-color: #36FFDA;
            box-shadow: 0px 0px 10px 4px rgba(54, 255, 218, 0.5);
            
        }
        .bar-wrap .seven {
            position: relative;
            z-index: 30;
            background-color: #4EA4F5;
            box-shadow: 0px 0px 10px 4px rgba(0, 88, 255, 0.5);
            
        }
        
        /* MAX HYPE */
        .wartooth,
        .dra {
            /* box-shadow: 0px 0px 55px 20px rgba(40, 5, 240, 0.48); */
            animation: glowHype 5s infinite ease-in-out;
        } 
        .dra {
            animation-delay: 550ms;
        }

        /* Latest update */
        
        .habibty::after,
        .jj::after {
            position: absolute;
            content: 'New Update';
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            bottom: 10px;
            animation: updateOut 2s forwards ease 5s;
        }

        @keyframes updateOut {
            to {
                color: transparent;
            }
        }
        /* Hype fading */
        /* .jj:after {
            position: absolute;
            content: 'Hype fading';
            color: #da3e3e;
            font-family: 'Montserrat', sans-serif;
            bottom: 10px;
            animation: warnBar 3s ease infinite;
        }

        .warning-bar {
            animation: warnBar 1s ease infinite;
        } */

        @keyframes glowHype {
            5% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                box-shadow: 0px 0px 55px 20px transparent;
            }
            25% {
                box-shadow: 0px 0px 55px 0px rgba(40, 5, 240, 0.48);
            }
            45% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                box-shadow: 0px 0px 55px 20px transparent;
            }
            100% {
                /* box-shadow: 0px 0px 55px 20px rgba(5, 115, 240, 0.48); */
                box-shadow: 0px 0px 55px 20px transparent;
            }
        }

        

        @keyframes warnBar {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0.1;
            }
            100% {
                opacity: 1;
            }
        }

        h1 {
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            text-align: center;
            margin-top: 30px;
        }

        .p-cards h2 {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
        }

        .vid-card {
            position: relative;
            background-image: url('/lanPic.jpg');
            background-position: 75% 0;
            background-size: cover;
            background-blend-mode: overlay;
            overflow: hidden;
            opacity: 0;
            animation: delayAd 700ms forwards;
        }
        .vid-card .vid-link {
            width: 100%;
            height: 100%;
            margin: 0;
            text-decoration: none;
        }
        .vid-card .vid-link .adTag {
            position: absolute;
            right: 0;
            top: 0;
            padding: 3px 10px;
            border-radius: 0 0 0 10px;
            background-color: rgba(255,255,255,0.7);
            color: #010101;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.9rem;
        }
        .vid-card .vid-link h3 {
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-size: 2rem;
            text-transform: uppercase;
            margin-top: 4rem;
        }
        .vid-card .vid-link .iconPlay {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 80px;
            opacity: 0.3;
            margin-left: auto;
            margin-right: auto;
            transition: 250ms ease;
        }
        .vid-card .vid-link .cta {
            position: absolute;
            bottom: 5%;
            left: 27%;
            border: none;
            padding: 10px 15px;
            border-radius: 10px;
            background-color: #fffb0062;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            pointer-events: none;
            transition: 250ms ease;
        }
        .vid-link:hover .cta {
            background-color: #fef101ad;
            transition: 250ms ease;
        }
        .vid-link:hover .iconPlay {
            transform: scale(0.9);
            transition: 250ms ease;
        }

        @keyframes delayAd {
            99% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }

        }

        @media (max-width: 500px) {
            h2, p {
            font-size: 1rem;
            
        }
        }

        .stat-span {
            color: #ffffff;
            font-weight: 700;
        }

        