/* ===========================
   SKYCHAOS STYLE.CSS
   PART 1
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

html{
overflow-x:hidden;
}

body{

font-family:'Outfit',sans-serif;

background:#090510;

color:white;

overflow-x:hidden;

line-height:1.7;

}

::selection{

background:#8b5cf6;

color:white;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

color:white;

}

button{

font-family:'Outfit',sans-serif;

cursor:pointer;

border:none;

outline:none;

}

.container{

width:min(1400px,92%);

margin:auto;

position:relative;

z-index:2;

}

/* ===========================
BACKGROUND
=========================== */

.background{

position:fixed;

inset:0;

overflow:hidden;

z-index:-5;

background:
linear-gradient(180deg,#090510,#12071f,#090510);

}

.bg-circle{

position:absolute;

border-radius:50%;

filter:blur(140px);

opacity:.45;

animation:float 16s infinite ease-in-out;

}

.circle1{

width:550px;

height:550px;

background:#7c3aed;

top:-150px;

left:-100px;

}

.circle2{

width:650px;

height:650px;

background:#9333ea;

bottom:-250px;

right:-180px;

animation-delay:4s;

}

.circle3{

width:450px;

height:450px;

background:#5b21b6;

top:40%;

left:40%;

animation-delay:2s;

}

.bg-grid{

position:absolute;

inset:0;

background-image:

linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),

linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);

background-size:55px 55px;

opacity:.3;

}

.stars{

position:absolute;

inset:0;

background-image:

radial-gradient(white 1px,transparent 1px);

background-size:120px 120px;

opacity:.15;

}

/* ===========================
HEADER
=========================== */

.header{

position:fixed;

top:0;

left:0;

width:100%;

padding:20px 0;

backdrop-filter:blur(18px);

background:rgba(14,9,25,.55);

border-bottom:1px solid rgba(255,255,255,.08);

z-index:1000;

}

.header .container{

display:flex;

align-items:center;

justify-content:space-between;

}

.logo{

display:flex;

align-items:center;

gap:14px;

font-size:28px;

font-weight:800;

}

.logo img{
    width:80px;
    height:80px;
    object-fit:contain;
}

nav{

display:flex;

gap:35px;

}

nav a{

font-weight:500;

transition:.35s;

position:relative;

}

nav a::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:0;

height:2px;

background:#9f67ff;

transition:.35s;

}

nav a:hover{

color:#bb86ff;

}

nav a:hover::after{

width:100%;

}

виправи якось сам і відправ що ти виправив

/* ===========================
BUTTONS
=========================== */

.discordButton,
.playButton,
.joinDiscord,
.buyButton{

display:inline-flex;

align-items:center;

justify-content:center;

width:auto;

height:auto;

padding:16px 34px;

border-radius:15px;

background:

linear-gradient(135deg,#7c3aed,#9333ea,#a855f7);

font-weight:700;

text-decoration:none;

white-space:nowrap;

transition:.35s;

box-shadow:

0 0 25px rgba(139,92,246,.45);

}


.discordButton:hover,
.playButton:hover,
.joinDiscord:hover,
.buyButton:hover{

transform:translateY(-5px);

box-shadow:

0 20px 40px rgba(139,92,246,.45);

}


.secondaryButton{

display:inline-flex;

align-items:center;

justify-content:center;

width:auto;

height:auto;

padding:16px 34px;

border-radius:15px;

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.05);

backdrop-filter:blur(20px);

font-weight:700;

text-decoration:none;

white-space:nowrap;

transition:.35s;

}


.secondaryButton:hover{

background:rgba(255,255,255,.09);

transform:translateY(-5px);

}
/* ===========================
HERO
=========================== */

.hero{

padding-top:170px;

padding-bottom:130px;

}


.heroContainer{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}


.badge{

display:inline-block;

padding:10px 18px;

border-radius:999px;

background:rgba(139,92,246,.18);

border:1px solid rgba(255,255,255,.08);

margin-bottom:30px;

backdrop-filter:blur(20px);

}


.hero h1{

font-size:72px;

line-height:1.1;

font-weight:900;

margin-bottom:30px;

}


