body{
    background: url('../img/landing page.svg') no-repeat;
    height: auto;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

#header {
    background-size: cover;
    padding: 6rem 1rem 2rem 1rem;
}

.features-icons {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.features-icons-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #0080ff;
}

.showcase-img {
    background-size: cover;
    min-height: 30rem;
}

.showcase-text {
    padding: 8rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonials-item img {
    max-width: 12rem;
    box-shadow: 0 5px 5px #adb5bd;
}

.call-to-action {
    background: url("../img/banner.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

footer {
    position: absolute;
    bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media screen and (max-width: 360px) {
    .showcase-text {
        padding: 4rem;
    }

    .showcase-img {
        min-height: 15rem;
    }
}

/* Styling untuk card */
.judul-baru{
    height: 100px;
}
.roubaru{
    height: 100px;

}
.hero_baru{
    height: 100px;

}
.kart-baru {
    margin: 20px;
    width: 388px;
    height: 435px;
    border: 2px solid #000;
    border-radius: 50px; /* Membuat sudut membulat */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    overflow: hidden; /* Jika isi melebihi sudut, ini akan memotongnya */
}


.kart-baru:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Jika isi melebihi sudut, ini akan memotongnya */
}

.kart-bodi {
    padding: 45px;
    border-radius: 50px; /* Membuat sudut membulat */
}

.card-title {
    min-height: 87px;
    overflow: hidden;
    font-weight: bold;
}

/* Media Queries untuk Responsif */
@media (max-width: 768px) {
    .kart-baru {
        width: 90%; /* Mengubah lebar card untuk perangkat mobile */
        height: auto; /* Mengatur tinggi otomatis */
        margin: 15px auto; /* Mengatur margin agar card terpusat */
    }

    .kart-bodi {
        padding: 20px; /* Mengurangi padding untuk tampilan mobile */
    }

    .card-title {
        font-size: 1.2em; /* Mengubah ukuran font untuk judul */
    }
}

@media (max-width: 576px) {
    .kart-baru {
        width: 95%; /* Lebar lebih kecil untuk perangkat yang lebih kecil */
    }

    .card-title {
        font-size: 1em; /* Ukuran font lebih kecil untuk perangkat kecil */
    }
}

.tgl-baru {
    display: block;
    color: #000;
    margin-top: 5px;
}

.btn-baru {
    background-color: #1D3B64;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

.btn-baru:hover {
    background-color: #453126;
}

.footer {
    position: relative;
    width: 100%;
    background: #182F51;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
}
#pills-tab .click-primary { /* Lebih spesifik */
    background: #182f51 !important;
}
.click-primary.active {
    background: #A5C7EF !important;
    color: #000 !important;
}

.click-primary {
    border-radius: 5px;
    padding:       10px 15px;
    color:         white;
    display:       inline-block;
    font:          normal 14px/1 "Nunito", sans-serif;
    text-align:    center;
    background:    #182f51;
    transition:    color 0.1s linear, background-color 0.2s linear;
}

.click-primary:hover {
    background:    #A5C7EF;
    color:         #000;
    transition:    color 0.1s linear, background-color 0.2s linear;
    cursor:        pointer;
}

.nav-item.active {
    font-weight: bold;

}

.eregist {
    margin: 2vh 0vh 5vh 0vh;
    display: block;
    max-width: 100%;
    height: auto;
}
.selamatdatang {
    display: block;
    margin: 0vh 0vh 0vh 0vh;
    max-width: 100%;
    height: auto;
}

.deskripsi {
    display: block;
    margin: 3vh 0vh 0vh 0vh;
    max-width: 100%;
    height: auto;
}

#svg{
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
}

/* #svg svg{

} */


@media (max-width: 800px) {
    .eregist {
        margin: 50px 0px;
    }

    .selamatdatang {
        margin: 0;
    }

    #svg svg {
        display: none;
    }

}

.nav-pills .nav-link.active{
    background-color: #182F51 !important;
}

.card-link {
    text-decoration: none; /* Remove underline */
    color: black; /* Inherit text color from parent */
    display: block; /* Make the anchor tag a block element */
    height: 100%; /* Ensure the anchor tag takes up the full height of the card */
}

.card-link:hover {
    text-decoration: none; /* Ensure no underline on hover */
    /* background-color: #f8f9fa; Optional: Add a hover effect */
    color: #000;
}

.button-regist {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #182F51 !important;
  border-radius: 9999px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff !important;
  gap: 10px !important;
  font-weight: bold !important;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  height: 60px;
  line-height: 2 !important;
}

.icon-regist {
  width: 24px;
  height: 24px;
  justify-self: end !important;
  transition: all 0.3s ease-in-out;
}

.button-regist:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button-regist:hover .icon {
  transform: translate(4px);
}

.button-regist:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button-regist::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
