/* WEB FONT */
@import url(http://fonts.googleapis.com/css?family=Signika:600|Varela+Round);
@import url("https://fonts.googleapis.com/css2?family=Itim&family=Judson:wght@400;700&family=Merriweather:wght@700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html ::-moz-selection {
  background-color: #00ADEF;
  color: #091B29;
}
html ::selection {
  background-color: #00ADEF;
  color: #091B29;
}

/* BASIC */
body {
  font: normal 18px/22px "Varela Round", sans-serif;
  background: radial-gradient(71.17% 55.06% at 90.75% 47.2%, #004762 0%, #092337 71.35%, #091B29 100%);
  color: #2e2e2e;
  overflow-x: hidden;
}

img {
  pointer-events: none;
}

/* SPECIAL */
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(277deg, rgba(9, 27, 41, 0.93) 24.69%, rgba(1, 63, 89, 0.93) 106.35%);
  height: 60px;
}

.fixed-nav-bar li,
.fixed-nav-bar a {
  height: 50px;
  line-height: 50px;
}

.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menu a,
.menu a:visited {
  color: #FFFFFF;
}

.hamburger a i {
  color: #d6dce9;
  font-size: 40px;
  margin-top: 5px;
  margin-top: 10px;
}

.menu-items {
  padding: 5px;
  width: 40%;
  display: flex;
}
.menu-items #active {
  color: #00B1F5;
}

.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

a.sitename,
a:visited.sitename {
  color: #434343;
}

.menu-items li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.menu-items a {
  text-decoration: none;
  font-family: poppins;
}
.menu-items a:hover {
  color: #74a9f8;
}

.show,
.hide {
  display: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #ffffff;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
#scrollToTopBtn i {
  padding: 8px;
  font-size: 35px;
  border-radius: 10px;
  background: linear-gradient(295deg, #01518A 10.94%, #00315B 89.01%);
  box-shadow: 0px 0px 13px 0px #045aa6;
  color: rgb(213, 225, 244);
}

.copyright {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.copyright img {
  height: 40px;
}
.copyright p {
  color: white;
  font-family: poppins;
  font-size: 13px;
}

@media only screen and (max-width: 800px) {
  .menu {
    position: relative;
    width: 100%;
    background: radial-gradient(102.96% 68.75% at 17.92% 21.77%, rgba(0, 121, 168, 0.2) 0%, rgba(8, 25, 38, 0.2) 100%);
    -webkit-backdrop-filter: blur(7.9000000954px);
            backdrop-filter: blur(7.9000000954px);
  }
  .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
  }
  .menu-items {
    display: none;
    width: 100%;
    margin-top: 50px;
  }
  .menu-items li {
    display: block;
    text-align: center;
  }
  .show,
  .hide {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .show {
    display: inline-block;
  }
  .hide {
    display: none;
  }
  #menu:target .show {
    display: none;
  }
  #menu:target .hide,
  #menu:target .menu-items {
    display: inline-block;
  }
}
@media only screen and (max-width: 220px) {
  .sitename,
  .show,
  .hide {
    font-size: 14px;
  }
}
.logo-utama {
  position: absolute;
  margin-top: -3px;
}

