@media (max-width: 768px) {
  .urun .box-container:not(.product-grid-effect) .box {
    animation: indexBoxMobileFadeIn 0.7s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
    animation-delay: calc(var(--box-order, 0) * 0.13s) !important;
    opacity: 0;
    transform: scale(0.93) translateY(32px) rotateZ(-2deg);
    filter: blur(2.5px) brightness(0.97);
    box-shadow: 0 2px 10px 0 rgba(60,33,216,0.10), 0 1.5px 8px 0 rgba(44,62,80,0.09);
    will-change: transform, filter, box-shadow;
    transition: box-shadow 0.28s, transform 0.28s, filter 0.28s;
    border-radius: 1.2rem;
  }
}

@keyframes indexBoxMobileFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.93) translateY(32px) rotateZ(-2deg);
    filter: blur(2.5px) brightness(0.97);
  }
  80% {
    opacity: 1;
    transform: scale(1.04) translateY(-6px) rotateZ(1deg);
    filter: blur(0.5px) brightness(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotateZ(0);
    filter: none;
  }
}
@media (max-width: 768px) {
  .urun .box-container.product-grid-effect .box {
    animation: projectBoxMobileFadeIn 0.7s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
    animation-delay: calc(var(--box-order, 0) * 0.13s) !important;
    opacity: 0;
    transform: scale(0.93) translateY(32px) rotateZ(-2deg);
    filter: blur(2.5px) brightness(0.97);
    box-shadow: 0 2px 10px 0 rgba(60,33,216,0.10), 0 1.5px 8px 0 rgba(44,62,80,0.09);
    will-change: transform, filter, box-shadow;
    transition: box-shadow 0.28s, transform 0.28s, filter 0.28s;
    border-radius: 1.2rem;
  }
}

@keyframes projectBoxMobileFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.93) translateY(32px) rotateZ(-2deg);
    filter: blur(2.5px) brightness(0.97);
  }
  80% {
    opacity: 1;
    transform: scale(1.04) translateY(-6px) rotateZ(1deg);
    filter: blur(0.5px) brightness(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotateZ(0);
    filter: none;
  }
}
/* Project.html ürün kutularına özel açılış animasyonu */
.urun .box-container.product-grid-effect .box {
  opacity: 0;
  transform: scale(0.92) translateY(40px) rotateZ(-2deg);
  filter: blur(4px) brightness(0.95);
  animation: projectBoxFadeIn 1.1s cubic-bezier(.68,-0.55,.27,1.55) forwards;
  animation-delay: calc(var(--box-order, 0) * 0.18s);
  will-change: transform, filter, opacity;
  box-shadow: 0 4px 24px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
  position: relative;
  z-index: 1;
}

@keyframes projectBoxFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(40px) rotateZ(-2deg);
    filter: blur(4px) brightness(0.95);
  }
  80% {
    opacity: 1;
    transform: scale(1.04) translateY(-8px) rotateZ(1deg);
    filter: blur(0.5px) brightness(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotateZ(0);
    filter: none;
  }
}

@media (max-width: 768px) {
  .urun .box-container.product-grid-effect .box {
    animation: projectBoxFadeIn 0.7s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
    animation-delay: calc(var(--box-order, 0) * 0.13s) !important;
    opacity: 0;
    transform: scale(0.97) translateY(24px);
    filter: blur(2px) brightness(0.98);
    box-shadow: 0 2px 10px 0 rgba(60,33,216,0.09), 0 1.5px 8px 0 rgba(44,62,80,0.08);
    will-change: transform, filter, box-shadow;
    transition: box-shadow 0.28s, transform 0.28s, filter 0.28s;
  }
}
@media (max-width: 768px) {
  .urun .box-container .box {
    animation: epicFadeInUp 0.7s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
    animation-delay: calc(var(--box-order, 0) * 0.13s) !important;
    opacity: 0;
    transform: translateY(24px) scale(0.97);
    filter: blur(2px) brightness(0.98);
    box-shadow: 0 2px 10px 0 rgba(60,33,216,0.09), 0 1.5px 8px 0 rgba(44,62,80,0.08);
    will-change: transform, filter, box-shadow;
    transition: box-shadow 0.28s, transform 0.28s, filter 0.28s;
  }
  .urun .box-container .box:hover {
    box-shadow: 0 8px 24px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
    transform: translateY(-8px) scale(1.03) rotateZ(-1deg);
    filter: brightness(1.07) saturate(1.08);
    z-index: 2;
  }
  .urun .box-container .box::before {
    display: block;
    animation: shine 2.2s infinite linear;
    opacity: 0.7;
  }
}
.contact .row .map {
  /* ...existing code... */
}

@media (max-width: 768px) {
  .contact .row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact .row .map {
    min-width: 0;
    width: 100% !important;
    max-width: 100vw;
    height: 250px !important;
    min-height: 180px;
    border-radius: 1.2rem;
    margin-bottom: 1.5rem;
    aspect-ratio: 16/9;
    display: block;
  }
}
@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: none;
  }
}

.videos .box-container .box {
  opacity: 0;
  animation: zoomFadeIn 0.8s ease forwards;
  animation-delay: calc(var(--video-order, 0) * 0.2s);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  will-change: transform, filter;
  z-index: 1;
}

