@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-UltraLight.woff2") format("woff2"),
    url("/fonts/Butler-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-Light.woff2") format("woff2"),
    url("/fonts/Butler-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-Medium.woff2") format("woff2"),
    url("/fonts/Butler-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-Black.woff2") format("woff2"),
    url("/fonts/Butler-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-Bold.woff2") format("woff2"),
    url("/fonts/Butler-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler-ExtraBold.woff2") format("woff2"),
    url("/fonts/Butler-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Butler";
  src: url("/fonts/Butler.woff2") format("woff2"),
    url("Butler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #000000;
  --bs-third: #f5f2ea;
  --bs-primary: #fe0000;
  --bs-secondary: #0300cb;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-body-color: #6d7280;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 246, 247, 249;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-rgb: 254, 0, 0;
  --bs-secondary-rgb: 0, 46, 93;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-link-color: #0275fc;
  --bs-link-color-rgb: 2, 117, 252;
  --bs-link-hover-color: #0275fc;
  --bs-link-hover-color-rgb: 2, 117, 252;
  --bs-font-sans-serif: "Roboto Flex", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  /* .image-list .meta h6 word-spacing: unset; */
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #111827;
  font-family: "Roboto Flex", sans-serif;
  line-height: 1.5 !important;
  word-spacing: 0;
  letter-spacing: 0;
}

.primary-font {
  font-family: "Butler", serif;
  font-weight: 500;
  font-style: normal;
}

.bg-utama {
  background-color: var(--bs-primary);
}

.bg-kedua {
  background-color: var(--bs-secondary);
}

.bg-third {
  background-color: var(--bs-third);
}

.text-utama {
  color: var(--bs-primary);
}

.text-kedua {
  color: var(--bs-secondary);
}

.text-ketiga {
  color: var(--bs-third);
}

.text-putih {
  color: white;
}

.text-black {
  color: black;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary) !important;
}

/*.tutup-x {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: white;
    z-index: 99999;
    transform: translateY(-5px);
} */

.tutup-x {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.tutup-ig {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.tutup-tiktok {
  position: absolute;
  width: 100%;
  height: 47px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 99999;
}

.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 12px;
  --bs-btn-border-radius: 0.4rem;
}

.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 152, 159, 172;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

hr {
  margin-block-start: 0.5em;
  margin-block-end: 1.5em;
}

.footer.bg-dark,
footer.bg-dark {
  background: black !important;
}

nav.nav.social.social-white a {
  color: white !important;
  font-size: 14px;
}

nav.nav.footer-menu {
  gap: 20px;
}

nav.nav.footer-menu a {
  color: white !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-bg: var(--bs-secondary);
}

/* Navbar */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: white;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.5);
  --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
  --bs-navbar-active-color: var(--bs-primary);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0.7rem;
  --bs-navbar-brand-color: var(--bs-primary);
  --bs-navbar-brand-hover-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 14px;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-nav {
  --bs-nav-link-font-size: 12px;
}

.nav-link {
  --bs-nav-link-font-weight: 500;
  letter-spacing: unset;
}

@media (min-width: 992px) {
  .navbar-expand-lg.extended:not(.extended-alt) .navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg.extended:not(.fixed) .navbar-collapse .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse .nav-item:first-child .nav-link {
    padding-left: 0.5rem !important;
  }
}

.navbar-search {
  padding: 0 20px;
}

.navbar-search .navbar-search-input {
  font-size: 0.6rem;
  padding: 5px 20px;
  min-height: calc(1.5em + 0.8rem + 2px) !important;
  border-radius: 0.4rem !important;
}

.input-group .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  aspect-ratio: 1 / 1;
  padding: 0.25rem !important;
  border-radius: 0.3rem !important;
}

/* End Navbar */

