/*
Theme Name: Soundathome
Text Domain: Soundathome
Theme URI: https://pelikanyazilim.com/
Author: Pelikan Yazılım
Author URI: https://pelikanyazilim.com/
Description: SOUND AT HOME için özel olarak Pelikan Yazılım tarafından tasarlanmıştır.
Version: 1.0
License: Pelikan Yazılım
License URI: https://pelikanyazilim.com/
*/











/* ---------- Dark Mode ---------- */
[data-theme=light] [data-image-theme=dark] {
    display: none;
}

[data-theme=dark] [data-image-theme=light] {
    display: none;
}

body {
    background: #ffffff;
    color: #000000;
}

[data-theme=dark] body {
   /* background: #000;*/
	background: #212326;
    color: #dbdcdc;
}

.sun-and-moon> :is(.moon, .sun, .sun-beams) {
    transform-origin: center center;
}

.sun-and-moon > :is(.moon,.sun) {
    fill: #000000;
    transition: all 0.3s;
}

[data-theme=dark] .sun-and-moon > :is(.moon,.sun) {
    fill: #ffffff;
    transition: all 0.3s;
}

.theme-toggle:is(:hover,:focus-visible) > .sun-and-moon > :is(.moon,.sun) {
    fill: #DDB787;
    transition: all 0.3s;
}

.sun-and-moon > .sun-beams {
    stroke: #000000;
    stroke-width: 1px;
    transition: all 0.3s;
}

.theme-toggle:is(:hover,:focus-visible) .sun-and-moon > .sun-beams {
    stroke: #DDB787;
    transition: all 0.3s;
}

[data-theme=dark] .sun-and-moon>.sun-beams {
    opacity: 0;
}

[data-theme=dark] .sun-and-moon>.moon>circle {
    transform: translate(-7px);
}

