*,
::before,
::after {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}
::backdrop {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,
::after,
::before {
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:#e5e7eb
}
::after,
::before {
  --tw-content:''
}
:host,
html {
  scroll-behavior: smooth;
  background-color: #2f2677;
  margin: 5px;
  line-height:1.5;
  size-adjust:100%;
  -moz-tab-size:4;
  tab-size:4;
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:#ff000000
}

body {
  background: #000;
  border: solid 4px #2559eb99;
  padding: 8px;
  margin: 2px;
  border-radius: 15px;
  line-height:inherit
}

.background-paging-angka {
background: #0f0c26;
color: #fff;
padding: 5px;
border: solid 2px #3d2c9675;
border-radius: 0px 10px 0px 10px;
}

/* --- Fungsi: Border Gradient Berjalan --- */
@keyframes rotate-gradient {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.border-gradient-berjalan {
  overflow: hidden;
  max-width: 100%;
  left: 0;
  right: 0;
  top: -1px;
  background-image: url('../assets/img/bg-utama.webp');
  /* Hapus border solid lama agar tidak tumpang tindih */
  border: none; 
  border-radius: 0px 0px 15px 15px;
  box-shadow: -3px 6px 5px #000000;
  display: flex;
  position:relative;
  z-index: 2;
}

.border-gradient-berjalan::before {
  content: '';
  position: absolute;
  top: -150%; /* Diperlebar agar rotasi menutup semua sudut */
  left: -50%;
  width: 100%;
  height: 400%;
  /* Warna Emas Mewah */
  background: conic-gradient(
    #00af21 100%
  );
  animation: rotate-gradient 10s linear infinite;
  z-index: -2;
}

/* Layer Background Dalam (Agar isi tetap terlihat) */
.border-gradient-berjalan::after {
  content: '';
  position: absolute;
  inset: 3px; /* Ketebalan border gradient */
  background: #100e2d;
  background-size: cover;
  border-radius: 0px 30px 0px 25px;
  z-index: -1;
}

.container-header {
position: relative;
display:contents;
top: 1px;
z-index: 1;
font-size: 15px;
left:0;
right:0;
justify-content: center;
justify-self: center;
}

.container-marquee {
width: 100%;
top:0;
margin-top: -40px;
}

.container-form-pencarian {
max-width: 100%;
height: 62px;
left:0;
right:0;
top: -1px;
background-image: url('../assets/img/bg-utama.webp');
border: solid 2px #1f6291;
border-radius: 0px 0px 15px 15px;
box-shadow: -3px 6px 5px #000000;
display:flex;
position: sticky;
z-index: 3;
}

.text-input-pencarian {
color: #03ef26;
padding-left:0.3rem;
padding-right:0.3rem;
padding-top:0.3rem;
padding-bottom:0.3rem;
}

.form-cari {
display: flex;
position: revert;
max-width: 34%;
max-height: 36.5px;
font-size: 0.8rem;
margin: 5px;
margin-top: 8.2px;
background: #07052b;
border: solid 7px #1f6291;
box-shadow: -2px 2px 1px #07052b;
}

.tombol-cari {
display: flex;
position: revert;
width: 1rem;
font-size: 1rem;
height: 37px;
margin: 7px;
margin-left: -11px;
left:0;
z-index:1;
}

.tombol-kategori {
font-size: 0.8rem;
display: flex;
position: relative;
width: 100%;
height: 2.5rem;
margin-left: -13px;
border-radius: 0px 10px 10px 0px;
right:0;
top: 8px;
}

.text-filter-tema {
color: #00ff26;
text-align: center;
}

.sortir-terbaru-terlama{
  padding-left:0.75rem;
  padding-right:0.75rem;
  color: #05e22e;
  background: #07052b;
  box-shadow: 0px 4px 7px #211061;
  border: solid 3px #3d2c96;
}

hr {
  height:0;
  color:inherit;
  border-top-width:1px
}
abbr:where([title]) {
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
pre,
samp {
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
table {
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  color:inherit;
  margin:0;
  padding:0
}
button,
select {
  text-transform:none
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  background-color:transparent;
  background-image:none
}
:-moz-focusring {
  outline:auto
}
:-moz-ui-invalid {
  box-shadow:none
}
progress {
  vertical-align:baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
summary {
  display:list-item
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin:0
}
fieldset {
  margin:0;
  padding:0
}
legend {
  padding:0
}
menu,
ol,
ul {
  list-style:none;
  margin:0;
  padding:0
}
dialog {
  padding:0
}
textarea {
  resize:vertical
}
input::placeholder,
textarea::placeholder {
  opacity:1;
  color:#000;
  padding-left: 5px;
}
[role=button],
button {
  cursor:pointer
}
:disabled {
  cursor:default
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display:block;
}
img,
video {
  max-width:100%;
  height:auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display:none
}
.container {
  width:400px;
  position: relative;
  display:grid;
  justify-content: center;
}

@media (min-width: 300px) {
  .container {
  max-width:300px;
  display:contents;
  }
}

@media (min-width: 340px) {
  .container {
  max-width:340px;
  display:contents;
  }
}

@media (min-width: 360px) {
  .container {
  max-width:390px;
  display:contents;
  }
}

@media (min-width: 414px) {
  .container {
    max-width:414px
  }
}

@media (min-width: 520px) {
  .container {
    max-width:520px
  }
}

@media (min-width: 550px) {
  .container {
    max-width:550px
  }
}

@media (min-width: 600px) {
  .container {
    max-width:600px
  }
}

@media (min-width: 640px) {
  .container {
    max-width:640px
  }
}
@media (min-width: 768px) {
  .container {
    max-width:768px
  }
}
@media (min-width: 1024px) {
  .container {
    max-width:1024px
  }
}
@media (min-width: 1280px) {
  .container {
    max-width:1280px
  }
}
@media (min-width: 1368px) {
  .container {
    max-width:1368px
  }
}
@media (min-width: 1536px) {
  .container {
    max-width:1536px
  }
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.mb-3 {
  margin-bottom:0.75rem
}
.mb-4 {
  margin-bottom:1rem
}
.mt-2 {
  margin-top:0.5rem
}
.mt-3 {
  margin-top:0.75rem
}
.mt-4 {
  margin-top:1rem
}
.mt-6 {
  margin-top:1.5rem
}
.block {
  display:block
}
.flex {
  display:flex
}
.grid {
  display:grid
}
.hidden {
  display:none
}
.h-16 {
  height:3rem
}
.h-8 {
  height:2rem
}

.w-8 {
  width:2rem
}
.w-full {
  width:100%;
}
.max-w-7xl {
  max-width:80rem
}
.flex-1 {
  flex:1 1 0%
}
.flex-shrink-0 {
  flex-shrink:0
}
.grid-cols-1 {
  grid-template-columns:repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction:column
}
.items-center {
  align-items:center
}
.justify-between {
  justify-content:space-between
}
.gap-1 {
  gap:0.25rem
}
.gap-2 {
  gap:0.8rem
}
.gap-6 {
  gap:1rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(1.5rem * var(--tw-space-x-reverse));
  margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}
.rounded {
  border-radius:0.25rem;
}
.rounded-lg {
  border-radius:0.5rem
}
.rounded-l {
  border-top-left-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}
.rounded-r {
  border-top-right-radius:0.25rem;
  border-bottom-right-radius:0.25rem
}
.border {
  border-width:1px
}
.border-b {
  background: #07052b;
  border: solid 2.4px #1f6291;
  height: 37px;
  margin-top: 0.3px;
  left: -3px;
}
.border-t {
  border-top-width:1px;
}
.bg-blue-600 {
  --tw-bg-opacity:1;
  background-image: url('../assets/img/bg-utama.webp');
  border-radius: 15px 15px 0px 0px;
}
.bg-blue-700 {
  --tw-bg-opacity:1;
  background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))
}
.bg-gray-50 {
  --tw-bg-opacity:1;
  background: #000000ad;
  background-repeat: no-repeat;
  background-size: 100% 40%;
}
.bg-gray-200 {
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}
.bg-gray-800 {
  --tw-bg-opacity:1;
  background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))
}
.bg-indigo-600 {
  --tw-bg-opacity:1;
  box-shadow: -2px 2px 5px #37cf98;
  background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))
}
.bg-white {
  --tw-bg-opacity:1;
  background-image: url('../assets/img/bg-utama.webp');
  background-size: 100% 100%;
  border: solid 2px #3d2c96;
  border-radius: 0px 32px 0px 30px;
}
.object-cover {
  background-size: 100% 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 0px 12px 0px 12px;
  border: solid 2px #3d2c96;
}
.p-4 {
  padding:1rem;
  margin-bottom: 1px;
  margin-inline: 1px;
}
.px-4 {
  padding-left:1rem;
  padding-right:2.8rem;
}
.py-2 {
  padding-top:0.3rem;
  padding-bottom:0.3rem;
}
.px-3 {
  padding-left:0.75rem;
  padding-right:0.75rem;
  color: #FFD700;
  background: #020206;
  box-shadow: -3px 3px 3px #1c184e;
}
.py-1 {
  padding-top:0.25rem;
  padding-bottom:0.25rem
}
.text-center {
  text-align:center;
}
.text-xl {
  font-size:1.25rem;
  line-height:1.75rem
}
.text-2xl {
  font-size:1.5rem;
  line-height:2rem;
}
.text-sm {
  width: 100%;
  background-image: url('../assets/img/bg-utama.webp');
  color: #fff;
  margin-block: 5px;;
  font-size:0.8rem;
  line-height:1.5rem;
  box-shadow: 0px 2px 3px #0d3762;
    text-shadow:
  -3px 2px 2px #000000,
   0 -1px 4px #0000005c,
  -1px  2px 2px #000000;
}
.font-bold {
  font-weight:700;
  color: #06d42e;
  text-shadow:
  -2.5px 2.5px 1px #000000,
   0 -1px 0 #00000003,
  -2px  2px 0 #0000001a;
}
.font-semibold {
  font-size: 0.8rem;
  background: #211b5b;
  color: #ffffff;
  border: solid 2px #0b17318c;
  box-shadow: 0px 2px 3px #07b3ea4d;
  font-weight:600;

  text-shadow:
  -3px 2px 2px #000000,
   0 -1px 4px #0000005c,
  -1px  2px 2px #000000;
}
.text-blue-800 {
  --tw-text-opacity:1;
  color:#fff;
  background: #07052b;;
  box-shadow: -3px 3px 5px #000000b3;
  border-radius: 0px 12px 0px 12px;
  border: solid 2px #3d2c96;
}

