html {
    height: 100%;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

body {
    max-height: 100%;
    /* box-sizing: border-box; */
    margin: 0;
    padding: 0;
    /* background: blue; */
    background-image: url('../images/bg-house2.jpg');
    /* background-color: rgba(255, 255, 255, 0.25); */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay{
    height: 100vh;
    width: 100vw;
    /* background-color: aqua; */
    background-color: rgba(255, 255, 255, 0.30);
  }

.container,
.container-fluid {
    min-height: 100vh;
    max-height: 100vh;
    display: grid;
    /* overflow-y: hidden; */
    /* grid-template-rows: 50px 1fr; */
    padding-top: 5vh;
    padding-bottom: 5vh;
    /* background: burlywood; */
}

.title {
    height: fit-content;
    /* position: -webkit-sticky;
    position: sticky;
    top:0; */
    /* background-color: aliceblue; */
}

.title-txt {
    font-size: 6em;
    /* font-size: 5em; */
    font-weight: 750;
    color: lightcyan;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: navy;
}

.menu-body {
    max-width: 100%;
    max-height: 95%;
    overflow-y: scroll;
    /* max-height: fit-content; */
    margin-bottom: 0.25rem;
    /* background: rgba(255, 255, 255, 0.5); */
    /* background-color: azure; */
}

.menu-img {
    max-width: 35%;
    margin-bottom: 0.5rem;
}

.home-img {
    max-width: 100% !important;
    height: 100% !important;
}

.menu-body .menu-point img {
    max-width: 30%;
    height: 30%;
}

.grid-container {
    grid-template-columns: auto auto auto;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: antiquewhite; */
}

.message {
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 3rem;
    border-radius: 1rem;
}

.message h3 {
    text-align: center;
    font-size: 2.5em;
    padding-top: 0.25rem;
}

/* Button item in grid */
.menu-point {
    /* calc(10% - 10px) */
    flex: 0 0 25%;
    background: navy;
    color: white;
    padding: 1rem;
    margin: 0.5rem;

    font-size: 1.5em;
    text-align: center;

    /* button = btn class equivalent */
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-disabled-opacity: 0.65;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: none;
}

.txt {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    color: white;
    /* background-color: navy !important; */
    /* box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.5)); */
}

.home-txt {
    font-size: 3em;
}

.menu-txt {
    font-size: 1.25em;
    line-height: 1;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

/* Halaman Bagikan tagihan */
.btn-row {
    padding-left: 10%;
    padding-right: 10%;
}

.btn-row button {
    font-size: 1.25rem;
}
