.content-section {
  padding: 60px 0;
}

.content-section img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

.content-sol {
  padding-right: 4rem
}

.content-sag {
  padding-left: 4rem
}

@media (max-width: 991px) {
  .content-section {
    text-align: center;
  }

  .content-text {
    margin-top: 20px;
  }
}

.navbar {
  background-color: #0f1d2b;
  position: sticky;
  top: 0;
}

.pricing-hero {
  background: linear-gradient(to bottom, #0f1d2b 0%, #73d3ff 100%);
  padding: 100px 0 50px;
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.pricing-hero .container {
  position: relative;
  z-index: 1;
}

.text-area-cozumler {
  margin-bottom: 4rem;
}

.hero-title-cozumler {
  font-size: 4rem;
  color: white;
  font-weight: 500;
  margin-bottom: 1.4rem;
  font-family: "Sora", sans-serif;
}

.hero-subtitle-cozumler {
  color: #fff;
  font-size: 1.3rem;
}

.btn-cozumler {
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  border: none;
  outline: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: rgb(14, 14, 26);
  color: rgb(234, 234, 234);
  font-weight: 700;
  transition: 0.6s;
  box-shadow: 0px 0px 60px #1f4c65;
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4));
}

.btn-cozumler:active {
  scale: 0.92;
}

.btn-cozumler:hover {
  background: rgb(2, 29, 78);
  background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);
  color: rgb(255, 255, 255);
}



@media (max-width: 575px) {
   .hero-title-cozumler{
    font-size: 2.5rem;
  }

  .hero-subtitle-cozumler{
    font-size: 0.9rem;
  }
}