/* Hover efekti */
.videos .box-container .box:hover {
  transform: translateY(-10px) scale(1.02) rotateZ(-0.5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  filter: brightness(1.05) saturate(1.1);
  z-index: 2;
}

/* Parlayan ışık efekti */
.videos .box-container .box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.12), transparent);
  transform: rotate(45deg);
  animation: shineBox 4s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes shineBox {
  0% {
    transform: rotate(45deg) translate(-120%, -120%);
  }
  100% {
    transform: rotate(45deg) translate(120%, 120%);
  }
}
/* Mağazamız ve WhatsApp Sipariş butonlarına özel efekt */
.btn.magaza-btn, .btn.whatsapp-btn {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0,188,212,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
  background: linear-gradient(90deg, #00bcd4 0%, #43e97b 51%, #38f9d7 100%);
  background-size: 200% 200%;
  color: #fff;
  border: 2px solid #00bcd4;
  transition: background-position 0.5s cubic-bezier(.68,-0.55,.27,1.55), box-shadow 0.25s, transform 0.22s, color 0.22s, filter 0.22s;
}
.btn.magaza-btn::after, .btn.whatsapp-btn::after {
  content: "";
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.01) 100%);
  transform: skewX(-25deg);
  transition: left 0.5s cubic-bezier(.68,-0.55,.27,1.55);
  z-index: 2;
  pointer-events: none;
}
.btn.magaza-btn:hover::after, .btn.whatsapp-btn:hover::after {
  left: 110%;
}
.btn.magaza-btn:hover, .btn.whatsapp-btn:hover {
  background-position: right center;
  box-shadow: 0 8px 32px 0 rgba(0,188,212,0.22), 0 2px 12px 0 rgba(44,62,80,0.13);
  transform: translateY(-3px) scale(1.04) rotateZ(-1deg);
  color: #fff;
  filter: brightness(1.08) saturate(1.2);
}
.btn.magaza-btn:active, .btn.whatsapp-btn:active {
  background: linear-gradient(90deg, #00bcd4 60%, #020149 100%);
  box-shadow: 0 1px 4px 0 rgba(0,188,212,0.10);
  transform: scale(0.97);
  color: #fff;
  filter: brightness(0.98);
}
:root{
    --main-color: hsl(190, 52%, 74%); 
    --black-color: #121212;
    --border: 0.1rem solid rgba(255, 255, 255, 0.4);
}

*{
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2s ease;
}

/*! base html codes */

/* Ana HTML ve body düzenlemesi */

body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.content {
    flex: 1;
    overflow: auto;
}


html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 1rem;
    scroll-behavior: smooth;
}


/* Sadece ana sayfa (body/html) için scrollbar göster, diğer iç elementlerde gizle yok */

.parent-element {
    overflow: hidden; /* İç scrollbar'ı gizle */
}


html::-webkit-scrollbar{
    width: 1.4rem;
    background-color: #fff;
}

html::-webkit-scrollbar-track{
    background-color: transparent;
}

html::-webkit-scrollbar-thumb{
    border-radius: 3rem;
    background-color: var(--black-color);
    
}


body {
    overflow-x: hidden;
    background-color: var(--main-color);
    min-height: 100vh;
}

/* Sadece index.html'de scroll olsun, diğer .html sayfalarda scroll kaymasın */
body:not(.index-scroll) {
    overflow-y: hidden !important;
}

section{
    padding: 2.5rem 6%;
}

