@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, a, nav, div, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica Neue', sans-serif;
}

.top-bar {
	background-color: #111;
	/* height: 40px; */
	/* display: flex; */
	/* justify-content: flex-end; */
	/* align-items: center; */
	padding: 10px 0;
}

.top-bar .icons i {
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.5s ease;
}

.main-header {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-color {
	background-color: #f9f9f9;
}

.logo {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #000;
}

.logo-icon {
	font-size: 28px;
	margin-right: 10px;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 30px;
}

.nav-menu a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	position: relative;
	letter-spacing: 0.5px;
}

.nav-menu a.active {
	color: #f2994a;
}

.nav-menu a.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	height: 2px;
	width: 100%;
	background-color: #f2994a;
}

.flag-icon {
	width: 20px;
	height: auto;
	margin-left: 10px;
}

.site-footer {
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 20px 40px;
	font-size: 14px;
}

.logo img {
	width: 150px;
	height: auto;
}

.slider-area .swiper {
	width: 100%;
	height: 650px;
}

.slider-area .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-area .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.space {
	margin-top: 50px;
	margin-bottom: 50px;
}

.space-b {
	margin-bottom: 50px;
}

.slider-area {
	position: relative;
}

.slider-content {
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 2;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-content .mini-text {
	text-align: start;
	display: block;
}
.slider-content .slider-title {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
}

.slider-content a {
	text-decoration: none;
	color: #000;
	background-color: #f4f4f4cc;
	padding: 10px 20px;
	border-radius: 15px;
}

.slider-area .swiper-slide:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.5;
}

.slider-area .swiper-button-prev {
	color: #000;
	background-color: #efefefad;
	border-radius : 50%;
	width : 40px;
	height : 40px ;

}

.slider-area .swiper-button-prev:after {
	font-size : 15px;
}

.slider-area .swiper-button-next:after {
	font-size : 15px;
}
.slider-area .swiper-button-next {
	color: #000;
	background-color: #efefefad;
	border-radius : 50%;
	width : 40px;
	height : 40px ;
}

.card-product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.divider {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}

.line {
	flex: 1;
	height: 1px;
	background-color: black;
	position: relative;
}

.line::after {
	content: "";
	position: absolute;
	right: 0;
	top: -9px;
	height: 20px;
	width: 1px;
	background-color: black;
}

.divider .text {
	margin: 0 20px;
	font-weight: bold;
	font-size: 20px;
	font-family: serif;
}

.divider .line:first-child::after {
	right: 0;
}

.divider .line:last-child::after {
	left: 0;
	right: auto;
}
.card-product-wrapper {
	width: 100%;
	height: 520px;
}

.card-product {
	position: relative;
}

.card-product-info {
	position: absolute;
	bottom: 0;
	background-color: #efefef;
	width: 80%;
	padding: 10px;
	left: 10%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
}

.card-product-info a {
	color: #000;
	text-decoration: none;
	font-size: 25px;
}


.live-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0px 8px 0px #efefef;
	transition: all 0.3s ease;
	border: none;
	max-width: 100%;
	height: 100%;
}

