/* #region Common Style */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

:root {
  --primary-color: #4834d4;
  --success-color: #6ab04c;
  --dark-green: #104908;
  --middle-green: #19660f;
  --green-bg-color: #f6ffeb;
  --warning-color: #f0932b;
  --danger-color: #eb4d4b;

  --light-color: #212529;
  --light-second-color: #727475;
  --light-background: #ffffff;
  --light-second-background: #f1f1f1;

  --dark-color: #a8a8a8;
  --dark-second-color: #f5f6fa;
  --dark-background: #212125;
  --dark-second-background: #181818;

  --footer-bg-color: #1c1d1d;

  --milk-choco: #463028;
  --coffee-choco: #1e1813;
  --blueberry: #2f4e6d;

  --milk-choco-bg: #e9deda;
  --blueberry-bg: #b4c9df;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif;
  background: var(--main-bg-color);
  color: var(--main-color);
  margin: 0;
  overflow-x: hidden;
}

p {
    line-height: 32px;
}

.padding {
  padding: 20px;
}

.margin {
  margin: 20px;
}

.margin-top-small {
  margin-top: 10px;
}

.margin-top {
  margin-top: 24px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top-bottom {
  margin: 20px 0 20px 0;
}

.margin-start {
  margin-left: 20px;
}

.container {
  margin: auto;
  margin-top: 50px;
  padding-bottom: 20px;
}

.container-center {
    align-self: center;
    margin: 10%;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.half-screen {
  width: 49%;
  margin: 0.5%;
}

.one-third-screen {
  width: 32.3%;
  margin: 25px 1% 0 0;
}

.description {
  margin: 20px;
  text-align: center;
  font-size: 1em;
}

.title {
  text-align: center;
  width: 100%;
  margin-top: 82px;
}

.center-text {
  text-align: center;
}

.rounded-all {
  border-radius: 20px;
}

.rounded-top {
  border-radius: 20px 20px 0 0;
}

.rounded-bottom {
  border-radius: 0 0 20px 20px;
}

.rounded-1 {
  width: 70px;
  height: 20px;
  background: #86be3c5b;
  position: absolute;
  border-radius: 10px;
  margin: 0 0 0 -20px;
}

.rounded-2 {
  width: 70px;
  height: 20px;
  background: #86be3c5b;
  position: absolute;
  border-radius: 10px;
  margin: 25px 0 0 -50px;
}

.owl-dots {
  text-align: center;
  margin-bottom: 20px;
}

.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid var(--success-color) !important;
  background: var(--green-bg-color);
  transition: all 0.3s ease-in;
}

.owl-dot:hover,
.owl-dot.active {
  background: var(--success-color) !important;
  width: 30px;
}

.no-href {
  text-decoration: none;
  color: var(--dark-second-background);
}

.anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}

table {
  overflow-x: auto;
}

ul {
    margin-left: 20px;
}

.bg-green {
  background: #104908;
}

.bg-light-green {
  background: var(--green-bg-color);
}

/* #endregion */

/* ____________________________________________________________________________________ */

/* #region Navbar */