.text-blue-800:hover {
  --tw-text-opacity:1;
  color:#00ff1d;
  background: #000;
  box-shadow: -3px 3px 5px #000000b3;
  border-radius: 0px 12px 0px 12px;
  border: solid 2px #1f6291;
}


.text-white {
  --tw-text-opacity:1;
  color:#ffffff;
  background: #07052b;
  box-shadow: -3px 3px 5px #000000b3;
  border: solid 2px #3d2c96;
  border-radius: 12px 0px 12px 0px;
}

.text-white:hover {
  --tw-text-opacity:1;
  color:#03ef26;
  background: #000;
  box-shadow: -3px 3px 5px #000000b3;
  border: solid 2px #1f6291;
}

.text-gray-600 {
  --tw-text-opacity:1;
  color: #fff;
  padding-left: 5px;
  background: #1c184e; 
}
.text-gray-700 {
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}
.text-indigo-600 {
  background-image: url('../assets/img/bg-utama.webp');
  --tw-text-opacity:1;
  color:#fff;
}
.shadow {
background: #000000;
}

.hover\:text-gray-200:hover {
  --tw-text-opacity:1;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1))
}
.hover\:underline:hover {
  -webkit-text-decoration-line:underline;
  text-decoration-line:underline
}
.focus\:outline-none:focus {
  outline:2px solid transparent;
  outline-offset:2px
}




