
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}


:root {
  --primary-color: #0c1c2c;
  --secondary-color: #e9d200;
}

body{
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #000;
}

html::-webkit-scrollbar-thumb {
  background: rgb(228, 206, 6);
}


section {
  padding: 5rem 9%;
}



.heading span {
  font-size: 5rem;
  color: var(--primary-color);
  padding: .5rem 1.5rem;
  border-radius: 2rem;

}

.btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  border-radius: 10%;
  cursor: pointer;
  font-size: 1.7rem;
  margin-top: 2rem;
  padding: 1rem 2.8rem;
  padding-right: 3rem;
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 9%;
  z-index: 10000;
  background-color: var(--primary-color);
}

.header .logo {
  font-weight: bolder;
  color: #fff;
  font-size: 3rem;
}

.header .logo span {
  color: var(--primary-color)
}

.header .navbar a {
  display: inline-block;
  padding: 1.5rem 2rem;
  font-size: 1.7rem;
  color: #fff;
}

.header .navbar {
  height: 50px;

}

.header .navbar a {
    position: relative;
    transition: 0.3s;
    padding-bottom: 5px; /* Add padding for the underline */
}

.header .navbar a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s;
}

.header .navbar a:hover::after {
    width: 100%;
}

/* Add this class for active page */
.header .navbar a.active::after {
    width: 100%;
}

