/* RESET */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}


/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
background:#0c1f38;
color:white;
}

.logo{
display:flex;
align-items:center;
}

.logo img{
width:50px;
margin-right:10px;
}

nav ul{
display:flex;
list-style:none;
}

nav ul li{
margin-left:20px;
}

nav ul li a{
text-decoration:none;
color:white;
font-weight:bold;
}

nav ul li a:hover{
color:#00c3ff;
}


/* SLIDER */

.slider{
width:100%;
height:650px;
overflow:hidden;
position:relative;
}

.slide{
width:100%;
height:700px;
object-fit:cover;
display:none;
}


/* JUDUL HALAMAN */

.judul{
text-align:center;
padding:40px;
background:#f5f5f5;
}

.judul-logo{
width: 350px;
margin-bottom: 10px;
}

.judul h2{
font-size:32px;
margin-bottom:10px;
}


/* KATEGORI */

.kategori{
padding:50px;
text-align:center;
}

.kategori-box{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
margin-top:20px;
}

.kategori-box a{
background:#0c1f38;
color:white;
padding:15px 25px;
text-decoration:none;
border-radius:5px;
}

.kategori-box a:hover{
background:#00c3ff;
}


/* BRAND */

.brand{
padding:50px;
background:#f5f5f5;
text-align:center;
}

.brand-box{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
margin-top:20px;
}

.brand-box a{
background:#ffffff;
border:1px solid #ddd;
padding:15px 25px;
text-decoration:none;
color:#333;
border-radius:5px;
}

.brand-box a:hover{
background:#0c1f38;
color:white;
}


/* PRODUK */

.produk-list{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
padding:50px;
}

.produk-card{
width:250px;
border:1px solid #ddd;
padding:20px;
border-radius:8px;
text-align:center;
}

.produk-card h3{
margin-bottom:10px;
}

.produk-card p{
font-size:14px;
margin-bottom:15px;
}

.produk-card a{
background:#0c1f38;
color:white;
padding:10px 20px;
text-decoration:none;
border-radius:5px;
}

.produk-card a:hover{
background:#00c3ff;
}


/* FOOTER */

footer{
background:#0c1f38;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}


/* RESPONSIVE */

@media(max-width:768px){

header{
flex-direction:column;
}

nav ul{
margin-top:10px;
}

.slider{
height:250px;
}

.slide{
height:250px;
}

}
.whatsapp{

position:fixed;

bottom:20px;

right:20px;

background:#25D366;

color:white;

padding:15px 20px;

border-radius:50px;

text-decoration:none;

font-weight:bold;

box-shadow:0 4px 10px rgba(0,0,0,0.3);

}

.whatsapp:hover{

background:#1ebe5d;


}

/* KEUNGGULAN */

.keunggulan{
padding:60px;
background:#f5f5f5;
text-align:center;
}

.keunggulan-box{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
margin-top:30px;
}

.keunggulan-item{
width:250px;
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
}


/* BRAND LOGO */

.brand-home{
padding:60px;
text-align:center;
}

.brand-logo{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:40px;
margin-top:30px;
}

.brand-logo img{
width:120px;
opacity:0.8;
transition:0.3s;
}

.brand-logo img:hover{
opacity:1;
transform:scale(1.1);
}

.project-gallery{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:30px;

padding:50px;

}

.project-item{

width:260px;

background:white;

border-radius:8px;

box-shadow:0 3px 10px rgba(0,0,0,0.1);

padding:15px;

text-align:center;

}

.project-item img{

width:100%;

border-radius:5px;

margin-bottom:10px;

}
.kategori-item{
background:#f5f5f5;
padding:20px;
border-radius:8px;
text-align:center;
width:200px;
}

.kategori-item a{
display:block;
margin-top:8px;
text-decoration:none;
color:#333;
font-weight:bold;
}

.brand-card video{
width:100%;
border-radius:10px;
margin-top:10px;
}
}