/* Custom Navbar Mobile */
.navbar-nav.custom-navbar-mobile {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.navbar-nav.custom-navbar-mobile .nav-item {
  width: fit-content !important;
}

.navbar-nav.custom-navbar-mobile .nav-item:first-child .nav-link {
  padding-left: 0 !important;
}

.navbar-nav.custom-navbar-mobile .nav-item .nav-link {
  text-wrap: nowrap;
  padding: 10px 10px;
  color: white;
}

/* End Custom Navbar Mobile */

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: unset;
  padding-right: 0.5rem;
  color: rgba(96, 105, 123, 0.35);
  /* color: var(--bs-secondary); */
  content: "/";
  margin-top: unset;
  font-size: inherit;
}

/* End Breadcrumb */

/* Pagination */
.pagination {
    gap: 10px;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.pagination .page-link {
  width: 2rem;
  height: 2rem;
  font-size: 12px;
  border-radius: 50% !important;
  line-height: normal;
}

.active > .page-link,
.page-link.active {
  color: white;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.page-link:hover {
  color: white;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.page-link:focus {
  color: white;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* End Pagination */

/* News List View & Item - Home */
.news-list-home .category-title {
  padding: 5px 25px;
  background: rgba(0, 0, 0, 0.05);
  background: linear-gradient(45deg, #002e5d, #0376fb);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
}

.news-list-home .category-title h4 {
  color: white;
  font-size: 16px;
}

.news-item-2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
  /* border-radius: 8px; */
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.news-item-2:hover {
  /* background-color: var(--bs-gray); */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
}

.news-item-2 .news-img {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  /* border-radius: 10px; */
  display: block;
  min-height: 200px;
  position: relative;
}

.news-item-2 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-2:hover .news-img img {
  transform: scale(1.08);
  transition: all 0.35s ease-in-out;
}

.news-item-2 .content {
  display: flex;
  flex-direction: column;
}

.news-item-2 .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  /* border-radius: 40px; */
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.news-item-2 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-2 .content .title {
  font-size: 14px;
  line-height: 1.25 !important;
  margin-bottom: 7.5px !important;
}

.news-item-2 .content .title a {
  color: inherit;
}

.news-item-2:hover .content h2.title {
  color: var(--bs-dark) !important;
}

.news-item-2 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-2 .content .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px !important;
}

.news-item-2 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-2 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-2 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-2 .content .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.news-item-2 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News List View & Item - Home */

/* News List View & Item */
.news-list-view {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-item {
  display: flex;
  gap: 25px;
  align-items: start;
}

.news-item .news-img {
  min-width: 40%;
  width: 40%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  /* border-radius: 10px; */
}

.news-item .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item .content {
  display: flex;
  flex-direction: column;
}

.news-item .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-item .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item .content .title {
  font-size: 18px;
  line-height: 1.25 !important;
}

.news-item .content .title a {
  color: inherit;
}

.news-item .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
}

.news-item .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News List View & Item */

/* News Sidebar */
.image-list figure {
  float: left;
  width: 4rem;
  height: 4rem;
}

.image-list figure a {
  display: block;
  height: 100%;
  width: 100%;
}

.image-list figure a .sidebar-post-list-image {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.image-list .post-content {
  margin-left: 5rem;
  margin-bottom: 0;
}

.image-list .post-content h6 {
  line-height: 1.25 !important;
  font-size: 14px;
}

.image-list .post-content h6 a {
  color: inherit;
}

.image-list .meta {
  display: flex;
  justify-content: space-between;
}

.image-list .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.image-list .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.image-list .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-list .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.image-list .meta .date {
  display: flex;
  align-items: center;
}

/* End News Sidebar */

/* News Post */
.news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-main {
  background-color: var(--bs-primary);
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.label-main .dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin-right: 8px;
}

.label-buttons {
  display: flex;
  gap: 5px;
}

.btn {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #555;
}

.btn.active {
  background-color: var(--bs-primary);
  color: white;
}

.btn.btn-tag {
      /* background-color: var(--bs-primary) !important; */
    /* color: white !important; */
    padding: 6px 12px;
    border: solid 1.5px var(--bs-primary);
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    background-color: white;
    color: #555;
}

.btn.btn-tag:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.btn-sosmed-sidebar:hover{
    color:white !important;
}

.dotted-line {
  border-top: 2px dotted var(--bs-secondary);
  margin-top: 2px;
}

.label-main-black {
  background-color: black;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.label-main-black .dot {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin-right: 8px;
}

.dotted-line-black {
  border-top: 2px dotted black;
  margin-top: 2px;
}

.post-badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.post-badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.post-meta {
  display: flex;
  gap: 20px;
}

.post-meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-meta .author .author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.post-meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-meta h6 {
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.3);
}

.post-meta .date {
  display: flex;
  align-items: center;
}

.post-img-container {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tag-list li {
  margin-bottom: 0.4rem;
}

.tag-list li a:before {
  content: unset;
}

/* End News Post */

/* Slider Header Berita */
.news-item-thumb {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.news-item-thumb .line-indicator {
  height: 4px;
  background: rgba(0, 0, 0, 0.025);
}

.swiper-slide-thumb-active .news-item-thumb .line-indicator {
  background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
}

.news-item-thumb .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0;
  display: block;
}

.news-item-thumb .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-thumb:hover .news-img img {
  transform: scale(1.07);
  transition: all 0.35s ease-in-out;
}

.news-item-thumb .content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.025);
  flex-grow: 1;
  border-radius: 0;
}

.swiper-slide-thumb-active .news-item-thumb .content {
  background: var(--bs-dark);
}

.news-item-thumb .content .title {
  font-size: 12px;
  line-height: 1.25 !important;
  color: var(--bs-dark);
}

.swiper-slide-thumb-active .news-item-thumb .content .title {
  color: white;
}

.news-item-thumb .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* End Slider Header Berita */

/* Slider Header Berita Mobile */
.header-swiper-mobile .swiper-pagination {
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.header-swiper-mobile .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-secondary);
  width: 25px;
  border-radius: 5px;
}

/* End Slider Header Berita Mobile */

/* Slider Berita */
.slider-berita .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 40px 0 0;
}

.slider-berita .swiper-scrollbar-drag {
  background: var(--bs-secondary);
}

.news-item-3 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.news-item-3 .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: block;
  min-height: 200px;
}

.news-item-3 .news-img-details {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: block;
  min-height: 150px;
}

.news-item-3 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-3 .news-img-details img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-3 .content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
  flex-grow: 1;
  border-radius: 0 0 10px 10px;
}

