*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#07111d;

color:white;

overflow-x:hidden;

}

.container{

width:90%;

max-width:1300px;

margin:auto;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

.background-circle{

position:fixed;

border-radius:50%;

filter:blur(120px);

opacity:.25;

z-index:-1;

}

.circle1{

width:400px;

height:400px;

background:#00bfff;

left:-100px;

top:100px;

}

.circle2{

width:350px;

height:350px;

background:#7a5cff;

right:-120px;

top:250px;

}

.circle3{

width:500px;

height:500px;

background:#00ffae;

bottom:-250px;

left:40%;

}

header{

position:fixed;

width:100%;

top:0;

left:0;

backdrop-filter:blur(18px);

background:rgba(5,12,22,.55);

border-bottom:1px solid rgba(255,255,255,.08);

z-index:1000;

}

nav{

display:flex;

align-items:center;

justify-content:space-between;

height:80px;

}

.logo{

font-size:34px;

font-weight:800;

color:white;

}

.logo span{

color:#39b9ff;

}

nav ul{

display:flex;

gap:35px;

}

nav ul li a{

color:white;

font-size:15px;

transition:.3s;

}

nav ul li a:hover{

color:#39b9ff;

}

.btn{

padding:13px 28px;

border-radius:40px;

background:#39b9ff;

color:white;

font-weight:600;

transition:.3s;

}

.btn:hover{

transform:translateY(-4px);

}

.hero{

padding-top:180px;

padding-bottom:120px;

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.hero-left h4{

color:#39b9ff;

letter-spacing:2px;

margin-bottom:15px;

}

.hero-left h1{

font-size:64px;

line-height:1.2;

margin-bottom:30px;

}

.hero-left h1 span{

color:#39b9ff;

}

.hero-left p{

color:#cfd8e5;

line-height:2;

font-size:17px;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.primary-btn{

padding:16px 34px;

background:#39b9ff;

color:white;

border-radius:50px;

font-weight:700;

}

.secondary-btn{

padding:16px 34px;

border:2px solid #39b9ff;

color:#39b9ff;

border-radius:50px;

font-weight:700;

}

.hero-counter{

display:flex;

gap:40px;

}

.hero-counter h2{

font-size:38px;

color:#39b9ff;

}

.hero-counter p{

margin-top:8px;

color:#c7d2e0;

}

.glass-card{

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

padding:40px;

border-radius:25px;

}

.glass-card h3{

margin-bottom:35px;

font-size:30px;

}

.service-box{

display:flex;

gap:20px;

margin-bottom:25px;

}

.icon{

width:60px;

height:60px;

background:#39b9ff;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

border-radius:18px;

}

.service-box h5{

font-size:20px;

margin-bottom:8px;

}

.service-box p{

color:#cfd8e5;

line-height:1.8;

}

.brands{

padding:80px 0;

}

.brand-title{

text-align:center;

font-size:30px;

font-weight:700;

margin-bottom:40px;

}

.brand-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:25px;

}

.brand-grid div{

padding:25px;

text-align:center;

background:#111d2b;

border-radius:15px;

font-weight:700;

transition:.3s;

}

.brand-grid div:hover{

background:#39b9ff;

transform:translateY(-8px);

}

@media(max-width:991px){

.hero-grid{

grid-template-columns:1fr;

}

nav ul{

display:none;

}

.brand-grid{

grid-template-columns:repeat(2,1fr);

}

.hero-left h1{

font-size:42px;

}

}
/*=========================
SECTION TITLE
=========================*/

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title h5{

color:#39b9ff;

letter-spacing:2px;

margin-bottom:15px;

}

.section-title h2{

font-size:46px;

margin-bottom:20px;

}

.section-title p{

max-width:750px;

margin:auto;

line-height:2;

color:#cfd8e5;

}


/*=========================
ABOUT
=========================*/

.about{

padding:120px 0;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image{

height:500px;

background:linear-gradient(135deg,#39b9ff,#6c5cff);

border-radius:25px;

display:flex;

justify-content:center;

align-items:center;

}

.about-card{

background:white;

color:#111;

padding:40px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.about-card h2{

font-size:55px;

color:#39b9ff;

}

.about-content h3{

font-size:38px;

margin-bottom:25px;

}

.about-content p{

line-height:2;

color:#d6dce7;

margin-bottom:30px;

}

.about-list{

display:grid;

grid-template-columns:1fr 1fr;

gap:18px;

margin-bottom:35px;

}

.about-item{

background:#122032;

padding:18px;

border-radius:12px;

}


/*=========================
SERVICES
=========================*/

.services{

padding:120px 0;

}

.service-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.service-card{

background:#101d2d;

padding:35px;

border-radius:20px;

transition:.35s;

border:1px solid rgba(255,255,255,.05);

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.3);

border-color:#39b9ff;

}

.service-icon{

font-size:48px;

margin-bottom:20px;

}

.service-card h3{

margin-bottom:15px;

}

.service-card p{

color:#d3d9e5;

line-height:1.8;

}


/*=========================
WHY US
=========================*/

.why-us{

padding:120px 0;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.why-card{

padding:35px;

background:#122032;

border-radius:20px;

text-align:center;

transition:.3s;

}

.why-card:hover{

background:#39b9ff;

transform:translateY(-8px);

}

.why-card h3{

font-size:55px;

margin-bottom:10px;

}


/*=========================
FEATURES
=========================*/

.features{

padding:120px 0;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

}

.feature-grid div{

background:#122032;

padding:22px;

border-radius:12px;

transition:.3s;

}

.feature-grid div:hover{

background:#39b9ff;

}


/*=========================
COUNTER
=========================*/

.counter{

padding:120px 0;

}

.counter-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

text-align:center;

}

.counter-grid div{

background:#101d2d;

padding:45px;

border-radius:20px;

}

.counter-grid h2{

font-size:50px;

color:#39b9ff;

margin-bottom:10px;

}


/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.about-grid,

.service-grid,

.why-grid,

.feature-grid,

.counter-grid{

grid-template-columns:1fr;

}

.about-list{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

}