/*==========================
  NASCENT PHOENIX V1
===========================*/

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

html{
scroll-behavior:smooth;
}

body{

background:#09111F;
font-family:'Inter',sans-serif;
color:#fff;
overflow-x:hidden;

}

/*==========================
NAVBAR
===========================*/

.navbar{

position:fixed;

top:0;
left:0;

width:100%;

padding:22px 8%;

display:flex;
justify-content:space-between;
align-items:center;

background:rgba(9,17,31,.75);

backdrop-filter:blur(18px);

z-index:999;

border-bottom:1px solid rgba(255,255,255,.05);

}

.logo{

font-size:30px;

font-weight:800;

font-family:'Sora',sans-serif;

letter-spacing:.5px;

}

.logo span{

color:#F97316;

}

nav{

display:flex;

align-items:center;

gap:36px;

}

nav a{

color:#CBD5E1;

text-decoration:none;

font-weight:500;

position:relative;

transition:.35s;

}

nav a::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:2px;

background:#F97316;

transition:.35s;

}

nav a:hover{

color:#fff;

}

nav a:hover{

color:#FFFFFF;

}

nav a:hover::after{

width:100%;

}

.nav-btn:hover{

transform:translateY(-4px);

box-shadow:0 12px 30px rgba(37,99,235,.35);

}

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

.hero{

min-height:100vh;

padding:120px 8%;

display:flex;

justify-content:space-between;

align-items:center;

gap:60px;

position:relative;

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

width:650px;
height:650px;

background:#2563EB;

filter:blur(170px);

opacity:.18;

right:-180px;
top:-180px;

border-radius:50%;

}

.hero::after{

content:"";

position:absolute;

width:500px;
height:500px;

background:#F97316;

filter:blur(180px);

opacity:.15;

left:-180px;
bottom:-180px;

border-radius:50%;

}

.hero-left{

flex:1;

position:relative;

z-index:2;

opacity:0;

}

.badge{

display:inline-block;

padding:10px 18px;

border:1px solid rgba(255,255,255,.08);

border-radius:40px;

background:rgba(255,255,255,.04);

color:#CBD5E1;

margin-bottom:28px;

font-size:15px;

backdrop-filter:blur(10px);

}

.hero h1{

font-size:72px;

line-height:1.05;

font-family:'Sora',sans-serif;

margin-bottom:30px;

}

.hero h1 span{

color:#F97316;

}

.hero p{

font-size:20px;

color:#94A3B8;

line-height:1.8;

max-width:650px;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.btn-primary{

text-decoration:none;

background:#2563EB;

padding:18px 34px;

border-radius:14px;

color:white;

font-weight:600;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 18px 45px rgba(37,99,235,.35);

}

.btn-secondary{

text-decoration:none;

border:1px solid rgba(255,255,255,.12);

padding:18px 34px;

border-radius:14px;

color:white;

transition:.35s;

}

.btn-secondary:hover{

background:rgba(255,255,255,.05);

transform:translateY(-5px);

}

.hero-right{

flex:1;

display:flex;

justify-content:center;

align-items:center;

position:relative;

z-index:2;

}
.hero-right::before{

content:"";

position:absolute;

width:380px;

height:380px;

border-radius:50%;

background:linear-gradient(135deg,#2563EB,#F97316);

filter:blur(80px);

opacity:.25;

animation:pulseGlow 4s ease-in-out infinite;

}

.glass-card{

width:430px;

height:430px;

border-radius:30px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(25px);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

box-shadow:0 30px 80px rgba(0,0,0,.35);

animation:float 5s ease-in-out infinite;

}

.glass-card h3{

font-size:34px;

font-family:'Sora',sans-serif;

margin-bottom:20px;

}

.glass-card p{

color:#CBD5E1;

font-size:18px;

text-align:center;

padding:0 40px;

line-height:1.8;

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0px);

}

}

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

@media(max-width:1000px){

.hero{

flex-direction:column;

text-align:center;

padding-top:150px;

}

.hero-buttons{

justify-content:center;

}

nav{

display:none;

}

.hero h1{

font-size:52px;

}

.glass-card{

width:100%;
max-width:420px;

height:320px;

}

}

@media(max-width:600px){

.hero h1{

font-size:42px;

}

.hero p{

font-size:17px;

}

.nav-btn{

display:none;

}

.logo{

font-size:30px;

font-weight:800;

font-family:'Sora',sans-serif;

cursor:pointer;

transition:.35s;

}

.logo:hover{

transform:translateY(-2px) scale(1.03);

filter:drop-shadow(0 0 12px rgba(249,115,22,.4));

}

.logo a{

text-decoration:none;

color:#F8FAFC;

display:flex;

align-items:center;

gap:4px;

}

}
/*==========================
SERVICES
===========================*/

.services{

padding:120px 8%;

background:#0E1628;

}

.section-title{

max-width:700px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.section-title span{

color:#F97316;

font-size:15px;

font-weight:700;

letter-spacing:2px;

}

.section-title h2{

font-family:'Sora',sans-serif;

font-size:48px;

margin:20px 0;

line-height:1.2;

}

.section-title p{

color:#94A3B8;

font-size:18px;

line-height:1.8;

}

.service-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.service-card{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.06);

border-radius:24px;

padding:40px;

transition:.4s;

backdrop-filter:blur(15px);

}

