/*==============================
        GOOGLE FONT
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:#050505;
    color:#fff;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;

}

/*==============================
            HEADER
==============================*/

.gaming-header{

    position:fixed;
    top:0;
    left:0;

    width:100%;
    height:90px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 80px;

    background:rgba(0,0,0,.55);

    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(255,180,0,.2);

    z-index:999;

}

.logo img{

    width:220px;
    transition:.4s;

}

.logo img:hover{

    transform:scale(1.05);

    filter:drop-shadow(0 0 15px gold);

}

.nav-left,
.nav-right{

    display:flex;
    align-items:center;
    gap:18px;

}

.nav-left a,
.nav-right a{

    color:#fff;

    text-decoration:none;

    font-size:15px;

    letter-spacing:1px;

    transition:.3s;

    padding:10px 18px;

    position:relative;

}

.nav-left a:hover,
.nav-right a:hover{

    color:#ffcb42;

}

.nav-left a::after,
.nav-right a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:gold;

    transition:.3s;

}

.nav-left a:hover::after,
.nav-right a:hover::after{

    width:100%;

}

.btn-register{

    border:1px solid gold;

    border-radius:6px;

    background:linear-gradient(#ffd55c,#ad7000);

    color:#111!important;

}

.btn-topup{

    border-radius:6px;

    background:linear-gradient(#d31f1f,#7d0000);

}

/*==============================
          HERO
==============================*/

.hero{

    position:relative;

    width:100%;

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    overflow:hidden;

    background:

    linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.75)),

    url("images/hero-bg.jpg") center center/cover no-repeat;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:radial-gradient(circle,transparent 10%,rgba(0,0,0,.5) 100%);

}

.hero-content{

    position:relative;

    z-index:10;

    max-width:900px;

    padding:20px;

}

.official{

    display:inline-block;

    padding:8px 18px;

    border:1px solid rgba(255,215,0,.4);

    border-radius:30px;

    color:#ffd700;

    letter-spacing:2px;

    margin-bottom:20px;

}

.hero h1{

    font-family:'Cinzel',serif;

    font-size:95px;

    line-height:1;

    font-weight:900;

    letter-spacing:4px;

    text-shadow:0 0 25px rgba(255,255,255,.25);

}

.hero h1 span{

    color:#d8b15c;

    text-shadow:

    0 0 10px gold,

    0 0 35px #ffb700;

}

.hero h2{

    margin-top:18px;

    font-size:38px;

    letter-spacing:4px;

    color:#fff;

}

.hero p{

    width:75%;

    margin:35px auto;

    color:#ddd;

    line-height:1.8;

    font-size:18px;

}

/*==============================
         BUTTONS
==============================*/

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

}

.hero-btn{

    width:240px;

    height:65px;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:20px;

    font-weight:bold;

    letter-spacing:2px;

    color:white;

    transition:.35s;

    clip-path:polygon(
    8% 0,
    92% 0,
    100% 50%,
    92% 100%,
    8% 100%,
    0 50%
    );

}

.hero-btn:hover{

    transform:translateY(-8px);

}

.blue{

    background:linear-gradient(#366cb9,#153a73);

    box-shadow:0 0 20px rgba(0,140,255,.4);

}

.gold{

    background:linear-gradient(#ffdf72,#9c6500);

    box-shadow:0 0 20px rgba(255,180,0,.4);

}

.red{

    background:linear-gradient(#d62525,#700000);

    box-shadow:0 0 20px rgba(255,0,0,.4);

}

/*==============================
      FLOAT ANIMATION
==============================*/

@keyframes floating{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

.hero-content{

    animation:floating 5s ease-in-out infinite;

}

/*==============================
        RESPONSIVE
==============================*/

@media(max-width:900px){

.gaming-header{

padding:0 20px;

}

.logo img{

width:170px;

}

.nav-left,
.nav-right{

display:none;

}

.hero h1{

font-size:55px;

}

.hero h2{

font-size:24px;

}

.hero p{

width:100%;

font-size:16px;

}

.hero-btn{

width:220px;

font-size:18px;

}

}
/*==================================================
                SECTION TITLE
==================================================*/

.section-title{

    font-family:'Cinzel',serif;

    font-size:52px;

    text-align:center;

    margin-bottom:70px;

    letter-spacing:4px;

    color:#fff;

    position:relative;

    text-transform:uppercase;

}

.section-title::after{

    content:"";

    width:140px;

    height:3px;

    background:linear-gradient(to right,#b8860b,#ffd700,#b8860b);

    display:block;

    margin:20px auto 0;

    border-radius:20px;

}

/*==================================================
                FEATURES
==================================================*/

.features{

    padding:120px 8%;

    background:

    linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.92)),

    url("images/bg.gif") center/cover;

}

.feature-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:40px;

}

.feature-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,215,0,.15);

    border-radius:18px;

    padding:45px 30px;

    text-align:center;

    transition:.4s;

    backdrop-filter:blur(8px);

}