/* Marque Text Berjalan Support Play / Pause, Ketika Di Arahkan Cursor Mouse - Start */
@-webkit-keyframes ticker {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
  }

  100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
  }

  100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}

.container-toa {
font-size: 18px;
display: flex;
position:relative;
top: 35.4px;
z-index: 1;
background-color: #07052b;
background-size: 50% 50%;
background-repeat: no-repeat;
border: solid 2px #5c7db5;
width: 30px;
height: 34px;
}

.footer-gdp {
bottom:0;
margin-bottom: -10px;
width: 100%;
height: 150px;
border-radius: 15px 15px 0px 0px;
box-shadow: 0px -3px 3px 2px #0d0d0d;
font-size: 0.75rem;
}

.ticker-wrap .ticker__item:before {
  content: "";
  height: 11px;
  width: 11px;
  display: revert;
  background-color: green;
  border-radius: 100%;
  position: relative;
}

.ticker-heading:after {
  position: relative;
  margin-left: 40px;
}

.ticker-wrap {
  position:sticky;
  width: 100%;
  height: 35px;
  overflow: hidden;
  background-color: #07052b;
  border: solid 2px #5c7db5;
  box-shadow: 0 3px 3px #005272;
  padding-top: 5px;
}

.ticker-wrap .ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ticker-wrap .ticker {
  display: inline-block;
  margin-top:-210px;
  white-space: nowrap;
  padding-right: 10%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 34s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}
