body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

.sidebar {
  overflow: auto;
  width: 20%;
  height: 100vh;
  padding: 5px;
  background-color: #040b14;
  color: white;
  float: left;
  position: fixed;
}
.sidebar img {
  width: 150px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  margin-top: -40px;
}
.sidebar .my-profil {
  text-align: center;
  margin-top: 20%;
}
.sidebar .social-media {
  margin-top: 10px;
  text-align: center;
}
.sidebar .social-media i {
  margin-right: 7px;
  margin-left: 5px;
  font-size: 20px;
}
.sidebar .social-media a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.sidebar .social-media a:hover {
  color: #ffc107;
}
.sidebar .navbar {
  margin-top: 5px;
}
.sidebar .navbar ul li {
  list-style: none;
  padding-bottom: 10px;
}
.sidebar .navbar a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin-left: -12px;
  transition: 0.3s;
}
.sidebar .navbar a:hover {
  color: #ffc107;
}
.sidebar .navbar .nav-active {
  color: #ffc107;
}
.sidebar .footer {
  position: absolute;
  font-size: 10px;
  bottom: 0;
  padding-right: 5px;
  margin-left: 15px;
}
.sidebar .footer a {
  text-decoration: none;
  color: #ffc107;
  font-weight: 700;
}

.btn-navbar {
  width: 40px;
  height: 40px;
  background-image: url("../../../../img/icon/menu.png");
  background-size: 100% 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 7000;
}

.btn-close {
  background-image: url("../../../../img/icon/clear.png");
  transition: 0.5s;
}

.main {
  width: 80%;
  float: right;
}
.main .hero-image {
  background-image: url("../../../img/dieng.webp");
  background-size: cover;
  background-position: 100px -30px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: -100;
}
.main .hero-image::before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.main .hero-title {
  position: absolute;
  margin-top: 17%;
  margin-left: 10%;
  z-index: 100;
  color: white;
  text-shadow: 3px 3px 3px black;
}
.main .hero-title h1 {
  font-weight: 700;
  font-size: 70px;
}
.main .hero-title span {
  border-bottom: 1px solid #ffc107;
}
.main .head-title {
  padding-top: 2rem;
  margin-bottom: 30px;
  margin-top: 50px;
}
.main .head-title .shadow-title {
  font-size: 60px;
  opacity: 0.1;
  font-weight: 600;
}
.main .head-title .title {
  font-weight: 600;
  margin-left: 30px;
  margin-top: -50px;
  color: #040b14;
}
.main #about {
  overflow: hidden;
  text-align: justify;
  padding-bottom: 100px;
}
.main #about img {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: 3px solid #ffc107;
  border-radius: 10px;
}
.main #about a {
  text-decoration: none;
  color: black;
}
.main #about p {
  font-size: 17px;
}
.main #about table th {
  width: 150px;
}
.main #about table .pemisah {
  width: 20px;
}
.main #education {
  overflow: hidden;
  background-color: rgba(128, 128, 128, 0.051);
  padding-bottom: 100px;
}
.main #education h3 {
  font-weight: 600;
  margin-top: 20px;
}
.main #education .education-item {
  position: relative;
}
.main #education .education-item span {
  background-color: #ffc107;
  color: white;
  text-shadow: 3px 3px 3px black;
  margin-right: 3px;
  padding: 5px;
  border-radius: 3px;
  font-size: 17px;
}
.main #education .education-item button {
  margin-top: 10px;
}
.main #education tr td {
  vertical-align: top;
  padding: 3px;
}
.main #education ul li {
  list-style: none;
  font-size: 20px;
  margin-top: 15px;
}
.main #certificate {
  padding-bottom: 100px;
  margin-top: -50px;
  background-color: rgba(128, 128, 128, 0.1019607843);
}
.main #certificate .certificate-carousel {
  width: 70%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main #work-experience {
  padding-bottom: 100px;
}
.main #work-experience .card {
  text-align: center;
  padding: 20px;
  border-top: 5px solid #ffc107;
  border-bottom: 5px solid #ffc107;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main #work-experience .card h5 {
  font-weight: 700;
}
.main #work-experience .card a {
  text-decoration: none;
  color: black;
}
.main #skills {
  overflow: hidden;
  background-color: rgba(128, 128, 128, 0.051);
  padding-bottom: 100px;
}
.main #skills table tr td {
  vertical-align: middle;
}
.main #project {
  overflow: hidden;
  background-color: rgba(128, 128, 128, 0.1019607843);
  padding-bottom: 100px;
}
.main #project #project-filters {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main #project #project-filters li {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.main #project #project-filters li:first-child {
  margin-left: -30px;
}
.main #project #project-filters li:hover {
  color: #ffc107;
}
.main #project .filter-active {
  color: #ffc107;
}
.main #project .db-deactive {
  display: none;
}
.main #project #card-project .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: 3px solid #ffc107;
  height: 100%;
}
.main #project #card-project .card a {
  background-color: #ffc107;
  border: none;
  text-shadow: 3px 3px 3px black;
  transition: 0.3s;
}
.main #project #card-project .card a:hover {
  background-color: #040b14;
}
.main #project .card {
  border-bottom: 3px solid #ffc107;
}
.main #contact {
  overflow: hidden;
}
.main #contact .card {
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: 3px solid #ffc107;
  border-top: 3px solid #ffc107;
}
.main #contact .card button {
  width: 100%;
  padding: 5px 0;
  background-color: #ffc107;
  text-shadow: 3px 3px 3px black;
  font-size: 20px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: white;
}
.main #contact .card button:hover {
  opacity: 0.9;
}
.main #contact .card input,
.main #contact .card textarea {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.main #contact .card iframe {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main #contact .card a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.main #contact .card h3 {
  color: #040b14;
}
.main #contact .card p {
  font-size: 20px;
}
.main #contact .card i {
  font-size: 25px;
  color: white;
  background-color: #040b14;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s;
}
.main footer {
  margin-top: 150px;
  background-color: #040b14;
  color: white;
  text-align: center;
  padding: 30px;
}
.main footer a {
  text-decoration: none;
  color: #ffc107;
}
.main .back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-image: url("../../../../img/icon/up-arrow.png");
  background-size: 100% 100%;
  right: 20px;
  bottom: -100px;
  transition: 1s;
}
.main .back-top {
  bottom: 20px;
  transition: 1s;
}

