/*------------
Font Css
--------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@100&display=swap");
/* Global CSS */
:root {
  --main-color: #633e96;
  --color-1: #e91e63;
  --color-2: #f5ae10;
  --color-3: #09d69c;
  --bg-dark: #2b2c2f;
  --black-900: #000000;
  --black-400: #555555;
  --black-100: #f7f7f7;
  --black-000: #ffffff;
  --black-alpha-100: rgba(0, 0, 0, 0.05);
  --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
  --shadow-black-300: 0 5px 15px rgba(0, 0, 0, 0.3);
}
body {
  font-family: "Poppins", sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
#topbar {
  background-color: var(--main-color);
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.top-contact,
.sosmed {
  list-style: none;
  padding: 0;
}
#topbar li {
  display: inline-block;
}
#topbar li a {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
}
#topbar .btn.btn-rekening {
  color: #000000;
  font-size: 14px;
  background-color: #f5ae10;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px;
}
#topbar li a i {
  color: #ffae00;
}
#topbar .sosmed li a {
  padding: 0 5px;
}
#topbar .sosmed li a i {
  color: #fff;
}
/* css untu header */
header {
  padding: 30px 0;
}
.brand {
  display: flex;
}
.brand img {
  margin-right: 20px;
}
.brand .brand-title h1 {
  font-size: 25px;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 550;
}
.brand .brand-title h3 {
  font-size: 18px;
  font-family: Raleway, "Segou UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}
.searchBox-wrapper {
  display: flex;
  align-items: center;
}
.searchBox {
  width: 100%;
}
.btn.btn-utama {
  background-color: var(--main-color);
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn.btn-utama:hover {
  background-color: #6e4aa0;
}
/* Navbar CSS/Menu */

.navbar {
  padding: 0;
  border-bottom: 5px solid #f5ae10;
}
.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.bg-utama {
  background-color: var(--main-color) !important;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-submenu .nav-link {
  color: #212529;
  padding: 0.25rem 1.5rem;
  display: block;
  clear: both;
  font-weight: 400;
  width: 100%;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

a.active,
#my-nav li a:hover {
  background-color: #f5ae10;
  color: var(--main-color);
}
li.nav-item.active a {
  color: var(--main-color);
}
/* .nav-item {
  padding: 5px 15px;
} */
.navbar-dark .navbar-nav .nav-link {
  padding: 10px 5px;
  display: inline-block;
  font-size: 13px;
}
.dropdown-item {
  font-size: 13px;
}
/* css untuk slider */
#hero-area {
  position: relative;
}
#slider-hero-nav .owl-prev,
#slider-hero-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  outline: none;
  padding: 10px 30px;
  font-size: 20px;
  transition: background-color 0.3s;
}
#slider-hero-nav .owl-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}
#slider-hero-nav .owl-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}
#slider-hero-nav .owl-prev:hover,
#slider-hero-nav .owl-next:hover {
  cursor: pointer;
  background-color: #f5ae10;
}
#hero-area .slider-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.74);
  padding: 20px;
  text-align: center;
  width: 50%;
}

