body {
  background: url(../img/background.png) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section {
  color: rgb(220, 220, 220);
}

#about {
  scroll-margin-top: 150px;
}

#service,
#portofolio {
  scroll-margin-top: 120px;
}

#contact {
  scroll-margin-top: 75px;
}

.hero {
  background: url(../img/hero-lg.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  overflow: hidden;
  height: 98vh;
  display: flex;
}

.hero-content img {
  display: none;
}

.navbar {
  background: #000a3991;
}

.navbar.scrolled {
  background: rgb(0, 5, 71);
  padding: 10px 0;
  box-shadow: 0 4px 10px rgba(1, 59, 252, 0.595);
}

.navbar-toggler {
  border: none !important;
}

.nav-item {
  width: 90px;
}

.nav-link {
  color: whitesmoke;
  margin-right: 12px;
}

.nav-link.active {
  color: white !important;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: white !important;
  font-weight: 500 !important;
}

.navbar-nav .nav-link {
  font-weight: 400;
  transition: 0.2s;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
}

.text-darkgold {
  color: #654C19;
}

.hero-brand {
  color: white;
  text-shadow: 5px 5px 8px rgba(0, 153, 255, 0.5);
}

.motto {
  color: #adcdfd;
}

.mt-section {
  margin-top: 100px;
}

.intro {
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 15px #0d6efd;
  animation: floatUpDown 3s ease-in-out infinite;
}

.intro-card {
  display: flex;
  align-items: center;
}

.icon-box {
  background: #0d6efd;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.icon-box i {
  font-size: 30px;
  color: white;
}

.text-intro h1 {
  color: white;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Delay biar bergantian */
.intro:nth-child(1) {
  animation-delay: 0s;
}

.intro:nth-child(2) {
  animation-delay: 0.5s;
}

.intro:nth-child(3) {
  animation-delay: 1s;
}

.intro:nth-child(4) {
  animation-delay: 1.5s;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1;
}

/* Icon */
.custom-list li i {
  color: #38bdf8;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 4px;
}

.visi-misi {
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 5, 71, 0.507);
  margin-top: 35px;
}

.icon-misi {
  background: #0d6efd;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-content-dark {
  border-radius: 20px;
  background: rgba(0, 5, 71, 0.507);
}

.bg-content-light {
  background: rgba(0, 5, 71, 0.6);
  border: solid 1px rgba(0, 5, 71, 0.6);
}

.box-bisnis {
  margin: 50px 0px 0px 0px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 5, 71, 0.507);
}

.box-bisnis li::marker {
  color: #38bdf8;
}

.box-bisnis p,
li {
  line-height: 1.8;
}

.icon-unggulan {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #007dfa;
  background: linear-gradient(148deg, rgba(0, 125, 250, 1) 0%, rgba(71, 206, 255, 1) 100%);
}

.icon-unggulan i {
  font-size: 30px;
  color: white;
}

.content-contact {
  background: rgba(0, 5, 71, 0.9);
  padding: 60px 40px;
}

.box-send-email {
  background: rgba(245, 245, 245, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.box-send-email label {
  margin-bottom: 10px;
  color: #38bdf8;
}

.box-send-email input,
.box-send-email select,
.box-send-email textarea {
  background: rgba(255, 255, 255, 0.1);
  color: whitesmoke;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.btn-send-email {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.box-contact {
  background: rgba(245, 245, 245, 0.1);
  padding: 26.5px;
  border-radius: 10px;
  display: flex;
  margin-bottom: 20px;
}

.text-intro small {
  color: #aed7ff;
}

.penutup {
  background: rgb(0, 0, 55);
  padding: 50px;
}

.penutup img {
  width: 100px;
}

.penutup h4 {
  font-size: 28px;
}

.icon-sosialmedia {
  background: #0d6efd;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.icon-sosialmedia i {
  font-size: 28px;
  color: white;
}

.penutup li::marker {
  color: #38bdf8;
}

.penutup a {
  line-height: 2;
  color: #aed7ff;
}

.footer {
  background: rgb(0, 0, 38);
  color: #007dfa;
  padding: 20px 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.btn-hero {
  background: #007dfa;
  background: linear-gradient(148deg, rgba(0, 125, 250, 1) 40%, rgba(71, 206, 255, 1) 100%);
  width: 225px;
}


/* End CSS */