@charset "UTF-8";
/*
 * Style: style.css
 * (c) 2022 Harianjogja.com
 * Write by: Eko Purnomo <callme.eko@gmail.com>
 * Desc: Style for harianjogja.com
 */

/* ===== Google Font Import - Poppins, Merriweather, Titillium Web  ===== */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400&family=Titillium+Web:wght@200;300;400;600;700&family=Poppins:wght@300;400;500;600&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Titillium+Web:wght@200;300;400;600;700&family=Poppins:wght@300;400;500;600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Merriweather", sans-serif;
  /* transition: all 0.4s ease; */
}

:root {
  --clr-primer: #0a234e;
  --clr-sekunder: #f4bd34;
  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-hijau: #075e3f;

  --clr-primer-100: #0a234e10;
  --clr-primer-200: #0a234e20;
  --clr-primer-300: #0a234e30;
  --clr-primer-400: #0a234e40;
  --clr-primer-500: #0a234e50;
  --clr-primer-600: #0a234e60;
  --clr-primer-700: #0a234e70;
  --clr-primer-800: #0a234e80;
  --clr-primer-900: #0a234e90;

  --clr-sekunder-100: #f4bd3410;
  --clr-sekunder-200: #f4bd3420;
  --clr-sekunder-300: #f4bd3430;
  --clr-sekunder-400: #f4bd3440;
  --clr-sekunder-500: #f4bd3450;
  --clr-sekunder-600: #f4bd3460;
  --clr-sekunder-700: #f4bd3470;
  --clr-sekunder-800: #f4bd3480;
  --clr-sekunder-900: #f4bd3490;

  --clr-black-100: #00000010;
  --clr-black-200: #00000020;
  --clr-black-300: #00000030;
  --clr-black-400: #00000040;
  --clr-black-500: #00000050;
  --clr-black-600: #00000060;
  --clr-black-700: #00000070;
  --clr-black-800: #00000080;
  --clr-black-900: #00000090;

  --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;

  --social-fb: #28568b;
  --social-tw: #28acdc;
  --social-ins: #bb4a67;
  --social-wa: #66a354;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--clr-white);
}

.container {
  width: 95%;
  max-width: 1200px;
  min-width: 1100px;
  margin: 0 auto;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  background-color: var(--clr-white);
  z-index: 1000;
}

.nav-logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform: translateZ(0);
}

.nav-logo .logo {
  height: 5em;
  padding: 1rem 0;
}

