@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;
}

/*mitra*/
.text_mitra h1 {
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 32px;
}

@media (min-width: 300px) {
  .text_mitra h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
  }
}

@media (min-width: 900px) {
  .text_mitra h1 {
    text-align: center;
    font-weight: 600;
    font-size: 64px;
    line-height: 96px;
    text-transform: capitalize;
    color: var(--text-color);
    margin-bottom: 32px;
  }
}

.main_content {
  margin-top: 128px;
}

.hero {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}

.hero-content {
  display: table-cell;
  vertical-align: middle;
}
.text_content {
  margin-top: 64px;
}

.text_content h1 {
  color: var(--text-color);
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
}

.text_content h6 {
  color: var(--text-color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.text_content p {
  color: var(--text-color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.hero-text a {
  color: var(--text-color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
}

.breadcrumb {
  background-color: var(--background);
  padding: unset;
}

.hero .breadcrumb {
  padding-top: 60px;
  margin-bottom: 0;
}

.img_content img {
  border-radius: 30px;
}

/*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: #606060;
}

.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;
}
