@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

.bg-success,
.btn-success {
    background: #0f8445;
}
.text-success {
    color: #0f8445;
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
/* Banner Warning */
.banner-warning {
    background-color: #eb5757;
    height: 40px;
}
.banner-warning p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
.banner-warning a {
    font-size: 15px;
    font-weight: lighter;
    color: #fff;
}
#warningClose {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 850px) {
    .banner-warning p {
        font-size: 10px;
    }
}
@media (max-width: 428px) {
    .banner-warning p {
        font-size: 5px;
    }
}

/* Navbar/Header */
#header {
    background: transparent;
    margin-top: 20px;
}
#header.header-fixed {
    background: rgba(21, 130, 137, 1);
    margin-top: 0px;
    height: 100px;
}
.nav-menu a {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    color: white;
}
.navbar-brand img {
    margin-left: 25px;
}
.nav-link {
    font-size: 17px;
}
.nav-menu > li > a:before {
    background: #0f8445;
}
.back-to-top:hover {
    background: #0f8445;
}
#navbarNav .btn {
    width: 100px;
    color: #fff;
    border: 1px solid white;
    border-radius: 10px;
}
#navbarNav .btn-outline-light:hover {
    color: #017d6d;
}
@media (max-width: 850px) {
    #navbarNav .btn {
        margin-bottom: 10px;
    }
    #header.header-fixed .navbar .show {
        background: #017d6d;
    }
    .navbar .nav-item {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 428px) {
    .navbar-brand img {
        height: 35px;
        margin-left: 0px;
    }
}
@media (min-width: 428px) {
    .navbar-brand img {
        height: 47px;
    }
}
@media (min-width: 768px) {
    .navbar-brand img {
        height: 60px;
    }
}

/* Hero */
#hero {
    background: url("../img/bg-hero.webp") no-repeat right bottom,
        linear-gradient(180deg, #158289 45.9%, #055f65 122.14%);
    background-size: 100vh;
    position: relative;
    height: 100vh;
}
#hero .container {
    margin-top: 13%;
}
#hero .welcome {
    border: 1px solid white;
    padding: 12px;
    border-radius: 100px;
    margin-bottom: 30px;
    color: white;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
}
#hero h3 {
    font-size: 48px !important;
    font-weight: 600;
    margin: 0;
    color: white;
}
#hero .verifikasi {
    margin-top: 60px;
}
#hero .verifikasi span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
#hero .verifikasi img {
    width: 100px;
    height: 40px;
}
@media (max-width: 850px) {
}
@media (max-width: 428px) {
}

/* Features */
#features {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
#features .features-row {
    border: 2px solid rgba(179, 179, 179, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px;
}
#features .features-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: rgba(102, 112, 133, 1);
}
#features .features-col .features-img {
    border: 1px solid rgba(179, 179, 179, 0.2);
    padding: 3px;
    width: fit-content;
    border-radius: 10px;
}
#features .features-col .features-img img {
    width: 27px;
    height: 32px;
}
#features .features-line {
    display: inline-block;
    align-self: center;
    width: 2px;
    height: 5em;
    background-color: rgba(179, 179, 179, 0.2);
}
/* Features */

/* About */
#about {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

#about img {
    width: 470px;
    height: 442px;
    border-radius: 24px;
}

#about .about-img {
    border: 1px solid rgba(179, 179, 179, 0.2);
    padding: 3px;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 10px;
}
#about .about-img img {
    width: 32px;
    height: 32px;
}

#about .text {
    color: rgba(102, 112, 133, 1);
}

#about .text-sm {
    font-size: 0.875rem /* 14px */;
}

#about .text h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: black;
}

#about .text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

#about .text p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(102, 112, 133, 1);
}

#about .text a {
    width: 200px;
    height: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 850px) {
    #about .col-lg-7 {
        display: flex;
        justify-content: center;
    }
    #about .text {
        text-align: center;
        margin: 5% 5% 0px 5%;
    }
}
@media (max-width: 428px) {
    #about .col-lg-7 img {
        width: 350px;
    }
    #about .text {
        text-align: center;
        margin: 5% 5% 0px 5%;
    }
}

/* Tahapan */
#tahapan {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background: linear-gradient(180deg, #fefff9 12.55%, #c8e8ea 100%);
}
#tahapan .title {
    width: 495px;
    height: 200px;
    margin: auto;
    text-align: center;
}
#tahapan .title h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: rgba(29, 41, 57, 1);
}
#tahapan .title p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(102, 112, 133, 1);
}
#tahapan .nomor-bulet {
    background-color: rgba(158, 181, 9, 1);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: white;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tahapan .card {
    border: 1px solid rgba(143, 146, 146, 0.15);
    background-color: white;
    width: 360px;
    height: 260px;
    border-radius: 24px;
}
#tahapan .card .card-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: rgba(52, 64, 84, 1);
    margin-top: 15px;
}
#tahapan .card .card-body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(102, 112, 133, 1);
}

@media (max-width: 428px) {
    #tahapan .title h1 {
        font-size: 25px;
    }
    #tahapan .title p {
        font-size: 12px;
    }
}

