<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom styles for Gizemli Kutum */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap');

:root {
  --primary-color: #3B82F6;
  --primary-dark: #2563EB;
  --dark-blue: #111827;
  --dark-blue-light: #1F2937;
  --secondary-color: #10B981;
  --accent-color: #F59E0B;
  --success-color: #10B981;
  --danger-color: #EF4444;
  --warning-color: #F59E0B;
  --text-dark: #1F2937;
  --text-light: #D1D5DB;
  --white: #FFFFFF;
  --gray-light: #F3F4F6;
  --gray-medium: #9CA3AF;
  --gray-dark: #4B5563;
  --box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--white);
  background-color: var(--dark-blue);
}

/* Header styles */
header {
  background-color: var(--dark-blue-light) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav a {
  color: var(--text-light) !important;
}

header nav a:hover {
  color: var(--primary-color) !important;
}

/* Box section styles */
.box-section {
  background-color: var(--dark-blue) !important;
}

/* Custom button hover effect */
.btn-hover-effect {
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-hover-effect:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Product box hover effect */
.product-box {
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: var(--dark-blue-light) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(59, 130, 246, 0.5);
}

/* Product box content */
.product-box .content {
  padding: 1.25rem;
}

.product-box .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.product-box .old-price {
  text-decoration: line-through;
  color: var(--text-light);
  font-size: 1rem;
  opacity: 0.7;
}

/* Custom animation for countdown */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.animate-pulse {
  animation: pulse 2s infinite;
}

/* Custom styles for box headers */
.box-header-super {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.box-header-ultra {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
}

.box-header-epic {
  background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
}

.box-header-vip {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

/* Treasure section custom style */
.treasure-bg {
  background-image: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%23FFFFFF" fill-opacity="0.1" fill-rule="evenodd"/%3E%3C/svg%3E'),
    linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background-color: var(--dark-blue-light);
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.mobile-menu.active {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Custom animation for order button */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.animate-bounce {
  animation: bounce 2s infinite;
}

/* Floating animation for hero box */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(2deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  75% {
    transform: translateY(15px) rotate(-2deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.floating-box {
  animation: float 6s ease-in-out infinite;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

/* Style for the product badge */
.product-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--danger-color);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Testimonial carousel */
.testimonial-carousel {
  overflow: hidden;
  position: relative;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-slide {
  flex: 0 0 100%;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gray-medium);
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dot.active {
  background-color: var(--primary-color);
}

/* Product image container */
.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  height: 240px;
  background-color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.product-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s;
}

.product-box:hover .product-image-container img {
  transform: scale(1.05);
}

/* Custom section styles */
.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-dark-blue-light {
  background-color: var(--dark-blue-light);
}

.text-light {
  color: var(--text-light);
}

/* Countdown container */
.countdown-container {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%) !important;
}

/* Footer style */
footer {
  background-color: var(--dark-blue-light) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Video player styling */
.video-play-btn {
  transition: all 0.2s ease;
}

.video-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-play-btn i {
  transition: transform 0.2s ease;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.video-play-btn:hover i {
  transform: scale(1.2);
}

/* Video.js custom styling */
.video-js {
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
}

.video-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.vjs-default-skin {
  color: var(--primary-color);
}

.vjs-big-play-centered .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: 2px solid var(--primary-color) !important;
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  margin-top: -40px !important;
  margin-left: -40px !important;
  transition: all 0.3s ease !important;
}

.vjs-big-play-centered .vjs-big-play-button:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--white) !important;
  transform: scale(1.1);
}

.vjs-control-bar {
  background-color: rgba(31, 41, 55, 0.8) !important;
}

.vjs-progress-holder .vjs-play-progress {
  background-color: var(--primary-color) !important;
}

.vjs-volume-level {
  background-color: var(--primary-color) !important;
}

.instagram-feed-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .instagram-feed-container {
        padding: 0;
    }
}

/* Elfsight widget Ã¶zelleÅŸtirmeleri */
.elfsight-app-instagram-feed {
    background: var(--dark-blue-light);
    padding: 20px;
    border-radius: 8px;
}

/* WhatsApp Chat Button */
.whatsapp-chat {
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: float 6s ease-in-out infinite;
}

.whatsapp-chat:hover {
    transform: scale(1.1);
    background-color: #128C7E;
} </pre></body></html>