Keranjang Anda kosong!
kalkulator
:root {
–primary-color: #ffd700; /* gold */
–secondary-color: navy;
–background-color: #ffffff;
–navbar-background: #ffd700;
–button-hover-bg: navy;
–text-color: #ffd700;
–font-family: “Poppins”, sans-serif;
–detail-text-color: #555555;
–result-background: rgba(0, 0, 0, 0.05);
–result-border: 5px solid #ffd700;
–result-text-color: navy;
}
@import url(“https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap”);
/* Navbar */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(–navbar-background);
padding: 15px 30px;
width: 100%;
max-width: 1200px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}
.navbarLogoText {
display: flex;
align-items: center;
}
.navbarText {
color: white;
font-weight: 700;
font-family: var(–font-family);
font-size: 19px;
}
.navbarLogo {
height: 50px;
margin-right: 10px;
filter: brightness(0) invert(1);
drop-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.backButton {
background: none;
border: 2px solid var(–secondary-color);
color: var(–secondary-color);
font-size: 18px;
cursor: pointer;
padding: 8px 16px;
border-radius: 5px;
display: flex;
align-items: center;
transition: all 0.3s ease;
}
/* Form */
.formContainer h1,
.kalkulasiContainer h1 {
color: var(–primary-color);
font-weight: bold;
font-size: 28px;
margin-bottom: 25px;
text-align: center;
font-family: var(–font-family);
}
.customDropdown {
background-color: gold;
border: 2px solid #000000;
border-radius: 8px;
padding: 12px 16px;
font-size: 16px;
font-weight: bold;
color: navy;
width: 100%;
font-family: var(–font-family);
}
/* Kalkulasi Harga */
.kalkulasiContainer {
margin-top: 20px;
padding: 20px;
background-color: var(–result-background);
border-left: var(–result-border);
color: var(–detail-text-color);
text-align: left;
font-family: var(–font-family);
}
.inputField {
width: 100%;
padding: 8px;
margin-bottom: 12px;
font-size: 14px;
border-radius: 4px;
border: 1px solid var(–primary-color);
}
.totalBiaya {
font-size: 20px;
font-weight: 700;
color: var(–result-text-color);
text-align: center;
margin-top: 15px;
}
/* Tombol Tampilkan Deskripsi */
.descriptionButton {
background-color: var(–primary-color);
color: navy;
font-weight: bold;
border: none;
padding: 6px 12px;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
margin-top: 10px;
font-family: var(–font-family);
transition: background-color 0.3s ease;
}
.descriptionButton:hover {
background-color: var(–button-hover-bg);
color: var(–primary-color);
}
/* Deskripsi hasil */
#description-container h2,
#description-container p {
color: var(–primary-color);
font-family: var(–font-family);
}
#description-container h2 {
margin-top: 15px;
font-weight: bold;
font-size: 20px;
}
#description-container p {
margin-top: 8px;
font-size: 16px;
}
/* Animasi */
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
.kalkulasiContainer {
animation: fadeIn 0.5s ease-in-out;
}
Kalkulator Harga Apix Interior
Pilih Kategori Item
Pilih Kategori Opsi
Total Biaya: Rp 0
Total Biaya Keseluruhan: Rp 0