body {
  color: rgb(0, 0, 0);
  font-family: fonttt;
  width: wrap;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
}

@font-face {
  font-family: fontt;
  src: url("TheNextFont.ttf") format("opentype");
}

@font-face {
  font-family: fonttt;
  src: url("Poppins-Light.ttf") format("opentype");
}

h5 {
  font-family: fonttt;
}

nav img {
  float: left;
  height: 40px;
  margin-top: 3px;
}

.navbar-nav {
  margin: 0 15px;
}

h2 {
  text-align: center;
  font-family: "fonttt";
  font-weight: bold;
  font-size: 25px;
}

h4 {
  text-align: center;

  font-family: "fonttt";
}

h5 {
  text-align: center;
}

.tentang {
  margin: 80px;
}

.centered {
  font-size: 50px;
  text-align: center;
  font-family: fontt;
}

.bg1 {
  background-color: #e6e6e6;
  border-radius: 20px;
  margin: 10px;
  box-shadow: 5px 5px;
}

.bg2 {
  padding: 20px;
  border-radius: 50px;
  background: #e0e0e0;
  margin: 10px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

.centered1 {
  font-size: 20px;
  text-align: center;
  font-family: fontt;
  text-shadow: 3px 3px 3px #ababab;
}

.centered2 {
  font-size: 20px;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.container1 {
  flex-wrap: wrap;

  display: flex;
  justify-content: center;
  align-items: center;
}

.container1 .glass {
  position: relative;
  width: 150px;
  height: 200px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: top;
  transition: 0.5s;
  border-radius: 10px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
}

.container1:hover .glass {
  transform: rotate(0deg);
  margin: 0 10px;
}

.container1 .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px;
  text-align: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  color: #c5c5c5;
}
.container1 .glass svg {
  font-size: 2.5em;
  fill: #fff;
}

.bgfoot {
  background-image: url("backgroundfoot.png");
  height: 600px;
  background-position: center;
}

/*Aspirasi*/
.container-aspirasi {
  margin: 5rem auto;
}
.kotak-aspirasi {
  margin: 30px auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.247);
  border-radius: 40px;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 10);
}
.form-border {
  margin: 20px auto;
}
label {
  font-weight: 600;
}
.column-input {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  gap: 5px;
}
.column-input button {
  margin-top: 5px;
}
#my-form-status {
  margin: 10px auto;
  font-weight: 600;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  align-items: center;
  width: 180px;
  height: 300px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.hahay {
  background-color: #777;
  border-radius: 10px;
}

.centeredfooter {
  font-size: 10px;
  text-align: center;
  text-shadow: 3px 3px 3px #ababab;
}

.logofollowus {
  margin: 10px;
}
.Buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #00587a;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l37-1 0.75s infinite linear alternate, l37-2 1.5s infinite linear;
}
@keyframes l37-1 {
  0%,
  20% {
    box-shadow: 30px 0 0 3px, 10px 0 0 3px, -10px 0 0 3px, -30px 0 0 3px;
  }
  60%,
  100% {
    box-shadow: 12px 0 0 3px, 14px 0 0 6px, -14px 0 0 6px, -12px 0 0 3px;
  }
}

@keyframes l37-2 {
  0%,
  25% {
    transform: rotate(0);
  }
  50%,
  100% {
    transform: rotate(0.5turn);
  }
}

.button {
  height: 40px;
  width: 300px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  border: 1px solid #252525;
  overflow: hidden;
  border-radius: 30px;
  color: #333;
  transition: all 2s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #333;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  color: #3faeda;
  border: 1px solid #3faeda;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}
/* From Uiverse.io by adamgiebl */
.cardwewenang {
  box-sizing: border-box;
  width: 195px;
  height: 300px;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  margin: 10px;
}

.cardwewenang:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.cardwewenang:active {
  transform: scale(0.95) rotateZ(1.7deg);
}
