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

body{

background:url("https://images.unsplash.com/photo-1513467655676-561b7d489a88?auto=format&fit=crop&w=1800&q=80") center center/cover no-repeat;
height:100vh;
overflow:hidden;

}

.hero{

position:relative;
width:100%;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
text-align:center;

}

.overlay{

position:absolute;
inset:0;
background:rgba(20,15,10,.78);
backdrop-filter:blur(2px);

}

.content{

position:relative;
z-index:2;
max-width:700px;
padding:30px;

}

.logo{

width:220px;
margin-bottom:30px;
filter:drop-shadow(0 10px 25px rgba(0,0,0,.35));

}

.top-phone{

position:absolute;
top:30px;
left:50%;
transform:translateX(-50%);
z-index:5;

background:#c79a4b;

padding:12px 30px;

border-radius:40px;

font-size:18px;

font-weight:bold;

color:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.25);

}

h1{

color:#fff;

font-size:58px;

line-height:1.3;

margin-bottom:15px;

}

h1 span{

display:block;

font-size:28px;

font-weight:400;

color:#d9b26a;

margin-top:10px;

}

p{

color:#fff;

font-size:22px;

margin-top:15px;

}

.desc{

font-size:18px;

line-height:2;

opacity:.9;

margin-top:25px;

}

.services{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

margin-top:40px;

}

.item{

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

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

padding:15px 22px;

border-radius:15px;

color:white;

display:flex;

align-items:center;

gap:10px;

backdrop-filter:blur(8px);

transition:.3s;

}

.item:hover{

background:#b8873b;

transform:translateY(-6px);

}

.buttons{

margin-top:45px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn{

text-decoration:none;

padding:16px 40px;

border-radius:50px;

background:#b8873b;

color:white;

font-size:18px;

font-weight:bold;

transition:.3s;

}

.btn:hover{

background:#8b5d24;

}

.btn2{

background:#222;

}

.btn2:hover{

background:#000;

}

@media(max-width:768px){

.logo{

width:160px;

}

h1{

font-size:38px;

}

h1 span{

font-size:22px;

}

.top-phone{

font-size:16px;

padding:10px 22px;

}

.desc{

font-size:16px;

}

.services{

flex-direction:column;

}

.buttons{

flex-direction:column;

}

.btn{

width:100%;

}

}
.logo-text{font-size:64px;font-weight:800;color:#c79a4b;letter-spacing:4px;margin-bottom:25px;}
