*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: 'Segoe UI', sans-serif;
}

body{
background:#0f172a;
color:white;
overflow-x:hidden;
}

/* NAVBAR */

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
position:sticky;
top:0;
background:rgba(0,0,0,0.4);
backdrop-filter: blur(10px);
z-index: 100;
}

nav h2{
letter-spacing:1px;
}

nav a{
color:white;
margin-left:25px;
text-decoration:none;
transition:0.3s;
}

nav a:hover{
color:#38bdf8;
}

.nav-contact{
background:rgba(0,0,0);
position:fixed;
color:white;
width:100%;
}

/* HERO */

.hero{
height:100%;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:linear-gradient(135deg,#2563eb,#7c3aed);
position:relative;
overflow:hidden;
}

.hero h1{
font-size:42px;
margin-top: 40px;
margin-bottom:20px;
animation:fadeUp 1s ease;
}

.hero p{
font-size:20px;
opacity:0.9;
margin-bottom:30px;
animation:fadeUp 1.5s ease;
}

.hero img{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.hero .btn {
	margin-top: 40px;
	margin-bottom: 40px;
}

.btn{
padding:15px 35px;
min-width: 162px;
background:white;
color:#111;
border:none;
border-radius:30px;
font-weight:bold;
cursor:pointer;
transition:0.4s;
box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.btn:hover{
transform:translateY(-4px);
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

/* FLOATING SHAPES */

.circle{
position:absolute;
border-radius:50%;
background:rgba(255,255,255,0.1);
animation:float 6s infinite ease-in-out;
}

.c1{
width:120px;
height:120px;
top:10%;
left:15%;
}

.c2{
width:200px;
height:200px;
bottom:10%;
right:10%;
animation-delay:2s;
}

.c3{
width:80px;
height:80px;
top:60%;
left:70%;
animation-delay:4s;
}

/* FEATURES */

.features{
padding:65px 8%;
text-align:center;
}

.features h2{
margin-bottom:40px;
font-size:40px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
display: flex;
flex-wrap: wrap;
gap: 30px;
justify-content: center;
}

.card{
	background:rgba(255,255,255,0.05);
	padding:40px;
	border-radius:15px;
	backdrop-filter: blur(10px);
	transition:0.4s;
	box-shadow:0 15px 40px rgba(0,0,0,0.5);
	width: 45%;
}

.card .card-in{
	display: flex;
	justify-content: center;	
}

.card:hover{
transform:translateY(-10px) scale(1.03);
box-shadow:0 25px 60px rgba(0,0,0,0.7);
}

.card h3{
margin-bottom:15px;
}

/* WIDGETS */

.widgets{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* margin-bottom: 40px; */
	padding: 0 7.5%;
    background: linear-gradient(180deg, #4facfe, #00f2fe);
}

/* CTA */

.cta{
padding:65px 8%;
text-align:center;
background:linear-gradient(135deg,#7c3aed,#2563eb);
}

.cta h2{
font-size:42px;
margin-bottom:40px;
}

footer{
padding:30px;
text-align:center;
background:#020617;
opacity:0.7;
}

/* ANIMATIONS */

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

@keyframes float{
0%{transform:translateY(0px)}
50%{transform:translateY(-25px)}
100%{transform:translateY(0px)}
}

/* CONTACT SECTION */

.contact-body{
	/* background: linear-gradient(135deg, #4f46e5, #9333ea); */
	background: linear-gradient(135deg, #2563eb, #7c3aed);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
 }
 
.contact-section{
	display: flex;
    justify-content: center;
    margin-top: 15px;
	padding:80px 5%;
	animation: fadeUp 1s ease;
}
.contact-container{
background:white;
padding:40px;
border-radius:16px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
max-width:500px;
width:90%;
animation:fadeIn .6s ease;


 h1{
 margin-bottom:10px;
 }

 p{
 margin-bottom:25px;
 color:#555;
 }

 input,textarea{
 width:100%;
 padding:12px;
 margin-bottom:15px;
 border:1px solid #ddd;
 border-radius:6px;
 font-size:16px;
 }

 button{
 width:100%;
 padding:14px;
 background:#007bff;
 color:white;
 border:none;
 border-radius:6px;
 font-size:16px;
 cursor:pointer;
 transition:0.3s;
}

 button:hover{
 background:#0056b3;
 }
}

/* FEATURES SECTION */

.features-body{
	/* background: linear-gradient(135deg, #4f46e5, #9333ea);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; */
 }
 
.features-page{
min-height:100vh;
padding:80px 8%;
background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.features-container{
max-width:1100px;
margin:auto;
}

.features-title{
text-align:center;
margin-bottom:50px;
}

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.feature-card{
background:white;
padding:30px;
border-radius:14px;
/* box-shadow:0 10px 25px rgba(0,0,0,0.08); */
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
transition:.3s;
animation: fadeUp 1s ease;
cursor: pointer;
position: relative;
}

.feature-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.feature-icon{
font-size:30px;
margin-bottom:15px;
}

.feature-card h3{
margin-bottom:10px;
}

.feature-card p{
color:#555;
line-height:1.5;
}

.feature-button{
	position: absolute;
    bottom: 18px;
    right: 24px;	
}


/* MOBILE */
@media only screen and (max-width: 600px) {
  .card {width: 100%;}
  .hero img {max-width: 320px;}
}
/* TABLET */
@media only screen and (min-width: 768px) {
	.hero img {max-width: 400px;}
}
/* DESKTOP */
@media only screen and (min-width: 992px){
	.card {width: 22%;}
	.hero img {max-width: 600px;}
}