@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,600;1,800&display=swap');

html,body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* button */
.btn-warning{
    background-color: #F4CE14;
    border-radius: 15px;
    border-color: #F4CE14;
    padding: 10px 45px;
    color: white;
}
.btn-outline-warning{
    background-color: transparent;
    border-radius: 15px;
    border-color: #F4CE14;
    padding: 10px 45px;
    color: #F4CE14;
}
/* Navbar */
.nav-item .nav-link{
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
.scroll-nav-active {
    border-color: white;
    /* border-bottom: 1px solid #379777; */
    background-color: #fff;
    box-shadow: 1px 1px 11px -1px rgba(1, 1, 1, 1);
}

.text-nav-active .nav-link {
    color: black !important;
}

/* hero */
#hero{
    background-image: url('../image/bg-desa-banyuwangi.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
}
.hero-title{
    padding-top: 170px;
}
.hero-text{
    font-size: 65px;
    font-weight: 600;
}

/* responsif layar kecil*/
@media (max-width: 768px) {
    .hero-text {
        font-size: 35px;
        font-weight: 600;
    }
}



/* pengajuan */
.stripe{
    height: 5px;
    width: 40px;
    background-color: #379777;
}