@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Base Styles */
.header {
	background-color: white;
	padding: 30px 30px;
	/* Maintain padding for vertical spacing */
	display: flex;
	justify-content: space-between;
	/* Keep space between logo and nav */
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
}

.header .logo-container {
	margin-right: auto;
	/* Pushes the navigation links away from the logo */
}

.header .logo {
	width: 290px;
	/* Adjust logo size for better responsiveness */
}

.header .nav-link {
	color: #6b6b6b;
	/* Normal state color */
	font-family: "Playfair Display", serif;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 15px;
	/* Add horizontal padding to ensure consistent width */
	transition: color 0.3s ease;
}

.header .nav-link:hover {
	color: #4a6fa5;
	/* Hover state color */
}

/* Media Query for Tablet and Smaller Screens */
@media (max-width: 768px) {
	.header {
		padding: 15px 20px;
		/* Adjust padding for smaller screens */
	}
	.header .logo {
		width: 150px;
		/* Adjust logo size for tablets */
	}
	.header .nav-links {
		gap: 30px;
		/* Reduce space between links */
	}
	.header .nav-link {
		font-size: 16px;
		/* Adjust font size for smaller screens */
	}
}

/* Media Query for Mobile Screens */
@media (max-width: 576px) {
	.header {
		flex-direction: column;
		/* Stack logo and nav vertically */
		padding: 10px 20px;
		/* Less padding on smaller screens */
	}
	.header .logo {
		width: 250px;
		/* Smaller logo for mobile */
		margin-bottom: 15px;
		/* Space between logo and nav links */
	}
	.header .nav-links {
		flex-direction: column;
		/* Stack links vertically */
		gap: 20px;
		/* Space between vertical links */
	}
	.header .nav-link {
		font-size: 14px;
		/* Smaller font size for mobile */
	}
}

/* Footer Container */
.site-footer {
	background-color: #1e1e1e;
	color: #ccc;
	padding: 40px 0px 0px 0px;
	font-family: "Montserrat", sans-serif;
}

.footer-logo {
	width: 350px;
	height: auto;
}

.footer-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-description {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #bbb;
	line-height: 24px;
}

.footer-middle ul,
.footer-right ul {
	list-style: none;
	padding: 0;
}

.footer-middle li,
.footer-right li {
	margin-bottom: 10px;
}