.nav-logo .nav-right {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.nav-logo .nav-right img {
  width: 32px;
}

.menu {
  border-radius: 6px;
}

.menu ul {
  display: flex;
  justify-content: left;
  /* align-items: center; */
  border-bottom: 1px solid var(--bs-gray-500);
  padding-bottom: 1rem;
}

.menu ul li {
  list-style: none;
  padding: 4px;
  position: relative;
  /* transition: 0.1s; */
  display: block;
}

.menu ul li:first-child a {
  margin-left: 0;
}

.menu ul li:last-child {
  margin-left: auto;
}

.menu ul li a {
  font-family: "Titillium Web";
  color: var(--clr-primer);
  text-decoration: none;
  margin: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu ul li a:hover {
  border-bottom: 3px solid var(--clr-sekunder);
  width: max-content;
  color: var(--clr-primer);
}

.menu ul li ul {
  display: none;
}

.menu ul li:hover ul {
  display: block;
  position: absolute;
  margin-top: 5px;
  background-color: var(--bs-gray-200);
  /* border-radius: 6px; */
  color: var(--clr-primer);
  width: max-content;
  padding: 10px 12px;
  z-index: 10;
}

.menu ul li ul li {
  line-height: 2rem;
  border-bottom: 1px solid var(--bs-gray-400);
}

.menu ul li ul li:last-child {
  border: none;
}

.menu ul li ul li a {
  font-family: "Titillium Web";
  color: var(--clr-primer);
  text-decoration: none;
  /* padding: 5px 10px 2px; */
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu ul li ul li a:hover {
  background-color: inherit;
  color: var(--clr-sekunder);
  border: none;
}

/* CONTENT */
.content {
  /* height: 2500px; */
  /* display: grid; */
  /* gap: 1rem; */
  z-index: -1;
}

/* kanal header */

.c-head-kanal h1 {
  display: flex;
  flex-direction: row;
  font-size: 32px;
  font-weight: bold;
  color: var(--clr-primer);
  text-transform: uppercase;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: var(--clr-sekunder);
  background: var(--clr-sekunder);
  background: linear-gradient(
    45deg,
    rgba(244, 163, 52, 1) 0%,
    rgba(244, 173, 52, 1) 23%,
    rgba(244, 163, 52, 1) 68%,
    rgba(244, 176, 52, 1) 100%
  );
}

.c-head-kanal h1:before,
.c-head-kanal h1:after {
  content: "";
  /* flex: 1 1; */
  border-bottom: thick double var(--clr-sekunder);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.c-head-kanal h1:before {
  margin-right: 1rem;
}

.c-head-kanal h1:after {
  margin-left: 1rem;
}

.c-top,
.c-middle {
  margin-top: 50px;
  display: flex;
  gap: 2rem;
  padding-bottom: 4rem;
  /* border-bottom: 1px solid var(--clr-black-200); */
}

.c-middle {
  margin-top: 1rem;
}

.c-top-left,
.c-middle-left {
  flex: 2;
  max-width: 70%;
  overflow: hidden;
}

.c-top-left-head {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  /* display: grid;
    position: relative; */
  border-bottom: 1px solid var(--clr-black-200);
}

.c-top-left-head img.img-head {
  height: 100%;
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

.c-top-left-head a {
  text-decoration: none;
}

.c-top-left-head h1 {
  font-size: 24px;
  font-weight: 500;
  color: var(--clr-primer);
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "Merriweather";
  text-align: center;
  line-height: 34px;
}

.c-top-left-head .informasi {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1rem;
}

.c-top-left-head p {
  font-size: 16px;
  padding-bottom: 2rem;
  line-height: 22px;
  text-align: center;
}

.c-top-left .c-top-left-items {
  display: flex;
  /* align-items: center; */
  justify-content: stretch;
  flex-wrap: nowrap;
  gap: 3rem;
}

.c-top-left-items-list img.img-lists {
  height: 100%;
  width: 100%;
  max-height: 200px;
  max-width: 365px;
  min-width: 365px;
  object-fit: cover;
  object-position: 50% 50%;
}

.c-top-left-items-list a {
  text-decoration: none;
}

.c-top-left-items-list h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-primer);
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "Merriweather";
  /* text-align: center; */
  line-height: 28px;
}

.c-top-left-items-list .informasi {
  text-align: center;
  font-size: 12px;
  margin-bottom: 1rem;
}

.c-top-left-items-list p {
  font-size: 16px;
  line-height: 20px;
  /* padding-bottom: 2rem; */
}

.c-top-right,
.c-middle-right {
  flex: 1;
}

.populer {
  position: sticky;
  top: 130px;
  z-index: 1;
}

.pilkada-2024 {
  /* position: sticky; */
  top: 130px;
  z-index: 1;
}

.header-terbaru,
.header-populer,
.header-pilkada-2024,
.header-pilihan,
.header-terkait,
.header-lainnya,
.header-per-category {
  border-top: 3px solid var(--clr-black-500);
  margin-top: 1rem;
}

.header-pilihan {
  border-top: 3px solid var(--clr-sekunder);
}

.header-terbaru {
  border-top: 1px solid var(--clr-black-200);
}

.header-per-category {
  border-top: 3px solid var(--clr-hijau);
}

.header-terbaru h2 {
  padding: 1rem;
  color: var(--clr-primer);
  font-family: "Titillium Web";
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-terkait h2,
.header-lainnya h2,
.header-populer h2,
.header-pilkada-2024 h2,
.header-pilihan h2,
.header-per-category h2 {
  padding: 1rem;
  font-size: 18px;
  color: var(--clr-primer);
  font-family: "Poppins", serif;
}

.header-pilkada-2024 h2 a {
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

.header-per-category h2 {
  color: var(--clr-hijau);
}

.header-populer h2,
.header-pilkada-2024 h2,
.header-pilihan h2,
.header-per-category h2 {
  text-transform: uppercase;
}

.header-terkait::after,
.header-lainnya::after,
.header-terbaru::after,
.header-populer::after,
.header-pilkada-2024::after,
.header-pilihan::after,
.header-per-category::after {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dashed var(--clr-black-300);
}

.header-pilihan::after {
  border-bottom: 1px dashed var(--clr-sekunder);
}

.header-per-category::after {
  border-bottom: 1px dashed var(--clr-hijau);
}

.header-per-category a {
  display: flex;
  justify-content: space-between;
  color: var(--clr-hijau);
  text-decoration: none;
  font-weight: 400;
}

.header-terbaru .fs-icon--arrow-right,
.header-terkait .fs-icon--arrow-right,
.header-lainnya .fs-icon--arrow-right,
.header-per-category .fs-icon--arrow-right {
  fill: currentColor;
  height: 20px;
  margin-top: 3px;
  pointer-events: none;
  width: 20px;
}

.lainnya ol,
.post-populer ol,
.post-pilkada-2024 ol,
.post-pilihan ol {
  /* max-width: 350px; */
  /* counter-reset: my-awesome-counter; */
  list-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lainnya ol li,
.post-populer ol li,
.post-pilkada-2024 ol li,
.post-pilihan ol li {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed var(--clr-black-200);
}

.lainnya ol li a,
.post-populer ol li a,
.post-pilkada-2024 ol li a,
.post-pilihan ol li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-family: "Merriweather", serif;
  color: var(--clr-primer);
  line-height: 22px;
  text-decoration: none;
}

.post-populer ol li a:hover,
.post-pilkada-2024 ol li a:hover,
.post-pilihan ol li a:hover {
  cursor: pointer;
  color: var(--clr-sekunder);
}

/* .post-pilihan ol li a:hover {
    color: var(--clr-black-700);
} */

/* c-middle-items */
.c-middle-items {
  display: table;
  padding: 2rem 3rem 2rem 1rem;
  min-height: 150px;
  margin-top: 0;
  float: none;
}

.left-column {
  float: left;
  width: 220px;
  height: 150px;
}

.right-column {
  margin-left: 220px;
  padding-left: 2rem;
}

.c-middle-items h3.titlePostItem {
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-primer);
  line-height: 26px;
  /* width: 30ch; */
}

.c-middle-items a {
  text-decoration: none;
  cursor: pointer;
}

.c-middle-items span.categoryPost {
  font-size: 12px;
  font-weight: 600;
  color: var(--clr-sekunder);
}

.c-middle-items .informasi {
  margin-top: 1rem;
}

.c-middle-items span.tanggalPost {
  font-weight: 300;
  font-size: 12px;
  color: var(--clr-black-400);
}

.left-column {
  background-size: cover;
}

.c-middle-items img {
  margin: 5px;
}

img.responsive {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.c-middle-items {
  /* content: ""; */
  border-bottom: 1px solid var(--clr-black-200);
  width: 100%;
}

.link-index {
  display: flex;
  /* margin: 0 auto; */
  padding-top: 3rem;
}

.link-index a {
  margin: 0 auto;
  padding: 1rem;
  background-color: var(--clr-primer);
  color: var(--clr-white);
  border-radius: 5px;
  text-decoration: none;
}

.link-index a:hover {
  color: var(--clr-white);
}

.post-item-big {
  margin-top: 1rem;
  display: grid;
  grid-auto-flow: row;
  grid-column: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--clr-black-200);
  padding: 1rem auto 1rem;
}

.post-item-big img,
.post-item-big img.responsive {
  height: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.post-item-big a {
  color: var(--clr-primer);
  text-decoration: none;
  font-family: "Merriweather", serif;
}

.post-item-big a:hover {
  color: var(--clr-sekunder);
}

.post-item-big h3.title-post-item {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-item);
  line-height: 26px;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.post-item-big .keterangan {
  display: flex;
  /* gap: 1rem; */
  margin-top: 1rem;
  align-items: flex-start;
}

.post-item-big .keterangan .category-post {
  font-size: 12px;
  font-weight: 600;
  color: var(--title-item);
  padding-left: 1rem;
  padding-right: 1rem;
}

.post-item-big .keterangan .tanggal-post {
  font-size: 10px;
  font-weight: 400;
  color: var(--title-item);
  /* padding-left: 1rem; */
  padding-right: 1rem;
}

.post-per-category ul {
  list-style: none;
}

.post-per-category ul li {
  padding: 1rem;
  border-bottom: 1px solid var(--clr-black-200);
}

.post-per-category ul li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  /* font-family: 'Poppins', serif; */
  color: var(--clr-primer);
  line-height: 22px;
  text-decoration: none;
}

.post-per-category ul li a:hover {
  color: var(--clr-sekunder);
}

.post-per-category .per-cat-author-plus {
  padding-top: 1rem;
  font-size: 11px;
  font-weight: 300;
  color: var(--txt-color);
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* READ */
.c-read-breadcrumb {
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-gray-300);
}

.c-read-breadcrumb a {
  color: var(--clr-primer);
  text-decoration: none;
  cursor: pointer;
}

.c-read-breadcrumb a:hover {
  color: var(--clr-sekunder);
}

.c-read-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 40px;
}

.c-read-credit {
  margin-bottom: 2rem;
  display: flex;
  /* padding-right: 3rem; */
  font-size: 14px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-gray-300);
}

.c-read-credit .c-read-credit-author {
  margin-right: 2rem;
}

.c-read-credit .c-read-credit-date {
  margin-right: 2rem;
}

.c-read-image img.c-read-image-full {
  height: 100%;
  width: 100%;
  max-height: 500px;
  min-height: 450px;
  object-fit: cover;
  object-position: 50% 50%;
}

.c-read-image span.c-read-image-credit {
  font-size: 14px;
  font-weight: 300;
  color: var(--clr-black-700);
  line-height: 18px;
  margin: 0.5rem;
  display: block;
  font-family: "Titillium Web", serif;
}

.c-read-body {
  font-family: Lora, Georgia, serif;
}

.c-read-body p {
  font-size: 1.16rem;
  font-weight: 400;
  color: var(--clr-black);
  margin-bottom: 1.26rem;
  font-family: Lora, Georgia, serif;
  line-height: 1.9rem;
}

.c-read-body p strong,
.c-read-body p b {
  font-size: 20px;
  font-weight: 600;
}

.c-read-body p em {
  font-style: italic;
}

.c-read-body img {
  margin: 10px 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.c-read-body h1 {
  font-size: 32px;
  font-weight: 500;
  color: var(--clr-black);
  margin-top: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.c-read-body h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--clr-black);
  margin-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.c-read-body h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--clr-black);
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.c-read-body h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--clr-black);
  margin-top: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

.c-read-body a {
  color: var(--clr-primer);
}

.c-read-body i,
.c-read-body p i {
  font-style: italic;
}

.c-read-body ol,
.c-read-body ul {
  font-size: 1.16rem;
  font-weight: 400;
  color: var(--clr-black);
  margin-bottom: 1.26rem;
  font-family: Lora, Georgia, serif;
  line-height: 1.9rem;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* .c-read-body ol li::before {
  content: " ";
}

.c-read-body ul li::before {
  content: " ";
} */

.c-read-body ul li {
  list-style-type: disc;
  list-style-position: outside;
}

.c-read-footer {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--clr-black-200);
}

.c-read-footer-tag {
  font-family: Lora, Georgia, serif;
  /* padding-left: 1rem; */
  padding-top: 1rem;
  border-top: 1px solid var(--clr-sekunder);
  width: max-content;
}

.c-read-footer-tag a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.c-read-footer-tag a:hover {
  color: var(--clr-sekunder);
}

.c-read-footer-share {
  /* padding-left: 1rem;
    padding-top: 1rem; */
  text-align: center;
  font-size: 18px;
}

.c-read-footer-share i {
  font-size: 50px;
}

.c-read-footer-share a {
  color: var(--clr-primer);
}

.c-read-footer-share a:hover {
  color: var(--clr-sekunder);
}

.c-read-footer-share .social-fb {
  color: var(--social-fb);
}

.c-read-footer-share .social-tw {
  color: var(--social-tw);
}

.c-read-footer-share .social-ins {
  color: var(--social-ins);
}

.c-read-footer-share .social-wa {
  color: var(--social-wa);
}

.c-read-terkait-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.c-read-terkait-content-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background: tomato; */
  /* padding: 5px; */
  width: 350px;
  min-height: 200px;
  max-height: 250px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.c-read-terkait-content-list img {
  height: 100%;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

.c-read-terkait-content-list a {
  text-decoration: none;
  color: var(--clr-primer);
}

.c-read-terkait-content-list a:hover {
  text-decoration: none;
  color: var(--clr-sekunder);
}

.c-read-terkait-content-list h3 {
  margin-top: 0.7rem;
  font-size: 1.2em;
}

.c-read-lainnya {
  margin-top: 3rem;
}

.c-video .c-video-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  /* flex-direction: row; */
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 1rem; */
  background-color: var(--bs-gray-200);
  /* padding: 1rem; */
}

/* VIDEO */
.c-video .c-video-content .post-video {
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: var(--clr-black-300);
  border-radius: 5px;
}

.c-video .c-video-content .post-video iframe {
  padding: 1rem;
  border-radius: 10px;
}

.bs-gray-200 {
  background-color: var(--bs-gray-200);
}

/* FOOTER */
.c-footer {
  border-top: 1px solid var(--bs-gray-300);
  background-color: var(--clr-white);
}

.c-foot {
  display: flex;
  /* align-items: center; */
  /* justify-content: flex-start; */
}

.c-foot-left {
  margin: 2rem;
  /* background-color: var(--bs-gray-300); */
  flex: 1;
  max-width: 400px;
}

.c-foot-left img {
  max-width: 200px;
}

.c-foot-left .informasi {
  margin-top: 1.2rem;
}

.c-foot-left .informasi p {
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-gray-900);
  line-height: 24px;
}

