/*===== SLIDER THREE =====*/
.slider-three {
  background-color: var(--light-2);
  padding-top: 112px;
  padding-bottom: 130px;
}
.slider-three .section-title .title {
  font-size: 44px;
  line-height: 55px;
  font-weight: 600;
  color: var(--black);
}
@media (max-width: 767px) {
  .slider-three .section-title .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.slider-three .section-title .text {
  color: var(--dark-3);
  margin-top: 24px;
}
.slider-three .slider-items-wrapper {
  position: relative;
}
.slider-three .slider-items-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.slider-three .slider-items-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--primary);
  opacity: 0.5;
  border: 0;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slider-three .slider-items-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
}
.slider-three .single-items-one {
  margin-top: 40px;
}
.slider-three .single-items-one img {
  width: 100%;
  box-shadow: var(--shadow-2);
  border-radius: 10px;
}

/* # sourceMappingURL=slider-03.css.map */