.feature-card:hover{

    transform:translateY(-15px);

    border-color:#ffcc33;

    box-shadow:

    0 0 30px rgba(255,204,51,.4);

}

.feature-card img{

    width:90px;

    margin-bottom:25px;

    filter:drop-shadow(0 0 12px gold);

}

.feature-card h3{

    font-size:26px;

    margin-bottom:18px;

    color:#ffd76b;

    font-family:'Cinzel',serif;

}

.feature-card p{

    color:#d6d6d6;

    line-height:1.8;

}

/*==================================================
              FACTION SECTION
==================================================*/

.weapons{

    padding:130px 8%;

    background:

    linear-gradient(rgba(0,0,0,.80),rgba(0,0,0,.95)),

    url("images/hero-bg.png") center/cover;

}

.weapon-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.weapon{

    background:rgba(20,20,20,.75);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

    cursor:pointer;

}

.weapon:hover{

    transform:translateY(-15px);

    border-color:#ffcc33;

    box-shadow:

    0 0 35px rgba(255,204,51,.45);

}

.weapon img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.4s;

}

.weapon:hover img{

    transform:scale(1.05);

}

.weapon h3{

    padding:25px;

    font-size:30px;

    font-family:'Cinzel',serif;

    text-align:center;

    color:#ffd76b;

    letter-spacing:2px;

}

/*==================================================
             FACTION COLORS
==================================================*/

.weapon:nth-child(1){

    border-top:4px solid #ffd700;

}

.weapon:nth-child(2){

    border-top:4px solid #00c3ff;

}

.weapon:nth-child(3){

    border-top:4px solid #ff4d4d;

}

/*==================================================
              HOVER EFFECT
==================================================*/

.weapon::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(

        transparent,

        rgba(255,215,0,.08)

    );

    opacity:0;

    transition:.4s;

}

.weapon:hover::before{

    opacity:1;

}

/*==================================================
            RESPONSIVE
==================================================*/

@media(max-width:1000px){

.weapon-grid{

grid-template-columns:1fr;

}

.feature-grid{

grid-template-columns:1fr;

}

.weapon img{

height:320px;

}

.section-title{

font-size:38px;

}

}
/*==================================================
                RANKING SECTION
==================================================*/

.ranking{

    padding:120px 8%;

    background:
    linear-gradient(rgba(0,0,0,.90),rgba(0,0,0,.96)),
    url("images/bg.png") center/cover;

}

.ranking table{

    width:100%;

    border-collapse:collapse;

    overflow:hidden;

    border-radius:15px;

    background:rgba(20,20,20,.80);

    backdrop-filter:blur(10px);

    box-shadow:
    0 0 30px rgba(255,215,0,.15);

}

.ranking thead{

    background:linear-gradient(to right,#7d5300,#d8b15c,#7d5300);

}

.ranking th{

    padding:22px;

    color:#fff;

    font-size:18px;

    font-family:'Cinzel',serif;

    letter-spacing:2px;

}

.ranking td{

    padding:18px;

    text-align:center;

    border-bottom:1px solid rgba(255,255,255,.08);

    color:#ddd;

    transition:.3s;

}

.ranking tbody tr{

    transition:.3s;

}

.ranking tbody tr:hover{

    background:rgba(255,215,0,.08);

    transform:scale(1.01);

}

/*============================
        TOP 3 COLORS
=============================*/

.ranking tbody tr:nth-child(1){

    color:#ffd700;

    font-weight:bold;

}

.ranking tbody tr:nth-child(2){

    color:#dcdcdc;

    font-weight:bold;

}

.ranking tbody tr:nth-child(3){

    color:#cd7f32;

    font-weight:bold;

}

/*==================================================
            SERVER STATS
==================================================*/

.server-stats{

    padding:90px 8%;

    background:#070707;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.stat-card{

    padding:40px;

    text-align:center;

    border-radius:18px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,215,0,.15);

    transition:.4s;

}

