.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #002E94, #1A439F, #3358A9, #6682BF);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

header {
    padding: 0 20px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

#chk1 {
    display: none;
}

header .logo h1 {
    color: #002E94;
    font-size: 36px;
    font-weight: 600;
    font-family: "Prompt", sans-serif;


}

header .search-box {
    /* input */
    padding: 0 70px;
    flex: 1;


}

.search-box input {
    width: 100%;
    height: 50px;
    padding: 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #ECECEC;
    font-size: 16px;
    color: #000;
    text-align: left;

    font-family: "Prompt", sans-serif;
}

.search-box button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.9);
    background: #ECECEC;

}

header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 2;
    display: flex;
    justify-content: space-evenly;
}

header ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-1 {
    align-items: center;
    background-color: #FFFFFF;
    border: 3px solid #002E94;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #002E94;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    height: 30px;
}

.button-1:hover,
.button-1:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
}

.button-1:hover {
    transform: translateY(-1px);
}

.button-1:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}

.button-2 {
    align-items: center;
    background-clip: padding-box;
    background-color: #002E94;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    height: 30px;
    margin-right: 40px;
    margin-left: 10px;
}

.button-2:hover,
.button-2:focus {
    background-color: #002E94;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-2:hover {
    transform: translateY(-1px);
}

.button-2:active {
    background-color: #002E94;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

hr {
    margin-top: 5px;
    height: 1px;
    border-width: 0;
    background-color: #e6e5e5;
    ;
}

li {
    margin-right: 30px;
}

.isi {
    /* make list center */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* make list center */
    padding: 100px 30%;

}

a {
    color: rgb(0, 0, 0);
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
}

section {
    padding: 150px 17%;
}

.home {
    display: flex;
    justify-content: space-between;
}

.home-image img {
    max-width: 100%;
    width: 600%;
    height: auto;
}

.home-text p {
    font-size: 20px;
    text-align: right;
    color: #777777;
}

.home-dsc {
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    padding-top: 130px;
}
