.text-black {
    color: #221B15;
}

.f-17 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #221B15;
}

.f-15 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #221B15;
}

.main-banner {
    max-height: 120px;
    min-height: 120px;
    background: linear-gradient(
        90deg,
        rgba(17, 18, 18, 0) 0%,
        rgba(17, 18, 18, 0.45) 25%
    );
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-banner {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.title-banner {
    position: absolute;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    margin: 0px;
    color: #ffffff;
}

.denah-wrapper {
    margin: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.denah-image {
    max-height: 609px;
    max-width: 896px;
    object-fit: fill;
}

.title-list {
    margin-bottom: 1rem;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    display: flex;
    align-items: center;
    color: #221b15;
}

.category-wrapper {
    height: min-content;
}

.category-list {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    display: flex;
    align-items: center;
    text-decoration-line: none;
    color: #221b15;
}

.category-list:hover {
    color: #D0A5F3;
}

.data-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.title-category {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 150% !important;
    color: #D0A5F3;
    margin-bottom: 46px;
    grid-column: 1 / span 3;
}

.title-category h5 {
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 150% !important;
}

.vendor-data {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
    color: #221b15;
    margin-bottom: 48px;
}

.vendor-data p {
    margin: 0px;
}

.vendor-data a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #221B15;
    margin-bottom: 64px;
}

.vendor-data a:hover {
    color: #D0A5F3;
}

.sticky-left .category-wrapper {
    position: fixed;
    top: 82px;
    padding-top: 16px;
}

.sticky-left .vendor-wrapper {
    margin-left: 25%;
}

.place-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 125.5%;
    display: flex;
    align-items: center;
    color: #221b15;
    margin-bottom: 0px;
}

.place-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 125.5%;
    display: flex;
    align-items: center;
    color: #221b15;
}

.select-kategori {
    background: #ffffff;
    border: 2px solid #D0A5F3;
    border-radius: 55px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #D0A5F3;
    mix-blend-mode: normal;
    width: 100%;
    padding: 6px 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/new/icon/ic_dropdown.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 55%, 0 0;
}

.select-kategori:focus {
    border: 2px solid #D0A5F3 !important;
}

.select-kategori-wrapper {
    margin-bottom: 28px;
}

.navbar-toggler {
    border: none;
    margin-right: 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    .navbar .container {
        justify-content: start;
        background-color: white;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .data-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vendor-data {
        grid-column: 1 / span 3;
        margin-bottom: 16px;
    }

    .title-category {
        margin-bottom: 16px;
    }

    .data-wrapper {
        margin-bottom: 32px;
    }
}
