*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

img.desktop {
  display: block !important;
}

img.mobile {
  display: none !important;
}

.def_btn,
.main_button {
  width: 100%;
  height: 35px;
  display: block;
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(#18741f 0%, #148610 50%, #119504 100%);
  border-radius: 10px;
  line-height: 35px;
  text-decoration: none;
  border: none;
}

.def_btn.donate_btn span,
.main_button.donate_btn span {
  background: url("../images/icon_donate.svg") no-repeat left center/26px;
  padding-left: 30px;
  display: inline-block;
}

.def_btn.zakat_harta_btn,
.main_button.zakat_harta_btn {
  font-size: 10.5px;
}

.def_btn.zakat_harta_btn span,
.main_button.zakat_harta_btn span {
  background: url("../images/icon_zakat_harta.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}

.def_btn.zakat_fitrah_btn,
.main_button.zakat_fitrah_btn {
  font-size: 10.5px;
}

.def_btn.zakat_fitrah_btn span,
.main_button.zakat_fitrah_btn span {
  background: url("../images/icon_zakat_fitrah.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}

.def_btn.fidyah_btn,
.main_button.fidyah_btn {
  font-size: 10.5px;
}

.def_btn.fidyah_btn span,
.main_button.fidyah_btn span {
  background: url("../images/icon_fidyah.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}

.def_btn.credit_card_btn,
.main_button.credit_card_btn {
  height: 57px;
  line-height: 57px;
}

.def_btn.credit_card_btn span,
.main_button.credit_card_btn span {
  background: url("../images/icon_card.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

.def_btn.qr_btn,
.main_button.qr_btn {
  height: 57px;
  line-height: 57px;
}

.def_btn.qr_btn span,
.main_button.qr_btn span {
  background: url("../images/icon_qr.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

.def_btn.paynow_btn,
.main_button.paynow_btn {
  height: 57px;
  line-height: 57px;
}

.def_btn.paynow_btn span,
.main_button.paynow_btn span {
  background: url("../images/icon_hand_heart.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

.def_btn.cancel_btn,
.main_button.cancel_btn {
  height: 57px;
  line-height: 57px;
  background: #000 linear-gradient(rgba(24, 116, 31, 0.75) 0%, rgba(20, 134, 16, 0.75) 50%, rgba(17, 149, 4, 0.75) 100%);
  position: relative;
}

.def_btn.download_btn,
.main_button.download_btn {
  font-size: 10.5px;
  width: 210px;
  height: 38px;
  line-height: 38px;
}

.def_btn.download_btn span,
.main_button.download_btn span {
  background: url("../images/icon_download.png") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}

.def_btn.download_big_btn,
.main_button.download_big_btn {
  width: 358px;
  height: 57px;
  line-height: 57px;
}

.def_btn.download_big_btn span,
.main_button.download_big_btn span {
  background: url("../images/icon_download.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

.def_btn.qr_code_btn,
.main_button.qr_code_btn {
  font-size: 10.5px;
  width: 210px;
  height: 38px;
  line-height: 38px;
}

.def_btn.qr_code_btn span,
.main_button.qr_code_btn span {
  background: url("../images/icon_qr_code.png") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}

.def_btn.back_btn,
.main_button.back_btn {
  width: 358px;
  height: 57px;
  line-height: 57px;
}

.def_btn.back_btn span,
.main_button.back_btn span {
  background: url("../images/icon_home.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

.def_btn.secondary,
.main_button.secondary {
  background: rgb(53, 110, 207);
  color: #fff;
  border-radius: 5px;
}

.def_btn.secondary:hover,
.main_button.secondary:hover {
  background: rgb(53, 110, 207);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair";
  font-weight: 700;
  color: #109902;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #109902;
}

body {
  font-family: "Montserrat";
}

input {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  background: none;
  border: none;
  color: #151515;
  font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

header #logo {
  width: 340px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: url("../images/logo_mtfa_main.svg") no-repeat center/contain;
  text-indent: -9999px;
}

header.darul_ihsan #logo {
  width: 245px;
  height: 40px;
  background: url("../images/logo_darul_ihsan.png") no-repeat center/contain;
}

header.darul_ihsan_kidney_care #logo {
  width: 348px;
  height: 55px;
  background: url("../images/logo_darul_ihsan_kidney_care.png") no-repeat center/contain;
}

section {
  padding-top: 0;
  padding-bottom: 40px;
}

section.home {
  background: url("../images/background.png") no-repeat center/cover;
}

.section_donate_tab {
  width: 100%;
  max-width: 400px;
  padding: 10px 18px;
  border-radius: 18px;
  background: #f6f6f6;
  box-shadow: 3px 4px 8.8px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0px;
  right: 40px;
  transform: none;
}

.section_donate_tab::before {
  content: "";
  width: 80px;
  height: 44px;
  display: block;
  background: url("../images/icon_dome.png") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
}

.section_donate_tab h4 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat";
  font-size: 13px;
  margin-bottom: 8px;
}

.section_donate_tab .donate_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.section_donate_tab .donate_menu .dm_box {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
  border-radius: 10px;
  border: 1.5px solid #109902;
  height: 85px;
  position: relative;
  text-indent: -9999px;
}

.section_donate_tab .donate_menu .dm_box:nth-child(3n) {
  margin-right: 0;
}

.section_donate_tab .donate_menu .dm_box a {
  width: 100%;
  height: 100%;
  display: block;
}

.section_donate_tab .donate_menu .dm_box.active {
  background: #109902;
}

.section_donate_tab .donate_menu .dm_box.active .mtfa_btn {
  background: url("../images/logo_mtfa_white.svg") no-repeat center/55px;
}

.section_donate_tab .donate_menu .dm_box.active .darul_ihsan_btn {
  background: url("../images/logo_mtfa_darul_ihsan_white.svg") no-repeat center/52px;
}

.section_donate_tab .donate_menu .dm_box.active .darul_ihsan_kidney_care_btn {
  background: url("../images/logo_mtfa_kidney_care_white.svg") no-repeat center/52px;
}

.section_donate_tab .donate_menu .dm_box .mtfa_btn {
  background: url("../images/logo_mtfa.svg") no-repeat center/55px;
}

.section_donate_tab .donate_menu .dm_box .darul_ihsan_btn {
  background: url("../images/logo_mtfa_darul_ihsan.svg") no-repeat center/52px;
}

.section_donate_tab .donate_menu .dm_box .darul_ihsan_kidney_care_btn {
  background: url("../images/logo_mtfa_kidney_care.svg") no-repeat center/52px;
}

.section_donate_tab .radio_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section_donate_tab .radio_flex .radio_box {
  margin: 0 8px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.section_donate_tab .radio_flex .radio_box input[type=radio] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.section_donate_tab .radio_flex .radio_box input[type=radio]:checked+span {
  border-color: #109902;
  color: #109902;
}

.section_donate_tab .radio_flex .radio_box input[type=radio]+span {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 28px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  display: block;
  color: #cbcbcb;
}

.section_donate_tab .or_text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #151515;
  margin: 8px 0 0;
}

.section_donate_tab .input_donate {
  width: 100%;
  max-width: 155px;
  display: block;
  margin: 0 auto 12px;
  position: relative;
  border-bottom: 1px solid #109902;
}

.section_donate_tab .input_donate input {
  width: 100%;
  height: 24px;
  text-align: center;
  padding-left: 28px;
  display: block;
  font-size: 13px;
}

.section_donate_tab .input_donate span {
  display: block;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  position: absolute;
  color: #109902;
  font-size: 13px;
  font-weight: normal;
}

.section_donate_tab .type_donate {
  margin-bottom: 15px;
}

.section_donate_tab .type_donate p {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
}

.section_donate_tab .button_wrapper.mtfa_btn .others_button {
  display: flex;
}

.section_donate_tab .button_wrapper.darul_ihsan_btn .main_button {
  height: 65px;
  line-height: 65px;
}

.section_donate_tab .button_wrapper.darul_ihsan_btn .others_button {
  display: none;
}

.section_donate_tab .button_wrapper.darul_ihsan_kidney_care_btn .main_button {
  height: 65px;
  line-height: 65px;
}

.section_donate_tab .button_wrapper.darul_ihsan_kidney_care_btn .others_button {
  display: none;
}

.section_donate_tab .button_wrapper .others_button {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.section_donate_tab .button_wrapper .others_button .main_button {
  width: calc((100% - 8px) / 3);
  margin-right: 4px;
}

.section_donate_tab .button_wrapper .others_button .main_button:last-child {
  margin-right: 0;
}

.section_donate_tab .button_wrapper .others_button .main_button.zakat_button {
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
}

.section_donate_tab .button_wrapper .others_button .main_button.zakat_button:last-child {
  margin-right: 0;
}

.section_donate_tab .main_button {
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  border-radius: 10px;
}

.section_donate_tab .main_button.donate_btn span {
  background-size: 24px;
  padding-left: 28px;
}

.section_donate_tab .main_button.zakat_button,
.section_donate_tab .main_button.fidyah_btn {
  font-size: 10px;
  height: 32px;
  line-height: 32px;
}

.section_donate_tab .main_button.zakat_button span,
.section_donate_tab .main_button.fidyah_btn span {
  background-size: 16px;
  padding-left: 20px;
}

footer {
  background: #eaf4ff;
  padding: 40px 0;
}

footer .container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

footer .footer_box {
  width: 25%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
}

footer img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

footer p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

footer ul li {
  margin-bottom: 20px;
}

footer ul li a {
  text-decoration: none;
}

footer a {
  color: #151515;
  display: block;
  margin-bottom: 20px;
}

footer a:last-child {
  margin-bottom: 0;
}

footer h5 {
  font-family: "montserrat";
  font-size: 20px;
  color: #151515;
  margin-bottom: 40px;
}

footer .socmed_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

footer .socmed_box a {
  display: block;
  margin-right: 10px;
}

footer .socmed_box img {
  width: 24px;
  display: block;
}

.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}

.popup_wrapper .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup_wrapper .popup_box {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 380px;
  border-radius: 15px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.popup_wrapper .popup_box span.title {
  color: #109902;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.popup_wrapper .popup_box ol {
  list-style: decimal;
  padding-left: 20px;
}

.popup_wrapper .popup_box ol li {
  font-size: 14px;
  font-weight: 600;
}

.popup_wrapper .popup_box .close_btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/icon_close.png") no-repeat center/contain;
  text-indent: -9999px;
  cursor: pointer;
}

@media only screen and (max-width: 1119px) {
  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  .section_donate_tab {
    margin-top: 15px;
    right: 70px;
  }

  footer .container {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 959px) {
  h3 {
    font-size: 28px;
  }

  header {
    height: 80px;
  }

  header .container {
    height: 80px;
  }

  header #logo {
    width: 280px;
    height: 54px;
  }

  .section_donate_tab {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: -40px auto 0;
  }

  footer .footer_box {
    padding-right: 20px;
    font-size: 15px;
  }

  footer .socmed_box a {
    margin-right: 5px;
  }

  footer p {
    font-size: 15px;
  }

  footer h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 743px) {
  img.desktop {
    display: none !important;
  }

  img.mobile {
    display: block !important;
  }

  header {
    height: 60px;
  }

  header .container {
    height: 60px;
  }

  header #logo {
    width: 210px;
    height: 40px;
  }

  header.darul_ihsan_kidney_care #logo {
    width: 280px;
    height: 45px;
  }

  .section_donate_tab {
    margin: 0 auto;
  }

  section {
    padding-bottom: 0;
  }

  footer .container {
    padding: 0 20px;
    display: block;
  }

  footer .footer_box {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  footer .footer_box:last-child {
    text-align: center;
  }

  footer img {
    max-width: 300px;
    margin: 0 0 20px;
  }

  footer .socmed_box {
    justify-content: center;
    margin-top: 20px;
  }

  footer .socmed_box img {
    margin-bottom: 0;
  }

  footer h5 {
    margin-bottom: 15px;
  }
}

.dzulhijjah-banner {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin: 16px auto;
  max-width: 1088px;
}

.dzulhijjah-banner picture,
.dzulhijjah-banner .dzulhijjah-bg {
  display: block;
  width: 100%;
  height: auto;
}

.dzulhijjah-banner .dzulhijjah-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 28px 24px;
}

.dzulhijjah-banner .dzulhijjah-payment {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.dzulhijjah-banner .dzulhijjah-payment .visa-logo {
  font-family: "Arial", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 18px;
  color: #1a1f71;
  letter-spacing: -0.5px;
}

.dzulhijjah-banner .dzulhijjah-payment .mc-logo {
  display: flex;
  align-items: center;
  position: relative;
  width: 28px;
  height: 18px;
}

.dzulhijjah-banner .dzulhijjah-payment .mc-logo .mc-red,
.dzulhijjah-banner .dzulhijjah-payment .mc-logo .mc-orange {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

.dzulhijjah-banner .dzulhijjah-payment .mc-logo .mc-red {
  background: #eb001b;
  left: 0;
}

.dzulhijjah-banner .dzulhijjah-payment .mc-logo .mc-orange {
  background: #f79e1b;
  left: 10px;
}

.dzulhijjah-banner .dzulhijjah-title {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.dzulhijjah-banner .dzulhijjah-title h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.dzulhijjah-banner .dzulhijjah-title .line1 {
  display: block;
  color: #2a9d8f;
  font-size: clamp(22px, 4vw, 38px);
}

.dzulhijjah-banner .dzulhijjah-title .line2 {
  display: block;
  color: #e9a825;
  font-size: clamp(22px, 4vw, 38px);
}

.dzulhijjah-banner .dzulhijjah-card {
  border-radius: 40px;
  padding: 20px 36px;
  box-shadow: 3px 4px 8.8px 0px rgba(0, 0, 0, 0.2392156863);
  backdrop-filter: blur(20px);
}

.dzulhijjah-banner .dzulhijjah-card p {
  font-family: "montserrat", sans-serif;
  font-size: 13px;
  color: #222;
  line-height: 1.55;
  margin: 0 0 12px;
}

.dzulhijjah-banner .dzulhijjah-card p strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.dzulhijjah-banner .dzulhijjah-card .main_button.donate_btn {
  max-width: 160px;
}

@media (max-width: 1024px) {
  .dzulhijjah-banner {
    margin: 12px auto;
    max-width: 90%;
    max-height: 585px;
  }

  .dzulhijjah-banner .dzulhijjah-overlay {
    padding: 14px 18px 18px;
  }

  .dzulhijjah-banner .dzulhijjah-title .line1,
  .dzulhijjah-banner .dzulhijjah-title .line2 {
    font-size: clamp(18px, 5vw, 30px);
  }

  .dzulhijjah-banner .dzulhijjah-card {
    max-width: 100%;
  }

  .dzulhijjah-banner .dzulhijjah-card .main_button.donate_btn {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .dzulhijjah-banner .dzulhijjah-overlay {
    padding: 12px 14px 16px;
  }

  .dzulhijjah-banner .dzulhijjah-title .line1,
  .dzulhijjah-banner .dzulhijjah-title .line2 {
    font-size: clamp(16px, 7vw, 26px);
  }

  .dzulhijjah-banner .dzulhijjah-payment .visa-logo {
    font-size: 15px;
  }

  .dzulhijjah-banner .dzulhijjah-card p {
    font-size: 12px;
  }

  .dzulhijjah-banner .dzulhijjah-card .main_button.donate_btn {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */