Acing Welder Daftar Situs Slot Online Gacor Terbaik Mudah Menang
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: ‘Segoe UI’, Tahoma, sans-serif; background: #f5f6fa; color: #2f3640; }
/* NAVBAR */
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 50px;
background: linear-gradient(90deg, #1e1e2f, #2f3640);
color: #fff;
position: sticky;
top: 0;
z-index: 1000;
}
nav h1 { font-size: 1.5rem; color: #fbc531; }
nav ul { list-style: none; display: flex; }
nav ul li { margin: 0 15px; }
nav ul li a {
color: #fff;
text-decoration: none;
transition: 0.3s;
}
nav ul li a:hover { color: #fbc531; }
/* BANNER */
.banner {
width: 100%;
overflow: hidden;
}
.banner img {
width: 100%;
height: auto;
display: block;
}
/* SECTION PRODUK */
.products {
max-width: 1200px;
margin: 50px auto;
padding: 0 20px;
}
.products h2 {
text-align: center;
margin-bottom: 30px;
font-size: 2rem;
color: #2f3640;
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
}
.product {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
}
.product:hover {
transform: translateY(-8px);
box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.product img {
width: 100%;
height: 250px;
object-fit: cover;
}
.product-info {
padding: 20px;
text-align: center;
}
.product-info h3 {
font-size: 1.2rem;
margin-bottom: 10px;
color: #2f3640;
}
.product-info p {
font-size: 1rem;
margin-bottom: 15px;
color: #718093;
}
.price {
font-size: 1.2rem;
font-weight: bold;
color: #e84118;
margin-bottom: 15px;
}
.btn {
display: inline-block;
padding: 12px 20px;
background: linear-gradient(45deg, #fbc531, #e1b12c);
color: #000;
font-weight: bold;
text-decoration: none;
border-radius: 8px;
transition: 0.3s;
}
.btn:hover {
background: linear-gradient(45deg, #e1b12c, #fbc531);
box-shadow: 0 0 15px rgba(251,197,49,0.6);
}
/* FOOTER */
footer {
background: #2f3640;
color: #fff;
text-align: center;
padding: 20px;
margin-top: 50px;
}
.button {
padding: 12px 25px;
font-size: 1.1em;
cursor: pointer;
border: none;
border-radius: 50px;
transition: 0.3s;
font-weight: bold;
}
#spin-btn {
background-color: #ffd700;
color: #333;
}
#spin-btn:hover {
background-color: #ffcc00;
transform: scale(1.05);
}
.transaksi .daftar {
display: block;
font-size: 20px;
color: white;
padding: 12px 0;
margin: 1em auto;
text-align: center;
width: 100%;
z-index: 2;
background: linear-gradient(to bottom, #313131, #000000);
border-radius: 5px;
font-family: sans-serif;
font-weight: bolder;
}
.transaksi .daftar:hover {
background: #6B3C00;
}
.tombol-container {
display: flex;
justify-content: center;
align-items: center;
height: auto;
}
.tombol {
font-size: 20px;
color: white;
padding: 12px 0;
margin: 0 10px;
text-align: center;
width: 100%;
z-index: 2;
background: linear-gradient(to bottom, #313131, #000000);
color: #9CA530;
text-decoration: none;
border: 3px solid #9CA530;
border-radius: 10px;
font-family: sans-serif;
font-weight: bolder;
box-shadow: 0 0 20px rgba(0, 0, 0, 20);
}
.tombol-daftar {
background: linear-gradient(to bottom, #313131, #000000);
animation: berubahWarna 5s linear infinite;
box-shadow: 0px 0px 20px rgba(255, 255, 255, 5.7);
border: 3px solid #FFFFFF;
}
@keyframes berubahWarna {
0%,100% {
background: #f5bf0c
}
50% {
background: #000000
}
}