.page-title .heading,
section {
  padding: 60px 0;
}
#preloader,
body,
section {
  background-color: #fff;
}
.footer .footer-about p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
a,
a:hover,
article.post h2 a {
  text-decoration: none;
}
.feature-item-two:hover::before,
.scroll-top.active {
  opacity: 1;
  visibility: visible;
}
:root {
  scroll-behavior: smooth;
}
body {
  color: rgba(33, 37, 41, 0.5);
  font-size: 0.9rem;
}
body::-webkit-scrollbar-track {
  background-color: #780404;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #780404;
}
body::-webkit-scrollbar-thumb {
  background-color: #f6cb04;
}
a {
  color: #9b0404;
  transition: 0.3s;
}
a:hover {
  color: rgba(155, 4, 4, 0.7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #32353a;
  margin-bottom: 1rem;
}
section {
  color: rgba(0, 0, 0, 0.75);
  overflow: clip;
  scroll-margin-top: 90px;
}
.page-title {
  color: #fff;
  background-color: #9b0404;
  padding-top: 75px;
  position: relative;
}
.aspirasi .bg-img,
.countdown-container .bg-img,
.gallery .bg-img,
.hero .bg-img,
.modal-home .modal-content .bg-img,
.page-title .bg-img,
.visi .bg-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%);
}
.page-title:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    315deg,
    rgb(155, 4, 4, 0.8) 0,
    rgba(155, 4, 4, 0.8) 35%,
    rgb(246, 203, 4, 0.8) 100%
  );
}
.aspirasi .container,
.countdown-container .container,
.feature-item-two .feature-content,
.hero .container,
.page-title .container,
.visi .container {
  position: relative;
  z-index: 3;
}
.page-title .heading h1 {
  font-size: 16px;
  color: #fff;
}
.page-title nav {
  background-color: rgba(33, 37, 41, 0.05);
  padding: 20px 0;
  position: relative;
  z-index: 5;
}
.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.page-title nav ol li + li {
  padding-left: 10px;
}
.page-title nav ol li a {
  color: rgba(255, 255, 255, 0.3);
}
.page-title nav ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.header {
  color: #212529;
  transition: 0.5s;
  z-index: 997;
}
.header .container {
  background: #9b0404;
  padding: 10px 50px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.footer .footer-about .logo img,
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.header .logo span {
  color: #f6cb04;
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}
.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #fff;
  background: #9b0404;
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 4px;
  transition: 0.3s;
}
.header .btn-getstarted:focus:hover,
.header .btn-getstarted:hover {
  color: #fff;
  background: rgba(155, 4, 4, 0.85);
}
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }
  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }
  .header .navmenu {
    order: 3;
  }
}
.relawan-terbaru,
.scrolled .header {
  background-color: #f4f4f4;
}
.index-page .header {
  background-color: rgba(255, 255, 255, 0);
}
.index-page.scrolled .header {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.95;
    padding: 10px 15px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
  }
  .navmenu .dropdown ul,
  .navmenu .megamenu ul {
    margin: 0;
    background: #fff;
    display: block;
    position: absolute;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover > a {
    color: #fff;
    opacity: 1;
    border-bottom-color: #fff;
  }
  .navmenu .dropdown ul {
    padding: 10px 0;
    visibility: hidden;
    left: 14px;
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #3a3939;
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover > a,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover,
  .navmenu .megamenu ul li a:hover {
    color: #9b0404;
  }
  .navmenu .dropdown:hover > ul,
  .navmenu .megamenu:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
  .navmenu .megamenu {
    position: static;
  }
  .navmenu .megamenu ul {
    padding: 10px;
    box-shadow: 0 0 20px rgba(155, 4, 4, 0.1);
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex;
  }
  .navmenu .megamenu ul li {
    flex: 1;
  }
  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: #3a3939;
  }
  .navmenu .dd-box-shadow {
    box-shadow: 0 0 30px rgba(155, 4, 4, 0.15);
  }
}
@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0 0 30px rgba(155, 4, 4, 0.1);
  }
  .navmenu a,
  .navmenu a:focus {
    color: #3a3939;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(155, 4, 4, 0.1);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #9b0404;
    color: #fff;
  }
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: #9b0404;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #9b0404;
    color: #fff;
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul,
  .navmenu .megamenu ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    transition: 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul,
  .navmenu .megamenu ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active,
  .navmenu .megamenu > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