#menu-btn {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
}
.content2{
  padding: 0;
  margin-top: 5rem;
  min-height: 70vh;
  background-size: cover ;
  padding: 2rem 9%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.home {
  padding: 0;
  margin-top: 5rem;
}

.home .slide {
  min-height: 70vh;
  background-size: cover ;
  padding: 2rem 9%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .slide .content {
  width: 60rem;

  color: white;
  padding: 1rem;
  border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam mavi */
    backdrop-filter: blur(10px); /* Arka plan bulanıklığı */
    -webkit-backdrop-filter: blur(10px); /* Safari desteği */
}


@media (max-width: 768px) {
  .home .slide .content {
    text-align: center; /* Yazıları yatayda ortala */
    margin: 0 auto; /* İçeriği ortala */
    display: flex;
    flex-direction: column;
    align-items: center; /* İçeriği dikeyde ortala */
    justify-content: center; /* İçeriği dikeyde ortala */
    background-color: rgba(0, 0, 0, 0.1); /* Yarı saydam mavi */
    backdrop-filter: blur(10px); /* Arka plan bulanıklığı */
    -webkit-backdrop-filter: blur(10px); /* Safari desteği */
  }

  .home .slide .content h1 {
    font-size: 210px; /* Başlığı küçült */
  }

  .home .slide .content p {
    font-size: 14px; /* Paragraf yazısını küçült */
  }
}




.home .slide .content h3 {
  font-size: 5.4rem;
  color: #fff;
  /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
  padding: 0.5rem 0;
}

.home .slide .content h1 {
  font-size: 5.4rem;
  color: #fff;
  /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
  padding: 0.5rem 0;
}





.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  padding: 20px;
}

.icon {
  width: 20%;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.icon:hover {
  transform: scale(1.05);
}

.icon i {
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
}

.icon h3 {
  font-size: 10px;
  color: black;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .icon h3 {
    font-size: 8px;
    color: black;
    margin-bottom: 5px;
    display: none;
  }
}
.urun-kategorileri {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}



.section-baslik {
  text-align: center;
  margin-bottom: 40px;
}

.section-baslik h2 {
  font-size: 32px;
  color: #122039;
  margin-bottom: 15px;
  font-weight: 600;
}

.altcizgi {
  width: 80px;
  height: 3px;
  background-color: #ff9800;
  margin: 0 auto;
}

.kategori-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.kategori-kart {
  width: 100%;
  max-width: 550px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kategori-kart:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.kategori-gorsel {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.kategori-gorsel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.kategori-kart:hover .kategori-gorsel img {
  transform: scale(1.05);
}



.kategori-kart:hover .overlay {
  opacity: 1;
}

.detay-btnkategori {
  display: inline-block;
  padding: 12px 25px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 25px;
  margin-bottom: 25px;
}


.kategori-bilgi {
  padding: 25px;
}

.kategori-bilgi h3 {
  font-size: 22px;
  color: #122039;
  margin-bottom: 12px;
}

.kategori-bilgi p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
}

.instagramsection{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.story-container {
  display: flex;
  gap: 15px;
  padding: 10px;
  position: absolute;
}

.story-box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease;
  transform: scale(1.1);

}

.story-box::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a3ab9, #bc2a8d, #e95950, #fccc63);
  z-index: -1;

}

.story-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
}


#active-users {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  text-align: center;
  z-index: 1000;
}
/* Responsive */
@media (max-width: 768px) {
  .kategori-container {
    flex-direction: column;
    align-items: center;
  }
  
  .kategori-kart {
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .section-baslik h2 {
    font-size: 28px;
  }
  
  .kategori-gorsel {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .urun-kategorileri {
    padding: 40px 0;
  }
  
  .kategori-bilgi h3 {
    font-size: 20px;
  }
  
  .kategori-bilgi p {
    font-size: 14px;
  }
}




.about {

  gap: 8rem;
  background-color: white;
  background-size: cover; 
  max-width: 1430px;
  margin: auto;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  position: relative;
}



.about .image img {
  width: 50%;
  padding: 2rem;
  
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content span {
  font-size: 2rem;
  color: goldenrod
}

.about .content .title {
  font-size: 4rem;
  color: #000000;
  margin-top: .5rem;
}

.about .content p {
  font-size: 1.5rem;
  color: #838282;
  padding: 1rem 0;
  line-height: 2;
}

.about .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.about .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

.about .content .box-container .box h3 {
  font-size: 2rem;
  color: #000000;
}

.about .content .box-container .box h3 i {
  padding-right: 1.5rem;
  color: var(--secondary-color);
  max-width: 125px;
}





.urun-features {
  background-color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.insidesection {
  background-color: white;
  padding: 30px;
  margin: 0 auto; /* Yatayda ortalamak için */
  max-width: 1250px;
  width: 100%; /* Responsive olması için */
}




/* Ürün Resmi */
.urun-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

/* Ürün Başlığı */
.urun-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}

/* Açıklama */
.urun-item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* Fiyat */
.fiyat {
  font-weight: bold;
  font-size: 16px;
  color: #e74c3c;
}

/* Butonlar */
.urun-btn1, .detay-btn1 {
  display: inline-block;
  padding: 10px 12px;
  margin: 5px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}


/* Satın Al Butonu */
.urun-btn1 {
  background: #28a745;
  color: white;
  border: 2px solid transparent;
}

.urun-btn1:hover {
  background: white;
  color: #28a745;
  border: 2px solid #28a745;
}

@media (max-width: 768px) {
  .urun-item {
      width: 200px;
      height: auto;
  }

  .urun-btn1, .detay-btn1 {
    font-size: 12px;

}

 


}

@media (max-width: 480px) {
  .urun-item {
      width: 90%;
      height: auto;
  }

  .urun-btn1, .detay-btn1 {
    font-size: 10px;

}

}

/* Detaylı Bilgi Butonu */
.detay-btn1 {
  background: var(--primary-color);
  color: white;
  border: 2px solid transparent;
  padding: 10px 12px;

}

.detay-btn1:hover {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* === Scrollbar Stilleri (Opsiyonel) === */
.urun-list-container::-webkit-scrollbar {
  height: 8px;
}

.urun-list-container::-webkit-scrollbar-thumb {
  background: #ff9800;
  border-radius: 10px;
}

.urun-list-container::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* === Responsive (Mobilde Daha Rahat Kaydırma) === */
@media (max-width: 768px) {
  .urun-item {
      width: 220px;
  }
}


/* Swiper kaydırma okları */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #007bff;
}


.offer-btn{
  background-color: #ffffff;
  justify-content: space-around;
  align-items: center;
  align-self: center;
  padding: 20px;
}


.tum-urunler-btn {
  display: inline-block;
  padding: 12px 20px;
  background: var(--secondary-color);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 230px;
  margin: 7px;
}

.iconspri{
  margin-right: 10px;

}
.tum-urunler-btn:hover {
  background: white;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

/* Responsive */
@media (max-width: 1024px) {
  .urun-item {
      width: 220px;
      height: 340px;
  }
}



/* === Ürün Listesi === */
.urun-list-container {
  position: relative;
  margin: auto;
  overflow: hidden;
  white-space: nowrap; /* Ürünlerin alt alta düşmesini engeller */
  padding-bottom: 10px;
}

/* === Ürünleri Yatay Kaydırma === */
.urun-list {
  display: flex;
  flex-wrap: nowrap; /* Ürünler satırda kalacak */
  gap: 15px;
  padding: 10px;
  overflow-x: auto; /* Yatay kaydırma */
  scroll-behavior: smooth; /* Yumuşak kaydırma efekti */
  white-space: nowrap;
  -ms-overflow-style: none; /* Internet Explorer ve Edge için scrollbar gizleme */
  scrollbar-width: none; /* Firefox için scrollbar gizleme */


}

/* === Ürün Kartı === */
.urun-item {
  background: white;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 250px;
  height: 380px;
  flex: 0 0 auto; /* Flexbox ile esnekliği kapattık, böylece ürünler satırda kalır */
}

/* === Kaydırma Butonları === */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5); /* Hafif saydam altın rengi */
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sol Buton */
.left-btn {
  z-index: 2000;
  left: 0;
  margin-left: 15px;

}

/* Sağ Buton */
.right-btn {
  right: 0;
  margin-right: 15px;
  z-index: 2000;

}

/* Buton Hover Efekti */
.scroll-btn:hover {
  background: var(--secondary-color); /* Daha koyu altın rengi */
  transform: translateY(-50%) scale(1.1);
}

/* Mobilde Butonları Kaldır */
@media (max-width: 768px) {
  .scroll-btn {
      display: none;
  }

  .urun-item {
      width: 220px;
  }
}

/*MAKALELER*/



.makale-features {
  padding: 30px 20px;
  background-color: #f8f9fa;
}

.insidesection2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.soneklenen {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.lefticon {
  margin-right: 12px;
  font-size: 22px;
  color: #ff9800;
}

.soneklenen h1 {
  font-size: 24px;
  margin: 0;
  color: #333;
}

/* Makale Listesi (Grid Yapı) */
.makale-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}

/* Makale Kartı */
.makale-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  height: 180px;
}

.makale-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

/* Makale İçeriği Düzeni */
.makale-wrapper {
  display: flex;
  width: 100%;
  background-color: white;
}



/* Makale Resmi */
.makale-img {
  max-width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  background-color: white;
}

/* İçerik Bölümü */
.makale-content1 {
  width: 70%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

/* Makale Tarih */
.makale-date1 {
  font-size: 12px;
  color: var(--secondary-color) ;
  margin-bottom: 5px;
}

/* Başlık */
.makale-content1 h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* İçerik */
.makale-content1 p {
  font-size: 10px;
  color: #8c8c8c;
  margin: 0 0 10px 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* Devamını Oku Butonu */
.makale-btn1 {
  display: inline-block;
  color: rgb(0, 0, 0);
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  align-self: flex-start;
}


/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .makale-grid-container {
    grid-template-columns: 1fr;
  }

  .makale-item {
    flex-direction: column;
    height: auto;
    text-align: center;
    align-items: center;
  }

  .makale-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .makale-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .makale-content1 {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .makale-content1 h1 {
    font-size: 18px;
    text-align: center;
  }

  .makale-date1 {
    font-size: 12px;
    color: var(--secondary-color);
    text-align: right;
    margin-top: 10px;
  }

  .makale-btn {
    display: inline-block;
    background-color: #ff9800;
    color: white;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .makale-btn:hover {
    background-color: #e68900;
  }
}


.scrolling-technologies {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.tech-name {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.tech-container:hover .tech-name {
  opacity: 1;
  transform: translateY(0); /* Yazılar yukarı kayıyor */
}
.tech-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  animation: scroll 15s linear infinite;
}

/* Teknoloji Kartı */
.tech-section{
  background-color: var(--primary-color);
  max-width: 1150px;
  position: relative;
  margin: auto;
  border-radius: 30px;
  height: 340px;
}

@media (max-width: 760px) {
  .tech-section{

    border-radius: 0px
  }
  
}

.tech-container {
  position: relative;
  text-align: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
}

.tech-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

/* Hover Efekti */
.tech-container:hover img {
  transform: scale(1.1);
}

.tech-container:hover .tech-overlay {
  background: rgba(0, 0, 0, 0.7); /* Arka plan şeffaf gridir */
  opacity: 1;
}

.tech-container:hover .tech-name {
  opacity: 1;
  transform: translateY(0); /* Yazı yukarı kayıyor */
}

/* İsim Etiketi */
.tech-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Başlangıçta tamamen şeffaf */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.tech-overlay:hover{
  display: flex;
}


/* Animasyon (Sonsuz Kaydırma) */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


.sectioner-header h1 {
  color: rgb(255, 255, 255) ;
  font-size: 32px; /* Büyük ve dikkat çekici */
  text-align: center; /* Yatayda ortala */
  position: relative;
  padding-bottom: 10px;
}




/* H1 Responsive (Mobilde Daha Küçük Olsun) */
@media (max-width: 768px) {
  .sectioner-header h1 {
      font-size: 24px;
  }

  .sectioner-header h1::after {
      width: 80%;
      height: 3px;
  }
}



/*=====[REVIEW SECTION]==============================================================================================*/

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  background-color: white;
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
}

.review .information span {
  font-size: 2rem;
  color: goldenrod;
}

.review .information h3 {
  font-size: 5rem;
  color:var(--primary-color);
  padding-top: 1rem;
}



.review .information p {
  font-size: 2.5rem;
  line-height: 2;
  padding: 1rem 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {
  background-color: var(--primary-color);
  padding: 2rem 3rem;
  border-radius: 0 0 0 30px;
}

.review .review-slider .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: #aaa;
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;

}
.stars {
  margin-top: 10px;
  color: #FFD700; /* Altın sarısı renk */
  font-size: 20px;
}

.review .review-slider .slide .user img {
  height: 5rem;
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 2rem;
  color: rgb(255, 255, 255);
}

.review .review-slider .slide .user span {
  color: #ef782a;
  font-size: 1.5rem;
}

.review .review-slider .slide .user i {
  font-size: 5rem;
  margin-left: auto;
  margin-right: 2rem;
  color: #ef782a;
}

.blogs .slide {
  background: #111;
  margin-bottom: 7rem;
}

.blogs .slide:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blogs .slide .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}

.blogs .slide .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .slide .content {
  padding: 2rem;
}

.blogs .slide .content .link {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.blogs .slide .content .link a {
  color: #ef782a;
}

.blogs .slide .content .link a:hover {
  color: #fff;
}

.blogs .slide .content .link span {
  color: #fff;
  padding: 0 1rem;
}

.blogs .slide .content h3 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
}

.blogs .slide .content p {
  font-size: 1.5rem;
  color: #aaa;
  line-height: 2;
  padding: 1rem 0;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box .links {
  font-size: 1.5rem;
  display: block;
  color: #aaa;
  padding: 1rem 0;
}

.footer .box-container .box .links:hover {
  color: goldenrod;
}

.footer .box-container .box p {
  font-size: 1.5rem;
  color: #aaa;
  padding: 1rem 0;
}

.footer .box-container .box p i {
  padding-right: .5rem;
  color: goldenrod;
}

.footer .box-container .box .share {
  padding: 1rem 0;
}

.footer{
  background-color: var(--primary-color);
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  color: #fff;
  background: #000000;
  border-radius: 50%;
  margin-right: .5rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: rgb(146, 111, 21);
}

.footer .box-container .box form .email {
  margin-bottom: 1rem;
  width: 100%;
  background: #000000;
  padding: 1.2rem;
  font-size: 1.5rem;
  color: #fff;
  text-transform: none;
}

.credit {
  font-size: 2rem;
  text-align: center;
  padding: 2rem;
  color: #fff;
  background: #000000;
  line-height: 1.5;
}

.credit span {
  color: goldenrod;
}



@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding: 7rem;
  }
  .header {
    padding: 0 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .home .slide {
    padding: 2rem 5%;
  }
  .home .slide .content {
    width: 50rem;
  }
  .home .slide .content h3 {
    font-size: 4rem;
  }
}


.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* En üstte kalması için z-index ekliyoruz */
}
.whatsapp-icon:hover {
  background-color: #22a65b;
}


.phone-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f8e004;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* En üstte kalması için z-index ekliyoruz */
}
.phone-icon:hover {
  background-color: #a1b301;
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}




/* === Ürünler Bölümü === */
.urunler-section {
  text-align: center;
  padding: 50px 20px;
  background: #f9f9f9;
  margin-top: 50px;
}

/* Ürün Listesi */
.urunler-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 90vw;
  margin: auto;
  padding: 10px;
  grid-auto-rows: min-content; /* Önemli: İçeriğin yüksekliğine göre ayarla */
  align-items: start; /* Üst hizalama yapar */
}

/* Ürün Kartı */
.urun-karti {
  background: white;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 250px; /* Değiştirildi: Sabit genişlik yerine duyarlı genişlik */
  box-sizing: border-box; /* Eklendi: padding'in genişliğe dahil edilmesi için */

}

/* Hover efekti */
.urun-karti:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* Ürün Resmi */
.urun-resim {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

/* Ürün Başlığı */
.urun-baslik {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  color: black;
  /* Uzun başlıkların taşmaması için */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.urun-aciklama {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #555;
  /* Uzun açıklamaların taşmaması için */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Ürün Fiyatı */
.urun-fiyat {
  font-weight: bold;
  font-size: 16px;
  color: #e74c3c;
  margin-bottom: 10px;
}

/* Butonlar Konteyner */
.urun-butonlar {
  display: flex;
  justify-content: center;
}



/* === Responsive Ayarlar === */
@media (max-width: 1024px) {
  .urunler-container {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .urun-baslik {
    font-size: 22px;
  }
  
  .urun-aciklama {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .urunler-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .urun-baslik {
    font-size: 20px;
  }
  
  .urun-aciklama {
    font-size: 14px;
  }
  
  .urun-karti {
    padding: 10px;
    width: 200px; /* Değiştirildi: Sabit genişlik yerine duyarlı genişlik */

  }
  
  .urun-resim {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .urunler-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 95vw;
    padding: 5px;
  }
  
  .urun-karti {
    padding: 8px;
  }
  
  .urun-baslik {
    font-size: 16px;
    margin: 6px 0;
    -webkit-line-clamp: 1; /* Mobilde başlığı tek satırla sınırla */
  }
  
  .urun-aciklama {
    font-size: 12px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
  
  .urun-fiyat {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .urun-resim {
    height: 120px;
  }
  
  .urun-butonlar {
    flex-direction: column;
    gap: 5px;
  }
  
  .urun-btn, .detay-btn1 {
    padding: 6px 8px;
    font-size: 12px;
  }
}

/* Çok küçük ekranlar için ek ayarlar */
@media (max-width: 350px) {
  .urunler-container {
    grid-template-columns: 1fr; /* Çok küçük ekranlarda tek kolon */
  }
  
  .urun-karti {
    max-width: 100%;
  }
  
  .urun-resim {
    height: 140px;
  }
}



/* h1div içinde başlık en üstte, filtreleme ve arama yanyana olacak */


/* Arama ve Filtreleme Kutularını Yan Yana Koy */
.filtre-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 95%;

}

/* Arama Formu */
.arama-form {
  display: flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  flex: 4; /* Daha büyük olacak */
}

/* Arama Input Alanı */
.arama-input {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  outline: none;
  width: 100%;
}

/* Arama Butonu */
.arama-btn {
  background: #f8f8f8;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.arama-btn i {
  color: #555;
}

.arama-btn:hover {
  background: #ddd;
}

/* Filtreleme Dropdown */
.filtre-form {
  flex: 1; /* Daha küçük olacak */
}

.filtre-dropdown {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #ddd;
  background-color: #f8f8f8;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover ve Focus Efektleri */
.filtre-dropdown:hover {
  border-color: #888;
  background-color: #eee;
}

.filtre-dropdown:focus {
  outline: none;
  border-color: #555;
  background-color: #fff;
}

/* Responsive (Mobil için) */
@media (max-width: 768px) {


  .arama-form {
      width: 100%;
  }

  .arama-input {
      width: 100%;
  }

  .filtre-form {
      width: 100%;
  }
}





.h1div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 2px solid #ddd;
}

.h2class{
  display: flex;
  justify-content: space-between;
  width: 95%;
  align-items: center;
  margin-bottom: 30px;
}

.lefth2{
  font-size: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  padding: 15px;
  flex: 1;
}

.righth2{
  font-size: 22.5px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 5px;
  padding: 20px;
  margin-left: 10px;
}

.righth2:hover{
  background-color: goldenrod;
}

.filtre-form {
  width: 100%;
}

.filtre-dropdown {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #ddd;
  background-color: #f8f8f8;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover ve Focus Efektleri */
.filtre-dropdown:hover {
  border-color: #888;
  background-color: #eee;
}

.filtre-dropdown:focus {
  outline: none;
  border-color: #555;
  background-color: #fff;
}

/* Responsive (Mobil için) */


.bilgi-bar {
  width: 90%;
  height: 30px;
  background: goldenrod; /* Koyu renkli arka plan */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: -40px;
}
@media (max-width: 768px) {

  .filtre-container {
      margin-top: 10px;
  }
  .bilgi-bar {
  margin-top: 20px;
  }
}

.bilgi-container {
  width: 100%;
  text-align: center;
  white-space: nowrap; /* Yazılar tek satırda kalsın */
  
}


.bilgi-container p {
  padding: 15px;

}


/* Responsive styles */
@media (max-width: 768px) {
  .bilgi-container p {
    font-size: 16px;
  }
  
}



/* Main article section styles */
.makale-section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 50px;
}

.makale-detay {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.makale-container {
  padding: 20px;
}

.makale-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Article image styles */
.makale-resim {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  max-height: 500px;
}

/* Article title and date layout */
.makale-baslik {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0;
  flex: 1;
}

.makale-tarih {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding-left: 15px;
}

/* Article content styles */
.makale-icerik {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .makale-container {
    padding: 15px;
  }
  
  .makale-baslik {
    font-size: 24px;
  }
  
  .makale-icerik {
    font-size: 15px;
    line-height: 1.6;
  }
  

  .makale-tarih {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .makale-section {
    padding: 10px;
  }
  
  .makale-container {
    padding: 10px;
  }
  
  .makale-baslik {
    font-size: 20px;
  }
  
  .makale-tarih {
    font-size: 12px;
  }
  
  .makale-icerik {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Article Grid Container */
.tum-makale-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

/* Article Item */
.tum-makale-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  height: 100%;
}

.tum-makale-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Article Wrapper */
.tum-makale-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Article Image */
.tum-makale-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Article Content */
.tum-makale-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

/* Article Date */
.tum-makale-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

/* Article Title */
.tum-makale-baslik {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

/* Article Excerpt */
.tum-makale-icerik {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
}

/* Read More Button */
.tum-makale-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.tum-makale-btn:hover {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .tum-makale-grid-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 15px;
  }
  
  .tum-makale-img {
    height: 180px;
  }
  
  .tum-makale-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .tum-makale-grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }
  
  .tum-makale-baslik {
    font-size: 18px;
  }
  
  .tum-makale-icerik {
    font-size: 14px;
  }
}


/* Mobil cihazlar için menü stilleri */
@media (max-width: 768px) {
  /* Menü düğmesi stilleri */
  #menu-btn {
    display: block;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    z-index: 1001;
  }
  
  #menu-btn:hover {
    color: #ffb03b;
  }
  
  #menu-btn.fa-times {
    transform: rotate(180deg);
  }

  /* Navbar container stilleri */
  .header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1000;
    padding: 2rem 0;
  }
  
  /* Aktif navbar stilleri */
  .header .navbar.active {
    visibility: visible;
    opacity: 1;
  }

  .header{
    height: 60px;
  }
  
  /* Navbar içindeki link stilleri */
  .header .navbar a {
    display: block;
    width: 80%;
    margin: 0.8rem 0;
    padding: 0.8rem 1.5rem;
    font-size: 1.7rem;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    transform: translateY(20px);
    animation-fill-mode: forwards;
  }
  
  /* Her menü öğesi için animasyon gecikmesi */
  .header .navbar.active a:nth-child(1) {
    animation: fadeInUp 0.4s 0.1s forwards;
  }
  
  .header .navbar.active a:nth-child(2) {
    animation: fadeInUp 0.4s 0.2s forwards;
  }
  
  .header .navbar.active a:nth-child(3) {
    animation: fadeInUp 0.4s 0.3s forwards;
  }
  
  .header .navbar.active a:nth-child(4) {
    animation: fadeInUp 0.4s 0.4s forwards;
  }
  
  .header .navbar.active a:nth-child(5) {
    animation: fadeInUp 0.4s 0.5s forwards;
  }
  
  .header .navbar.active a:nth-child(6) {
    animation: fadeInUp 0.4s 0.6s forwards;
  }
  
  /* Navbar link hover efekti */
  .header .navbar a:hover {
    background: #ffb03b;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 176, 59, 0.3);
  }

  /* FadeInUp animasyonu */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Header pozisyonunu sabit tutmak için */
  .header {
    position: sticky;
    z-index: 1000;
  }
}