* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto Slab", Roboto Slab;
  font-size: 1.6rem;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
h1,
h2 {
  font-weight: 300;
  line-height: 1.2;
}
p {
  margin: 1rem 0;
}
img {
  width: 100%;
}
.text-center {
  text-align: center;
}

/* Navbar Genel Stil */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; /* Tam genişlik */
  /* Navbar genişliğini sınırla */
  margin: 0 auto; /* Ortalamak için */
  padding: 0 2rem; /* Sağdan ve soldan ekstra iç boşluk */
  position: fixed; /* Sayfanın üstünde sabit */
  top: 0;
  left: 0;
  height: 70px;
  padding: 0 3rem; /* İç boşluk */
  background-color: transparent; /* Varsayılan arka plan */
  z-index: 1000; /* Diğer elementlerin üstünde */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Navbar Scroll Olduğunda (Scrolled Sınıfı) */
.navbar.scrolled {
  background-color: #fff; /* Beyaz arka plan */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Hafif gölge */
}

.navbar.scrolled .navlinks,
.navbar.scrolled .social a {
  color: #000000 !important; /* Turuncu yazı ve ikon renkleri */
}

/* Navbar İçindeki Linkler */
.navbar ul {
  display: flex;
  align-items: center;
  list-style: none; /* Liste işaretlerini kaldır */
  margin: 0;
  padding: 0;
}

.navbar .navlinks {
  color: #fff; /* Varsayılan renk */
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}

.navbar .navlinks:hover {
  border-bottom: 2px solid #f88c00; /* Hover efekti */
}

/* Sosyal Medya İkonları */
.navbar .social {
  display: flex;
  gap: 15px; /* İkonlar arası boşluk */
}

.navbar .social a {
  color: #fff; /* Varsayılan renk */
  font-size: 1.6rem;
  transition: color 0.3s ease;
}

.navbar .social a:hover {
  color: #f88c00; /* Hover rengini turuncu yap */
}

/* Logo */
.navbar .brand img {
  height: 60px;
  width: auto;
}

/* Scroll Durumunda Logo ve Linkler */

.navbar.scrolled .navlinks,
.navbar.scrolled .social a {
  color: #f88c00; /* Scroll olduğunda turuncu renk */
  transition: color 0.3s ease;
}

/* Navbar Scroll Olduğunda Logo ve Linkler */
.navbar.scrolled .brand img {
  content: url("../img/logo.png"); /* Siyah logonun yolu */
  transition: all 0.3s ease;
}

.main-header {
  background-image: url("../img/pen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 35vh;
  position: relative; /* Bu önemli */
}

.main-header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  z-index: 1; /* Bu da önemli */
}

.main-header * {
  z-index: 5;
}
.main-header .content h1 {
  font-size: 5rem;
  color: #fff;
  font-weight: 550;
}
.main-header .content p {
  font-size: 1.6rem;
  width: 60rem;
  margin: 2rem 0 3rem;
  color: #fff;
}

.dedicated-writer {
  padding-top: 50px;
  flex-direction: column; /* Yönü dikey yap */
  justify-content: center; /* Yatayda ortala */
  align-items: center;
  display: flex;
  position: relative;
  z-index: -1;
}

.card2 {
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column; /* Yönü dikey yap */
  justify-content: center; /* Yatayda ortala */
  align-items: center; /* Dikeyde sola hizala */
  padding: 1rem;
  text-align: left; /* Metni sola hizala */
  height: 100%; /* Yüksekliği ayarlayarak içeriğin ortalanmasını sağlar */
  min-width: 35rem;
}

.card2 h2 {
  font-size: 3rem;
  font-weight: 600;
  margin: 15px 0px 10px 0px;
}

.card2 p {
  font-family: "Arial", sans-serif;
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  font-style: italic;
}
.flex-items {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 70%;
}

.work-button {
  background-color: #f88c00;
  color: #fff;
  border: none;
  padding: 2px 5px;
  font-size: 1.5rem;
  font-weight: 600;

  height: 40px; /* Sabit bir yükseklik belirler */
  cursor: pointer;
  width: 130px;
  border-radius: 5px;
}

/* Pricing Section */
.pricing-section {
  text-align: center;
  padding: 50px 20px;
}

.pricing-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing-subtitle {
  font-size: 1rem;
  color: #777;
  max-width: 700px;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}

/* Pricing Section */
.pricing-section {
  text-align: center;
  padding: 60px 0;
  background-color: #f8f8f8;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.pricing-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-subtitle {
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 60px;
}

.pricing-container {
  display: flex;
  justify-content: space-around; /* Geniş mesafeli yerleşim */
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex: 1;
  margin: 10px 15px;
  min-width: 300px;
  max-width: 400px;
}

