*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
color:#222;

background:
linear-gradient(
rgba(109,7,26,.75),
rgba(109,7,26,.75)
),
url("images/cover/cover_utama.jpg");

background-size:cover;
background-position:center;
background-attachment:fixed;

}

nav{

position:fixed;
top:0;
width:100%;

display:flex;
justify-content:space-between;
align-items:center;

padding:20px 50px;

background:rgba(0,0,0,.3);
backdrop-filter:blur(10px);

z-index:999;
}

.logo-nav{
color:white;
font-weight:600;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav a{
color:white;
text-decoration:none;
}

.hero{

height:100vh;

background:
linear-gradient(
rgba(109,7,26,.75),
rgba(109,7,26,.75)
),

url("images/cover/cover_utama.jpg");

background-size:cover;
background-position:center;

display:flex;
justify-content:center;
align-items:center;

text-align:center;
}

.hero-content{
color:white;
max-width:800px;
padding:20px;
}

.logo{
width:130px;
margin-bottom:20px;
}

.hero h1{
font-size:50px;
margin-bottom:10px;
}

.hero h2{
font-size:25px;
font-weight:400;
margin-bottom:15px;
}

.hero p{
font-size:18px;
margin-bottom:25px;
}

.btn{

background:#ffffff;
color:#6D071A;

padding:12px 30px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
}

#menu{
padding:80px 10%;

background:#6D071A;

border-top-left-radius:40px;
border-top-right-radius:40px;
}

.title{
text-align:center;
margin-bottom:40px;
color:white;
}

.menu-item{

display:flex;
justify-content:space-between;
align-items:center;

padding:25px;

margin-bottom:15px;

background:white;

border-left:5px solid transparent;

text-decoration:none;
color:#222;

border-radius:12px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

transition:.3s;
}

.menu-item:hover{

background:#6D071A;
color:white;

border-left:5px solid #ff5c5c;

transform:translateX(8px);

}

.welcome{

padding:80px 10%;

text-align:center;

background:rgba(255,255,255,.95);

backdrop-filter:blur(8px);

}

.welcome h2{
color:#6D071A;
margin-bottom:20px;
}

.welcome p{
max-width:800px;
margin:auto;
line-height:1.8;
}

footer{

background:#6D071A;

color:white;

text-align:center;

padding:40px;
}
/* navbar scroll */

.scroll-nav{

background:#6D071A !important;

transition:.3s;

}

/* reveal */

.menu-item{

opacity:0;

transform:translateY(40px);

}

.menu-item.show{

opacity:1;

transform:translateY(0);

transition:.8s;

}

/* counter */

.counter-box{

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

padding:30px;

}

#counter{

font-size:70px;

font-weight:bold;

color:#6D071A;

}

/* top button */
#topBtn{

position:fixed;

right:20px;

bottom:20px;

width:50px;

height:50px;

display:none;

justify-content:center;

align-items:center;

border:none;

border-radius:50%;

background:#6D071A;

color:white;

cursor:pointer;

font-size:20px;

box-shadow:0 5px 20px rgba(0,0,0,.2);

}

/* gesture page */
.btn-back{

border:none;
}

/* gallery */
.gallery{


display:grid;

grid-template-columns:
repeat(auto-fit,minmax(250px,1fr));

gap:20px;

}

.gallery img{

width:100%;

height:250px;

object-fit:cover;

border-radius:15px;

cursor:pointer;

transition:.3s;

}

.gallery img:hover{

transform:scale(1.05);

}
.page{

max-width:1100px;

margin:auto;

padding:120px 30px 60px;

}

.page h1{

color:#ffffff;

margin-bottom:30px;

text-align:center;

font-size: 40px;

text-shadow:0 3px 10px rgba(0,0,0,.3) ;

}

.card{

background:rgba(255,255,255,.95);

backdrop-filter:blur(8px);

padding:30px;

margin-bottom:25px;

border-radius:15px;

box-shadow:0 5px 20px rgba(0,0,0,.15);

line-height:1.8;

}

.card h2{

color:#6D071A;

margin-bottom:15px;

}

.btn-back{

display:inline-block;

padding:12px 25px;

background:#6D071A;

color:white;

text-decoration:none;

border-radius:30px;

margin-top:20px;

}

.logo-page{

display:block;

width:180px;

margin:auto;

margin-bottom:30px;

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:20px;

}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:20px;
}

.gallery-img:hover{
transform:scale(1.05);
}

}