body{
  background-color: #F8F8F8;
  font-family: "Poppins", sans-serif;
}

.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;
}


.text-muted{
  color: #6C757D;
}

.harga .card, .demo .card{
  margin:0 auto;
  border-radius: 10px;
  min-height: 410px;
  
}

.harga .card-body{
  padding:30px;
  
}

.harga ul{
  list-style: none;
  padding: 0;
}

.form-contact{
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-contact input{
  margin-bottom: 15px;
}

.mt-6 {
  margin-top: 4rem !important;
}

#hero-banner, #pilih{
  padding-bottom: 50px;
  padding-top: 50px;
}

#tentang, #harga, #daftar, #pilih, #demo{
  padding-bottom: 20px;
  padding-top: 20px;
}

.icon-upload{
  font-size: 90px;
}
   /* Toast container */
   .toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    font-size: 17px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
  }

  /* Show the toast */
  .toast.show {
    visibility: visible;
    opacity: 1;
  }
  .drop-zone {
    border: 2px dashed #4CAF50;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: border-color 0.3s;
  }
  .drop-zone.dragover {
    border-color: #2196F3;
  }
  .drop-zone input {
    display: none;
  }
  .file-info {
    margin-top: 20px;
    font-size: 14px;
  }

  .nav-link.active {
    font-weight: bold;
  }
  #loadingIndicator {
margin-top: 20px;
align-items: center;
justify-content: center;
gap: 10px;
}

.hidden {
display: none;
}

.spinner {
width: 20px;
height: 20px;
border: 4px solid #ccc;
border-top: 4px solid #3498db;
border-radius: 50%;
animation: spin 1s linear infinite;
}

@keyframes spin {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

@media (max-width: 991px){

  #hero{
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .row-reverse{
    flex-direction: column-reverse;
  }



.text-center-mobile{
  text-align: center !important;
}

.bd-lead {
  padding-left: 20px;
  padding-right: 20px;
}

.mt-content-mobile{
  margin-top: 1rem !important;

}

.mb-content-mobile{
  margin-bottom: 1rem !important;
}

}

@media (max-width: 576px){
}
  