.c-foot-right {
  margin: 2rem;
  /* background-color: var(--bs-gray-600); */
  color: var(--bs-gray-900);

  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.c-foot-right-1,
.c-foot-right-2,
.c-foot-right-3 {
  margin: 0.5rem;
}

.c-foot-right-1 h4,
.c-foot-right-2 h4,
.c-foot-right-3 h4 {
  font-family: "Merriweather";
  font-size: 20px;
  font-weight: 600;
  /* margin-top: 1rem; */
}

.c-foot-left-1 ul,
.c-foot-right-1 ul,
.c-foot-right-2 ul,
.c-foot-right-3 ul {
  margin-top: 2rem;
  /* list-style-type: var(--clr-black-200);
    list-style-position: inside; */
}

.c-foot-left-1 ul li,
.c-foot-right-1 ul li,
.c-foot-right-2 ul li,
.c-foot-right-3 ul li {
  margin-top: 0.5rem;
  /* border-bottom: 1px solid var(--bs-gray-600); */
  padding-bottom: 0.5rem;
}

.c-foot-left-1 ul li a,
.c-foot-right-1 ul li a,
.c-foot-right-2 ul li a,
.c-foot-right-3 ul li a {
  font-family: "Titillium Web";
  text-decoration: none;
  color: var(--bs-gray-900);
}

.c-foot-left-1 ul li a:hover,
.c-foot-right-1 ul li a:hover,
.c-foot-right-2 ul li a:hover,
.c-foot-right-3 ul li a:hover {
  text-decoration: none;
  color: var(--clr-sekunder);
  font-weight: 400;
}

.c-foot-left-1 ul li i,
.c-foot-right-1 ul li i,
.c-foot-right-2 ul li i,
.c-foot-right-3 ul li i {
  margin-right: 0.5rem;
}

.c-foot-last {
  padding: 1rem;
  text-align: center;
  color: var(--bs-gray-800);
  border-top: 1px solid var(--bs-gray-300);
  width: 100%;
}

.c-foot-last::before {
  content: " ";
}

/* ARROW */
.arrow {
  border: solid var(--bs-gray-800);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.line-color-sekunder {
  color: var(--clr-sekunder);
}

.border-top-sekunder {
  border-top: 3px solid var(--clr-sekunder);
}

.part-sticky {
  position: sticky;
  top: 130px;
  /* z-index: 1; */
}

/* ADS */

.ads-sticky {
  position: sticky;
  top: 130px;
  z-index: -10;
}

.ads {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: var(--clr-white);
  gap: 1rem;
  padding-bottom: 1rem;
}

.ads p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-black-500);
  font-size: 10px;
  text-transform: uppercase;
}

