/* Hero Section */
.hero {
  width: 100%;
  /* height: 40.9rem; */
  height: 40rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hero a {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}

.hero a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  gap: 41px;
  z-index: 3;
}

.cover-hero h3 {
  width: 100%;
  max-width: 48rem;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.cover-hero p {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.contact-hero {
  position: absolute;
  /* bottom: 82px; */
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  gap: 19px;
  width: 100%
}

.contact-hero>button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: white;
  background: #073c64;
  flex: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all;
  font-size: 16px;
  transition-duration: 500ms;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contact-hero > a:hover {
  color: #073c64;
  background: white;
  transition: all;
    transition-duration: 0s;
  transition-duration: 500ms;
}
.contact-hero > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: white;
  background: #073c64;
  flex: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all;
  font-size: 16px;
  transition-duration: 500ms;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contact-hero>button:hover {
  color: #073c64;
  background: white;
  transition: all;
  transition-duration: 500ms;
}

.contact-hero>button>svg {
  fill: #073c64;
  stroke: white;
  transition: all;
  transition-duration: 500ms;
}

.contact-hero>button:hover>svg {
  fill: #073c64;
  stroke: white;
  transition: all;
  transition-duration: 500ms;
}

/* Tombol navigasi tetap di atas */
.hero>button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #073c64;
  cursor: pointer;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  z-index: 4;
  transition: all 0.5s;
}

.hero>button:first-of-type {
  left: 10px;
}

.hero>button:last-of-type {
  right: 10px;
}


.hero>button>svg {
  stroke: #fff;
  width: 24px;
  height: 24px;
  fill: none;
  transition: all;
  transition-duration: 500ms;
}


.hero>button:hover {
  background: white;
  color: #073c64;
}

.hero>button:hover>svg {
  stroke: #073c64;
  transition: all;
  transition-duration: 500ms;
}

.hero>button:first-child {
  position: absolute;
  left: 50px;
}

.hero>button:last-child {
  position: absolute;
  right: 50px;
}


.hero .slide.active {
  opacity: 1;
  z-index: 2;
}

.hero img {
  width: 100%;
  display: block;
}


/* Gambar di dalam slide */
.hero .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}


.hero .pause {
  position: absolute;
  top: 1rem;
  background: rgb(7, 60, 100);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  z-index: 10;
  right: 0;
  margin-right: 50px;
  margin-left: auto;
  margin-top: 20px;
}




/* hibah */
.hibah {
  background: #f1f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hibah-head {
  width: 100%;
  height: 7.1rem;
  background: #fdcb2b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.hibah-head>h2 {
  font-size: 40px;
  font-weight: 800;
  color: #053356;
}

/* Card Grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
  padding-block: 65px;
}

.card {
  flex: 1;
  position: relative;
  width: 264px;
  aspect-ratio: 264/390;
  text-align: center;
}

.header-card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  background: linear-gradient(90deg, #fdcb2b 34%, #ffdd69 100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-card>svg {
  width: 7.6rem;
  aspect-ratio: 1/1;
}

.header-card>img {
  width: 7.6rem;
  aspect-ratio: 1/1;
}

.lower-card {
  background: white;
  border-radius: 18px;
  width: 100%;
  /* aspect-ratio: 264/303; */
  aspect-ratio: 240/303;
  position: absolute;
  bottom: 0;
  /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 40px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  z-index: 9;
  padding: 10% 20px;
  gap: 25px;
}

.lower-card>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lower-card>div>h3 {
  font-size: 20px;
  font-weight: 900;
  color: #073c64;
}

.lower-card>div>p {
  font-size: 16px;
}

.lower-card>button {
  cursor: pointer;
  background: #10598f;
  color: white;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  border-radius: 40px;
  padding-inline: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* berita */

.berita {
  background: #f1f9ff;
}

.berita-container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-block: 62px;
}

.berita-card {
  background: var(--secondary-color);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  /* height: 577px; */
  /* aspect-ratio: 1176/577; */
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.berita-header {
  text-align: center;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.berita-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #053356;
}

.berita-value {
  width: 100%;
  height: 485px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: auto;
  background: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 33px;
  gap: 33px;
  border-radius: 30px;
}

.berita-terbaru-card {
  /* grid-column: span 2 / span 2; */
}

.berita-terbaru {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.75rem;
}

.berita-terbaru>.berita-foto {
  width: 100%;
  aspect-ratio: 932/641;
  overflow: hidden;
  border-radius: 14px;
}

.berita-terbaru>.berita-foto>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.berita-terbaru>.berita-title {
  font-size: var(--text-2xl);
  line-height: var(--text-height-2xl);
  font-weight: 800;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.berita-terbaru:hover>.berita-title {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #073c64;
}

.berita-terbaru>.berita-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-sm);
  line-height: var(--text-height-sm);
  font-weight: 700;
  color: #b3b3b3;
}

