.main-slider--three .webdev-hero-bullets {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px auto 0;
  max-width: 900px;
  opacity: 0;
  padding: 0;
  position: relative;
  transform: translateY(80px);
  transition: all 1500ms ease;
  z-index: 30;
}

.main-slider--three .swiper-slide-active .webdev-hero-bullets {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}

.webdev-hero-bullets li {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.webdev-hero-bullets li::before {
  background-color: var(--qutiiz-base);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 7px;
  margin-right: 11px;
  width: 7px;
}

.main-slider--three .webdev-hero-bullets + .main-slider--three__btn {
  margin-top: 28px;
}

.webdev-hero-secondary {
  color: rgba(255, 255, 255, 0.86);
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 18px;
  opacity: 0;
  position: relative;
  transform: translateY(70px);
  transition: all 1500ms ease;
  z-index: 30;
}

.webdev-hero-secondary:hover {
  color: var(--qutiiz-base);
}

.main-slider--three .swiper-slide-active .webdev-hero-secondary {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}

.webdev-simple-route__tag {
  color: var(--qutiiz-base);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.webdev-features-heading {
  margin: 0 auto 46px;
  max-width: 820px;
  text-align: center;
}

.webdev-features-heading span {
  color: var(--qutiiz-base);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.webdev-features-heading h2 {
  color: var(--qutiiz-white);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
  text-transform: uppercase;
}

.webdev-card-link {
  color: var(--qutiiz-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 16px;
}

.webdev-card-link:hover {
  color: var(--qutiiz-base);
}

.webdev-simple-route {
  background-color: var(--qutiiz-white);
  padding: 110px 0 0;
}

.webdev-simple-route__box {
  align-items: center;
  background-color: #1f1d32;
  border-radius: 8px;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  padding: 48px 54px;
}

.webdev-simple-route__box h2 {
  color: var(--qutiiz-white);
  font-size: 34px;
  line-height: 1.22;
  margin-bottom: 15px;
}

.webdev-simple-route__box p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.webdev-simple-route__box .porada-btn {
  flex: 0 0 auto;
}

.services-three {
  background-color: #f7f8fb;
  padding: 112px 0 82px;
}

.services-three .services-three__bg {
  display: none;
}

.services-three .section-title {
  margin-bottom: 58px;
}

.services-three .row {
  row-gap: 30px;
}

.services-three .wow {
  margin-bottom: 0;
}

.services-three__single {
  background-color: var(--qutiiz-white);
  border: 1px solid rgba(28, 26, 51, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(28, 26, 51, 0.08);
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 0.62fr);
  height: 100%;
  min-height: 310px;
  overflow: hidden;
}

.services-three__single-img {
  height: 100%;
}

.services-three__single-img-inner,
.services-three__single-img-inner img {
  height: 100%;
}

.services-three__single-img-inner img {
  object-fit: cover;
  width: 100%;
}

.services-three__icon {
  height: 104px;
  left: auto;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
}

.services-three__icon img {
  max-height: 52px;
  max-width: 52px;
}

.services-three__single-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 40px 38px 72px;
}

.services-three__title {
  margin-bottom: 18px;
}

.services-three__title a {
  color: var(--qutiiz-black);
  font-size: 31px;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.services-three__text {
  color: #5d5a6d;
  font-size: 16px;
  line-height: 1.72;
  margin: 0;
}

.services-three__text p {
  margin: 0;
}

.services-three__text p + p {
  margin-top: 13px;
}

.services-three__text strong {
  color: var(--qutiiz-black);
  display: block;
  font-family: var(--qutiiz-font-two);
  font-size: 24px;
  line-height: 1.3;
}

.webdev-price-note {
  background-color: #f7f8fb;
  padding: 0 0 78px;
}

.webdev-price-note p {
  background-color: var(--qutiiz-white);
  border-left: 4px solid var(--qutiiz-base);
  box-shadow: 0 12px 38px rgba(28, 26, 51, 0.07);
  color: #444258;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 26px 30px;
}

.webdev-price-note a {
  color: var(--qutiiz-black);
  font-weight: 800;
}

.webdev-price-note a:hover {
  color: var(--qutiiz-base);
}

@media (max-width: 1199px) {
  .webdev-simple-route__box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .main-slider--three .webdev-hero-bullets {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .webdev-features-heading h2 {
    font-size: 34px;
  }

  .services-three__single {
    grid-template-columns: 1fr;
  }

  .services-three__single-img {
    height: 220px;
  }

  .services-three__icon {
    bottom: -52px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }

  .services-three__single-content {
    padding: 72px 36px 36px;
  }
}

@media (max-width: 767px) {
  .webdev-hero-bullets li {
    font-size: 13px;
    line-height: 1.35;
  }

  .webdev-hero-secondary {
    font-size: 13px;
    line-height: 1.45;
    max-width: 310px;
  }

  .webdev-simple-route {
    padding: 78px 0;
  }

  .webdev-simple-route {
    padding-bottom: 0;
  }

  .webdev-features-heading h2,
  .webdev-simple-route__box h2 {
    font-size: 28px;
  }

  .services-three {
    padding: 78px 0 56px;
  }

  .services-three .section-title {
    margin-bottom: 42px;
  }

  .services-three__single-img {
    height: 190px;
  }

  .services-three__single-content {
    padding: 66px 26px 30px;
  }

  .services-three__title a {
    font-size: 27px;
  }

  .services-three__text {
    font-size: 15px;
  }

  .services-three__text strong {
    font-size: 21px;
  }

  .webdev-simple-route__box {
    padding: 34px 24px;
  }

  .webdev-price-note {
    padding-bottom: 48px;
  }
}