.footer-middle a,
.footer-right a {
	color: #bbb;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-middle a:hover,
.footer-right a:hover {
	color: #fff;
}

/* Social Media Icons */
.footer-social a {
	color: #bbb;
	margin-right: 15px;
	font-size: 24px;
	transition: color 0.3s;
}

.footer-social a:hover {
	color: #fff;
}

/* Footer Bottom Section */
.footer-bottom {
	background-color: #171717;
	padding: 20px 0 5px 0;
	color: #ccc;
	font-size: 14px;
}

.footer-bottom a {
	color: #ff6b6b;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

/* Responsive Footer Adjustments */
@media (max-width: 576px) {
	.footer-logo {
		width: 150px;
	}
}

/* Video Grid Styles */
.video-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 20px;
}

.video-container {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

video {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.3s ease;
	/* Smooth scaling when hovered */
}

/* Video lazy loading styles */
.lazy-video {
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
}

/* Video loading spinner */
.video-container {
	position: relative;
}

.video-container.loading::after,
.video-container-header.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #e91e63;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
}

.video-container-header {
	position: relative;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* On hover, scale the video slightly */
/* Hover ile açılan video alanı */
.video-popup {
	display: none;
	position: fixed;
	top: 117px;
	/* Header yüksekliği kadar yukarıda */
	left: 0;
	width: 100%;
	/* Tüm genişlik */
	background-color: white;
	/* Header ile aynı arka plan */
	z-index: 9999;
	padding: 20px 0;
}

/* Hover durumunda video popup'ın açılması */
.guncel-patiler:hover .video-popup {
	display: flex;
	justify-content: center;
	/* Ortada toplar */
	gap: 40px;
	/* Videolar arasındaki boşluk */
}

/* Video düzeni */
.video-container-header h3 {
	font-family: "Playfair Display" "serif";
	/* Aynı yazı tipi */
	font-size: 18px;
	/* Görseldeki boyuta uygun olacak şekilde ayarlanmıştır */
	font-weight: 600;
	/* Montserrat için kalınlık değeri */
	color: #333;
	/* Yazı rengi */
	margin-top: 10px;
}

.video-container-header:hover {
	transform: scale(1.05);
}

.featured-image {
	max-height: 400px;
	object-fit: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video-popup video {
	width: 150px;
	/* Yuvarlak videoların genişliği */
	height: 150px;
	object-fit: cover;
	/* Video boyutunu çerçeveye sığdırır */
	border-radius: 50%;
	/* Yuvarlak çerçeve */
	border: 5px solid #fff;
	/* Beyaz çerçeve */
}

.video-container h3 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	/* İsimlerin rengi */
}

@media (max-width: 768px) {
	.video-grid {
		grid-template-columns: repeat(2, 1fr);
		/* Switch to 2 columns on smaller screens */
	}
}

@media (max-width: 480px) {
	.video-grid {
		grid-template-columns: 1fr;
		/* Switch to 1 column on very small screens */
	}
}

/* Why Section Styles */
.why-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	background-color: #f9f9f9;
}

.why-content {
	display: flex;
	max-width: 1200px;
	gap: 40px;
	align-items: center;
}

.why-image {
	width: 400px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.why-text {
	max-width: 600px;
}

.guncelPatilerDropdown {
	width: 100%;
	background-color: white !important;
	border-top: 1px solid #22222225 !important;
	padding: 0px 0;
	height: 0 !important;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.guncelPatilerDropdown.show {
	height: auto !important;
	padding: 20px 0;
	opacity: 1;
	transition: all 0.3s ease;
}

h2 {
	font-family: "Playfair Display", serif;
	/* Use Tinos font family */
	font-size: 32px;
	font-weight: 500;
	color: #222222;
	line-height: 32px;
}

.page-heading-area {
	padding: 30px 0px;
	background-color: #000;
}

.page-heading-area h1 {
	margin-bottom: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

p strong,
h3 strong,
h4 strong,
h5 strong {
	font-family: "Playfair Display", serif;
}

.about-image {
	max-height: 800px;
}

h1 {
	font-family: "Playfair Display", sans-serif;
	/* Use Tinos font family */
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #222222;
	line-height: 32px;
}

.why-text {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 38px;
	font-weight: 400;
	color: #222222;
}

.btn-custom {
	display: inline-block;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	transform: scale(0.5);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	transform: scale(0.5);
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

.btn-custom:hover {
	background-color: #444;
}

/* Recent Patiler Section */
.recent-patiler-section {
	text-align: center;
	padding: 40px 20px;
}

.recent-patiler-section h2 {
	font-family: "Tinos", sans-serif;
	font-size: 32px;
	margin-bottom: 40px;
}

.recent-patiler-grid {
	display: flex;
	justify-content: center;
	/* Center the grid items horizontally */
	gap: 10px;
	/* Small gap between items */
}

.patiler-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.patiler-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	aspect-ratio: 1;
}

.patiler-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Family Section Styles */
.family-section {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
	background-color: #f9f9f9;
}

.family-content {
	display: flex;
	max-width: 1200px;
	gap: 40px;
	align-items: center;
}

.family-text {
	max-width: 600px;
}

.family-text p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 38px;
	font-weight: 100;
}

.family-image {
	width: 500px;
	height: 500px;
	/* Set height to match width for a square */
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.family-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/* Team Section Styles */
.team-section {
	padding: 20px 10px;
	/* Smaller padding for tighter layout */
	background-color: #fff;
	text-align: center;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 columns */
	gap: 5px;
	/* Tighten the gap between items */
	justify-items: center;
}

.team-member {
	text-align: center;
	max-width: 200px;
	/* Match the desired smaller width */
	margin: 0 auto;
	/* Ensure items are centered */
}

.team-member img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Adjust shadow for a subtle look */
}

.team-buttons {
	margin-top: 5px;
	/* Tighter margin between name and buttons */
}

.team-buttons a {
	display: inline-block;
	padding: 8px 14px;
	/* Slightly smaller padding */
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	border-radius: 5px;
	margin: 2px;
	/* Smaller margin between buttons */
	transition: background-color 0.3s ease;
}

/* Additional custom styles if needed */
.team-section h3 {
	font-family: "Playfair Display", sans-serif;
	font-size: 25px;
	margin-top: 10px;
}

.team-buttons a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	border-radius: 5px;
	margin: 5px 2px;
	/* Adjust spacing between buttons */
}

.team-buttons a:hover {
	background-color: #444;
}

.btn-whatsapp {
	background-color: #25d366;
}

.btn-call {
	background-color: #000;
}

.btn i {
	margin-right: 8px;
	/* Add spacing between icon and text */
}

.team-buttons a i {
	margin-right: 5px;
	/* Adjust space between icon and text */
}

.team-buttons .fa-phone-alt {
	transform: scaleX(-1);
	/* This flips the icon horizontally */
}

.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide video {
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
}

/* videoSwiper için özel - 16:9 dikdörtgen görünüm */
.videoSwiper .swiper-slide {
	position: relative !important;
	padding-bottom: 56.25% !important; /* 16:9 = 9/16 = 0.5625 */
	height: 0 !important;
	overflow: hidden !important;
}

.videoSwiper .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoSwiper .swiper-slide video {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 10px;
}

/* Customize Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
	color: #4a4a4a;
	/* Dark gray color */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #222222;
	/* Even darker gray on hover */
}

.card {
	border: none;
	/* Kartın kenarlığını kaldırır */
}

.card-img-top {
	border-radius: 10px;
	/* Kart görseline hafif köşe yuvarlama efekti */
}

.card-body h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.bg-image {
	background-image: url("https://www.yavrupatiler.com/wp-content/uploads/2024/08/2020-10-14-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0;
	/* Yüksekliği küçültmek için padding'i azaltıyoruz */
	color: white;
}

.bg-image h1 {
	font-size: 2.5rem;
	/* Başlık boyutunu küçültüyoruz */
}

.bg-image p {
	font-size: 1rem;
	/* Alt başlık boyutunu küçültüyoruz */
}

.section-description {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #666;
	/* Açıklama metni rengi */
	line-height: 1.5;
}

.pet-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 50px;
	gap: 50px;
}

.pet-image img {
	max-width: 350px;
	border-radius: 10px;
}

.thumbnails {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.thumbnails img {
	width: 60px;
	height: 60px;
	margin: 0 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.pet-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 300px;
}

.pet-details {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: left;
}

.pet-details th,
.pet-details td {
	padding: 10px;
	border: 1px solid #ddd;
}

.action-buttons {
	display: flex;
	gap: 15px;
}

.button {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.button:hover {
	background-color: #444;
}

.similar-puppies,
.pet-boutique {
	text-align: center;
	margin: 40px 0;
}

.similar-puppies h2,
.pet-boutique h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.puppies-gallery {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.boutique-gallery {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.puppy-item {
	width: 200px;
}

.puppy-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.puppy-item p {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}

.boutique-item {
	width: 200px;
}

.boutique-item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.boutique-item p {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}

.navbar-nav {
	flex-wrap: nowrap;
}

.nav-item {
	white-space: nowrap;
}

.navbar-nav .nav-link {
	margin-right: 0;
	padding: 0 10px;
}

.dropdown-menu {
	display: none;
}

.dropdown.show .dropdown-menu {
	display: block;
}

.video-container-header .btn {
	font-family: "Playfair Display", serif;
}

.ratio-1 {
	aspect-ratio: 1;
	object-fit: cover;
}

.serif {
	font-family: "Playfair Display", serif;
}

.main-display img,
.main-display video {
	height: 660px;
	object-fit: cover;
}

h3 {
	font-family: "Playfair Display", serif;
}

.post-media img,
.post-media video {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 10px;
	object-fit: cover;
}

.post-item-link {
	display: block;
	text-decoration: none;
	color: inherit;
	/* Link rengini kalıcı yapar */
}

.post-item-link:hover .post-item {
	transform: scale(1.02);
	/* Hover durumunda büyütme efekti */
	transition: all 0.3s ease;
	/* Daha yumuşak geçiş */
}

@media (max-width: 576px) {
	.video-container-header h3 {
		font-size: 14px;
		margin-top: 5px;
	}
	.video-popup video {
		width: 100px;
		height: 100px;
	}
}

.dropdown-menu {
	width: 100% !important;
	flex-grow: 1;
	left: 0;
	right: 0;
}

/*# sourceMappingURL=style.css.map */