.btn-finance,
.admin-login {
  position: fixed;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.btn-finance {
  bottom: 10px;
}

.btn-admin button {
  text-align: center;
  width: 150px;
  height: 35px;
  border-radius: 10px;
  background-color: #ffc107;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-admin button:hover {
  opacity: 0.8;
}

.hidden-data {
  display: none;
}

.admin-login {
  top: 0;
}

.edit-title .card,
.edit-about .card,
.edit-project .card,
.edit-contact .card {
  margin: 10px;
  margin-top: 20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.edit-title .card .card-body,
.edit-about .card .card-body,
.edit-project .card .card-body,
.edit-contact .card .card-body {
  padding: 20px;
}
.edit-title .card h1,
.edit-about .card h1,
.edit-project .card h1,
.edit-contact .card h1 {
  background-color: #ffc107;
  padding: 10px;
  color: white;
}
.edit-title .card a,
.edit-title .card button,
.edit-title .card h1,
.edit-about .card a,
.edit-about .card button,
.edit-about .card h1,
.edit-project .card a,
.edit-project .card button,
.edit-project .card h1,
.edit-contact .card a,
.edit-contact .card button,
.edit-contact .card h1 {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

.edit-about .card {
  margin-top: 5%;
}
.edit-about .card input {
  margin: 5px;
}

.edit-project .card,
.edit-contact .card {
  margin-top: 5%;
}

@media screen and (min-width: 992px) {
  .btn-navbar {
    display: none;
  }
  footer {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sidebar {
    float: none;
    width: 30%;
    margin-left: -1000px;
    transition: 0.5s;
    padding: 20px;
    z-index: 1000;
  }
  .show {
    margin-left: 0;
    transition: 0.5s;
    z-index: 1000;
  }
  .main {
    float: none;
    width: 100%;
  }
  .main .hero-image {
    background-position: -450px 0;
  }
  .main .hero-title {
    margin-top: 45%;
  }
  .main .head-title .title {
    margin-top: -40px;
  }
  .main #about ul li {
    padding-bottom: 17px;
  }
  .main #certificate .certificate-carousel {
    width: 90%;
  }
  .main #contact .card {
    padding: 10px;
  }
  .main #contact .card p {
    font-size: 17px;
  }
  .main #contact .card i {
    font-size: 17px;
    color: white;
    background-color: #040b14;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 576px) {
  .sidebar {
    width: 70%;
  }
  .sidebar .footer {
    display: none;
  }
  .main .hero-image {
    background-image: url("../../../../img/dieng-ponsel.webp");
    background-size: 100% 100%;
    background-position: 0 0;
    background-attachment: fixed;
  }
  .main .hero-title {
    margin-top: 60%;
    margin-left: 5%;
  }
  .main .hero-title h1 {
    font-size: 32px;
  }
  .main .hero-title h2 {
    font-size: 20px;
  }
  .main #about table th {
    width: 120px;
  }
  .main #work-experience .shadow-title {
    font-size: 40px;
  }
  .main #work-experience .title {
    margin-top: -30px;
  }
  .main #project #project-filters {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .main #project #project-filters li {
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
  }
  .main #contact .card p {
    font-size: 17px;
  }
  .main #contact .card i {
    font-size: 17px;
    color: white;
    background-color: #040b14;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 350px) {
  .sidebar {
    overflow: auto;
  }
  .sidebar .footer {
    position: static;
  }
  .main .hero-title {
    margin-top: 50%;
    margin-left: 5%;
  }
  .main .hero-title h1 {
    font-size: 27px;
  }
  .main .hero-title h2 {
    font-size: 17px;
  }
  .main #work-experience .shadow-title {
    font-size: 35px;
  }
  .main #work-experience .title {
    margin-top: -25px;
  }
  .main #project #project-filters {
    font-size: 10px;
  }
  .main #project #project-filters li {
    padding: 10px 20px;
  }
  .main #contact .card p {
    font-size: 14px;
  }
  .main #contact .card i {
    font-size: 14px;
    color: white;
    background-color: #040b14;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
  }
}/*# sourceMappingURL=style.css.map */