body{
  color: #394253;
  background-color: #f7f7f7;
  /* font-family: Arial, Helvetica, sans-serif; */
}
.card{
    border-radius: 18px;
    padding: 0px 10px 10px 10px;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, .15);
}
.jumbotron{
  background-color: transparent ;
  /* background-image: url('img/batik.png'); */
  background-size: 64%;
  margin-top: -15px;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: right top;
}

.box-btn{
  height: 60px;
  background-color: #454964;
  width: 150px;
  margin-top: -115px;
  border-radius: 14px;
}
.iframe-chart{
  margin-top: -50px;
  opacity: 82%;
  /* margin-right: -50px; */
  /* z-index: 5; */
}

.text-end{
  display: flex;
  align-items: center;
  height: 60px;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  font-size: 9px;
}

.row .btn{
  font-size: .9rem;
  position: absolute;
  width: 150px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .7s ease-out;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .4);
}
.row .btn:hover{
  height: 48px;
  background-color: rgb(43, 53, 83);
  border: 4px solid rgb(255, 255, 255);
}
.btn-primary{
  background-color: rgb(24, 36, 70);
  color: white;
  border: 4px solid rgb(255, 255, 255);
}
.bottom{
  /* height: 100vh; */
  position: relative;
  display: contents;
  /* backgr */
}
.image-model .walikota{
  height: 60vh;
  bottom: 0;
  left: 5%;
  z-index: 99;
  position: absolute;
  /* box-shadow: -5px -2px 7px 0 rgba(0,0,0,.2); */
  filter: drop-shadow(-5px -2px 5px  rgba(0,0,0,.3));
}
.image-wave{
  width: 48%;
  /* box-shadow: 2px 1px 8px rgba(0, 0, 0, .15); */
  filter: drop-shadow(2px 1px 6px rgba(0,0,0,.3));
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.image-illustrate{
  width: 40%;
  margin: 40px 50px;
  z-index: -1;
  opacity: .2;
  bottom: 0;
  right: 0;
  position: absolute;
}
.jargon{
margin-right: -40px;
z-index: 99;
}
.jargon h1{
  text-align: end;
  font-weight: 700;
  font-size: 3.2rem;
  /* justify-content: baseline; */
  /* text-justify: inter-word; */
  -webkit-text-stroke: #ffffff thin;
}
@media only screen and (max-width:1125px){
  .jargon h1{
    text-align: end;
    font-size: 3rem;
  }
  
  .jumbotron{
    background-size: 79%;
  }
}

@media only screen and (max-width:990px){
  .jargon h1{
    text-align: end;
    font-size: 2.2rem;
  }
  .box-btn{
    margin-top: -155px;
    margin-right: -10px;
  }
  .container{
    max-width: 835px;
  }
}
.logo{
  /* margin-top: 15px; */
height: 150px;
}
.footer-corona{
  position: absolute;
  color: #868686;
  right: 7%;
  bottom: 10px;
}
.text-top h1,h2{
  font-weight: 650;
  -webkit-text-stroke: #ffffff thin;
}
.text-top h2{
  font-weight: 700;
}