.navbar {
  display: flex;
  flex-direction: row;
  color: var(--main-color);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
  min-height: 70px;
  background: #f9fcf56e;
  box-shadow: rgba(0, 0, 0, 0.123) 0px 1px 10px 1px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .navbar {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
}

.navbar-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.nav-title {
  display: inline-block;
  position: absolute;
  color: black;
  line-height: 25px;
  margin-top: 10px;
}

.nav-title p {
  font-size: 14px;
}

.nav-link {
  float: left;
  text-align: center;
  margin: 26px auto 26px 0px;
  text-decoration: none;
  font-size: 17px;
  color: var(--light-color);
  position: relative;
}

.menu-icon {
  display: none;
  font-weight: 700 !important;
  font-size: 1.3em;
}

.logo {
  height: 65px;
  padding: 10px 10px 10px 0px;
  z-index: 99;
  margin: 2.5px;
}

.nav-link:hover {
  cursor: pointer;
}

.nav-right {
  margin-right: 20px;
}

.navbar-menu {
  margin: auto 40px auto auto;
  list-style: none;
}

.navbar-menu a {
  text-decoration: none;
  font-weight: 500;
  margin-left: 25px;
  color: var(--light-color);
}

.navbar-menu a:hover {
  color: var(--success-color);
  font-weight: 700;
}

/* #endregion */

/* #region Slider Utama */

.banner {
  min-height: 100vh;
  height: 100vh;
  left: 0;
}

.banner .img-banner {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

.caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  object-position: center;
  text-align: center;
  align-items: center;
  align-content: center;
  padding: 20px;
  border-radius: 25px;
  line-height: 24pt;
  width: 50%;
  left: 25%;
  z-index: 99;
}

.caption h2 {
  font-size: 30px;
  line-height: 25pt;
}

.banner-carousel .owl-dots {
  text-align: center;
}

.banner-carousel .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid #fff !important;
  transition: all 0.3s ease-in;
}

.banner-carousel .owl-dot:hover,
.banner-carousel .owl-dot.active {
  background: #fff !important;
  width: 25px;
}

/* #endregion */

/* #region Berita */

.navbar-search {
  position: relative;
  margin: auto;
  width: 50%;
}

.navbar-search input {
  border: none;
  padding: 12px 50px 12px 50px;
  width: 100%;
  outline: none;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.navbar-search i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: var(--main-color);
  cursor: pointer;
}

.new-post {
  width: 100%;
  height: 10%;
  padding: 1%;
  flex-direction: row;
  background: var(--green-bg-color);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.post {
  padding: 10px;
  border-radius: 12px;
  display: flex;
  transition: 0.3s;
}

.post:hover {
  background: var(--light-second-background);
}

.img-post {
  height: 95px;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 40%);
  display: block;
  margin: 20px 10px;
}

.post h3 {
  margin: 15px 10px 0px 10px;
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

.post p {
  height: 50%;
  display: block;
  margin: 8px 10px 10px 10px;
}

.blog-header {
  margin: 100px 0 20px 0;
  border-bottom: 1px solid var(--second-bg-color);
  position: relative;
}

.blog-header h1 {
  text-align: center;
  padding: 10px;
}

.blog-container {
  background-color: var(--second-bg-color);
  margin-top: 35px;
}

/* #region Pagination */

.pagination-2 {
  display: flex;
  justify-content: center;
}

.pagination-2 a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .5s;
}

.pagination-2 a.active {
  background-color: var(--dark-green);
  font-weight: 700;
  color: white;
  border-radius: 5px;
}

.pagination-2 a:hover:not(.active) {
  background-color: var(--green-bg-color);
  border-radius: 5px;
}

.disabled-link {
  pointer-events: none;
  color: var(--light-second-color) !important;
}

/* #endregion */

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 30px 0;
}

.page-item {
  padding: 10px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #6ab04c5e;
}

.pagination .active {
  background-color: var(--success-color);
  border-style: none;
  color: white;
}

.pagination .active .page-link {
  color: white;
}

.page-link {
  text-decoration: none;
  color: var(--main-color);
}

.img-page {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
}

#articles {
  margin: 100px 0;
}

#articles h1,
#articles h4 {
  line-height: 35px;
  margin: 20px;
}

#articles p {
  line-height: 35px;
  font-weight: 500;
}

.article-container {
  margin: calc(-5% + 20px);
  padding: 5%;
  background-color: var(--second-bg-color);
}

.post-container {
  max-width: 50%;
  margin: 40px auto auto auto;
}

/* #endregion */

/* #region Pendidikan Section */

