::-webkit-scrollbar {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  background-color: white;
}
.nav-link {
  color: black;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.nav-link:hover {
  color: white;
  background-color: black;
}
.navbar-brand {
  font-size: 1.25rem;
  font-weight: 800;
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.navbar-brand:hover {
  color: black;
}
.main {
  background: url(image/gambar\ \(2\)\ \(1\).png);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.main h3 {
  font-size: 4.4rem;
  font-weight: 700;
}
.main h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 3px solid rgb(233, 20, 109);
  width: 42%;
}
.main .bt1 {
  height: 55px;
  width: 138px;
  background-color: rgb(233, 20, 109);
  color: white;
  outline: none;
  border: none;
  font-weight: bold;
  border-radius: 5px;
}
.main .bt1:hover {
  background-color: rgb(202, 18, 95);
  transition: 0.5s;
}
.main .bt2 {
  height: 55px;
  width: 138px;
  background-color: transparent;
  color: rgb(233, 20, 109);
  outline: none;
  border: 1px solid rgb(233, 20, 109);
  font-weight: bold;
  border-radius: 5px;
}
.main .bt2:hover {
  background-color: rgb(233, 20, 109);
  transition: 0.5s;
  color: white;
}
.about img {
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.75);
}
h1{
  font-size: 3rem;
  font-weight: 900;
}
.progress {
  background-color: rgb(233, 219, 209);
  justify-content: flex-start;
  border-radius: 50px;
  align-items: center;
  position: relative;
  display: flex;
  height: 25px;
  width: 100%;
  box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75) inset;
}
.pro-value1 {
  animation: load1 3s normal forwards;
  border-radius: 50px;
  background-color: black;
  height: 25px;
  width: 0;
}
.pro-value2 {
  animation: load2 3s normal forwards;
  border-radius: 50px;
  background-color: black;
  height: 25px;
  width: 0;
}
.pro-value3 {
  animation: load3 3s normal forwards;
  border-radius: 50px;
  background-color: black;
  height: 25px;
  width: 0;
}
.pro-value4 {
  animation: load4 3s normal forwards;
  border-radius: 50px;
  background-color: black;
  height: 25px;
  width: 0;
}
.progress p{
  color: white;
  padding: 12px;
}
@keyframes load1 {
  0%{
    width: 0;
  }
  100%{
    width: 95%;
  }
}
@keyframes load2 {
  0%{
    width: 0;
  }
  100%{
    width: 90%;
  }
}
@keyframes load3 {
  0%{
    width: 0;
  }
  100%{
    width: 90%;
  }
}
@keyframes load4 {
  0%{
    width: 0;
  }
  100%{
    width: 35%;
  }
}
.btn1 {
  height: 40px;
  width: 145px;
  outline: none;
  border: none;
  background-color: black;
  color: white;
  border-radius: 4px;
}
.btn1:hover {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: 0.5s;
}
.btn2 {
  height: 40px;
  width: 145px;
  outline: none;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  border-radius: 4px;
}
.btn2:hover {
  background-color: black;
  color: white;
  border: none;
  transition: 0.5s;
}
.services .card{
  border: none;
  outline: none;
  box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.75);
}
.services .card p {
  color: gray;
}
.circle {
  height: 70px;
  width: 70px;
  background-color: lightgray;
  color: black;
  padding: 12px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.card:hover .circle {
  background-color: black;
  color: white;
  transition: 0.5s;
}
.control ul li {
  list-style: none;
  background-color: black;
  padding: 5px 15px;
  color: white;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
}
.item {
  position: relative;
}
.item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
  transition: 0.5s;
}
.item span {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 40px;
  color: black;
  cursor: pointer;
  opacity: 0;
}
.item:hover span {
  opacity: 1;
  transition: 0.5s;
}
.item:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(234, 235, 230, 0.644);
  opacity: 0;
  position: absolute;
}
.item:hover:before {
  opacity: 1;
  transition: 0.3s;
}
.circle:hover {
  background-color: black;
  transition: 0.4s;
  color: white;
}
.contact .btn3 {
  background-color: black;
  color: white;
  outline: none;
  border: none;
  height: 40px;
  width: 140px;
  border-radius: 4px;
}
.btn3:hover {
  background: transparent;
  color: black;
  transition: 0.4s;
  border: 1px solid black;
}
footer {
  background-color: rgb(58, 52, 52);
  color: lightgrey;
}