.service-card:hover{

transform:translateY(-12px);

border-color:#2563EB;

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.service-icon{

font-size:42px;

margin-bottom:25px;

}

.service-card h3{

font-family:'Sora',sans-serif;

font-size:24px;

margin-bottom:18px;

}

.service-card p{

color:#94A3B8;

line-height:1.8;

}

@media(max-width:1000px){

.service-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:700px){

.service-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:36px;

}

}
/*==========================
FEATURED PROJECT
===========================*/


/*==========================
WHY US
===========================*/

.why-us{

padding:120px 8%;

background:#0E1628;

}

.why-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-top:60px;

}

.why-card{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.06);

border-radius:22px;

padding:35px;

transition:.35s;

backdrop-filter:blur(12px);

}

.why-card:hover{

transform:translateY(-10px);

border-color:#F97316;

box-shadow:0 20px 50px rgba(249,115,22,.18);

}

.why-card h3{

font-family:'Sora',sans-serif;

font-size:24px;

margin-bottom:18px;

color:#F8FAFC;

}

.why-card p{

color:#94A3B8;

line-height:1.8;

font-size:17px;

}

@media(max-width:900px){

.why-grid{

grid-template-columns:1fr;

}

}
.ui-card{

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

border-radius:14px;

padding:16px;

margin-bottom:18px;

}

.ui-card:last-child{

margin-bottom:0;

}

.ui-line{

height:10px;

border-radius:50px;

background:linear-gradient(90deg,#2563EB,#60A5FA);

margin-bottom:12px;

opacity:.9;

}

.ui-line:last-child{

margin-bottom:0;

}

.long{

width:90%;

}

.medium{

width:70%;

}

.short{

width:45%;

}
.project-preview{

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

width:100%;

max-width:520px;

min-height:320px;

padding:40px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:24px;

text-decoration:none;

color:white;

transition:.35s;

}

.project-preview:hover{

transform:translateY(-8px);

border-color:#2563EB;

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.preview-icon{

font-size:60px;

margin-bottom:20px;

}

.project-preview h3{

font-size:30px;

margin-bottom:15px;

font-family:'Sora',sans-serif;

}

.project-preview p{

color:#94A3B8;

line-height:1.8;

margin-bottom:25px;

}

.project-preview span{

color:#F97316;

font-weight:600;

}
/*==========================
CONTACT
===========================*/

.contact{

padding:120px 8%;

background:#0E1628;

}

.contact-container{

display:grid;

grid-template-columns:1fr 1.2fr;

gap:60px;

margin-top:60px;

align-items:start;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.contact-item{

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.06);

border-radius:20px;

padding:25px;

}

.contact-item h3{

font-family:'Sora',sans-serif;

margin-bottom:10px;

font-size:20px;

}

.contact-item p{

color:#94A3B8;

line-height:1.7;

}

.contact-form{

display:flex;

flex-direction:column;

gap:20px;

}

.contact-form input,

.contact-form textarea{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:14px;

padding:18px;

color:#fff;

font-size:16px;

font-family:'Inter',sans-serif;

outline:none;

transition:.3s;

}

.contact-form input:focus,

.contact-form textarea:focus{

border-color:#2563EB;

box-shadow:0 0 20px rgba(37,99,235,.15);

}

.contact-form textarea{

resize:vertical;

min-height:160px;

}

.contact-form button{

cursor:pointer;

align-self:flex-start;

}

@media(max-width:900px){

.contact-container{

grid-template-columns:1fr;

}

.contact-form button{

width:100%;

}

}
.contact-item a{

color:#F8FAFC;

text-decoration:none;

transition:.3s;

word-break:break-word;

}

.contact-item a:hover{

color:#F97316;

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

.footer{

padding:70px 8% 30px;

background:#08111F;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-content{

display:grid;

grid-template-columns:2fr 1fr 1.2fr;

gap:60px;

margin-bottom:40px;

}

.footer-brand h2{

font-family:'Sora',sans-serif;

font-size:34px;

margin-bottom:18px;

color:#F8FAFC;

}

.footer-brand span{

color:#F97316;

}

.footer-brand p{

color:#94A3B8;

line-height:1.8;

max-width:420px;

}

.footer-links,

.footer-contact{

display:flex;

flex-direction:column;

gap:16px;

}

.footer-links h3,

.footer-contact h3{

font-family:'Sora',sans-serif;

margin-bottom:10px;

color:#F8FAFC;

}

.footer-links a,

.footer-contact a{

color:#CBD5E1;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover,

.footer-contact a:hover{

color:#F97316;

}

.footer-contact p{

color:#94A3B8;

margin-top:10px;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,.08);

padding-top:25px;

text-align:center;

}

.footer-bottom p{

color:#64748B;

font-size:14px;

}

@media(max-width:900px){

.footer-content{

grid-template-columns:1fr;

gap:40px;

text-align:center;

}

.footer-brand p{

margin:auto;

}

}