*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-black:#000;
    --bs-white:#fff;
    --bs-gray:#6c757d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#6c757d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;

    --bs-primary:#0d6efd;
    --bs-secondary:#6c757d;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#212529;

    --bs-body-color:#212529;
    --bs-body-bg:#fff;

    --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-font-family-base:var(--bs-font-sans-serif);

    --bs-font-size-base:1rem;
    --bs-line-height-base:1.5;

    --bs-border-width:1px;
    --bs-border-color:#dee2e6;
    --bs-border-radius:.375rem;
    --bs-border-radius-sm:.25rem;
    --bs-border-radius-lg:.5rem;
    --bs-border-radius-xl:1rem;
    --bs-border-radius-xxl:2rem;

    --bs-link-color:#0d6efd;
    --bs-link-hover-color:#0a58ca;

    --bs-heading-color:inherit;
    --bs-code-color:#d63384;
    --bs-highlight-bg:#fff3cd;

    --bs-tertiary-bg:#f8f9fa;

    --bs-focus-ring-width:.25rem;
    --bs-focus-ring-opacity:.25;
    --bs-focus-ring-color:rgba(13,110,253,.25);

   --bs-body-color: #212529;
   --bs-body-bg: #fff;
   --bs-border-width: 1px;
   --bs-border-color: #ced4da;
   --bs-border-radius: 0.375rem;
   --bs-focus-ring-width: 0.25rem;
   --bs-focus-ring-color: rgba(13, 110, 253, .25);

    --bs-navbar-padding-x:0.5rem;
    --bs-navbar-padding-y:0.5rem;
    --bs-navbar-color:rgba(0,0,0,.55);
    --bs-navbar-hover-color:rgba(0,0,0,.7);
    --bs-navbar-disabled-color:rgba(0,0,0,.3);
    --bs-navbar-active-color:rgba(0,0,0,.9);
    --bs-navbar-brand-padding-y:.3125rem;
    --bs-navbar-brand-margin-end:1rem;
    --bs-navbar-brand-font-size:1.25rem;
    --bs-navbar-brand-color:rgba(0,0,0,.9);
    --bs-navbar-brand-hover-color:rgba(0,0,0,.9);

    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
}

.d-none, .hide{display:none!important}

.relative { position: relative; }

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none !important; 
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.32rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

.me-0{margin-right:0!important}
.me-1{margin-right:.25rem!important}
.me-2{margin-right:.5rem!important}
.me-3{margin-right:1rem!important}
.me-4{margin-right:1.5rem!important}
.me-5{margin-right:3rem!important}

.fs-0{font-size:3rem!important}
.fs-1{font-size:2.5rem!important}
.fs-2{font-size:2rem!important}
.fs-3{font-size:1.75rem!important}
.fs-4{font-size:1.5rem!important}
.fs-5{font-size:1.25rem!important}

.px-0{padding-left:0!important;padding-right:0!important}
.px-1{padding-left:.25rem!important;padding-right:.25rem!important}
.px-2{padding-left:.5rem!important;padding-right:.5rem!important}
.px-3{padding-left:1rem!important;padding-right:1rem!important}
.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}
.px-5{padding-left:3rem!important;padding-right:3rem!important}

ul,ol{padding-left:2rem!important;margin-top:0!important;margin-bottom:1rem!important}
li{margin-top:0!important;margin-bottom:.25rem!important}

.card > img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin: 0;
  padding: 0 !important;
}

#free-download .card{
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}



/* grid */
/* Base for all containers */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

/* container-sm (≥ 576px) */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

/* container-md (≥ 768px) */
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

/* container-lg (≥ 992px) */
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

/* container-xl (≥ 1200px) */
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

/* container-xxl (≥ 1400px) */
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

