body {
  background-image: url(aset/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -100px;
}
.filter {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.card-item {
  position: absolute;
  min-width: 350px;
  max-width: 380px;
  height: 450px;
  text-align: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
}

@media only screen and (max-width: 600px) {
  .filter {
    width: 500px;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  body {
    background-image: url(aset/background2.jpg);
    background-repeat: no-repeat;
    background-size: 600px;
  }
  .title {
    font-size: 30px;
  }
}

.isi {
  padding: 15px;
}

.logo {
  max-width: 40px;
  margin-bottom: 7px;
}

/* .btn {
  color: #000000;
  background-color: #f0a500;
} */

.cs1,
.web,
.fb {
  color: #000000;
  background-color: #f0a500;
}

.cs2,
.ig {
  color: #1b1a17;
  background-color: #e9e0d2;
}

.cs1,
.cs2,
.web,
.ig,
.fb {
  min-width: 250px;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
}

.cs1 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.web,
.ig,
.fb {
  margin-top: 15px;
}

.cs1:hover,
.web:hover,
.fb:hover {
  color: gold;
  border: solid gold 1px;
}

.cs2:hover,
.ig:hover {
  color: #e9e0d2;
  border: solid #e9e0d2 1px;
}

.cs2:active,
.cs1:active,
.web:active,
.ig:active,
.fb:active {
  color: gold;
  border: solid gold 1px;
}
