p {
  display: block;
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.text {
  display: block;
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.h1 {
  font-family: 'Righteous', cursive;
}

.h2 {
  font-family: 'Righteous', cursive;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.h3 {
  font-family: 'Righteous', cursive;
  font-size: 1rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Daftar Isi */
.beul .beli {
  list-style-type: none;
}
.beul .beli:last-child {
  border: 0;
}

.site-description .beli {
  margin: 5px 30px 10px;
  text-align: justify;
  color: #fff;
}

#sub_wrapper {
  background: #ffd700;
  max-width: 1000px;
  position: relative;
  padding: 10px;
  border-radius: 4px;
  margin: 20px auto;
}
.tombol_doang {
  position: relative;
  outline: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(12px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 10px;
  color: rgb(0, 0, 0);
}
.tombol_doang svg {
  float: right;
}
#daftarisi {
  background: #daa520;
  padding: 10px 10px 0;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 15px rgba(218, 165, 32);
  box-shadow: 0 2px 15px rgba(253, 215, 3);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(8px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  line-height: 23px;
  color: #ffd700;
}
#daftarisi a {
  text-decoration: none;
  color: #fff;
}
#daftarisi .beol {
  padding: 0 0 0 10px;
  margin: 0;
}
#daftarisi .beol .beli.lvl1 {
  line-height: 1.5em;
  padding: 4px 0;
}
#daftarisi .beol .beli.lvl1:nth-child(n + 2) {
  border-top: 1px dashed #fffb00;
}
#daftarisi .beol .beli.lvl1 a {
  font-weight: 600;
}
#daftarisi .beol .beli.lvl2 a {
  font-weight: 300;
  display: block;
}
#daftarisi .beul.circle {
  list-style-type: square;
  padding: 0 0 0 10px;
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: calc(6px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
}
#daftarisi .beol .beli a:hover {
  text-decoration: underline;
}
:target::before {
  content: '';
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
}

/* Accordion */
.accordion {
  background-color: #eee;
  border-radius: 5px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 800;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ffffff;
}

.accordion:visited {
  background-color: #ffffff;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: '\2212';
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Contact */
[class*=' icon-'],
[class^='icon-'],
i {
  font-family: icomoon;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.tombol_doang svg {
  float: right;
}
#daftarisi {
  background: linear-gradient(to left, #fe8c00, #f83600);
  padding: 10px 10px 0;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 15px rgba(218, 165, 32);
  box-shadow: 0 2px 15px rgba(253, 215, 3);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Nunito, Arial, sans-serif;
  font-size: calc(8px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  line-height: 23px;
  color: #ffd700;
}
#daftarisi a {
  color: #fff;
}
#daftarisi .beol .beli.lvl1 {
  line-height: 1.5em;
  padding: 4px 0;
}
#daftarisi .beol .beli.lvl1:nth-child(n + 2) {
  border-top: 1px dashed #fffb00;
}
#daftarisi .beol .beli.lvl1 a {
  font-weight: 600;
}
#daftarisi .beol .beli.lvl2 a {
  font-weight: 300;
  display: block;
}
#daftarisi .beul.circle {
  list-style-type: square;
  font-size: calc(6px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
}
#daftarisi .beol .beli a:hover {
  text-decoration: underline;
}
:target::before {
  content: '';
  display: block;
  height: 40px;
  margin-top: -40px;
  visibility: hidden;
}

/* Contact */
*,
:after,
:before {
  box-sizing: border-box;
}
.fuckyou {
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
}
.text-center {
  text-align: center;
}
.col-xs-7 {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}
.btn-contact {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-accent,
.btn-primary,
.btn-tertiery {
  border-radius: 5px;
  font-weight: inherit;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-primary {
  background: #490609;
  color: #fedc3d;
  border-color: #490609;
}
.btn-tertiery {
  background: #c90;
  color: #0c0002;
  border-color: #c90;
}
.btn-tertiery.active,
.btn-tertiery:active,
.btn-tertiery:focus,
.btn-tertiery:hover,
.btn-tertiery[disabled] {
  background-color: #81640e;
  color: #0c0002;
  border-color: #81640e;
}
.btn-accent {
  background: #e72d13;
  color: #fedc3d;
  border-color: #e72d13;
}
.btn-accent.active,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover,
.btn-accent[disabled] {
  background-color: #e72d13;
  color: #fedc3d;
  border-color: #e72d13;
}
.font-size-sm {
  font-size: 11.2px;
}
.fs-md2 {
  font-size: 15px;
  padding-left: 2px;
  color: #fff;
}
.fs-md {
  font-size: 16px;
}
.fs-lg2 {
  font-size: 14px;
  color: #fff;
}
.fs-lg {
  font-size: 17.5px;
}
.flex,
.flex-row {
  display: flex;
  align-items: center;
}
.bottom-to-top,
.toptobottom {
  -ms-writing-mode: tb-rl;
  display: inline-block;
}
.bottom-to-top {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.floats {
  position: fixed;
  top: 200px;
  transition: 0.5s ease-out 1s;
  z-index: 99;
  color: #fedc3d;
}
.floats .btn-contact {
  border-radius: 0;
}
.floats .txt-xxl {
  font-size: 3rem;
}
.floats .icon-clock {
  font-size: 27.342px;
}
.floats .col-6 .btn-block {
  font-size: 17.5px;
  font-family: Open Sans, sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.floats .bg-1 {
  background-color: #1a0005;
}
.floats .bg-2 .btn-contact {
  font-size: inherit;
  text-align: inherit;
}
.floats .bg-2 .icon-txt {
  font-size: 1.7em;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  top: 0;
  transition: top 0.3s;
}
.floats .fc > div {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.floats .i-circle {
  font-size: 12px;
  padding: 0.075em;
  border-radius: 50%;
  border: 1px solid #fedc3d;
}
.floats-right {
  right: 0;
  transform: translateX(calc(100% - 2rem));
}
.floats-right:hover {
  transform: translateX(0);
  transition: 0.5s ease-in;
  z-index: 99;
}
.floats-right .fc .fc-left {
  width: 2rem;
  min-height: 150px;
  background-color: #c90;
  padding: 5px;
  color: #fedc3d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.floats-right .fc .fc-right {
  min-width: 150px;
  min-height: 190px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #654d51;
}
.floats .box {
  padding: 5px;
}
.floats.floats-right .bg-2 {
  padding: 15px 6px 10px;
  background: #1a0005;
}
.floats.floats-right .bg-2 .btn-block {
  margin-bottom: 10px;
  border-radius: 5px;
}
.floats.floats-right .bg-2 .btn-block.btn-primary {
  background: #44262c;
}
.floats.floats-right .bg-2 .btn-block.btn-primary:hover {
  font-weight: 400;
  color: #fff;
}
.floats.floats-right .bg-2 .btn-block .dis_flex {
  display: flex;
}
.floats.floats-right .bg-2 .btn-block .dis_flex.add_padding {
  padding: 5px 15px;
}
.floats.floats-right .bg-2 .icon-txt {
  font-size: 1.5rem;
  min-width: 35px;
}
.floats.floats-right .bg-2 .qr_img_sec {
  width: 100%;
  background: #1a0005;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0;
}
.floats.floats-right .bg-2 .qr_image {
  width: 50%;
  max-width: 120px;
}
