*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Roboto,sans-serif;
}

body{
color:#333;
}

/* NAV */
/* NAV */
header{
position:relative;
z-index:999;
}

.menu-btn{
display:none;
position:absolute;
top:15px;
left:15px;
font-size:28px;
background:white;
border:none;
cursor:pointer;
z-index:1001;
padding:6px 12px;
border-radius:6px;
box-shadow:0 2px 8px rgba(0,0,0,.2);
}

nav{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,.1);
transition:.4s;
}

nav ul{
display:flex;
justify-content:center;
align-items:center;
gap:28px;
padding:20px;
list-style:none;
}

nav a{
text-decoration:none;
color:#555;
font-size:16px;
}

nav a:hover{
color:#1976d2;
}

.logo a{
font-size:22px;
font-weight:bold;
}

/* SEARCH */
.search-box input{
padding:8px 14px;
border-radius:20px;
border:1px solid #ccc;
outline:none;
}


/* HERO */
.hero{
height:420px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
background:url("../images/Dev_pic.jpg") center/cover;
color:white;
position:relative;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,.5);
}

.hero-content{
position:relative;
z-index:1;
}

.btn{
display:inline-block;
margin-top:20px;
padding:14px 28px;
background:#383636;
color:white;
text-decoration:none;
border-radius:6px;
}

/* SECTIONS */
.section{
padding:70px 20px;
text-align:center;
}

.gray{
background:#f3f3f3;
}

.section h2{
margin-bottom:40px;
}

/* GRID */
.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

/* CARD */
.card{
background:white;
padding:25px;
border-radius:12px;
box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.card img{
width:100%;
height:160px;
object-fit:cover;
border-radius:8px;
margin-bottom:15px;
}

.card p{
color:#666;
margin:10px 0;
}

.card a{
display:inline-block;
margin-top:10px;
padding:10px 20px;
background:#383636;
color:white;
text-decoration:none;
border-radius:6px;
}

/* FOOTER */
footer{
text-align:center;
padding:30px;
border-top:1px solid #ddd;
}

/* MOBILE */
@media (max-width:768px){

.menu-btn{
display:block;
}

/* NAV CLOSED */
nav{
position:fixed;
top:0;
left:-100%;
width:100%;
height:100vh;
background:white;
transition:left .35s ease;
z-index:999;
}

/* NAV OPEN */
nav.active{
left:0;
}

/* STACK LINKS */
nav ul{
flex-direction:column;
align-items:flex-start;
padding:100px 30px;
gap:25px;
}

/* BIG LINKS */
nav a{
font-size:22px;
}

/* SEARCH BAR */
.search-box{
width:100%;
}

.search-box input{
width:100%;
font-size:18px;
}

/* HERO MOBILE FIX */
/* MOBILE */
@media (max-width:768px){

.menu-btn{
display:block;
}

/* NAV CLOSED */
nav{
position:fixed;
top:0;
left:-100%;
width:100%;
height:100vh;
background:white;
transition:left .35s ease;
z-index:999;
}

/* NAV OPEN */
nav.active{
left:0;
}

/* STACK LINKS */
nav ul{
flex-direction:column;
align-items:flex-start;
padding:100px 30px;
gap:25px;
}

/* BIG LINKS */
nav a{
font-size:22px;
}

/* SEARCH BAR */
.search-box{
width:100%;
}

.search-box input{
width:100%;
font-size:18px;
}

/* HERO MOBILE FIX */

.hero {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/main-pic-1295900106-612x612.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    position: relative;}
.hero{
padding:100px 20px;
height:auto;
}

}


}
