@property --color-main{
    syntax: "<color>";
    initial-value:#C90314FF;
    inherits: false;
}
@font-face {
    font-family:"NewsGoth Cn BT";
    src: url("../font/NEWSGOTC.ttf");
}

html, body {
    margin: 0;
}
body {
    font-family: 'NewsGoth Cn BT', sans-serif;
    color: var(--bs-light);
    font-size: 1.2em;
    background-color: var(--bs-dark);
    line-height: 1.2;
    letter-spacing: .08em;
    font-weight: 400;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-row {
    flex-shrink: 0;
    min-height: 10%;
}

.middle-row {
    padding: 1em 0 1em 0;
    flex: 1 0 auto;
    /* No overflow-y: auto - allows whole page to scroll */
}

.bottom-row {
    flex-shrink: 0;
}

.row-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
a{
    text-decoration: none;
    color: var(--bs-light);
}
section{
    padding: 2em 0 0 0;
}
.navjudul {
    width: 100%;
    border: 0;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    background: rgba(0, 0, 0, 0.80);
}
.navjudul a{
    color:#FFFFFF;
}
.navjudul a:hover{
    color:var(--bs-primary);
}

.heading-primary {
    font-size: 2em;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.home-overlay {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

.home-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.1) 100%);
    z-index: 0; /* Behind the content */
}

.home-overlay .row {
    position: relative;
    z-index: 1; /* Above the overlay */
}
.info-kontak-item-desc a{
    text-decoration: none;
    color:var(--bs-dark);
}
.info-kontak svg{
    fill: var(--bs-light);
    height: 32px;
    width: 32px;
}

footer{
    background-color: #1a1d20;
    text-align:center;
    font-size: smaller;
    padding: 1em 0 5em 0;
}
.mytab-uber{
    background: none;
    border: none;
    color: var(--bs-secondary);
    padding: 10px 20px;
    cursor: pointer;
}
.mytab-uber.active{
    color: var(--bs-light);
    background: none;
    border: none;
    font-size: larger;
    font-weight:bold ;
}
.harga{
    border-radius: 1.3em;
    background-color: var(--bs-secondary);
    text-align: start;
    padding: 0;
    margin: 0 1em;
    border-color: var(--bs-secondary);
    border-style: solid;
    border-width: 0.1em;
}
.harga .head{
    background-color: var(--bs-dark);
    border-radius: 1.3em 1.3em 0 0;
    border: var(--bs-secondary) solid 1px;
    padding: 1em;
    color: var(--bs-secondary);
    display: flex;
    flex-direction: column;
    min-height: 197px;

}
.harga a{
    padding: 1em 0 1em 0;
}
.harga ul>li{
    text-align-all: start;
    display: flex;
}
.harga ul>li>i{
    margin-right: 0.5em;
    font-size: 1.5em;
}