/* Font */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.be-vietnam-pro-thin {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.be-vietnam-pro-extralight {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.be-vietnam-pro-light {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.be-vietnam-pro-medium {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-pro-semibold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.be-vietnam-pro-bold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.be-vietnam-pro-extrabold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.be-vietnam-pro-black {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.be-vietnam-pro-thin-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.be-vietnam-pro-extralight-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.be-vietnam-pro-light-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.be-vietnam-pro-regular-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.be-vietnam-pro-medium-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.be-vietnam-pro-semibold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.be-vietnam-pro-bold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.be-vietnam-pro-black-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Global */
:root {
    --main-blue: #38B6FF;
    --main-green: #22640B;
    --main-red: #640b22;
    --main-dark-blue: #2A1F5B;
    --background-green: rgba(153, 251, 118, 0.25);
    --background-red: rgba(100, 11, 34, 0.25);
    --background-blue: rgba(56, 182, 255, 0.35);
    --background-soft-blue: #F3FBFF;
    --background-alert-blue: #1A519D;
    --background-alert-yellow: rgba(251, 214, 118, 0.5);
}

main {
    overflow: hidden;
}

.img-logo {
    max-width: 175px;
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.btn-primary {
    background: var(--main-blue);
    border-radius: 80px;
    padding: 8px 24px;
    color: #ffffff;
    border: 0px;
}

.box-alert {
    background: #F3FBFF;
    border-radius: 10px;
    padding: 16px;
}

.box-alert-blue {
    background: var(--background-alert-blue);
}

.box-alert-yellow {
    background: var(--background-alert-yellow);
    color: #712900;
}

.box-alert-yellow p {
    color: #712900;
}

.section-information,
.section-layanan,
.section-pemeberitahuan,
.section-syarat,
.section-kebijakan,
.section-maps {
    margin-top: 120px;
}

p {
    color: #878A99;
    font-size: 16px;
}

.text-header {
    color: var(--main-blue);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-header-page {
    color: var(--main-dark-blue);
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}

.breadcrumb .breadcrumb-item a {
    color: var(--main-blue);
    text-decoration: unset;
}

/* Ellipse */
.section-hero,
.section-information,
.section-syarat,
.section-kebijakan {
    position: relative;
}

.section-hero .ellipse,
.section-information .ellipse,
.section-syarat .ellipse,
.section-kebijakan .ellipse {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    background: var(--background-blue);
    border-radius: 50%;
    top: 13%;
    right: -25%;
    filter: blur(70px);
    backdrop-filter: blur(30px);
    z-index: -1;
}

.section-information .ellipse {
    left: -40%;
    bottom: 35%;
}

.section-syarat .ellipse {
    top: -25%;
}

.section-kebijakan .ellipse {
    top: 15%;
    left: 0;
}


/* Navbar */
.btn-login,
.btn-cek {
    background: var(--main-blue);
    padding: 16px 24px;
    border-radius: 80px;
    color: #ffffff;
}

/* .navbar {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
} */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--main-blue);
    font-weight: 700;
}

/* Footer */
.footer {
    background: #265078;
    padding-top: 96px;
    padding-bottom: 1rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer img {
    margin-bottom: 15px;
}

.footer p {
    color: rgba(255, 255, 255, 0.6);
}

.footer .text-footer-head {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding-inline-start: 0;
}

.footer ul li {
    padding-bottom: 20px;
}

/* Hero */
.img-hero {
    max-width: 240px;
    margin-top: 80px;
}

.text-hero {
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 80px;
}

.text-hero span {
    display: block;
    color: var(--main-blue);
}

.btn-cek {
    padding: 16px 34px;
}

.section-hero .input-group {
    width: 85%;
}

.section-hero .input-group input {
    padding: 16px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.section-hero .input-group select {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.result-search span {
    padding: 8px 12px;
    border-radius: 50px;
}

.result-search span.success {
    color: var(--main-green);
    background: var(--background-green);
}

.result-search span.danger {
    color: var(--main-red);
    background: var(--background-red);
}

.domain-registered h2 {
    font-weight: 700;
}

.domain-registered > div {
    padding: 32px 0px;
}

.domain-registered .domain-registered-items {
    border-right: 1px solid #DADADA;
    min-width: 155px;
    padding: 0 32px;
}

.domain-registered .domain-registered-items:nth-last-child(1) {
    border-right: unset;
}

.domain-registered-items span {
    display: inline-flex;
    align-items: center;
}

.domain-registered-items span svg {
    margin-right: 5px;
}

.domain-registered-items .domain-registered-count {
    color: var(--main-blue);
    font-size: 50px;
    font-weight: 700;
}

/* Information */
#accordionInformation .accordion-item {
    border: 1px solid var(--main-blue);
    background-color: transparent;
    border-radius: 64px;
}

#accordionInformation.accordion {
    --bs-accordion-bg: transparent;
}

#accordionInformation .accordion-button {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 18px;
}

#accordionInformation .accordion-button::after {
    content: unset;
}

#accordionInformation .accordion-button:focus {
    box-shadow: unset;
}

#accordionInformation .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
    color: var(--main-blue);
    font-weight: 700;
}

/* Layanan */
.section-layanan .text-header strong {
    color: #000000;
}

.box-layanan .layanan-item {
    border: 1px solid #EDECEC;
    border-radius: 10px;
    margin-top: 25px;
    padding: 24px;
}

.box-layanan .layanan-item .item-header,
.box-pemberitahuan .box-pemberitahuan-header,
.box-syarat .box-syarat-header,
.box-sop .box-sop-header {
    margin-bottom: 10px;
    font-weight: 700;
}

.box-layanan .layanan-item .item-body,
.box-pemberitahuan .item-body,
.box-domain .item-body{
    margin-bottom: 14px;
    color: #878A99;
    display: flex;
}

.pemberitahuan-body p,
.box-domain-body p,
.box-syarat p,
.item-body p {
    font-size: 18px;
    margin-bottom: 0px;
}

.pemberitahuan-body ul,
.box-domain-body ul,
.box-syarat ul,
.item-body ul {
    list-style: none;
    padding-left: 0;
}

.pemberitahuan-body ul li,
.box-domain-body ul li,
.box-syarat ul li,
.item-body ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 14px;
}

.pemberitahuan-body ul li:before,
.box-domain-body ul li:before,
.box-syarat ul li:before,
.item-body ul li:before {
    background-image: url(/v2/dist/font/check.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 25px;
    width: 25px;
    content: '';
    top: 3px;
    left: 0;
}

/* Syarat */
.section-syarat {
    background-color: var(--main-dark-blue);
    padding-bottom: 120px;
    padding-top: 120px;
    color: #ffffff;
}

.section-syarat:before {
    content: "";
    width: 100%;
    height: 72px;
    background: gray;
    background-color: var(--main-dark-blue);
    position: absolute;
    top: -36px;
    clip-path: ellipse(53% 36px);
}

.section-syarat:after {
    content: "";
    width: 100%;
    height: 72px;
    background: gray;
    background-color: var(--main-dark-blue);
    position: absolute;
    bottom: -36px;
    clip-path: ellipse(53% 36px);
}

/* .box-syarat .body-list {
    margin-bottom: 14px;
    display: flex;
} */

.box-domain {
    background: #ffffff;
    border-radius: 10px;
    min-width: 355px;
    color: #878A99;
    padding: 24px;
    margin: 0 8px;
}

.box-domain .box-domain-header {
    background: var(--background-soft-blue);
    color: var(--main-blue);
    margin-bottom: 24px;
    border-radius: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 24px;
}

.box-domain .box-domain-header span {
    color: var(--main-dark-blue);
    font-size: 26px;
    display: block;
}

/* kebijakan */

.section-kebijakan .text-header {
    text-align: center;
}

.img-kebijakan-1 {
    position: absolute;
    width: 250px;
}

.img-kebijakan-2 {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.box-kebijakan,
.box-sop {
    background: #ffffff;
    border: 1px solid #EDECEC;
    margin-bottom: 32px;
    border-radius: 10px;
    padding: 24px;
}

.kebijakan-body .body-list {
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    display: flex;
}

.kebijakan-body .body-list:not(:nth-last-child(1)) {
    border-bottom: 1px solid #EDECEC;
}

.kebijakan-body .body-list a {
    text-decoration: unset;
}

.box-sop .body-list ul {
    padding-inline-start: 0;
    list-style: none;
}

.box-sop .body-list ul li {
    padding-bottom: 8px;
}

.box-sop .body-list ul li a {
    color: #38B6FF;
}

.box-sop .body-list svg {
    margin: 0px;
}

/* PAGE */

.berita .berita-item,
.widget .widget-body {
    padding: calc(var(--bs-gutter-x) * .5);
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.berita .card,
.widget .card {
    border-radius: 10px;
}

.berita .card-img-overlay,
.widget .card-img-overlay {
    padding: 0;
    right: unset;
}

.berita .card-img-overlay .card-title,
.widget .card-img-overlay .card-title {
    border-bottom-right-radius: 10px;
    background: var(--main-dark-blue);
    border-top-left-radius: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
}

.berita .card-body .card-title,
.widget .card-body .card-title {
    color: var(--main-dark-blue);
    font-weight: 700;
    font-size: 18px;
}

.berita .card-body .card-date,
.widget .card-body .card-date {
    font-size: 14px;
}

/* detail berita */
.text-title-berita {
    color: var(--main-dark-blue);
    text-align: center;
    font-weight: 700;
    font-size: 36px; 
}

.section-detail-body .img-caption {
    margin: 10px 0 15px;
    color: #878A99;
    font-size: 14px;
}

.section-detail-body .content-body>* {
    color: #2A1F5B;
}

.widget .widget-title {
    color: var(--main-dark-blue);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 45px;
}

.widget .card-body a {
    text-decoration: unset;
}

.widget .card {
    margin-bottom: 25px;
}

.btn-load-more {
    display: grid;
    place-items:Center;
}

.btn-load-more .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
}

.btn-spinner{
    display: none;
}
.btn-spinner:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* FAQ */
.section-faq-body {
    margin-top: 3rem;
}

.section-faq-body .accordion-item {
    border: unset;
    border-bottom: 1px solid rgba(42, 31, 91, 0.2);
    padding-bottom: var(--bs-accordion-btn-padding-y);
}

.section-faq-body .accordion-button:not(.collapsed) {
    padding-bottom: var(--bs-accordion-btn-padding-y);
    background-color: #ffffff;
    box-shadow: unset;
}

.section-faq-body .accordion-button:focus {
    box-shadow: unset;
}

.section-faq-body .accordion-button {
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 22px;
}

.section-faq-body .accordion-body {
    border-left: 10px solid var(--main-blue);
    padding-bottom: 0px;
}

.section-faq-body .accordion-body ul,
.widget-body ul {
    padding-inline-start: 0;
    margin-bottom: 0;
    margin-top: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.section-faq-body .accordion-body ul li,
.widget-body ul li {
    background: rgba(56, 182, 255, 0.1);
    border-radius: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 8px 16px;
    color: #1B519D;
}

.widget-body ul li a {
    text-decoration: unset;
}
