.img-project:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.inprogress {
  background: linear-gradient(90.06deg, #FEBD25 0.06%, #D39D1F 99.94%);
}
.ended {
  background: linear-gradient(90.06deg, #00EC47 0.06%, #7DDD9A 99.94%);
}
.seeking {
  background: linear-gradient(90.06deg, #6ED6FF 0.06%, #02B1F5 99.94%);
}
#sorting {
  transition: all 0.5s ease;
}
#sorting.fixed {
    width: 100%;
    top: 115px;
    transform: none;
    z-index: 10;
    background: #FFFFFF;
    transition: all 0.5s ease;
    position: fixed;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.fixed-header .border-transparent {
    border-top: 1px solid #D5DAD7;
}
.judul-investasi {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
} 

/*DETAIL*/

.banner-detail:after {
  content: "";
  background: url(/assets/img/gradient.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.sticky-sidebar main {
  width: calc(100% - 300px);
}

.sticky-sidebar aside {
  width: 300px;
}
.sticky-sidebar aside li {
  background: url(/assets/img/logo-aside.svg) no-repeat #EEFFF3;
  background-position: left bottom;
}

@support (initial-letter: 2) {
  .better {
    initial-letter: 2;
  }
}

.better::first-letter {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-top: -10px;
  margin-right: 0;
}

.gallery {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.gallery-slider_investment {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider_investment .swiper-slide {
  width: auto;
}
.gallery-slider_investment .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-slider_investment .swiper-slide img.w-full {
  width: 100%;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.thumbnails .gallery-thumbs {}
.gallery-thumbs .swiper-slide {
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  aspect-ratio: 1/1;
}
.gallery-thumbs .swiper-slide:after {
  content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery-thumbs .swiper-slide-active:after {
  content: none;
}
.gallery-thumbs .swiper-slide-active {
  border: 2px solid #57DF80;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none;
}
.goverlay {
    background: #001205CC;
}
.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose,
.glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover {
  background: #F2FFF6;
  border-radius: 100%;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glightbox-clean .gprev path, .glightbox-clean .gnext path, .glightbox-clean .gclose path {
    fill: #05250E;
}
.gallery-slider_investment + .thumbnails .swiper-slide:after {
  content: "";
  background: #00000059;
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.content .logo {
  width: 350px;
  height: 380px;
  min-height: 350px;
  text-align: center;
  margin-right: 2rem;
  float: left;
}

.content .logo img {
  max-width: 185px;
}
.content p {
  margin-bottom: 16px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.border-\[0\.5\] {
  border-width: 0.5px;
}
.clearfix::before,
.clearfix::after {
    content: " "; /* Required for pseudo-elements to render */
    display: table; /* Creates a new block formatting context */
}

.clearfix::after {
    clear: both; /* Clears both left and right floats */
}

.clearfix {
    *zoom: 1; /* IE6/7 hack to trigger hasLayout */
}

@media (max-width: 1100px) {

  .content .logo {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

}

@media only screen and (max-width: 767px) {
  #sorting.fixed {
    position: static;
  } 
  .h-\[675px\] {
    /* height: auto !important; */
  }
  .sticky-sidebar {
    padding-left: 1rem !important;
        padding-right: 1rem !important;
        display: block !important;
  }
  .sticky-sidebar main,
  .sticky-sidebar aside {
      width: 100%;
      padding: 0;
      margin-top: 3rem;
  }
  .banner-detail .text-\[64px\] {
      font-size: 40px;
  }
  .banner-detail .text-\[20px\] {
      font-size: 16px;
  }
  .gallery-thumbs_investment span.text-\[32px\] {
      font-size: 18px;
  }
  .inprogress,
  .ended {
    gap: 0.25rem !important;
  }
  .img-project .py-2.px-3 {
    padding-left: 0.5rem;
  }
}