.news-item-3 .content .badge-category {
  padding: 5px 20px 5px 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-size: 10px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-item-3 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-3 .content .title {
  font-size: 16px;
  line-height: 1.25 !important;
  color: white;
}

.news-item-3 .content .title a {
  color: inherit;
}

.news-item-3 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-3 .content .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.news-item-3 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-3 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-3 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-3 .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-3 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End Slider Berita */

/* News Item 4 */
.news-item-4 {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.news-item-4 .news-img {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}

.news-item-4 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}

.news-item-4:hover .news-img img {
  transform: scale(1.1);
  transition: all 0.35s ease-in-out;
}

.news-item-4 .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: end;
  padding: 30px;
  background: linear-gradient(0deg, black, transparent);
}

.news-item-4 .content .badge-category {
  padding: 0;
  border-radius: 40px;
  font-size: 12px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  color: white;
}

.news-item-4 .content .badge-category .category-title {
  background: var(--bs-third);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-4 .content .title {
  font-size: 22px;
  line-height: 1.25 !important;
  color: white;
  margin-bottom: 10px;
}

.news-item-4 .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-4 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-4 .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item-4 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-4 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-4 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-4 .content .meta h6 {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-4 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News Item 4 */

/* News Item 5 */
.news-item-5-list {
  height: 600px;
}

.news-item-5 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.news-item-5 .news-img {
  min-width: 40%;
  overflow: hidden;
  border-radius: 10px;
}

.news-item-5 .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-item-5 .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: end;
  padding: 20px;
  background: linear-gradient(0deg, black, transparent);
}

.news-item-5 .content .badge-category {
  padding: 0;
  border-radius: 40px;
  font-size: 10px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  color: white;
}

.news-item-5 .content .badge-category .category-title {
  background: var(--bs-secondary);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 40px;
}

.news-item-5 .content .title {
  font-size: 16px;
  line-height: 1.25 !important;
  color: white;
  margin-bottom: 10px !important;
}

.news-item-5 .content .title a {
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-5 .content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item-5 .content .meta {
  display: flex;
  justify-content: space-between;
}

.news-item-5 .content .meta .author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item-5 .content .meta .author .author-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.news-item-5 .content .meta .author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-5 .content .meta h6 {
  margin: 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75);
}

.news-item-5 .content .meta .date {
  display: flex;
  align-items: center;
}

/* End News Item 5 */

/* Share Modal */
.url-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.url-container p {
  margin: 0 !important;
  line-height: unset;
}

.url-container button {
  border: 0;
  background: transparent;
}

.share-socmed-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.share-socmed-container .socmed-button {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-socmed-container .socmed-button .socmed-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.share-socmed-container .socmed-button p {
  margin: 0;
}

/* End Share Modal */

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item-2 .label-kategori {
  right: 0;
  top: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

/* TABS */
.nav-tabs.nav-tabs-basic .nav-link {
  border: 0;
  border-radius: 0;
  border-color: transparent;
  background: 0 0;
  font-size: 0.85rem;
  padding: 10px 20px;
  color: white;
  margin-right: 1rem;
  /* border-bottom: 2px solid rgba(164, 174, 198, .25); */
}

.nav-tabs.nav-tabs-basic .nav-link:hover,
.nav-tabs.nav-tabs-basic .nav-link:focus {
  border-color: var(--bs-primary);
}
.nav-tabs.nav-tabs-basic .nav-link.active,
.nav-tabs.nav-tabs-basic .nav-item.show .nav-link {
  color: #000000;
  background-color: var(--bs-primary);
  padding: 10px 20px;
  border-color: var(--bs-primary);
}

/* Navbar */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 500;
  /* color: var(--bs-dropdown-link-color); */
  color: black;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  /* outline: 0; */
  background-color: black !important;
  outline: 0;
  color: white !important;
}

/* Sidebar Artikel */
/* .article-sidebar:hover {
  background-color: var(--bs-gray);
} */

.article-sidebar img {
  transition: all 0.35s ease-in-out;
}

.article-sidebar:hover img {
  transform: scale(1.08);
  transition: all 0.35s ease-in-out;
}

.article-sidebar:hover .content .title-sidebar a {
  color: var(--bs-dark) !important;
}

/* Judul Section */
.border_section {
  position: relative;
  padding-bottom: 20px;
  /* margin-bottom: 30px;
  margin-bottom: 20px;
  font-size: 20px; */
}

/* .border_section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: var(--bs-primary);
  z-index: 1;
} */

.border_section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--bs-primary);
}

