.section-4 {
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
}

.colored-title {
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px; /* 100% */
  letter-spacing: -5.04px;
}

.black-title {
  background: var(--mode-colors-title, linear-gradient(180deg, #141414 0%, #747484 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: -5.04px;
}

@media (width<700px) {
  .colored-title,
  .black-title {
    font-size: 34px;
    letter-spacing: -2.04px;
    line-height: 44px;
  }
}

.dummy-border {
  border-radius: 0px 6px 6px 0px;
  border-top: 1px solid var(--mode-colors-border, #d7d7d7);
  border-right: 1px solid var(--mode-colors-border, #d7d7d7);
  border-bottom: 1px solid var(--mode-colors-border, #d7d7d7);
  width: 100%;
  height: 6px;
}

.section-4 .header-nav-features {
  position: relative;
  height: max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-4 .header-nav-features .hire-container {
  padding: 16px 34px;
  border: 1px solid #000000;
  border-radius: 48px;
  text-align: center;
  color: black;
  transition: all 0.3s ease-in;
}

.section-4 .header-nav-features .arrow-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}

.section-4 .header-nav-features .arrow-circle svg {
  color: #000000;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.section-4 .header-nav-features:hover .hire-container {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
}

.section-4 .header-nav-features:hover .arrow-circle {
  border: 1px solid #000000;
}

.section-4 .header-nav-features:hover .arrow-circle svg {
  transform: rotate(45deg);
  color: #000000;
}

.section-5 .header-nav-features {
  position: relative;
  height: max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-5 .header-nav-features .hire-container {
  padding: 16px 34px;
  border: 1px solid #000000;
  border-radius: 48px;
  text-align: center;
  color: black;
  transition: all 0.3s ease-in;
}

.section-5 .header-nav-features .arrow-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}

.section-5 .header-nav-features .arrow-circle svg {
  color: #000000;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.section-5 .header-nav-features:hover .hire-container {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
}

.section-5 .header-nav-features:hover .arrow-circle {
  border: 1px solid #000000;
}

.section-5 .header-nav-features:hover .arrow-circle svg {
  transform: rotate(45deg);
  color: #000000;
}

.city {
  border-radius: 7.712px;
  background: linear-gradient(180deg, #d7d7d7 0%, #c4c2c2 100%);
  color: #000;
  text-align: center;
  font-size: 23.137px;
  font-family: PPTelegraf-Regular;
  font-style: normal;
  font-weight: 400;
  line-height: 18.51px; /* 80% */
  letter-spacing: -1.157px;
  position: absolute;
  width: 118px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 8px 8px 0px rgba(0, 0, 0, 0.09),
    0px 17px 10px 0px rgba(0, 0, 0, 0.05), 0px 31px 12px 0px rgba(0, 0, 0, 0.01), 0px 48px 14px 0px rgba(0, 0, 0, 0);
}
.city:hover {
  border-radius: 7.712px;
  background: #ffd300;
}

@media (width<600px) {
  .city {
    z-index: 99;
    width: 98px;
    height: 44px;
  }
}

.section-3 .header-nav-features {
  position: relative;
  height: max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section-3 .header-nav-features .hire-container {
  padding: 16px 34px;
  border: 1px solid #45bf7d;
  border-radius: 48px;
  text-align: center;
  color: black;
  transition: all 0.3s ease-in;
}

.section-3 .header-nav-features .arrow-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #45bf7d;
}

.section-3 .header-nav-features .arrow-circle svg {
  color: #45bf7d;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.section-3 .header-nav-features:hover .hire-container {
  background-color: #45bf7d;
  border: 1px solid #45bf7d;
  color: white;
}

.section-3 .header-nav-features:hover .arrow-circle {
  border: 1px solid #45bf7d;
}

.section-3 .header-nav-features:hover .arrow-circle svg {
  transform: rotate(45deg);
  color: #45bf7d;
}

.card {
  border-radius: 24px;
  background: #f3f3f3;
  display: flex;
  min-height: 174px;
  padding: 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  transition: all 0.3s;
}
@media (width<600px) {
  .card {
    padding: 10px;
  }
}
.card h2 {
  color: #141414;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.72px;
}
.card div {
  color: var(--mode-colors-explanation, #5f5f5f);
  font-family: PPTelegraf-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.7px;
}
.card:hover {
  background: var(--mode-colors-success-opacity, rgba(69, 191, 125, 0.12));
}
.card:hover h3,
.card:hover div {
  color: #45bf7d;
}
.arrow {
  display: none;
}
.card:hover .arrow {
  display: block;
}

.bonus {
  align-self: flex-end;
  border-radius: 34px 0px 34px 34px;
}
.bonus h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 90% */
  letter-spacing: -1.2px;
}
.bonus:hover svg {
  transform: rotate(45deg);
}
@media (width<640px) {
  .bonus {
    border-radius: 24px;
  }
  .bonus:hover {
    width: 100%;
  }
}

/* Modal arkaplanı */
.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Modal kapatma butonu */
.modal-close {
  z-index: 9999;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0;
}
