* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f8f8f8;
  color: #333;
}

/* WOWSlider */
.slider-section {
  margin-bottom: 20px;
}

/* Categories */
.product-section {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

.section-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #003366;
  text-align: left;
  padding-left: 10px;
}

.product-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.product-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.product-card {
  flex: 0 0 auto;
  width: 220px;
  background: #f8f9fa;
  border-radius: 10px;
  scroll-snap-align: start;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.product-card a {
  text-decoration: none !important;
  color: inherit;
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  height: 180px;        /* Tüm görseller aynı yükseklikte olur */
  object-fit: cover;    /* Orantıyı bozmadan kırp */
}

.product-card h4 {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  text-decoration: none!important;
}

.product-card:hover {
  transform: translateY(-5px);
}

.large-cards .product-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.large-cards .product-card:hover {
  transform: translateY(-5px);
}

.large-cards .product-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

.large-cards .product-card h4 {
  margin-top: 12px;
  font-size: 1.1rem;
  color: #333;
}

@media (max-width: 768px) {
  .large-cards .product-card {
    flex: 0 0 85%;
  }

  .large-cards .product-card img {
    height: 200px;
  }
}


/* Videos */
.video-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 20px;
}

.video-container {
  flex: 1 1 250px;
  max-width: 45%;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .video-container {
    max-width: 100%;
  }

  .category-section {
    padding: 10px;
  }

  .category-box {
    width: 100%;
  }
}
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: absolute;
	width: 100%;
	max-width: 1280px;
	max-height:720px;
	margin:0px auto 0px;
	margin-top:20px !important; 
	z-index:1;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.navbar-brand span {
  font-weight: bold;
  font-size: 1.2rem;
}
.navbar li a img{
	opacity: 0.6;
	border-radius: 50%;
}
nav a img {
	border-radius: 50%;
	opacity: 0.6;
	margin-left: 15px;
}
.navbar li{
	margin-left: 15px;
}

.footer {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .fa-lg {
  transition: color 0.3s;
}

.footer .fa-lg:hover {
  color: #0d6efd;
}

.scrolling-banner {
  overflow: hidden;
  white-space: nowrap;
  background-color:#5A5A5A;
  color: #fff;
  padding: 10px 0;
  position: relative;
}

.scrolling-content {
  display: inline-block;
  padding-left: 100%; /* ilk başlangıç noktası dışarıdan başlasın */
  animation: scroll-left 20s linear infinite;
}

.scrolling-content span {
  display: inline-block;
  margin: 0 40px;
  font-size: 1rem;
  font-weight: 500;
}

.scrolling-content img {
  height: 24px;
  margin: 0 20px;
  vertical-align: middle;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scrolling-banner-alt {
  overflow: hidden;
  white-space: nowrap;
  background-color:#4D4D4D;
  color: #f1f1f1;
  padding: 14px 0;
  position: relative;
  font-family: sans-serif;
  border-top: 2px solid #333;
}

.scrolling-content-alt {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left-alt 30s linear infinite;
}

.scrolling-content-alt span {
  display: inline-block;
  margin: 0 50px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.scrolling-content-alt img {
  height: 26px;
  margin: 0 25px;
  vertical-align: middle;
  filter: grayscale(100%) brightness(1.5);
}

@keyframes scroll-left-alt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.endofline-scroller {
  background-color:#636363;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  border-top: 2px solid #333;
}

.endofline-scroller-track {
  display: inline-block;
  animation: slide-endofline 40s linear infinite;
}

.endofline-scroller-track span {
  display: inline-block;
  margin: 0 40px;
  font-size: 1rem;
  font-weight: 600;
  color: #f1f1f1;
  letter-spacing: 0.5px;
}

.endofline-scroller-track img {
  height: 28px;
  margin: 0 30px;
  vertical-align: middle;
  /* filter: brightness(1.5) grayscale(100%); */ /* bunu yorum satırı yap */
  filter: none; /* veya tamamen kaldır */
}
.endofline-scroller-track img {
  background-color: #fff; /* test amaçlı */
  border: 1px solid red;  /* kenarlık görünür mü diye test */
}
@keyframes slide-endofline {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