.border_section_center {
  position: relative;
  padding-bottom: 20px;
}

.border_section_center:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 5px;
  background: var(--bs-primary);
  z-index: 1;
  transform: translate(-50%);
}

.border_section_center:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
}

/* Pengumuman */
.nav-pengumuman {
  right: 0px;
  bottom: 0px;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff;
} */

@media (max-width: 767px) {
  .nav-tabs.nav-pills,
  .nav-tabs.nav-tabs-basic {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .nav-tabs.nav-pills .nav-item,
  .nav-tabs.nav-tabs-basic .nav-item {
    margin-bottom: 0rem;
  }
}

.background-statistik {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-statistik::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 70%) 75%);
  z-index: -1;
}

.navbar-stick:not(.navbar-dark) {
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  background: rgba(var(--bs-white-rgb));
}

/* Start */
.ls-1 {
  letter-spacing: 1px !important;
}
.ls-2 {
  letter-spacing: 2px !important;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--bs-dark);
  background: 0 0;
  border: 0;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-dark);
}

@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    color: var(--bs-dark);
  }
}

nav.nav.social.social-black a {
  color: black !important;
  font-size: 14px;
}

@media (min-width: 992px) {
  #nav-desk .navbar-brand {
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  #nav-desk.show-brand .navbar-brand {
    display: block;
    opacity: 1;
  }
}

