* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins';
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  min-height: 100vh;
  max-width: 1440px;
  margin: auto !important;
}

li {
  list-style: none !important;
}

/* Navbar */
/* Desktop view */
a {
  color: inherit !important;
  text-decoration: none;
}

header {
  height: 100%;
  width: 100%;
  float: left;
  background: #f5f5f5;
}

header a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.25);
}

.brand-logo {
  margin-left: 25px;
  max-width: 75px;
  float: left;
  padding: 14px 0px;
}

.brand-logo img {
  max-width: 100%;
}

.navigation {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-right: 25px;
  float: right;
}

.navigation li {
  list-style: none;
  float: left;
}

.navigation li a {
  color: #8d8d8d;
  padding: 28px 15px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
}

.show-menu-btn, .hide-menu-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}

.show-menu-btn {
  margin-right: 25px;
  float: right;
}

.navigation a:hover, .show-menu-btn:hover, .hide-menu-btn:hover {
  color: black;
  font-weight: 700;
}

#toggle-btn {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

/* btt */
#btt {
  display: inline-block;
  background: #969696;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#btt .show {
  opacity: 1;
  visibility: visible;
}

#btt::after {
  content: "\f077";
  font-family: "Font Awesome 5\ Free";
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: white;
}

/* end of btt */
/* end of navbar  */
/* home */
#home {
  padding: 0 30px;
}

.top-wrapper {
  padding: 10px 0;
}

.top-wrapper .grid-top-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "grid-kiri grid-kanan";
  /* grid-gap: 12px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-top-wrapper .grid-kiri {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: grid-kiri;
}

.grid-kiri ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
}

.grid-top-wrapper .grid-kanan {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grid-kanan;
}

.grid-kanan img {
  float: right;
  height: 600px;
}

.btn-service {
  display: block;
  width: 100px;
  margin: 1rem 0 10px 0;
  padding: 5px;
  color: #1a222c;
  background-color: transparent;
  border: 1px solid #1a222c;
  border-radius: 10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
  transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.btn-service:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#services {
  padding: 0 30px;
  background-color: #f5f5f5;
  /* height: 103vh; */
}

#services .our-services {
  margin-top: 30px;
  padding-bottom: 1rem;
}

.our-services ul {
  text-align: center;
}

.our-services ul li {
  list-style: none;
  display: inline-block;
}

.cards {
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  padding: 0 1rem 1.875rem 0;
  /* margin-left: auto;
    margin-right: auto; */
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  text-align: center;
  /* align-items: center;
    justify-content: center; */
}

.card_content {
  width: 320px;
  height: 350px;
  padding: 1rem;
}

.card_image {
  padding-top: 3rem;
}

.card_image img {
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.card_title {
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
  text-align: center;
  padding-top: 1rem;
}

.card_text {
  color: black;
  line-height: 1.5;
  padding-top: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  text-align: center;
}

/* porjects */
.featured-projects hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 70%;
}

.projects-top {
  text-align: center;
  display: table;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.projects-top ul {
  text-align: center;
}

.projects-top li {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block !important;
}

.featured img {
  padding: 5px;
  width: 322px;
  height: 266px;
  border-radius: 15px;
}

.projects-bottom {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.projects-bottom ul {
  text-align: center;
}

.projects-bottom li {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block !important;
}

.tools-skills img {
  padding: 5px;
  width: 50px;
}

/* FOTERRRRRRRRRR */
#about {
  background-color: #f5f5f5;
  padding-bottom: 3rem;
}

.konten-text {
  max-width: 900px;
  margin: auto;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  text-align: center;
}

.bungkus-gallery ul {
  text-align: center;
}

.gallery-anggota {
  display: table;
  margin: auto;
}

.gallery-anggota p {
  text-align: center;
  margin-bottom: 0;
}

.gallery-anggota ul {
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.gallery-anggota li {
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block !important;
  /* tambah ini */
}

.gallery-anggota li img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  padding: 3px;
}

.gallery-anggota li p {
  padding-top: 5px;
}

.container-contact {
  background-color: white;
  max-width: 600px;
  /* height: 130px; */
  margin: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 10, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 10, 0.5);
  text-align: center;
}

#contact .container {
  margin-top: 40px;
}

.container-contact h2 {
  font-size: 3rem;
  padding-bottom: 30px;
}

.container-contact h3 {
  padding-top: 30px;
}

.container-contact h2 {
  margin: auto;
}

h3 {
  margin: auto;
}

footer {
  background-color: #f1f1f1;
}

.text-footer {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}

.text-footer a:hover {
  font-weight: bold;
}

footer ul {
  display: inline-block;
  margin: 0;
  /* For IE, the outcast */
  /* Buat IE serah mau nyalain apa ngga */
  /* zoom: 1;
      *display: inline; */
}

footer li {
  float: left;
}
/*# sourceMappingURL=style.css.map */