/* style.scss */
.services {
  background-color: #EEE;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.services .single-service-one {
  border: 1px solid #EEE;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.services .single-service-one:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
.services .single-service-one:hover a.more-link,
.services .single-service-one:hover h4,
.services .single-service-one:hover i,
.services .single-service-one:hover p {
  color: #fff;
}
.services .single-service-one:hover .line-block {
  background-color: #fff;
}
.services .single-service-one:hover svg {
  fill: white;
  transition: all 0.4s ease;
}
.services .single-service-one i {
  font-size: 64px;
  color: #5cda6b;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services .single-service-one h4 {
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services .single-service-one p {
  min-height: 5rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services .single-service-one .line-block {
  display: block;
  background-color: #ebebeb;
  width: 41px;
  height: 2px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.services .single-service-one img {
  position: relative;
  z-index: 10;
}
.services .single-service-one a.more-link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #273167;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 185, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
  background: #FFB200;
  width: 24px;
  border-radius: 10px;
}

.right-slider::before {
  content: "";
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  right: 1rem;
}

@media (max-width: 576px) {
  .navbar-custom img {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .right-slider::before {
    width: 360px;
    height: 360px;
    top: 3rem;
  }
}
@media (min-width: 1200px) {
  .right-slider::before {
    width: 420px;
    height: 420px;
    top: 5rem;
  }
}
@media (min-width: 1400px) {
  .right-slider::before {
    width: 480px;
    height: 480px;
    top: 5rem;
  }
}
.web-gelistirme .js-webform-checkboxes,
.destek-program .js-webform-checkboxes {
  display: flex;
  flex-flow: row wrap;
}
.web-gelistirme .form-check,
.destek-program .form-check {
  flex: 0 0 25%;
}

.site-footer .block {
  border: 0px;
}

.web-sunucu::before {
  background-color: #e8bdd3;
  -webkit-filter: blur(50px) grayscale(0.8) opacity(0.2);
  filter: blur(50px) grayscale(0.8) opacity(0.2);
  border-radius: 100%;
  content: "";
  width: 28.125rem;
  height: 28.125rem;
  position: absolute;
  margin-top: -3rem;
  z-index: auto;
}

/*# sourceMappingURL=style.css.map */
