*{
margin:0;
padding:0;
box-sizing:border-box;
}


body{
background:#020202;
font-family:'Inter',sans-serif;
color:#ededed;
}

.container{
width:100%;
max-width:1380px;
margin:auto;
padding-left:12px;
padding-right:12px;
}



/* ================= HERO SECTION ================= */

.hero-section{
min-height:100vh;
display:flex;
align-items:center;
padding-top:100px;
position:relative;
overflow:hidden;
}

.orange-blur{
position:absolute;
width:700px;
height:700px;
background:rgba(255,107,0,0.12);
filter:blur(160px);
border-radius:50%;
top:-250px;
left:-250px;
}

.blue-blur{
position:absolute;
width:500px;
height:500px;
background:rgba(0,89,255,0.08);
filter:blur(140px);
border-radius:50%;
top:0;
right:-200px;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
position:relative;
z-index:2;
}

/* ================= HERO TITLE ================= */

.hero-content h1{
font-family:'Anton',sans-serif;
font-size:126px;
line-height:0.89;
font-weight:400;
color:#f1f1f1;
position:relative;
}

/* JUST TRY slightly upper */

.hero-content h1 .top-word{
display:inline-block;
transform:translateY( );
}

.hero-content h1 span{
color:transparent;
-webkit-text-stroke:2px rgba(255,255,255,0.12);
}

.hero-content p{
margin-top:35px;
max-width:500px;
font-size:18px;
line-height:2;
color:#9f9f9f;
}

/* ================= BUTTONS ================= */

.hero-buttons{
display:flex;
gap:18px;
margin-top:45px;
}

.orange-btn{
background:#ff6b00;
border:none;
padding:18px 34px;
border-radius:40px;
color:white;
font-size:12px;
letter-spacing:2px;
cursor:pointer;
font-weight:600;
transition:0.3s;
}

.orange-btn:hover{
background:#ff7b1f;
}

.glass-btn{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.06);
padding:18px 34px;
border-radius:40px;
color:#f1f1f1;
font-size:12px;
letter-spacing:2px;
cursor:pointer;
font-weight:500;
}

/* ================= HERO IMAGE ================= */

.hero-image-wrapper{
position:relative;
display:flex;
justify-content:center;
}

.followers-box{
position:absolute;
top:-15px;
right:-15px;
background:#101010;
padding:18px;
border-radius:18px;
z-index:5;
animation:followersAnim 1.6s ease-out forwards;
}

@keyframes followersAnim{

0%{
transform:scale(0.7);
opacity:0;
}

100%{
transform:scale(1);
opacity:1;
}

}

.followers-box h3{
font-size:40px;
color:#ff6b00;
}

.followers-box p{
font-size:10px;
letter-spacing:2px;
color:#999;
}

.hero-image{
width:100%;
max-width:540px;
overflow:hidden;
border-radius:28px;
position:relative;
}

.hero-image img{
width:100%;
height:100%;
object-fit:cover;
transition:0.6s;
}

.hero-image:hover img{
transform:scale(1.04);
filter:brightness(1.05);
}

/* ================= FEATURED BOX ================= */

.featured-box{
position:absolute;
left:24px;
right:24px;
bottom:24px;
background:rgba(0,0,0,0.35);
backdrop-filter:blur(12px);
border-radius:18px;
padding:16px;
display:flex;
align-items:center;
gap:14px;
animation:featuredAnim 1.4s ease-out forwards;
}

@keyframes featuredAnim{

0%{
transform:translateY(30px);
opacity:0;
}

100%{
transform:translateY(0);
opacity:1;
}

}

.featured-icon{
width:48px;
height:48px;
background:#ff6b00;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.featured-box span{
font-size:10px;
letter-spacing:2px;
color:#999;
}

.featured-box h4{
margin-top:5px;
font-size:17px;
font-weight:500;
}

/* ================= CREATIVE SECTION ================= */

.creative-section{
padding:140px 0;
}

.section-heading{
display:flex;
justify-content:space-between;
margin-bottom:90px;
position:relative;
}

.section-heading h2{
font-family:'Anton',sans-serif;
font-size:95px;
line-height:0.9;
font-weight:400;
color:#f1f1f1;
}

.section-heading p{
margin-top:35px;
max-width:520px;
font-size:17px;
line-height:2;
color:#8c8c8c;
}

.bg-text{
position:absolute;
right:0;
top:-50px;
font-family:'Anton',sans-serif;
font-size:180px;
color:rgba(255,255,255,0.03);
}

/* ================= CARDS ================= */

.cards-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.card{
background:#080808;
padding:40px;
border-radius:28px;
transition:0.4s;
}

.card:hover{
transform:translateY(-8px);
background:#0c0c0c;
}

.card-icon{
width:58px;
height:58px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
margin-bottom:28px;
}

.orange-bg{
background:#ff6b00;
}

.blue-bg{
background:#357dff;
}

.purple-bg{
background:#8a3dff;
}

.red-bg{
background:#ff4343;
}

.card h3{
font-family:'Anton',sans-serif;
font-size:38px;
font-weight:400;
margin-bottom:18px;
}

.card p{
font-size:15px;
line-height:1.9;
color:#8e8e8e;
margin-bottom:30px;
}

.card a{
text-decoration:none;
font-size:12px;
letter-spacing:2px;
color:#ff6b00;
font-weight:600;
}

/* ================= ABOUT ================= */

.about-section{
padding:5px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:100px;
align-items:center;
}

