* {
    font-family: "Poppins";
}

body {
    overflow-x: hidden;
}

.hide-dekstop {
    display: block;
}

.hide-mobile {
    display: none;
}

/** Navbar **/
.header__img {
    height: 32px;
    width: auto;
    margin-right: 1rem;
}

.btn__register {
    background-color: #1b3a56;
    color: #fff !important;
    padding: 0.5rem 1.5rem !important;
    margin-left: 1rem;
}

.btn__register:hover {
    box-shadow: 6px 0px 24px 0px rgba(42, 42, 42, 0.3);
    -webkit-box-shadow: 6px 0px 24px 0px rgba(42, 42, 42, 0.3);
    -moz-box-shadow: 6px 0px 24px 0px rgba(42, 42, 42, 0.3);
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-custom ul li.nav-item.active .nav-link {
    color: #0cb4ff;
}

.navbar-custom ul li.nav-item .nav-link {
    color: #1e212a;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 16px;
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.header-navigation.stricky-fixed ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-navigation.stricky-fixed.active .nav-link {
    color: #1e212a !important;
}

/** Home **/
.home {
    margin-top: 5.5rem;
    margin-bottom: 5rem;
}

.home h1 {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.home p {
    text-align: justify;
    margin-right: 3.2rem;
}

.home a {
    margin-top: 2.5rem;
}

h1.title {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    color: #1e212a;
    line-height: 56px;
}

p.subtitle {
    font-size: 16px;
    color: #a8b3c0;
    line-height: 35px;
}

.btn-try {
    background: #0cb4ff;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 1.2rem 2rem;
    border-radius: 100px;
    box-shadow: 6px 0px 24px 0px #6dc8fc;
    -webkit-box-shadow: 6px 0px 24px 0px #6dc8fc;
    -moz-box-shadow: 6px 0px 24px 0px #6dc8fc;
    line-height: 1.6rem;
}

/*.btn-try:after {*/
/*  font-family: "Font Awesome 5 Free";*/
/*  content: "\f138";*/
/*  display: inline-block;*/
/*  padding-right: 3px;*/
/*  vertical-align: middle;*/
/*  font-weight: 900;*/
/*  margin-left: 1.5rem;*/
/*  font-size: 20px;*/
/*  }*/
.btn-try:hover {
    color: #fff;
    box-shadow: 0px 6px 24px 0px rgba(0, 176, 254, 0.7);
    -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 176, 254, 0.7);
    -moz-box-shadow: 0px 6px 24px 0px rgba(0, 176, 254, 0.7);
}

/** Features **/
.features {
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.features h1 {
    text-align: center;
}

.custom-card {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.custom-card .card {
    border: 0;
}

.custom-card .card h5 {
    font-size: 18px;
    font-weight: 900;
    color: #1e212a;
    margin-top: 0.5rem;
}

.custom-card .card h5 span {
    display: block;
    padding-top: 0.4rem;
}

.custom-card .card p {
    font-size: 15px;
    color: #a8b3c0;
    line-height: 32px;
    margin-top: 1rem;
}

.custom-card .card:hover {
    box-shadow: 0px 6px 24px rgba(182, 182, 182, 0.25);
    -webkit-box-shadow: 0px 6px 24px rgba(182, 182, 182, 0.25);
    -moz-box-shadow: 0px 6px 24px rgba(182, 182, 182, 0.25);
}

/** Explain **/
.explain {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.explain img {
    padding-top: 4rem;
}

.explain ol {
    margin-top: 1.5rem;
    list-style: none;
    counter-reset: item;
}

.explain ol li {
    border: 0;
    padding-left: 0;
    color: #a8b3c0;
    font-size: 16px;
    counter-increment: item;
}

.explain ol li:before {
    content: counter(item);
    margin-right: 10px;
    background: #e8f9fe;
    color: #0cb4ff;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding-top: 0.4rem;
    font-weight: 600;
}

/** Price **/
.price {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.custom-card-shadow .card {
    margin-bottom: 1.5rem;
    border: 0;
    box-shadow: 0px 6px 24px rgba(117, 189, 255, 0.25);
    -webkit-box-shadow: 0px 6px 24px rgba(117, 189, 255, 0.25);
    -moz-box-shadow: 0px 6px 24px rgba(117, 189, 255, 0.25);
}

.custom-card-shadow .card img {
    width: auto;
    height: 30px;
}

.custom-card-shadow .card .price__title {
    font-size: 14px;
    color: #a8b3c0;
}

.custom-card-shadow .card .price__subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #55adff;
    padding-top: 0.2rem;
}

/** Amount **/
.amount {
    margin-top: 10rem;
    margin-bottom: 10rem;
    background-image: url("../images/bg-blue.svg");
    padding: 8rem 0;
}

.amount .amount__desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.amount .amount__desc .amount__title {
    font-size: 36px;
    font-weight: 600;
    color: #0cb4ff;
}

.amount .amount__desc .amount__subtitle {
    font-size: 18px;
    color: #a8b3c0;
    font-weight: 600;
}

/** Contact **/
.contact {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.contact .contact__title {
    font-size: 14px;
    color: #a8b3c0;
    font-weight: 600;
}

.contact .contact__subtitle {
    font-size: 16px;
    color: #1e212a;
    font-weight: 600;
}

/** Footer **/
.main-footer {
    background: #10182f;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.main-footer img {
    width: auto;
    height: 32px;
}

.main-footer .main-footer__subtitle {
    font-size: 14px;
    color: #a2aed2;
    line-height: 1.8rem;
}

.main-footer .main-footer__subtitle a {
    font-size: 14px;
    color: #a2aed2;
}

.main-footer .main-footer__title {
    font-size: 16px;
    color: #a2aed2;
    font-weight: 600;
}

.main-footer ul {
    margin-top: 3.2rem;
}

.main-footer ul li {
    padding-bottom: 1rem;
}

.main-footer ul li a {
    font-size: 14px;
    color: #a2aed2;
}

.main-footer .second-footer {
    font-size: 14px;
    color: #a2aed2;
    text-align: center;
    border-top: 1px solid #2d364f;
    padding-top: 2rem;
    margin-top: 2rem;
}

.main-footer .second-footer a {
    font-size: 14px;
    color: #a2aed2;
}
.security-logo {
    height: 50px !important;
}
.footerb {
    color: #a2aed2;
    font-size: 14px;
    margin-top: 2rem;
}
/** Register **/
.register {
    margin-bottom: 6rem;
}

.box__register {
    background: #ffffff;
    box-shadow: 0px 6px 24px rgba(0, 178, 255, 0.25);
    -webkit-box-shadow: 0px 6px 24px rgba(0, 178, 255, 0.25);
    -moz-box-shadow: 0px 6px 24px rgba(0, 178, 255, 0.25);
    border-radius: 8px;
}

.custom__form label {
    font-size: 14px;
    font-weight: 600;
    color: #a8b3c0;
    margin-bottom: 0.3rem;
}

.custom__form input {
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.custom__form .input-group-text {
    border: 1px solid #ebebeb;
    background: #fff;
    border-left: 0;
}

.custom__form .input-group-text i {
    color: #a8b3c0;
    cursor: pointer;
}

.custom-label {
    font-weight: 400 !important;
    line-height: 1.5rem;
}

.custom-label a {
    text-decoration: none;
    color: #0cb4ff;
}

.wizard__form .wizard__form-steps {
    margin: 30px 0;
    padding-left: 0px;
}

.wizard__form .wizard__form-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.wizard__form .wizard__form-steps li:after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddd;
    border-top: 1px solid #dddd;
}

.wizard__form .wizard__form-steps li span {
    background-color: #dddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
    color: #b0b0b0;
}

.wizard__form .wizard__form-steps li:last-child::after {
    width: 50%;
}

.wizard__form .wizard__form-steps li.active span,
.wizard__form .wizard__form-steps li.activated span {
    background-color: #0cb4ff;
    color: #fff;
}

.wizard__form .wizard__form-steps li.active::after,
.wizard__form .wizard__form-steps li.activated::after {
    background-color: #0cb4ff;
    left: 50%;
    width: 50%;
    border-color: #0cb4ff;
}

.wizard__form .wizard__form-steps li.activated::after {
    width: 100%;
    border-color: #0cb4ff;
}

.wizard__form .wizard__form-steps li:last-child::after {
    left: 0;
}

.wizard__form .wizard__form-next-btn,
.wizard__form .wizard__form-previous-btn,
.wizard__form .wizard__form-submit {
    background-color: #0cb4ff;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    margin-top: 2rem;
}

.wizard__form .wizard__form-next-btn:hover,
.wizard__form .wizard__form-previous-btn:hover,
.wizard__form .wizard__form-submit:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

.wizard__form .wizard__form-next-btn:focus,
.wizard__form .wizard__form-previous-btn:focus,
.wizard__form .wizard__form-submit:focus {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}

.wizard__form .wizard__fieldset {
    margin-top: 3rem;
    display: none;
}

.wizard__form .wizard__fieldset.show {
    display: block;
}

.wizard__form .wizard__fieldset h5 {
    font-size: 14px;
    color: #1e212a;
}

.register__titleModal {
    font-size: 16px;
    font-weight: 600;
    color: #1e212a;
    margin-bottom: 2rem;
}

.register__boxKab {
    display: none;
}

.register__boxProv {
    display: none;
}

.register__search input {
    background-color: #f7f5f7;
    border: none;
    height: 50px;
}

.register__search input::placeholder {
    color: #c4c7cc;
    padding-left: 0.5rem;
}

.register__search input:focus {
    background-color: #f7f5f7;
    border: none;
    height: 50px;
}

.box__list {
    margin-top: 5vh;
    max-height: 400px;
    overflow-y: auto;
}

.box__list::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.box__list::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
}

.box__list ul li {
    padding-left: 0;
    cursor: pointer;
    color: #a8b3c0;
    font-size: 16px;
}

.bg-page {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.mb-persen {
    margin-bottom: 12%;
}

/** Developer **/
.developer {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.title__tab {
    font-size: 15px;
    font-weight: 600;
    color: #27323f;
    margin-top: 1.5rem;
    padding-left: 1rem;
}

.custom__border-left {
    border-left: 1px solid #e6e6e6;
}

.custom-tab a {
    color: #73849a;
    font-size: 14px;
    line-height: 1rem;
}

.custom-tab a.active {
    color: #0cb4ff !important;
    font-weight: 600;
    background-color: #f3f9fe !important;
}

.custom-tab a:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #27323f;
}

.custom-tab a:hover {
    color: #303943;
    opacity: 0.8;
    font-weight: 600;
}

.custom-tab a > .fa {
    font-weight: 400;
}

.custom__tab-content {
    margin-left: 1.5rem;
}

.custom__tab-content p {
    font-size: 14px;
    color: #73849a;
    line-height: 1.5rem;
}

.custom__tab-content h3 {
    color: #73849a;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.custom__tab-content th {
    font-weight: 600;
    border: 0;
    font-size: 15px;
    color: #353c45;
    border-bottom: 1px solid #e6e6e6 !important;
    padding: 1rem 1.5rem;
}

.custom__tab-content td {
    border: 0;
    font-size: 14px;
    color: #353c45;
    padding: 1.2rem 1.5rem;
}

.custom__table-striped tr:nth-child(even) {
    background-color: #e8f2fc;
}

.custom-bg {
    box-shadow: 0px 6px 24px 0px rgba(162, 162, 162, 0.349);
    -webkit-box-shadow: 0px 6px 24px 0px rgba(162, 162, 162, 0.349);
    -moz-box-shadow: 0px 6px 24px 0px rgba(162, 162, 162, 0.349);
}

.minimalist__tab {
    border: 0;
}

.minimalist__tab li a {
    color: #1e212a;
    font-weight: bold;
    font-size: 14px;
}

.minimalist__tab li a.active {
    border: 0;
    color: #0cb4ff !important;
    border-bottom: 1px solid #0cb4ff !important;
    padding-bottom: 0.8rem;
}

.minimalist__tab li a:hover {
    border-color: transparent !important;
}

.table-border {
    border: 1px solid #edf2f6;
}

.table-border th {
    color: #1e212a;
    font-size: 14px;
}

.table-border td {
    border: 1px solid #edf2f6;
    font-size: 14px;
    font-weight: 400;
}

.api__theme {
    background: #011627;
    border-radius: 8px;
}

.api__img {
    height: 14px;
}

.btn-copy {
    background: #4d4d4d;
    color: #bcbcbc;
}

.btn-copy:hover {
    background: #0cb4ff;
    color: #fff;
}

/** Chat WhatsApp **/
.fabs {
    position: fixed;
    z-index: 1;
    bottom: 40px;
    right: 40px;
}

.fabs .fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #00e676;
}

.fabs .fab i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/** Penutup Chat WhatsApp **/
/** BG - Tile **/
.bg-title {
    background: url(../images/bg-gradation.svg) center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 60px;
}

/** Penutup BG - Title **/

/*# sourceMappingURL=style.css.map */

.bg-title > .initial-title {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    color: #fff;
}
