* {
  font-family: "Space Grotesk", sans-serif;
}
.kecil {
  font-family: "Chivo", sans-serif;
  font-size: small;
  color: #c4c4c4;
}
.kecil2 {
  font-family: "Chivo", sans-serif;
  font-size: small;
  color: #b3b3b3;
}
.nav-item .btn-secondary {
  border-radius: 20px !important;
  width: 120px;
}

#hero {
  height: 100vh;
  width: 100%;
}

#footer {
  align-items: center;
  padding-top: 10px;
  background: #1a1a1a;
  max-height: 100vh;
  width: 100%;
}

#hero .utama h1 {
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5vw;
  color: rgb(255, 255, 255);
}

#hero p {
  font-family: "Chivo", sans-serif;
  color: #848484;
}
.card {
  font-family: "Chivo", sans-serif;
  background-color: #1c1c1e;
  width: 100%;
  height: 100%;
  padding: 30px 15px 15px;
}
.card h1 {
  color: #ffffff;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 62px !important;
  font-weight: 700;
  line-height: 1em;
}
.card-title {
  font-size: medium;
  font-weight: 600;
  color: #ffffff;
}
.card-text {
  font-size: small;
  color: #888889;
}
#servis h1,
#testimoni h1 {
  color: #ffffff;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1em;
  font-weight: 700;
}
#motivasi h1 {
  color: #8b8b8b;
  font-size: 50px;
  font-weight: 700;
}
.sub {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  color: #848484;
}

#ser {
  height: 50px;
}

#servis p {
  font-size: 16px;
  font-weight: bold;
}
#servis h5 {
  font-size: 19px;
  font-weight: bold;
}

.tes {
  font-weight: 700;
  color: #c4c4c4 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tes:hover {
  color: #dcdcdc !important;
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.gambar2 {
  display: none;
}
#hero .gambar img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.tombol:active .gambar2,
.tombol:focus .gambar2,
.tombol:hover .gambar2 {
  display: inline;
}

.tombol:active .gambar1,
.tombol:focus .gambar1,
.tombol:hover .gambar1 {
  display: none;
}

.tombol:hover {
  color: #ffffff;
}
.wrap {
  background-color: #1e1f21;
  height: min-content;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  border-radius: 8px;
  justify-content: center;
}
.wrap button {
  color: #dee2e6 !important;
}

.wrap .nav-item .nav-link {
  position: relative !important;
  background-color: transparent;
  border: none;
}

.wrap .nav-item .nav-link::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  background-color: rgb(66, 66, 227) !important;
  transition: all 0.3s ease !important;
  transform: scale(0) !important;
}
.wrap .nav-item .nav-link.active:before,
.wrap .nav-item .nav-link:hover:before {
  transform: scale(1) !important;
}
.wrap .nav-item .active,
.wrap .nav-item .nav-link:hover {
  font-weight: 700 !important;
  color: rgb(255, 255, 255) !important;
}

/* .wrap .nav-item .active:before {
  transform: scale(0) !important;
} */
.line {
  padding: 20px 30px !important;
  font-size: small;
  letter-spacing: 2px !important;
}
.brand-carousel {
  background: #1a1a1a;
  height: 80%;
}

.owl-dots {
  text-align: center;
  margin-top: 0.5%;
}
.owl-dot {
  display: inline-block;
  height: 10px !important;
  width: 10px !important;
  background-color: #000 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: #b1b1b1 !important;
  width: 20px !important;
  height: 8px !important;
  border-radius: 5px;
}

.card-tombol .gambar1 {
  display: none;
}
.card-tombol .gambar2 {
  display: inline;
}
.card-tombol:active .gambar2,
.card-tombol:focus .gambar2,
.card-tombol:hover .gambar2 {
  display: none;
}

.card-tombol:active .gambar1,
.card-tombol:focus .gambar1,
.card-tombol:hover .gambar1 {
  display: inline;
}

.footer h6 {
  color: #a8a8a8;
  font-size: small;
  font-weight: bold;

  letter-spacing: 1px;
}
#footer * {
  font-family: "Chivo", sans-serif !important;
}
#footer .btn-dark {
  background-color: #252525;
}

html,
body {
  overflow-x: hidden;
}
body {
  background-color: #171717;

  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-fade {
  border: none;
  background-color: #302f2f;
  font-size: small;
  letter-spacing: 1px;
  height: max-content;
  padding: 7px 20px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: inset 0 0 0 2px #202020 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.nav-fade:active,
.nav-fade:focus,
.nav-fade:hover {
  background-color: #656363;
  color: #ffffff;
  font-weight: bold;
}

.nav-fade:active,
.nav-fade:focus,
.nav-fade:hover .nav-fade .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero2 h1 {
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  font-size: 5vw;
  color: rgb(255, 255, 255);
}

.animate-text {
  overflow: hidden;
}

.animate-text span {
  display: inline-block;
  display: none;
}

.animate-text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}
.animate-text span.text-out {
  animation: textOut 0.5s ease;
}
@keyframes textIn {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}

.hero2 {
  z-index: 0;
}
.nav-color {
  background-color: #1a1a1a;
  transition: all ease-in-out 0.3s;
}

.bg-transparent {
  background-color: #171717 !important;
  transition: all ease-in 0.3s;
}
.status {
  height: 100%;
}
.testi2 {
  top: -30px;
}
#testimoni::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.JPG");
  background-size: cover;
  background-position: center;
  z-index: -1;
  /* filter: grayscale(); */
}
#testimoni {
  position: relative;
  background: rgba(0, 0, 0, 0.679);
}

/* loader */

.loader {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #171717;
  z-index: 99999;
}

.loader-fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader p {
  font-size: larger;
  font-weight: 800;
  color: #888889;
}
/* end loader */

/* floating butoon */
.floating-button-group {
  /* transition: all 0.4s; */
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 2;
}

.floating-button {
  border: solid 1px white;
  visibility: hidden;
  opacity: 0;
  background: #171717;
  margin-top: 0.5em;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 0 50%;
  transition: all 0.4s;
  color: white;
  font-size: 18pt;
}

.floating-button.active {
  visibility: visible;
  opacity: 1;
}
.floating-button:hover {
  background: white;
  color: #171717;
}
/* end floating button */
