@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');



*,

ul {

    margin: 0;

    padding: 0;

}



html {

    scroll-behavior: smooth;

}



body {

    font-family: 'IBM Plex Sans', sans-serif;

    line-height: 2em;

}



a,

a:hover {

    text-decoration: none;

}



header {

    height: 100vh;

    background: linear-gradient(00deg, rgba(6, 63, 49, 0.596) 50%, rgba(0, 0, 0, 0.747) 100%), url('banner.jpeg');

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

    justify-content: center;

}



header>div {

    width: 1120px;

}



header h1 {

    font-weight: 800 !important;

    position: relative;

    margin: 20px 0;

    padding-bottom: 10px;

}



header h1::before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 150px;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



header h1::after {

    content: '';

    position: absolute;

    left: 160px;

    bottom: 0;

    width: 40px;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



.btn-main {

    background: #0fc286;

    color: white;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

}



.btn-outline-main {

    border: 1px solid #0fc286;

    color: #0fc286;

}



.btn-outline-main:hover,

.btn-main:hover {

    color: #20eca8;

}



.fb {

    font-weight: 600;

}



.top-menu {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 15px 0;

    color: #20eca8;

}



.top-menu ul {

    display: flex;

    list-style-type: none;

    align-items: center;

}



.top-menu ul li a {

    padding: 15px;

    color: #FFF;

    font-weight: 500;

    border-radius: 3px;

    transition: .5s;

}



.top-menu ul li a:hover {

    background: #0fc286;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

}



.top-menu ul li:last-child a {

    background: #0fc286;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

    margin-left: 40px;

    display: inline-block;

    padding: 10px 20px;

}



.title-main h1 {

    font-weight: 700;

    color: #0b3c5f;

    padding: 10px 0;

    position: relative;

    display: inline-block;

}



.title-main h1::before {

    content: '';

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

    width: 20%;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



section {

    padding: 100px 0;

}



.bg-soft {

    background: #edf7ff;

}



.card-img {

    position: relative;

    overflow: hidden;

    border-radius: 4px;

    height: 100%;

}



.card-img img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    transition: 1s;

}



.card-img:hover img {

    transform: scale(1.2);

}



.hari {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



.hari input {

    display: none;

}



.hari label {

    border: 1px solid #ddd;

    padding: 10px;

    width: 200px;

    text-align: center;

    border-radius: 4px;

    transition: .5s;

    cursor: pointer;

    background: #fff;

}



.hari input:checked+label {

    border: 2px solid #0fc286;

    box-shadow: 0 5px 4px rgba(4, 175, 109, 0.2);

    color: #0fc286;

    font-weight: 600;



}



#hari {

    display: none;

}



.fa-bars {

    display: none;

}



footer h1 {

    font-size: 24px;

}



footer ul {

    display: flex;

    margin: 0;

    padding: 0;

    list-style-type: none;

    justify-content: space-between;

    margin: 15px 0;

}



footer ul a {

    color: #0fc286;

    font-weight: 600;

}



.disabled {

    opacity: 0.6;

    cursor: not-allowed !important;

    pointer-events: none;

}



@media only screen and (max-width:769px) {

    body {

        line-height: 1.8em;

    }



    .fa-bars {

        color: white;

        position: absolute;

        top: 17px;

        font-size: 28px;

        right: 20px;

        z-index: 99;

        display: block;

    }



    .title-main h1 {

        font-size: 32px;

    }



    .lead {

        font-size: 16px;

    }



    header .display-3 {

        font-size: 30px;

    }



    header h2 {

        font-size: 18px;

    }



    nav {

        position: fixed;

        background: #444;

        top: 0;

        left: 0;

        height: 100vh;

        z-index: 9;

        width: 100%;

        display: none;

    }



    .top-menu ul {

        display: block;

        padding: 20px;

    }



    .top-menu ul li {

        margin-bottom: 20px;

    }



    .top-menu ul li:last-child a {

        margin-left: 13px;

        width: 95%;

    }



    .caption {

        width: 90%;

    }



    header .caption a {

        margin: 10px 0;

        width: 100%;

    }



    .row {

        display: block;

    }



    /*#btn-daftar {*/

    /*    width: 100%;*/

    /*}*/



    .hari .item-hari {

        width: 46%;

        margin: 5px;

    }



    .hari label {

        width: 100%;

        padding: 10px !important;

    }



    *::placeholder {

        font-size: 14px;

    }



    footer ul {

        display: block;

    }



    footer h1 {

        font-size: 18px !important;

    }



    footer span {

        display: block;

        font-size: 12px !important;

    }



}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');



*,

ul {

    margin: 0;

    padding: 0;

}



html {

    scroll-behavior: smooth;

}



body {

    font-family: 'IBM Plex Sans', sans-serif;

    line-height: 2em;

}



a,

a:hover {

    text-decoration: none;

}



header {

    height: 100vh;

    background: linear-gradient(00deg, rgba(6, 63, 49, 0.596) 50%, rgba(0, 0, 0, 0.747) 100%), url('banner.jpeg');

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

    justify-content: center;

}



header>div {

    width: 1120px;

}



header h1 {

    font-weight: 800 !important;

    position: relative;

    margin: 20px 0;

    padding-bottom: 10px;

}



header h1::before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 150px;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



header h1::after {

    content: '';

    position: absolute;

    left: 160px;

    bottom: 0;

    width: 40px;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



.btn-main {

    background: #0fc286;

    color: white;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

}



.btn-outline-main {

    border: 1px solid #0fc286;

    color: #0fc286;

}



.btn-outline-main:hover,

.btn-main:hover {

    color: #20eca8;

}



.fb {

    font-weight: 600;

}



.top-menu {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 15px 0;

    color: #20eca8;

}



.top-menu ul {

    display: flex;

    list-style-type: none;

    align-items: center;

}



.top-menu ul li a {

    padding: 10px 15px;

    color: #FFF;

    font-weight: 500;

    border-radius: 3px;

    transition: .5s;

}



.top-menu ul li a:hover {

    background: #0fc286;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

}



.top-menu ul li:last-child a {

    background: #0fc286;

    box-shadow: 0 4px 8px rgba(4, 175, 109, 0.582);

    margin-left: 40px;

    padding: 10px 15px;

}



.title-main h1 {

    font-weight: 700;

    color: #0b3c5f;

    padding: 10px 0;

    position: relative;

    display: inline-block;

}



.title-main h1::before {

    content: '';

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

    width: 20%;

    height: 4px;

    border-radius: 3px;

    background: #0fc286;

}



section {

    padding: 100px 0;

}



.bg-soft {

    background: #edf7ff;

}



.card-img {

    position: relative;

    overflow: hidden;

    border-radius: 4px;

    height: 100%;

}



.card-img img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    transition: 1s;

}



.card-img:hover img {

    transform: scale(1.2);

}



.hari {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



.hari input {

    display: none;

}



.hari label {

    border: 1px solid #ddd;

    padding: 10px;

    width: 200px;

    text-align: center;

    border-radius: 4px;

    transition: .5s;

    cursor: pointer;

    background: #fff;

}



.hari input:checked+label {

    border: 2px solid #0fc286;

    box-shadow: 0 5px 4px rgba(4, 175, 109, 0.2);

    color: #0fc286;

    font-weight: 600;



}



#hari {

    display: none;

}



.fa-bars {

    display: none;

}



footer h1 {

    font-size: 24px;

}



footer ul {

    display: flex;

    margin: 0;

    padding: 0;

    list-style-type: none;

    justify-content: space-between;

    margin: 15px 0;

}



footer ul a {

    color: #0fc286;

    font-weight: 600;

}



.disabled {

    opacity: 0.6;

    cursor: not-allowed !important;

    pointer-events: none;

}



@media only screen and (max-width:769px) {

    body {

        line-height: 1.8em;

    }



    .fa-bars {

        color: white;

        position: absolute;

        top: 17px;

        font-size: 28px;

        right: 20px;

        z-index: 99;

        display: block;

    }



    .title-main h1 {

        font-size: 32px;

    }



    .lead {

        font-size: 16px;

    }



    header .display-3 {

        font-size: 30px;

    }



    header h2 {

        font-size: 18px;

    }



    nav {

        position: fixed;

        background: #444;

        top: 0;

        left: 0;

        height: 100vh;

        z-index: 9;

        width: 100%;

        display: none;

    }



    .top-menu ul {

        display: block;

        padding: 20px;

    }



    .top-menu ul li {

        margin-bottom: 20px;

    }



    .top-menu ul li:last-child a {

        margin-left: 13px;

        width: 95%;

    }



    .caption {

        width: 90%;

    }



    header .caption a {

        margin: 10px 0;

        width: 100%;

    }



    .row {

        display: block;

    }



    #btn-daftar {

        width: 100%;

    }



    .hari .item-hari {

        width: 46%;

        margin: 5px;

    }



    .hari label {

        width: 100%;

        padding: 10px !important;

    }



    *::placeholder {

        font-size: 14px;

    }



    footer ul {

        display: block;

    }



    footer h1 {

        font-size: 18px !important;

    }



    footer span {

        display: block;

        font-size: 12px !important;

    }



}