body {
    font-family: 'Urbanist', sans-serif;
}

/* .row > * {
    position: relative;
} */

.text-orange {
    color: #FF8600;
}

.btn-explore {
    background-color: #FF8600;
    color: #fff;
    font-size: 18px;
    padding: 15px 80px;
    border-radius: 15px 0;
}

.btn-explore:hover {
    color: #fff;
    background-color: #e47a01;
}

.bg-half-100 {
    padding: 120px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.hero-section {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.hero-section h1 {
    color: #fff;
}

.hero-div {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-form .search-icons {
    position: absolute;
    top: 14px;
    right: 18px;
}

.search-form .form-control {
    padding: .5rem 1rem;
}

.search-form .form-control:focus {
    border-color: #e47a01 !important;
}

.card-dinas .title {
    text-align: center;
    font-size: 12px !important;
}

.card-dinas .detail-btn {
    font-size: 12px;
    padding: .25rem 1rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #222;
    border-radius: 20px;
}

@media screen and (min-width: 992px) {
    .hero-section .title-heading {
        max-width: 800px;
    }
}

@media (max-width: 1600px) {
    .hero-section {
        padding: 100px 0;
    }

    .hero-img {
        max-width: 400px;
    }
}