@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");

* {
    font-family: "Poppins", system-ui;
}

nav {
    height: 123px !important;
    z-index: 9999 !important;
}

nav .logo-nav img {
    width: 80px;
}

.jumbotron-content {
    background: url("../image/bg-jumbo.png");
    min-height: 500px;
}

.jumbotron-content.dark-active {
    background: none;
    background-color: rgb(22, 29, 51) !important;
}

img.jumbo-image {
    /* max-width: 534px; */
    object-fit: cover;
}

/* brightness-low */

.jumbo-footer {
    height: 245px;
    background: url("../image/gedung-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.jumbo-footer::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 16px;
    /* z-index: -1; */
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-desc {
    max-height: 70vh;
}

.modal ul {
    list-style: disc !important;
}

/* nav .menu-nav li {
  padding: 0 40px;
} */