.live-card:hover {
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.live-image-container {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.live-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.live-card:hover .live-image {
	transform: scale(1.05);
}

.live-info {
	padding: 20px 30px;
	text-align: center;
}

.live-name {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #212529;
	letter-spacing: 1px;
	text-decoration: none;

}

.live-date {
	font-size: 1.1rem;
	color: #6c757d;
	font-style: italic;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.decorative-line {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #262626, #c9c3b2);
	margin: 20px auto;
	border-radius: 2px;
}

@media (max-width: 768px) {
	.live-name {
		font-size: 1.2rem;
	}

	.live-date {
		font-size: 0.8rem;
	}

	.live-info {
		padding: 15px;
	}

	.live-image-container {
		height: 350px;
	}
}

@media (max-width: 480px) {
	.live-card {
		max-width: 100%;
		margin: 0 10px;
	}

	.live-name {
		font-size: 1.6rem;
	}

	.live-image-container {
		height: 300px;
	}
}
.live-card:hover .live-image-container img {
	transform: scale(1.1);
}
.banner-header {
	background: linear-gradient(135deg, #000000 0%, #3c434f 100%);
	color: white;
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.banner-header .container {
	position: relative;
	z-index: 2;
}

.banner-title {
	font-size: 4rem;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.breadcrumb-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 1.1rem;
	margin-bottom: 0;
}

.breadcrumb-nav a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
	color: white;
}

.breadcrumb-separator {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.2rem;
}

.breadcrumb-current {
	color: white;
	font-weight: 500;
}

@media (max-width: 768px) {
	.banner-header {
		padding: 60px 0;
	}

	.banner-title {
		font-size: 3rem;
	}

	.breadcrumb-nav {
		font-size: 1rem;
		gap: 10px;
	}
}

@media (max-width: 480px) {
	.banner-header {
		padding: 40px 0;
	}

	.banner-title {
		font-size: 2.5rem;
		letter-spacing: 1px;
	}

	.breadcrumb-nav {
		font-size: 0.9rem;
		gap: 8px;
	}
}


.banner-title {
	animation: fadeInUp 0.8s ease-out;
}

.breadcrumb-nav {
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.share-icon {
	position: absolute;
	top: 10px;
	right: 16px;
	background-color: #efefeff5;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition: ease-out 1s;
}

.share-icon .share-btn {
	border: none;
	color: #000;
}

.share-icon i {
	font-size: 19px;
}

.live-card:hover .share-icon {
	opacity: 1;
}

.social-share {
	opacity: 0;
	transition: all 0.3s ease;
	position: absolute;
	top: 55px;
	right: 3px;
	background-color: #efefef;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
}

.op {
	opacity: 1;
}

.social-share:before {
	position: absolute;
	right: 14px;
	top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #efefeff5;
	content: "";
}

.social-share i {
	color: #000;
	font-size: 16px;
}

.group-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.group-content {
	background-color: #e9e8e8;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.group-line {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-family: cursive;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
}

.group-line::before,
.group-line::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #000;
	margin: 0 20px;
	width: 40px;
}
.group-info-image img {
	width: 100%;
	height: 100%;
}

.group-info-box {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #fff;
}
.group-info-image {
	width: 400px;
	height: 260px;
	border-radius: 6px;
}
.info li {
	margin-bottom: 8px;
}
.info strong {
	font-weight: 600;
}
.section-title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
}

.rock-area {
	gap: 20px;
}

.group-info-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section-title:after {
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	height: 1px;
	width: 100%;
	right: 0;
}

.group-border {
	border: 1px solid #ddd;
	padding: 3px;
}

.gal-img img {
	/* height: 100%; */
	width: 100%;
	object-fit: cover;
}

.gal-img {
	width: 100%;
}

.share-container {
	padding: 40px;
}

.share-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.share-line {
	width: 80px;
	height: 1px;
	background-color: #e78d3dcc;
	margin: 0 20px;
}

.share-title {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	letter-spacing: 2px;
	margin: 0;
}

.group-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.group-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	font-size: 24px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.group-icon:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}



/* Responsive tasarÄ±m */
@media (max-width: 480px) {
	.group-icons {
		gap: 15px;
	}

	.group-icon {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

	.share-line {
		width: 60px;
	}
}



.ingredients-section {
	margin-bottom: 30px;
}

.ingredients-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	letter-spacing: 0.5px;
	justify-content: center;
}

.ingredient {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.ingredient.highlighted {
	color: #ff6b35;
	font-weight: 500;
}

.separator {
	color: #666;
	margin: 0 2px;
}

.divider-line {
	height: 1px;
	background-color: #333;
	margin: 20px 0;
}

.publish-date {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.black-box {
	width: 100px;
	height: 20px;
	background-color: #000;
	margin-top: 20px;
}

@media (max-width: 600px) {
	.label-container {
		padding: 20px;
	}
	
	.ingredients-list {
		font-size: 12px;
	}
}

.info-section {
	font-size: 1rem;
}
.form-section input, .form-section textarea {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.form-section input:focus, .form-section textarea:focus {
	box-shadow: none;
	border-color: #000;
}
.submit-btn {
	background-color: #1f2326;
	color: white;
	padding: 15px;
	border: none;
	width: 100%;
}
.submit-btn:hover {
	background-color: #343a40;
}
.icon-circle {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: all .2s ease;

}

.contact-logo {
	width: 250px;
	height: 140px;
}

.contact-info a {
	text-decoration: none;
	color: #000;
}

.promise-box {
	display: flex;
	vertical-align: middle;
	align-items: center;
	margin-bottom: 0;
}

.promise-box label {
	font-size: 18px;
	max-width: unset !important;
	width: auto !important;
}

.promise-box label {
	padding-left: 0;
	color: inherit;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
}

.cbx {
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.cbx span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	transform: scale(1);
	border: 1px solid #B9B8C3;
	transition: all .2s ease;
}

.cbx span:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	transition-delay: .2s;
}

.cbx span svg {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 4px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all .3s ease;
	transition-delay: .1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #B9B8C3;
	transform-origin: 0 0;
	transform: scaleX(0);
}
button.confirm-btn {
	font-size: 15px;
	border: none;
	background: none !important;
	outline: none !important;
	cursor: pointer;
	padding: 10px;
}

.inp-cbx:checked+.cbx span:last-child {
	color: #B9B8C3;
	transition: all .3s ease;
}

.inp-cbx:checked+.cbx span:before {
	transform: scale(2.2);
	opacity: 0;
	transition: all .6s ease;
}

.inp-cbx:checked+.cbx span:last-child:after {
	transition: all .3s ease;
}

.inp-cbx:checked+.cbx span svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span {
	border-color: #000;
	background: #000;
	animation: check .6s ease;
}


.social-account .icon-circle:hover {
	background-color: #000;
}

.social-account .icon-circle:hover a {
	color: #fff;
}

.social-account a {
	color: #000;
}
.icon-circle:hover {
	background-color: #000;
}


.icon-circle:hover a {
	color: #fff;
}

.social-account a {
	color: #000;
}
.icons i:hover {
	transform: scale(1.2);
}
header .icons {
	text-align: right;
}

.gallery-container {
	margin-bottom: 12px;
}
.g-titles {
	background-color: #FAF0EB;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

.g-titles i {
	font-size: 30px;
}

.section-title span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}



.mobil-btn {
	background-color: #000000;
	padding: 5px 10px;
	border-radius: 10px;
	/* display: none; */
	border: none;
}

.mobil-btn i {
	color: #fff;
}
.mobile-menu {
	/* display: none; */
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	height: 100vh;
	background-color: #000;
	z-index: 9999;
	flex-direction: column;
	justify-content: center;
	transition: all 900ms ease;
	/* -webkit-transition: all 900ms ease; */
	transform: translateX(100%);
}
.mobil-logo img {
	width: 120px;
	height: 100%;
	padding: 15px 0px;
}

.mobil-logo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #5c5858;
	padding: 0 25px;
}


.mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* padding-left: 30px; */
}

.mobile-menu li {
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
}

.mobile-menu a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}


.mobile-menu.active {
	display: block;
	transform: translateX(0px);
}

.mobil-close-btn {
	background: none;
	border: none;
}

.mobil-close-btn i {
	color: #fff;
	font-size: 20px;
}
.sub-item i {
	color: #fff;
	font-weight: 200;
}
.mobil-icon {
	display: none;
}
.sub-item a {
	font-weight: 300;
}

.digital-menu {
	position: relative;
}

.digital-menu:before {
	content: "";
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}
.digital-menu-direction {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	transform: translate(-50% ,-50%);
}

.digital-menu-direction .info-title {
	color: #fff;
}

.digital-menu-direction a {
	text-decoration: none;
	background-color: #ffff;
	padding: 20px;
	color: #000;
	font-weight: 500;
	border-radius: 40px;
	transition: all 500ms ease;
}

.digital-menu-direction img {
	width: 50px;
}

.digital-menu-direction a:hover {
	background-color: #000;
	color: #fff;
	transform: scale(1.2);
}

.language-selector {
	width: 30px;
	height: 30px;
}

.language-selector img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.language-selector {
	position: relative;
}

#selected-language {
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 6px;
	transition: background-color 0.2s ease-in-out;
}

