﻿/* Style yapılandırması ezme şimdilik ayarlanacak 05/04/2025 */

html {
  scroll-behavior: smooth;


}	
body {
	font-family: 'Inter', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	line-height: 1.7;
	color: #374151;


background-image: radial-gradient(
	  at 40% 20%,
	  rgb(255, 184, 122) 0px,
	  transparent 50%
	),
	radial-gradient(at 80% 0%, rgb(31, 221, 255) 0px, transparent 50%),
	radial-gradient(at 0% 50%, rgb(255, 219, 222) 0px, transparent 50%),
	radial-gradient(at 80% 50%, rgb(255, 133, 173) 0px, transparent 50%),
	radial-gradient(at 0% 100%, rgb(255, 181, 138) 0px, transparent 50%),
	radial-gradient(at 80% 100%, rgb(107, 102, 255) 0px, transparent 50%),
	radial-gradient(at 0% 0%, rgb(255, 133, 167) 0px, transparent 50%);
  background-repeat: no-repeat;




}

main { flex-grow: 1; }
h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif; font-weight: 800; }	
.btn-primary { padding: 0.75rem 1.5rem; font-weight: 600; transition: all 0.3s ease-in-out; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3); }
.btn-primary:disabled { background-color: #6ea8fe; border-color: #6ea8fe; cursor: not-allowed; }
.btn-primary i { transition: transform 0.3s ease-in-out; display: inline-block; }
.btn-primary:hover i { transform: translateX(3px) rotate(10deg); }



/* İndex */

/* Hero Slider */
.hero-slider { height: 75vh; min-height: 500px; max-height: 700px; width: 100%; }
.swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; position: relative; color: white; }
.swiper-slide::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.6)); z-index: 1; }
.swiper-slide .slide-content { position: relative; z-index: 2; max-width: 750px; padding: 2rem; animation: fadeIn 1s ease-out forwards; opacity: 0; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.swiper-slide-active .slide-content { opacity: 1; }
.swiper-slide h2 { font-size: calc(1.8rem + 1.8vw); font-weight: 800; text-shadow: 2px 2px 5px rgba(0,0,0,0.6); margin-bottom: 0.75rem; }
.swiper-slide p { font-size: calc(1rem + 0.3vw); margin-bottom: 2rem; text-shadow: 1px 1px 4px rgba(0,0,0,0.6); opacity: 0.9; }
.swiper-button-next, .swiper-button-prev { color: #fff !important; opacity: 0.6; transition: opacity 0.3s ease, transform 0.3s ease; }
.swiper-button-next:hover, .swiper-button-prev:hover { opacity: 1; transform: scale(1.1); }
.swiper-pagination-bullet { background: rgba(255,255,255,0.5) !important; }
.swiper-pagination-bullet-active { background: #fff !important; }

/* Özellikler Bölümü */
.feature-box { transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 1rem; background-color: #fff; border: 1px solid #e5e7eb; }
.feature-box:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); }
.feature-icon-wrapper { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 1rem; }
.feature-icon-wrapper i { font-size: 1.6rem; }

/* Ürün Kartları */
.product-card { border: 1px solid #e5e7eb; border-radius: 0.75rem; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.product-card-img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.4s ease; }
.product-card-img-link:hover .product-card-img { transform: scale(1.05); }
.product-card-title { transition: color 0.2s ease; }
.product-card-title:hover { color: #0d6efd !important; }
.product-card-button { font-size: 0.8rem; font-weight: 600; padding: 0.4rem 0.8rem; }



/* Genel */
.hover-lift:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.section-title { font-size: calc(1.8rem + 1vw); margin-bottom: 0.75rem; }
.section-subtitle { font-size: calc(1rem + 0.2vw); color: #6c757d; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.6; }


/* Footer */
footer a.link-secondary:hover { color: #fff !important; text-decoration: underline !important; }

/*İLETİŞİM */

.iletisim .card { border: none; border-radius: 1rem; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07); }
.iletisim .table th { font-weight: 600; color: #6c757d; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.iletisim .table td { vertical-align: middle; font-size: 0.9rem; white-space: nowrap; }
.iletisim .table td:first-child, .iletisim .table th:first-child { padding-left: 1.5rem; }
.iletisim .table td:last-child, .iletisim .table th:last-child { padding-right: 1.5rem; }
.iletisim .table img.urun-resmi { width: 64px; height: 64px; object-fit: cover; border-radius: 0.375rem; }
.iletisim input[type=number].miktar-input { width: 70px; text-align: center; border-radius: 0.375rem; font-size: 0.9rem; padding: 0.3rem 0.5rem;}
.iletisim input[type=number]::-webkit-inner-spin-button, .iletisim input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .iletisim input[type=number] { -moz-appearance: textfield; }
.iletisim .btn-sm i { margin-right: 0 !important; }
.iletisim .swal2-popup { border-radius: 0.75rem !important; }
.iletisim .swal2-confirm, .iletisim .swal2-cancel { border-radius: 0.375rem !important; padding: 0.6rem 1.2rem !important; font-weight: 500 !important; margin: 0 0.25rem !important;}
.iletisim .swal2-confirm { background-color: #0d6efd !important; } .iletisim .swal2-confirm:hover { background-color: #0b5ed7 !important; }
.iletisim .swal2-confirm.swal-btn-success { background-color: #198754 !important; } .iletisim .swal2-confirm.swal-btn-success:hover { background-color: #157347 !important; }
.iletisim .swal2-confirm.swal-btn-error, .iletisim .swal2-confirm.swal-btn-delete { background-color: #dc3545 !important; } .iletisim .swal2-confirm.swal-btn-error:hover, .iletisim .swal2-confirm.swal-btn-delete:hover { background-color: #bb2d3b !important; }
.iletisim .swal2-cancel { background-color: #6c757d !important; } .iletisim .swal2-cancel:hover { background-color: #5c636a !important; }
.iletisim .sepet-satiri.removing { transition: opacity 0.4s ease-out, max-height 0.4s ease-out; opacity: 0; max-height: 0 !important; overflow: hidden; padding-top: 0 !important; padding-bottom: 0 !important; border: none !important; }
.iletisim .sepet-satiri.removing td { padding-top: 0 !important; padding-bottom: 0 !important; border: none !important; }
.iletisim .header-gradient { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.iletisim .bubbles-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.iletisim .bubble { position: absolute; bottom: -100px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; opacity: 0; animation: bubble-float linear infinite; }
.iletisim .shape { position: absolute; bottom: -100px; background-color: rgba(255, 255, 255, 0.08); opacity: 0; animation: bubble-float linear infinite; }
.iletisim .shape.square { width: 40px; height: 40px; border-radius: 10%; animation-duration: 9s;}
.iletisim .shape.triangle { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 40px solid rgba(255, 255, 255, 0.08); background-color: transparent !important; animation-duration: 11s; }
.iletisim .bubble.xs { width: 15px; height: 15px; animation-duration: 7s; } .iletisim .bubble.sm { width: 30px; height: 30px; animation-duration: 6s; } .iletisim .bubble.md { width: 45px; height: 45px; animation-duration: 5s; } .iletisim .bubble.lg { width: 60px; height: 60px; animation-duration: 4s; }
.iletisim .bubble:nth-child(odd), .iletisim .shape:nth-child(odd) { animation-delay: 0s; } .iletisim .bubble:nth-child(even), .iletisim .shape:nth-child(even) { animation-delay: 1s; }
.iletisim .bubble:nth-child(1) { left: 15%; } .iletisim .bubble:nth-child(2) { left: 30%; animation-duration: 5s;} .iletisim .bubble:nth-child(3) { left: 50%; } .iletisim .bubble:nth-child(4) { left: 70%; animation-duration: 6.5s;} .iletisim .bubble:nth-child(5) { left: 85%; }
.iletisim .shape.square:nth-child(6) { left: 25%; animation-delay: 0.5s;} .iletisim .shape.triangle:nth-child(7) { left: 60%; animation-delay: 2s;} .iletisim .shape.square:nth-child(8) { left: 75%; animation-delay: 3s; animation-duration: 7s;}
@keyframes bubble-float { 0% { transform: translateY(0) rotate(0deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.4; } 100% { transform: translateY(-80vh) rotate(180deg); opacity: 0; } }
.iletisim .hover-link:hover { color: #0a58ca !important; }



.swiper-slideX { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; position: relative; color: white; }
.swiper-slideX::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.6)); z-index: 1; }
.swiper-slideX .slide-content { position: relative; z-index: 2; max-width: 750px; padding: 2rem; animation: fadeIn 1s ease-out forwards; opacity: 0; }


.fiyat-tablosu {
	margin-top:75px;
	margin-bottom:75px;
}
.fiyat-tablosu .kart {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
overflow: hidden;
position: relative;
}
.fiyat-tablosu .kart:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.fiyat-tablosu .baslik {
background: linear-gradient(45deg, #6b48ff, #00ddeb);
color: white;
padding: 20px;
text-align: center;
border-bottom: none;
}
.fiyat-tablosu .onerilen .baslik {
background: linear-gradient(45deg, #ff416c, #ff4b2b);
position: relative;
}
.fiyat-tablosu .onerilen .baslik::after {
content: "Önerilen";
position: absolute;
top: 10px;
right: -40px;
background: #ffd700;
color: #333;
padding: 5px 40px;
transform: rotate(45deg);
font-size: 12px;
font-weight: 600;
}
.fiyat-tablosu .fiyat {
font-size: 2.5rem;
font-weight: 700;
color: #333;
margin: 20px 0;
}
.fiyat-tablosu .fiyat span {
font-size: 1.2rem;
font-weight: 400;
color: #777;
}
.fiyat-tablosu .bilgi-metin {
font-size: 0.9rem;
color: #777;
font-style: italic;
margin: 10px 0;
text-align: center;
}
.fiyat-tablosu ul {
list-style: none;
padding: 0;
margin: 20px 0;
}
.fiyat-tablosu ul li {
padding: 10px 0;
font-size: 1rem;
color: #555;
}
.fiyat-tablosu ul li i {
color: #6b48ff;
margin-right: 10px;
}
.fiyat-tablosu .buton {
background: linear-gradient(45deg, #6b48ff, #00ddeb);
border: none;
padding: 12px 30px;
font-weight: 600;
border-radius: 50px;
transition: transform 0.2s ease;
display: inline-block;
margin-bottom: 20px;
color: white !important;
text-decoration: none !important;
}
.fiyat-tablosu .buton:hover {
transform: scale(1.1);
background: linear-gradient(45deg, #00ddeb, #6b48ff);
}
.fiyat-tablosu .onerilen .buton {
background: linear-gradient(45deg, #ff416c, #ff4b2b);
}
.fiyat-tablosu .onerilen .buton:hover {
background: linear-gradient(45deg, #ff4b2b, #ff416c);
}
@media (max-width: 768px) {
.fiyat-tablosu .kart {
	margin-bottom: 30px;
}
.fiyat-tablosu .bilgi-metin {
	font-size: 0.85rem;
}
}

.yorumlar {
	margin-top:75px;
	margin-bottom:75px;
}

.yorumlar .yorum-kart {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
	text-align: center;
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.yorumlar .yorum-kart:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.yorumlar .yorum-baslik {
	background: linear-gradient(45deg, #6b48ff, #00ddeb);
	color: white;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	margin: -20px -20px 20px -20px;
	font-size: 1.2rem;
	font-weight: 600;
}
.yorumlar .yorum-meten {
	font-size: 1rem;
	color: #555;
	font-style: italic;
	position: relative;
	max-height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.yorumlar .yorum-meten::before {
	content: '“';
	font-size: 2rem;
	color: #6b48ff;
	position: absolute;
	left: -10px;
	top: -10px;
}
.yorumlar .yorum-meten::after {
	content: '”';
	font-size: 2rem;
	color: #6b48ff;
	position: absolute;
	right: -10px;
	bottom: -20px;
}
.yorumlar .musteri-adi {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}
.yorumlar .yildizlar {
	color: #ffd700;
	margin-bottom: 20px;
}
.yorumlar .yildizlar i {
	font-size: 1.2rem;
}
.yorumlar .yorum-swiper {
	padding-bottom: 50px;
}
.yorumlar .yorum-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: stretch;
	height: auto !important; /* Hero slider’ın height’ini eziyoruz */
	background: transparent !important; /* Hero’nun arka planını iptal */
	text-align: left !important; /* Hero’nun merkezlemesini iptal */
}
.yorumlar .yorum-swiper .swiper-slide::before {
	content: none !important; /* Hero’nun overlay’ini kaldır */
}
.yorumlar .yorum-swiper .swiper-pagination-bullet {
	background: #6b48ff !important;
	opacity: 0.5;
}
.yorumlar .yorum-swiper .swiper-pagination-bullet-active {
	background: #6b48ff !important;
	opacity: 1;
}
.yorumlar .yorum-swiper .swiper-button-next,
.yorumlar .yorum-swiper .swiper-button-prev {
	color: #6b48ff !important;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: background 0.3s ease;
}
.yorumlar .yorum-swiper .swiper-button-next:hover,
.yorumlar .yorum-swiper .swiper-button-prev:hover {
	background: #6b48ff;
	color: white !important;
}
@media (max-width: 768px) {
	.yorumlar .yorum-kart {
		height: 380px;
	}
	.yorumlar .yorum-meten {
		max-height: 100px;
		-webkit-line-clamp: 3;
	}
}