.hero-area .slider-item-content h2 {
  font-size: 35px;
  font-weight: 500;
}
.hero-area .slider-item-content p {
  font-size: 16px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* css untuk sambutan */
#sambutan {
  margin: 60px 0;
}
#sambutan h2 {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
#sambutan h3 {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 500;
}
#sambutan p {
  font-size: 14px;
  font-weight: 500;
}
/* css untuk info */
#informasi {
  background-color: #f7f7f7;
  padding: 80px 0;
  min-height: 250px;
}
#informasi .col-item-kanan {
  background-color: #fff;
  padding: 0px 30px 0px 0px;
}
#informasi .info {
  margin-bottom: 10px;
}
.section-item {
  margin: 70px 0;
  box-shadow: var(--shadow-black-100);
  min-height: 260px;
  overflow: hidden;
}
.section-item-thumbnail {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}
.section-title {
  margin-bottom: 90px;
  text-align: center;
}
.section-title h2 {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: 600;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 3px;
  background-color: #f5ae10;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-item-title {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 20px;
}
.section-item-title h3 {
  font-size: 18px;
  color: var(--main-color);
  line-height: 25px;
  font-weight: 600;
  padding-right: 40px;
}
.section-item-title span {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.section-item-title span i {
  margin-right: 5px;
}
.section-item-title span:first-of-type {
  margin-right: 15px;
}
.section-item-body p {
  font-size: 12px;
  line-height: 25px;
  color: #666;
}
/* CSS UNTUK BUTTON MORE */
.section-padding {
  margin: 80px 0;
}
.tombol-selengkapnya {
  text-align: center;
}
.btn.btn-more {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--main-color);
  text-align: center;
  display: inline-block;
  border: 2px solid var(--main-color);
  border-radius: 0;
  padding: 10px 40px;
  transition: background-color 0.3s;
}
.btn.btn-more:hover {
  background-color: #6e4aa0;
  color: #f7f7f7;
}
/* css untuk anggota */
#anggota {
  padding: 80px 0 0 0;
}
#pengurus {
  padding: 80px 0;
  background-color: #f5f5f5;
}
#anggota .owl-item {
  padding: 20px 10px;
}
.section-item-slider {
  height: 360px;
  box-shadow: var(--shadow-black-100);
  position: relative;
}
.section-item-slider-pengurus {
  height: 350px;
  width: 250px;
  box-shadow: var(--shadow-black-100);
  position: relative;
}
#anggota .foto_agt {
  height: 100%;
  object-fit: cover;
}
#anggota .foto_pegurus {
  height: 100%;
  object-fit: cover;
}
.section-item-caption {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 20px 10px 15px;
}
.section-item-caption h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}
.section-item-caption h6 {
  color: #f5ae10;
  text-transform: uppercase;
  font-size: 14px;
}
#anggota .section-body {
  position: relative;
}
#slider-tools-1 .owl-next,
#slider-tools-1 .owl-prev {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  z-index: 20;
  background-color: var(--main-color);
  border: none;
  height: 35px;
  width: 35px;
  color: white;
  border-radius: 50%;
  outline: none;
  box-shadow: var(--shadow-black-100);
  transition: background-color 0.3s;
}
#slider-tools-1 .owl-prev {
  left: -60px;
}
#slider-tools-1 .owl-next:hover,
#slider-tools-1 .owl-prev:hover {
  cursor: pointer;
  background-color: rgb(76, 31, 85);
}
/* css profil */
#profil {
  background-color: var(--main-color);
  padding: 80px 0;
}
#profil .section-title h2 {
  color: #fff;
}
#profil .section-item-slider {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
#profil .section-item-slider {
  height: 100%;
  padding: 20px;
}
#profil .section-item-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #f5ae10;
}
#profil .section-item-content p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
#profil .section-item-content .more {
  color: #f5ae10;
}
#profil .section-item-content .more i {
  margin-left: 15px;
}
.foto-profil {
  height: 100%;
  object-fit: cover;
}

/* CSS Galeri */
#galeri {
  padding: 80px 0;
}
#galeri .foto_galeri {
  height: 100%;
  object-fit: cover;
}
#galeri .section-body {
  position: relative;
}
#slider-tools-2 .owl-next,
#slider-tools-2 .owl-prev {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  z-index: 20;
  background-color: var(--main-color);
  border: none;
  height: 35px;
  width: 35px;
  color: white;
  border-radius: 50%;
  outline: none;
  box-shadow: var(--shadow-black-100);
  transition: background-color 0.3s;
}
#slider-tools-2 .owl-prev {
  left: -60px;
}
#slider-tools-2 .owl-next:hover,
#slider-tools-2 .owl-prev:hover {
  cursor: pointer;
  background-color: rgb(76, 31, 85);
}
.video-galeri {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
#anggota .section-body,
#galeri .section-body {
  margin-bottom: 50px;
}
section:first-of-type,
section:nth-of-type(2n) {
  margin: 0;
}
/* CSS untuk layanan */
#layanan {
  background-color: #ddd;
  padding: 80px 0;
}
#layanan .section-body-item {
  /* display: flex; */
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  height: 200px;
  text-align: center;
  align-items: center;
  font-size: 25px;
}
#layanan .section-body-item h4 {
  font-weight: 500;
}

#layanan .section-body .row:first-of-type {
  margin-bottom: 30px;
}
#layanan .section-body .row .col-md-4 {
  margin-bottom: 30px;
}
#layanan .row-2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* CSS untuk berita */
#berita {
  padding: 80px 0;
}
#berita .row {
  margin-bottom: 30px;
}
#berita .row .col-md-4 {
  margin-bottom: 30px;
}
#content .row .col-md-4 .card {
  margin-bottom: 20px;
}
#content .row .col-md-8 .card {
  margin-bottom: 20px;
}
.section-thumbnail {
  width: 100%;
  height: 237px;
  overflow: hidden;
  position: relative;
}
.section-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-thumbnail .tanggal {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  left: 10px;
  background-color: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.section-thumbnail .tanggal span {
  margin: 0;
  padding: 0;
}
.section-thumbnail .tanggal span.tgl {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: -10px;
}
.section-thumbnail .tanggal span.tgl-2 {
  font-size: 14px;
}
#berita .section-content {
  padding: 20px 0 0;
}
#berita .section-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  line-height: 24px;
}
#berita .section-content p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}
#berita .section-content p .more {
  color: var(--main-color);
  font-weight: 500;
}
.section-meta a {
  background-color: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
}
.section-meta a i {
  margin-right: 5px;
}
#berita .tombol-selengkapnya {
  margin-top: 80px;
}
/* CSS CONTENT */
#content {
  background-color: #fff;
  padding: 80px 0;
}

