.petabanten {
    margin-left: 100px;
}

.petabanten g path {
    fill: #05063e;
    stroke-width:4px;
    transition: fill 0.3s;
    stroke:#ffffff;
    stroke-width:0.1;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1;
}

.petabanten g path:hover {
    fill: #ffbd59;
}

/* .pagu {
    margin-top: 200px;
} */

.pagu .title{
    font-size: 38px;
    font-weight: 300;
    margin-top: 150px;
}

.pagus {
    padding: 100px;
}

.progress {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd;
    height: 40px;
    width: 1100px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 10px;
    /* box-shadow: 5px -10px 12px 3px rgb(0, 0, 0, 0.3) inset; */
}
.progress-done {
    font-weight: bolder;
    font-size: large;
    color: #444;
    height: 100%;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    border-radius: 5px;
    display: grid;
    place-items: center;
    width: 0;
    box-shadow: 0 0 3px -5px rgb(108,212,236), 0 3px 150px
                rgb(48,160,188);
    transition: width .5s ease;
}

.progress-notdone {
    background: linear-gradient(45deg, rgba(255,255,255,0.5) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, transparent 75%, transparent);
    background-size: 40px;
    /* border-radius: 5px; */
    animation: move 1s linear infinite;
    font-weight: bolder;
    font-size: large;
    color: #444;
    height: 100%;
    display: grid;
    place-items: center;
    width: 0;
    box-shadow: 0 0 3px -5px rgb(108,212,236), 0 3px 150px
                rgb(48,160,188);
    transition: width .5s ease;

}

@keyframes move{
    100%{
        background-position: 40px 0px;
    }
}

.a {
    background-color: #79d8ee;
}

.box-container{
    /* display: inline-block; */
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    position: relative;
    margin-left: 5px;
}

.box{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding:30px 20px;
    width: 350px;
    margin: 10px;
}

.box h3{
    color:#444;
    font-size: 22px;
    padding:10px 0;
}

.box p{
    color:#555;
    font-size: 15px;
    line-height: 1.8;
}

.button{
    width: 1100px;
    height: 40px;
    margin: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    border: none;
    border-radius: 5px;
    transition-duration: 0.6s;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 15px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

/* .pegawai {
    margin-top: -100px;
} */

.pegawai .title{
    font-size: 38px;
    font-weight: 300;
    margin-top: 100px;
}

.box-container-peg{
    /* display: inline-block; */
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    position: relative;
    margin-left: 5px;
}

.box-peg-1{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 140px 0px;
    width: 350px;
    height: 350px;
    margin: 10px;
}

.box-peg-2{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 730px;
    height: 100px;
    margin: 10px;
}

.box-peg-3{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 355px;
    height: 100px;
    margin: 10px;
}

.box-peg-4{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 165px;
    height: 100px;
    margin: 10px;
}

.box-container-peg h3{
    color:#444;
    font-size: 22px;
    padding:10px 0;
}

.box-container-peg p{
    color:#555;
    font-size: 15px;
    line-height: 1.8;
}

.capaian .title{
    font-size: 38px;
    font-weight: 300;
    margin-top: 100px;
}

.box-container-cap{
    /* display: inline-block; */
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    position: relative;
    margin-left: 5px;
}

.box-cap-1{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 260px;
    height: 100px;
    margin: 10px;
}

.box-cap-2{
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 1100px;
    height: 100px;
    margin: 10px;
}

.box-cap-3{
    display: inline-block;
    border-radius: 20px;
    background: linear-gradient(to left,rgb(108,212,236),
                rgb(153, 235, 255));
    text-align: center;
    padding: 20px 0px;
    width: 260px;
    height: 100px;
    margin: 10px;
}

.box-container-cap h3{
    color:#444;
    font-size: 22px;
    padding:10px 0;
}

.box-container-cap p{
    color:#555;
    font-size: 15px;
    line-height: 1.8;
}

