* {
  margin: 0;
  padding: 0;
}

#animasi {
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: white;
  transition: 1s;
}

.loading-outer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid rgba(11, 83, 152, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: rotate-outer 1.5s linear infinite forwards;
  position: relative;
  margin: 0 auto;
  margin-top: 35vh;
  margin-bottom: 30px;
}
.loading-outer .loading-inner {
  width: 70px;
  height: 70px;
  border-radius: inherit;
  border: 5px solid rgba(11, 83, 152, 0.8);
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: rotate-inner 1.5s linear infinite forwards;
  position: absolute;
}

.loader--text {
  position: absolute;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes rotate-outer {
  50% {
    transform: rotate(200deg);
  }
}
@keyframes rotate-inner {
  50% {
    transform: rotate(-400deg);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
body {
  font-family: "Open Sans", sans-serif;
  color: #040b14;
  background-color: #f5f5f5;
}

nav {
  background-color: rgba(4, 11, 20, 0.9);
}
nav a {
  color: white !important;
}

#hero {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #040b14;
  color: white;
  padding-top: 150px;
  padding-bottom: 180px;
  border-bottom: 5px solid #0b5398;
}
#hero #video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#hero #fotoProfile {
  overflow: hidden;
  border: 1px solid black;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #0b5398;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#hero #fotoProfile img {
  transition: 0.3s;
  width: 250px;
  height: 250px;
  cursor: pointer;
}
#hero #fotoProfile img:hover {
  width: 260px;
  height: 260px;
  margin-left: -10px;
}
#hero h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20pt;
}
#hero #fotoProfile,
#hero h3,
#hero p {
  position: relative;
  z-index: 100;
  text-shadow: 1px 1px 1px black;
}

.head-title {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 50px;
}
.head-title .shadow-title {
  font-size: 60px;
  opacity: 0.1;
  font-weight: 600;
}
.head-title .title {
  font-weight: 600;
  margin-left: 30px;
  margin-top: -50px;
}

#about {
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 11pt;
  padding-bottom: 20px;
}
#about .container {
  padding: 0 40px 40px 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
#about img {
  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);
  border-bottom: 5px solid #0b5398;
  margin-bottom: 20px;
}
#about table {
  margin-bottom: -10px;
}
#about table span {
  font-size: 20pt;
}
#about a {
  text-decoration: none;
  color: #0b5398;
}
#about a p {
  margin: 0;
}
#about #skills img {
  border-bottom: none;
  width: 40px;
  box-shadow: none;
  border-radius: none;
  margin: 0;
}
#about #skills table tr td {
  font-size: 14pt;
  vertical-align: middle;
  line-height: 1.2;
}

#education {
  overflow: hidden;
  margin-bottom: 100px;
}
#education .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
  cursor: pointer;
}
#education .card h5 {
  font-size: 20pt;
  font-weight: bold;
  color: #0b5398;
  margin-bottom: 20px;
  text-align: center;
}
#education .card p {
  font-weight: bold;
  font-size: 14pt;
  margin: 0;
}
#education .card i,
#education .card span {
  transition: 0.3s;
}
#education .card table tr td {
  vertical-align: top;
}
#education .card:hover i,
#education .card:hover span {
  color: #0b5398;
}

#certificate {
  overflow: hidden;
}
#certificate .image-certificate {
  padding: 10px;
}
#certificate 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);
}

#workExperience {
  overflow: hidden;
  margin-top: 100px;
}
#workExperience .card {
  padding: 20px;
  border-radius: 10px;
  border-top: 3px solid #0b5398;
  border-bottom: 3px solid #0b5398;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#workExperience .card a {
  text-decoration: none;
  color: #0b5398;
  text-align: center;
}
#workExperience .card h5 {
  font-size: 17pt;
  font-weight: bold;
}
#workExperience .card .date {
  text-align: center;
  margin-bottom: 20px;
}

#slogan {
  overflow: hidden;
  padding: 70px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
#slogan #video-background-slogan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#slogan p {
  position: relative;
  z-index: 100;
  color: white;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  font-size: 40pt;
  font-weight: bold;
}

#project {
  overflow: hidden;
}
#project #card-project {
  padding: 10px;
}
#project .card {
  margin: 10px;
  position: relative;
  padding-bottom: 40px;
  height: 450px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#project .card h5 {
  font-size: 17pt;
  color: #0b5398;
  font-weight: bold;
  margin-bottom: 20px;
}
#project .card a {
  position: absolute;
  bottom: 20px;
  left: 70px;
  right: 70px;
  background-color: #0b5398;
  transition: 0.3s;
}
#project .card a:hover {
  background-color: #040b14;
}

#contact {
  overflow: hidden;
  padding-bottom: 20px;
}
#contact iframe {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
#contact .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#contact .card tr td {
  vertical-align: top;
}
#contact .card h5 {
  font-size: 17pt;
  font-weight: bold;
  color: #0b5398;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact .card i {
  font-size: 20pt;
}
#contact .card a {
  text-decoration: none;
  color: #040b14;
}

footer {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 100px;
  text-shadow: 1px 1px 1px black;
}
footer #video-background-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
footer h1,
footer a,
footer p {
  position: relative;
  z-index: 1000;
  color: white;
  font-weight: bold;
}
footer a {
  text-decoration: none;
  font-size: 20pt;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.3s;
}
footer p {
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  #hero {
    padding-top: 170px;
    padding-bottom: 180px;
  }
  #hero #fotoProfile {
    width: 200px;
    height: 200px;
  }
  #hero #fotoProfile img {
    width: 200px;
    height: 200px;
  }
  #hero #fotoProfile img:hover {
    width: 210px;
    height: 210px;
  }
  #about {
    text-align: justify;
  }
  #about .container {
    padding: 1px 10px 50px 10px;
    border-radius: 0;
    box-shadow: none;
  }
  .head-title .shadow-title {
    display: none;
  }
  .head-title .title {
    margin-top: 30px;
    font-size: 25pt;
    font-weight: bold;
    margin: 0;
  }
  #education .card h5 {
    font-size: 17pt;
    text-align: left;
  }
  #education .card p {
    font-size: 13pt;
  }
  #slogan {
    padding: 30px;
    margin-top: 100px;
    position: relative;
  }
  #slogan #video-background-slogan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  #slogan p {
    position: relative;
    z-index: 100;
    color: white;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
  }
  #contact iframe,
  #contact .card {
    border-radius: 0;
    box-shadow: none;
  }
  #contact .card {
    border-top: none;
  }
}/*# sourceMappingURL=index.css.map */