.stat-card:hover{

    transform:translateY(-10px);

    border-color:#ffd700;

    box-shadow:
    0 0 30px rgba(255,215,0,.35);

}

.stat-card h2{

    font-size:48px;

    color:#ffd700;

    font-family:'Cinzel',serif;

}

.stat-card span{

    display:block;

    margin-top:15px;

    color:#bbb;

    letter-spacing:2px;

    text-transform:uppercase;

}

/*==================================================
            DOWNLOAD SECTION
==================================================*/

.download{

    padding:130px 8%;

    text-align:center;

    background:
    linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.92)),
    url("images/download-bg.jpg") center/cover;

}

.download h2{

    font-family:'Cinzel',serif;

    font-size:55px;

    color:#fff;

}

.download p{

    width:70%;

    margin:30px auto;

    color:#d6d6d6;

    line-height:1.8;

}

.download-btn{

    display:inline-block;

    margin-top:35px;

    padding:18px 55px;

    background:linear-gradient(#ffdd74,#b17708);

    color:#111;

    text-decoration:none;

    font-size:22px;

    font-weight:bold;

    border-radius:10px;

    transition:.3s;

}

.download-btn:hover{

    transform:translateY(-6px);

    box-shadow:
    0 0 30px gold;

}

/*==================================================
                NEWS
==================================================*/

.news{

    padding:120px 8%;

    background:#0b0b0b;

}

.news-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.news-card{

    background:#161616;

    overflow:hidden;

    border-radius:18px;

    transition:.4s;

}

.news-card:hover{

    transform:translateY(-10px);

}

.news-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.news-card h3{

    padding:25px;

    font-family:'Cinzel',serif;

    color:#ffd700;

}

.news-card p{

    padding:0 25px 25px;

    color:#ccc;

}

/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:1000px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

.news-grid{

grid-template-columns:1fr;

}

.download p{

width:100%;

}

}

@media(max-width:700px){

.stats-grid{

grid-template-columns:1fr;

}

.ranking{

overflow:auto;

}

.ranking table{

min-width:700px;

}

}
/*=========================================
            FOOTER
=========================================*/
/*=====================================
            PREMIUM FOOTER
=====================================*/

.footer{

    position:relative;

    overflow:hidden;

    width:100%;

    padding:90px 20px 45px;

    background:#000;

}

/* VIDEO */

.footer-video{

    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    opacity:.30;

    z-index:0;

}

/* DARK OVERLAY */

.footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.70),
        rgba(0,0,0,.95)
    );

    z-index:1;

}

/* CONTENT */

