/*BAYRAKLAR*/
.language-bar {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 12px;
  padding: 2px 0;
  padding-left: 20px;
  margin-left: 26px;
  background-color: #000;
}

.language-bar img {
  width: 30px;
  height: auto;
  background: none;
  cursor: pointer;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.language-bar img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}




/*GENEL AYARLAR*/
body {
  top: 0px !important;
  margin: 0;
  padding-top: 200px;
  font-family:Arial, Google Sans, sans-serif;
font-weight: 200;
font-size:14px;
}

/*ARAMA ÇUBUĞU*/
.search-wrapper {
  max-width: 300px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.search-wrapper .input-group {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.search-wrapper input[type="text"] {
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}

.search-wrapper button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 13px;
  transition: background-color 0.2s ease;
}

.search-wrapper button:hover {
  background-color: #f0f0f0;
}

.search-wrapper .fa-search {
  color: #555;
}

/* BBAŞLIKLAR */
h1, h2, h3, h4, h5 {
  font-weight: 600;
}

/* NAVBAR */
.navbar-custom {
  background-color: #000;
  height: 200px;
  display: flex;
  align-items: center;
  z-index: 10;
}

/*.navbar-custom img {
  height: 80px;
}*/

.navbar-nav .nav-link {
  color: white !important;
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
font-weight: 300; 
  margin-right: 15px;
  font-size: 18px;
}

.navbar-nav .nav-link:hover {
  color: #ffc107 !important;
}

/* ANA SAYFA ÜRÜN KARTLARI */
 .product-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .product-card:hover {
      transform: scale(1.02);
    }
   .product-img {
  width: 100% !important;
  height: 160px !important;
  object-fit: contain !important;
  background-color: #fff !important;
  padding: 10px !important;
}
    .product-card .card-body {
      background-color: #F3F3F3;
    }

    .product-card .card-body {
     background-color: #F3F3F3;
}


/*GALLERY BÖLÜMÜ*/
.gallery-card {
       background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .product-card:hover {
      transform: scale(1.02);
    }

    .gallery-img {
  width: 100% !important;
  height: 160px !important;
  object-fit: contain !important;
  background-color: #fff !important;
  padding: 10px !important;
}

    .gallery-card .p-3 {
      background-color: #F3F3F3;
    }

    @media (max-width: 576px) {
      .gallery-img {
        height: 180px;
      }
    }


/* BAŞLIKLAR */
.container h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* ABOUT BÖLÜMÜ */
.about_section {
  background-color: #1e232b;
  color: #fff;
  padding: 80px 0 60px 0;
}

.about_section h2 {
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 2rem;
}

.about_section p {
color: white !important;
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
font-weight: noemal; 
  font-size: 18px;
}


/* FOOTER KISMI */
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 20px 0;
  text-align: center;
color: white !important;
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
font-weight: 300; 
  font-size: 18px;
}

.footer_section h4,
.footer_section .footer-logo {
 font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer_section .footer-logo {
  font-size: 24px;
}

.footer_section .footer_contact a,
.footer_section .footer_contact i {
  color: #fff;
}

.footer_section .footer_contact a:hover {
  color: #ffbe33;
}

.footer_section .footer_social a {
  background-color: #fff;
  color: #222;
  margin: 0 2.5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_social {
color: white !important;
  font-family: Arial, 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;
font-weight: normal; 
  margin-right: 15px;
  font-size: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.footer_social a {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}

.footer_social a:hover {
  background-color: #ffc107; /* sarı */
  color: #000;
}