.swiper-controls .swiper-pagination {
  bottom: -1rem;
  position: absolute !important;
  pointer-events: all;
}

.section-title {
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase !important;
}

.section-title span {
  position: relative;
  top: 6px;
  left: -10px;
  color: var(--bs-primary);
  transform: a;
  transition: 0.2s;
}

.section-title:hover span {
  left: 10px;
  transition: 0.2s;
}

a .section-title:hover {
  color: var(--bs-primary);
  transition: 0.2s;
}

/* Section Lastest */
.lastest .main-content .slider-shape {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 2.875rem;
  height: 2.875rem;
  border-top: 0.75rem solid #000;
  border-left: 0.75rem solid #000;
  top: 0;
  left: 0;
}

.lastest .main-content .title-slide {
  font-size: 36px !important;
  line-height: 2.2rem !important;
}

.lastest-sidebar .image-list figure {
  width: 5rem !important;
  height: 3.5rem !important;
  overflow: hidden;
}

/* Trending */
.lastest .trending {
  position: relative;
}
.lastest .trending::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: -10%;
  width: 20%;
  height: 100%;
  background: var(--bs-third);
}
.trending .image-list figure {
  width: 8rem;
  height: 6rem;
}
.trending .image-list .content .title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3rem !important;
}

.post-meta {
  display: flex;
  gap: 0;
}

/* Event */
.event {
  position: relative;
}

.event::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  /* margin-left: -10%; */
  width: 65%;
  height: 40%;
  background: var(--bs-third);
}

.event .title-event {
  line-height: 1.6rem !important;
  font-size: 29px !important;
}

.event .shape-1 {
  display: block;
  position: absolute;
  z-index: 10;
  width: 2.875rem;
  height: 2.875rem;
  border-top: 0.75rem solid var(--bs-primary);
  border-left: 0.75rem solid var(--bs-primary);
  top: 0;
  left: -1%;
}

/* Merchandise */
.merchandise .title-merchandise {
  line-height: 1.6rem !important;
  font-size: 1.2rem !important;
}

.merchandise {
  position: relative;
}

.merchandise::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.5rem;
  left: 0;
  width: 100vw;
  height: 50%;
  background: var(--bs-third);
}

/* Paket Wisata */
.paket-wisata .news-item-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
  /* border-radius: 8px; */
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.paket-wisata .news-item-2 .news-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  /* border-radius: 10px; */
  display: block;
  min-height: 200px;
  position: relative;
}
.paket-wisata .news-item-2 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 30px !important;
  padding-top: 25px !important;
  margin-top: -15px;
}
.paket-wisata .shape-1 {
  display: block;
  position: absolute;
  z-index: 10;
  width: 2.875rem;
  height: 2.875rem;
  border-top: 0.75rem solid var(--bs-dark);
  border-left: 0.75rem solid var(--bs-dark);
  top: 0;
  left: 0;
}

/* Merchandise */
.paket-wisata-2 .title-paket-wisata-2 {
  line-height: 1.6rem !important;
  font-size: 1.2rem !important;
}

.paket-wisata-2 {
  position: relative;
}

.paket-wisata-2::before {
  content: "";
  position: absolute;
  /* z-index: -1; */
  top: -1.5rem;
  right: 0;
  width: 35%;
  height: 100%;
  background: var(--bs-third);
}
.paket-wisata-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 45%;
  background: var(--bs-third);
}
/* Nature */
.nature .news-item-2 .news-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Kreativitas */
.kreativitas {
  overflow: hidden;
  position: relative;
}
.kreativitas::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.5rem;
  left: 0;
  width: 100vw;
  height: 57%;
  background: var(--bs-third);
}

/* Culinary */
.culinary {
  position: relative;
}
.culinary::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: -10%;
  width: 25%;
  height: 100%;
  background: var(--bs-third);
}