.about .content h3,
.divider-hero .divider-text,
.misi .misi-item .misi-number {
  font-weight: 800;
  text-transform: uppercase;
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #9b0404;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
.footer h4,
.hero {
  position: relative;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background-color: rgba(155, 4, 4, 0.8);
  color: #fff;
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  transition: 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader div {
  width: 13px;
  height: 13px;
  background-color: #9b0404;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}
#preloader div:first-child {
  left: calc(50% + 8px);
  animation: 0.6s infinite animate-preloader-1;
}
#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: 0.6s infinite animate-preloader-2;
}
#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: 0.6s infinite animate-preloader-2;
}
#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: 0.6s infinite animate-preloader-3;
}
@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.footer {
  background-color: #f4f4f4;
  color: #fff;
  background: linear-gradient(45deg, #9b0404, #f6cb04);
  font-size: 14px;
}
.footer .footer-top {
  padding-top: 50px;
}
.footer .footer-about .logo {
  line-height: 0;
  margin-bottom: 25px;
}
.footer .footer-about .logo span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-style: italic;
}
.footer .footer-about p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #9b0404;
  border-color: #9b0404;
}
.footer .social-links a i {
  line-height: normal;
}
.footer h4 {
  color: #32353a;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
}
.footer .footer-links,
article.post-large .post-image.single {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: rgba(155, 4, 4, 0.8);
  display: inline-block;
  line-height: 1;
}
.blog-details .meta-bottom a:hover,
.blog-details .sidebar .categories ul a:hover,
.blog-details .sidebar .recent-posts h4 a:hover,
.btn-style-1.white i,
.btn-style-1.yellow i,
.footer .footer-links ul a:hover,
.misi .misi-item:hover .misi-number a {
  color: #9b0404;
}
.footer .footer-contact p,
article.post-large h2 {
  margin-bottom: 5px;
}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(155, 4, 4, 0.05);
}
.about .content p:last-child,
.feature-item-two .desc,
.footer .copyright p {
  margin-bottom: 0;
}
.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.hero {
  width: 100%;
  min-height: 100vh;
  padding: 160px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-title::first-line {
  color: #f6cb04;
}
.hero:before {
  content: "";
  background: linear-gradient(
    135deg,
    rgba(154, 0, 0, 0.95) 0,
    rgba(154, 0, 0, 0.95) 35%,
    rgb(255 205 0 / 90%) 100%
  );
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero h2 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}
.visi h2 {
  color: #fff;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
}
.hero p {
  color: rgba(155, 4, 4, 0.8);
  margin: 5px 0 0;
  font-size: 20px;
}
.modal-home .modal-content {
  overflow: hidden;
  border: none;
  border-radius: 1rem;
  background-color: #9b0404;
}
.modal-home .modal-content:before {
  content: "";
  background: rgba(155, 4, 4, 0.95);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.modal-home .modal-content .modal-header {
  position: relative;
  z-index: 3;
  padding: 30px;
  border: none;
}
.modal-home .modal-content .modal-header h1 {
  font-weight: 600;
  color: #fff;
  font-style: italic;
}
.modal-home .modal-content .modal-header p {
  color: #fff;
  font-style: italic;
}
.modal-home .modal-content .modal-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal-home .modal-content .modal-body {
  overflow-y: auto;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
}
.misi .misi-item .misi-description a,
.modal-home .modal-content .modal-body label,
.post .post-meta a {
  color: rgba(0, 0, 0, 0.5);
}
.modal-home .modal-content .modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.modal-home .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
  border-radius: 10px;
}
.modal-home .modal-content .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9b0404;
}
.modal-home .modal-content .modal-footer {
  border: none;
  position: relative;
  z-index: 3;
}
.divider-hero {
  background-color: #f2f2f2;
}
.about {
  background-color: #fff;
}
.berita,
.countdown,
.gallery .swiper-pagination .swiper-pagination-bullet-active,
.misi {
  background-color: #fff;
}
.divider-hero .divider-text {
  font-style: italic;
  text-align: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.15);
  font-size: 1.5rem;
  display: inline;
}
.about .content h3 {
  font-size: 16px;
  line-height: 19px;
  padding: 10px 20px;
  background: rgba(155, 4, 4, 0.05);
  color: #fff;
  border-radius: 7px;
  display: inline-block;
}
.about .content h2 {
  font-weight: 700;
  color: #9b0404;
}
.about .content {
  color: #000;
}
.aspirasi,
.visi {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aspirasi:before,
.countdown-container:before,
.gallery:before,
.visi:before {
  content: "";
  background: linear-gradient(
    315deg,
    rgb(155, 4, 4, 95%) 0,
    rgba(155, 4, 4, 0.95) 35%,
    rgb(246, 203, 4, 95%) 100%
  );
  position: absolute;
  inset: 0;
  z-index: 2;
}
.countdown-container .title,
.visi .title {
  color: #f6cb04;
  background: -webkit-linear-gradient(#fff 10%, #f6cb04 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 5px 0 0;
  font-size: 3rem;
  font-weight: 700;
}
.aspirasi p,
.countdown-container p,
.visi p {
  color: rgba(255, 255, 255, 0.75);
  margin: 5px 0 0;
  font-size: 1rem;
}
.berita .title {
  color: #9b0404;
  background: -webkit-linear-gradient(#fff 10%, #9b0404 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 5px 0 0;
  font-size: 3rem;
  font-weight: 700;
}
.misi .title, .relawan-terbaru .title {
  color: #9b0404;
  background: -webkit-linear-gradient(#9b0404 40%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 5px 0 0;
  font-size: 3rem;
  font-weight: 700;
}
.berita .sub-title,
.misi .sub-title,
.relawan-terbaru .sub-title {
  font-weight: 400;
}
.misi .misi-item {
  height: 100%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.misi .misi-item .misi-number {
  font-style: italic;
  text-align: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 2.5rem;
  width: 150px;
  flex-grow: 1;
  transition: 0.3s ease-in-out;
}
.misi .misi-item .misi-number a {
  color: rgba(0, 0, 0, 0.25);
}
.misi .misi-item .misi-description {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  width: 100%;
}
.divider-misi {
  background-image: linear-gradient(#fff, #fff);
}
.countdown {
  position: relative;
}
.countdown-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
}
.timer-box {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  padding: 10px 0;
}
.timer-box .number {
  color: rgba(255, 255, 255, 0.75);
  margin: 5px 0 0;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
}
.countdown-container .title-2 {
  color: rgba(255, 255, 255, 0.75);
  margin: 5px 0 0;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .countdown-container .title-2 {
      font-size: 1.5rem;
    }
}
.relawan-slider .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0;
}
.relawan-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  border: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.relawan-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9b0404;
  margin: 0 10px;
}
.relawan-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #9b0404;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.aspirasi .title {
  color: rgba(255, 255, 255, 0.25);
  margin: 5px 0 0;
  font-size: 3rem;
  font-weight: 700;
}
.aspirasi .title.title-sec {
  color: #f6cb04;
  background: -webkit-linear-gradient(#fff 10%, #f6cb04 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*font-style: italic;*/
}
.aspirasi .sub-title {
  color: rgba(155, 4, 4, 0.75) !important;
  margin: 5px 0 0;
  font-size: 1rem;
}
.aspirasi .info h3 {
  font-weight: 700;
  font-size: 32px;
}
article.post h2 a:hover {
  text-decoration: underline;
}
article.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}
article.post .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}
article.post .post-meta i {
  margin-right: 3px;
}
article.post .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
article.post .post-date .month {
  display: block;
  border-radius: 0 0 2px 2px;
  color: var(--light);
  font-size: 0.8em;
  line-height: 1.8;
  padding: 1px 10px;
  text-transform: uppercase;
}
article.post .post-date .day {
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding: 10px;
}
article.post-large {
  margin-left: 60px;
}
article.post-large .post-audio,
article.post-large .post-date,
article.post-large .post-image,
article.post-large .post-video {
  margin-left: -60px;
}
article.post-large .post-image {
  margin-bottom: 25px;
}
.blog-details .article {
  box-shadow: 0 4px 16px rgba(155, 4, 4, 0.1);
  padding: 30px;
}
@media (max-width: 768px) {
  .blog-details .article {
  padding: 15px;
}
}
.blog-details .post-img {
  margin: -30px -30px 20px;
  overflow: hidden;
}
.blog-details .title {
  color: #32353a;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
  text-align: center;
}
.blog-details .title.title-misi {
  color: #32353a;
  font-size: 20px;
  margin: 10px 0;
}
.blog-details .content {
  margin-top: 20px;
}
.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700;
}
.blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(155, 4, 4, 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog-details .content blockquote p {
  color: #212529;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #9b0404;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-style-1 i,
.btn-style-1.white:hover i,
.btn-style-1.yellow:hover i {
  background: #fff;
}
.blog-details .meta-top {
  margin-top: 20px;
  margin-bottom: 40px;
  color: rgba(155, 4, 4, 0.4);
}
.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.blog-details .meta-top ul li + li {
  padding-left: 20px;
}
.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details .meta-top a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}
.blog-details .meta-bottom i {
  color: rgba(33, 37, 41, 0.6);
  display: inline;
}
.blog-details .meta-bottom a {
  color: rgba(33, 37, 41, 0.6);
  transition: 0.3s;
}
.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog-details .meta-bottom .cats li,
.blog-details .meta-bottom .tags li,
.blog-details .sidebar .tags ul li,
.tj-team-item .team-image-box .team-content .team-social ul li {
  display: inline-block;
}
.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog-details .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: #212529;
  content: ",";
}
.blog-details .meta-bottom .share {
  font-size: 16px;
}
.blog-details .meta-bottom .share i {
  padding-left: 5px;
}
.blog-details .sidebar .sidebar-title {
  color: #32353a;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.blog-details .sidebar .sidebar-item + .sidebar-item {
  margin-top: 40px;
}
.blog-details .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(33, 37, 41, 0.3);
  padding: 3px 10px;
  position: relative;
}
.blog-details .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: #fff;
  color: #212529;
}
.blog-details .sidebar .search-form form input[type="text"]:focus {
  outline: 0;
}
.blog-details .sidebar .search-form form button {
  background: #9b0404;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog-details .sidebar .search-form form button i {
  line-height: 0;
}
.blog-details .sidebar .search-form form button:hover {
  background: rgba(155, 4, 4, 0.8);
}
.blog-details .sidebar .categories ul,
.blog-details .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog-details .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog-details .sidebar .categories ul a {
  color: rgba(33, 37, 41, 0.8);
  transition: 0.3s;
}
.blog-details .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(33, 37, 41, 0.5);
  font-size: 14px;
}
.blog-details .sidebar .recent-posts .post-item {
  display: flex;
  margin-top: 15px;
}
.blog-details .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}
.blog-details .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-details .sidebar .recent-posts h4 a {
  color: #212529;
  transition: 0.3s;
}
.blog-details .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(33, 37, 41, 0.5);
}
.blog-details .sidebar .tags {
  margin-bottom: -10px;
}
.blog-details .sidebar .tags ul a {
  color: rgba(33, 37, 41, 0.7);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(33, 37, 41, 0.4);
  display: inline-block;
  transition: 0.3s;
}
.blog-details .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #9b0404;
  background: #9b0404;
}
.blog-details .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(33, 37, 41, 0.4);
  font-size: 14px;
}
.gallery {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.gallery .container {
  position: relative;
  z-index: 3;
  padding: 0;
}
.gallery-item-youtube {
  overflow: hidden;
  border-radius: .5rem;
}
.gallery-item .title {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: .5rem;
  padding: 10px 20px;
  text-align: start;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.kontak-card .title,
.right-content .custom-title {
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}
.yt-button {
  background: red;
  border-radius: 50%/10%;
  color: #fff;
  font-size: 0.75em;
  height: 2.7em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: 150ms ease-out;
  width: 3.6em;
}
.feature-item-two,
.feature-item-two::before {
  -webkit-transition: 0.4s ease-in-out;
  height: 100%;
}
.yt-button:hover {
  background: maroon;
}
.yt-button::before {
  background: inherit;
  border-radius: 5%/50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.yt-button::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.gallery .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
  border: none;
}
.kontak {
  background-color: #f6cb04;
  padding-top: 0;
  overflow: visible;
  position: relative;
}
.kontak-card {
  background-color: rgb(155 4 4);
  margin-top: -50px;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
.kontak-card .title {
  color: #f6cb04;
  background: -webkit-linear-gradient(#fff 10%, #f6cb04 70%);
  -webkit-background-clip: text;
  margin: 5px 0 0;
  font-size: 2.5rem;
  line-height: normal;
}
@media (max-width: 768px) {
  .index-page.scrolled .header {
    background-color: transparent;
    box-shadow: none;
  }
  .hero h2 {
    font-size: 27px;
  }
  .hero p {
    font-size: 18px;
  }
  .divider-hero .divider-text {
    font-size: 0.8rem;
  }
  .aspirasi .title,
  .berita .title,
  .misi .title,
  .relawan-terbaru .title,
  .visi .title {
    font-size: 2rem;
  }
  .timer-box .number {
    font-size: 1.5rem;
  }
  .countdown-container .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .blog-details .meta-top i {
    font-size: 14px;
  }
  .blog-details .meta-top a {
    font-size: 12px;
  }
  .blog-details .meta-top ul li + li {
    padding-left: 10px;
  }
  .kontak-card .title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.btn-style-1 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(4, 92, 164, 0.1);
  height: 50px;
  width: fit-content;
  padding: 0 10px 0 30px;
  color: #fff;
  border-radius: 30px;
}
.btn-style-1 i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: normal;
  margin-left: 15px;
}
.btn-style-1.white:hover,
.btn-style-1:hover {
  background: 0 0;
  color: #fff;
}
.btn-style-1:hover i {
  background: rgba(255, 255, 255, 0.2);
}
.btn-style-1.white {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-style-1.yellow {
  background: #f6cb04;
  color: #fff;
}
.btn-style-1.yellow:hover {
  background: rgba(246, 203, 4, 0.75);
  color: #fff;
}
.hero-info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 0 40px;
}
.hero-info-container .left-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.custom-badge {
  background: rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: fit-content;
  padding: 0 30px;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-badge h2 {
  font-size: 0.9rem;
  font-weight: 600;
}
.hero-info-container .left-content .sub-custom-badge {
  color: #fff;
  font-size: 0.9rem;
  padding: 0 10px;
}
.right-content .custom-title {
  font-size: 3rem;
  font-style: italic;
  color: #f6cb04;
  background: -webkit-linear-gradient(#fff 10%, #f6cb04 70%);
  -webkit-background-clip: text;
}
.feature-item-two {
  padding: 40px;
  transition: 0.4s ease-in-out;
  position: relative;
}
.feature-item-two.hover-shape-border {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  border-radius: 0 20px 20px;
  background: #fff;
  -webkit-box-shadow: 15px 9px 30px 0 rgba(155, 4, 4, 0.2);
  box-shadow: 15px 9px 30px 0 rgba(155, 4, 4, 0.2);
}
.list-post,
.post {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.feature-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0 20px 20px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(
    119deg,
    #9b0404 1.65%,
    #f6cb04 126.29%,
    #f6cb04 126.29%
  );
  transition: 0.4s ease-in-out;
}
.feature-item-two .feature-icon {
  position: relative;
  z-index: 3;
  color: rgba(0, 0, 0, 0.25);
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 768px) {
    .feature-item-two.hover-shape-border {
      gap: 0px;
    }
  .feature-item-two .feature-icon {
        position: absolute;
        top: 10px;
        left: 20px;
        color: rgba(0, 0, 0, 0.15);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%, rgba(0, 0, 0, .15) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.feature-item-two .title {
  margin-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b0404),
    color-stop(100%, #f6cb04),
    to(#9b0404)
  );
  background: linear-gradient(90deg, #9b0404 0, #f6cb04 100%, #9b0404 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
}
.feature-item-two:hover .title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(100%, #fff),
    to(white)
  );
  background: linear-gradient(90deg, #fff 0, #fff 100%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-content-box .desc {
  max-width: 670px;
}
.feature-item-two:hover .desc {
  color: #fff;
}
.feature-item-two .border-shadow,
.tj-team-item .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}
.post .desc,
.post h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-item-two .feature-item-shape .shadow-1 {
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-100%, #9b0404),
    color-stop(64%, rgba(21, 22, 37, 0))
  );
  background: linear-gradient(
    to bottom,
    #9b0404 -100%,
    rgba(21, 22, 37, 0) 64%
  );
  width: 1.5px;
  height: 280px;
}
.feature-item-two .feature-item-shape .shadow-2 {
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-100%, #9b0404),
    color-stop(64%, rgba(21, 22, 37, 0))
  );
  background: linear-gradient(to right, #9b0404 -100%, rgba(21, 22, 37, 0) 64%);
  width: 350px;
  height: 1.5px;
}
.tj-team-item .testimonial-item-shape .shadow-2 {
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-100%, #9b0404),
    color-stop(64%, rgba(21, 22, 37, 0))
  );
  background: linear-gradient(to right, #9b0404 -100%, rgba(21, 22, 37, 0) 64%);
  width: 200px;
  height: 1.5px;
}
.post {
  background: #fff;
  padding: 20px;
  border: none !important;
  border-radius: 0 20px 20px;
}
.post .post-image {
  border-radius: 0 10px 10px;
  overflow: hidden;
}
.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
  color: rgba(0, 0, 0, 0.5);
}
.post h2 {
  font-size: 1.25rem !important;
  font-weight: 600;
}
.list-post {
  border-radius: 0.5rem;
  padding: 10px;
  border: 0;
}
.list-post img {
  border-radius: 0.5rem;
}
.list-post .meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #b5b5b5;
  font-size: 0.9rem;
}
.list-post .desc,
.list-post h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  overflow: hidden;
}
.list-post h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.list-post .desc {
  line-height: 1.75;
}
.tj-team-item {
    padding: 15px;
    border-radius: 0 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(19,0,49,.03);
    box-shadow: 0 0 10px 0 rgba(19,0,49,.03);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.tj-team-item .team-image-box {
  position: relative;
  aspect-ratio: 2/2.5;
}
.tj-team-item .team-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.tj-team-item .team-image-box .team-content {
  padding: 10px 10px 0;
  border-radius: 0 0 10px 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(155, 4, 4, 0.5)),
    to(rgba(155, 4, 4, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(155, 4, 4, 0.5) 0,
    rgba(155, 4, 4, 0.5) 100%
  );
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  left: 0;
}
.tj-team-item .team-header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-team-item:hover .team-content .team-header {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.tj-team-item .team-image-box .team-content .title-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-team-item .team-image-box .team-content .sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.tj-team-item .team-image-box .team-content .team-social {
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-team-item:hover .team-content .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.tj-team-item .team-image-box .team-content .team-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tj-team-item .team-image-box .team-content .team-social ul li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: .8rem;
}
.tj-team-item .team-image-box .team-content .team-social ul li i {
  font-size: .8rem;
  display: inline-block;
  line-height: normal;
  background: 0 0;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-team-item .testimonial-item-shape .shadow-1 {
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-100%, #9b0404),
    color-stop(64%, rgba(21, 22, 37, 0))
  );
  background: linear-gradient(
    to bottom,
    #9b0404 -100%,
    rgba(21, 22, 37, 0) 64%
  );
  width: 1.5px;
  height: 200px;
}
.testimonial_image {
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
.testimonial_image .testimonial-group .image-1 {
    border-radius: 50% 50% 50% 0;
    position: relative;
    z-index: 3;
    aspect-ratio: 1/1;
    width: 75px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transition: 0.4s;
}
.testimonial_image .testimonial-group::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 100%;
    top: 10px;
    left: 10px;
    border: 1px solid #fff;
    border-radius: 500px 500px 500px 0;
}
.testimonial_image .shape-1 {
    position: absolute;
    width: 75px;
    left: 40px;
    top: -10px;
}
.testimonial-content-area .arrow-1 {
  position: relative;
  top: 40px;
  left: -65px;
}
.testimonial-section-two .swiper-button-next,
.testimonial-section-two .swiper-button-prev {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  bottom: 15px;
  top: auto;
}
.testimonial-section-two .swiper-button-next {
  right: auto;
  bottom: 15px;
  left: 70px;
  top: auto;
}
.testimonial-section-two .swiper-button-next:after,
.testimonial-section-two .swiper-button-prev:after {
  content: "\f104";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
}
.testimonial-section-two .swiper-button-next:after {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.testimonial-content-area .tj-slider-item {
  margin-bottom: 90px;
}
.testimonial-content-area .tj-slider-item .sub-title {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.testimonial-content-area .tj-slider-item .title {
  color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.testimonial-content-area .tj-slider-item .desc {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
  max-width: 560px;
}
.testimonial-content-area .tj-slider-item .text {
  color: #fff;
  font-weight: 400;
}
.gallery-slider .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 0;
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
  border: none;
  position: relative;
  transition: 0.3s ease-in-out;
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  margin: 0 10px;
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
