*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Vazirmatn',Tahoma,sans-serif;
scroll-behavior:smooth;
}

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


/* نورهای پس زمینه */

body::before{
content:"";
position:fixed;
width:550px;
height:550px;
background:radial-gradient(circle,#0066ff55,transparent 70%);
top:-180px;
left:-180px;
z-index:-1;
animation:move1 12s infinite alternate;
}

body::after{
content:"";
position:fixed;
width:500px;
height:500px;
background:radial-gradient(circle,#9b00ff55,transparent 70%);
bottom:-150px;
right:-150px;
z-index:-1;
animation:move2 15s infinite alternate;
}


@keyframes move1{
to{
transform:translate(100px,70px);
}
}

@keyframes move2{
to{
transform:translate(-80px,-60px);
}
}



/* منو */

.navbar{

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

padding:14px 7%;

background:rgba(5,10,25,.75);

backdrop-filter:blur(20px);

position:fixed;

top:0;

width:100%;

z-index:99;

}


.logo img{

width:55px;
height:55px;

object-fit:contain;

border-radius:12px;

}



.navbar ul{

display:flex;
gap:25px;

list-style:none;

}



.navbar a{

color:white;

text-decoration:none;

font-size:15px;

font-weight:bold;

transition:.3s;

}


.navbar a:hover{

color:#00c6ff;

}



/* بخش اول */

.hero{

padding:115px 7% 50px;

display:flex;

align-items:center;

justify-content:space-between;

gap:30px;

}



.hero-text{

width:55%;

}



.hero-text h1{

font-size:38px;

line-height:1.5;

}



.hero-text p{

font-size:16px;

line-height:2;

margin-top:15px;

color:#ddd;

}



.hero-image{

width:35%;

text-align:center;

}



.hero-image img{

width:100%;

max-width:380px;

border-radius:25px;

filter:drop-shadow(0 15px 35px #0066ff88);

animation:float 4s infinite;

}



@keyframes float{

50%{

transform:translateY(-12px);

}

}



/* دکمه ها */


.btn1,
.btn2,
.btn-repair{

display:inline-block;

padding:13px 30px;

border-radius:18px;

text-decoration:none;

font-weight:bold;

color:white;

margin-top:25px;

transition:.3s;

}



.btn1{

background:linear-gradient(135deg,#0066ff,#00c6ff);

}



.btn2{

background:linear-gradient(135deg,#ff0066,#ff9900);

}



.btn1:hover,
.btn2:hover,
.btn-repair:hover{

transform:translateY(-5px);

box-shadow:0 15px 30px rgba(0,150,255,.4);

}



/* قیمت محصولات */


.prices{

width:88%;

margin:50px auto;

padding:30px 20px;

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

backdrop-filter:blur(20px);

border-radius:30px;

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

text-align:center;

}


.prices h2{

font-size:30px;

margin-bottom:10px;

}


.prices p{

color:#ddd;

line-height:2;

}



.prices img{

width:85%;

max-width:950px;

margin-top:25px;

border-radius:25px;

box-shadow:0 20px 40px rgba(0,0,0,.4);

transition:.4s;

}


.prices img:hover{

transform:scale(1.02);

}



/* اسلایدر */


.slider{

width:90%;

margin:50px auto;

overflow:hidden;

border-radius:30px;

}



.slide img{

width:100%;

height:380px;

object-fit:cover;

border-radius:30px;

}



.slide:not(.active){

display:none;

}



.caption{

position:absolute;

bottom:25px;

right:25px;

background:rgba(0,0,0,.55);

backdrop-filter:blur(15px);

padding:20px;

border-radius:18px;

}
/* برندها */

.brands{

padding:60px 7%;

text-align:center;

}


.brands h2{

font-size:32px;

margin-bottom:30px;

}



.brand-box{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(140px,1fr));

gap:20px;

}



.brand{

padding:25px 15px;

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

border-radius:22px;

backdrop-filter:blur(20px);

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

font-size:21px;

transition:.35s;

}



.brand:hover{

transform:translateY(-8px);

background:linear-gradient(135deg,#0066ff,#9b00ff);

}





/* خدمات */

.services{

padding:60px 7%;

}



.services h2{

text-align:center;

font-size:32px;

margin-bottom:30px;

}



.cards{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:20px;

}



.card{

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

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

backdrop-filter:blur(20px);

border-radius:25px;

padding:25px;

text-align:center;

font-size:40px;

transition:.35s;

}



.card h3{

font-size:21px;

margin:15px 0;

}



.card p{

font-size:14px;

color:#ddd;

line-height:2;

}



.card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px #0066ff55;

}





/* تعمیرات */

.repair{

padding:60px 7%;

}



.repair-box{

background:

linear-gradient(

135deg,

rgba(0,102,255,.45),

rgba(255,255,255,.12)

);

padding:35px;

border-radius:35px;

backdrop-filter:blur(25px);

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

box-shadow:0 20px 50px rgba(0,0,0,.35);

}



.repair-text h2{

font-size:30px;

color:#00d9ff;

margin-bottom:20px;

}



.repair-text p{

font-size:16px;

line-height:2;

color:#fff;

margin-bottom:20px;

}



.repair-text li{

list-style:none;

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

padding:12px;

margin:10px 0;

border-radius:15px;

font-size:15px;

}



.btn-repair{

background:linear-gradient(135deg,#00b248,#25D366);

padding:15px 35px;

border-radius:20px;

color:white;

font-size:17px;

font-weight:bold;

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

transition:.3s;

}


.btn-repair:hover{

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

box-shadow:0 18px 40px rgba(37,211,102,.5);

}




/* اینستاگرام */


.instagram{

margin:50px 7%;

padding:40px;

border-radius:30px;

text-align:center;

background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);

}



.instagram h2{

font-size:30px;

}



.instagram p{

margin:15px;

}





/* فوتر */


footer{

background:#050914;

padding:30px;

text-align:center;

color:#aaa;

line-height:2;

}





/* موبایل */


@media(max-width:768px){


.navbar{

flex-direction:column;

padding:12px;

}


.navbar ul{

margin-top:10px;

gap:15px;

flex-wrap:wrap;

justify-content:center;

}


.hero{

flex-direction:column;

text-align:center;

padding-top:110px;

}


.hero-text,
.hero-image{

width:100%;

}


.hero-text h1{

font-size:30px;

}


.hero-image img{

max-width:300px;

}



.prices{

width:95%;

}


.prices img{

width:100%;

}



.slide img{

height:230px;

}



.brand-box,
.cards{

grid-template-columns:1fr 1fr;

}



.repair-box{

padding:25px;

}



}


@media(max-width:450px){

.brand-box,
.cards{

grid-template-columns:1fr;

}

}
