@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
.header {
    width: 100%;
    height: 50px;
    background-color: #FF6263;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    top: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 100;
}
.header1 {
    width: 100%;
    height: 50px;
}

.footer1 {
    width: 100%;
    height: 60px;
    background-color: #FF6263;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}
.footer2 {
    width: 100%;
    height: 70px;
}

.menu1 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.iklan1 {
  margin-top: 40px;
}

.iklan1 p {
  font-size: 4vw;
  font-weight: bold;
}

.pilihan1 {
  width: 93%;
  display: flex;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
}
.pilihan2 {
  width: 40%;
  float: left;
  flex-shrink: 0;
  margin: 5px;
}

.pilihan2 p {
  font-size: 3vw;
}


.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    
  }
  
  .button-85:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
  }

  
.money1 {
    width: 90%;
    height: 130px;
    background-color: #FF6263;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.money2 {
    width: 100%;
    height: 130px;
    float: left;
}
.money3 {
    width: 95%;
    height: 110px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    
}

.dapil1 {
    width: 90%;
    height: 180px;
    background-color: #FF6263;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.dapil2 {
    width: 100%;
    height: 180px;
    float: left;
}
.dapil3 {
    width: 95%;
    height: 160px;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}

#detil {
    margin-top: 20px;
    margin-left: 20px;
}

#indek {
    margin-left: 5px;
    
}

.search-box {
  padding-left: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#cetak {
  margin-top: 30px;
  text-align: center;
}

#carouselExampleControls {
  margin-top: 20px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#chat {
  width: 90%;
}


@media only screen and (min-width: 992px) {
  #carouselExampleControls {
    display: none;
  }
  

  .menu1 {
		width: 30%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}

  .footer1 {
   display: none;

}
.footer2 {
  display: none;
}

.iklan1 {
  text-align: center;
}

.iklan1 p {
  font-size: 2vw;
  font-weight: bold;
}


.pilihan1 {
  width: 50%;
  display: flex;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
}
.pilihan2 {
  width: 20%;
  float: left;
  flex-shrink: 0;
  margin: 5px;
}

.pilihan2 p {
  font-size: 1vw;
}

.money1 {
  width: 30%;
  height: 130px;
  background-color: #FF6263;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.money2 {
  width: 100%;
  height: 130px;
  float: left;
}
.money3 {
  width: 95%;
  height: 110px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  
}

.dapil1 {
  width: 30%;
  height: 150px;
  background-color: #FF6263;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.dapil2 {
  width: 100%;
  height: 150px;
  float: left;
}
.dapil3 {
  width: 95%;
  height: 130px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}



}


