/* /FONT\ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet');

html {
  scroll-behavior: smooth;
}
body {
  display: grid;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
* {
  padding: 0;
  margin: 0;
  outline: none !important;
}

ul {
  list-style: none;
}

/* navbar */

.navbar {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
}


.navbar-nav > li {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.navbar .nav-item .nav-link {
  font-weight: 400;
  color: #6c757d;
}

.navbar .nav-item .nav-link:hover {
  font-weight: 400;
  color: #0d5aa9;
}

.navbar .nav-item .nav-link.active {
  font-weight: 500;
  color: #418fde;
}
.nav-link {
  color: #6c757d;
}

@media (min-width: 480px) {
  .dropdown:hover .dropdown-menu {
    display: list-item;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: small;
  }
}

.navbar .dropdown ul a {
  padding: 16px 20px;
  text-transform: none;
}

/* hero section */
#hero {
  padding-top: 200px;
  padding-bottom: 180px;
}

/* features icon */
.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 3rem;
  border-radius: 0px;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 1.75rem;
  border-radius: 0px;
  background-color: #418fde;
}

/* section */
.judul {
  padding-top: 80px;
}

.bg-blue {
  background-color: #f8fdff;
}

.bg-darkblue {
  background-color: #0d5aa9;
}
.produk {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services {
  padding-bottom: 80px;
}

/* social media icon */
.social > a {
  padding: 8px;
  font-size: 18px;
  color: #6c757d;
}

.social > a:hover {
  color: #fff;
  cursor: pointer;
}

.divider {
  border-top: 1px solid rgba(189, 196, 203, 0.5);
}

.link-bawah > a:hover {
  color: #fff;
  cursor: pointer;
}

/* button */
.btn-primary {
  border-radius: 0;
  background-color: #418fde;
  border-color: #418fde;
}

.btn-outline-light {
  border-radius: 0;
}
.btn-outline-primary {
  border-color: #ddd;
  border-radius: 1px;
  color: #418fde;
}
.text-blue {
  color: #418fde;
}

/* form */
.form-control {
  border-radius: 0;
}

.form-select {
  border-radius: 0;
}

.topbtn {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #418fde;
  right: 24px;
  text-decoration: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}

/* back to top */
.topbtn.active {
  bottom: 24px;
  pointer-events: auto;
  opacity: 1;
  color: #fff;
}

/* dropdown nav */
.dropdown-item {
  height: auto;
  width: auto;
  border-radius: 1px;
}
.dropdown-item:hover {
  background-color: #418fde;
}
.dropdown-menu {
  border-radius: 1px;
}

/* team pic */
#team .img-fluid {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* breadcrumbs */
.breadcrumb-item > a {
  text-decoration: none;
}