.berita-terbaru:hover>.berita-date {
  text-decoration: none;
}

.berita-terbaru>.berita-date>svg {
  height: 18px;
  aspect-ratio: 1/1;
}

.berita-lain-container {
  grid-column: span 3 / span 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  /* overflow: auto; */
}

.berita-lain-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.berita-lain {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  padding-block: 8px;
}

.berita-lain:first-child {
  padding-top: 0;
}

.berita-lain:last-child {
  border: none;
  padding-bottom: 0;
}

.berita-lain>.berita-foto {
  width: 100%;
  aspect-ratio: 181/115;
  overflow: hidden;
  border-radius: 14px;
}

.berita-lain>.berita-foto>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.berita-lain-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.25rem;
  gap: 0.75rem;
}

.berita-lain-content>.berita-title {
  font-size: var(--text-2xl);
  line-height: var(--text-height-2xl);
  font-weight: 800;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.berita-lain-content>.berita-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-sm);
  line-height: var(--text-height-sm);
  font-weight: 700;
  color: #b3b3b3;
}

.berita-lain:hover>.berita-lain-content>.berita-title {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #073c64;
}

.berita-lain:hover>.berita-lain-content>.berita-date {
  text-decoration: none;
}

.berita-lain-content>.berita-date>svg {
  height: 18px;
  aspect-ratio: 1/1;
}

.berita-lain-more {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 16px;
  font-weight: 700;
  color: #073c64;
  margin: 20px;
}

/* fasilitas */

.fasilitas {
  background: white;
  position: relative;
  padding-bottom: 1rem;
}

.fasilitas::after {
  content: "";
  width: 100%;
  height: 1rem;
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.fasilitas-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.fasilitas-card {
  height: 599px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fasilitas-side {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-column: span 2 / span 2;
  height: 100%;
  width: 100%;
  position: relative;
}

.fasilitas-side>h2 {
  font-size: 40px;
  font-weight: 800;
  color: #053356;
}

.fasilitas-side>img {
  width: 100%;
  height: 70%;
  place-content: center;
  object-fit: contain;
}

.fasilitas-value {
  width: 100%;
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
}

.fasilitas-view {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.25rem;
}

.fasilitas-view>img {
  width: 100%;
  aspect-ratio: 236/173;
  border-radius: 16px;
  object-fit: cover;
}

.fasilitas-view>h5 {
  font-size: var(--text-2xl);
  line-height: var(--text-height-2xl);
  font-weight: 700;
  text-align: left;
  color: var(--white);
}

.fasilitas-view>button {
  padding: 8px 28px;
  border-radius: 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--text-base);
  margin-top: auto;
  margin-left: auto;
  cursor: pointer;
}

.fasilitas-carousel__value {
  height: 359px;
  font-size: 1.5rem;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #10598f;
  padding: 24px;
}

.fasilitas-carousel__controls {
  display: flex;
  justify-content: end;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.fasilitas-carousel__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.fasilitas-carousel__button {
  border: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all;
  transition-duration: 300ms;
}

.fasilitas-carousel__button:hover {
  background: var(--secondary-color-hover);
}

.fasilitas-carousel__button:disabled {
  opacity: 50%;
}

.fasilitas-carousel__button__svg {
  width: 65%;
  height: 65%;
}

.fasilitas-carousel {
  margin-top: calc(0.9rem + 20px);
}

.fasilitas-slide {
  flex: 0 0 calc(100% / 3);
  /* 3 per view dengan gap */
}

/* pendanaan */

.pendanaan {
  background: #f1f9ff;
}

.pendanaan-container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-block: 64px;
}

.pendanaan-card {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 45px;
}

.pendanaan-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid var(--secondary-color);
}

.pendanaan-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #053356;
}

.pendanaan-value {
  width: 100%;
  height: 253px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pendanaan-value-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
  border-radius: 16px;
}

.pendanaan-value-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pendanaan-value-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(16, 89, 143, 0.3), rgba(16, 89, 143, 1));
}

.pendanaan-value-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 26px 40px;
  color: white;
  gap: 0.75rem;
}

.pendanaan-value-title>h3 {
  font-size: var(--text-xl);
  line-height: var(--text-height-xl);
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.pendanaan-value-title>p {
  font-size: var(--text-sm);
  line-height: var(--text-height-sm);
  font-weight: 500;
}

.pendanaan-value-card:hover>.pendanaan-value-overlay>.pendanaan-value-title>h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* keluaran */

.keluaran {
  background: #f1f9ff;
}

.keluaran-container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-block: 62px;
}