.pendidikan-item {
  margin: 18px auto;
  padding: 24px;
  border-radius: 20px;
  border-style: solid;
  border-color: #EFEFEF;
  border-width: 2px;
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 240px;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.pendidikan-item:hover {
    background-color: #EFEFEF;
}

.icon {
  align-self: center;
}

.pendidikan-item h3 {
  margin-top: 20px;
  align-self: center;
  text-align: center;
}

.pendidikan-item p {
  text-align: center;
  margin: 10px;
}

.button {
  display: inline-block;
  background: var(--dark-green);
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  padding: 12px 36px;
  margin-top: 20px;
  border-radius: 12px;
  border: 2px solid var(--dark-green);
  transition: all 0.3s ease;
  max-width: 200px;
  text-decoration: none;
}

.align-center {
    align-self: center;
}

.button:hover,
.btn-link:hover {
  color: var(--dark-green);
  background: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

/* #endregion */

/* #region Masjid */

.masjid {
  background: var(--green-bg-color);
  padding: 20px;
  margin-top: 40px;
  width: 100%;
}

.masjid-item {
  width: 80%;
  object-position: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin: auto;
}

.masjid-item h3 {
  margin-top: 16px;
  text-align: center;
}

.map {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  margin: 25px 0px;
}

/* #endregion */

/* #region SNTV */

.sntv {
  display: flex;
  flex-direction: row;
}

.videowrapper {
  width: 70%;
  border-radius: 20px;
  position: relative;
}

.videowrapper img {
  width: 100%;
  height: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
  float: left;
  display: block;
  object-fit: cover;
  object-position: center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.videowrapper i {
  position: absolute;
  font-size: 4em;
  color: var(--dark-green);
  text-shadow: #fff 0px 0px 15px;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  /*half of the width */
  margin-top: -32px;
  /*half of the height */
}

.videowrapper i:hover {
  text-shadow: var(--warning-color) 0px 0px 15px;
}

.right-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-side img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  align-self: center;
}

.right-side p {
  align-self: center;
}

.sntv-description {
  text-align: center;
  width: 50%;
}

.medsos {
  align-self: center;
  padding: 20px;
}

.medsos img {
  height: 50px;
  width: 50px;
  margin: 20px 25px;
}

/* #endregion */

/* #region Social */

.social {
  background: var(--green-bg-color);
  padding: 20px 0 50px 0;
}

.galery-social {
  display: flex;
  flex-direction: row;
  padding: 0 2%;
  margin-top: 10px;
}

.ket-galery {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ket-galery img {
  margin: 0 auto;
  width: 150px;
  align-self: center;
  margin-bottom: 40px;
}

.ket-galery p {
  align-self: center;
  text-align: center;
  line-height: 35px;
  width: 80%;
}

.btn-link {
  color: var(--main-color);
  background-color: var(--dark-green);
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  padding: 10px 30px;
  border-radius: 20px;
}

.galery-container {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
  padding: 0 5%;
  align-self: center;
  float: right;
  max-width: 700px;
  max-height: 700px;
  transform: translateX(-2%);
}

.galery-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

/* #endregion */

/* #region Build */

.container-build {
  margin-top: 20px;
}

.build-item {
  width: 70%;
  object-position: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 20px;
}

.build-item:hover {
  background: var(--green-bg-color);
}

.build-item p {
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0;
  font-weight: 700;
}

.build {
  display: flex;
  flex-direction: row;
  margin: 30px 0px;
}

.img-build {
  width: 80%;
  height: 200px;
  align-self: center;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* #endregion */

/* #region Galeri */

.image-gallery {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

/* #endregion */

/* #region ScrollBar */

::-webkit-scrollbar-track-piece:start {
  background: transparent;
}

::-webkit-scrollbar-track-piece:end {
  background: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f500;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(143, 143, 143);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(51, 51, 51);
}

/* #endregion */

.about .about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.about .about-content .left {
    width: 35%;
}

.about .about-content .left img {
    height: 240px;
    width: 240px;
    object-fit: cover;
    border-radius: 6px;
}

.about .about-content .right {
    width: 45%;
}

.about .about-content .right .text {
    font-size: 25px;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 16px;
}

.about .about-content .right .text span {
    color: rgb(56, 142, 60);
}

.about .about-content .right p {
    text-align: justify;
}

.about .about-content .right a:hover {
    color: rgb(56, 142, 60);
    background: none;
}

/* #region Footer */

footer {
  display: flex;
  flex-direction: column;
}

.footer-flex {
  display: flex;
  flex-direction: row;
  padding: 3% 3% 50px 3%;
  background-color: var(--middle-green);
  color: white;
  margin-bottom: -20px;
}

.footer-flex div {
  width: 33.3%;
  padding: 20px;
}

.col p {
  margin-top: 10px;
  line-height: 35px;
}

.copyright {
  padding: 20px;
  background-color: var(--dark-green);
  color: white;
}

/* #endregion */

/* #region Loader */

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--green-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: relative;
  border: 5px solid var(--dark-green);
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  border-radius: 1px;
  width: 100%;
  background-color: var(--dark-green);
  animation: loader-inner 2s infinite ease;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

/* #endregion */

@media only screen and (max-width: 650px) {
  [class*="col"],
  .half-screen,
  .one-third-screen {
    width: 100%;
  }

  .navbar-search {
    width: 80%;
  }

  .caption {
    border-radius: 20px;
    top: 30%;
    width: 90%;
    left: 5%;
    z-index: 99;
  }

  .wrapper {
    margin-left: 0;
  }

  .nav-right .mode,
  .nav-right .avt-wrapper {
    display: list-item;
  }

  .navbar-menu {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .post,
  .post-container {
    max-width: 100%;
  }

  .dropdown-menu {
    max-width: 300px;
  }

  .right-bottom {
    position: absolute;
    top: 20px;
    right: 100px;
  }

  .txt-gallery {
    position: absolute;
    margin: -120px 15px;
    color: white;
    width: 77%;
  }

  .videowrapper {
    width: 100%;
  }

  .galery-item {
    max-height: 280px;
  }

  .sdm {
    width: 75%;
  }

  .footer-flex {
    flex-direction: column;
  }

  .footer-flex div {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .col {
    width: 33.33%;
  }

  [class*="col-bigger"],
  .half-screen,
  .post-container {
    width: 100%;
    max-width: 100%;
  }

  .caption {
    top: 35%;
  }

  .navbar-menu {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .videowrapper {
    width: 100%;
  }

  .galery-social,
  .container-recruitment,
  .sntv {
    flex-direction: column;
  }

  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .galery-container {
    margin-top: 48px;
  }

  .container {
    margin: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .post-container {
    max-width: 100%;
  }
  
  .navbar-menu {
    display: none;
  }

  .menu-icon {
    display: block;
  }
  
    .about .about-content .column {
        width: 100%;
    }

    .about .about-content .left {
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }

    .about .about-content .right {
        flex: 100%;
    }

}

@media only screen and (min-width: 992px) {
  .col {
    width: 33.33%;
  }

  .col-bigger {
    width: 66.66%;
  }

  .navbar-menu {
    display: block;
  }

  .menu-icon {
    display: none;
  }

  .sntv {
    flex-direction: row;
  }

  .videowrapper {
    width: 80%;
  }

  .galery-social {
    flex-direction: row;
  }

  .middle-col {
    margin-left: 10%;
  }

  .sdm {
    padding-left: 100px;
  }

  .masjid p {
    padding: 0px 50px;
  }

  .caption {
    top: 45%;
  }

  .container {
    margin: 20px;
  }
}

@media (max-width: 1104px) {
    .about .about-content .left img {
        height: 240px;
        width: 240px;
    }
}

@media only screen and (min-width: 1200px) {
  .wrapper-full-width {
    padding: 10px 10%;
  }

  .one-third-screen {
    width: 49%;
  }

  .container {
    margin: auto;
    margin-top: 50px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 20px;
  }
  .post {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1300px) {
  .one-third-screen {
    width: 32.3%;
  }
}

