@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');



* {

  padding: 0;

  margin: 0;

  text-decoration: none;

  font-family: 'Poppins', sans-serif;

}



body {

  background: var(--background);

}



.container_custom {

  max-width: 1200px;

}



:root {

  --background: #fcfcfc;

  --text-color: #606060;

  --button-primary-color: #003c20;

  --button-primary-color-text: #fcfcfc;

}



.button_primary {

  font-weight: 600;

  font-size: 16px;

  line-height: 19px;

  text-align: center;

  color: var(--button-primary-color-text);

  padding: 16px 32px;

  background: var(--button-primary-color);

  border-radius: 8px;

  border: var(--button-primary-color);

}



.button_tertiary {

  font-weight: 600;

  font-size: 16px;

  line-height: 19px;

  text-align: center;

  color: var(--button-primary-color);

  padding: 16px 32px;

  background: var(--background);

  border-radius: 8px;

  border: var(--button-primary-color);

}



.button_primary:hover {

  background: #036a20;
  color: white;

}



.button_tertiary:hover {

  color: #036a20;

}



/*navbar*/



.nav-item a {

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 24px;

}



.navbar {

  background: var(--background);

  z-index: 100;

}



.sticky {

  position: fixed;

  top: 0;

  width: 100%;

}



.navbar-light .navbar-nav .active > .nav-link,

.navbar-light .navbar-nav .nav-link.active,

.navbar-light .navbar-nav .nav-link.show,

.navbar-light .navbar-nav .show > .nav-link {

  color: var(--button-primary-color);

}



.navbar-light .navbar-nav .nav-link:hover {

  color: var(--button-primary-color);

}



.dropdown-menu {

  margin-top: 16px;

  border-radius: 15px;

  padding: 16px;

}



.dropdown-item {

  gap: 12px;

  margin-bottom: 16px;

}



.dropdown-item img {

  padding: 8px;

  background: #ebfadc;

  border-radius: 12px;

}



.dropdown-item h6 {

  margin: unset;

}

/*content_TNE*/



.main_content {

  margin-top: 128px;

}



.main_content .content_TNE .text_TNE p {

  font-family: 'Inter', sans-serif;

  font-weight: 300;

  font-size: 16px;

  line-height: 200%;

  letter-spacing: 0.005em;

  text-transform: capitalize;

  color: var(--text-color);

  margin-bottom: 64px;

}



.band {

  width: 90%;

  max-width: 1240px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1fr;

  grid-template-rows: auto;

  grid-gap: 20px;

}



.card {

  background: white;

  text-decoration: none;

  color: #444;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  display: flex;

  flex-direction: column;

  min-height: 100%;

  /* position: relative; */

  top: 0;

  transition: all 0.1s ease-in;

}

.card:hover {

  top: -2px;

  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);

}