.small-title{
font-size:11px;
letter-spacing:5px;
color:#ff6b00;
}

.about-section h2{
font-family:'Anton',sans-serif;
font-size:100px;
line-height:0.88;
margin-top:20px;
font-weight:400;
}

.about-section h2 span{
color:transparent;
-webkit-text-stroke:2px rgba(255,255,255,0.12);
}

.about-text{
margin-top:38px;
font-size:17px;
line-height:2;
color:#8d8d8d;
max-width:50%px;
}

.stats{
display:flex;
gap:60px;
margin-top:50px;
}

.stats h3{
font-size:42px;
font-weight:500;
}

.stats p{
margin-top:10px;
font-size:11px;
letter-spacing:2px;
color:#777;
}

.about-image img{
width:90%;
height:640px;
object-fit:cover;
border-radius:40px;
transition:0.6s;
}

.about-image:hover img{
transform:scale(1.03);
}

/* ================= UPDATE ================= */

.update-section{
padding:100px 0;
}

.update-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:60px;
}

.update-top h2{
font-family:'Anton',sans-serif;
font-size:70px;
font-style:italic;
font-weight:400;
}

.update-top span{
font-size:11px;
letter-spacing:3px;
color:#ff6b00;
}

.update-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px;
}

.date{
font-size:10px;
letter-spacing:3px;
color:#888;
margin-bottom:18px;
}

.update-grid h3{
font-size:22px;
line-height:1.7;
font-weight:500;
}

/* ================= GALLERY ================= */

.gallery-section{
padding:130px 0;
}

.gallery-section h2{
font-family:'Anton',sans-serif;
font-size:100px;
line-height:0.90;
font-weight:400;
}

.gallery-text{
margin-top:35px;
font-size:17px;
color:#8e8e8e;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
margin-top:70px;
}

.gallery-grid img{
width:100%;
height:420px;
object-fit:cover;
border-radius:24px;
transition:0.6s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* ================= FOOTER ================= */

.footer{
padding:120px 0 60px;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:80px;
}

.footer-logo{
display:flex;
align-items:center;
gap:14px;
margin-bottom:24px;
}

.footer h3{
font-family:'Anton',sans-serif;
font-size:26px;
font-weight:400;
}

.footer p,
.footer li{
color:#8a8a8a;
line-height:2;
list-style:none;
}

.footer h4{
margin-bottom:22px;
font-size:13px;
letter-spacing:3px;
font-weight:500;
}

.footer-bottom{
margin-top:90px;
display:flex;
justify-content:center;
text-align:center;
}

.footer-bottom p{
font-size:11px;
letter-spacing:2px;
color:#707070;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){


.hero-grid,
.about-grid,
.cards-grid,
.update-grid,
.gallery-grid,
.footer-grid{
grid-template-columns:1fr;
}

.bg-text{
display:none;
}

/* Full Width Fix */

.container{
width:100%;
padding-left:12px;
padding-right:12px;
}

/* Image Overflow Fix */

.hero-image,
.hero-image img,
.about-image img,
.gallery-grid img{
max-width:100%;
}

/* Hero */

.hero-grid{
gap:50px;
}

.hero-content h1{
font-size:90px;
}

/* About */

.about-section h2{
font-size:70px;
}

}

.container{
width:100%;
max-width:1380px;
margin:auto;
padding-left:12px;
padding-right:12px;
}



.about-text{
margin-top:38px;
font-size:17px;
line-height:2;
color:#8d8d8d;
max-width:95%;
}



@media (max-width:768px){
	
#para1{
font-size:18px;
}
	
.container{
width:100%;
padding-left:10px;
padding-right:10px;
}

 .hero-content h1{
        font-size:60px !important;
        word-break:break-word;
    }

    .section-heading h2,
    .about-section h2,
    .gallery-section h2{
        font-size:50px !important;
        line-height:1;
    }


/* Hero */

.hero-section{
padding-top:80px;
}



.hero-content p{
font-size:20px;
line-height:1.9;
}

/* Buttons */

.hero-buttons{
flex-direction:column;
}

/* About */



.stats{
flex-direction:column;
gap:25px;
}

/* Section Headings */


.update-top{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.update-top h2{
font-size:45px;
}

/* Cards */

.card{
padding:30px;
}

/* Images */

.about-image img{
width:100%;
height:auto;
}

.hero-image{
max-width:100%;
}

/* Right Space Fix */

.hero-section,
.creative-section,
.about-section,
.update-section,
.gallery-section{
overflow:hidden;
}

}

@media (max-width: 640px) {


}

@media (max-width: 533px) {


}
@media (max-width:480px){

.container{
width:100%;
padding-left:8px;
padding-right:8px;
}

.hero-content h1{
font-size:52px;
}

.section-heading h2{
font-size:48px;
}

.about-section h2{
font-size:48px;
}

.gallery-section h2{
font-size:48px;
}

.update-top h2{
font-size:38px;
}

.card h3{
font-size:30px;
}


.hero-content p,
.about-text,
.section-heading p,
.gallery-text{
font-size:20px !important;
line-height:1.8;
}

}

@media (max-width: 420px) {


}

@media (max-width: 384px) {


}

@media (max-width: 375px) {


}
@media (max-width: 360px) {


}@media (max-width: 320px) {


}@media (max-width: 280px) {


}
/* Universal Overflow Protection */

img,
video,
iframe{
max-width:100%;
}

.hero-image,
.about-image,
.gallery-grid,
.cards-grid,
.hero-grid,
.about-grid{
overflow:hidden;
}

