.h-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.h-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 10, 10, 1);
  z-index: 9;
  opacity: 0.4;
}
.slider-content {
  position: relative;
  z-index: 99;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hsc {
  color: #fff;
  margin-bottom: 140px;
  max-width: 600px;
}

.hsc p {
  font-size: 26px;
  margin-top: 16px;
  line-height: 32px;
}

.hsc h1 {
  color: #fff;
}

.slick-dots {
  z-index: 999;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 150px;
  align-items: end;
  max-width: 1440px !important;
  right: 9%;
  gap: 8px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  border: 3px solid #ffffff;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}

.slick-dots li button::before {
  display: none;
}
.hero .slick-slide {
  height: 88vh;
}

#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;

}

.pin-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.service-card {
  margin-right: 35px;
  
}

.service-card:last-child {
  margin-right: 15%;
}

.service-card:first-child {
  width: 4%;
  opacity: 0;
}

/* Progress bar styles for pin-wrap */
.pin-progress-bar-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 18px;
}
.pin-progress-current,
.pin-progress-total {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 96, 72, 1);
  letter-spacing: 0.1em;
}
.pin-progress-bar {
  flex: 1;
  height: 2px;
  background: rgba(168, 201, 189, 1);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.pin-progress-bar-fill {
  height: 100%;
  background: rgba(0, 96, 72, 1);
  border-radius: 3px;
  width: 0%;
  transition: width 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.pin-progress-bar {
  max-width: 600px;
}

.pin-progress-bar-wrap {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100vw;
}


.c-speed-block_bubble {
  
  position:absolute;
  z-index:-1
}

.c-speed-block_bubble.-center{
  left: 20%;
}
.c-speed-block_bubble.-right {
  right:0
}
.c-speed-block_bubble.-left {
  left: 4%;
  top: 0;
}
.c-speed-block_bubble.-top {
  top:-20%
}
.c-speed-block_bubble.-bottom {
  bottom:0;
  right: 0;
}
.c-speed-block_bubble img {
  
  transform:scale(0);
  transition:transform .6s cubic-bezier(.17,.67,.3,1.33);
  z-index:-1
}
.c-speed-block_bubble.is-inview img {
  transform:scale(1);
  transition-delay:.3s
}


.cta-section{
  background-image: url('../images/green.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 525px;
}

.horizontal {
  display: flex;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hsc p {
  font-size: 18px;
  line-height: 24px;
}
.slick-dots li button{
  padding: 3px;
  border-width: 2px;
}
.slick-dots{
  bottom: 20px;
  left: 20px;
  flex-direction: row;

}
}

@media screen and (max-width: 767px) {
  .service-card:first-child {
  width: 20px;
  opacity: 0;
}
  .service-card:last-child {
  margin-right: 100px;
}

}

@media screen and (max-width: 567px) {
.pin-progress-bar-wrapper{
  width: 90%;
 margin: 0 auto;
}

}


.c-summary_list_item {
  opacity: 0;
  position: relative;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}

 .c-summary_list_item.is-inview {
  opacity: 1;
  transform: none;
}
 .c-summary_list_item.is-inview:nth-child(1) {
    transition-delay: .2s;
}

.c-section_infos_inner > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}


.c-section_infos_inner.is-inview > * {
  opacity: 1;
  transform: none;
}
.ab-card-left.c-section_infos_inner.is-inview > * {
  transition-delay: .2s;
}

.ab-card-center.c-section_infos_inner.is-inview > * {
  transition-delay: .4s;
}

.ab-card-right.c-section_infos_inner.is-inview > * {
  transition-delay: .6s;
}