.card article {

  padding: 20px;

  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

.card h1 {

  font-size: 20px;

  margin: 0;

  color: #333;

}

.card p {

  flex: 1;

  line-height: 1.4;

}

.card span {

  font-size: 12px;

  font-weight: bold;

  color: #999;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin: 2em 0 0 0;

}

.card .thumb {

  padding-bottom: 60%;

  background-size: cover;

  background-position: center center;

}



.content_TNE img {

  border-radius: 30px;

  background-size: cover;

}



@media (min-width: 300px) {

  .main_content .content_TNE .text_TNE h1 {

    font-weight: 600;

    font-size: 40px;

    line-height: 60px;

    text-transform: capitalize;

    color: var(--text-color);

    margin-bottom: 16px;

  }



  .content_TNE img {

    border-radius: 30px;

    background-size: cover;

    margin-top: 32px;

  }

}



@media (min-width: 600px) {

  .cards_donasi {

    grid-template-columns: repeat(2, 1fr);

  }



  .main_content .content_TNE .text_TNE h1 {

    font-weight: 600;

    font-size: 64px;

    line-height: 96px;

    text-transform: capitalize;

    color: var(--text-color);

    margin-bottom: 16px;

  }



  @media (min-width: 1200px) {

    .cards_donasi {

      grid-template-columns: repeat(4, 1fr);

    }

  }

}

/* Ayo Mulai Donasi*/

.cards_donasi {

  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  gap: 1rem;

  margin-top: 128px;

  padding: 24px;

  background: #ffffff;

  box-shadow: 0px 8px 16px rgba(238, 238, 238, 0.25);

  border-radius: 16px;

}



.card_donasi {

  padding: 1rem;

  height: 100%;

  display: flex;

  flex-direction: column;



  border-radius: 16px;

}



.card_hover {

  border: 1.5px solid #f3f3f3;

}



.card_hover:hover {

  border: 1.5px solid #036a20;
  color: white;

  background: #036a20;

}

.card_hover a:hover {
  color: white;
}



.card_donasi h1 {

  font-weight: 600;

  font-size: 32px;

  line-height: 48px;

  text-align: center;

  color: var(--text-color);

  margin: unset;

}



.card_donasi h1 span {

  font-weight: 700;

  font-size: 32px;

  line-height: 48px;

  text-align: center;

  color: #036a20;

}



.card_donasi img {

  margin-right: 12px;

  padding: 8px;

  background: #ebfadc;

  border-radius: 12px;

}



.card_donasi:hover img {

  background: var(--background);

}



.card_donasi h6 {

  font-weight: 600;

  font-size: 16px;

  line-height: 200%;

  color: #606060;

  margin: unset;

}



.card_donasi:hover h6 {

  color: var(--background);

}



@media (min-width: 300px) {

  .cards_donasi {

    margin-top: 32px;

  }

}



@media (min-width: 600px) {

  .cards_donasi {

    grid-template-columns: repeat(2, 1fr);

    margin-top: 128px;

  }

}



@media (min-width: 1200px) {

  .cards_donasi {

    grid-template-columns: repeat(4, 1fr);

  }

}



/*Mitra*/



.card {

  background-color: #ffffff;

  border-radius: 16px 16px 16px 16px;

  overflow: hidden;

  cursor: pointer;

  transition: 0.2s;

}



.cards {

  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  gap: 24px;

}



@media (min-width: 600px) {

  .cards { grid-template-columns: repeat(2, 1fr); }

}



@media (min-width: 900px) {

  .cards { grid-template-columns: repeat(4, 1fr); }

}



.mitra_card {

  margin-top: 32px;

}



.mitra_text {

  margin-top: 128px;

}



.mitra_text h1 {

  font-weight: 600;

  font-size: 32px;

  line-height: 48px;

  text-align: center;

  color: var(--text-color);

}



@media (min-width: 300px) {

  .mitra_text {

    margin-top: 32px;

  }

}



@media (min-width: 1200px) {

  .mitra_text {

    margin-top: 128px;

  }

}



/*card Mitra*/



.name {

  font-weight: 600;

  font-size: 24px;

  line-height: 36px;

  text-align: center;

  color: #606060;

  margin: unset;

}



.title {

  font-family: 'Inter';

  font-weight: 400;

  font-size: 12px;

  line-height: 15px;

  text-align: center;

  color: #606060;

  margin: 8px 0 24px;

}

.body-text {

  padding: 0 20px;

}



.our-team {

  padding: 24px 24px 24px 24px;

  background-color: #ffffff;

  text-align: center;

  overflow: hidden;

  position: relative;

  border-radius: 16px;

  border-color: #4e5052;

  border: 1px solid rgba(0, 0, 0, 0.125);

}



.our-team .picture {

  display: inline-block;

  height: 130px;

  width: 130px;

  margin-bottom: 24px;

  z-index: 1;

  position: relative;

}



.our-team .picture::before {

  content: '';

  width: 100%;

  height: 0;

  border-radius: 50%;

  background-color: #036a20;
  color: white;

  position: absolute;

  bottom: 135%;

  right: 0;

  left: 0;

  opacity: 0.9;

  transform: scale(3);

  transition: all 0.3s linear 0s;

}



.our-team:hover .picture::before {

  height: 100%;

}



.our-team .picture::after {

  content: '';

  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #036a20;
  color: white;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

}



.our-team .picture img {

  width: 100%;

  height: auto;

  border-radius: 50%;

  transform: scale(1);

  transition: all 0.9s ease 0s;

}



.our-team:hover .picture img {

  box-shadow: 0 0 0 14px #f7f5ec;

  transform: scale(0.7);

}



.our-team .title {

  display: block;

  font-size: 15px;

  color: #4e5052;

  text-transform: capitalize;

}



.team-content a {

  font-weight: 500;

  font-size: 16px;

  color: #003c20;

}



.move-animation {

  position: relative;

  -webkit-animation: move-animation 2s ease-in-out infinite;

  animation: move-animation 2s ease-in-out infinite;

}

@-webkit-keyframes move-animation {

  0% {

    top: 3px;

  }

  50% {

    top: -3px;

  }

  100% {

    top: 3px;

  }

}



/*Keuntungan Membantu Penghafal Quran */



.keuntungan {

  margin-top: 50px !important;

}



.keuntungan_img img {

  border-radius: 16px;

  width: 650px;

  background-size: cover;

}



.keuntungan_text h2 {

  font-weight: 700;

  font-size: 32px;

  line-height: 68px;

  text-transform: capitalize;

  color: #606060;

}



.keuntungan_card {

  margin-top: 32px;

}



.keuntungan_card h3 {

  font-weight: 600;

  font-size: 20px;

  line-height: 30px;

  color: #606060;

  margin-top: 24px;

  margin-bottom: 8px;

}



.keuntungan_card p {

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 160%;

  color: #606060;

  margin-top: auto;

}



/*Kegiatan Tekno Nano Energi*/



.form_inline {

  margin-top: 32px;

}



.form_inline .form-control {

  border-radius: 8px;

}



.form_inline .btn_search {

  font-weight: 600;

  color: var(--button-primary-color-text);

  background: var(--button-primary-color);

  border-radius: 8px;

  border: var(--button-primary-color);

}



.text_kegiatan {

  margin-top: 128px;

  margin-bottom: 32px;

}



.text_kegiatan h1 {

  font-weight: 700;

  font-size: 32px;

  line-height: 48px;

  color: #606060;

}



.card {

  background-color: #ffffff;

  border-radius: 16px 16px 16px 16px;

  overflow: hidden;

  cursor: pointer;

  transition: 0.2s;

}



.card:hover {

  transform: translateY(-0.5%);

  box-shadow: 0 4rem 8rem rgba(238, 238, 238, 0.25);

}



.card img {

  border-radius: 16px 16px 0px 0px;

}



.kegiatan {

  padding: 16px;

}



.kegiatan_text h5 {

  font-weight: 600;

  font-size: 20px;

  line-height: 30px;

  color: #606060;

  margin-top: 8px;

  margin-bottom: 8px;

}



.kegiatan_text h6 {

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 12px;

  line-height: 15px;

  color: #606060;

}



.kegiatan_text p {

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 160%;

  color: #606060;

}



.btn_sc {

  font-weight: 500;

  font-size: 16px;

  color: #003c20;

  transition: 0.2s;

  cursor: pointer;

}



.btn_sc svg {

  transition: 0.2s;

}



.btn_sc:hover svg,

.btn_sc:active svg {

  margin-left: 8px;

}



.card:hover a {

  color: #036a20;

  text-decoration: none;

}



.cards {

  max-width: 1200px;

  margin: 0 auto;

  display: grid;

  grid-gap: 1rem;

}



.pagination_costom {

  margin-top: 32px;

}



.page-item a {

  color: var(--text-color);

}



.page-item:hover a {

  color: #ffff;

}



.page-link span {

  color: var(--button-primary-color);

}



.page-link:hover span {

  color: #fff;

}



.page-link:hover {

  background: var(--button-primary-color);

}

/* Screen larger than 600px? 2 column */

@media (min-width: 300px) {

  .text_kegiatan {

    margin-top: 32px;

  }

}



/* Screen larger than 900px? 3 columns */

@media (min-width: 1200px) {

  .cards {

    grid-template-columns: repeat(3, 1fr);

    gap: 32px;

  }



  .text_kegiatan {

    margin-top: 128px;

  }

}



.pagination {

	display: flex;

	padding: 1em 0;

}



.pagination a,

.pagination strong {

	border: 1px solid silver;

	border-radius: 8px;

	color: black;

	padding: 0.5em;

	margin-right: 0.5em;

	text-decoration: none;

}



.pagination a:hover,

.pagination strong {

	border: 1px solid #008cba;

	background-color: #008cba;

	color: white;

}



/*footer*/

.site-footer {

  background-color: #ebfadc;

  padding: 45px 0 20px;

  font-size: 15px;

  line-height: 24px;

  color: #737373;

  margin-top: 128px;

}



.footer_informasi h6 {

  font-weight: 600;

  font-size: 24px;

  line-height: 29px;

  color: #606060;

}



.footer-links h5 {

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 19px;

  color: #606060;

  margin-top: 32px;

}



.site-footer hr {

  border-top-color: #bbb;

  opacity: 0.5;

}

.site-footer hr.small {

  margin: 20px 0;

}



.site-footer p {

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  color: var(--text-color);

}



.site-footer a {

  color: #737373;

}

.site-footer a:hover {

  color: #3366cc;

  text-decoration: none;

}

.footer-links {

  padding-left: 0;

  list-style: none;

}

.footer-links li {

  display: block;

}

.footer-links a {

  color: #737373;

}

.footer-links a:active,

.footer-links a:focus,

.footer-links a:hover {

  color: #3366cc;

  text-decoration: none;

}

.footer-links.inline li {

  display: inline-block;

}

.site-footer .social-icons {

  text-align: right;

}



.site-footer .social-icons a {

  width: 40px;

  height: 40px;

  line-height: 40px;

  margin-left: 6px;

  margin-right: 0;

  border-radius: 100%;

  background-color: #003c20;

}

.copyright-text {

  margin: 0;

}

@media (max-width: 991px) {

  .site-footer [class^='col-'] {

    margin-bottom: 30px;

  }

}

@media (max-width: 767px) {

  .site-footer {

    padding-bottom: 0;

  }

  .site-footer .copyright-text,

  .site-footer .social-icons {

    text-align: center;

  }

}

.social-icons {

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

}

.social-icons li {

  display: inline-block;

  margin-bottom: 4px;

}

.social-icons li.title {

  margin-right: 15px;

  text-transform: uppercase;

  color: #96a2b2;

  font-weight: 700;

  font-size: 13px;

}

.social-icons a {

  background-color: #eceeef;

  color: #003c20;

  font-size: 16px;

  display: inline-block;

  line-height: 44px;

  width: 44px;

  height: 44px;

  text-align: center;

  margin-right: 8px;

  border-radius: 100%;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}

.social-icons a:active,

.social-icons a:focus,

.social-icons a:hover {

  color: #fff;

  background-color: #29aafe;

}

.social-icons.size-sm a {

  line-height: 34px;

  height: 34px;

  width: 34px;

  font-size: 14px;

}



.social-icons a.facebook:hover {

  background-color: #3b5998;

}

.social-icons a.instagram:hover {

  background: #f09433;

  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

.social-icons a.tiktok:hover {

  background-color: #282828;

}

.social-icons a.youtube:hover {

  background-color: #ff0000;

}

@media (max-width: 767px) {

  .social-icons li.title {

    display: block;

    margin-right: 0;

    font-weight: 600;

  }

}



.footer-links p {

  margin: unset;

}