a{
    color: var(--black-color);
    text-decoration: none;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: 2rem 4rem;
    border-radius: 30rem;
    font-size: 1.7rem;
    color: #121212;
    background: linear-gradient(90deg, #fff 60%, hsl(190, 52%, 74%) 100%);
    box-shadow: 0 2px 12px 0 rgba(60,33,216,0.10);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.22s, box-shadow 0.22s, transform 0.22s, letter-spacing 0.22s, filter 0.22s, color 0.22s;
    z-index: 1;
    border: 2px solid hsl(190, 52%, 74%);
}
.btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, hsl(190, 52%, 74%) 0%, #fff 100%);
    opacity: 0.13;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s cubic-bezier(.68,-0.55,.27,1.55), height 0.4s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.4s;
    z-index: 0;
}
.btn:hover::before {
    width: 340%;
    height: 340%;
    opacity: 0.22;
}
.btn:hover {
    background: linear-gradient(90deg, hsl(190, 52%, 74%) 60%, #fff 100%);
    box-shadow: 0 8px 32px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
    transform: translateY(-4px) scale(1.07) rotateZ(-2deg);
    color: #121212;
    letter-spacing: 0.13em;
    filter: brightness(1.07) saturate(1.1);
}
.btn:active {
    background: linear-gradient(90deg, #fff 60%, hsl(190, 52%, 74%) 100%);
    box-shadow: 0 1px 4px 0 rgba(60,33,216,0.08);
    transform: scale(0.97);
    color: #121212;
    letter-spacing: 0.02em;
    filter: brightness(0.98);
}
.btn span {
    position: relative;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, #00bcd4 0%, #020149 100%);
    opacity: 0.18;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s cubic-bezier(.68,-0.55,.27,1.55), height 0.4s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.4s;
    z-index: 0;
}
.btn:hover::before {
    width: 340%;
    height: 340%;
    opacity: 0.32;
}
.btn:hover {
    background: linear-gradient(90deg, #00bcd4 60%, #020149 100%);
    box-shadow: 0 8px 32px 0 rgba(60,33,216,0.22), 0 2px 12px 0 rgba(44,62,80,0.13);
    transform: translateY(-4px) scale(1.07) rotateZ(-2deg);
    color: #fff;
    letter-spacing: 0.12em;
    filter: brightness(1.08) saturate(1.2);
}
.btn:active {
    background: linear-gradient(90deg, #020149 60%, #00bcd4 100%);
    box-shadow: 0 1px 4px 0 rgba(60,33,216,0.10);
    transform: scale(0.97);
    color: #fff;
    letter-spacing: 0.02em;
    filter: brightness(0.98);
}
.btn span {
    position: relative;
    z-index: 1;
}

.btn:hover {
    background: linear-gradient(90deg, #00bcd4 60%, #020149 100%);
    box-shadow: 0 6px 24px 0 rgba(60,33,216,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
    transform: translateY(-4px) scale(1.04) rotateZ(-1deg);
    color: #fff;
}

.btn:active {
    background: linear-gradient(90deg, #020149 60%, #00bcd4 100%);
    box-shadow: 0 1px 4px 0 rgba(60,33,216,0.10);
    transform: scale(0.97);
    color: #fff;
}

/* whatsapp a gönderme formu start */ 

.btn[type="submit"] {
  background: #25D366;
  color: rgb(238, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width:auto;
}

.btn[type="submit"]::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-6.29-3.43c.545 1.422 1.69 2.595 3.152 2.832.197.033.394.05.59.05.52 0 1.04-.074 1.513-.248 1.262-.396 2.104-1.338 2.395-2.38.07-.26.104-.521.104-.78 0-.57-.198-1.106-.545-1.529-.347-.421-.842-.644-1.389-.644-.173 0-.347.025-.52.074-.421.124-.991.396-1.24.942-.198.347-.396.78-.446 1.19-.05.43.025.855.198 1.213zM12 2.163c-5.338 0-9.663 4.325-9.663 9.663 0 1.92.554 3.706 1.504 5.211L2.08 21.86l4.917-1.295c1.495.818 3.18 1.262 4.99 1.262 5.338 0 9.663-4.325 9.663-9.663 0-5.338-4.325-9.663-9.663-9.663z"/></svg>');
  width: 20px;
  height: 20px;
  display: inline-block;
}


.btn.whatsapp, .whatsapp-btn {
  background: linear-gradient(90deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  border: none;
  padding: 1.5rem 3.5rem;
  border-radius: 30rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(37,211,102,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
  transition: background-position 0.5s cubic-bezier(.68,-0.55,.27,1.55), box-shadow 0.25s, transform 0.22s, color 0.22s, filter 0.22s;
  z-index: 1;
  border: 2px solid #25D366;
}

.btn.whatsapp::after, .whatsapp-btn::after {
  content: "";
  position: absolute;
  left: -60%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.01) 100%);
  transform: skewX(-25deg);
  transition: left 0.5s cubic-bezier(.68,-0.55,.27,1.55);
  z-index: 2;
  pointer-events: none;
}

.btn.whatsapp:hover::after, .whatsapp-btn:hover::after {
  left: 110%;
}

.btn.whatsapp:hover, .whatsapp-btn:hover {
  background-position: right center;
  box-shadow: 0 8px 32px 0 rgba(37,211,102,0.22), 0 2px 12px 0 rgba(44,62,80,0.13);
  transform: translateY(-3px) scale(1.04) rotateZ(-1deg);
  color: #fff;
  filter: brightness(1.08) saturate(1.2);
}

.btn.whatsapp:active, .whatsapp-btn:active {
  background: linear-gradient(90deg, #128C7E 60%, #075E54 100%);
  box-shadow: 0 1px 4px 0 rgba(37,211,102,0.10);
  transform: scale(0.97);
  color: #fff;
  filter: brightness(0.98);
}

.btn.whatsapp i, .whatsapp-btn i {
  font-size: 2rem;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

.whatsapp-btn i {
  font-size: 18px;
}

@media (max-width: 768px) {
  textarea {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    font-size: 14px;
  }
  
  .inputBox .fas.fa-comment {
    top: 12px;
    left: 12px;
  }
}

/* whatsapp a gönderme formu stop */

.btn:hover{
    opacity: 0.5;
}

.heading{
    color:#fff;
    text-transform: uppercase;
    font-size: 4rem;
    margin-top: 8rem;
    margin-bottom: 3rem;
    border-bottom: 0.2rem solid #fff;
}

.heading span{
    color: (var)--black-color;
    text-transform: uppercase;
}



.title{
    font-size: 2rem;
}

    /*! header start */

/* Arama sonuçları stil */

.header .search-input{
    font-size: 1.6rem;
    color: var(--black-color);
    padding: 1rem;
    text-transform: none;
    border-radius: 3rem;
}

.header .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 1rem 1rem;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.header .search-results a {
    display: block;
    padding: 1rem 2rem;
    color: #333;
    font-size: 1.6rem;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}

.header .search-results a:hover {
    background: #f5f5f5;
    color: #020149;
}

.header .search-results .no-results {
    padding: 2rem;
    text-align: center;
    color: #666;
}

.header .search-form {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  background-color: #fff;
  width: 90vw;
  max-width: 500px;
  height: 5rem;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  box-shadow: 0px 0px 25px 2px rgb(0 0 0 / 75%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 0 1rem;
}

.header .search-form.active {
  transform: translateX(-50%) scaleY(1);
}

.header .search-results {
  position: absolute;
  top: calc(100% + 0.5rem); /* Formun hemen altında */
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0 0 1rem 1rem;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
}

.header .search-form i{
    font-size: 2.2rem;
    margin-right: 1.5rem;
    color: var(--black-color);
}

.header .search-form input{
    width: 100%;
}


.header .search-results a {
  display: block;
  padding: 1rem 2rem;
  color: #333;
  font-size: 1.6rem;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.header .search-results a:hover {
  background: #f5f5f5;
  color: #020149;
}
.header .no-results {
  padding: 2rem;
  text-align: center;
  color: #666;
}

.header .logo img{
     height: 10rem;
     width: 1 0rem;
}

.header .logo{
    background-color: transparent; /* Arka planı şeffaf yapar */
    mix-blend-mode: multiply; /* Beyazı şeffaf gibi gösterir (isteğe bağlı) */
}

/* Logo boyutunu büyütme */
.header .logo img {
    height: 12rem; /* Önceki değer: 10rem */
    width: auto; /* Genişliği otomatik ayarla */
    transition: transform 0.3s ease; /* Efekt için geçiş ekle */
}

/* Logo tıklama efekti */
.header .logo img:active {
    transform: scale(0.25); /* Tıklanınca küçülme efekti */
}


@media (max-width: 768px) {
    .header .logo img {
        height: 9rem; /* Mobilde biraz küçült */
    }

    .header .search-form {
        width: 90%;
        right: 5%;
        top: 115%;
    }
}

.header{
background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    margin: 0 0 2rem 0;
    border-radius: 30rem;
    box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 7%;
    width: 86%;
    z-index: 1000;
    opacity: 0.98;
    transition: box-shadow 0.2s, background 0.2s;
}
body {
    padding-top: 6.5rem;
}

.header .menubar a{
    margin: 0 1rem;
    font-size: 1.6rem;
    color: var(--black-color);
    border-bottom: 0.1rem solid transparent;
}

.header .menubar.active,

.header .menubar a:hover{
    border-color: crimson;
    padding-bottom: 0.5rem;
}

.header .buttons button{
    cursor: pointer;
    font-size: 25px;
    margin-left: 2rem;
    background-color: transparent;
}


/* Sepet (cart) sağdan gelmesin, butonun hemen altında açılıp kapanacak şekilde ayarla */
.header .cart-items-container {
    position: absolute;
    top: 115%;
    right: 0;
    left: auto;
    width: 35rem;
    background-color: #fff;
    box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
    border-radius: 2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scaleY(0.95);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1001;
    display: block;
}

.header .cart-items-container.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
}

.header .cart-items-container .btn{
    width: 100%;
    text-align: center;
    border-radius: unset;
}

.header .cart-items-container .cart-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 2px 12px 0 rgba(60,33,216,0.08), 0 1.5px 8px 0 rgba(44,62,80,0.10);
    transition: box-shadow 0.25s, filter 0.3s, transform 0.25s;
    overflow: hidden;
}

.header .cart-items-container .cart-item:hover{
    box-shadow: 0 12px 32px 0 rgba(60,33,216,0.16), 0 2px 12px 0 rgba(44,62,80,0.15);
    filter: brightness(1.04) drop-shadow(0 0 16px #b3e6f7);
    transform: translateY(-8px) scale(1.04) rotateZ(-1deg);
    z-index: 2;
}

.header .cart-items-container .cart-item .fa-times{
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: var(--black-color);
}

.header .cart-items-container .cart-item img{
    height: 7rem;
}

.header .cart-items-container .cart-item .content h3{
    font-size: 2rem;
    color: var(--black-color);
    padding-bottom: 0.5rem;
}

.header .cart-items-container .cart-item .content .price{
    font-size: 1.5rem;
    color: var(--black-color);
}

.header .cart-items-container.active{
    right: 3rem;
}

/* Sepet öğeleri için stil */
.cart-items-container .fa-times {
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-items-container .fa-times:hover {
    color: #ff0000 !important;
    transform: scale(1.2);
}

.empty-cart-message {
    color: #555;
    font-size: 1.8rem;
    padding: 2rem;
    text-align: center;
    display: block;
}

.header #menu-btn{
    display: none;
}

    /*! header end */

    /*! home start */

.home{
    min-height: 100vh;
    background: url(../images/Anasayfa.jpeg) no-repeat;
    background-size:100% auto;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding-top: 10.5rem;
}

body.index-scroll {
    background: url(../images/Anasayfa.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Arkaplan için ana container */
body {
    margin: 0;
    padding: 0;
    font-family: "Aladin", system-ui;
    position: relative; /* Önemli */
    min-height: 100vh;
}

/* Sabit arkaplan resmi */
body::before {
    content: "";
    background-image: url('../images/arkaplan.jpg'); /* Resmin yolunu düzenleyin */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Bu satır kritik! */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* İçeriğin altında kalacak */
    opacity: 0.9; /* Şeffaflık */
}

/* İçerik alanı */
.main-content {
    position: relative;
    z-index: 1; /* Arkaplanın üstünde */
    background-color: rgba(255, 255, 255, 0.7); /* Yarı şeffaf beyaz */
    backdrop-filter: blur(2px); /* Hafif blur efekti */
}

/* Header için özel ayar */
.header {
    background-color: rgba(255, 255, 255, 0.8); /* Yarı şeffaf */
    backdrop-filter: blur(5px); /* Daha belirgin blur */
}


.home .content{
    max-width: 60rem;
    overflow: visible !important;
}

.home .content h3{
    font-size: 6rem;
    color: #3c21d8;
}

.home .content p{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    padding: 1rem 0;
    color: #1a1919;
}


.home-btn-group {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  overflow: visible !important;
}
/* Remove scrollbars from home-btn-group and its children */
.home-btn-group, .home-btn-group * {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE 10+ */
}
.home-btn-group::-webkit-scrollbar, .home-btn-group *::-webkit-scrollbar {
  display: none !important;
}

@media (max-width: 768px) {
  .home-btn-group {
    flex-direction: row !important;
    gap: 1.2rem !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .home-btn-group .btn, .home-btn-group a.btn {
    font-size: 1.6rem !important;
    padding: 1.5rem 2.5rem !important;
    min-width: 0 !important;
    width: auto !important;
    border-radius: 2.2rem !important;
  }
}

@media (max-width: 768px) {
  .home-btn-group {
    flex-direction: column;
    gap: 1.2rem;
    align-items: stretch;
    justify-content: flex-start;
  }
}

    /*! home end */

    /*! proje start */

.urun .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 2rem;
    padding: 1rem 0;
    align-items: stretch;
}
.urun .box-container .box{
    padding: 1.5rem 1.2rem;
    background-color: #fff;
    border-radius: 1.5rem;
    min-height: 32rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 2px 12px 0 rgba(60,33,216,0.07);
    margin: 0;
    opacity: 1;
    transform: none;
    animation: none;
    animation-delay: 0s;
}



.urun .box-container .box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.urun .box-container .box .urun-category{
    font-size: 1.4rem;
    text-transform: uppercase;

}

.urun .box-container h3{
    font-size: 3rem;
    padding: 1rem 0;
    text-transform: uppercase;
}

.urun .box-container .price{
    font-size: 2.5rem;
    padding: 0.5rem 0;
}

.urun .box-container .price span{
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: 300;
}


    /*! proje end */

    /*! videos start */

.videos .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.videos .box-container .box{
    text-align: center;
    background-color: #fff;
    position: relative;
    border-radius: 3rem;
    height: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
}

.videos .box-container .box .box-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

.videos .box-container .box .box-head .title{
    font-size: 1.6rem;
}

.videos .box-container .box .box-head .name{
    font-size: 3rem;
    font-weight: bold;
    text-align: start;
    overflow-wrap: anywhere;
}

.btn-1{
    margin-top: 0.5rem;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: 20rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #020149;
    cursor: pointer;
}

.btn-1:hover{
    opacity: 0.5;
}

.videos .box-container video{
.videos .box-container video {
  transition: transform 0.5s ease;
}

.videos .box-container .box:hover video {
  transform: scale(1.05);
}
    position: absolute;
    top: 45%;
    left: 50%;
    width: 90%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    border-radius: 3rem;
}

.videos .box-container .box-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.videos .box-container .box-bottom .info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.videos .box-container .box-bottom .like {
    font-size: 1.95rem;
}

}

.videos .box-container .box-bottom .videos-btn-1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    width: 8.5rem;
    height: 3.5rem;
    border: 0.2rem solid var(--main-color);
    background: linear-gradient(135deg, #fff 60%, var(--main-color) 100%);
    font-size: 1.6rem;
    color: var(--black-color);
    position: relative;
    overflow: hidden;
    transition: background 0.3s, box-shadow 0.3s, transform 0.22s, filter 0.22s;
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgba(60,33,216,0.10);
    position: relative;
    overflow: hidden;
    transition: background 0.3s, box-shadow 0.3s, transform 0.22s, filter 0.22s;
    cursor: pointer;
}

.videos .box-container .box-bottom .videos-btn-1 a::after {
    content: "";
    position: absolute;
    left: -60%;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.01) 100%);
    transform: skewX(-25deg);
    transition: left 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    z-index: 2;
    pointer-events: none;
}

.videos .box-container .box-bottom .videos-btn-1 a:hover::after {
    left: 110%;
}

.videos .box-container .box-bottom .videos-btn-1 a:hover {
    background: linear-gradient(135deg, var(--main-color) 60%, #fff 100%);
    box-shadow: 0 8px 32px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
    transform: translateY(-4px) scale(1.08) rotateZ(-2deg);
    filter: brightness(1.08) saturate(1.1);
}

.videos .box-container .box-bottom .videos-btn-1 a:active {
    background: linear-gradient(135deg, #fff 60%, var(--main-color) 100%);
    box-shadow: 0 1px 4px 0 rgba(60,33,216,0.08);
    transform: scale(0.97);
    filter: brightness(0.98);
}

.videos .box-container .box-bottom .videos-btn-1 a i {
    font-size: 2.4rem;
    color: var(--black-color);
    transition: color 0.22s, transform 0.22s;
}

.videos .box-container .box-bottom .videos-btn-1 a:hover i {
    color: #3c21d8;
    transform: scale(1.25) rotate(-10deg);
}

.videos .box-container .box-bottom .videos-btn-1 a i{
    font-size: 2.8rem;
    color: var(--black-color);
}

    /*! videos end */

    /*! about start */

.about .row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.about .row .image{
    flex: 1 1 45rem;
}

.about .row img{
    width: 100%;
}

.about .row .content{
    flex: 1 1 45rem;
}

.about .row .content h3{
    font-size: 3rem;
    color: #fff;
}

.about .row .content p{
    font-size: 1.8rem;
    color:black;
    padding: 1rem 0;
    line-height: 1;
}

    /*! about end */

    /*! Review start */

.Review .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}


.Review .box-container .box {
    border: var(--border);
    text-align: center;
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: 0 2px 16px 0 rgba(60,33,216,0.10), 0 1.5px 8px 0 rgba(44,62,80,0.10);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    filter: blur(3px) brightness(0.97);
    animation: reviewFadeIn 1.1s cubic-bezier(.68,-0.55,.27,1.55) forwards;
    animation-delay: calc(var(--review-order, 0) * 0.18s);
    transition: box-shadow 0.35s, transform 0.35s, filter 0.35s;
    will-change: transform, filter, box-shadow;
    z-index: 1;
}

@keyframes reviewFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    filter: blur(3px) brightness(0.97);
  }
  80% {
    opacity: 1;
    transform: translateY(-8px) scale(1.03);
    filter: blur(0.5px) brightness(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

.Review .box-container .box:hover {
    box-shadow: 0 12px 40px 0 rgba(60,33,216,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
    transform: translateY(-14px) scale(1.04) rotateZ(-1deg);
    filter: brightness(1.08) saturate(1.13);
    z-index: 2;
}

/* Parlayan kenar efekti */
.Review .box-container .box::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(120deg, transparent, rgba(60,33,216,0.10), transparent);
    transform: rotate(45deg);
    animation: reviewShine 4s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes reviewShine {
  0% { transform: rotate(45deg) translate(-120%, -120%); }
  100% { transform: rotate(45deg) translate(120%, 120%); }
}

/* Avatar ve yıldızlara animasyonlu parlaklık */
.Review .box-container .box .user {
    box-shadow: 0 0 0 4px #fff, 0 0 16px 2px #3c21d8;
    transition: box-shadow 0.4s, transform 0.4s;
    animation: avatarPop 1.2s cubic-bezier(.68,-0.55,.27,1.55) both;
}

@keyframes avatarPop {
  0% { transform: scale(0.7) rotate(-10deg); opacity: 0; filter: blur(2px); }
  60% { transform: scale(1.1) rotate(6deg); opacity: 1; filter: blur(0.2px); }
  100% { transform: scale(1) rotate(0); opacity: 1; filter: none; }
}

.Review .box-container .box:hover .user {
    box-shadow: 0 0 0 6px #fff, 0 0 32px 6px #3c21d8;
    transform: scale(1.08) rotate(-3deg);
}


.Review .box-container .box .stars i {
    color: gold;
    filter: none;
}

@media (max-width: 768px) {
  .Review .box-container .box {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .Review .box-container .box::before {
    display: none;
  }
  .Review .box-container .box .user {
    animation: none !important;
    box-shadow: 0 0 0 2px #fff, 0 0 8px 1px #3c21d8;
    transform: none !important;
  }
}

.Review .box-container .box::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: linear-gradient(120deg, transparent, rgba(60,33,216,0.08), transparent);
  transform: rotate(35deg);
  animation: reviewShine 4s linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes reviewShine {
  0% { transform: rotate(35deg) translate(-120%, -120%); }
  100% { transform: rotate(35deg) translate(120%, 120%); }
}

@keyframes reviewFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96) rotateZ(-2deg);
    filter: blur(3px) brightness(0.95);
  }
  70% {
    opacity: 1;
    filter: blur(0.5px) brightness(1.03);
    transform: translateY(-8px) scale(1.03) rotateZ(1deg);
  }
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0) scale(1) rotateZ(0deg);
  }
}

.Review .box-container .box:hover {
  box-shadow: 0 12px 36px 0 rgba(60,33,216,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
  transform: translateY(-10px) scale(1.04) rotateZ(1.5deg);
  filter: brightness(1.08) saturate(1.1);
  z-index: 2;
}

.Review .box-container .box .user {
  box-shadow: 0 2px 12px 0 rgba(60,33,216,0.13);
  border: 3px solid var(--main-color);
  transition: box-shadow 0.3s, border 0.3s, transform 0.3s;
  position: relative;
  z-index: 2;
}
.Review .box-container .box:hover .user {
  box-shadow: 0 8px 32px 0 rgba(60,33,216,0.18);
  border: 3px solid #3c21d8;
  transform: scale(1.08) rotateZ(-3deg);
}

.Review .box-container .box .stars {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
.Review .box-container .box .stars i {
  font-size: 1.7rem;
  color: gold;
  filter: drop-shadow(0 0 4px gold);
  transition: transform 0.22s, filter 0.22s;
}

/* Yıldız hover efekti kaldırıldı */

.Review .box-container .box p {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding: 2.2rem 0 2rem 0;
  color: #222;
  letter-spacing: 0.01em;
  opacity: 0.93;
  transition: color 0.3s, opacity 0.3s;
}
.Review .box-container .box:hover p {
  color: #3c21d8;
  opacity: 1;
}

.Review .box-container .box h3 {
  font-size: 2.2rem;
  color: #3c21d8;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.Review .box-container .box:hover h3 {
  color: #128C7E;
}

@media (max-width: 768px) {
  .Review .box-container .box {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.Review .box-container .box p{
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 2rem 0;

}

.Review .box-container .box .icon{
    height: 17rem;
    width: 24rem;
    border-radius: 50%;
    object-fit: cover;
}

.Review .box-container .box .user{
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
}

.Review .box-container .box h3{
    padding: 1rem 0;
    font-size: 2rem;
    color: var(--black-color);
}

.Review .box-container .box .stars i{
    font-size: 1.5rem;
    color: gold;
}

    /*! Review end */

    /*! contact start */

.contact .row{
    display: flex;
    background-color: var(--black-color);
    flex-wrap: wrap;
    gap: 1rem;
}

/* İletişim Bilgileri kutusu için modern efekt */
.contact .row .map {
    box-shadow: 0 8px 32px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
    border-radius: 2.5rem;
    border: 3px solid var(--main-color);
    overflow: hidden;
    filter: brightness(1.04) saturate(1.08);
    transition: box-shadow 0.35s, transform 0.35s, filter 0.35s;
    position: relative;
    z-index: 1;
    background: #fff;
    animation: contactMapFadeIn 1.1s cubic-bezier(.68,-0.55,.27,1.55) both;
}

.contact .row .map::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(120deg, transparent, rgba(60,33,216,0.10), transparent);
    transform: rotate(45deg);
    animation: contactMapShine 4s linear infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes contactMapFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    filter: blur(3px) brightness(0.97);
  }
  80% {
    opacity: 1;
    transform: translateY(-8px) scale(1.03);
    filter: blur(0.5px) brightness(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

@keyframes contactMapShine {
  0% { transform: rotate(45deg) translate(-120%, -120%); }
  100% { transform: rotate(45deg) translate(120%, 120%); }
}

.contact .row .map:hover {
    box-shadow: 0 16px 48px 0 rgba(60,33,216,0.18), 0 2px 12px 0 rgba(44,62,80,0.13);
    filter: brightness(1.09) saturate(1.13);
    transform: scale(1.025) rotateZ(-1deg);
    z-index: 2;
}
}

.contact .row .map{
    flex: 1 1 45rem;
    width: 100%;
    object-fit: cover;
}

.contact .row form{
    flex: 1 1 45rem;
    padding: 5rem 2rem;
    text-align: center;
}

.contact .row form h3{
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #fff;
}

.contact .row form .inputBox{
    display: flex;
    align-items: center;
    margin: 2rem 0;
    border: var(--border);
}

.contact .row form .inputBox i{
    color: #fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.contact .row form .inputBox input{
    width: 100%;
    padding: 2rem;
    font-size: 1.8rem;
    color: #fff;
    text-transform: none;
    background: none;
}

.contact .row form .btn{
    color:#121212;
    background-color:#ffffff;
    font-weight: bold;
}

/* Textarea ana stil start */

textarea {
  width: 100%; /* Container genişliğine uyum */
  height: 150px; /* Sabit yükseklik */
  min-height: 150px; /* Minimum yükseklik */
  max-height: 150px; /* Maksimum yükseklik (scroll oluşturur) */
  padding: 12px 15px; /* İç boşluk */
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  resize: none; /* Boyutlandırmayı tamamen kapatır */
  font-family: 'Sour Gummy', sans-serif; /* Projenizin fontu */
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box; /* Padding'i genişliğe dahil eder */
  overflow-y: auto; /* Fazla içerikte scroll çıkar */
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

/* Focus stil */
textarea:focus {
  border-color: #25D366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.2);
  background-color: #ffffff;
}

/* İkonlu yapı için düzenleme */
.inputBox textarea {
  padding-left: 55px; /* İkon için boşluk */
  width: 100%;
}

.inputBox {
  position: relative;
}

.inputBox .fas.fa-comment {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #777;
}

/* Textarea ana stil stop */

    /*! contact end */

    /*! footer start */

.footer{
    background-color: var(--black-color);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    min-height: 60px;
    padding: 1.5rem 0 0.5rem 0;
    border-radius: 2rem 2rem 0 0;
    /* Daha kısa ve kompakt footer */
}

.footer .search{
    display: flex;
    justify-content: center;
}

.footer .search .search-input{
    width: 30rem;
}

.footer .search .btn{
    background-color: var(white);
    padding: 1rem 2rem;
    margin-left: 1rem;
}

.footer .share{
    padding: 2rem 0;
}

.footer .share a{
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    color: #fff;
    font-size: 2rem;
    border: var(--border);
    border-radius: 50%;
    margin: 0.3rem;
}

.footer .share a:hover{
    background-color: var(--main-color);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer .links a{
    background-color: var(--main-color);
    padding: 0.7rem 2rem;
    color: #fff;
    font-size: 2rem;
    border: var(--border);
}

.footer .links a:hover{
    background-color: var(--black-color);
    opacity: 0.7;
}

.footer .created{
    font-size: 2rem;
    color:#fff;
    font-weight: 300;
    padding-top: 1.5rem;
}

.footer .created span{
    color: var(--main-color);
}

    /*! footer end */

    /*! responsive start */

@media (max-width: 991px){
    html{
        font-size: 55%;
    }

    .header{
        padding: 1.5rem 2rem;
    }

    .header .logo img{
        height: 7rem;
    }

    section{
        padding: 2rem;

    }

    .videos .box-container .box .box-head .name{
        font-size: 3.4rem;
    }
}

@media (max-width: 768px){
  .urun .box-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 0.5rem 0;
    align-items: stretch;
  }
  .urun .box-container .box {
    min-height: 22rem;
    height: 100%;
    padding: 1rem 0.7rem;
    border-radius: 1rem;
    margin: 0;
    box-shadow: 0 1px 6px 0 rgba(60,33,216,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: none !important;
    will-change: unset !important;
  }
    
body::before {
        background-attachment: scroll; /* Mobilde performans için */
    }
    
    .main-content {
        backdrop-filter: none; /* Mobilde performans */
    }

    /* Mobilde daha hızlı animasyonlar */
    .fade-in,
    .slide-left,
    .slide-right,
    .zoom-in {
        transition-duration: 0.5s;
    }
    
    /* Mobilde bazı efektleri sadeleştir */
    .slide-left,
    .slide-right {
        transform: translateY(20px) !important;
    }

    .header #menu-btn{
        display: inline-block;
    }

    /* MENUBAR: Mobilde ilk açılışta kapalı, 3 noktaya (menu-btn) basınca açılır */
    .header .menubar {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 2.5rem;
        width: 240px;
        background: linear-gradient(135deg, #fff 70%, var(--main-color) 100%);
        box-shadow: 0 8px 32px 0 rgba(44,62,80,0.18), 0 1.5px 8px 0 rgba(44,62,80,0.10), 0 0 0 4px rgba(60,33,216,0.07);
        border-radius: 2.5rem 3.5rem 2.5rem 3.5rem / 2.5rem 2.5rem 3.5rem 3.5rem;
        z-index: 1100;
        flex-direction: column;
        align-items: flex-start;
        padding: 2.2rem 0 2.2rem 1.2rem;
        margin: 0.7rem 0 0 0;
        min-height: 0;
        transition: box-shadow 0.35s, border-radius 0.35s, left 0.25s, background 0.35s;
        overflow: hidden;
        filter: drop-shadow(0 0 12px rgba(60,33,216,0.10));
        /* animation: menubarPopIn 0.45s cubic-bezier(.68,-0.55,.27,1.55); */
    }
    .header .menubar.active {
        display: flex !important;
        animation: menubarPopIn 0.45s cubic-bezier(.68,-0.55,.27,1.55);
        box-shadow: 0 16px 48px 0 rgba(44,62,80,0.22), 0 2px 12px 0 rgba(44,62,80,0.13), 0 0 0 6px rgba(60,33,216,0.09);
        filter: drop-shadow(0 0 18px rgba(60,33,216,0.13));
    }

    @keyframes menubarPopIn {
      0% {
        transform: scale(0.85) translateX(-40px);
        opacity: 0;
        filter: blur(4px) brightness(1.2);
      }
      60% {
        transform: scale(1.04) translateX(8px);
        opacity: 1;
        filter: blur(0.5px) brightness(1.05);
      }
      100% {
        transform: scale(1) translateX(0);
        opacity: 1;
        filter: none;
      }
    }

    @keyframes slideInLeft {
      from { transform: translateX(-40px); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }

    .header .menubar a{
        color: var(--black-color);
        display: block;
        margin: 1.5rem;
        padding: 0.5rem;
        font-size: 2rem;
    }

    .header .search-form {
    width: 95vw;
    left: 50%;
    right: auto;
    max-width: 95vw;
  }
  .header .search-results {
    width: 95vw;
    left: 50%;
    right: auto;
    max-width: 95vw;
  }
}

@media (max-width: 576px){
html{
    font-size: 50%;
}

body::before {
        background-attachment: scroll; /* Mobilde performans için */
    }
    
    .main-content {
        backdrop-filter: none; /* Mobilde performans */
    }

@media (max-width: 576px){
  .urun .box-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 0.5rem 0;
  }
  .urun .box-container .box {
    min-height: 22rem;
    padding: 1rem 0.7rem;
    border-radius: 1rem;
    margin: 0;
    box-shadow: 0 1px 6px 0 rgba(60,33,216,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

    /* MENUBAR: Mobilde ilk açılışta kapalı, 3 noktaya (menu-btn) basınca açılır */
    .header .menubar {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 2.5rem;
        width: 240px;
        background: linear-gradient(135deg, #fff 70%, var(--main-color) 100%);
        box-shadow: 0 8px 32px 0 rgba(44,62,80,0.18), 0 1.5px 8px 0 rgba(44,62,80,0.10), 0 0 0 4px rgba(60,33,216,0.07);
        border-radius: 2.5rem 3.5rem 2.5rem 3.5rem / 2.5rem 2.5rem 3.5rem 3.5rem;
        z-index: 1100;
        flex-direction: column;
        align-items: flex-start;
        padding: 2.2rem 0 2.2rem 1.2rem;
        margin: 0.7rem 0 0 0;
        min-height: 0;
        transition: box-shadow 0.35s, border-radius 0.35s, left 0.25s, background 0.35s;
        overflow: hidden;
        filter: drop-shadow(0 0 12px rgba(60,33,216,0.10));
        /* animation: menubarPopIn 0.45s cubic-bezier(.68,-0.55,.27,1.55); */
    }
    .header .menubar.active {
        display: flex !important;
        animation: menubarPopIn 0.45s cubic-bezier(.68,-0.55,.27,1.55);
        box-shadow: 0 16px 48px 0 rgba(44,62,80,0.22), 0 2px 12px 0 rgba(44,62,80,0.13), 0 0 0 6px rgba(60,33,216,0.09);
        filter: drop-shadow(0 0 18px rgba(60,33,216,0.13));
    }

    @keyframes menubarPopIn {
      0% {
        transform: scale(0.85) translateX(-40px);
        opacity: 0;
        filter: blur(4px) brightness(1.2);
      }
      60% {
        transform: scale(1.04) translateX(8px);
        opacity: 1;
        filter: blur(0.5px) brightness(1.05);
      }
      100% {
        transform: scale(1) translateX(0);
        opacity: 1;
        filter: none;
      }
    }

    @keyframes slideInLeft {
      from { transform: translateX(-40px); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }

}


@media (max-width: 768px) {
  .urun .box-container .box {
    opacity: 0;
    animation: epicFadeInUp 0.7s cubic-bezier(.68,-0.55,.27,1.55) forwards !important;
    animation-delay: calc(var(--box-order, 0) * 0.13s) !important;
    transform: translateY(24px) scale(0.97);
    filter: blur(2px) brightness(0.98);
    box-shadow: 0 2px 10px 0 rgba(60,33,216,0.09), 0 1.5px 8px 0 rgba(44,62,80,0.08);
    will-change: transform, filter, box-shadow;
    transition: box-shadow 0.28s, transform 0.28s, filter 0.28s;
  }
  .urun .box-container .box:hover {
    box-shadow: 0 8px 24px 0 rgba(60,33,216,0.13), 0 2px 12px 0 rgba(44,62,80,0.10);
    transform: translateY(-8px) scale(1.03) rotateZ(-1deg);
    filter: brightness(1.07) saturate(1.08);
    z-index: 2;
  }
  .urun .box-container .box::before {
    display: block;
    animation: shine 2.2s infinite linear;
    opacity: 0.7;
  }
}


@keyframes epicFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.urun .box-container .box {
  opacity: 0;
  animation: epicFadeInUp 0.9s ease forwards;
  animation-delay: calc(var(--box-order, 0) * 0.2s); /* sırayla gösterim */
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
  perspective: 1000px;
  backface-visibility: hidden;
  will-change: transform, filter;
  position: relative;
  overflow: hidden;
}

/* Parlak ışık efekti */
.urun .box-container .box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite linear;
  pointer-events: none;
  z-index: 1;
}

@keyframes shine {
  0% { transform: rotate(45deg) translate(-100%, -100%); }
  100% { transform: rotate(45deg) translate(100%, 100%); }
}

.urun .box-container .box:hover {
  transform: translateY(-12px) scale(1.03) rotateZ(-1deg);
  box-shadow: 0 16px 40px rgba(60, 33, 216, 0.2), 0 4px 20px rgba(44, 62, 80, 0.15);
  filter: brightness(1.1) saturate(1.2);
  z-index: 2;
}


@media (max-width: 768px) {
  .urun .box-container .box {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

    .videos .box-container .box {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .videos .box-container .box::before {
    display: block; /* hover efekti varsa kalsın */
  }
}