/* CSS FOOTER */
footer {
  color: #fff;
  background-color: var(--main-color);
  padding: 80px 0 0;
}
footer .footer-col:first-of-type {
  padding-right: 30px;
}
footer .brand {
  display: flex;
}
footer .brand img {
  height: 70px;
  margin-right: 20px;
}
footer .brand h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
footer .tentang {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
footer .sosmed {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
}
footer .sosmed li {
  display: inline-block;
  margin-right: 15px;
}
footer .sosmed li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
}
footer .sosmed li a:hover {
  color: #c7c7c7;
}
.footer-col h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer-col .alamat {
  font-size: 14px;
  line-height: 25px;
}
.footer-col .kontak_footer {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.footer-col .kontak_footer li {
  margin: 10px 0;
}
.footer-col .kontak_footer i {
  margin-right: 10px;
}
.footer-col .kontak_footer li a {
  color: #fff;
}
.footer-col .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col .footer-nav li {
  margin: 10px 0;
}
.footer-col .footer-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 28px;
  transition: all 0.5s;
}
.footer-col .footer-nav a:hover {
  border-bottom: 1px dashed #fff;
}
.footer-copyright .container {
  border-top: 1px solid rgba(242, 242, 242, 0.25);
  padding: 10px 0;
}
.footer-copyright {
  margin-top: 60px;
}
.footer-copyright h6 {
  font-size: 16px;
  color: #cecece;
  font-weight: 300;
}
.footer-copyright h6 a {
  color: inherit;
}
/* -----------------
Responsive 
--------------------*/
/* // Extra small devices (portrait phones, less than 576px) */

@media (max-width: 991px) {
  #topbar .top-contact {
    display: none;
  }
  #hero-area .slider-item-content {
    display: none;
  }
  #informasi col-item-kanan {
    padding: 0px 0px 0px 0px;
  }

  #slider-hero-nav .owl-prev,
  #slider-hero-nav .owl-next {
    position: absolute;
    top: 35%;
    z-index: 10;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    outline: none;
    padding: 5px 15px;
    font-size: 15px;
    transition: background-color 0.3s;
  }
  #slider-hero-nav .owl-prev {
    left: 0;
    border-radius: 0 50px 50px 0;
  }
  #slider-hero-nav .owl-next {
    right: 0;
    border-radius: 50px 0 0 50px;
  }
  #slider-hero-nav .owl-prev:hover,
  #slider-hero-nav .owl-next:hover {
    cursor: pointer;
    background-color: #f5ae10;
  }
}
@media (max-width: 767px) {
  #topbar .top-contact {
    display: none;
  }
  #hero-area .slider-item-content {
    display: none;
  }
  #informasi .col-item-kanan {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
  }
  .section-item-title {
    padding-left: 30px;
  }
}
@media (max-width: 775px) {
  #topbar .top-contact {
    display: none;
  }
  #hero-area .slider-item-content {
    display: none;
  }
  #informasi .col-item-kanan {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
  }
  .section-item-title {
    padding-left: 10px;
  }
  .section-item-body p {
    margin-left: 25px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  #topbar .top-contact {
    display: none;
  }
  #hero-area .slider-item-content {
    display: none;
  }
  #informasi .col-item-kanan {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
  }
  .section-item-title {
    padding-left: 30px;
  }
}

/*css3 design scrollbar*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #666;
}

::-webkit-scrollbar-thumb {
  background: #232323;
}

/* DROPDOWN SUBMENU */
.dropdown-submenu {
  position: relative;
  color: #000000;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
/* CONTENT */
.title h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.author p {
  color: #8b8a8a;
}
.img-featured img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#content-statistik {
  padding: 80px 0;
  margin-bottom: 80px;
}
#content-statistik .map-section {
  height: 500px;
}
#content-profil {
  padding: 80px 0;
}
.title-profil h2 {
  color: #633e96;
  text-align: center;
}

/* BARU */
.maxwidth400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.maxwidth500 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.maxwidth600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
blockquote {
  border-left: 3px solid #eee;
  margin: 20px 0;
  padding: 30px;
}
blockquote.gray {
  border-left: 3px solid #666;
  background-color: #eee;
  color: #333;
}
blockquote.gray.bg-theme-colored {
  background-color: #eee;
}
blockquote.dark {
  border-left: 3px solid #3c3c3c;
  background-color: #555;
  color: #fff;
}
blockquote.dark footer {
  color: #d3d3d3;
}
blockquote p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
}
.blog-posts .post .entry-content {
  position: relative;
}
.blog-posts .post .entry-content .post-date,
.blog-posts .post .entry-content .post-visited {
  color: #a9a9a9;
  font-size: 13px;
}
.blog-posts .post .entry-content .post-date.right {
  top: -10px;
  height: 60px;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.blog-posts .post .entry-content .post-date {
  background: #222 none repeat scroll 0 0;
  display: inline-block;
  padding: 0 14px;
  top: 0;
}
.blog-posts .post .entry-content ul li {
  margin-bottom: 0;
  margin-top: 0;
}
.border-1px {
  border: 1px solid #eee;
}
.p-20 {
  padding: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.slider-item-img {
  min-height: 80%;
  height: 100%;
  object-fit: cover;
}