[class^="col-"] {
  padding: 0 15px;
  box-sizing: border-box;
}
.col-1  { flex: 0 0 auto; width: 8.333333%; }
.col-2  { flex: 0 0 auto; width: 16.666667%; }
.col-3  { flex: 0 0 auto; width: 25%; }
.col-4  { flex: 0 0 auto; width: 33.333333%; }
.col-5  { flex: 0 0 auto; width: 41.666667%; }
.col-6  { flex: 0 0 auto; width: 50%; }
.col-7  { flex: 0 0 auto; width: 58.333333%; }
.col-8  { flex: 0 0 auto; width: 66.666667%; }
.col-9  { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.333333%; }
.col-11 { flex: 0 0 auto; width: 91.666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 768px) {
  .col-md-1  { flex: 0 0 auto; width: 8.333333%; }
  .col-md-2  { flex: 0 0 auto; width: 16.666667%; }
  .col-md-3  { flex: 0 0 auto; width: 25%; }
  .col-md-4  { flex: 0 0 auto; width: 33.333333%; }
  .col-md-5  { flex: 0 0 auto; width: 41.666667%; }
  .col-md-6  { flex: 0 0 auto; width: 50%; }
  .col-md-7  { flex: 0 0 auto; width: 58.333333%; }
  .col-md-8  { flex: 0 0 auto; width: 66.666667%; }
  .col-md-9  { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.333333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.666667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
}

/* button */
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

/* form */
.mb-0{margin-bottom:0!important}

.form-control[type="file"] {
    display: block !important;
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    appearance: none !important;
    overflow: hidden !important;
    background-clip: padding-box !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    white-space: nowrap !important;
}

.form-control[type="file"]::file-selector-button,
.form-control[type="file"]::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem !important;
    margin: -0.375rem -0.75rem -0.375rem -0.75rem !important;
    margin-right: 0.75rem !important;
    color: #212529 !important;
    background-color: #e9ecef !important;
    border: 0 !important;
    border-right: 1px solid #ced4da !important;
    border-radius: 0.375rem 0 0 0.375rem !important;
    height: calc(100% + 0.75rem) !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.form-control[type="file"]:focus {
    border-color: #86b7fe !important;
    outline: none !important;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}

.error-info {
  display:block;
  margin-top:.5rem;
  font-size:.875rem;
  color:#dc3545;
  min-height:1em;
}

.form-control:focus{
  color:#212529;
  background-color:#fff;
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
}

input[type="file"].form-control{
  padding:.375rem .75rem;
}

input[type="file"].form-control::file-selector-button{
  padding:.375rem .75rem;
  margin-right:.75rem;
  color:#212529;
  background-color:#e9ecef;
  border:1px solid #ced4da;
  border-radius:.375rem;
  cursor:pointer;
}

input[type="file"].form-control::file-selector-button:hover{
  background-color:#dde2e6;
}

.error-info{
  display:block;
  margin-top:.5rem;
  font-size:.875rem;
  color:#dc3545;
  min-height:1em;
}



/* flex utility */
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* spacing utility */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }


.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

@media (min-width: 992px) {
  .mb-lg-0 { margin-bottom: 0 !important; }
}

.p-0 { padding: 0 !important; }
.p-1 { padding: .25rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.p-6 { padding: 4rem !important; }

.pt-1{padding-top:.25rem!important}
.pt-2{padding-top:.5rem!important}
.pt-3{padding-top:1rem!important}
.pt-4{padding-top:1.5rem!important}
.pt-5{padding-top:3rem!important}

.pb-1{padding-bottom:.25rem!important}
.pb-2{padding-bottom:.5rem!important}
.pb-3{padding-bottom:1rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pb-5{padding-bottom:3rem!important}


/* text utility */
.text-center { text-align: center; }
.text-muted { color: #6c757d; }
.text-end {
  text-align: right;
}

/* alignment */
.ms-auto {
  margin-left: auto !important;
}

/* Display utilities */
.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

/* card */
.card {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  background-color: #fff;
  padding: 1rem;
  line-height: 1.32rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: .75rem;
}

.card-text {
  margin-bottom: 1rem;
}

/* img */
img, svg {
    vertical-align: middle;
}

/* color */
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-soft-primary {
  background-color: rgba(13, 110, 253, 0.1) !important;
  color: #0d6efd !important;
}

/* Gutter horizontal dan vertical untuk g-4 (1.5rem) */
.row.g-4 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -1.5rem;
}

.row.g-4 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 1.5rem;
}

/* Gutter horizontal gx-4 (1.5rem) */
.row.gx-4 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row.gx-4 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Gutter vertical gy-4 (1.5rem) */
.row.gy-4 {
  margin-top: -1.5rem;
}

.row.gy-4 > * {
  margin-top: 1.5rem;
}

.h-100 {
  height: 100% !important;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.text-primary {
  color: #0d6efd !important;
}
.text-white {
  color: #fff !important;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #0b5ed7;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  background-color: #157347;
}

.btn-md {
    padding: .5rem 1.25rem;
    font-size: 1rem;
}

.w-100 {
  width: 100% !important;
}

/* navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}

.navbar-brand img {
  display: block;
  height: 33px;
  width: 33px;
}

.navbar-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 6px;
}

.navbar-toggler .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
}

.collapse {
  display: none;
  width: 100%;
}

.collapse.show {
  display: flex;
  flex-direction: column;
}

.navbar-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-item:first-child {
  border-top: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0rem 0.5rem 1rem;
  text-decoration: none;
  color: white;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  padding: 13.5px;
  margin-left: 10px;
}

.nav-link:hover {
  background-color: rgba(255,255,255,0.1);
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: auto;
    width: auto;
  }

  .navbar-expand-lg .collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-nav li {
    border: none;
  }

  .nav-link {
      font-weight: 600;
  }
}
