@font-face {
  font-family: 'Hanken Grotesk' !important;
  src: url('../font/hanken_grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype') !important;
}
h1, h2, h3, h4, h5, h6, div, p{
  font-family: 'Hanken Grotesk', sans-serif !important; 
}

.cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #5d2586;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, transform 0.1s ease-out;
    z-index: 9999;
    mix-blend-mode: difference; 
      filter: invert(1);
}

.cursor-follower.active {
    width: 80px;
    height: 80px;
}

.cursor-follower-content {
    display: inline-block;
    cursor: none;
    transition: color 0.3s ease;
}

.cursor-follower-content.active {
    color: black;
}


.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
  display: none !important;
}


/* gap */
.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}


.visi-misi-image-content{
  width: 80px;
  height: 80px;
  border-radius: 100px !important;
  background-color: #eaeaea;
}

.visi-misi-image-content > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-about-container{
  width: 60px;
  height: 60px;
  border-radius: 100px !important;
  background-color: #eaeaea;
}

.icon-about-container > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


#portfolio-flters .active{
    border-top: 2px solid #5d2586 !important;
    border-bottom: 2px solid #5d2586 !important;
}

.projek-flters .active{
    color: #fff !important;
    border-top: 2px solid #5d2586 !important;
    border-bottom: 2px solid #5d2586 !important;
}



/* home carousel */
#header-carousel,
#header-carousel .carousel-item,
#header-carousel img {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}



.dote-carouse-indicators .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-right: 10%;
  margin-left: 10%;
  list-style: none;
}

.dote-carouse-indicators .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
  opacity: 1;
  border-radius: 50%
}

@media (prefers-reduced-motion: reduce) {
  .dote-carouse-indicators .carousel-indicators li {
    transition: none;
  }
}

.dote-carouse-indicators .carousel-indicators .active {
  background-color: #5d2586;
  opacity: 1;
}




@media (max-width: 768px) {
  .carousel-caption h3 {
    font-size: 2.8rem;
    text-align: center;
  }
  .carousel-caption p {
    font-size: 1rem;
    text-align: center;
  }
  .carousel-caption .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
  .dote-carouse-indicators .carousel-indicators {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
  }
}



.contant-image-how-we-work{
  width: 80px;
  height: 80px;
}
.contant-image-how-we-work > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-8-rem{
  font-size: .8rem;
}
.text-justify{
  text-align: justify !important;
}

.context-image-article{
  height: 250px;
  background-color: #eaeaea;
}
.context-image-article > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-light{
  background-color: #f6f6f6 !important;
}



/* mau ada tag apapun di dalam class ini amau ada tag apapun di class ini ubah jadi dark */
.text-dark *{
  color: #181818 !important;
}

.text-white,
.text-white * {
  color: #fff !important;
}


.contant-image-ourservie{
  width: 75px;
  height: 75px;
  background-color: #eaeaea;
}
.contant-image-ourservie > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-carousel-2 .owl-stage {
  display: flex !important;
}

.service-carousel-2 .owl-item {
  display: flex;
  align-items: stretch;
}



.img-glow-glass {
  position: relative;
  overflow: hidden;
}

.img-glow-glass::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 200%;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
  z-index: 2;
}

.img-glow-glass:hover::before {
  animation: glowExpand 1.2s ease-out forwards;
}

.img-glow-glass.zoom-img img {
  transition: transform 0.6s ease;
}

.img-glow-glass.zoom-img:hover img {
  transform: scale(1.1);
}

@keyframes glowExpand {
  0% {
    width: 0;
    opacity: 0.8;
  }
  100% {
    width: 300%;
    opacity: 0;
  }
}




.content-blog-container{
  height: 310px;
  background-color: #eaeaea;
}
.content-blog-container > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-blog-detail-container{
  height: 500px;
  background-color: #eaeaea;
}
.content-blog-detail-container > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .content-blog-detail-container{
    height: 300px;
  }
}


.header-image{
  padding-top: 250px; 
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

.white-image {
  filter: grayscale(1) brightness(5) saturate(0);
}


.content-image-card-choseus{
  height: 25em;
  background-color: #eaeaea;
}
.content-image-card-choseus > img{
  width: 100%;
  height: 100%;
  object-fit: cover
}
.card-icon-arrow-right-why-choose-us{
  width: 3em;
  height: 3em;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
}
.card-icon-arrow-right-why-choose-us > i{
  font-size: 3.2em;
}

.card-image-overlay-shadow-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 0;
}

.card-image-overlay-shadow-bottom > div{
  position: relative;
  z-index: 1;
}

.content-image-brand{
  width: 200px;
  height: 50px;
}
.content-image-brand > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mb-how-we-work-brand{
  margin-bottom: 50px;
}


@media (max-width: 768px) {
  .mb-how-we-work-brand{
    margin-bottom: 0px;
  }
}


.content-image-under-nav {
    width: 50px;
    height: 50px;
}
.content-image-under-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.under-nav-wrapper {
    white-space: nowrap;
}

@media (max-width: 576px) {

    .content-image-under-nav {
        width: 35px;
        height: 35px;
    }

    .under-nav-text h5,
    .under-nav-text p {
        font-size: 12px !important;
        line-height: 1.1;
    }

    .under-nav-item {
        margin-right: 12px !important;
    }
}


.contant-image-footer{
  width: 200px;
  height: 50px;
}
.contant-image-footer > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media  (max-width: 768px) {
  .contant-image-footer{
    width: 200px;
    height: 30px;
  }
  
}