* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Open Sans', sans-serif;
}

.small-avenmak , .header-top i, .navbar a{

  color:#223568;
}
.navbar a:hover, .small-avenmak:hover,.header-top i:hover{
  color:#76ACDD;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:   #03133EA8; 
  z-index: 0; /* Overlay beneath the text */
}

 
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
}

.breadcrumb a ,.breadcrumb span{
  color:  #223568;

  text-decoration: none;
  font-family: Inter;
font-size: 14.8px;
font-weight: 300;
line-height: 19.76px;
text-align: left;
letter-spacing: 1px; 
}

 
.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.text {
  flex: 1;

}

.text h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text p {
  margin-bottom: 10px;
  color: #333;
}
.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-start{

  display: flex; /* Flexbox kullanarak hizalamayı sağlıyoruz */
  justify-content: flex-start; /* Soldan hizalama */
  align-items: center; /* Dikey ortalama */
} 

.bannerimage-hk{
  width: 100%;
  height: 493px;
}
 .centered li,.centered p,.bannertext p,.textgrey,#aboutUs p{
  color: #898989 ;
 }
 .bannertext h5{
  font-family: Noto Sans;
 

 }
 .title-hk {
  font-family: Noto Sans;
 
  font-weight: bold; 
 
  color:  #223568 ;
   position: relative; /* Alt çizgi için konum ayarı */
}

.underline {
  position: relative; /* Alt çizgi için konum ayarı */
  display: inline-block; /* Çizginin başlık ile aynı hizada olmasını sağlar */
}

.underline::after {
  content: ''; /* İçerik yok */
  position: absolute; /* Konumlandırma */
  left: 0; /* Soldan sıfır */
  bottom: 0; /* Aşağıda sıfır */
  height: 2px; /* Çizgi yüksekliği */
  width: 75%; /* Çizgi genişliği %75 */
  background-color: #343a40; /* Çizgi rengi */
}
/* footer -----------------------------------------------*/
 
.social-icons i {
  font-size: 9px;
  margin: 10px;
}
footer,.footer-deep{
  background-color: #0b1b3d !important;
}
.social-icons a ,.footer-deep p{
  color: #BABCBF;

}
.social-icons a{
  background-color: #233150;
  margin: 2px;
}
.footer-text-color{
  color: #ffffff;
}
footer p , .footer-deep p{
  font-size: 12px;
}

footer  span {
  font-size: 14px;
  font-weight: regular;

  padding-bottom: 10%;
  
   
}
footer .underline::after{
  background-color: #ffffff; /* Çizgi rengi */
  height: 1px; /* Çizgi yüksekliği */
 }
footer img{
 
  padding-bottom: 10%;

}
footer ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

footer a:hover {
  text-decoration: underline;
}

footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
  
 .footer-deep{

  border-top: 2px solid #76acdd;
 }
footer .underline::after {
  content: ''; /* İçerik yok */
  position: absolute; /* Konumlandırma */
  left: 0; /* Soldan sıfır */
  bottom: 0; /* Aşağıda sıfır */
  height: 2px; /* Çizgi yüksekliği */
  width: 75%; /* Çizgi genişliği %75 */
  background-color: #ffffff; /* Çizgi rengi */
}

footer .underline {
  position: relative; /* Alt çizgi için konum ayarı */
  display: inline-block; /* Çizginin başlık ile aynı hizada olmasını sağlar */
}
footer a {
  text-decoration: none;
}

 /*------------------------ product----------------- */

 .product-title {
 
  font-weight: bold;
  color: #223568;
  /* font-family: Inter; */
font-size: 24.64px;
font-weight: 700;
line-height: 29.82px;
text-align: left;
margin-top:3px;

}
.product-description {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
}
.similar-products-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  color:#03133E
}
.product-image {
  max-width: 100%;
}
.thumbnail-list {
  list-style-type: none;
  padding: 0;
}
.thumbnail-list li {
  margin-bottom: 10px;
  cursor: pointer;
}
.thumbnail-list img {
  width: 100%;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.thumbnail-list img:hover {
  border-color: #007bff;
}
/* .carousel-item img {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
} */
.carousel-item h4 {
  margin-top: 15px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
}

/* Sol resimlerin ortalanması */
.thumbnail-column {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; /* Eklenen özellik */
height: 100%;
}
.thumbnail-column {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}

.thumbnail-list {
list-style-type: none;
padding: 0;
display: flex;
flex-direction: column;
align-items: center; /* Yatayda ortalama */
}

.thumbnail-list li {
margin-bottom: 10px;
cursor: pointer;
display: block;
}
#similarProductsCarousel h4,#similarProductsCarousel p{
  color:#223568; 
margin-top: 15px;
  font-size: 14px;
}
.product-button{
 color: white;
  background-color:  #76ACDD;
 border-radius: 30px;
}
/* Sağdaki yazının ortalanması */
.product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.carousel-indicators button {
  background-color: black; /* Change indicator color */
  border: none; /* Remove border */
}
.carousel-indicators button.active {
  background-color: #555; /* Change active indicator color for contrast */
}
.carousel-inner{
  padding-bottom: 8%;
}
@media (max-width: 768px) {
  .thumbnail-list li {
      display: inline-block;
      margin-right: 10px;
  }
  
}
 



     /* ------------------------------------------------category--------------------------------------- */
   

  h4 {
      font-size: 1.5rem;
      color: #333;
      margin-bottom: 20px;
  }

  .product-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      font-size: 12px;
  }
  .product-card .card{
    border: none;

  }
  .product-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .product-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      border-radius: 8px 8px 0 0;
  }

 

  .card-body {
      background-color: #fff;
      /* border-radius: 0 0 10px 10px; */
      padding: 20px;
      text-align: center;
  }

  .btn-primary {
      background-color: #007bff;
      border: none;
      padding: 10px 20px;
      border-radius: 20px;
      transition: background-color 0.3s ease;
  }

  .btn-primary:hover {
      background-color: #0056b3;
  }

  .category-list {
      max-width: 300px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .category-list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .category-list li:hover {
      background-color: #007bff;
      color: #fff;
  }

  .category-list li button {
      background: none;
      border: none;
      color: inherit;
      font-size: 1.2rem;
      transition: transform 0.3s ease;
  }

  .category-list li:hover button {
      transform: rotate(45deg);
  }

  /* Responsive düzen */
  @media (max-width: 768px) {
      .category-list {
          max-width: 100%;
          margin-bottom: 20px;
      }

      .product-card {
          margin-bottom: 20px;
      }
  }

  /*---------------------------- search----------------------------------- */
/* Arama sonucu kutusu stili */
.search-result-item {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  transition: background-color 0.3s, transform 0.3s;
}

.search-result-item:hover {
  background-color: #e9e9e9;
  transform: translateY(-3px);
}

/* Ürün adı stil */
.search-result-item h6 {
  font-size: 16px;
  color: #0056b3;
  margin: 0;
  transition: color 0.3s;
}

.search-result-item h6:hover {
  color: #003d80;
}

/* Bağlantı stili */
.search-result-item a {
  text-decoration: none;
  display: block;
}