#selected-language:hover {
	background-color: #f0f0f0;
}

.flag-container img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

/* Dropdown */
#dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	margin-top: 5px;
	display: none; /* Başlangıçta kapalı */
	z-index: 1000;
	min-width: 50px;
}

/* Dil Seçenekleri */
#dropdown .dropdown-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 12px;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}

#dropdown .dropdown-item:hover {
	background-color: #f5f5f5;
}

#dropdown .flag-container img {
	width: 20px;
	height: 20px;
}

/*Responsive*/

@media (max-width: 992px) {
	.live-name {
		font-size: 1.5rem;
	}

	.live-date {
		font-size: 0.9rem;
	}

	.logo img {
		width: 130px;
	}

	.contact-logo {
		width: 200px;
		height: 110px;
		object-fit: contain;
	}

	.nav-menu {
		display: none;
	}

	.mobil-btn {
		display: block;
	}
}


.group-info-box h4 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	
}
.group-info-box h4 strong {
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}

.group-info-box h4:after{
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	height: 1px;
	width: 100%;
	right: 0;
}

.grecaptcha-badge {
	display: none !important;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.pagination.pagination-sm {
	margin: 0;
	padding: 0 10px;
}

span.page-link a {
	text-decoration: none;
	color: #000;
}

li.page-item.active .page-link {
	background-color: #000;
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-link {
	display: flex;
	width: 35px;
	height: 35px;
	--bs-pagination-border-radius: 50%;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

li.page-item {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

@media only screen and (max-width: 991px) {
	.mobil-icon {
		display: block;
	}

	h1.banner-title {
		font-size: 3rem;
	}

	nav.breadcrumb-nav {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 768px) {

	h1.banner-title {
		font-size: 2rem;
	}

	nav.breadcrumb-nav {
		font-size: 0.8rem;
	}
	.group-content {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 568px) {

	h1.banner-title {
		font-size: 1.5rem;
	}
	.group-content {
		padding: 30px 0;
	}
	nav.breadcrumb-nav {
		font-size: 0.8rem;
	}

	.contact-logo {
		width: 150px;
		height: 80px;
		object-fit: contain;
	}

	.form-section{
		margin-top: 15px;
	}

	.mobile-menu a {
		font-size: 13px;
	}

	.mobil-logo img {
		width: 100px;
	}

	.slider-content .slider-title{
		font-size: 20px;
	}

	.slider-content .mini-text{
		font-size: 15px;
	}

	.digital-menu-direction .info-title{
		font-size: 20px;
		white-space: nowrap;
	}

	.digital-menu-direction a{
		padding: 15px;
		font-size: 15px;
	}

	mobil-footer p {
		color: #fff;
	}

	.mobil-footer .copyright-text {
		color: #fff;
		font-size: 13px;
	}

	.mobil-footer {
		padding: 15px;
	}

	.group-content {
		padding: 30px 0;
	}

}