.culinary::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  margin-left: -10%;
  width: 35%;
  height: 40%;
  background: var(--bs-third);
}

.culinary .shape-1 {
  display: block;
  position: absolute;
  z-index: 10;
  width: 2.875rem;
  height: 2.875rem;
  border-top: 0.75rem solid var(--bs-dark);
  border-left: 0.75rem solid var(--bs-dark);
  top: -10px;
  left: 0;
}

.culinary .shape-2 {
  display: block;
  position: absolute;
  z-index: 10;
  width: 2.875rem;
  height: 2.875rem;
  border-top: 0.75rem solid var(--bs-dark);
  border-right: 0.75rem solid var(--bs-dark);
  top: -10px;
  right: 0;
}

.culinary .news-item-2 .news-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Heritage */
.heritage .image-list figure {
  float: left;
  width: 5rem;
  height: 5rem;
}

.navbar-search {
  padding: 0 20px;
}
.navbar-search .navbar-search-input {
  font-size: 0.6rem;
  padding: 5px 20px;
  min-height: calc(1.5em + 0.8rem + 2px) !important;
  border-radius: 0.4rem !important;
}
.input-group .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  aspect-ratio: 1 / 1;
  padding: 0 0.25rem !important;
  border-radius: 0.3rem !important;
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
}

.navbar-stick .menusss {
  display: block !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg.fixed .topbar {
    display: block !important;
  }
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.sidebar .image-list figure {
  width: 5rem !important;
  height: 3.5rem !important;
  overflow: hidden;
}

.lastest .main-content .swiper-container:hover .title-slide,
.trending .image-list .article-sidebar:hover .content .title,
.lastest-sidebar .image-list .article-sidebar:hover .content .title-sidebar,
.event .news-item-2:hover .content .title-event,
.merchandise .news-item-2:hover .content .title-merchandise,
.merchandise .news-item-2:hover .content .main-title,
.paket-wisata .news-item-2:hover .content .title,
.nature .news-item-2:hover .content .title,
.nature .image-list .article-sidebar:hover .content .title,
.kreativitas .news-list-view .news-item:hover .content .title,
.kreativitas .image-list .article-sidebar:hover .content .title-sidebar,
.event-2 .news-item-2:hover .content .title,
.culinary .news-item-2:hover .content .title,
.culinary .image-list .article-sidebar:hover .content .title-sidebar,
.heritage .image-list .article-sidebar:hover .content .title,
.paket-wisata-2 .news-item-2:hover .content .title-paket-wisata-2,
.paket-wisata-2 .news-item-2:hover .content .main-title,
.berita-lainnya .image-list .article-sidebar:hover .content .title-sidebar,
.news-item-2:hover .content .title,
.sidebar .image-list .article-sidebar:hover .content .title-sidebar {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
  color: #000000 !important;
}

.sidebar-social-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-count: 2;
  gap: 4px;
}

/* Navbar Mobile*/
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 100%;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-bg: white;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse .nav-link, .navbar-expand-lg .navbar-collapse .nav-link.active, .navbar-expand-lg .navbar-collapse .nav-link:focus, .navbar-expand-lg .navbar-collapse .nav-link:hover, .navbar-expand-lg .navbar-collapse .show>.nav-link {
        color: var(--bs-dark) !important;
    }
    .navbar-nav .nav-item.navvv {
        border-bottom: 1.5px solid black;
    }
    .nav-link {
        font-size: 20px;
    }
    .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
        color: black;
    }
    .dropdown-menu.show{
        margin-bottom: 10px;
        padding: 20px 0px !important;
    }
}

.bg-green {
    background-color: #25d366 !important;
}

.navbar-stick .clone-navv{
    flex-direction: row !important;
    flex-wrap: initial !important;
}

.navbar-stick .clone-navv .navbar-search{
    display: none !important;
}

@media (min-width: 991.99px) {
     .navbar-stick .clone-navv .width-unset{
        width: unset !important;
    }
    
    .navbar-clone {
        /*transform: none;*/
        background: white !important;
        z-index:1050;
    }
}
