.content{
  font-family: "Poppins", sans-serif;
}



/* Jumbotron */
.jumbotron{
  padding-top: 100px;
}

.jumbotron h1{
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.jumbotron h1 span{
  color: #c1ca20;
}

.jumbotron p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.button-survei{
  background-color: #00AFD8;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 17px;
  padding: 10px 15px;
  border-radius: 25px;
  transition: background-color 0.5s ease, transform 0.5s ease;
  display: block;
  width: max-content;
}

.button-survei:hover{
  background-color: #028dac;
  transform: scale(1.1);
}

.image-survei{
  position: relative;
  width: 85%;
  height: 85%;
}

.circle-background{
  width: 100%;
  height: 100%;
  background-color: #67b8e1a7;
  border-radius: 50%;
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-survei .image,
.image-survei .image-hidden{
  width: 100%;
  height: 100%;
}

.image-survei .image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-survei .image img,
.image-survei .image-hidden img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 480px) {
  .jumbotron{
    padding-top: 20px;
  }

  .jumbotron h1{
    font-size: 30px;
    text-align: center;
  }

  .jumbotron p{
    font-size: 14px;
  }
  
  .button-survei{
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}




/* Indeks */
.indeks{
  background-color: #F9F9F9;
  margin-top: 100px;
  padding: 70px 0 50px 0;
}

.card-indeks-instansi{
  background-color: #00b0d824;
  padding: 20px;
  border-radius: 5px;
}

.judul-card{
  font-weight: 600;
  color: #3A3A3A;
}

.indeks-value p{
  font-size: 100px;
  font-weight: 700;
  color: #3A3A3A;
  margin-bottom: 0;
}

.indeks-information{
  padding-top: 10px;
  border-top: 1px solid #DEDEDE;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.information{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.information p{
  margin-bottom: 0;
}

.information-icon{
  display: flex;
  align-items: center;
  gap: 5px;
}

.information-icon .icon{
  background-color: #d5de225c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-icon .icon svg{
  width: 15px;
  height: 15px;
}

.information-icon p{
  margin-bottom: 0;
  color: #3A3A3A;
  font-weight: 400;
  font-size: 15px;
}

.information-value{
  font-size: 20px;
  font-weight: 600;
}

.information-value span{
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3aa3;
}

.kepuasan-green{
  color: #4CAF50;
}

.kepuasan-yellow{
  color: #FFC107;
}

.kepuasan-orange{
  color: #FF9800;
}

.kepuasan-red{
  color: #F44336;
}

.card-unsur{
  background-color: #d5de2228;
  height: 350px;
  padding: 20px;
  border-radius: 5px;
}

.chart-unsur{
  width: 100%;
  height: 270px;
}

.gap-diagram{
  margin-bottom: 25px;
}


/* Card Service */
.card-service{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.chart-service{
  width: 100%;
  height: 400px;
}




/* Card-Diagram */
.card-diagram{
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
}

.canvas-chart-diagram{
  height: 250px;
}

