@charset "UTF-8";
html,
body {
  font-family: "Open Sans", sans-serif;
  color: #423d3f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b3757;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

p {
  line-height: 1.6;
  margin: 20px 0;
}

a {
  color: #9acff6;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #54aef0;
}

.dark-content {
  color: #fff;
}
.dark-content h1,
.dark-content h2,
.dark-content h3,
.dark-content h4,
.dark-content h5,
.dark-content h6,
.dark-content p {
  color: #fff;
}
.dark-content .img-circle {
  border-radius: 50%;
}

.bg-primary {
  background: #283c86;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
  background: -o-linear-gradient(left, #45a247, #283c86);
  background: linear-gradient(to right, #45a247, #283c86);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hero-unit {
  background: url("../img/hero-unit-background-desktop.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 50px 0;
}
.hero-unit .hero-unit-subheading {
  color: #45a247;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 576px) {
  .hero-unit {
    text-align: center;
    background: url("../img/hero-unit-background-mobile.jpg");
    background-size: cover;
    background-position: center;
  }
  .hero-unit .hero-unit-heading {
    font-size: 40px;
  }
  .hero-unit .hero-unit-subheading {
    font-size: 14px;
  }
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 15px 23px;
}
.btn.btn-primary {
  background: #283c86;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
  background: -o-linear-gradient(left, #45a247, #283c86);
  background: linear-gradient(to right, #45a247, #283c86);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.content-section {
  padding: 50px;
}
.content-section.content-section-centered {
  text-align: center;
}
.content-section.dark-content {
  background: #303b48;
}
.content-section.content-section-side-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
.content-section.content-section-side-image .content-section-side-image-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 0;
}
.content-section.content-section-side-image .content-section-side-image-container {
  width: 250px;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 576px) {
  .content-section.content-section-side-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-section.content-section-side-image .content-section-side-image-container {
    min-height: 80px;
    width: 100%;
  }
  .content-section.content-section-side-image .content-section-side-image-heading {
    text-align: center;
  }
}
.portofolio-cards {
  margin-top: 60px;
}
.portofolio-cards .portofolio-card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.portofolio-cards .portofolio-card-image {
  background-size: cover;
  background-position: center;
  height: 200px;
}
.portofolio-cards .portofolio-card-information {
  padding: 25px 5px;
}
.portofolio-cards .portofolio-card-title {
  display: block;
  font-size: 20px;
  letter-spacing: -0.063rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.portofolio-cards .portofolio-card-credits {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  color: #a7a7a7;
}

.contact-form {
  margin-top: 30px;
}
.contact-form .contact-form-input {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 22px;
  padding: 18px 22px;
  font-size: 18px;
}
.contact-form .contact-form-input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.contact-form .contact-form-input::-moz-placeholder {
  color: #9e9e9e;
}
.contact-form .contact-form-input:-ms-input-placeholder {
  color: #9e9e9e;
}
.contact-form .contact-form-input::-ms-input-placeholder {
  color: #9e9e9e;
}
.contact-form .contact-form-input::placeholder {
  color: #9e9e9e;
}
.contact-form textarea.contact-form-input {
  min-height: 160px;
}
.contact-form .contact-form-checkbox-input {
  display: none;
}
.contact-form .contact-form-checkbox-input:checked + .contact-form-checkbox-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.contact-form .contact-form-checkbox-label {
  position: relative;
  color: #adabab;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 50px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.contact-form .contact-form-checkbox-label:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.contact-form .contact-form-checkbox-label:after {
  position: absolute;
  left: 11px;
  top: 9px;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #9e9e9e;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.footer {
  background: #eef1f2;
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 0;
}

.skillsets .skillset {
  margin: 20px 0 10px 0;
}
.skillsets .skillset-heading {
  text-transform: uppercase;
  color: #797979;
  letter-spacing: 1.6px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.About__Wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.About__MainContent {
  margin: 12rem auto;
  width: 550px;
}
.About__MainContent .hero-unit-heading {
  color: black;
}
.About__MainContent .hero-unit-subheading {
  color: #45a247;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin-bottom: 45px;
}
.About__MainContent .hero-unit-subheading2 a {
  text-decoration: none;
}

.About__ProfilePhoto {
  text-align: right;
}

.About__ProfilePhoto img {
  max-width: 90%;
  height: auto;
  width: auto\9 ;
  /* ie8 */
}

@media (max-width: 700px) {
  .About__Wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .About__ProfilePhoto img {
    max-width: 100%;
  }

  .About__MainContent {
    width: auto;
    margin: 2rem auto;
  }
  .About__MainContent .hero-unit-heading {
    font-size: 40px;
  }
  .About__MainContent .hero-unit-subheading {
    font-size: 14px;
  }
  .About__MainContent .hero-unit-subheading2 {
    padding: 0 1em;
  }
}