@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");

body {
  background-color: #111111;
  font-family: "Poppins";
}

a {
  text-decoration: none;
}

.navbar-brand img {
  width: 50px;
  width: 50px;
}

.nav-item {
  font-size: 20px;
  padding: 10px;
  font-style: bold;
  float: right;
}

.nav-link {
  color: #fcfaf4;
}

.nav-link:hover {
  color: #6f42c1;
}

.btn-outline {
  width: 150px;
  height: 50px;
  font-size: 22px;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #6f42c1;
}

.nav-item :hover .btn {
  color: #6f42c1;
  background-color: #6f42c1;
}

.heading h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 175px;
  margin-top: 90px;
  margin-bottom: 10px;
  text-align: center;
  color: #494c50;
}

.link-about {
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.link-about img {
  width: 100%;
  height: 40px;
}

.link-project {
  display: flex;
  position: absolute;
  top: 18%;
  right: 5%;
}

.link-project img {
  width: 100%;
  height: 40px;
}

.link-work {
  display: flex;
  position: absolute;
  bottom: 18%;
  right: 10%;
}

.link-work img {
  width: 100%;
  height: 40px;
}

.link-koneksi {
  display: flex;
  position: absolute;
  bottom: 18%;
  right: 10%;
}

.link-koneksi img {
  width: 100%;
  height: 50px;
}

.link-hub {
  display: flex;
  position: absolute;
  bottom: 18%;
  right: 5%;
}

.link-hub img {
  width: 100%;
  height: 50px;
}

.card {
  background: #333639;
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  color: #fcfaf4;
  width: auto;
  height: 305px;
  padding: 30px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  justify-content: center;
}

@media screen and (max-width: 414px) {
  h1 {
    font-size: 30px !important;
    line-height: 80%;
    margin-top: 10px;
  }
}

.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(5, 192, 46, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.card:hover .overlay {
  transform: scale(4) translateZ(0);
  opacity: 1;
}

.card:hover {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
  --bg-color: #6f42c1;
  --bg-color-light: #6f42c1;
  --text-color-hover: #4c5656;
  --box-shadow-color: rgba(31, 102, 209, 0.48);
}

.card:hover .text h1 {
  opacity: 0;
}

.card:hover .text h5 {
  opacity: 0;
}

.card:hover .text p {
  opacity: 1;
}

.card:hover {
  background: var(--bg-color-light);
}

.card:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(245, 240, 240, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card .text p {
  opacity: 0;
  font-size: 40px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease-out;
}

.overlay-text h5 {
  color: white;
  font-size: 10px;
  position: absolute;
  top: 53%;
  left: 42%;

  transform: translate(-50%, -50%);
  text-align: center;

  text-align: left;
}
footer {
  display: flex;
  width: 100%;
  height: 147px;
  color: #fcfaf4;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.heading-about {
  color: #fcfaf4;
}

.card-about {
  background: #333639;
  box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  color: #fcfaf4;
  width: auto;
  height: auto;
  padding: 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  justify-content: center;
  margin-top: 10px;
}

.card-about .type h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  align-items: center;
}

.card-about img {
  border-radius: 50%;
}