@supports (cx: 1) {
    [data-theme=dark] .sun-and-moon>.moon>circle {
        transform: translate(0);
        cx: 17;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .sun-and-moon>.sun {
        transition: transform 0.5s cubic-bezier(.5, 1.25, .75, 1.25);
    }

    .sun-and-moon>.sun-beams {
        transition: transform 0.5s cubic-bezier(.5, 1.5, .75, 1.25), opacity 0.5s cubic-bezier(.25, 0, .3, 1);
    }

    .sun-and-moon .moon>circle {
        transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
    }

    @supports (cx: 1) {
        .sun-and-moon .moon>circle {
            transition: cx 0.25s cubic-bezier(0, 0, 0, 1);
        }
    }

    [data-theme=dark] .sun-and-moon>.sun {
        transform: scale(1.75);
        transition-timing-function: cubic-bezier(.25, 0, .3, 1);
        transition-duration: 0.25s;
    }

    [data-theme=dark] .sun-and-moon>.sun-beams {
        transform: rotate(-25deg);
        transition-duration: 0.15s;
    }

    [data-theme=dark] .sun-and-moon>.moon>circle {
        transition-delay: 0.25s;
        transition-duration: 0.5s;
    }
}

.theme-toggle {
    background: none;
    border: none;
    padding: 0;
    inline-size: 24px;
    block-size: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    outline-offset: 5px;
}

.theme-toggle>svg {
    inline-size: 100%;
    block-size: 100%;
    stroke-linecap: round;
}















/* ---------- Temel ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    margin: 0px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: #000000;
}

button,
select,
form,
input {
    font-family: 'Red Hat Display', sans-serif;
}

section {
    margin: 0px;
    padding: 0px;
    display: flow-root;
}

p,
ul,
ol,
dl {
    font-weight: 400;
    line-height: 1.7;
    margin-block-start: 0;
    margin-block-end: 1em;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
    margin-block-end: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 600;
    color: #000000;
}

[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
    color: #dbdcdc;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}

h2 {
    font-size: 30px;
    line-height: 1.3;
}

h3 {
    font-size: 28px;
    line-height: 1.3;
}

h4 {
    font-size: 24px;
    line-height: 1.3;
}

h5 {
    font-size: 20px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}

a {
    color: #000000;
}

[data-theme=dark] a {
    color: #dbdcdc;
}

a:link {
    text-decoration: none;
}

:focus {
    outline: 0;
    background: none;
}































.header-bosluk {
    height: 96px;
}

.kapsayici {
    max-width: 1224px;
    padding: 0px 10px;
    margin-right: auto;
    margin-left: auto;
}

/* Telefon */
@media (max-width: 767px) {
    .telefon-p0 {
        padding: 0px 0px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .kapsayici {
        padding: 0px 20px;
    }

    .tablet-p0 {
        padding: 0px 0px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .kapsayici {
        padding: 0px 20px;
    }
}































/* ---------- Gizle ---------- */
@media screen and (min-width: 992px) {
    .pc-gizle {
        display: none !important;
    }
}

/* Telefon */
@media (max-width: 767px) {
    .telefon-gizle {
        display: none !important;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .tablet-gizle {
        display: none !important;
    }
}































/* ---------- Sayfalama ---------- */
.sayfalama {
    text-align: center;
    margin: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sayfalama a,
.sayfalama span {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

[data-theme=dark] .sayfalama a,
[data-theme=dark] .sayfalama span {
    color: #dbdcdc;
}

.sayfalama a:hover,
.sayfalama span:hover {
    color: #DDB787;
}

.sayfalama a.current,
.sayfalama span.current {
    color: #DDB787;
    background-color: #000000;
}




















/* ---------- footer.php ---------- */
.bolum-footer {
    padding: 100px 0px 100px 0px;
    position: relative;
    background-color: #f4f4f4;
    margin-top: 120px;
}

[data-theme=dark] .bolum-footer {
    background-color: #000;
    border-top: 1px solid #3b3b3b;
}

.bolum-footer .footer-kolon {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 40px;
}

.bolum-footer h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bolum-footer ul {
    list-style-type: none;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
    align-items: flex-start;
    font-size: 16px;
}

.bolum-footer ul a {
    line-height: 2;
    transition: all 0.3s;
}

.bolum-footer a:hover {
    color: #DDB787;
}

.bolum-footer .adres {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bolum-footer .bolum-sosyal-medya , .ikincielilanlar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.bolum-footer .bolum-sosyal-medya a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.bolum-footer .bolum-sosyal-medya a svg path {
    fill: #000000;
    transition: all 0.3s;
}

[data-theme=dark] .bolum-footer .bolum-sosyal-medya a svg path {
    fill: #dbdcdc;
}

.bolum-footer .bolum-sosyal-medya a:hover svg path {
    fill: #DDB787;
    transition: all 0.3s;
}

.yol-tarifi {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #000000;
    color: #ffffff;
    padding: 17px 20px;
    margin-top: 10px;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.yol-tarifi svg path {
    stroke: #ffffff;
    transition: all 0.3s;
}

.yol-tarifi:hover svg path {
    stroke: #DDB787;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}

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

.yuzen-ara {
    position: fixed;
    right: -107px;
    top: 50%;
    display: flex;
    align-items: center;
    background: #000000;
    color: #ffffff;
    height: 48px;
    padding: 0px 14px;
    gap: 20px;
    white-space: nowrap;
    transition: all 0.3s;
    z-index: 10;
    border: 1px solid #dddddd;
}

[data-theme=dark] .yuzen-ara {
    background: #111213;
    border: 1px solid #3b3b3b;
}

.yuzen-ara:hover {
    color: #DDB787;
    right: -1px;
}

img.ikinciel{
    max-width: 220px
}

/* Telefon */
@media (max-width: 767px) {
    .bolum-footer .footer-kolon {
        grid-template: auto / repeat(1, 1fr);
    }

    .bolum-footer .adres {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .ikincielilanlar{
        align-items: center;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .bolum-footer h2 {
        font-size: 16px;
    }

    .bolum-footer,
    .bolum-footer a {
        font-size: 14px;
    }

    .yol-tarifi {
        font-size: 12px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- metropol imza ---------- */
.metropol-imza {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Telefon */
@media (max-width: 767px) {
    .metropol-imza {
        width: 48px;
        height: auto;
    }
}































/* ---------- page.php ---------- */
.sayfa {
    padding: 20px 0px;
}

.sayfa .sayfa-kart {
    border-radius: 10px;
    padding: 40px;
    background-color: #ffffff;
}

[data-theme=dark] .sayfa .sayfa-kart {
    background-color: #000000;
}

.sayfa h1 {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.sayfa h2 {
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 1em;
    text-transform: uppercase;
}

/* Telefon */
@media (max-width: 767px) {
    .sayfa h1 {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
    }

    .sayfa h2 {
        font-size: 30px;
        text-align: center;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- single-ilanlar.php ---------- */
.single-ilanlar {}

.single-ilanlar .satis-durumu {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 20px;
    background: #c70239;
    color: #ffffff;
    margin-top: 30px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.3em;
}

.single-ilanlar .baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    gap: 20px;
}

.single-ilanlar .fiyatscroll {
    position: sticky;
    padding: 30px 0px;
    top: -1px;
    z-index: 2;
}
.single-ilanlar .fiyat img {
    max-height: 45px;
}
[data-theme=dark] .single-ilanlar .fiyat img {
   background: #ececec;
}
.single-ilanlar .fiyatscroll.fiyatscrollsabit {
    padding: 15px 0px;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

[data-theme=dark] .single-ilanlar .fiyatscroll.fiyatscrollsabit {
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.single-ilanlar .fiyatscroll .baslik h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik h1 {
    color: #000000;
    font-size: 20px;
}

[data-theme=dark] .single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik h1 {
    color: #dbdcdc;
}

.single-ilanlar .fiyatscroll .baslik h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik h2 {
    font-size: 20px;
    color: #000000;
}

[data-theme=dark] .single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik h2 {
    color: #dbdcdc;
}

.single-ilanlar .fiyatscroll .baslik .fiyat {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
    display: flex;
    gap: 5px;
}

.single-ilanlar .fiyatscroll .baslik .fiyat svg {
    width: 16px;
    height: auto;
}

.single-ilanlar .fiyatscroll .baslik .fiyat span {
    font-size: 14px;
    font-weight: normal;
}

.tooltip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #232323;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 5px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -90px;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.5s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #232323 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik .fiyat {
    font-size: 20px;
    color: #000000;
}

[data-theme=dark] .single-ilanlar .fiyatscroll.fiyatscrollsabit .baslik .fiyat {
    color: #dbdcdc;
}

.satildi-buton {
    color: #ffffff;
    background: #c70239;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.single-ilanlar .sutun {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 50px;
}

.single-ilanlar .sol .galeri {
    position: sticky;
    top: 102px;
}

.single-ilanlar .sol .splide_numaralar {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: 1;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
}

.single-ilanlar .sol .galeri .splide__pagination {
    bottom: 10px;
    left: 0;
    padding: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 1px;
}

.single-ilanlar .sol .galeri .splide__pagination li {
    display: inline-block;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.single-ilanlar .sol .galeri .splide__pagination__page {
    background: #cccccc;
    border: 0;
    border-radius: 0px;
    display: inline-block;
    height: 2px;
    margin: 0px;
    opacity: .3;
    padding: 0;
    position: relative;
    transition: all 0.3s;
    width: 8px;
}

.single-ilanlar .sol .galeri .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1);
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
}

.single-ilanlar .sag {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.single-ilanlar .sag .basliksag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 40px;
}

[data-theme=dark] .single-ilanlar .sag .basliksag {
    border-top: 1px solid #191a1c;
    border-bottom: 1px solid #191a1c;
}

.single-ilanlar .sag .basliksag h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.single-ilanlar .sag .basliksag img {
    aspect-ratio: 2/1;
    width: 100%;
    max-width: 70px;
    height: 40px;
    object-fit: contain;
    object-position: right;
}

.single-ilanlar .sag .ozellikler {
    padding: 0px;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 40px;
}

.single-ilanlar .sag .ozellikler h3 {
    font-size: 12px;
    font-weight: normal;
}

[data-theme=dark] .single-ilanlar .sag .ozellikler h3 {
    color: #6a6c6e;
}

.single-ilanlar .sag .ozellikler p {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.single-ilanlar .sag .liste h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.single-ilanlar .sag .liste ul {
    list-style: url("imaj/tik-light.svg");
    padding-inline-start: 20px;
}

[data-theme=dark] .single-ilanlar .sag .liste ul {
    list-style: url("imaj/tik-dark.svg");
    padding-inline-start: 20px;
}

.single-ilanlar .sag .liste ul li {
    padding-left: 5px;
    margin-bottom: 3px;
}

.single-ilanlar .sag .video {
    margin: 0px 0px 0px 0px;
}

.single-ilanlar .sag .video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.single-ilanlar .sag .aciklama {
    margin-top: 0px;
    margin-bottom: 10px;
}
.single-ilanlar .sag .aciklama table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.single-ilanlar .sag .aciklama table tr{
    border-bottom: 1px solid #D3D3D3;
}
[data-theme=dark] .single-ilanlar .sag .aciklama table tr{
    border-bottom: 1px solid #191a1c;
}
.single-ilanlar .sag .aciklama table tr td{
    padding: 10px 0px;

}

.single-ilanlar .sag .iletisim {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.1em;
}

.single-ilanlar .sag .iletisim a {
    display: flex;
    align-items: center;
    background: #000000;
    color: #ffffff;
    padding: 17px 20px;
    gap: 20px;
    white-space: nowrap;
    transition: all 0.3s;
}

.single-ilanlar .sag .iletisim a:hover {
    color: #DDB787;
}




.single-ilanlar .danisman {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
}

.single-ilanlar .danisman .isim {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.single-ilanlar .danisman .isim img {
    width: 60px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    border: 1px solid #d3d3d3;
}

[data-theme=dark] .single-ilanlar .danisman .isim img {
    border: 1px solid #191a1c;
}

.single-ilanlar .danisman .isim h4 {
    font-size: 12px;
}

.single-ilanlar .danisman .isim h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.single-ilanlar .telefon {
    display: flex;
    align-items: center;
    background: #000000;
    color: #ffffff;
    padding: 17px 20px;
    gap: 20px;
    white-space: nowrap;
    transition: all 0.3s;
}

.single-ilanlar .telefon:hover {
    color: #DDB787;
}

.post-edit-link {
    padding: 10px;
    display: inline-flex;
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    left: 10px;
    transition: all 0.3s;
    z-index: 1;
}

.post-edit-link:hover {
    background: #DDB787;
    color: #000000;
}

/* Telefon */
@media (max-width: 767px) {
    .single-ilanlar .satis-durumu {
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 20px;
        background: #c70239;
        color: #ffffff;
        margin: 0px -10px 0px -10px;
    }
    
    .single-ilanlar .sutun {
        grid-template-columns: 100%;
        gap: 0px;
    }

    .single-ilanlar .baslik h1 {
        font-size: 20px;
    }

    .single-ilanlar .baslik .fiyat {
        font-size: 18px;
        white-space: nowrap;
    }

    .single-ilanlar .sag .ozellikler {
        grid-template-columns: 1fr 1fr;
    }

    .single-ilanlar .sol .galeri {
        margin: 0px -10px;
    }

    #thumbnail-carousel {
        display: none;
    }

    .single-ilanlar .baslik-mobil {
        padding: 20px 0px;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .single-ilanlar .baslik-mobil h2 {
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0px;
    }

    .single-ilanlar .baslik-mobil h3 {
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        font-size: 16px;
    }

    .single-ilanlar .baslik-mobil .fiyat {
        font-weight: bold;
        text-align: right;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1;
        white-space: nowrap;
        display: flex;
        gap: 5px;
        align-items: center;
    }
    
    .single-ilanlar .baslik-mobil .fiyat span {
        font-size: 11px;
        font-weight: normal;
    }
    
    .single-ilanlar .baslik-mobil .fiyat svg {
        width: 14px;
    }
    
    .tooltip .tooltiptext {
      width: 140px;
      margin-left: -70px;
      white-space: normal;
      font-size: 12px;
      text-transform: none;
    }

    .single-ilanlar .sag .baslik h2 {
        font-size: 16px;
    }
    
    .satildi-buton {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .single-ilanlar .danisman {
        flex-direction: column;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
  .single-ilanlar .sutun {
      grid-template-columns: 100%;
      gap: 0px;
  }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}


















/* ---------- bolumler > qrcode.php ---------- */
.qrkapsayici {
    display: inline-flex;
    flex-direction: column;
    background: #f4f4f4;
    padding: 10px;
    width: 200px;
}

[data-theme=dark] .qrkapsayici {
    background: #111213;
}

.qrkapsayici .qrindir {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    padding: 17px 20px;
    gap: 20px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.qrkapsayici .qrindir:hover {
    color: #DDB787;
}

.qrkapsayici #canvas canvas {
    width: 100%;
    height: auto;
    display: flex;
}



/*Ürünler grid Yapı*/






.bolum-portfoyumuz .sutun {
    display: grid;
    gap: 5px;
    grid-template: auto / repeat(4, 1fr);
}
.content-product {
    display: flex;
   /* flex-direction: column;*/
    /*align-items: center;*/

   /* text-align: center;*/
    position: relative;
    transition: all 0.3s;
}

.content-product:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 16%);
    z-index: 9;
    transform: scale(1.05);
    /* transform-origin: 100% 0; */
}



/* Telefon */
@media (max-width: 767px) {
    .bolum-portfoyumuz .sutun {
        grid-template: auto / repeat(2, 1fr);
    }
    .content-product:hover {
        box-shadow: none;
        z-index: none;
        transform: scale(1);
    }
    .urun-arsiv {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .urun-grid-3 {
        grid-template: auto / repeat(2, 1fr);
    }

    .urun-grid-4 {
        grid-template: auto / repeat(2, 1fr);
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .bolum-portfoyumuz .sutun {
        grid-template: auto / repeat(3, 1fr);
    }
    .content-product:nth-child(4) {
        display: none;
    }
    .urun-arsiv {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .urun-grid-4 {
        grid-template: auto / repeat(3, 1fr);
    }
}























/* ---------- single.php ---------- */
.single-blog-kapsayici {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.single-blog-ust {
    position: relative;
    width: 100%;
    height: 70vh;
}

.single-blog-ust .giris-imaj {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center center;
}

.single-blog-ust .zemin {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    z-index: 1;
}

.single-blog-ust .yazi {
    position: absolute;
    z-index: 2;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.single-blog-ust h1 {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
    text-align: left;
    max-width: 680px;
}

.single-blog-ust time {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 20px;
    border-top: 1px solid #ffffff;
}

.single-blog {
    padding: 40px 0px 40px 0px;
    font-size: 18px;
}

.single-blog p,
.single-blog ul,
.single-blog ol,
.single-blog dl {
    line-height: 1.7;
}

.single-blog p,
.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6 {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.single-blog p:first-child,
.single-blog h1:first-child,
.single-blog h2:first-child,
.single-blog h3:first-child,
.single-blog h4:first-child,
.single-blog h5:first-child,
.single-blog h6:first-child {
    margin-block-start: 0;
}

.single-blog p:last-child,
.single-blog h1:last-child,
.single-blog h2:last-child,
.single-blog h3:last-child,
.single-blog h4:last-child,
.single-blog h5:last-child,
.single-blog h6:last-child {
    margin-block-end: 0;
}

.single-blog .wp-caption {
    width: 100%!important;
    height: auto;
    margin: 30px 0px;
}

.single-blog .wp-caption-text {
    font-size: 12px;
    color: #666666;
    margin-top: 7px;
    text-align: right;
}

.single-blog img {
    width: 100%!important;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

.single-blog .anahtar-kelimeler ul {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    gap: 8px;
    list-style-type: none;
}

.single-blog .anahtar-kelimeler ul li a {
    background: transparent;
    border: 1px solid #a9a9a9;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 16px;
    text-align: center;
    transition: all 0.3s;
    display: flex;
}

.single-blog .anahtar-kelimeler ul li a:hover {
    color: #DDB787;
    background: #000000;
    border: 1px solid #000000;
}

/* Telefon */
@media (max-width: 767px) {
    .single-blog-kapsayici .yazi {
        padding: 20px;
    }
    
    .single-blog-ust {
        height: 50vh;
    }

    .single-blog-ust h1 {
        font-size: 32px;
    }
    
    .single-blog-ust time {
        font-size: 14px;
    }

    .single-blog {
        padding: 20px 20px 40px 20px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
  .single-blog-ust {
      height: 50vh;
  }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- archive.php ---------- */
.arsiv {
    padding: 50px 0px;
}

.arsiv h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.arsiv .liste {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

/* Telefon */
@media (max-width: 767px) {
    .arsiv {
        padding: 30px 0px;
    }

    .arsiv h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .arsiv .liste {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .arsiv .liste {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}





























/* ---------- bolumler > galeri.php ---------- */
.galeri .splide__slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 45/40;
  display: inline-flex;
}

.galeri #thumbnail-carousel {
  margin-top: 3px;
}

.galeri .splide__slide {
  opacity: 1;
}

.galeri #thumbnail-carousel .splide__slide {
  opacity: 0.8;
}

.galeri #thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}

.galeri .splide__track--nav>.splide__list>.splide__slide {
  border: 0px solid transparent;
  cursor: pointer;
}

.galeri .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0px solid #000;
}

.splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 1;
  padding: 20px;
}

.splide__arrow svg {
  fill: #fff;
  height: auto;
  width: auto;
}

.splide__arrow--prev {
  left: 0px;
}

.splide__arrow--next {
  right: 0px;
}



















/* Telefon */
@media (max-width: 767px) {
  .galeri .splide__slide img {
    aspect-ratio: 1/1;
  }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}



















/* ---------- bolumler > ekspertiz.php ---------- */
.ekspertiz .arac {
    display: flex;
    justify-content: center;
}

.ekspertiz h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

.ekspertiz .belirtilmemis {
    fill: #98A6AD;
    background: #98A6AD;
}

.ekspertiz .orjinal {
    fill: #0ACF97;
    background: #0ACF97;
}

.ekspertiz .lokal-boyali {
    fill: #FFBC00;
    background: #FFBC00;
}

.ekspertiz .boyali {
    fill: #FD7E14;
    background: #FD7E14;
}

.ekspertiz .degismis {
    fill: #F32C54;
    background: #F32C54;
}

.ekspertiz #tooltip {
    background: #000000;
    color: #ffffff;
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #98A6AD;
}

.ekspertiz .renk-anlamlari {
    margin-top: 30px;
}

.ekspertiz .renk-anlamlari ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    padding-inline-start: 0px;
    list-style-type: none;
    font-size: 14px;
}

.ekspertiz .renk-anlamlari ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ekspertiz .renk-anlamlari ul li span {
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.hasar-kayitlari {
  margin: 50px 0px;
}
.hasar-kayitlari table {
  border-collapse: collapse;
  width: 100%;
}

.hasar-kayitlari table tr {
  border-bottom: 1px solid #dedede;
}

[data-theme=dark] .hasar-kayitlari table tr {
  border-bottom: 1px solid #191a1c;
}

.hasar-kayitlari table tr:last-child {
  border-bottom: 0px solid #dedede;
}

.hasar-kayitlari table tr td,
.hasar-kayitlari table tr th {
  text-align: left;
  padding: 10px 0px;
}

.hasar-kayitlari table tr th,
.hasar-kayitlari table .tarih {
  font-size: 12px;
  opacity: 50%;
}

.hasar-kayitlari table .sag-yazi {
  text-align: right;
  white-space: nowrap;
}


/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}






























/* ---------- page > iletisim.php ---------- */
.sayfa-iletisim {
    padding: 50px 0px;
}

.sayfa-iletisim h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.sayfa-iletisim .sayfa-iletisim-kutu {
    background-color: #f4f4f4;
    display: grid;
    gap: 0px;
    grid-template: auto / repeat(2, 1fr);
}

[data-theme=dark] .sayfa-iletisim .sayfa-iletisim-kutu {
    background-color: #111213;
}

[data-theme=dark] .sayfa-iletisim-kutu .sol iframe {
    filter: invert(90%);
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag {
    padding: 80px 60px;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag li {
    padding: 25px 0px;
    border-bottom: 1px solid #dcdcdc;
}

[data-theme=dark] .sayfa-iletisim .sayfa-iletisim-kutu .sag li {
    border-bottom: 1px solid #212326;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag li:first-child {
    padding: 0px 0px 25px 0px;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag li:last-child {
    padding: 25px 0px 0px 0px;
    border-bottom: 0px solid #dcdcdc;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag h2 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.sayfa-iletisim .sayfa-iletisim-kutu .sag h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

/* Telefon */
@media (max-width: 767px) {
    .sayfa-iletisim {
        padding: 30px 0px;
    }

    .sayfa-iletisim h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .sayfa-iletisim .sayfa-iletisim-kutu {
        grid-template: auto / repeat(1, 1fr);
    }

    .sayfa-iletisim .sayfa-iletisim-kutu .sol {
        height: 360px;
    }

    .sayfa-iletisim .sayfa-iletisim-kutu .sag {
        padding: 40px 20px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- page > hakkimizda.php ---------- */
.sayfa-hakkimizda {
    padding: 50px 0px;
}

.sayfa-hakkimizda .liste {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sayfa-hakkimizda .liste .sayfa-hakkimizda-section {
    display: grid;
    align-items: center;
    gap: 150px;
    grid-template: auto / repeat(2, 1fr);
}

.sayfa-hakkimizda .liste .sayfa-hakkimizda-section:nth-child(even) .sol {
    order: 1;
}

.sayfa-hakkimizda .liste .sayfa-hakkimizda-section .sol img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.sayfa-hakkimizda .liste .sayfa-hakkimizda-section .sag h1 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Telefon */
@media (max-width: 767px) {
    .sayfa-hakkimizda {
        padding: 30px 0px;
    }

    .sayfa-hakkimizda .liste .sayfa-hakkimizda-section {
        gap: 40px;
        grid-template: auto / repeat(1, 1fr);
    }

    .sayfa-hakkimizda .liste .sayfa-hakkimizda-section:nth-child(even) .sol {
        order: 0;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .sayfa-hakkimizda .liste .sayfa-hakkimizda-section {
        gap: 40px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > blog.php ---------- */
.bolum-blog {
    padding: 100px 0px;
}

.bolum-blog .bolum-blog-baslik {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.bolum-blog .bolum-blog-baslik h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.3em;
    margin: 0px;
}

.bolum-blog .splide__slide {
    display: flex;
}

.bolum-blog .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    z-index: 1;
}

.bolum-blog .splide__arrow:disabled {
    display: none;
}

.bolum-blog .splide__arrow svg {
    fill: #ffffff;
    height: 64px !important;
    width: 64px !important;
}

.bolum-blog .splide__arrow--next {
    right: 20px;
}

.bolum-blog .splide__arrow--prev {
    left: 20px;
}

.bolum-blog .splide__pagination {
    bottom: 20px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
}

.bolum-blog .splide__pagination li {
    display: inline-flex;
}

.bolum-blog .splide__pagination__page {
    background: transparent;
    border: 1px solid #ffffff;
    ;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
}

.bolum-blog .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.0);
    z-index: 1;
}

.bolum-blog .bolum-blog-buton {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.bolum-blog .bolum-blog-buton a {
    font-size: 18px;
    color: #ffffff;
   /* background: #000000;*/
    background: #111213;
    padding: 16px 60px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

.bolum-blog .bolum-blog-buton a:hover {
    color: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {
    .bolum-blog .bolum-blog-baslik h2 {
        font-size: 28px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > blog-kart.php ---------- */
.blog-kart {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.blog-kart .yazi {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    z-index: 2;
}

.blog-kart .gecis {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

.blog-kart img {
    width: 100%;
    height: auto;
   aspect-ratio: 3/5;
    object-fit: cover;
    transition: all 0.3s;
    display: flex;
}

.blog-kart:hover img {
    transform: scale(1.05);
}

.blog-kart h3 {
    color: #ffffff;
    font-size: 22px;
    transition: all 0.3s;
}

.blog-kart:hover h3 {
    color: #DDB787;
}

.blog-kart time {
    color: #ffffff;
    font-size: 12px;
}

.blog-kart .yazar {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
}

.blog-kart .yazar-imaj {
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
}

/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .blog-kart h3 {
        font-size: 18px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}



















/* ---------- bolumler > blog.php ---------- */
.bolum-youtube {
    padding: 100px 0px;
}

.bolum-youtube .bolum-youtube-baslik {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.bolum-youtube .bolum-youtube-baslik h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.3em;
    margin: 0px;
}

.bolum-youtube .splide__slide {
    display: flex;
}

.bolum-youtube .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    z-index: 1;
}

.bolum-youtube .splide__arrow:disabled {
    display: none;
}

.bolum-youtube .splide__arrow svg {
    fill: #ffffff;
    height: 64px !important;
    width: 64px !important;
}

.bolum-youtube .splide__arrow--next {
    right: 20px;
}

.bolum-youtube .splide__arrow--prev {
    left: 20px;
}

.bolum-youtube .splide__pagination {
    bottom: 20px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
}

.bolum-youtube .splide__pagination li {
    display: inline-flex;
}

.bolum-youtube .splide__pagination__page {
    background: transparent;
    border: 1px solid #ffffff;
    ;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
}

.bolum-youtube .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.0);
    z-index: 1;
}

.bolum-youtube .bolum-youtube-buton {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.bolum-youtube .bolum-youtube-buton a {
    font-size: 18px;
    color: #ffffff;
   /* background: #000000;*/
    background: #111213;
    padding: 16px 60px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

.bolum-youtube .bolum-youtube-buton a:hover {
    color: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {
    .bolum-youtube .bolum-youtube-baslik h2 {
        font-size: 28px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > youtube-kart.php ---------- */
.youtube-kart {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.youtube-kart .ust {
    position: relative;
    transition: all 0.3s;
}

.youtube-kart .ust .yazi {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    z-index: 1;
    align-items: center;
}

.youtube-kart .ust .yazi svg {
    width: 16%;
    height: auto;
    transition: all 0.3s;
}

.youtube-kart .ust:hover .yazi svg {
    border-radius: 25%;
    animation: pulse 2s infinite;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255, 0, 0, 0.0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.0);
    }
}

.youtube-kart .ust .gecis {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.youtube-kart .ust picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: all 0.3s;
    display: flex;
}

.youtube-kart:hover .ust picture img {
    transform: scale(1.05);
}

.youtube-kart .yazar {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 1.3;
    z-index: 1;
    transition: all 0.3s;
}

.youtube-kart:hover .yazar {
    color: #DDB787;
}

.youtube-kart .yazar-imaj {
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
}

/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .youtube-kart h3 {
        font-size: 18px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}




















/* ---------- Video Modal ---------- */
.video-modal,
.video-modal .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  transform: translate(500%, 0%);
}

.video-modal .video-overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.0;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  z-index: 1;
  overflow-y: visible;
  width: 60%;
}

/* modal close button */
.close-video-modal {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  transition: all 0.3s;
}

/* show the modal: add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
}

.show-video-modal .video-modal .video-overlay {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
}


/* Telefon */
@media (max-width: 767px) {
  .video-modal-content {
    width: 100%;
  }

  .close-video-modal {
    position: absolute;
    /* right: -15px; */
    top: -45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
  }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}


/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}



















/* ---------- Responsive Video Kodları  ---------- */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}















/* ---------- 404.php ---------- */
.s404 {
    width: 100vw;
    height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.s404 img {
    max-width: 400px;
    height: auto;
}

.s404 h1 {
    font-size: 32px;
    color: #0076BB;
    margin: 0px;
    text-align: center;
}

.s404 .animasyon {
    width: 300px;
    height: auto;
}

.s404 .yarisma-hakkinda-buton {
    padding: 9px 14px;
    color: #ffffff;
    display: inline-flex;
    transition: all 0.3s;
    background: #0076BB;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.s404 .yarisma-hakkinda-buton:hover {
    background: #0076BB;
}

/* Telefon */
@media (max-width: 767px) {
    .s404 .animasyon {
        width: 240px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > markalar.php ---------- */
.markalar {
    padding: 60px 0px;
    background: #f4f4f4;
}

[data-theme=dark] .markalar {
    background: #111213;
}
[data-theme=dark] .markalar img{
    background: #f4f4f4;
}
.markalar img {
    aspect-ratio: 4/2;
    width: auto;
    height: 80px;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
}
ul#markalar-list {
    align-items: center;
}
#markalar-list h3 {
    aspect-ratio: 4/2;
    width: auto;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #f4f4f4;
    color: #111213!important;
}
[data-theme=dark] .markalar-grid{
    background-color: #212326;
}
.markalar-grid{
    background: #ffffff;

}
.markalar-grid img{

    padding: 5px;
    border: 1px solid gainsboro;

}
/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > giris.php ---------- */
.bolum-giris {
    position: relative;
    height: 75vh;
}

.bolum-giris img,
.bolum-giris video {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    display: inline-flex;
}

.bolum-giris .gecis {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.bolum-giris .gecis .butonlar {
    padding: 20px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s;
}

.bolum-giris .gecis .butonlar:hover {
    opacity: 1;
}

.bolum-giris .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    z-index: 1;
}

.bolum-giris .splide__arrow svg {
    fill: #ffffff;
    height: 100px !important;
    width: 100px !important;
}

.bolum-giris .splide__pagination {
    bottom: 30px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
}

.bolum-giris .splide__pagination li {
    display: inline-flex;
}

.bolum-giris .splide__pagination__page {
    background: #fff;
    border: 0px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    height: 5px;
    width: 5px;
    margin: 0px;
    opacity: 0.75;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: 1s all;
}

.bolum-giris .splide__pagination__page.is-active {
    width: 240px;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.0);
    z-index: 1;
}

.bolum-giris .splide__pagination__page:hover {
    background: #DDB787;
}

.bolum-giris .splide__pagination__page.is-active:hover {
    background: rgba(255, 255, 255, 0.5);
}

.bolum-giris .splide__pagination__page .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  transition: width 0.1s linear;
}





.bolum-giris .splide__progress {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.bolum-giris .splide__progress .splide__progress__bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}


/* Telefon */
@media (max-width: 767px) {
  .bolum-giris,
  .bolum-giris img,
  .bolum-giris video {
       height: 50vh;
  }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .bolum-giris,
    .bolum-giris img,
    .bolum-giris video {
        height: 50vh;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > portfoyumuz.php ---------- */
.bolum-portfoyumuz {
    padding: 100px 0px;
}

.bolum-portfoyumuz .portfoyumuz-baslik {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.bolum-portfoyumuz .portfoyumuz-baslik h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.3em;
    margin: 0px;
}

.bolum-portfoyumuz .portfoyumuz-baslik h2 svg {
    height: 36px;
    width: auto;
    margin-bottom: -16px;
    margin-left: -10px;
}

.bolum-portfoyumuz .splide__slide {
    display: flex;
}

.bolum-portfoyumuz .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    z-index: 1;
}

.bolum-portfoyumuz .splide__arrow:disabled {
    display: none;
}

.bolum-portfoyumuz .splide__arrow svg {
    fill: #ffffff;
    height: 64px !important;
    width: 64px !important;
}

.bolum-portfoyumuz .splide__arrow--next {
    right: 20px;
}

.bolum-portfoyumuz .splide__arrow--prev {
    left: 20px;
}

.bolum-portfoyumuz .splide__pagination {
    bottom: 20px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    align-content: flex-end;
}

.bolum-portfoyumuz .splide__pagination li {
    display: inline-flex;
}

.bolum-portfoyumuz .splide__pagination__page {
    background: transparent;
    border: 1px solid #ffffff;
    ;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
}

.bolum-portfoyumuz .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.0);
    z-index: 1;
}

.bolum-portfoyumuz .portfoyumuz-buton {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.bolum-portfoyumuz .portfoyumuz-buton a {
    font-size: 18px;
    color: #ffffff;
   /* background: #000000;*/
    background: #111213;
    padding: 16px 60px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    text-align: center;
}

.bolum-portfoyumuz .portfoyumuz-buton a:hover {
    color: #DDB787;
}
.ozerkbuton {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.ozerkbuton a {
    font-size: 18px;
    color: #ffffff;
    /* background: #000000;*/
    background: #111213;
    padding: 16px 60px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    text-align: center;
}

.ozerkbuton a:hover {
    color: #DDB787;
}
/* Telefon */
@media (max-width: 767px) {
    .bolum-portfoyumuz .portfoyumuz-baslik h2 {
        font-size: 28px;
    }
    
    .bolum-portfoyumuz .portfoyumuz-baslik h2 svg {
        margin-bottom: -20px;
        height: 44px;
        width: auto;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

















/* ---------- bolumler > portfoyumuz-kart.php ---------- */
.kartefekt {
    box-shadow: inset 0 0 0 1px #dddddd;
    position: relative;
    transition: color 0.25s;
}

[data-theme=dark] .kartefekt {
    background: #111213;
    box-shadow: inset 0 0 0 1px #3b3b3b;
}

.kartefekt:before,
.kartefekt:after {
    content: "";
    position: absolute;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: 2;
}

.kartefekt:before,
.kartefekt:after {
  top: 0;
  right: 0;
}

.kartefekt:hover:before,
.kartefekt:hover:after {
  width: 100%;
  height: 100%;
}

.kartefekt:hover:before {
  border-top-color: #DDB787;
  border-left-color: #DDB787;
  transition: width 0.50s ease-out, height 0.50s ease-out 0.50s;
}

.kartefekt:hover:after  {
  border-bottom-color: #DDB787;
  border-right-color: #DDB787;
  transition: height 0.50s ease-out, width 0.50s ease-out 0.50s;
}




















/* ---------- bolumler > portfoyumuz-kart.php ---------- */
.portfoyumuz-kart {
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    width: 100%;
    position: relative;
}

[data-theme=dark] .portfoyumuz-kart {
    background: #111213;
}

.portfoyumuz-kart .satis-durumu-kart {
    position: absolute;
}

.portfoyumuz-kart .satis-durumu-kart .kurdele {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2px 6px 2px 9px;
    font-weight: normal;
    position: relative;
    text-align: center;
    left: -5px;
    top: 10px;
    margin: 0;
    border-radius: 0;
    background-color: #c70239;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 9;
}

.portfoyumuz-kart .satis-durumu-kart .kurdele:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    pointer-events: none;
    -webkit-mask: none;
    left: 0px;
    border-top: 5px solid #64011d;
    border-left: 5px solid transparent;
}

.portfoyumuz-kart .portfoyumuz-ust {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0px;
    transition: all 0.3s;
    overflow: hidden;
}

.portfoyumuz-kart:hover .portfoyumuz-ust {
    gap: 10px;
}

.portfoyumuz-kart .portfoyumuz-ust img {
    width: 100%;
    height: auto;
    /*aspect-ratio: 4/3;*/
    aspect-ratio: 15/14;
    object-fit: cover;
    transition: all 0.3s;
}

.portfoyumuz-kart:hover .portfoyumuz-ust img {
    transform: scale(1.05);
}

.portfoyumuz-kart .portfoyumuz-orta {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 20px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfoyumuz-kart .portfoyumuz-orta img {
    width: 100%;
    max-width: 70px;
    height: 40px;
    aspect-ratio: 2/1;
    object-fit: contain;
}
[data-theme=dark] .portfoyumuz-kart .portfoyumuz-orta img {
    background: #f3f3f3;
}
.portfoyumuz-kart .portfoyumuz-orta h3 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.portfoyumuz-kart .portfoyumuz-orta h4 {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.portfoyumuz-kart .portfoyumuz-alt {
    padding: 0px 20px 20px 20px;
}

.portfoyumuz-kart .portfoyumuz-alt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.portfoyumuz-kart .portfoyumuz-alt ul li {
    text-decoration: none;
    border-bottom: 1px solid #B5B5B5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0px;
    text-transform: uppercase;
}

[data-theme=dark] .portfoyumuz-kart .portfoyumuz-alt ul li {
    border-bottom: 1px solid #212326;
}

.portfoyumuz-kart .portfoyumuz-alt ul li:first-child {
    border-top: 1px solid #B5B5B5;
}

[data-theme=dark] .portfoyumuz-kart .portfoyumuz-alt ul li:first-child {
    border-top: 1px solid #212326;
}

.portfoyumuz-kart .portfoyumuz-alt ul li h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.portfoyumuz-kart .portfoyumuz-alt .portfoyumuz-kart-buton {
    font-size: 18px;
    color: #ffffff;
    background: #000000;
    padding: 10px 40px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}

.portfoyumuz-kart:hover .portfoyumuz-alt .portfoyumuz-kart-buton {
    color: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- archive-ilanlar.php ---------- */
.archive-ilanlar {
    padding: 50px 0px;
}

.archive-ilanlar h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.archive-ilanlar .sutun {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 80px;
}

.archive-ilanlar .sutun .ilanlar-sutun {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.archive-ilanlar .wpc-edit-filter-set {
    display: none;
}

.archive-ilanlar .wpc-filter-layout-range {
    margin-bottom: 3em;
}

.archive-ilanlar .wpc-filter-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.archive-ilanlar .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
    padding: 0px;
}

.archive-ilanlar .widget-area li.wpc-term-item label,
.wpc-filters-widget-main-wrapper li.wpc-term-item label {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    margin-left: 0;
    line-height: 1.3;
    justify-content: space-between;
    width: 100%;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

[data-theme=dark] .ui-button,
[data-theme=dark] .ui-state-default,
[data-theme=dark] .ui-widget-content .ui-state-default,
[data-theme=dark] .ui-widget-header .ui-state-default,
[data-theme=dark] html .ui-button.ui-state-disabled:active,
[data-theme=dark] html .ui-button.ui-state-disabled:hover {
    border: 2px solid #212326 !important;
    background: #dbdcdc !important;
    color: #dbdcdc !important;
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    z-index: 2;
    width: 21px !important;
    height: 21px !important;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    box-shadow: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px !important;
    margin-left: -9px !important;
    border-radius: 50%;
    outline: 0;
    box-shadow: none !important;
}

.wpc-filters-range-slider-wrapper {
    margin: 20px 0px 20px 0px !important;
}

.filtre-buton {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #000000;
    color: #ffffff;
    padding: 17px 20px;
    margin-bottom: 0px;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    white-space: nowrap;
    cursor: pointer;
}

.filtre-buton svg path {
    stroke: #ffffff;
    transition: all 0.3s;
}

.filtre-buton:hover {
    color: #DDB787;
}

.filtre-buton:hover svg path {
    stroke: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {
    .archive-ilanlar {
        padding: 30px 0px;
    }

    .archive-ilanlar h1 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .archive-ilanlar .sutun {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #filtreDiv {
        display: none;
        background: #f4f4f4;
        padding: 20px;
    }
    
    [data-theme=dark] #filtreDiv {
        background: #111213;
    }

    .archive-ilanlar .sutun .ilanlar-sutun {
        grid-template-columns: 1fr;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
  .archive-ilanlar .sutun {
      grid-template-columns: 2fr 5fr;
      gap: 50px;
  }
    .archive-ilanlar .sutun .ilanlar-sutun {
        grid-template-columns: 1fr 1fr;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- form elemanları ---------- */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form textarea {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
}

form input[type="submit"] {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #ffffff;
    background-color: #000000;
    padding: 12px;
    border: 0px solid #ffffff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    -webkit-appearance: none;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}

form input[type="submit"]:hover {
    background-color: #000000;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    display: grid;
    place-content: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

input[type="checkbox"]:hover {
    background-color: #a0a0a1 !important;
}

input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: scale(0);
    background-color: #000000;
    border-radius: 1px;
    transition: all 0.3s;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 6px;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    display: grid;
    place-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px !important;
}

input[type="radio"]::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: scale(0);
    background-color: #000000;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px solid #000000;
}

input[type="radio"]:checked::before {
    transform: scale(0.5);
}































/* ---------- bolumler > instagram.php ---------- */
.bolum-instagram {
    padding: 100px 0px;
}

.bolum-instagram .instagram-baslik {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bolum-instagram .instagram-baslik .instagram-adi {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bolum-instagram .instagram-baslik .instagram-adi .avatar a {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(180deg, #DE0046 0%, #F7A34B 100%);
}

.bolum-instagram .instagram-baslik .instagram-adi .avatar img {
    border-radius: 50%;
    border: 3px solid #f4f4f4;
    width: 74px;
    height: 74px;
}

[data-theme=dark] .bolum-instagram  .instagram-baslik .instagram-adi .instagram-baslik .avatar img {
    border: 3px solid #111213;
}

.bolum-instagram h2 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}

.bolum-instagram h3 {
    font-size: 16px;
    font-weight: normal;
}

.bolum-instagram .instagram-baslik .takip-et {
    padding: 10px 30px;
    background: #000000;
    color: #ffffff;
    border-radius: 40px;
    transition: all 0.3s;
}

[data-theme=dark] .bolum-instagram .instagram-baslik .takip-et {
    background: #111213;
    border: 1px solid #3b3b3b;
}



.bolum-instagram .instagram-baslik .takip-et:hover {
    color: #DDB787;
}



.bolum-instagram .instagram-kart-sutun {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart {
    transition: all 0.3s;
    overflow: hidden;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(6) { grid-area: 1 / 5 / 2 / 6; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(7) { grid-area: 1 / 6 / 2 / 7; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(8) { grid-area: 3 / 1 / 4 / 2; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(9) { grid-area: 3 / 2 / 4 / 3; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(10) { grid-area: 3 / 3 / 4 / 4; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(11) { grid-area: 3 / 4 / 4 / 5; }
.bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(12) { grid-area: 2 / 5 / 4 / 7; }


.bolum-instagram .instagram-kart-sutun .instagram-kart video,
.bolum-instagram .instagram-kart-sutun .instagram-kart img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: flex;
    transition: all 0.3s;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart:hover img {
    transform: scale(1.05);
}

.bolum-instagram .instagram-kart-sutun .instagram-kart .instagram-kart-ic {
    position: relative;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart .instagram-kart-ic video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart:hover .instagram-kart-ic video {
    opacity: 1;
}

.bolum-instagram .instagram-kart-sutun .instagram-kart .instagram-kart-ic svg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0px 0px 4px rgb(99 99 99 / 0.3));
}

/* Telefon */
@media (max-width: 767px) {
    .bolum-instagram .instagram-baslik .instagram-adi {
        gap: 10px;
    }
    
    .bolum-instagram .instagram-baslik .instagram-adi .avatar img {
        width: 64px;
        height: 64px;
    }
    
    .bolum-instagram h2 {
        font-size: 15px;
    }
    
    .bolum-instagram h3 {
        font-size: 15px;
    }
    
    .bolum-instagram .instagram-baslik .takip-et {
        font-size: 12px;
    }
    
    .bolum-instagram .instagram-kart-sutun {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(7) { grid-area: 3 / 1 / 4 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(8) { grid-area: 3 / 2 / 4 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(9) { grid-area: 3 / 3 / 4 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(10) { grid-area: 4 / 1 / 5 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(11) { grid-area: 4 / 2 / 5 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(12) { grid-area: 4 / 3 / 5 / 4; }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .bolum-instagram .instagram-kart-sutun {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(5) { grid-area: 2 / 1 / 3 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(6) { grid-area: 2 / 2 / 3 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(7) { grid-area: 2 / 3 / 3 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(8) { grid-area: 2 / 4 / 3 / 5; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(9) { grid-area: 3 / 1 / 4 / 2; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(10) { grid-area: 3 / 2 / 4 / 3; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(11) { grid-area: 3 / 3 / 4 / 4; }
    .bolum-instagram .instagram-kart-sutun .instagram-kart:nth-child(12) { grid-area: 3 / 4 / 4 / 5; }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > nav.php ---------- */
.ust {
    width: 100%;
    position: fixed;
    z-index: 10;
    transition: all 0.3s;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
}

[data-theme=dark] .ust {
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    border-bottom: 1px solid #3b3b3b;
}

.ust .nav {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    transition: all 0.3s;
}

.ust .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding: 15px 0px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

[data-theme=dark] .ust .nav a {
    color: #dbdcdc;
}

.ust .nav a:hover {
    color: #DDB787;
}

.ust .nav .nav-sol {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ust .nav .nav-orta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ust .nav .nav-orta img {
    width: 85px;
    height: auto;
    transition: all 0.3s;
}

.ust.navsabit .nav .nav-orta img {
    width: 70px;
}

.ust .nav .nav-sag {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

.ust .nav .menu-ac {
    cursor: pointer;
    transition: all 0.3s;
}



.ust .nav .menu-ac svg path {
    stroke: #000000;
    transition: all 0.3s;
}

[data-theme=dark] .ust .nav .menu-ac svg path {
    stroke: #dbdcdc;
}

.ust .nav .menu-ac:hover svg path {
    stroke: #DDB787;
    transition: all 0.3s;
}

#navbar {
  transition: all 0.5s;
  top: 0;
}

/* Telefon */
@media (max-width: 767px) {
    .ust .nav {
        grid-template-columns: 1fr 2fr 1fr;
    }
    
    .ust .nav .nav-sag {
        gap: 20px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > hakkimizda.php ---------- */
.bolum-hakkimizda {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 160px;
    text-align: center;
}

.bolum-hakkimizda h2 {
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.bolum-hakkimizda a {
    padding: 16px 60px;
    background: #000000;
    color: #ffffff;
    display: flex;
    margin-top: 30px;
    letter-spacing: 0.1em;
}

.bolum-hakkimizda a:hover {
    transition: all 0.3s;
    color: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {
    .bolum-hakkimizda {
        padding: 100px 0px;
    }

    .bolum-hakkimizda h2 {
        font-size: 28px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {
    .bolum-hakkimizda {
        padding: 100px 80px;
    }
}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}































/* ---------- bolumler > sidenav.php ---------- */
.sidenav {
    height: 100%;
    position: fixed;
    width: 280px;
    right: -1000px;
    z-index: 20;
    top: 0;
    background: #ffffff;
    overflow-x: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

[data-theme=dark] .sidenav {
    background: #000000;
}

.sidenav-ust-kutu {
    padding: 20px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu-kapat {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

[data-theme=dark] .menu-kapat svg path {
    stroke: #dbdcdc;
}

.menu-kapat:hover svg path {
    stroke: #DDB787;
    transition: all 0.3s;
}

.sidenav-logo {
    height: 80px;
    width: auto;
    display: block;
}

.sidenav-orta-kutu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 30px;
}

.sidenav-orta-kutu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidenav-orta-kutu ul li {
    text-decoration: none;
    border-bottom: 1px solid #E0E0E0;
}

[data-theme=dark] .sidenav-orta-kutu ul li {
    border-bottom: 1px solid #002326;
}

.sidenav-orta-kutu ul li:first-child {
    border-top: 0px solid #f1d5fc;
}

.sidenav-orta-kutu ul li a {
  font-size: 16px;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  transition: all 0.3s;
}

.sidenav-orta-kutu ul li.current-menu-item a,
.sidenav-orta-kutu ul li a:hover {
    color: #DDB787;
}

.sidenav-alt-kutu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sidenav-alt-kutu h2 {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
}

.sidenav-alt-kutu .bolum-sosyal-medya .sosyal-medya-yazi {
  display: none;
}

[data-theme=dark] .sidenav-alt-kutu .bolum-sosyal-medya svg path {
    fill: #dbdcdc;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s;
}



















/* ---------- 404.php ---------- */
.uyari404 {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
    gap: 20px;
    background: #f4f4f4;
}

[data-theme=dark] .uyari404 {
    background: #111213;
}

.uyari404 h1 {
    font-size: 120px;
    line-height: 1;
    margin: 0px;
}

.uyari404 h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.uyari404 a {
    font-size: 14px;
    color: #ffffff;
    background: #000000;
    padding: 16px 30px;
    letter-spacing: 0.1em;
    margin-top: 20px;
    transition: all 0.3s;
    border-radius: 50px;
}

.uyari404 a:hover {
    color: #DDB787;
}

/* Telefon */
@media (max-width: 767px) {
    .uyari404 {
        margin-top: 20px;
        padding: 80px 20px;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}



div#rank-math-analytics-stats-wrapper {
    display: none!important;
}
/*wordpress admin girişi yaptıktan sonraki admin bar*/
#wpadminbar .quicklinks ul {
    display: contents;

}
#wpadminbar  {
    background: #1d232700!important;
    display: none!important;
}
#wp-admin-bar-new-user , #wp-admin-bar-wp-logo , #wp-admin-bar-comments , #wp-admin-bar-appearance , #wp-admin-bar-search , #wp-admin-bar-customize , #wp-admin-bar-wp-logo {
    display: none!important;
}
#wpadminbar a.ab-item {
    color: rgba(178, 178, 178, 0.65) !important;
}


.full-genislik {
    width: 100vw; /* 100 viewport width, yani tam ekran genişliği */
    position: relative;
    left: 50%;
    transform: translateX(-50%); /* Sayfanın ortasına konumlandırmak için */
}
.full-genislik-parallax {
    width: 99vw; /* 100 viewport width, yani tam ekran genişliği */
    position: relative;
    left: 50%;
    margin-left: -50vw; /* Sayfanın ortasına konumlandırmak için */
}