.hero h1 span{

background:linear-gradient(90deg,#ffffff,#c084fc,#8b5cf6);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}


.hero p{

font-size:20px;

color:#d7d7d7;

max-width:700px;

margin-bottom:40px;

}


.heroButtons{

display:flex;

align-items:center;

justify-content:flex-start;

gap:18px;

margin-bottom:45px;

flex-wrap:wrap;

}


.heroButtons a{

display:inline-flex;

align-items:center;

justify-content:center;

width:auto;

height:auto;

}


.serverInfo{

display:flex;

gap:20px;

flex-wrap:wrap;

}


.serverCard{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

padding:25px;

border-radius:20px;

backdrop-filter:blur(18px);

min-width:190px;

transition:.35s;

}


.serverCard:hover{

transform:translateY(-8px);

border-color:#8b5cf6;

}


.serverCard span{

color:#bbb;

font-size:14px;

}


.serverCard h3{

margin-top:10px;

font-size:24px;

}


.heroRight{

display:flex;

justify-content:center;

align-items:center;

}


.heroRight img{

width:100%;

max-width:650px;

height:auto;

object-fit:contain;

animation:float 6s ease-in-out infinite;

filter:drop-shadow(0 40px 80px rgba(124,58,237,.45));

}

/* ===========================
GLASS EFFECT
=========================== */

.glass{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

border-radius:24px;

}

/* ===========================
ANIMATIONS
=========================== */

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-30px);

}

