.hizmet {
  background-image: linear-gradient(74deg, #dbf7e1 0%, #dfe9ff 100%);
  padding: 50px 0 60px;
  color: #1e325c;
  width: 100%;
}

.hizmet .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hizmet img {
  width: 80px;
  height: 80px;
}

.hizmet h1 {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.hizmet p {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  color: #5a7184;
  line-height: 1.4;
}

.hizmet-img {
  position: relative;
  z-index: -10;
}

.hizmet-img img {
  width: 100%;
  max-width: 1400px;
  max-height: 768px;
}

.kira-takibi-box {
  margin-bottom: 40px;
}

.kira-takibi-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.kira-takibi-top .file {
  width: 120px;
  height: 120px;
}

.kira-takibi-top h2 {
  position: relative;
  color: #27aa67;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 26px;
}

.kira-takibi-top h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 30px;
  background-color: #1e325c;
}

.kira-takibi-top p {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
  color: #5a7184;
  margin-bottom: 30px;
}

.kira-takibi-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.k-box {
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 360px;
  position: relative;
  box-shadow: inset 0 0 6px 3px rgba(30, 50, 93, 0.1);
  overflow: hidden;
  z-index: 10;
}

.k-box::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  transition: 0.4s all ease-in;
  z-index: -1;
}

.k-box:hover::after {
  transform: scale(20);
}

.k-box:nth-child(n)::after {
  background-color: rgba(66, 224, 74, 0.1);
}

.k-box:nth-child(2n)::after {
  background-color: rgba(107, 217, 253, 0.1);
}

.k-box:nth-child(3n)::after {
  background-color: rgba(253, 162, 177, 0.1);
}

.k-box h3 {
  line-height: 1.4;
  margin-bottom: 15px;
  color: #1e325c;
  font-size: 19px;
}

.k-box p {
  color: #5a7184;
  font-size: 14px;
  line-height: 1.4;
}

.hizmet-ekran {
  background-color: #c5dcd6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.hizmet-ekran .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hizmet-ekran-left {
  display: flex;
  flex-direction: column;
}

.hizmet-ekran .hizmet-ekran-left .blue {
  border-left: 6px solid #1e325c;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}

@media (min-width: 576px) {
  .k-box {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .kira-takibi-top p {
    max-width: 580px;
  }

  .k-box {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .hizmet img {
    width: 120px;
    height: 120px;
  }

  .hizmet h1 {
    font-size: 36px;
    line-height: 55px;
  }

  .hizmet p {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    width: 75%;
  }

  .hizmet-img {
    position: relative;
    background-image: linear-gradient(74deg, #dbf7e1 0%, #dfe9ff 100%);
  }

  .hizmet-img img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .hizmet-img::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(
      to bottom,
      transparent 80%,
      #ffffffae 95%,
      #fff 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .hizmet-img img {
    margin: auto;
    display: flex;
  }

  .kira-takibi {
    margin-top: -120px;
  }

  .kira-takibi-top h2 {
    font-size: 32px;
    text-align: center;
  }

  .kira-takibi-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }

  .k-box {
    align-self: stretch;
    width: 30%;
    margin-bottom: 30px;
  }

  .hizmet-ekran .container {
    flex-direction: row;
    margin: 40px auto 30px;
  }

  .hizmet-ekran-left {
    width: 50%;
  }

  .hizmet-ekran img {
    position: relative;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .hizmet {
    padding-top: 60px;
  }

  .k-box {
    margin-bottom: 40px;
    min-height: 450px;
  }

  .k-box h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .k-box p {
    line-height: 1.5;
  }
}