.ads .ads-here {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 336px;*/
  /*height: 280px;*/
  width: 340px;
  height: 290px;
}

.ads .ads-300x250 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 300px;*/
  /*height: 250px;*/
  width: 310px;
  height: 260px;
}

.ads .ads-336x280 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 336px;*/
  /*height: 280px;*/
  width: 340px;
  height: 290px;
}

.ads .ads-970x90 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 970px;*/
  /*height: 90px;*/
  width: 980px;
  height: 100px;
}

.ads .ads-728x90 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 728px;*/
  /*height: 90px;*/
  width: 738px;
  height: 100px;
}

.ads .ads-728x180 {
    align-self: center;
    justify-self: center;
    background-color: var(--clr-white);
    width: 738px;
    height: 190px;
}

.ads .ads-300x600 {
  display: flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: var(--clr-white);
  /*width: 300px;*/
  /*height: 600px;*/
  width: 310px;
  height: 610px;
}

.ads .ads-750x200 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  width: 750px;
  height: 200px;
}

.ads .ads-970x280 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  /*width: 970px;
    height: 280px;*/
}

.ads .ads-970x160 {
  align-self: center;
  justify-self: center;
  background-color: var(--clr-white);
  width: 970px;
  height: 160px;
}

/* HITUNG CEPAT */
.c-hitunge-cepat {
  display: block;
  padding: 0.7rem;
  /* background-color: #fcc542; */
  background-color: rgb(84, 203, 254);
  margin-bottom: 3rem;
  border-radius: 10px;
}

.kpu {
  position: absolute;
}

.kpu-img {
  margin-top: 5px;
  width: 50px;
}

.c-hitunge-cepat h2 {
  font-size: 28px;
  font-weight: 600;
  /* background-color: #ff7f00; */
  background-color: rgb(28, 72, 176);
  padding: 10px;
  margin: 0.7rem 0;
  margin-left: 60px;
  text-align: center;
  color: whitesmoke;
  border-radius: 5px;
}

.c-hitunge-cepat p {
  font-size: 16px;
  /* padding: 10px; */
  margin: 0.2rem;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hitung-cepat {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  background-color: rgb(240, 240, 240);
  gap: 1.2rem;
  z-index: 10;
  /* border: 1px dashed limegreen; */
  padding: 1rem 0.7rem 3rem 0.7rem;
  /* background-color: var(--); */
  border-radius: 5px;
}

.h-satu-1 {
  display: table-column;
  align-items: center;
  gap: 1rem;
  /* justify-content: center; */
  /* justify-items: center; */
}

.h-satu-1-text {
  /* display: block; */
  align-items: center !important;
  /* justify-items: center; */
  font-size: 22px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
