@import url("https://fonts.googleapis.com/css2?family=Lato&family=Monda&family=Poppins:wght@300;400&display=swap");
* {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #e0fcff;
}
.flite {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.jumbotron {
  padding-top: 2rem;
  background-color: #87dfd6;
}
#project,
#sertifikasi {
  background-color: #87dfd6;
}
#contact p {
  color: rgb(73, 71, 71);
}
#contact i {
  font-size: xx-large;
  color: rgb(73, 71, 71);
}
#contact p .mail:hover {
  color: rgb(179, 25, 25);
}
#contact p .wa:hover {
  color: rgb(20, 150, 20);
}

#contact a .fb:hover {
  color: rgb(26, 24, 145);
}
#contact a .liin:hover {
  color: rgb(25, 65, 150);
}

.container-project {
  max-width: 100%;
  display: flex;
}
.container-project .box-project {
  position: relative;
  width: 320px;
  height: 320px;
  background: #fff;
  padding: 30px 30px 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container-project .box-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f9296;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.container-project .box-project:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.container-project .box-project p {
  position: relative;
  color: transparent;
  z-index: 2;
  transition: 0.3s;
  padding: 0;
  margin: 0;
}
.container-project .box-project:hover p {
  color: #ffffff;
}
.container-project .box-project:visited p {
  color: #a8ff44;
}
.container-project .box-project a {
  color: transparent;
  border: none;
}
.container-project .box-project:hover a {
  position: relative;
  color: #fff;
  margin-top: 20px;
  border: 2px solid #fff;
}
.btns:focus {
  box-shadow: none;
}
footer {
  background-color: #2f9296;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.carousel-indicators [data-bs-target] {
  text-indent: unset;
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: calc(1.325rem + 0.9vw);
  color: #2f9296;
  opacity: 0.4;
}
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-indicators .active {
  color: #212529;
  opacity: 1;
}
