@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
.projectSliderWrap {
  position: relative;
}
.projectSliderWrap .slick-list {
  padding-block: 24px !important;
}
.projectSliderWrap .cardITMLRole {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.projectSliderWrap h3 {
  margin-bottom: 0.5rem;
}
.projectSliderWrap h6 {
  margin: 0;
}
.projectSliderWrap .projectSlide {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin-inline: 4px;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #313131;
  border: 2px solid #313131;
}
.projectSliderWrap .projectSlide:hover {
  border: 2px solid #096;
  box-shadow: 0px 2px 10px 7px rgba(0, 153, 102, 0.25), 0px 2px 10px 0px rgba(0, 153, 102, 0.25);
}
.projectSliderWrap .projectSlide h4 {
  margin: 0;
}
.projectSliderWrap .projectViewAll {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-weight: 700;
}

.projectSlideLogo {
  width: 200px;
  height: 120px;
}
.projectSlideLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projectSlideMain {
  display: block;
  height: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}

.projectTagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-height: 68px;
  min-height: 36px;
  overflow: hidden;
}
.projectTagWrap .projectTag {
  padding: 4px 16px;
  background: #0E0E0E;
  color: #096;
  font-weight: 500;
  line-height: 1.5;
  height: fit-content;
}

.carousel-container {
  width: 100%;
  max-width: 1100px;
  height: 550px;
  position: relative;
  perspective: 1000px;
  margin-top: 80px;
}
.carousel-container h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.5rem;
}
.carousel-container .projectDescriptiont {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  font-size: 18px;
  line-height: 150%;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.secondaryProjectSliderItem {
  position: absolute;
  width: 380px;
  height: 348px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  padding: 56px 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.75;
  border-radius: 16px;
  background: #313131;
  gap: 0.5rem;
}
.secondaryProjectSliderItem .projectSlide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1.5rem;
}
.secondaryProjectSliderItem.center {
  z-index: 10;
  background: rgba(0, 61, 41, 0.75);
  box-shadow: 0px 16px 8px 0px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  opacity: 1;
}
.secondaryProjectSliderItem a {
  color: #24C790;
  font-weight: 700;
}

.secondaryProjectSliderItem.left-1 {
  z-index: 5;
  transform: translateX(-370px) scale(0.8) translateZ(-100px);
}

.secondaryProjectSliderItem.right-1 {
  z-index: 5;
  transform: translateX(370px) scale(0.8) translateZ(-100px);
}

.secondaryProjectSliderItem.hidden {
  opacity: 0;
  pointer-events: none;
}

.secondarySliderFooter {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.secondarySliderFooter .dots {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.secondarySliderFooter .dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9;
}
.secondarySliderFooter .dot.active {
  background: #096;
  width: 64px;
  border-radius: 40px;
}

@media (max-width: 768px) {
  .carousel-container {
    width: auto;
  }
  .secondaryProjectSliderItem {
    width: 280px;
  }
  .secondaryProjectSliderItem.center {
    transform: scale(1) translateZ(0);
  }
  .secondaryProjectSliderItem.left-1 {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }
  .secondaryProjectSliderItem.right-1 {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }
}

/*# sourceMappingURL=projectSlider.css.map */