.konten {
  margin-top: 5rem;
}
.konten .more-information {
  padding-top: 10px;
}
.konten .more-information a {
  background-color: #00B1F5;
  color: #091B29;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 2px;
}
.konten .more-information a:hover {
  background-color: #039bd7;
}
.konten .more-information a i {
  font-size: 26px;
  transform: translateX(-2px) translateY(7px);
}
.konten img {
  height: auto;
}
.konten .teks {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: poppins;
}
.konten .teks h4 {
  color: white;
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.94px;
  padding-top: 30px;
}
.konten .teks h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 57px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -12px;
}
.konten .teks h1 span {
  color: #00B1F5;
}
.konten .teks h2 {
  color: #00B1F5;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -40px;
}
.konten .teks p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.konten .teks .download-cv {
  background-color: #00B1F5;
  padding: 8px 30px;
  color: #091B29;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  border-radius: 2px;
}
.konten .teks .download-cv:hover {
  background-color: #039bd7;
}
.konten .teks .download-cv i {
  font-size: 20px;
  padding-bottom: 20px;
  transform: translateX(3px) translateY(2px);
}
.konten .teks .sosmed {
  padding-bottom: 30px;
}
.konten .teks .sosmed i {
  color: white;
  font-size: 20px;
  background-color: #1F3B51;
  padding: 8px;
  border-radius: 100px;
}
.konten .teks .sosmed i:hover {
  color: #D6D6D6;
  background-color: #142B3D;
}
.konten .gambar-biodata img {
  height: 300px;
}
.konten .landing-teks-biodata .view-project {
  background-color: #00B1F5;
  padding: 6px 30px;
  border-radius: 2px;
  color: #091B29;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.konten .landing-teks-biodata .view-project:hover {
  background-color: #039bd7;
}
.konten .landing-teks-biodata .view-project span {
  transform: translateX(5px) translateY(7px);
}
.konten .landing-teks-biodata li {
  list-style: none;
  color: #FFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.konten .landing-teks-biodata li span {
  color: #B9C4CC;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
}
.konten .landing-teks-biodata h1 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00B1F5;
  padding-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.konten .landing-teks-biodata ul {
  margin-top: -35px;
}
.konten .education h1 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00B1F5;
  padding-top: 16px;
}
.konten .education .school {
  display: flex;
  justify-content: space-around;
}
.konten .education .school h5 {
  color: #00B1F5;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.konten .education .school h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -9px;
}
.konten .education .school p {
  margin-top: -10px;
  color: #FFF;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.konten .skill .jenis-skill {
  padding-top: 20px;
}
.konten .skill .jenis-skill h2 {
  color: #00B1F5;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.konten .skill .jenis-skill .total-persen {
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: #0E3249;
  box-shadow: 0px 0px 10.8px 0px rgba(1, 173, 239, 0.3);
}
.konten .skill .jenis-skill .total-persen .isi-persen {
  border-radius: 3px;
  height: 10px;
  background: #00B1F5;
  box-shadow: 0px 0px 10.8px 0px rgba(1, 173, 239, 0.3);
}
.konten .skill h1 {
  padding-top: 20px;
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00B1F5;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.konten .project {
  font-family: poppins;
}
.konten .project h1 {
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00B1F5;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.konten .project .kotak-project {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.konten .project .kotak-project .kotak-link {
  text-decoration: none;
}
.konten .project .kotak-project .kotak-link .kotak {
  border: #00B1F5 solid 1px;
  background: rgba(0, 132, 255, 0.11);
  margin: 8px;
  border-radius: 2px;
  width: 500px;
}
.konten .project .kotak-project .kotak-link .kotak .link-video {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  justify-content: space-between;
}
.konten .project .kotak-project .kotak-link .kotak .link-video a {
  border: rgba(0, 171, 239, 0.5725490196) solid 1px;
  font-size: 10px;
  padding: 5px 7px;
  color: #00B1F5;
  text-decoration: none;
}
.konten .project .kotak-project .kotak-link .kotak .link-video a:hover {
  background-color: #0b6c92;
}
.konten .project .kotak-project .kotak-link .kotak .link-video a i {
  color: #00ADEF;
  padding-right: 2px;
  font-size: 12px;
  transform: translateY(2px);
}
.konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar {
  width: 1px;
}
.konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar-track {
  border-radius: 0;
  background: #0E3249;
  box-shadow: 0px 0px 2.9px 0px rgba(1, 173, 239, 0.3);
}
.konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 176, 245, 0.7019607843);
  box-shadow: 0px 0px 2.9px 0px rgba(1, 173, 239, 0.3);
}
.konten .project .kotak-project .kotak-link .kotak .gambar-creation {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.konten .project .kotak-project .kotak-link .kotak:hover {
  border-radius: 2px;
  color: #007EAE;
  border: 1px solid #01ADEF;
  background: linear-gradient(309deg, #014A7E 1.81%, rgba(3, 60, 100, 0.56) 59.28%, rgba(4, 55, 91, 0) 122.19%);
}
.konten .project .kotak-project .kotak-link .kotak img {
  width: 100%;
  height: auto;
  padding: 3px;
  display: inline-block;
}
.konten .project .kotak-project .kotak-link .kotak p {
  color: #00B1F5;
  width: 99%;
  font-size: 12px;
  padding-left: 5px;
}

@media (max-width: 1280px) {
  .konten {
    margin-top: 4rem;
  }
  .konten .skill {
    padding-bottom: 40px;
  }
  .konten .skill .jenis-skill {
    padding-top: 20px;
  }
  .konten .skill .jenis-skill h2 {
    color: #00B1F5;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .konten .skill .jenis-skill .total-persen {
    width: 100%;
    height: 7px;
    border-radius: 2px;
    background: #0E3249;
    box-shadow: 0px 0px 10.8px 0px rgba(1, 173, 239, 0.3);
  }
  .konten .skill .jenis-skill .total-persen .isi-persen {
    border-radius: 2px;
    height: 7px;
    background: #00B1F5;
    box-shadow: 0px 0px 10.8px 0px rgba(1, 173, 239, 0.3);
  }
  .konten .project {
    font-family: poppins;
  }
  .konten .project h1 {
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #00B1F5;
  }
  .konten .project .kotak-project {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .konten .project .kotak-project .kotak-link {
    text-decoration: none;
  }
  .konten .project .kotak-project .kotak-link .kotak {
    border: #00B1F5 solid 1px;
    background: rgba(0, 132, 255, 0.11);
    margin: 8px;
    border-radius: 2px;
    width: 95%;
  }
  .konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar {
    width: 4px;
    border: 1px solid #df2b2b;
  }
  .konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar-track {
    border-radius: 0;
    border-bottom: rgba(0, 171, 239, 0.2901960784) solid 1px;
    border-top: rgba(0, 171, 239, 0.2901960784) solid 1px;
    background: #0E3249;
    box-shadow: 0px -4px 9.5px 0px rgba(1, 172, 239, 0.924);
  }
  .konten .project .kotak-project .kotak-link .kotak ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #00B1F5;
    box-shadow: 0px 0px 2.9px 0px rgba(1, 173, 239, 0.3);
  }
  .konten .project .kotak-project .kotak-link .kotak .gambar-creation {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 4px;
  }
  .konten .project .kotak-project .kotak-link .kotak:hover {
    border-radius: 2px;
    color: #007EAE;
    border: 1px solid #01ADEF;
    background: linear-gradient(309deg, #014A7E 1.81%, rgba(3, 60, 100, 0.56) 59.28%, rgba(4, 55, 91, 0) 122.19%);
  }
  .konten .project .kotak-project .kotak-link .kotak img {
    height: auto;
    width: 100%;
    padding: 3px;
    display: inline-block;
  }
  .konten .project .kotak-project .kotak-link .kotak p {
    color: #00B1F5;
    width: 97%;
    font-size: 12px;
    padding-left: 5px;
  }
  .konten img {
    height: auto;
  }
  .konten .teks {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: poppins;
  }
  .konten .teks h4 {
    color: white;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.94px;
  }
  .konten .teks h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .konten .teks h1 span {
    color: #00B1F5;
  }
  .konten .teks h2 {
    color: #00B1F5;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 25px;
  }
  .konten .teks p {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .konten .teks .download-cv {
    background-color: #00B1F5;
    padding: 8px 30px;
    color: #091B29;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    border-radius: 2px;
  }
  .konten .teks .download-cv:hover {
    background-color: #039bd7;
  }
  .konten .teks .download-cv i {
    padding-bottom: 20px;
    transform: translateX(3px) translateY(5px);
  }
  .konten .teks .sosmed {
    padding-bottom: 30px;
  }
  .konten .teks .sosmed i {
    color: white;
    font-size: 20px;
    background-color: #1F3B51;
    padding: 8px;
    border-radius: 100px;
  }
  .konten .teks .sosmed i:hover {
    color: #D6D6D6;
    background-color: #142B3D;
  }
  .konten .gambar-biodata img {
    height: 280px;
  }
  .konten .landing-teks-biodata .view-project {
    background-color: #00B1F5;
    padding: 6px 30px;
    border-radius: 2px;
    color: #091B29;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }
  .konten .landing-teks-biodata .view-project:hover {
    background-color: #039bd7;
  }
  .konten .landing-teks-biodata .view-project span {
    transform: translateX(5px) translateY(8px);
  }
  .konten .landing-teks-biodata li {
    list-style: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .konten .landing-teks-biodata li span {
    color: rgba(185, 196, 204, 0.8274509804);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
  }
  .konten .landing-teks-biodata h1 {
    font-family: Poppins;
    padding-bottom: 30px;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #00B1F5;
  }
  .konten .landing-teks-biodata ul {
    margin-top: -35px;
  }
  .konten .education h1 {
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    padding-top: 40px;
    color: #00B1F5;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
  }
  .konten .education .school {
    display: inline-block;
    justify-content: space-around;
  }
  .konten .education .school h5 {
    color: #00B1F5;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .konten .education .school h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -9px;
  }
  .konten .education .school p {
    margin-top: -10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.kotak-link {
  text-align: center;
}
.kotak-link .profil {
  padding-top: 30px;
}
.kotak-link .profil img {
  border-radius: 100px;
  border: solid rgb(255, 255, 255) 3px;
  max-height: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.kotak-link .profil h4 {
  color: white;
  font-weight: 500;
  font-family: poppins;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 10px;
  font-size: 1.5rem;
}
.kotak-link .link {
  padding-top: 20px;
}
.kotak-link .link a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.137);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.3s;
}
.kotak-link .link a:hover {
  background-color: rgba(255, 255, 255, 0.193);
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */