﻿/**************/
#products { position: relative; padding: 0px 0; z-index: 50; background: #fff; }

#products .kapsul { margin-left: 20px }
#products .kapsul .title { color: #121212; font: 600 50px var(--icerik-fontu); line-height: 52px; }
#products .kapsul .title { opacity: 1; }
#products .cards .baslik .line-wrapper { overflow: hidden }
#products .kapsul .title .line-wrapper { overflow: hidden }


#products .kapsul .subtitle { padding: 0; font-weight: 400; font-size: 18px; color: #666; width: 800px; max-width: 100%; margin-top: 16px; line-height: 28px; }
#products .kapsul .more { color: #121212; text-transform: capitalize; position: relative; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; white-space: nowrap; font: 600 14px var(--icerik-fontu); text-decoration: 2px solid #121212; }
#products .item { }
#products .item figure { overflow: hidden !important; }
#products .item figure img { width: 100%; }
#products .item .metin { padding-top: 25px; padding-bottom: 23px; border-bottom: 1px solid #121212; display: grid; gap: 10px; grid-template-columns: 55px 1fr auto; }
#products .item .metin .sira { font-size: 18px; line-height: 1; }
#products .item .metin .baslik { font-family: var(--font_beatricetrial); font-weight: 400; font-size: 24px; line-height: 1.25; margin: 0; color: #121212; }
#products .item .metin .icon { transform: translate(-10px, 10px); opacity: 0; transition: all .5s; color: #121212; }
#products .item:hover .metin .icon { transform: none; opacity: 1; }
#products .item .metin .icon i { font-size: 20px; color: #121212; }
#products .item .metin .icon i svg { width: 26px; height: auto; transform: rotate(226deg); }
#products .item .metin .icon i svg path { stroke: currentColor; }
/**************/
.cards { position: relative; }
.card { height: 100vh; width: 100%; display: flex; overflow: hidden; position: relative; align-items: center; background: #fff; }
.card figure { order: 1; overflow: hidden; width: 60%; height: 100vh; border-radius: 0 12px 12px 0; }
.card figure img { width: 100%; height: 100%; position: absolute; display: block; overflow: hidden; object-fit: cover; max-width: initial; border-radius: 0 12px 12px 0; }
.card .metin { order: 2; position: relative; margin: 0 0 0 20px; background: #fff; width: 50%; }
.card .metin .baslik { font: 400 42px var(--baslik-fontu); color: #222; margin-bottom: 20px; line-height: 41px; }
.card .metin .kisaOzet { padding-right: 30px; font: 300 18px var(--icerik-fontu); color: #333; margin: 0 0 20px; line-height: 30px; width: min(800px,100%); }
.card .metin .kisaOzet strong { font-weight: 400 }
.card .metin .kisaOzet ul { list-style: disc; margin-left: 30px }
.card .metin .kisaOzet ul li { }
.card .metin .more { background: var(--tema-renk1); display: flex; width: fit-content; padding: 3px 6px 3px 23px; border-radius: 38px; font: 600 16px var(--icerik-fontu); color: #fff; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; z-index: 50; transition: all .3s ease-out; width: 211px; height: 61px; }
.card .metin .more span { background: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; overflow: hidden; transition: all .3s ease-out; }
.card .metin .more:hover { border: solid 3px var(--tema-renk1); color: var(--tema-renk1) !important; }
.card .metin .more span i { display: flex; align-items: center; justify-content: center; color: #fff; }
.card .metin .more span i svg { filter: invert(1) }
.card .metin .sollaSaglaKap:before { background-color: #fff }
.card .metin .sollaSaglaKap:hover span { transform: scale(1.1); background: var(--tema-renk1) !important; }
.card .metin .sollaSaglaKap:hover span i svg { filter: initial }




.card:first-child { }
/**************/

.footer-ustu { display: flex; flex-direction: column; align-items: center; gap: 40px; text-align: center; padding: 80px 0; }
.footer-ustu-baslik { font-size: 3rem; font-weight: 300; margin: 0; line-height: 1.1; letter-spacing: -0.02em; }
.footer-ustu-buton { background-color: #bc8e63; color: white; border: none; padding: 16px 45px; font-size: 1.5rem; font-weight: 600; border-radius: 12px; cursor: pointer; box-shadow: 0 4px 15px rgba(188, 142, 99, 0.3); transition: transform 0.2s, background-color 0.2s; }
.footer-ustu-buton:hover { background-color: #a37a54; transform: translateY(-2px); }
.footer-ustu-sosyal-liste { display: flex; justify-content: center; gap: 40px; margin-top: 10px; }
.footer-ustu-sosyal-ikon { color: black; text-decoration: none; transition: transform 0.2s, color 0.2s; display: flex; align-items: center; justify-content: center; }
.footer-ustu-sosyal-ikon svg { width: 24px; height: 24px; }
.footer-ustu-sosyal-ikon:hover { transform: scale(1.1); color: #bc8e63; }
.footer-ustu-bilgi-alani { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; padding-top: 40px; border-top: 1px solid #e5e7eb; margin-top: 20px; }
.footer-ustu-bilgi-oge p:first-child { font-size: 0.75rem; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 5px; }
.footer-ustu-bilgi-oge p:last-child { font-size: 1.125rem; font-weight: 700; margin: 0; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .footer-ustu-baslik { font-size: 2.5rem; }
    .footer-ustu-bilgi-alani { grid-template-columns: 1fr; gap: 30px; }
    .footer-ustu-sosyal-liste { gap: 25px; }
    .footer-ustu { gap: 30px; }
}
/***********/
figure.loading { position: relative; display: inline-block; min-width: 200px; min-height: 150px; margin: 0; background-color: #e2e8f0; border-radius: 8px; overflow: hidden; background-image: linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%); background-size: 200% 100%; animation: skeleton-move 1.5s infinite linear; }
figure.loading img { opacity: 0; visibility: hidden; }
figure:not(.loading) img { opacity: 1; transition: opacity 0.8s ease-in-out; }
figure.loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; border: 2px solid rgba(0,0,0,0.05); border-top-color: #3b82f6; border-radius: 50%; animation: spin 0.8s infinite linear; }

@keyframes skeleton-move {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/********/

#footer { margin: 0; padding: 0; box-sizing: border-box; line-height: 1.5; background-color: #111827; color: #e5e7eb; width: 100%; position: relative; z-index: 10; }
#footer * { box-sizing: border-box; }
#footer .footer-main-container { padding: 80px 20px 40px; max-width: 1200px; margin: 0 auto; }
#footer .footer-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
#footer .footer-col-section { flex: 1; min-width: 250px; }
#footer .footer-logo-link { display: block; margin-bottom: 20px; }
#footer .footer-logo-link img { max-height: 50px; width: auto; display: block; filter: brightness(100) }
#footer .footer-description { color: #9ca3af; font-size: 0.95rem; margin-bottom: 25px; max-width: 320px; }
#footer .footer-social-box { display: flex; gap: 12px; margin-top: 25px; }
#footer .social-link { width: 42px; height: 42px; background-color: #293348; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
#footer .social-link:hover { background-color: #3b82f6; transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3); }
#footer .footer-grid table { border-collapse: collapse; width: auto; flex: 2; min-width: 300px; border: 0; }
#footer .footer-grid table td { vertical-align: top; padding: 0 20px; border: 0; }
#footer .footer-grid table p { margin: 0 0 12px 0; padding: 0; }
#footer .footer-grid table a { color: #9ca3af; text-decoration: none; font-size: 0.95rem; transition: color 0.3s ease, transform 0.3s ease; display: inline-block; }
#footer .footer-grid table a:hover { color: #3b82f6; transform: translateX(5px); }
#footer .footer-contact-section { flex: 1; min-width: 250px; }
#footer .footer-heading { color: #ffffff; font-size: 1.15rem; font-weight: 600; margin-bottom: 20px; position: relative; padding-bottom: 8px; }
#footer .footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background-color: #3b82f6; }
#footer .footer-contact-block, #footer .footer-contact-block a { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; color: #9ca3af; font-size: 0.95rem; }
#footer .footer-contact-block a span { color: #e6e6e6; }
#footer .footer-icon-blue { color: #ffffff; flex-shrink: 0; margin-top: 3px; margin-right: 5px; }
#footer .footer-bottom-bar { border-top: 1px solid #1f2937; padding-top: 30px; margin-top: 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; color: #6b7280; font-size: 0.85rem; }
#footer .footer-legal-links a { color: #6b7280; text-decoration: none; margin-left: 20px; transition: color 0.2s ease; }
#footer .footer-legal-links a:hover { color: #ffffff; }
#footer .social-link svg { fill: #fff; }

@media (max-width: 1024px) {
    #footer .footer-grid table { flex: 1 1 100%; order: 2; }

    #footer .footer-contact-section { order: 3; }
}

#footer .footer-bottom-container { padding: 10px 0; display: flex; justify-content: space-between; }
#footer .footer-bottom-links { display: flex; column-gap: 25px; }
#footer .footer-bottom-links a { color: #ddd; }

@media (max-width: 768px) {
    #footer .footer-grid { flex-direction: column; }
    #footer .footer-grid table { width: 100%; }
    #footer .footer-grid table td { display: block; padding: 0 0 30px 0; }
    #footer .footer-bottom-bar { flex-direction: column; text-align: center; }
    #footer .footer-legal-links a { margin: 0 10px; }
}
/********/

#aboutUs { padding: 100px 0; background: #F5ECE2 }
.about-wrapper { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }

.about-image, .about-text { flex: 1; min-width: 300px; position: relative; font-size: 18px; line-height: 30px; }

.about-image img { max-width: 100%; height: auto; display: block; }
.isimaVer { overflow: hidden; position: relative; }
.isimaVer:after { position: absolute; top: 0; left: -75%; display: block; content: ''; width: 50%; height: 100%; background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%); transform: skewX(-25deg); }
.isimaVer:hover:after { -webkit-animation: shine 1s; animation: shine 1s; }

@-webkit-keyframes shine {
    100% { left: 125% }
}

@keyframes shine {
    100% { left: 125% }
}

/********/
.ana-yerlesim {}
.ana-yerlesim {display: flex;align-items: center;gap: 30px;margin-left: calc((100% - 1170px) / 2);width: calc(100% - max(0px, (100% - 1170px) / 2));height: 100vh;}
.ana-yerlesim .sabit-icerik { flex: 0 0 486px; padding-right: 0; z-index: 10; background-color: var(--ana-arka-plan); }
.ana-yerlesim .ikon-kutusu { width: 48px; height: 48px; margin-bottom: 30px; transition: opacity 0.4s ease; }
.ana-yerlesim .ikon-kutusu svg { width: 100%; height: 100%; color: var(--vurgu-turuncu); }
.ana-yerlesim .baslik { transition: opacity 0.3s ease; font: 400 40px var(--baslik-fontu); margin: 0 0 16px 0; letter-spacing: 1px; }
.ana-yerlesim .kisaozet { margin-bottom: 20px; transition: opacity 0.3s ease; font: 400 40px var(--baslik-fontu); line-height: 48px; width: min(370px,100%); }
.ana-yerlesim .aciklama { font-size: 1rem; color: #666; margin-bottom: 40px; width: min(435px,100%); line-height: 1.6; transition: opacity 0.3s ease; }
.ana-yerlesim .buton-grubu { display: flex; align-items: center; gap: 20px; }
.ana-yerlesim .btn-katalog { background: var(--tema-renk2); color: #fff; padding: 10px 12px; border-radius: 88px; text-decoration: none; font-weight: 400; white-space: nowrap; font-size: 15px; }
.ana-yerlesim .navigasyon-kontrolleri { display: flex; gap: 10px; }
.ana-yerlesim .nav-btn { width: 40px; height: 40px; border-radius: 50%; background: var(--tema-renk1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s; }
.ana-yerlesim .nav-btn:hover { transform: scale(1.05); }
.ana-yerlesim .nav-btn svg { width: 32px; height: 32px; stroke: #fff; stroke-width: 1.5; fill: none; }

.ana-yerlesim2 {background:#000;padding: 60px 0;}
.ana-yerlesim2 .baslik{color:#fff;}
.ana-yerlesim2 .kisaozet{color: #cdcdcd;font: 400 24px var(--baslik-fontu);}
.ana-yerlesim2 .metin{
    display: flex;
    justify-content: flex-end;
    color: #ddd;
    column-gap: 15px;
}
.ana-yerlesim2 .aciklama{color:#fff;}
.ana-yerlesim2 .metin .baslik2{}

.alanlar { flex: 1; min-width: 0; overflow: hidden; border-radius: var(--kenar-yumusaklik); }
.alanlar .swiper { width: 100%; overflow: visible !important; }
.alanlar .swiper-slide { transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s ease; opacity: 0.2; }
.alanlar .swiper-slide-active { opacity: 1; }
.alanlar .swiper-slide-next { opacity: 0.5; }
.alanlar .gorsel-cerceve { position: relative; border-radius: var(--kenar-yumusaklik); overflow: hidden; aspect-ratio: 1.2 / 1; box-shadow: 0 20px 50px rgba(0,0,0,0.05); }
.alanlar .gorsel-cerceve img { width: 100%; height: 100%; object-fit: cover; }
.alanlar .gorsel-etiketi { position: absolute; top: 40%; left: 10%; border: 1px solid rgba(255,255,255,0.5); padding: 15px 25px; color: #fff; backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); font-size: 1.1rem; }

@media (max-width: 1024px) {
    .ana-yerlesim {flex-direction: column;gap: 40px;padding: 40px 20px;margin: 0;height: initial;}
    .sabit-icerik { flex: none; width: 100%; padding-right: 0; }
    .alanlar { width: 100%; }
    .ana-yerlesim2 .ana-yerlesim{display:block}
    .ana-yerlesim2 .ana-yerlesim  .sabit-icerik{margin-bottom:40px}
}
/********/
.ayricaliklar { --vbc-bg: #f2ede4; --vbc-card: #000000; --vbc-gold: #d4a373; --vbc-white: #ffffff; --vbc-gray: #a0a0a0; background-color: var(--vbc-bg); color: #000; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; }
.ayricaliklar * { margin: 0; padding: 0; box-sizing: border-box; }
.ayricaliklar-header { text-align: center; margin-bottom: 50px; max-width: 800px; }
.ayricaliklar-header h1 { font-size: 2.5rem; font-weight: 500; margin-bottom: 15px; letter-spacing: -0.5px; }
.ayricaliklar-header p { font-size: 0.95rem; color: #444; line-height: 1.6; }
.ayricaliklar-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 1000px; }
.ayricaliklar-badge { background-color: var(--vbc-card); color: var(--vbc-white); padding: 12px 28px; border-radius: 100px; display: flex; align-items: center; gap: 15px; min-width: 210px; transition: transform 0.2s ease; cursor: default; }
.ayricaliklar-badge:hover { transform: scale(1.05); }
.ayricaliklar-figure { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin: 0; }
.ayricaliklar-img { width: 100%; height: 100%; display: block; }
.ayricaliklar-content { display: flex; flex-direction: column; }
.ayricaliklar-title { font-size: 1.1rem; font-weight: 500; white-space: nowrap; }
.ayricaliklar-desc { font-size: 14px; color: var(--vbc-gray); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }
.ayricaliklar-footer { margin-top: 80px; text-align: center; }

@media (max-width: 768px) {
    .ayricaliklar-container { gap: 8px; }
    .ayricaliklar-header h1 { font-size: 1.8rem; }
    .ayricaliklar-badge { width: fit-content; justify-content: flex-start; padding: 10px 18px; width: fit-content; min-width: initial; }
}

/********/
.ana-alan { position: relative; z-index: 99; width: 100%; height: 100vh; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: space-between; padding: 80px 10%; }
.ana-alan .baslik-alani { position: relative; z-index: 2; color: #fff; max-width: 600px; }
.ana-alan .baslik-alani h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px; color: #fff; }
.ana-alan .baslik-alani .ozet { font-size: 1.1rem; line-height: 1.4; max-width: 449px; color: #fff; }
.ana-alan .baslik-alani .ozet p { color: #fff }
.ana-alan .secim-alani { position: relative; z-index: 2; align-self: flex-end; text-align: right; color: #fff; margin-bottom: 40px; }
.ana-alan .secim-alani h3 { margin-bottom: 25px; color: #fff; font: 300 30px var(--icerik-fontu); line-height: 37px; }
.ana-alan .secim-alani h3 strong { display: block; font-weight: 600; }
.ana-alan .buton-grubu { display: flex; gap: 15px; justify-content: flex-end; }
.ana-alan .secim-butonu { background-color: #1a1a1a; color: #fff; width: 120px; height: 75px; border-radius: 40px; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; cursor: pointer; border: none; transition: transform 0.2s; }
.ana-alan .secim-butonu:hover { transform: scale(1.05); background-color: #000; }

@media (max-width: 850px) {
    .ana-alan { padding: 40px 5%; align-items: center; text-align: center; }
    .ana-alan .baslik-alani { margin-bottom: 40px; }
    .ana-alan .secim-alani { align-self: center; text-align: center; }
    .ana-alan .buton-grubu { justify-content: center; }
}

/********/
.popup99, .popup99 a.git99 { width: 100%; height: 100% }
.popup99 { padding: 50px 10px; position: fixed; left: 50%; z-index: 1000000; background: rgba(0,0,0,.6) }
.popup99 { text-align: center }
.popup99 a.git99 img { max-width: 100%; max-height: 100% }
.popup99 a.git99:hover { opacity: 1 }
.popup99 a.kapat99 { color: #fff; font-size: 35px; position: absolute; left: 50%; top: 10px }
.popup99 img { max-height: 100% }
.popup99 a.git99, .popup99 img { display: inline-block }
.popup99 { top: 50%; transform: translate(-50%,-50%) }
.popup99 a.git99 { position: relative }
/********/

.nedirIcerik { font: 400 16px var(--icerik-fontu); color: #252525; line-height: 28px; margin: 35px 0; }
.nedirIcerik iframe { margin: 30px 0 }
.nedirIcerik p { margin: 0 0 10px; }
.nedirIcerik .icerik { line-height: 30px }
.nedirIcerik h1 { color: #58585a; font-weight: 700; font-size: 24px; margin: 0 0 20px; height: auto; padding: 0 0 10px }
.nedirIcerik h1 span { display: block; font-size: 14px; font-weight: 700; letter-spacing: 0; color: #6e6e6e; line-height: 13px }
.nedirIcerik h1 strong { font-weight: 700; color: #c48012; font-size: 22px }
.nedirIcerik .donanim { margin: 50px 0 10px }
.nedirIcerik .donanim div { width: auto; float: left; margin: 0 0 20px 30px; text-align: center }
.nedirIcerik .donanim div span { display: block; font-weight: 700; font-size: 14px; color: #002657 }
.nedirIcerik .donanim div em { font-style: normal; font-size: 13px }
.nedirIcerik .donanim div img { width: 26px; display: inline-block }
.nedirIcerik h2 { color: var(--tema-renk2); font: 600 26px var(--baslik-fontu); }
.nedirIcerik ul { list-style: circle; margin-left: 30px }
.nedirIcerik ul li { /* padding-left: 30px; */ padding-bottom: 3px; position: relative; line-height: 30px }
.nedirIcerik ul li::marker { color: var(--tema-renk1); }
.nedirIcerik .itemN { margin: 10px; max-height: 400px; overflow: hidden }
.nedirIcerik figcaption { text-align: center; margin-bottom: 20px; font-weight: 700; font-size: 15px; color: #c1c1c1 }
.nedirIcerik .videoNedir { width: 50%; float: left; padding-right: 20px; position: relative }
.nedirIcerik img { height: auto !important; margin: 0 25px 20px 0 }
/*****/
.aktifTab { display: block }
.urunTab { margin: 60px -15px 0 }
.urunTab .bilgi { min-height: 288px; box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1); line-height: 30px; border: none; font-size: 15px; color: #4b4b4b; padding: 45px 60px; background: #fff }
.urunTab .bilgi h2 { margin: 0 0 15px; font-size: 18px; font-weight: 700 }
.urunTab .etezgahTab { overflow-y: auto; border-top-right-radius: 6px; border-top-left-radius: 6px; white-space: nowrap }
.urunTab .etezgahTab a { border-radius: 0; font-size: 14px; padding: 10px 15px; background: #dedede; display: inline-block; margin-right: 0; letter-spacing: .5px; font-weight: 400; color: #333 }
.urunTab .etezgahTab a.aktif { background: #f7f7f7 }
.tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none }
/*****/
iframe { max-width: 100% }
/****/
.fotorama { max-width: 800px; margin: 0 auto }
/*****************/
.katicerik { margin: 50px 0; line-height: 25px; font-size: 15px; color: #58585a }
/*****/
.tabloyama { overflow-x: auto; margin-right: -20px; padding-bottom: 20px; margin: 25px 0; }
/**************/
.yildizOn { /* margin: 0 auto; */ background: url(/d/r/yildiz-pasif.png); position: relative; width: 100px; height: 16px; display: block; }
.yildizOn span { position: absolute; left: 0; top: 0; width: 100px; height: 17px; background: url(/d/r/yildiz.png); }
/*******/
.icerikDet { padding: 50px 0 75px; }
.icerikDet .kisaOzet { font-size: 18px; font-style: italic; font-weight: 500; line-height: 30px; letter-spacing: 1px; }
.icerikDet .icerik { font-size: 16px; line-height: 27px; letter-spacing: 1px; color: #333 }
.icerikDet .icerik p { margin: 10px 0; }
.icerikDet .icerik ul { list-style: circle; margin-left: 25px; line-height: 35px; }
.icerikDet .icerik ul li { }
.icerikDet .icerik ul li::marker { color: var(--tema-renk1) }
.icerikDet .icerik a { }
.icerikDet .icerik span { }
/*******/
.icerikSag { padding-left: 25px !important; }
.icerikSag .icerikDetsag { padding: 32px 32px 32px 32px; background: #023e302b; margin-bottom: 40px; }
.icerikSag .icerikDetsag .title { color: #333; margin: 0 0 20px; font: 700 24px var(--baslik-fontu); line-height: 36px; text-transform: uppercase; }
#icerikDetCat { }
#icerikDetCat ul { }
#icerikDetCat ul li { list-style: none; position: relative; padding-left: 16px; font-size: 18px; line-height: 1.5; margin-bottom: 16px; padding-bottom: 16px; }
#icerikDetCat ul li:before { position: absolute; content: ""; left: 0; top: 12px; height: 6px; width: 6px; background-color: var(--tema-renk1); }
#icerikDetCat ul li:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background-color: rgba(72, 30, 11, 0.07); }
#icerikDetCat ul li a { display: flex; justify-content: space-between; align-items: center; }
#icerikDetCat ul li span { }
#icerikDetCat ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
#icerikDetCat ul li:last-child::after { display: none }
#icerikDetson { }
#icerikDetson { }
#icerikDetson ul { }
#icerikDetson ul li { display: flex; align-items: center; margin-bottom: 20px; }
#icerikDetson ul li .resim { flex: 0 0 auto; margin-right: 20px; width: 100px; height: 100px; }
#icerikDetson ul li .resim img { width: 100%; height: 100%; object-fit: cover; }
#icerikDetson ul li .kap { }
#icerikDetson ul li .kap .baslik { }
#icerikDetson ul li .kap .baslik a { margin-bottom: 13px; color: #333; font: 600 16px var(--baslik-fontu); line-height: 24px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#icerikDetson ul li .kap time { font: 400 14px var(--icerik-fontu); line-height: 25px; display: flex; align-items: center; color: #333; }
#icerikDetson ul li .kap time i { margin-right: 5px; display: flex; align-items: center; justify-content: center; }
#icerikDetson ul li .kap time i svg { fill: var(--tema-renk2); margin-top: -2px; }
#icerikDetson ul li:last-child { margin-bottom: 0 }
#icerikfollow { }
#icerikfollow .social { display: flex; align-items: center; }
#icerikfollow .social a { color: #020e27; padding: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: #bfaaa3; }
#icerikfollow .social a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#icerikfollow .social a svg { display: block; fill: #fff; width: 20px; height: 20px; }
#icerikfollow .social a:hover svg { fill: var(--tema-renk1); }
#icerikfollow .social a.yout:hover svg path { fill: var(--tema-renk1); }
#icerikfollow .social a.inst svg .st0 { stroke: #fff; }
#icerikfollow .social a.inst:hover svg .st0 { stroke: var(--tema-renk1); }
/***********/
.swiper-pagination { position: relative; bottom: initial; left: initial; margin: 15px 0 0; bottom: 0 }
.swiper-pagination-bullet { width: 17px; border-radius: 2px; height: 4px }
.swiper-pagination-bullet-active { width: 39px }
/***********/

nav.icMenu { padding: 15px; background: transparent; margin-right: 30px; border: 1px solid var(--tema-renk1); }
nav.icMenu a { position: relative; display: block; color: #252525; text-decoration: none; margin-bottom: 3px; font-size: 16px; padding: 10px 10px 10px 0; font-weight: 400; padding-left: 14px; letter-spacing: -.5px; }
nav.icMenu a:hover { color: var(--tema-renk1); background: #e5e5e5; }
nav.icMenu a.active { color: #fff; background: var(--tema-renk1); }
nav.icMenu a.active:after { position: absolute; top: 19px; right: 10px; width: 8px; height: 8px; content: ''; margin-left: -5px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate( -45deg); box-sizing: border-box; }
/****/
.efektekle { position: relative; overflow: hidden; }
.efektekle:after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; transition: .2s; border: 2px solid rgb(0 0 0 / 58%); clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem)); box-shadow: 1px 1px #fff; z-index: 5; }
.efektekle:hover:after { border-color: var(--tema-renk1); -webkit-transform: scale(.9); transform: scale(.9); }
.efektekle img { transition: transform .2s,filter .4s; }
.efektekle:hover img { transform: scale(1.1); }
/***********/
.solHover { position: relative; z-index: 50; overflow: hidden; transition: all 750ms ease; }
.solHover:before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; z-index: -1; transition: all 750ms ease; background: #272b2b; }
.solHover:hover:before { width: 100% }
.solHover:hover { color: #fff !important; }
/**********/
.sallaHover { position: relative; overflow: hidden; padding: 10px 15px; display: inline-block; border: 1px solid currentColor; margin-top: 15px; }
.sallaHover span { position: relative; color: inherit; z-index: 2; }
.sallaHover:before { content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-top-left-radius: 50%; border-top-right-radius: 50%; transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66); background-color: inherit; }
.sallaHover::after { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background-color: #fff; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.sallaHover:hover { color: #1c1a1d !important; }
.sallaHover:hover:before { top: 100%; }
.sallaHover:hover:after { bottom: -50%; }
/********/
.resimZoomla { overflow: hidden; }
.resimZoomla figure { overflow: hidden }
.resimZoomla img { transform: scale(1); transition: all 750ms ease; }
.resimZoomla:hover img { transform: scale(1.2); }
/**********/

#sirkle { width: 165px; height: 165px; background: #fff; border-radius: 50%; box-shadow: 0 0 12px 1px #00000000; padding: 6px; position: absolute; bottom: 15%; right: 9%; }
#sirkle img.icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: auto; }
#circleText { fill: currentColor; height: auto; max-width: 66vmin; transform-origin: center; width: 100%; animation: rotate 15s linear infinite; }
#circleText textPath { letter-spacing: 1px; font-size: 8px; font-family: var(--baslik-fontu); font-weight: 600; color: #b2b2b2; }

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/******/
@media(min-width: 1901px) {
}

@media(max-width: 767px) {


    .onceki { margin-bottom: 25px }
    /******/
    nav.icMenu { margin: 0 0 30px 0; }
    /******/
    .nedirIcerik img { height: auto }
    .nedirIcerik h1 { font-size: 17px }
    .nedirIcerik ul li { padding-left: 0 }
    /*******/
    .urunTab .etezgahTab a { padding: 10px 25px }
    .urunTab .bilgi { padding: 45px 15px }
    .urunTab { margin: 60px 0 0 }
    /********/
    .sabit { padding: 0 10px }
    /****/

    #formDet .kapsul .formdetay .row .satir { width: 100%; margin: 0 0 20px; }
    /****/
    #yorumlar .item .metin .icerik { padding: 0; }
    #yorumlar .item { padding: 45px 25px 25px; }
    #yorumlar .swiper-button-next, #yorumlar .swiper-button-prev { top: 90%; }
    #yorumlar .kapsul .subtitle { text-align: center; }
    /****/
    .ayricaliklar { padding: 60px 10px; height: initial; }
    .about-image { text-align: center }
    .about-image img { width: 220px; display: inline-block }
    .card { display: flex; flex-wrap: wrap; background: #fff; height: auto; gap: 0; padding-bottom: 30px; }
    .card figure { }
    .card .metin { width: 100% !important; margin: 0; order: 2; padding: 16px 10px; padding-bottom: 50px !important; }

    .card .metin .baslik { font-size: 28px; line-height: 32px; margin: 0 0 10px; }
    .card .metin .kisaOzet { padding: 0; margin: 0; font-size: 18px; font-weight: 400; line-height: 27px; }
    .card .metin .more { margin: 16px 0 0 0 }
    .card .metin { padding-bottom: 50px; }
    #products .parallax-containermobil { height: 335px; border-radius: 12px; overflow: hidden; width: 100%; z-index: 0; position: relative; }
    #products .parallax-containermobil img { max-width: initial; width: 200%; height: auto; left: -50%; transform: translateY(-50%); border-radius: 12px; overflow: initial; }
    #footer .footer-bottom-container { display: block; text-align: right; }
    #footer .footer-bottom-links { margin-top: 10px; justify-content: flex-end; }
}