/* Marque Text Berjalan Support Play / Pause, Ketika Di Arahkan Cursor Mouse - End */

.container-pagination-angka {
justify-content: center;
width: 100%;
height:100%;
}


.pagination-tema-sebelumnya .container-pagination-angka {
position: relative;
display: flex;
background: #000000;
float: left;
border: solid 2px #3a7490;
color: #fff;
border-radius: 5px;
text-align: center;
padding: 10px;
top: -42px;
margin-inline: 100%;
margin-left: 1%;
margin-right: 54%;
max-width: 100%;
box-shadow: 0px 3px 2px #000000;
}


.pagination-tema-selanjutnya .container-pagination-angka {
display: flex;
position:inherit;
background: #000000;
float: right;
border: solid 2px #3a7490;
color: #fff;
border-radius: 5px;
text-align: center;
padding: 10px;
margin-top: -30px;
margin-right: 1%;
max-width: 100%;
box-shadow: 0px 3px 2px #000000;
}


.pagination-tema-selanjutnya:hover {
background: #07052b;
color: #03ef29;
}

.pagination-tema-sebelumnya:hover {
background: #07052b;
color: #03ef29;
}

@media (min-width: 300px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }
  .sm\:px-6 {
    background-image: url('../assets/img/bg-utama.webp');
    border: solid 1px #1f6291;
    border-radius: 15px 15px 0px 0px;
  }
  .container-header {
  font-size: 14px;
  }
}

@media (min-width: 340px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    background-image: url('../assets/img/bg-utama.webp');
    border: solid 1px #1f6291;
    border-radius: 15px 15px 0px 0px;
  }
  .container-header {
  font-size: 16px;
  }
}

@media (max-width: 360px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    background-image: url('../assets/img/bg-utama.webp');
    border: solid 1px #1f6291;
    border-radius: 15px 15px 0px 0px;
  }
  .container-header {
  font-size: 18px;
  }
}

@media (min-width: 414px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .container-header {
  font-size: 23px;
  }
}

@media (min-width: 520px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 550px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 600px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 736px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
  .sm\:px-6 {
    background-image: url('../assets/img/bg-utama.webp');
    border: solid 1px #1f6291;
    border-radius: 15px 15px 0px 0px;
  }
  .container-header {
  font-size: 30px;
  }
}

@media (min-width: 768px) {
  .sm\:grid-cols-2 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
  .sm\:px-6 {
    background-image: url('../assets/img/bg-utama.webp');
    border: solid 1px #1f6291;
    border-radius: 15px 15px 0px 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }
  .lg\:px-8 {
    padding-left:2rem;
    padding-right:2rem;
  }
  
    .sm\:px-6 {
    border: solid 2px #1f6291;
    border-radius: 15px 15px 0px 0px;
    max-width: 100%;
  }
    .footer-gdp {
    bottom:0;
    margin-bottom: 40px;
    width: 100%;
    height: 150px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px -3px 3px 2px #0d0d0d;
    font-size: 0.75rem;
}
}

@media (width: 1368px) {
  .lg\:grid-cols-3 {
    max-width: 1368;
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }
  .lg\:px-8 {
    padding-left:2rem;
    padding-right:2rem;
  }
    .sm\:px-6 {
    border: solid 2px #1f6291;
    border-radius: 15px 15px 0px 0px;
    max-width: 100%;
  }
}


/* Untuk Merubah Tampilan PC, Layout isi - START */
@media (min-width: 768px) {
.lg\:grid-cols-3 {
grid-template-columns:repeat(3, minmax(0, 1fr))
}
.footer-gdp {
bottom:0;
margin-bottom: 40px;
width: 100%;
height: 60px;
border-radius: 15px 15px 0px 0px;
box-shadow: 0px -3px 3px 2px #0d0d0d;
font-size: 1rem;
}
body {
width: 768px;
position: absolute;
justify-content: center;
justify-self: center;
left:0;
right:0;
}
html {
background-image: url('../assets/img/bg-hexagon.webp');
background-size: 100% 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
}
/* Untuk Merubah Tampilan PC, Layout isi - END */