.keluaran-card {
  background: white;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  width: 100%;
  aspect-ratio: 1176/576;
  border-radius: 30px;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
  border: 1px solid #105385;
}

.keluaran-header {
  text-align: center;
}

.keluaran-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #053356;
}

.keluaran-header p {
  font-size: var(--text-lg);
  line-height: var(--text-height-lg);
  font-weight: 600;
}

.keluaran-value {
  width: 100%;
  aspect-ratio: 1066/402;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.keluaran-value>button {
  height: 33px;
  width: 33px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  color: #073c64;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  z-index: 10;
  background: #fdcb2b;
  cursor: pointer;
  border-radius: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all;
  transition-duration: 500ms;
}

.keluaran-value>button>svg {
  width: 24px;
  height: 24px;
  fill: none;
  transition: all;
  transition-duration: 500ms;
}

.keluaran-value-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-card {
  width: 225px;
  aspect-ratio: 225/402;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  color: black;
}

.keluaran-slide {
  flex: 0 0 calc(100% / 4);
  /* 4 per view dengan gap */
}

.keluaran-gambar {
  width: 100%;
  aspect-ratio: 225/338;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 40px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.keluaran-gambar>img {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: auto;
  object-fit: cover;
}

.keluaran-doc {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.keluaran-doc>h3 {
  font-size: var(--text-base);
  line-height: var(--text-height-base);
  font-weight: 700;
}

.keluaran-doc>p {
  font-size: var(--text-sm);
  line-height: var(--text-height-sm);
  font-weight: 500;
}

/* carousel */

.carousel {
  overflow: hidden;
  margin-inline: auto;
  width: 100%;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__container {
  display: flex;
  margin-left: calc(1rem * -1);
  touch-action: pan-y pinch-zoom;
}

.carousel__slide {
  padding-left: 1rem;
}


.icon-hibah {
  height: auto;
  width: 95px;
}

main-content {
  width: 100%;
  /* background: #f1f9ff; */
  display: flex;
  flex-direction: column;
  grid-column: span 4 / span 4;
  gap: 35px;
  overflow-y: overlay;
  overflow-x: hidden;
  min-height: 55vh;
  background: #ddedf9;
  /* padding: 25px; */
}

/* 
main {
  width: 100%;
  background: #ddedf9;
  padding-block: 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
} */

section {
  width: 100%;
  margin-inline: auto;
}

/* login */

.login-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddedf9;
}

.login-card {
  background: white;
  width: 100%;
  max-width: 500px;
  border-radius: 18px;
  padding: 40px 32px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 5px;
}

.login-card h2 {
  font-size: 28px;
  font-weight: 800;
  color: #053356;
  text-align: center;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login-form label {
  font-size: 14px;
  font-weight: 600;
  color: #073c64;
}

.login-form input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.login-form input:focus {
  outline: none;
  border-color: #073c64;
  box-shadow: 0 0 0 2px rgba(7, 60, 100, 0.2);
}

.login-btn {
  background: #073c64;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #073c64;
}

.login-btn:hover {
  background: white;
  color: #073c64;
  border: 1px solid #073c64;
}

.login-footer {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.login-footer a {
  color: #073c64;
  font-weight: 700;
  text-decoration: none;
}

.login-footer a:hover {
  text-decoration: underline;
}


.captcha-container {
  display: flex;
  gap: 1rem; /* jarak antar elemen */
  align-items: center; /* biar sejajar secara vertikal */
  margin: 0.1rem 0;
}

.captcha-container input {
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 150px;
}

.captcha-container #captcha-img {
  display: inline-block;
}

.captcha-container a {
  /* background: #17a2b8; */
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.captcha-container a:hover {
  background: #138496;
}

.btn-default-blue {
  cursor: pointer;
  background: #10598f;
  color: white;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  border-radius: 40px;
  padding-inline: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.alert {
  padding: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid var(--secondary-color);
  text-align: center;
}

.title-form {
  border-bottom: 5px solid var(--secondary-color);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.btn-slide {
  z-index:99999;
}


.lower-card > a {
  cursor: pointer;
  background: #10598f;
  color: white;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  border-radius: 40px;
  padding-inline: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-hibah-icon {
  font-size: 150px;
  color: #10598f;
}

.sosmed {
  cursor: pointer;
}

.sosmed:hover {
  border-bottom: 1px solid #fdcb2b;
}