/* Testimonials */
#testimonials {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background: rgba(12, 72, 75, 1);
}

#testimonials .content {
    color: white;
    text-align: center;
}

#testimonials .content img {
    width: 110px;
    height: 80px;
}

#testimonials .content p {
    font-size: 30px;
    font-weight: 500;
    padding-top: 30px;
}

#testimonials .content .user {
    width: 480px;
    display: flex;
    flex-direction: row;
    margin: auto;
    text-align: left;
}

#testimonials .content .user img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

#testimonials .content .user .name {
    font-size: 20px;
    font-weight: 600;
}

#testimonials .content .user .jabatan {
    font-size: 16px;
    font-weight: 400;
}

/* Footer */
#footer {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    height: auto;
    background: linear-gradient(
        180deg,
        #ffffff 6.62%,
        #fcffe6 56.35%,
        #cbe9eb 105.18%
    );
    color: black !important;
}

#footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#footer img {
    width: 490px;
    height: 66px;
    object-fit: contain;
}

#footer .container p {
    color: rgba(71, 84, 103, 1);
    font-size: 16px;
    font-weight: 400;
}

#footer .social-media {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#footer .social-media .icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(143, 146, 146, 0.15);
    border-radius: 50%;
    background-color: rgba(250, 250, 250, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social-media .icon img {
    width: 19.5px;
    height: 19.5px;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
}
.copyright .container {
    height: 40px;
}

.copyright p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
@media (max-width: 428px) {
    .copyright p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 8px;
    }
}

#mobile-nav {
    border-right: 1px solid rgb(12 19 27);
    background: rgba(16, 33, 51, 1);
}
#mobile-body-overly {
    background: rgba(16, 33, 51, 0.9);
}

.section-header .section-title {
    text-transform: none;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Login Modal */
.login-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 8px;
}
.login-modal .modal-content .modal-body h5,
.close {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4f4f4f;
}
.login-modal .modal-content .modal-body p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #828282;
}
.login-modal .modal-content .modal-body .form-control {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #4f4f4f;
}
.login-modal .modal-content .modal-body .form-control::placeholder {
    color: #acacac;
}
.login-modal .modal-content .modal-body .form-check label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #4f4f4f;
}
.login-modal .modal-content .modal-body .form-check .form-check-input {
    border: 1px solid #e5e5e5 !important;
}
.login-modal .modal-content .modal-body .btn-action button {
    background: #00ae8e;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.login-modal .modal-content .modal-body .register {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #4f4f4f;
}

/* Register */
#register-page {
    margin-top: 10%;
}
#register-page .title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0f8445;
}
#register-page .title p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 70%;
    font-size: 15px;
    color: #7aad92;
}
#register-page .form-control {
    border-left: 1px solid #dee2e6 !important;
    border-radius: 4px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #375846;
}
#register-page small {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #375846;
}
#register-page .info h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #0f8445;
}
#register-page .info p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #7aad92;
}
#register-page .info a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f8445;
}
#register-page .info button {
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
#register-page input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#register-page input[type="number"] {
    -moz-appearance: textfield;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/logo_footer_izop.webp) no-repeat
        center center;
    z-index: 99999;
}

@media (max-width: 850px) {
    #register-page {
        margin-top: 15%;
    }
    #register-page .col-lg-6 h1 {
        font-size: 20px;
    }
    #register-page .info h1 {
        font-size: 20px;
    }
    #register-page .info p {
        font-size: 15px;
    }
    #register-page .info a {
        font-size: 15px;
    }
    #footer {
        margin-top: 5%;
    }
    #footer .row h5 {
        font-size: 12px;
    }
    #footer .row p,
    a {
        font-size: 10px;
    }
    #footer .no-telp a {
        font-size: 15px !important;
    }
    #footer .no-telp p {
        font-size: 15px;
    }
}
@media (max-width: 428px) {
    #register-page {
        margin-top: 25%;
    }
    #footer {
        margin-top: 5%;
    }
    #footer .menu {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    #footer .menu .menu-content {
        margin-bottom: 20px;
    }
    #footer h2 {
        font-size: 12px;
    }
    #footer .row h5 {
        font-size: 10px;
    }
    #footer .row p,
    a {
        font-size: 8px;
    }
    #footer .no-telp a {
        font-size: 12px !important;
    }
    #footer .no-telp p {
        font-size: 12px;
    }
}

#login-page {
    background: url("../img/bg-login-left.webp") no-repeat left top,
        url("../img/bg-login-right.webp") no-repeat right top,
        rgba(21, 130, 137, 1);
    background-size: 80vh, 90vh, cover;
    background-position-y: 50px;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 344px;
}

.login-container .logo {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
    gap: 10px;
}

.login-container .logo img {
    height: 40px;
}

.login-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.login-card .title {
    font-size: 12px;
    text-align: center;
    color: rgba(102, 112, 133, 1);
}

#btn_login {
    width: 100%;
    padding: 0.75rem;
    background-color: #01777c;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}

.login-container footer {
    margin-top: 1.5rem;
    color: white;
    font-size: 13px;
}
