/* Slider Sections --------------------------------------------------------------------------------------------------------*/
.social-networks-section-title {
  font-size: 2.1875rem;
  line-height: 2.875rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}
.slider-section-outer {
  margin-bottom: 30px;
}

.slider-section {
  position: relative;
  padding: 50px 0px 20px;
  background-size: cover;
  background-position: center top;
}
.slider-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.slider-section.blue-gradient::before {
  background: linear-gradient(257.78deg, rgba(108, 172, 221, 0.38) 0.62%, #0D838F 80.61%);
}
.slider-section.purple-gradient::before {
  background: linear-gradient(259.38deg, rgba(255, 28, 246, 0.35) 1.54%, #5E0C9F 84.22%);
}
.slider-section.sky-blue-gradient::before {
  background: linear-gradient(263.81deg, rgba(59, 166, 248, 0.3) 10.63%, rgba(59, 166, 248, 0.14) 44.8%, #3BA6F8 99.45%);
}
.slider-section.black-gradient::before {
  background: linear-gradient(264.06deg, rgba(62, 62, 62, 0.32) -0.99%, #1F1E30 79.48%);
}
.slider-section .container {
  position: relative;
  z-index: 1;
}
.slider-section .btn {
  margin-bottom: 60px;
}

.slider-section-title {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 800;
  padding-bottom: 15px;
}

.slider-section-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-bottom: 25px;
  max-width: 564px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 420px) {
  .slider-section-title {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
}
@media (min-width: 1024px) {
  .feedback-section {
    padding: 60px 0 40px;
  }

  .social-networks-section-title {
    font-size: 2.8125rem;
    line-height: 3.6875rem;
    text-align: left;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .slider-section-outer {
    margin-bottom: 40px;
  }

  .slider-section {
    padding: 70px 0 30px;
  }
}

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