.pricing-card:nth-child(2) {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.plan-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-desc {
  color: #999;
  margin-bottom: 15px;
}

.price {
  color: #ff8000;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.per-hour {
  color: #777;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.plan-details {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.btn-signup {
  background: #ff8000;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-signup:hover {
  background: #e07000;
}

/* Genel Testimonial Bölümü */
.testimonial-section {
  padding: 60px 20px;
  background-color: #fff;
}

.testimonial-title {
  font-size: 3rem; /* Başlık büyüklüğü */
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center; /* Sola hizala */
  padding-left: 20px;
}

.testimonial-subtitle {
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 40px;
  text-align: center; /* Sola hizala */
  padding-left: 20px;
}

.testimonial-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.testimonial-card {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left; /* Metni sola hizala */
  max-width: 350px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  position: relative; /* Profil fotoğrafı için referans */
  overflow: visible; /* Kart dışına taşan içerik için */
}

/* Tırnak İşareti */
.testimonial-card::before {
  content: "\201C"; /* Sol büyük tırnak işareti */
  font-size: 6rem; /* Daha büyük tırnak */
  color: #ff8000;
  position: absolute;
  top: -20px;
  left: 10px;
  font-family: serif;
  line-height: 1;
}

/* Yorum Metni */
.testimonial-text {
  font-size: 1.2rem;
  color: #333;
  margin: 20px 0;
}

/* Yıldız Derecelendirme */
.testimonial-rating {
  font-size: 1.8rem; /* Yıldız büyüklüğü */
  color: #ff8000;
  margin: 10px 0;
  text-align: left; /* Sola hizala */
}

/* Kullanıcı Bilgisi */
.testimonial-client {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -20px; /* Kartın altına doğru taşır */
  left: -20px; /* Kartın dışına taşır */
}

.testimonial-client img {
  width: 70px;
  height: 70px;
  border-radius: 50%; /* Daire şekli */
  object-fit: cover;
  border: 3px solid #fff; /* Beyaz kenarlık */
}

.testimonial-client h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-left: 15px; /* Fotoğraf ile isim arasında boşluk */
  white-space: nowrap; /* Metin taşmasını önler */
}

/* Sağdaki Görsel */
.testimonial-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* lets Genel Stil */
.lets {
  background-image: url("../img/footer.jpg"); /* Arka plan resmi */
  background-size: cover; /* Resmi tam kapla */
  background-position: center; /* Resmi ortala */
  background-repeat: no-repeat; /* Tekrar etmesin */
  position: relative;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  height: 332px;
}

/* Şeffaf Katman */
.lets::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Esnek Düzen */
.lets .content {
  display: flex; /* Flex düzen aktif */
  justify-content: space-between; /* Elemanları dağıt */
  align-items: center; /* Dikeyde ortala */
  position: relative;
  z-index: 2; /* Üst katmana yerleştir */
  max-width: 1200px;
  margin: 0 auto; /* Ortala */
}

/* Footer Metin */
.lets-text {
  max-width: 60%; /* Metin genişliği */
  text-align: left; /* Metni sola yasla */
}

.lets-text h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.lets-text p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: white;
}

/* Buton */
.contact-btn {
  background-color: orange;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  height: 60px;
  width: 180px;
}

.contact-btn:hover {
  background-color: #ff8800;
}

/* Footer Ana Konteyner */

/* Footer Ana Konteyner */
.footer-container {
  background-color: #111; /* Arkaplan rengi */
  color: #fff; /* Yazı rengi */
  padding: 20px 0;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 100%; /* Tam genişlik */
  position: relative;
}

/* Sosyal Medya Linkleri */
.social-links {
  display: flex;
  justify-content: center; /* Ortaya hizala */
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.social-links a {
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #ff7a00;
}

/* Telif Hakkı */
.copyright {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.copyright a.designer {
  color: #ff7a00;
  text-decoration: none;
}

.copyright a.designer:hover {
  color: #e56b00;
}

/* Yukarı Çık Butonu */
.scroll-top {
  position: absolute; /* Footer içerisindeki belirli bir noktaya yerleştir */
  bottom: 20px; /* Footer'ın altından 20px yukarıda */
  right: 20px; /* Footer'ın sağından 20px içeride */
}

.scroll-top a {
  display: inline-block;
  background-color: #ff8800; /* Turuncu arkaplan */
  color: #fff; /* Beyaz ikon rengi */
  padding: 10px;
  border-radius: 5px; /* Köşeleri yumuşat */
  text-align: center;
  font-size: 20px; /* İkon büyüklüğü */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.scroll-top a i {
  display: block; /* İkonu dikey ortala */
}

.scroll-top a:hover {
  background-color: #e56b00; /* Hover durumunda koyu turuncu */
  transform: translateY(-5px); /* Hover durumunda hafif yukarı kalkma efekti */
}

/* mobile */
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
  .navbar {
    flex-direction: column;
    height: 120px;
    padding: 20px;
  }
  .navbar a {
    padding: 10px;
    margin: 0 3px;
  }
  .teams img {
    width: 60%;
  }
}
