/* Project start */

#projects {
  background-repeat: no-repeat;
  background-size: cover;
  height: 773px;
  padding: 90px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-position: center; /* Center the background */
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Ensure smooth transitions */
}

#projects h2 {
  color: var(--White, #fff);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#projects .statistic {
 margin-bottom: auto !important; 
}

#projects h5 {
  color: var(--White, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
}

#projects .stat {
  align-content: center;
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 62.4px */
}

#projects .stat-name {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  align-content: center;
  text-align: center;
}

#projects .new-slider-container h5 {
  color: var(--White, #fff);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
}

#projects .new-slider-container p {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* New Slider Container */
.new-slider-container {
  position: relative;
  width: 100%; /* Adjust as needed */
  margin: 0;
}

.new-slider-navigation {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
  width: fit-content;
}

.new-slick-prev,
.new-slick-next {
  background: none;
  border: none;
  font-size: 20px; /* Adjust size as needed */
  cursor: pointer;
  padding: 5px;
}

.new-slick-dots-wrapper {
  display: inline-block;
  padding: 0px 24px;
}

.new-slick-dots {
  display: flex !important;
  gap: 0px;
  position: relative;
}

.new-slick-dots li {
  margin: 0px;
}

.new-slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbc5d5;
}

.new-slick-dots li.slick-active button {
  background: var(--Blue);
}

.new-slick-next,
.new-slick-prev {
  line-height: 0;
  position: relative;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  width: auto;
}

.new-slick-dots {
  position: flex !important;
  bottom: 0px;
  display: flex;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.new-slick-dots li button::before {
  font-size: 0px;
}

.new-slider-navigation .new-slick-prev {
  background-color: white;
  height: 48px;
  width: 48px;
  padding: 12px;
  border-radius: 50px;
  /* top: 20px; */
  border: 1px solid var(--Blue);
}

.new-slider-navigation .new-slick-prev:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.new-slider-navigation .new-slick-prev::before {
  content: url("/wp-content/uploads/2024/09/arrow-left-slider.svg");
}

.new-slider-navigation .new-slick-next {
  background-color: white;
  height: 48px;
  width: 48px;
  padding: 12px;
  border-radius: 50px;
  /* top: 20px; */
  border: 1px solid var(--Blue);
}

.new-slider-navigation .new-slick-next:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.new-slider-navigation .new-slick-next::before {
  content: url("/wp-content/uploads/2024/09/arrow-right-slider.svg");
}

.new-slider-navigation .slick-dots {
  padding-top: 11px;
}

.new-slick-dots li {
  margin-bottom: 7px;
  display: flex !important;
  justify-content: center; /* Center dots inside the container */
  align-items: center; /* Align dots vertically */
}

#projects .link-arrow {
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  min-width: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 2px solid white;
}

#projects .link-arrow:hover {
  color: white;
  border-bottom: 1px solid white;
}

#projects .link-arrow::before,
#projects .link-arrow::after {
  content: url("/wp-content/uploads/2024/09/arrow-right-white.svg");
  display: block;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

#projects .link-arrow:hover::before {
  content: url("/wp-content/uploads/2024/09/arrow-right-white.svg");
}

#projects .link-arrow.font-reg::before,
#projects .link-arrow.font-reg::after {
  font-weight: 300;
}
#projects .link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

#projects .link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

#projects .link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

#projects .slick-dots li.slick-active button {
  background: white;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
  #projects {
    padding: 96px 24px;
    height: auto;
  }

  #projects h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 130%; /* 65px */
    margin-bottom: 80px;
  }

  #projects .new-slider-container h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px; /* 120% */
    text-transform: uppercase;
    margin-bottom: 32px;
  }

  #projects .stat {
    color: var(--White, #fff);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
  }

  #projects .stat-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  #projects .statistic {
    margin-bottom: 32px !important;
  }
}

/* Project end */