.footer-content{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.footer h3{

    font-family:'Cinzel',serif;

    font-size:34px;

    color:#fff;

    margin-bottom:15px;

}

.hashtags{

    color:#888;

    margin-bottom:35px;

    letter-spacing:1px;

}

/* SOCIAL ICONS */

.social-icons{

    display:flex;

    justify-content:center;

    gap:22px;

    margin-bottom:40px;

}

.social-icons a{

    width:60px;

    height:60px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:24px;

    color:#fff;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    transition:.35s;

}

.social-icons a:hover{

    transform:translateY(-8px);

    color:#ffd700;

    border-color:#ffd700;

    box-shadow:
    0 0 25px rgba(255,215,0,.45);

}

/* PARTNER BOX */

.partner-box{

    display:inline-flex;

    align-items:center;

    gap:25px;

    padding:20px 40px;

    background:rgba(20,20,20,.65);

    backdrop-filter:blur(10px);

    border-radius:50px;

    border:1px solid rgba(255,255,255,.08);

    margin-bottom:35px;

}

.partner-box img{

    height:42px;

}

.partner-box span{

    color:#666;

}

/* COPYRIGHT */

.copyright{

    color:#aaa;

    margin-bottom:20px;

}

.footer-links{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-links span{

    color:#555;

}

.footer-links a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#ffd700;

}
/* =========================
   RANKING SECTION
========================= */

.ranking-wrapper{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:25px;
    margin:50px auto;
    max-width:1400px;
}

.ranking-box{

    background:#111;
    border:2px solid #FFD700;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 0 20px rgba(255,215,0,.25);
    transition:.3s;

}

.ranking-box:hover{

    transform:translateY(-5px);
    box-shadow:0 0 35px gold;

}

.ranking-box h2{

    background:linear-gradient(90deg,#FFD700,#b8860b);

    color:#111;

    padding:15px;

    text-align:center;

    font-size:22px;

    font-weight:bold;

}

.ranking-box table{

    width:100%;

    border-collapse:collapse;

}

.ranking-box table th{

    background:#1c1c1c;

    color:#FFD700;

    padding:12px;

    border-bottom:1px solid #333;

}

.ranking-box table td{

    padding:11px;

    text-align:center;

    border-bottom:1px solid #222;

    color:white;

}

.ranking-box table tr:nth-child(even){

    background:#181818;

}

.ranking-box table tr:hover{

    background:#2b2b2b;

}

.ranking-box table tr:first-child{

    color:#FFD700;

    font-weight:bold;

}

.ranking-box table tr:nth-child(2){

    color:#C0C0C0;

}

.ranking-box table tr:nth-child(3){

    color:#CD7F32;

}

/* Mobile */

@media(max-width:900px){

.ranking-wrapper{

grid-template-columns:1fr;

}

}
.pagination{
    margin-top:15px;
    text-align:center;
}

.pagination a,
.pagination span{
    display:inline-block;
    padding:8px 14px;
    margin:3px;
    border-radius:6px;
    text-decoration:none;
    background:#222;
    color:#fff;
    transition:.3s;
}

.pagination a:hover{
    background:#d4af37;
    color:#000;
}

.pagination .active{
    background:#d4af37;
    color:#000;
    font-weight:bold;
}

.leaderboards-header{
    text-align:center;
    margin:40px 0 60px;
}

.leaderboards-header .line{
    width:280px;
    height:2px;
    margin:15px auto;
    background:linear-gradient(to right,
    transparent,
    #FFD700,
    transparent);
    box-shadow:0 0 15px #FFD700;
}

.leaderboards-header h1{
    font-size:56px;
    color:#FFD700;
    font-weight:900;
    letter-spacing:6px;
    text-shadow:
    0 0 10px gold,
    0 0 25px gold,
    0 0 40px orange;
}

.leaderboards-header p{
    color:#999;
    font-size:16px;
    letter-spacing:3px;
}
/* ================= INTRO SCREEN ================= */

html,
body{
    margin:0;
    padding:0;
}

#intro-screen{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;

    background:url("images/loading-bg.jpg") center center/cover no-repeat;

    z-index:999999999;
    transition:opacity .8s ease, visibility .8s ease;
}

#intro-screen.hide{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}

.intro-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:rgba(0,0,0,.55);
    backdrop-filter:blur(3px);
}

/* ================= INTRO CONTENT ================= */

.intro-box{
    position:relative;
    z-index:2;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

    width:100%;
    height:100%;

    text-align:center;
    padding:20px;
}

.intro-logo{
    width:min(70vw,900px);
    max-width:900px;
    max-height:70vh;
    object-fit:contain;

    animation:introZoom 3s ease-in-out infinite alternate;

    filter:
        drop-shadow(0 0 25px rgba(255,180,0,.9))
        drop-shadow(0 0 60px rgba(255,120,0,.6));
}

.intro-box h1{
    margin-top:20px;
    font-size:clamp(60px,6vw,110px);
    color:#ffd56a;
}

.intro-box h2{
    margin-top:10px;
    font-size:clamp(28px,2.8vw,50px);
    color:#fff;
    letter-spacing:8px;
}

.intro-box p{
    margin-top:30px;
    color:#f4d98c;
    font-size:clamp(18px,1.4vw,26px);
    letter-spacing:5px;
}

#skipIntro{
    position:absolute;
    right:40px;
    bottom:40px;

    padding:15px 35px;

    border:2px solid #d4af37;
    border-radius:50px;

    background:rgba(0,0,0,.45);
    color:#fff;

    cursor:pointer;

    z-index:3;

    transition:.3s;
}

#skipIntro:hover{
    background:#d4af37;
    color:#111;
    transform:scale(1.05);
}

@keyframes introZoom{

    from{
        transform:scale(.96);
    }

    to{
        transform:scale(1.03);
    }

}