@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

body {
    font-family: "Alata", sans-serif;
}

.navbar {
    background: white;
}

.navbar-brand .navbar-title {
    display: inline-block;
    position: relative;
    top: 5px;
}

.nav-item:hover {
    box-shadow: 0px 23px 1px -19px green;
}

.main {
    margin-top: 150px;
}

img {
    border-radius: 10px;
}

.desc {
    text-align: justify;
}

.button .download {
    text-decoration: none;
    color: rgb(42, 136, 42);
    border: 2px solid rgb(42, 136, 42);
    border-radius: 10px;
    padding: 10px 5px;
}

.button .download:active {
    background-color: rgb(42, 136, 42);
    color: #fff;
}

a.daftar {
    text-decoration: none;
    padding: 10px 90px;
    background-color: rgb(42, 136, 42);
    color: #fff;
    border: 1px solid rgb(42, 136, 42);
    border-radius: 10px;
}

.box-regis {
    margin-top: 150px;
    padding: 30px 30px;
}

.input {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 10px;
    border-radius: 180px;
    box-shadow: 0 0 20px 5px rgb(42, 136, 42);
    border: 2px solid #fff;
}

.input:focus {
    outline: none;
    border: 3px solid rgb(42, 136, 42);
}

.box-regis p {
    text-align: justify;
}

.btn-submit {
    justify-content: center;
    width: 100%;
    padding: 10px 10px;
    background-color: rgb(42, 136, 42);
    color: #fff;
    text-transform: uppercase;
    border-radius: 180px;
    border: 3px solid rgb(42, 136, 42);
}

.btn-submit:active {
    background-color: #fff;
    color: rgb(42, 136, 42);
}

.response {
    border-radius: 10px;
    border: 2px solid #000;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}

.footer {
    width: 100%;
    padding-top: 40px;
    margin-top: 250px;
    background: rgba(0, 0, 0, 0.038);
    text-align: center;
}

.footer p {
    font-size: 17px;
}

.footer a {
    margin-top: 20px;
    padding-bottom: 40px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 1400px) {
    .navbar-brand h6 {
        font-size: 20px;
    }

    .hero-image img {
        width: 600px;
    }
}