100%{

transform:translateY(0);

}

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(50px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.fadeUp{

animation:fadeUp 1s ease both;

}

/* ===========================
RESPONSIVE
=========================== */

@media(max-width:1100px){

.heroContainer{

grid-template-columns:1fr;

text-align:center;

}

.heroButtons{

justify-content:center;

}

.serverInfo{

justify-content:center;

}

nav{

display:none;

}

}

@media(max-width:700px){

.hero h1{

font-size:48px;

}

.hero{

padding-top:140px;

}

.logo span{

display:none;

}

.serverCard{

width:100%;

}

}

/* ===========================
   ABOUT SECTION
=========================== */

.about{

padding:120px 0;

}

.about .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.aboutLeft img{

border-radius:30px;

border:1px solid rgba(255,255,255,.1);

box-shadow:

0 30px 80px rgba(0,0,0,.4);

transition:.5s;

}

.aboutLeft img:hover{

transform:scale(1.03);

}

.aboutRight > span,

.sectionTag{

display:inline-block;

color:#c084fc;

font-weight:700;

letter-spacing:3px;

font-size:14px;

margin-bottom:20px;

}

.aboutRight h2,

.modes h2,

.donate h2,

.news h2,

.faq h2,

.team h2,

.community h2{

font-size:52px;

line-height:1.15;

font-weight:800;

margin-bottom:25px;

}

.aboutRight p{

font-size:18px;

color:#cfcfcf;

margin-bottom:35px;

}

/* ===========================
FEATURE CARDS
=========================== */

.features{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

.feature{

display:flex;

gap:18px;

padding:22px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

border-radius:22px;

backdrop-filter:blur(20px);

transition:.35s;

}

.feature:hover{

transform:translateY(-8px);

border-color:#8b5cf6;

background:

rgba(139,92,246,.12);

}

.featureIcon{

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

background:

linear-gradient(135deg,#7c3aed,#c084fc);

border-radius:16px;

flex-shrink:0;

}

.feature h3{

font-size:22px;

margin-bottom:5px;

}

.feature p{

font-size:15px;

margin:0;

}


/* ===========================
MODES SECTION
=========================== */

.modes{

padding:120px 0;

}

.modes > .container > span{

display:block;

color:#c084fc;

letter-spacing:3px;

font-weight:700;

margin-bottom:15px;

}

.mode{

margin-top:70px;

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

padding:45px;

border-radius:35px;

background:

rgba(255,255,255,.04);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

transition:.4s;

}

.mode:hover{

transform:translateY(-10px);

border-color:#8b5cf6;

}

.mode.reverse{

grid-template-columns:1fr 1fr;

}

.modeNumber{

font-size:80px;

font-weight:900;

color:

rgba(168,85,247,.25);

}

.modeInfo h2{

font-size:45px;

margin-bottom:20px;

}

.modeInfo p{

color:#cfcfcf;

font-size:18px;

margin-bottom:25px;

}

.modeInfo a{

display:inline-flex;

padding:12px 25px;

border-radius:14px;

background:#7c3aed;

font-weight:700;

transition:.3s;

}

.modeInfo a:hover{

background:#9333ea;

transform:translateY(-4px);

}

.modeImage img{

border-radius:28px;

transition:.5s;

}

.modeImage img:hover{

transform:scale(1.05);

}


/* ===========================
DONATE SECTION
=========================== */

.donate{

padding:120px 0;

}

.sectionText{

max-width:700px;

color:#cfcfcf;

font-size:18px;

margin-bottom:50px;

}

.donateGrid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.donateCard{

position:relative;

padding:40px 30px;

border-radius:30px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.1);

backdrop-filter:blur(20px);

transition:.4s;

overflow:hidden;

}

.donateCard::before{

content:"";

position:absolute;

width:200px;

height:200px;

border-radius:50%;

background:#8b5cf6;

filter:blur(90px);

top:-80px;

right:-80px;

opacity:.5;

}

.donateCard:hover{

transform:translateY(-12px);

}

.rank{

font-size:42px;

font-weight:900;

margin-bottom:15px;

background:

linear-gradient(90deg,#fff,#c084fc);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.donateCard h3{

margin-bottom:25px;

font-size:22px;

}

.donateCard ul{

list-style:none;

margin-bottom:30px;

}

.donateCard li{

padding:8px 0;

color:#ddd;

}

.prices{

display:flex;

flex-direction:column;

gap:12px;

margin-bottom:30px;

}

.prices div{

padding:14px;

border-radius:15px;

background:

rgba(255,255,255,.06);

font-size:22px;

font-weight:700;

}

.prices span{

display:block;

font-size:14px;

color:#aaa;

font-weight:400;

}

.vip{

border-color:#facc15;

}

.hero{

border-color:#38bdf8;
}

.elite{

border-color:#a855f7;

}


/* ===========================
STATS
=========================== */

.stats{

padding:50px 0;

}

.statsGrid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.stat{

text-align:center;

padding:35px;

border-radius:25px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

transition:.35s;

}

.stat:hover{

transform:translateY(-8px);

}

.stat h2{

font-size:48px;

margin:0;

color:#c084fc;

}

.stat p{

color:#bbb;

}

/* ===========================
   NEWS SECTION
=========================== */

.news{

padding:120px 0;

}

.news > .container > span{

color:#c084fc;

font-weight:700;

letter-spacing:3px;

}

.newsGrid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:50px;

}

.newsCard{

padding:35px;

border-radius:28px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

transition:.4s;

position:relative;

overflow:hidden;

}

.newsCard::before{

content:"";

position:absolute;

width:120px;

height:120px;

background:#8b5cf6;

border-radius:50%;

filter:blur(70px);

top:-40px;

right:-40px;

opacity:.4;

}

.newsCard:hover{

transform:translateY(-10px);

border-color:#a855f7;

}

.newsCard h3{

font-size:25px;

margin-bottom:15px;

}

.newsCard p{

color:#cfcfcf;

}


/* ===========================
   FAQ SECTION
=========================== */

.faq{

padding:120px 0;

}

.faq > .container > span{

color:#c084fc;

font-weight:700;

letter-spacing:3px;

}

.faqGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:50px;

}

.faqItem{

padding:30px;

border-radius:25px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

transition:.35s;

}

.faqItem:hover{

background:

rgba(139,92,246,.12);

transform:translateY(-5px);

}

.faqItem h3{

font-size:22px;

margin-bottom:12px;

}

.faqItem p{

color:#cfcfcf;

}


/* ===========================
   COMMUNITY SECTION
=========================== */

.community{

padding:120px 0;

}

.communityContent{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.communityText p{

font-size:18px;

color:#ccc;

margin-bottom:40px;

}

.socialGrid{

display:flex;

flex-direction:column;

gap:18px;

}

.socialCard{

display:flex;

align-items:center;

gap:20px;

padding:22px;

border-radius:22px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

transition:.35s;

}

.socialCard:hover{

transform:translateX(10px);

border-color:#a855f7;

}

.socialIcon{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

border-radius:18px;

background:

linear-gradient(135deg,#7c3aed,#c084fc);

}

.socialCard h3{

font-size:23px;

}

.socialCard span{

color:#aaa;

}

.communityImage img{

animation:float 6s infinite;

}


/* ===========================
   JOIN SERVER
=========================== */

.joinServer{

padding:80px 0;

}

.joinCard{

text-align:center;

padding:70px 40px;

border-radius:35px;

background:

linear-gradient(

135deg,

rgba(124,58,237,.3),

rgba(168,85,247,.15)

);

border:

1px solid rgba(255,255,255,.12);

backdrop-filter:blur(20px);

}

.joinCard span{

color:#d8b4fe;

letter-spacing:3px;

font-weight:700;

}

.joinCard h2{

font-size:55px;

margin:20px 0;

}

.joinCard p{

max-width:700px;

margin:auto;

color:#ddd;

font-size:18px;

}

.joinButtons{

margin-top:40px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.copyIPButton{

padding:16px 35px;

border-radius:15px;

background:

rgba(255,255,255,.1);

border:

1px solid rgba(255,255,255,.15);

color:white;

font-weight:700;

transition:.3s;

}

.copyIPButton:hover{

background:#7c3aed;

}


/* ===========================
   TEAM SECTION
=========================== */

.team{

padding:120px 0;

}

.teamGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

margin-top:50px;

}

.teamCard{

text-align:center;

padding:40px;

border-radius:30px;

background:

rgba(255,255,255,.05);

border:

1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

transition:.4s;

}

.teamCard:hover{

transform:translateY(-12px);

border-color:#a855f7;

}

.teamAvatar{

width:150px;

height:150px;

margin:auto;

border-radius:50%;

overflow:hidden;

border:4px solid #8b5cf6;

margin-bottom:25px;

}

.teamAvatar img{

width:100%;

height:100%;

object-fit:cover;

}

.teamRole{

display:inline-block;

padding:8px 20px;

border-radius:999px;

background:#7c3aed;

font-weight:700;

margin-bottom:15px;

}

.teamCard h3{

font-size:30px;

}

.teamCard p{

color:#ccc;

}


/* ===========================
   FOOTER
=========================== */

.footer{

padding:80px 0 0;

background:

rgba(0,0,0,.25);

border-top:

1px solid rgba(255,255,255,.08);

}

.footerTop{

display:grid;

grid-template-columns:2fr 1fr 1fr 1fr;

gap:50px;

padding-bottom:50px;

}

.footerBrand img{

width:80px;

margin-bottom:15px;

}

.footerBrand h2{

font-size:35px;

}

.footerBrand p{

color:#aaa;

}

.footerColumn h3,

.footerInfo h3{

margin-bottom:20px;

font-size:22px;

}

.footerColumn a{

display:block;

color:#bbb;

margin-bottom:12px;

transition:.3s;

}

.footerColumn a:hover{

color:#c084fc;

transform:translateX(5px);

}

.footerInfo p{

color:#bbb;

margin-bottom:12px;

}

.footerBottom{

padding:25px 0;

border-top:

1px solid rgba(255,255,255,.08);

display:flex;

justify-content:space-between;

color:#999;

}


/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:1000px){

.about .container,
.communityContent{

grid-template-columns:1fr;

}

.donateGrid,
.newsGrid{

grid-template-columns:1fr;

}

.statsGrid{

grid-template-columns:repeat(2,1fr);

}

.footerTop{

grid-template-columns:1fr 1fr;

}

.mode{

grid-template-columns:1fr;

}

}


@media(max-width:650px){

.aboutRight h2,
.modes h2,
.donate h2,
.news h2,
.faq h2,
.team h2,
.community h2{

font-size:38px;

}

.features{

grid-template-columns:1fr;

}

.faqGrid,
.teamGrid,
.statsGrid{

grid-template-columns:1fr;

}

.joinCard h2{

font-size:38px;

}

.footerTop{

grid-template-columns:1fr;

}

.footerBottom{

flex-direction:column;

gap:10px;

}

}