:root {
    --gri: #676767;
    --griAcik: #cccccc;
    --griKoyu: #333333;
    --maxWidth: 1200px;
    /*--anaRenk:#efb415;
    --anaRenkAcik:#ffd848;
    --anaRenkKoyu:#b88500;*/
    --anaRenk: #58585a;
    --ikincirenk: #dd1921;
    --anaRenkAcik: #999999;
    --anaRenkKoyu: #3c3c3c;
    --backColor: #a1a1a1;
    --backColorKoyu: #555555;
    --backColorRenkli: #6d6b64;
    --backColorRenkliKoyu: #525049;
    --backColorRenkliAcik: #9a9790;
    --backColorRenkliCokAcik: #ffdd4d;
    --yukariY: -50px;
    --headBC: rgba(255, 255, 255, 0);
    --TextShadowSiyah: 1px 1px 3px rgba(0, 0, 0, 0.74);
    --TextShadowSiyahFlat: 2px 1px 0px rgba(0, 0, 0, 0.5);
    --Aseffaf: 1;
    --Mseffaf: 1;
    --preload: block;
    --Ssayfacizgi: 0px;
    --Cizgih: 0px;
    --Atransdaire: 0;
    --Aresimseffaf: 1;
    --Cizgiminh: 0vh;
    --yuzdeOpa: 0;
    --yuvarlakH: 236px;
    --sect01: #000000;
    --sect02: #000000;
    --sect03: #000000;
    --sect04: #000000;
    --sect05: #000000;
    --sect06: #000000;
}

* {
    box-sizing: border-box !important;
}

body, html {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: "Anafont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.4px;
    font-size: 1.4rem;
}

html {
    font-size: 0.7vw;
    scroll-behavior: smooth;
}

main {
    display: block;

}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
    /*font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;*/
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin: 3.5rem 0 2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Baslikfont, serif;
    color: #FFFFFF;
}

:focus {
    outline: none;
}

a {
    color: var(--anaRenk);
}

a:hover {
    color: var(--anaRenk);
    transition-duration: 0.5s;
}

h1,
.heading-size-1 {
    font-size: 3.6rem;
    line-height: 1.138888889;
}

h2,
.heading-size-2 {
    font-size: 3.2rem;
}

h3,
.heading-size-3 {
    font-size: 2.8rem;
}

h4,
.heading-size-4 {
    font-size: 2.4rem;
}

h5,
.heading-size-5 {
    font-size: 2.1rem;
}

h6,
.heading-size-6 {
    font-size: 1.6rem;
    letter-spacing: 0.03125em;
    text-transform: uppercase;
}

.buton01 {
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 15px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 10px 10px 10px 0;
    display: inline-block;
    border: 1px solid #FFFFFF;
}

.buton01:hover {
    color: var(--anaRenk);
    border: 1px solid var(--anaRenk);
}

.buton03 a {
    font-size: 14px;
    background-color: var(--anaRenk);
    color: #FFFFFF;
    padding: 15px 15px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 10px 0;
    display: inline-block;
}

.buton03 a:hover {
    background-color: var(--backColorRenkli);
}

.buton04 a {
    font-size: 14px;
    background-color: var(--anaRenk);
    color: #FFFFFF;
    padding: 15px 15px;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 10px 0;
    display: inline-block;
    border: 2px solid #FFFFFF;
    letter-spacing: 1px;
}

.buton04 a:hover {
    background-color: var(--backColorRenkliKoyu);
}

.grirenk {
    color: #989898;
}

#yukari {

    text-align: center;
    background-color: var(--gri);
    position: fixed;
    right: 0;
    bottom: var(--yukariY);
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    z-index: 100;
    width: 42px;
    height: 42px;

}

#yukari a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    line-height: 42px;
}

#footer #yukari i {
    display: block;
    font-size: 20px;
    line-height: 42px;
    color: var(--ikincirenk);
}

.home .icerik {
    display: none;
}

/* todo baslik efekt */
.baslikEfekt h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
    margin: 20px 0;
    position: relative;
}

.baslikEfekt h2:after {
    content: "";
    display: block;
    height: 2px;
    max-width: 80px;
    background-color: var(--gri);
    margin: 0 auto;
}

.baslikEfekt h2.h2girdi:after {
    animation-name: baslikalti;
    animation-duration: 1s;
}

#logo {
    justify-self: left;
}

.anasayfaKategori h2, .anayazi02 h2, .anakimiz h2, .anaAppYazi h2, .anamusteri h2, .anainstagram h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
    margin: 20px 0;
    position: relative;
}

.anainstagram h2 a {
    color: var(--anaRenk);
    text-decoration: none;
}

.anakimiz h2, .anaAppYazi h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 0 0 25px 0;

}

.anasayfaKategori h2:after, .anayazi02 h2:after, .anakimiz h2:after, .anaAppYazi h2:after, .anamusteri h2:after, .anainstagram h2:after {
    content: "";
    display: block;
    height: 2px;
    max-width: 80px;
    background-color: var(--gri);
    margin: 0 auto;
}

.anakimiz h2:after, .anaAppYazi h2:after {
    max-width: 50px;
    margin: 0;
}

.anaAppYazi h2:after, .anamusteri h2:after {
    background-color: #FFFFFF;
}

.anamusteri h2:after {
    background-color: var(--anaRenk);
}

.anaAppYazi h2, .anamusteri h2 {
    color: #FFFFFF;
}

.anasayfaKategori h2.h2girdi:after, .anayazi02 h2.h2girdi:after, .anakimiz h2.h2girdi:after, .anaAppYazi h2.h2girdi:after, .anamusteri h2.h2girdi:after, .anainstagram h2.h2girdi:after {
    animation-name: baslikalti;
    animation-duration: 1s;
}

.anasayfaKategori {
    max-width: var(--maxWidth);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.anasayfaKategori > div:nth-child(1) {

}

/*
.anasayfaKategori > div:nth-child(2) {
    grid-column: 1/2;
}
.anasayfaKategori > div:nth-child(3) {
    grid-column: 2/3;
}
.anasayfaKategori > div:nth-child(4) {
    grid-column: 1/3;
    grid-template-rows: 425px;
}
.anasayfaKategori > div:nth-child(5) {
    grid-column: 1/2;
}
.anasayfaKategori > div:nth-child(6) {
    grid-column: 2/3;
}
*/
.blogw {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 340px;
    position: relative;
    align-items: center;
    /* justify-content: center; */
    justify-items: center;
    position: relative;
    z-index: 1;
}

.blogwic:before {

}

.blogwic:hover:before {

}

.blogwic {

}

.blogwic:hover {

}

.asagidangel .blogwic {
    animation: yukariBlog 0.8s ease;
}

.blogw-title {
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 1;
}

.blogw-resim {
    grid-column: 1/2;
    grid-row: 1/2;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    transition-duration: 0.5s;
}

.blogw-resim img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    object-position: center;
    transition-duration: 0.8s;

}

.blogw-resim img:hover {

}

.anasayfaKategori > div:nth-child(4) img {
    object-position: left;
}

.blogw h3 {
    margin: 0;
}

.blogw a {
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


.anayazi02 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.anayazi02 h2 {
    font-size: 46px;
    line-height: 1.5;
    margin: 10px 0;
    font-weight: 400;
}

.anayazi02 > div {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gri);
}

.anarenk {
    color: var(--anaRenk);
}

.anakimiz {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--maxWidth);
    margin: 40px auto 0 auto;
}

.baslik02 {
    font-weight: 500;
    color: var(--anaRenk);
    font-size: 20px;
    line-height: 1.5;
}

.anakimiz p {
    font-size: 14px;
    line-height: 2.2;
    color: var(--gri);
    max-width: 500px;
}

.anaapp {
    margin: 0;
    background-color: var(--backColor);
    background-blend-mode: multiply;
    min-height: 100vh;
    /*background-image: url("/images/appointment-anamodul-bg.jpg");*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.anaAppYazi {
    padding: 100px;
    color: #FFFFFF;
}

.anaAppYazi p {
    padding-bottom: 15px;
    font-size: 14px;
}

.anaAppModul {
    background-color: rgba(130, 113, 130, 0.64);
    height: 100%;
    display: grid;
    align-items: center;
    padding: 60px;
}

#footer {
    background-color: #cccccc;
    /* background-repeat: repeat; */
    /* background-image: url(/images/system/siyah.jpg); */
    height: 300px;
    position: relative;
    color: var(--anaRenk);
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 150px 60px;
    padding-top: 35px;
    align-items: center;
    grid-gap: 20px;
    z-index: 99;
}

#footer a, .footgrid a {
    text-decoration: none;
    font-weight: 300;
    color: var(--anaRenk) !important;
}

.anainstagram i, .footgrid i {
    color: var(--gri);
    font-size: 24px;
    display: none;
}

#footer a:hover, .footgrid a:hover {
    color: var(--anaRenk);
}

.footgrid {
    display: grid;
    /* justify-content: center; */
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr;
    padding: 35px 0;
    height: 100%;
}

.footgrid img {
    height: 100%;
    width: auto;
    max-height: 8rem;
}

.footgridalt {
    display: grid;
}

.footgridalt > div {
    display: grid;
    align-items: center;
}

.footsosyal {
    align-self: start;
}

.footsosyal i {
    display: inline-block;
    padding: 0 25px;
}

.footgrid02 {

}

.footbilgi {
    font-size: 12px;
    color: var(--gri);
    margin-bottom: 25px;
}

.footbilgi a {
    color: var(--gri) !important;
}

.contactgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: var(--maxWidth);
    margin: 0 auto;
    align-items: center;
    grid-gap: 20px;
}

.contactgridalt {
    text-align: left;
    display: grid;
    grid-template-columns: 40px auto;
}

.contactgridalt > div {
    display: grid;
    align-items: center;
}

.contactgrid i {
    color: var(--anaRenk);
    font-size: 24px;
}

.contactgrid a {
    color: #FFFFFF;
    text-decoration: none;
    transition-duration: 0.3s;
}

.contactgrid a:hover {
    color: var(--anaRenk);
}

.anainstagram {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
    position: relative;
    z-index: 9;
    background-color: #000000;
    color: var(--gri);
}

.anainstagram h2 {
    margin: 0;
}

.anainstagram div {

}

.anainstagram a {
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 600;
}

.anainstagram a:hover {
    color: var(--anaRenk);
}

.simdiara {
    z-index: 999;
    position: fixed;
    bottom: 6px;
    font-size: 14px;
    right: 0;
    transform: rotate(90deg);
    padding: 13px;
    transform-origin: right top;
    text-decoration: none;
    background-color: #000000;
    color: #FFFFFF;
    transition-duration: 0.3s;
    /*animation: BorderAnime 6s infinite ease;*/
    text-shadow: var(--TextShadowSiyah);
    display: none;
}

.simdiara:hover {
    background-color: var(--backColorRenkli);
}

.simdiara:before {
    content: "";
    opacity: 0;
    transition-duration: 0.3s;
    transform: rotate(-90deg);
    right: 63px;
    top: -150px;
    width: 150px;
    transform-origin: right top;
    position: absolute;
}

.simdiara :hover:before {
    /*opacity: 1;
    content: "+90(532) 288 3266";
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: right top;
    right: 63px;
    top: 50px;
    width: 150px;*/

}

section {
    padding: 0;
}

.archive-header {
}

.archive-header h1 {
    margin: 0;
}

.archive-title, .archive-meta {
}

.archive-meta img {
}

/*
.blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    max-width: var(--maxWidth);
    margin: 0 auto 50px auto;
}
.blogic {
    display: grid;
    position: relative;
    align-items: center;
    grid-template-rows: 300px;
    text-align: center;

}

.blogalt:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    border: 20px solid rgba(0, 0, 0, 0.05);
    transition-duration: 0.8s;
}
.blogalt:hover:before {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    position: absolute;
    border: 40px solid rgba(0, 0, 0, 0);
}
.asagidangel .blogalt {
    animation: yukariBlog 0.8s ease;
}
.blogalt {
    background-color: var(--anaRenkKoyu);
    overflow:hidden;
    transition-duration: 0.8s;
    display: grid;
    height: 100%;
    align-items: center;
}
.blogalt:hover {
    background-color: #cfb35e4d;
}
.blogalt h3 {
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 1;
    margin: 0;
    padding: 0 25px;
line-height: 1.2;
}
.blogalt h3 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: var(--TextShadowSiyah);
}
.blogalt a {
    grid-column: 1/2;
    grid-row: 1/2;
}
.blogalt a img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    mix-blend-mode: multiply;
    transition-duration: 0.3s;
}
.blogalt:hover img {

}
*/
.singleikon {
    display: grid;
    grid-template-columns: 106px 106px 106px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    /* max-width: 600px; */
    padding: 50px 0;
    grid-gap: 155px;
    /* margin: 50px auto; */
    text-align: center;
    background-color: #f9f9f9;
}

.singleikon a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: var(--anaRenk);
}

.singleikon svg, #nectar-svg-animation-instance-0 {
    color: var(--anaRenk);
    stroke: var(--anaRenk);
    margin: 0 auto;
}

.singleikonAlt {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 30px;
}

.singleUst {
    /*display: grid;
    grid-template-rows: 50vh 50vh;
    grid-template-columns: 50% 50%;
    color: #fff;
font-size: 13px;
    background-color: #000000;
overflow: hidden;
    position: relative;*/
    display: grid;
    grid-template-rows: 50vh 41vh 15vh;
    grid-template-columns: 50% 50%;
    color: #fff;

    background-color: #000000;
    position: relative;
    /*border-bottom: 4px solid #000;*/
}

/*
.singleUst:before {
content: "";
display: block;
width: 100%;
height: 20px;
z-index: 9;
position: absolute;
bottom: 0;
background-color: rgba(0, 0, 0, 0.05);
}
*/
.singleUst img {
    min-width: 100%;
    min-height: 100%;
}

.singleUst h1 {

}

.moduleBeforeAfter {
    text-align: center;
    display: grid;
    align-items: center;
    min-height: 80vh;
    background-color: var(--anaRenk);
    padding: 30px 0;
}

.moduleBeforeAfter ul {
    margin: 50px 0;
    width: 100%;
}

.moduleBeforeAfter h2 {
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: var(--TextShadowSiyah);
}

.moduleBeforeAfter li {
    /*list-style-type: none;
        height: 100%;
        margin: 0;
        padding: 5px;*/
}

.moduleBeforeAfter li.is-selected {
}

.icerik {
    padding: 50px 0 100px 0;
}

.text {
    /*max-width: var(--maxWidth);*/
    margin: 0px auto;
    line-height: 2;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    padding: 0 10rem 0 21rem;
}

.text a {
    text-decoration: none;
    color: #FFFFFF;
}

.text a:hover {
    color: var(--ikincirenk);
}

.text p {
    line-height: 2;
}

.text h3 {
    font-size: 3.2rem;
    line-height: 1.2;
}

.text td {
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.text code {
    background-color: #ffebaf;
    font-family: "Anafont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
}

.wp-block-media-text {
    /*margin: 50px 0;*/
    margin-bottom: 30px;
    grid-column-gap: 40px;
}

.wp-block-media-text__content {
    padding: 0 !important;
}

.sag .wp-block-media-text__content {
    padding: 70px 0 20px 50px !important;
}

.sol .wp-block-media-text__content {
    padding: 70px 50px 20px 0 !important;
}

.wp-block-group {
    margin: 0;
    padding: 30px;
    background-color: #ececec;
    border: 1px solid #a1a1a1;
}

.wp-block-group.sagadaya {
    padding: 0;
    width: 100%;
    margin: 0 0 0 auto;
    border: 0;
    background-color: transparent;
}

.wp-block-group.sagadaya h2 {
    text-align: left;
    font-weight: 300;
    font-size: 36px;
}

.wp-block-group__inner-container h5 {
    margin: 15px 0;
    max-width: none !important;
}

.wp-block-group__inner-container p {
    margin: 15px 0;
    max-width: none !important;
}

.wp-block-video {
    margin: 25px 0 !important;
    display: inline-block;

}

.wp-block-video video {
    border: 3px solid var(--anaRenk);
    max-width: 500px;
    max-height: 350px;
}

.postid-362 .text {
    text-align: center;
}

.postid-362 .text p:nth-child(odd) {
}

.postid-362 .text p:nth-child(even) {
}

.postid-362 .wp-block-table td {
    width: 49%;
    background-color: transparent;
    padding: 10px;
}

.postid-362 table {
    margin: 0 auto;
    max-width: 600px;
}

.mapModulu {
    height: 400px;
    border-top: 20px solid #656565;
}

.gm-style img {

}

/*-------------PRELOADER--------------------*/
/*-----------------IE11-----------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #loading {
        display: none;
    }
}

/*#loading {
	background-color: #5ca8de8c;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0;
	top: 0;
	display:var(--preload);
}*/
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000000d9;
    display: var(--preload);
    z-index: 9999;
}

#tridiv {
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding-right: 16px;
    padding-top: 10px;
    color: white;
    width: 100%;
    height: 100%;
}

@keyframes dondur {
    0% {
        transform: rotateX(-10deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(-10deg) rotateY(360deg);
    }
}

/*---------------------------------------------*/

.flash:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    z-index: 9;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

#breadcrumbs {
    font-weight: 400;
    margin: 0 0 10px 0;
    animation: fadeInUp 1.2s ease;
}

#breadcrumbs a {
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.3s;
}

#breadcrumbs a:hover {
    color: var(--gri);
}

.prevnext {
    position: relative;
    z-index: 9;
    padding: 60px 0;
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
    /* vertical-align: middle; */
    line-height: 2rem;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-rows: 30px;
    grid-column-gap: 20px;
}

.prevnext div {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    align-items: center;
}

.prevnext a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    font-family: Baslikfont, serif;
}

.prevnext a:hover {
    color: var(--ikincirenk);
}

.prevnext i {
    color: #FFFFFF;
}

.prevnext span {

}

.prev {
    max-width: 250px;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prev a {

}

.next {
    max-width: 250px;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-block-gallery li {
    margin: 0 2rem 2rem 0 !important;
    width: calc(50% - 2em) !important;
    height: 30rem;
}

.wp-block-gallery li img {
    transition-duration: 0.5s;
    opacity: 1;
    box-shadow: 4px 4px 0 #000000;
}

.wp-block-gallery li img:hover {
    transition-duration: 0.5s;
    opacity: 0.7;
}

/*------------------------flickity------------*/

/*
.flickity > ul {
    height: 500px;
    width: 100%;
}

.flickity-viewport {
    width: 100%;
    height: 100% !important;
}

.flickity > ul img {
    max-width: none !important;
    height: 100% !important;
    width: auto !important;

}

.flickity > ul .flickity-slider li {
    max-height: 100%;
    margin: 0 !important;
    padding: 0 20px 0 0!important;
    width: auto !important;
    height: 100%;
    display: block;
}

.flickity > ul figure {
    display: block !important;
    max-height: 100%;
    height: 100% !important;
    margin-right: 0!important;
}

.flickity > ul.is-fullscreen figure {
    height: 100% !important;
}

.flickity > ul.is-fullscreen .flickity-viewport {
    height: 83vh !important;
}

.flickity-slider {

}

.flickity-slider:after {
    content: 'flickity';
    display: none;
}

.flickity > ul.is-fullscreen li {
    height: 100%;
}

.flickity > ul.is-fullscreen {
    z-index: 9999;
}

.flickity .flickity-fullscreen-button {
    padding: 20px !important;
    z-index: 999;
    left: calc(50% - 20px);
    top: unset;
    bottom: 24px;
}

.flickity .flickity-fullscreen-button svg {
    width: 30px !important;
    height: 30px !important;
}

.flickity-prev-next-button.next {
    left: calc(50% + 35px) !important;
    padding: 0 !important;
    top: unset;
    bottom: 0;
    right: unset;
    margin: 0;
}

.flickity-prev-next-button.previous {
    left: calc(50% - 80px) !important;
    padding: 0 !important;
    top: unset;
    bottom: 0;
}

.flickity-button:disabled {

}

.flickity-button {
    background-color: #000000 !important;
}

.flickity-button path {
    fill: #FFFFFF !important;
}

.flickity-page-dots {
    position: static !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.flickity-page-dots .dot {
    background: #000000 !important;
    border-radius: 0 !important;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: e-resize !important;
}
*/
/*---------------------------*/
.page-template-kapak {
    background-color: #000000;
}

/*
.animasyonAna {

    padding: 0vh 0 100px 54vw;
    margin: 0;

}

.animasyonAna02 {
    padding: 0 0 100px 54vw;

    margin: 0;
}

.animasyonAna03 {
    padding: 0 0 300px 54vw;

    margin: 0;
}

.animasyonAna h2, .animasyonAna02 h2, .animasyonAna03 h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 40px;
    z-index: 9;
    position: relative;
    color: var(--anaRenkKoyu);
    text-shadow: var(--TextShadowSiyah);
}

.animasyonAna h2 a, .animasyonAna02 h2 a, .animasyonAna03 h2 a {
    text-decoration: none;
}

.animasyonAlt {
    min-height: 20vH;
    margin: 0;
    position: relative;
    list-style: none;
}

.animasyonAlt.anaresimefekt h3 a {
    color: var(--anaRenk);
}

.animasyonAlt img {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    object-fit: cover;
}

.anaresimefekt img {
    animation-name: anaresim;
    animation-fill-mode: forwards;
    animation-duration: 2s !important;
}

.animasyonAlt h3 {
    margin: 0;
    line-height: 1.2;
    position: relative;
}

.animasyonAlt h3 > a {
    opacity: 0.2;
    display: inline-block;
    position: relative;
    z-index: 9;
    font-size: 36px;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
    transition-duration: 0.3s;
}

.animasyonAlt h3 > a:hover {
    color: var(--anaRenkKoyu);
}

.animasyonAlt.anaresimefekt a {
    opacity: 1;
}

.animasyonAlt h3:after {
    content: "";
    display: block;
    height: 2px;
    left: calc(-4vw - 7px);
    max-width: 80px;
    position: absolute;
    top: 19px;
    z-index: 9;
    background-color: transparent;
    margin: 0;
    mix-blend-mode: difference;
}

.animasyonAlt.anaresimefekt h3:after {
    animation-name: baslikalti;
    animation-duration: 0.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    background-color: #ffffff;

}


#Aboxa {
    width: 500px;
    height: 500px;
    opacity: var(--Mseffaf);
    position: absolute;
    transition-duration: 0.5s;
    left: calc(50% - 250px);
    background-color: rgba(255, 253, 253, 0.3);
    border-radius: 50%;
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    transform: rotate(-90deg);
}

@keyframes change {
    25% {
        opacity: 1;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        opacity: 1;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    }
    100% {
        opacity: 0.2;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 0% 0%);
    }
}

.change {

    animation-name: change;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#Aboxa2 {
    width: 2400px;
    height: 2400px;
    position: absolute;
    top: calc(50% - 1200px);
    left: calc(50% - 1200px);
    background-color: rgba(187, 187, 187, 0.2);
    border-radius: 50%;
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    transform: rotate(160deg);
}

@keyframes change2 {
    25% {
        opacity: 1;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 0 100%, 0 100%, 0 100%);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        opacity: 0;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    }
    100% {
        opacity: 0;
        clip-path: polygon(50% 50%, 0 0, 0 100%, 100% 100%, 100% 0, 0% 0%);
    }
}

.change2 {
    animation-name: change2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#Aanimasyon {

    display: grid;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

#Acizgianimasyon {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#Acizgianimasyon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    left: calc(50% - 14px);
    z-index: 1000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 49vh;
}

#Acizgianimasyon:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    bottom: calc(200px - 13px);
    left: calc(50% - 14px);
    z-index: 1000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

#Acizgianimasyonic {
    transform-origin: center top;
    display: block;
    position: absolute;
    min-height: var(--Cizgiminh);
    top: calc(50vh - 0px);
    height: calc(var(--Cizgih) + 70px);
    max-height: calc((100% - 50vh) - 200px);
    left: calc(50% - 2px);
    background-color: #ffffff;
    transition-duration: 0.8s;
    animation-timing-function: ease;
    mix-blend-mode: difference;
    width: 3px;
    z-index: 999;
}

.Aanaicerik {
    position: relative;
    height: 100vh;
}

.Aresim {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: var(--Aresimseffaf);
    transition-duration: 0.5s;
}

.Aresim img {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;

    transition-duration: 0.5s;
    mix-blend-mode: multiply !important;
}

.Ametin {
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
    position: absolute;
    top: 41%;
    left: 54%;
    max-width: 390px;
    opacity: var(--Mseffaf);
    transition-duration: 0.5s;
    z-index: 99;
}

.Ametin .slogan {
    margin-bottom: 20px;
    font-family: Baslikfont, serif;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 300;
}

.Ametin h1 {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.Ametin i {
    opacity: 0.5;
    display: block;
    color: #ffffff;
    cursor: pointer;
    animation: oka 2s ease infinite;
}

.Ametin .aciklama {
    color: #ffffff;
    position: relative;
    z-index: 1;
    max-width: 390px;
    padding-bottom: 15px;
    font-weight: 300;
}

.asagiikon {
    position: relative;
    z-index: 9;
    font-size: 36px;
}

.asagiikon i {
    opacity: 0.5;
    display: block;
    color: #ffffff;
    cursor: pointer;
    animation: oka 2s ease infinite;
}

.asagiikon i:hover {
    color: var(--anaRenk);
}

.Ametin h2 {
    font-size: 36px;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
}

.Adaire {
    background-color: #FFFFFF;
    position: absolute;
    top: 49vh;
    left: calc(50% - 14px);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    z-index: 1000;
}

#Acizgi {
    top: 50vh;
    position: absolute;
    z-index: 9;
    right: 50%;
    width: 50vh;
    height: 50vh;
    opacity: 0;
    overflow: hidden;
    animation: Acizgi 0.5s 1s ease forwards;
}

#Acizgiic {
    width: 100%;
    height: 100%;
}

#Acizgiic svg {
    width: 100%;
    height: 100%;
}

.kaplama {
    font-size: 16px;
    z-index: 9;
    position: relative;
    line-height: 2;
}

.kaplama > div {
    display: inline-block;
    padding-right: 10px;
}

.Afield {
    opacity: 0.2;
    color: #ffffff;
    transition-duration: 0.6s;

    z-index: 1;
    position: relative;
    text-shadow: var(--TextShadowSiyah);
}

.anaresimefekt .Afield {
    opacity: 1;
}


.Acategory {
    color: #ffffff;
    opacity: 1;
    z-index: 1;
    position: relative;

}

.Aaciklama {
    display: block !important;
    z-index: 9;
    font-size: 12px;
    position: relative;
    color: white;
    max-width: 390px;
    opacity: 0.3;
    transition-duration: 0.5s;
}

.anaresimefekt .Aaciklama {
    opacity: 1;
}

.Acategory a {
    transition-duration: 0.4s;
    text-shadow: var(--TextShadowSiyah);
    opacity: 0.2;
    text-decoration: none;
    color: #ffffff;
    display: block;
    z-index: 1;
    position: relative;
}

.anaresimefekt .Acategory a {
    opacity: 1;
}

#Atransdaire01 {
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    z-index: var(--Atransdaire);
    width: 100vw;
    opacity: var(--Atransdaire);
    transition-duration: 0.5s;

}

#Atransdaire01:after {
    content: "";
    width: 500px;
    height: 500px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    border: #00000070 2800px solid;
    color: green;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.Asayfacizgi:after {
}

.Asayfacizgi:before {
}

.Asayfacizgi02:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100vh - 0px);
    height: calc(var(--Ssayfacizgi) - 38px);
    left: calc(50% - 2px);
    background-color: #ffffff;
    transition-duration: 0.5s;
    animation-timing-function: ease;
    mix-blend-mode: difference;
    width: 2px;
    z-index: 999;
}
*/
/*---single--*/
/*
#Sanimasyon {

    display: grid;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.Sresim {
    position: absolute;
    height: 85%;
    width: 50%;
    top: 15%;
    background-size: cover;
    background-color: #000000;
    left: 0;
    opacity: 1;
    z-index: 0;
    overflow: hidden;
    transition-duration: 0.5s;
}

.Smetin {
    z-index: 1;
    margin: -54px 2px 2px 2px;
    padding: 40px;
    color: #FFFFFF;
    background-color: #00000036;
    text-shadow: var(--TextShadowSiyah);
    max-width: 500px;
    transition-duration: 0.5s;
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: left;
    align-self: start;
    position: relative;
    box-shadow: 4px 4px 0px black;
}

.Smetin:after {

}

.single #header {
    margin-bottom: 20px;
}

.Smetin h1 {
    font-size: 36px;
    font-weight: 300;
    text-decoration: none;
    margin: inherit;
    color: inherit;
    padding: 0 0 10px 0;
    animation: fadeInUp 1s ease;
}

.Smetin h2 {
    display: block;
    grid-column: 1/3;
    margin: 0 0 10px 0;
    font-size: 19px;
    color: #ababab;
    position: relative;
}

.Smetin h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff50;
}

.Sbilgi {
    margin: 0 0 -50px 0;
    width: 100%;
    max-width: var(--maxWidth);
    height: 95px;
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: 100%;
    grid-column-gap: 20px;
    height: 95px;
    align-items: center;
}

.Sbilgi > div {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-template-rows: 100%;
    color: #ffffff;
}

.Sbilgi > div:after {


}

.Sbilgi > div > div {
    grid-row-gap: 10px;
    grid-template-rows: 30px 55px;
    display: grid;
    align-items: center;
    border-right: 3px solid #3c4044;
    justify-content: center;
    background-color: #000000;
    overflow: hidden;

    text-align: center;
    padding: 0 5px;
}

.Sbilgi > div > div:nth-last-child(1) {
    border: 0;
}

.Sbilgi h2 {
    margin: 0;
    font-size: 2.2rem;
    position: relative;
    padding-right: 50px;
    grid-row: 1/3;
    align-self: start;
    justify-self: end;
    font-weight: 300;
    opacity: 0.8;
    text-shadow: var(--TextShadowSiyah);
}

.Sbilgi h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    width: 48px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.8;
}

.Sbilgi .baslik {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    align-self: end;
}

.Sbilgi .bilgi {
    align-self: start;
    font-size: 1.1rem;
    color: #c3c3c3;
}

.Ssol {
    display: grid;
    grid-row: 3/4;
    grid-column: 1/3;
    width: 100%;
    grid-template-columns: 100%;
    color: #FFFFFF;
    align-items: center;
    align-content: end;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    z-index: 9;
    position: relative;
}

.Sdaire {
    background-color: #FFFFFF;
    position: absolute;
    top: 49%;
    left: calc(50% - 14px);
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

#Scizgi {
    top: 50%;
    position: absolute;
    right: 50%;
    width: 50vh;
    height: 50vh;
    opacity: 0;
    animation: Acizgi 0.5s 1s ease forwards;
}

#Scizgiic {
    width: 100%;
    height: 100%;
}

#Scizgiic svg {
    width: 100%;
    height: 100%;
}

.Syapimyili {
    padding-bottom: 7px;
}

.Skategori {
    position: relative;
}

.Skategori h1 {
    margin: 0;
    padding: 0;
}

.Skategori a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    transition-duration: 0.3s;
}

.Skategori a:hover {
    color: var(--anaRenk);
}

.Skategori:after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -15px;
}

.Scontent {
    position: relative;
    padding: 50px 0;
    background-color: #ffffff;

}
.hizmetler .Scontent a {
    color: #000000;
}
.projegorsel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    display: grid;
    align-items: center;
}

.projegorsel h2 {
    justify-self: end;
    width: auto;
    text-align: right;
    position: relative;
    padding-right: 50px;
    margin: 0;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
}

.projegorsel h2:after {
    opacity: 0.8;
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    width: 48px;
    height: 1px;
    background-color: #ffffff;
}

.Scontent p {
    padding: 60px 0;
    max-width: var(--maxWidth);
    margin: 0 auto;
    position: relative;
}

.Scontent:after {


}

.Scontenthizmetler {
    max-width: var(--maxWidth);
    margin: 0 auto;
}

.hizmetler .Scontent h2, .services .Scontent h2, .blog .Scontent h2 {
    position: static;
    line-height: 1.3;
    padding: 0;
    font-weight: 300;
    background-color: transparent;
    color: #000000;
}

.hizmetler .Scontent p, .services .Scontent p, .blog .Scontent p {
    padding: 10px 0;
}

.hizmetler .Scontent h3, .services .Scontent h3, .blog .Scontent h3 {
    line-height: 1.3;
    color: #000000;
}

.hizmetler .Scontent h4, .services .Scontent h4, .blog .Scontent h4 {
    margin: 25px 0 15px 0;
    line-height: 1.3;
}

.hizmetler .Scontent, .services .Scontent, .blog .Scontent {
    max-width: 1000px;
    margin: 0 auto;
}
.Saciklama {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    animation: fadeInUp 1.4s ease;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.Starih {
    padding-bottom: 10px;
    color: #ffffff;
    animation: fadeInUp 1.3s ease;
}

.Ssayfacizgi:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100vh - 30px);
    bottom: 200px;
    left: calc(50% - 2px);
    background-color: #b1aaaa42;
    width: 2px;
    z-index: 999;
}

.Ssayfacizgi:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    bottom: calc(200px - 13px);
    left: calc(50% - 14px);
    z-index: 1000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.Ssayfacizgi02:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100vh - 0px);
    height: calc(var(--Ssayfacizgi) - 38px);
    left: calc(50% - 2px);
    background-color: #ffffff;
    transition-duration: 0.5s;
    animation-timing-function: ease;
    mix-blend-mode: difference;
    width: 2px;
    z-index: 999;
}

.Sresim img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1;
    transition-duration: 1s;
    animation: resimefekt 15s ease;
}
.Sresim img:hover {
    
}

.projeler .Scontent, .projects .Scontent {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-top: 100px;
    background-color: #3c4044;
}
.projeler .wp-block-media-text .wp-block-media-text__content, .projects .wp-block-media-text .wp-block-media-text__content {
    text-align: left!important;
    padding: 0 50px 0 50px!important;
}
.projeler .wp-block-media-text, .projects .wp-block-media-text {
    grid-template-columns: 1fr 1fr;
    color: #ffffff;
}


.single #Aanimasyon {
    z-index: auto;
}

.single .Adaire {

}

.single #Acizgi {

}

.kategoriUst {
    display: grid;
    grid-template-rows: 50vh 50vh;
    grid-template-columns: 50% 50%;
    color: #fff;
    font-size: 14px;
    background-color: #000000;
}

#Kanimasyon {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.KanimasyonAna {
    min-height: 100vh;
    padding: 0 0 200px 54vw;
    background-color: #000000;
    margin: -40px 0 0 0;
}

.Kmetin {
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    opacity: var(--Mseffaf);
    transition-duration: 0.5s;
    margin: -59px 2px 2px 2px;
    padding: 40px;
    background-color: #00000036;
    max-width: 500px;
    box-shadow: 4px 4px 0px black;
}

.Kmetin h1 {
    font-size: 36px;
    font-weight: 300;
    text-decoration: none;
    margin: inherit;
    color: inherit;
    padding: 0 0 10px 0;
    animation: fadeInUp 1s ease;
}


.Kmetin h2 {
    font-size: 1.8rem;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    text-shadow: var(--TextShadowSiyah);
    animation: fadeInUp 1.4s ease;
}

.Kmetin .aciklama {
    color: #ffffff;
    position: relative;
    z-index: 1;
    max-width: 390px;
    padding-bottom: 15px;

    font-weight: 400;
    animation: fadeInUp 1.6s ease;
}

.Kresim {
    position: absolute;
    height: 85%;
    width: 50%;
    top: 15%;
    left: 0;
    z-index: 0;
    opacity: var(--Aseffaf);
    transition-duration: 0.5s;
}

.Kresim img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1;
    transition-duration: 1s;
    animation: resimefekt 15s ease;
}

.blogw-yazi {
    color: #ffffff;
    position: relative;
    z-index: 1;
    max-width: 390px;
    font-size: 13px;
    opacity: 0.2;
    font-weight: 400;
}

.anaresimefekt .blogw-yazi {
    opacity: 0.8;
}

#primary {
    background-color: #000000;

}

#content {

}

.page #Aanimasyon {
    z-index: auto;
}

.page .Adaire {

}

.page #Acizgi {

}

.Pbilgi {
    display: grid;
    line-height: 1.5;
    margin-bottom: 25px;
    animation: fadeInUp 1.4s ease;
}

.Pbilgi p {
    margin: 0 0 7px 0;
}

.Pbilgi h2 {
    font-size: 2rem;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.2;
    color: #ffffff;
    padding-bottom: 10px;
    margin: 0;
    text-shadow: var(--TextShadowSiyah);
}

.Pbilgi a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}

.Pbilgi a:hover {
    color: var(--anaRenk);
}


.Pmetin {
    margin-top: -20px;
    z-index: 9;
    padding: 0 50px 0 50px;
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
    max-width: 600px;
    transition-duration: 0.5s;
    grid-row: 2/3;
    grid-column: 2/3;
}

.Pmetin h1 {
    font-weight: 300;
    text-decoration: none;
    margin: inherit;
    color: inherit;
    padding: 0 0 10px 0;
    animation: fadeInUp 1s ease;
}

.Presim {
    position: absolute;
    height: 85%;
    width: 50%;
    overflow: hidden;
    top: 15%;
    left: 0;
    z-index: -1;
    opacity: var(--Aseffaf);
    transition-duration: 0.5s;
}

.Presim img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
    opacity: 1;
    transition-duration: 1s;
    animation: resimefekt 15s ease;
}

.PsingleUst {
    display: grid;
    grid-template-rows: 50vh 50vh;
    grid-template-columns: 50% 50%;
    color: #fff;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}
*/
@keyframes Acizgi {
    0% {
        opacity: 0.2;
        width: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        width: 50vh;
        height: 50vh;
    }

}

/*
.giris, .cikis {
    background-color: #000000;
}

.icerik {
    background-color: #000000;
    padding: 0 0 50px 0;
}

figcaption,
.wp-caption-text {
    color: #ffffff50 !important;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0 !important;
    background: none !important;
}

figcaption a,
.wp-caption-text a {
    color: inherit;
}

.bulunamadi {
    height: 100vh;
    margin: 0;
    padding: 0 0 0 50px;
    color: #ffffff;
    background-color: #000000;
    display: grid;
    align-items: center;
}

.wpcf7 {
    margin: 60px 0 0 0;
}

.Blogana {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    max-width: var(--maxWidth);
    grid-gap: 30px;
    padding-bottom: 50px;
}

.Blogalt {
    margin: 0;
}

.Blogana h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 300;
}

.Blogana h3 a {
    text-decoration: none;
    transition-duration: 0.5s;
}

.Blogana.tarihsiz h3 a {

}

.Blogana.tarihsiz.kucuk h3 a {
    font-size: 24px;
}

.Blogana h3 a:hover {
    color: var(--griAcik);
}

.Btarih {
    color: #ffffff;
}

.Blogana > li {
    display: grid;
    opacity: 0.6;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-columns: 440px 270px 440px;
    grid-template-rows: 112px 25px 113px;
    transition-duration: 0.5s;
}

.Blogana.tarihsiz > li {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    grid-template-rows: 130px 130px;
}

.Blogana > li.girdi {
    opacity: 1;
}

.Bresim {
    position: relative;
    transition-duration: 0.5s;
}

.Bresim a:after {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    mix-blend-mode: overlay;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition-duration: 1s;
    border-radius: 100%;
    animation-timing-function: ease;
    border: 30px solid transparent;
}

.girdi .Bresim:hover a:after {
    border: 20px solid #ffffff;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.girdi .Bresim a:after {
    border: 30px solid #ffffff;
}

.Blogana > li h3 {
    margin: 0;
    grid-column: 3/4;
    align-self: end;
    justify-self: left;
    text-align: left;
    grid-row: 1/2;
}

.Blogana > li .Btarih {
    margin: 0;
    grid-row: 2/3;
    grid-column: 3/4;
    text-align: left;
    align-self: start;
    justify-self: left;
}

.Blogana > li .Btarih a {
    text-decoration: none;
    color: var(--griAcik);
}

.Blogana > li .Bkaplama {
    grid-column: 3/4;
    grid-row: 3/4;
    text-align: left;
    align-self: start;
    justify-self: left;
}

.Blogana.tarihsiz > li .Bkaplama {
    grid-row: 2/3;
}

.Blogana > li .Bresim {
    grid-column: 2/3;
    grid-row: 1/4;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.Blogana.tarihsiz > li .Bresim {
    grid-column: 2/3;
    grid-row: 1/3;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}


.Bresim img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    transition-duration: 0.5s;
}

.girdi .Bresim img {

}

.Baciklama {
    display: block;
    z-index: 9;
    position: relative;
    color: #ffffff;
    max-width: 390px;
}
*/
.lang-item a {
    display: grid !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    align-content: center;
    padding: 5px;
    border: 2px solid #ffffff;
    justify-content: center;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: relative;
    transition-duration: 0.5s;
    background-color: transparent;
    color: #ffffff;
}

.lang-item a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.lang-item a img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

.lang-item a:after {
    display: none !important;
}

/*
#yuzde {
    position: absolute;
    z-index: 9;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.2rem;
    bottom: 0;
    right: 17px;
    width: 100px;
    text-align: right;
    mix-blend-mode: difference;
    opacity: var(--yuzdeOpa);
}
*/


.wp-block-embed iframe {
    max-width: 100%;
    height: 421px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

#paylas {
    padding: 0 10rem 0 21rem;
    margin: 100px auto 0 auto;
}

.paylas {
    grid-column: 2/3;
    font-size: 2rem;
    display: grid;
    grid-template-rows: 3rem;
    align-items: center;
    grid-template-columns: max-content repeat(6, 3rem);
    grid-column-gap: 10px;
    text-transform: uppercase;
    font-family: Baslikfont, serif;
}

.paylas a {
    color: #000000;
    display: inline-block;
    padding: 3px;
    border: 1px solid #000000;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    opacity: 1;
    transition-duration: 0.5s;
}

.paylas a:hover {
    opacity: 0.7;
}

.single .paylas, .page .paylas {
    color: #7d7d7d;
}

.single .paylas a, .page .paylas a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

/*
.aciklama_devami {
    max-width: var(--maxWidth);
    margin: 25px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    color: #ffffff;
    text-shadow: var(--TextShadowSiyah);
}
.aciklama_devami p {
    padding: 0;
    margin: 0;
}
*/
/* todo soistanbul */


.Blokana01 {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.BlokanaWrappper01 {
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.BlokanaWrappper01 img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.Bloksection01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    padding: 10rem 10rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.BloksectionContent01 {
    position: relative;
    padding: 0;
    width: 100%;
    /*max-width: 1320px;*/
    height: 100%;
    display: grid;
    align-items: center;
}

.BlokBorder01 {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}

.BlokSectionHeader01 {
    padding-left: 11rem;
}

.girdi .BlokBorderLine01 {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards;
}

.BlokBorderLine01 {
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    opacity: 0;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800;
}

@keyframes lineDrawIn {
    0% {
        stroke-dashoffset: 3800;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.e-icon-btn {
    display: block;
    width: 42px;
    height: 42px;
    background: none;
    border: 0;
    cursor: pointer;
}

.e-icon-btn__icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--ikincirenk);
    transition: fill .25s ease-in-out;
    transition-duration: 0.5s;
}

.e-icon-btn__icon:hover {
    fill: #000000;
}

.BlokSectionHeader01 h1 {
    text-transform: none;
    font-size: 5rem;
    font-weight: 300;
    text-shadow: var(--TextShadowSiyahFlat);
    color: #FFFFFF;
}

.BlokSectionHeader01 p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff;
    max-width: 600px;
}

.home .BlokSectionHeader01 p {
    font-size: 2rem;
}


.Blokana02 {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 375px 375px;
    grid-template-rows: 550px;
    /* max-width: 1000px; */
    grid-column-gap: 50px;
    /* margin: 0 auto; */
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.Bloksection02 {
    display: grid;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    padding: 3rem 3rem;
    position: relative;
    width: 100%;
    background-color: #000000;
    grid-template-columns: 375px;
    overflow: hidden;
    height: 100%;
}

.Blokana02 div:nth-child(1) {
    margin-top: -60px;
}

.Blokana02 div:nth-child(2) {
    margin-top: 60px;
}

.BlokanaWrappper02 {
    opacity: .7;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    width: 110%;
    height: 120%;
    overflow: hidden;
}

.BlokanaWrappper02 img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.BloksectionContent02 {
    position: relative;
    padding: 13.5% 40px 13.5% 0;
    width: 90%;
    /* max-width: 1320px; */
    height: 50%;
    display: grid;
    align-items: center;
}

.BlokBorder02 {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 87%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}

.BlokSectionHeader02 {
    padding-left: 30px;
    z-index: 9;
}

.girdi .BlokBorderLine02 {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards;
}

.BlokBorderLine02 {
    stroke: #fff;
    stroke-width: 4;
    fill: none;
    opacity: 0;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800;
}

.BlokSectionHeader02 h1 {
    text-transform: none;
    font-size: 3rem;
    font-weight: 300;
    text-shadow: var(--TextShadowSiyahFlat);
    color: #FFFFFF;
}

.BlokSectionHeader02 p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff;
    max-width: 600px;
}


.Blokana03 {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.BlokanaWrappper03 {
    position: absolute;
    top: calc(20vh / 2);
    right: 0;
    z-index: 1;
    width: 500px;
    height: 80%;
    overflow: hidden;
}

.BlokanaWrappper03 img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.Bloksection03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    padding: 10rem 10rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.BloksectionContent03 {
    position: relative;
    padding: 13.5% 40px 13.5% 0;
    width: 100%;
    /*max-width: 1320px;*/
    height: 100%;
    display: grid;
    align-items: center;
}

.BlokBorder03 {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}

.BlokSectionHeader03 {
    padding-left: 11rem;
}

.girdi .BlokBorderLine03 {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards;
}

.BlokBorderLine03 {
    stroke: var(--ikincirenk);
    stroke-width: 2;
    fill: none;
    opacity: 0;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800;
}

.BlokSectionHeader03 h1 {
    text-transform: none;
    font-size: 6rem;
    font-weight: 300;
    color: #000000;
}

.BlokSectionHeader03 p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #000000;
    max-width: 500px;
}

.icon03 {
    display: block;
    width: 100%;
    height: 100%;
    fill: #000000;
    transition: fill .25s ease-in-out;
}

.backgri {
    background-color: var(--griAcik);
}

.backkoyugri {
    background-color: var(--griKoyu);
}

.altcizgi {
    width: 42px;
    height: 2px;
    background-color: var(--ikincirenk);
}

#secici {
    position: fixed;
    right: 30px;
    display: grid;
    grid-auto-flow: row;
    top: calc((100vh / 2) - 75px);
    grid-row-gap: 15px;
    z-index: 9;
}

#secici a {
    border-radius: 100%;
    height: 13px;
    width: 13px;
    border: 2px solid #ffffff75;
}

.sec01 {
    background-color: var(--sect01);
}

.sec02 {
    background-color: var(--sect02);
}

.sec03 {
    background-color: var(--sect03);
}

.sec04 {
    background-color: var(--sect04);
}

.sec05 {
    background-color: var(--sect05);
}

.sec06 {
    background-color: var(--sect06);
}

/* todo Page */
.page #content {
    background-color: var(--griKoyu);
}

.BlokanaP {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 79vh;
    overflow: hidden;
}

.BlokanaWrappperP {
    position: absolute;
    top: -5%;
    left: 0;
    z-index: 1;
    width: 105%;
    height: 105%;
    overflow: hidden;
    background-color: #333333;
}

.BlokanaWrappperP img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
}

.wpcf7 h3 {
    margin-top: 0;
}

/* todo Category */
.blog {
    padding: 80px 0;
}

.category #primary {
    background-color: var(--griKoyu);
}

.Blogana {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    width: 1200px;
    grid-gap: 30px;
}

.BloksectionK {
    margin: 0;
    display: grid;
    height: 325px;
    align-items: center;
    z-index: 100;
    padding: 3rem 3rem;
    position: relative;
    width: 100%;
    background-color: #000000;
    grid-template-columns: 375px;
    overflow: hidden;
}

.BloksectionK .kapsama {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition-duration: 0.5s;
}

.BloksectionK .kapsama:hover {
    background-color: #0000004d;
}

.BloksectionContentK {
    position: absolute;
    padding: 30px 40px 30px 0;
    width: 90%;
    height: 70%;
    display: grid;
    align-items: center;
}

.BlokanaWrappperK {
    opacity: .7;
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: 1;
    width: 110%;
    height: 120%;
    overflow: hidden;
}

.BlokanaWrappperK img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.BlokBorderK {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 87%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}

.girdi .BlokBorderLineK {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards;
}

.BlokBorderLineK {
    stroke: #fff;
    stroke-width: 4;
    fill: none;
    opacity: 0;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800;
}

.BlokSectionHeaderK {
    padding-left: 30px;
    z-index: 9;
}

.BlokSectionHeaderK h3 {
    text-transform: none;
    font-size: 3rem;
    font-weight: 300;
    text-shadow: var(--TextShadowSiyahFlat);
    color: #FFFFFF;
    margin: 0;
}

.BlokSectionHeaderK h3 a {
    text-decoration: none;
    color: #FFFFFF;
}

/* todo Single Page */

.single #content {
    background-color: var(--griKoyu);
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    text-transform: uppercase;
    font-size: 1.5em !important;
    background: none !important;
    text-shadow: var(--TextShadowSiyah);
    padding: 0.7em !important;
}

.wp-block-gallery {
    padding: 80px 0 !important;
}
.Kdescription a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    transition-duration: 0.5s;
}
.Kdescription a:hover {
    color: var(--ikincirenk);
}

/* todo medya */


@media screen and (max-width: 1100px) {
    .wp-block-gallery {
        padding: 0 !important;
    }
    .text {
        padding: 3rem;
    }
    .text td {
        padding: 5px;
        max-width: 100%;
        display: block;
    }
    .text tr td:nth-child(1) {
        background-color: #000000;
    }
    .BlokSectionHeader03 {
        padding-left: 0;
    }
    .Blokana03 {
        width: 100%;
        height: 60rem;
        min-height: auto;
    }
    .BlokanaWrappper03 {
        top: 0;
        width: 100%;
        height: 100%;
    }
    .Bloksection03 {
        padding: 3rem;
    }
    .Blokana02 div:nth-child(1) {
        margin-top: 0;
    }
    .Blokana02 div:nth-child(2) {
        margin-top: 0;
    }
    .Blokana02 {
        grid-template-columns: 1fr;
        grid-template-rows: 50rem 50rem;
    }
    #footer a.simdiara {
        color: #FFFFFF!important;
        display: inline-block;
    }
    .Bloksection01 {
        padding: 2rem 2rem;
    }

    .BlokSectionHeader01 {
        padding-left: 0;
    }

    .b-section-panel__header {
        padding-left: 0;
    }

    .b-section-panel__inner {
        padding: 150px 6rem;
    }

    h1, .page-template-kapak h1 {
        font-size: 3.6rem;
        line-height: 1.138888889;
    }

    .aciklama_devami {
        grid-template-columns: 1fr;
    }

    #paylas {
        grid-template-columns: 1fr;
        padding: 0 5rem;
        grid-column-gap: 0;
        margin: 0;
    }

    .paylas {
        grid-column: 1/2;
        grid-column-gap: 7px;
    }

    .paylas span {
        grid-column: 1/8;
    }



    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    .wp-block-column {
        flex-basis: 100% !important;
    }

    figcaption, .wp-caption-text {
        color: #ffffff30 !important;
        font-size: 9px !important;
        margin: 16px 0 !important;
    }

    .flickity-page-dots {
        display: none;
    }

    .flickity-button {
        display: none !important;
    }

    .flickity > ul figure {
        position: relative;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .flickity > ul img {
        max-width: none !important;
        height: auto !important;
        width: 100% !important;
    }

    .flickity-slider {
        position: static !important;
        transform: none !important;
    }

    .flickity > ul .flickity-slider li {
        position: static !important;
        padding: 0;
        height: auto;
    }

    .flickity > ul {
        height: auto;
    }

    .Sresim img {
        opacity: 0.3;
    }

    .Kresim img {
        opacity: 0.3;
    }

    .wp-block-group.sagadaya {
        width: 100%;
    }

    .PsingleUst {
        grid-template-rows: calc(100vh - 100px);
        grid-template-columns: 1fr;
        position: relative;
        align-items: center;
    }

    .PsingleUst .Ssol {
        display: none;
    }

    .Pmetin {
        margin-top: 0;
        grid-row: auto;
        grid-column: auto;
    }

    .Presim {
        position: static;
    }

    .Presim img {
        opacity: 0.3;
    }

    .page .text {
        padding: 0 50px;
    }

    .projeler .Scontent {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        padding-top: 50px;
    }

    .projegorsel h2 {
        justify-self: start;
        width: auto;
        text-align: left;
        padding: 0 0 30px 0;
    }

    .projeler .wp-block-media-text .wp-block-media-text__content {
        text-align: left !important;
        padding: 0 !important;
    }

    .Kresim {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .Sresim {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .wp-block-embed iframe {
        max-width: 100%;
        height: 156px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .flickity-slider:after {
        content: '';
        display: block;
    }

    .girdi .Bresim {
        border: 0;
    }

    .Blogana > li {
        opacity: 1;
    }

    .animasyonAlt {
        min-height: unset;
        margin: 0 0 40px 0;
    }

    .wp-block-media-text__content > *:first-child {
        margin-top: 20px;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 !important;
    }

    .prevnext {
        z-index: 9;
        position: relative;
        text-align: left;
        padding: 50px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;

    }

    .sag .wp-block-media-text__content {
        padding: 0 !important;
    }

    .Scontent {
        margin-top: 0;
        padding: 50px;
    }

    .Smetin {
        margin-top: 0;
        grid-row: auto;
        grid-column: auto;
        padding: 10px 0;
        align-self: center;
        background-color: transparent;
        box-shadow: none;
    }

    .singleUst {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        /* grid-auto-rows: 1fr; */
        /* grid-auto-flow: row; */
        align-items: center;
        justify-content: center;
        /* height: auto; */
        min-height: calc(80vh - 100px);
        padding: 50px;
        grid-gap: 30px;
    }

    .Ssol {
        grid-row: auto;
        grid-column: auto;
        padding-left: 0;
    }

    .Sbilgi {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        margin: 0;
    }

    .Sbilgi > div {
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        grid-template-rows: auto;
        grid-row-gap: 10px;
        background-color: transparent;
        padding: 0;
        max-width: 500px;
    }

    .Sbilgi h2 {
        grid-row: auto;
        margin-bottom: 10px;
        justify-self: start;
        color: #ffffff;
        opacity: 1;
    }

    .Sbilgi h2:after {
        opacity: 1;
        bottom: 3px;
    }

    .Sbilgi > div > div {
        grid-row-gap: 0;
        grid-template-rows: auto;
        display: grid;
        align-items: start;
        justify-content: start;
        /* border-left: 1px solid #ffffff36; */
        background-color: transparent;
        border: 0;
        text-align: left;
        padding: 0;
    }

    .projegorsel {
        grid-template-columns: 1fr;

    }

    .Scontent h2 {
        position: relative;
        margin: 0 0 20px 0;
        top: 0;
        padding: 0;
        justify-self: start;
        opacity: 1;
    }

    .projegorsel h2:after {
        opacity: 1;
        bottom: 3px;
    }

    #breadcrumbs a {

    }

    .page-template-kapak section .baslik {
        grid-template-columns: 1fr;
        padding: 0 50px;
    }

    .page-template-kapak section .baslik h2 {
        grid-column: 1/2;
    }

    .Blogana {
        display: grid;
        padding: 0 50px 50px 50px;
        grid-template-columns: 1fr;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        max-width: 100%;
        grid-gap: 50px;
    }

    .Blogana > li {
        display: grid;
        grid-column-gap: 0;
        /* grid-row-gap: 10px; */
        grid-template-columns: 1fr;
        grid-template-rows: 150px auto auto auto;
    }

    .Blogana.tarihsiz > li {
        grid-template-rows: 150px auto auto;
    }

    .Bresim img {
        border-radius: 0;
    }

    .Bresim a:after {
        border-radius: 0;
    }

    .Blogana > li h3 {
        margin: 7px 0 0 0;
        grid-column: inherit !important;
        /* align-items: end; */
        align-self: inherit !important;
        justify-self: inherit !important;
        text-align: left !important;
        grid-row: auto !important;
    }

    .Blogana > li .Btarih {
        margin: 0 !important;
        grid-row: auto !important;
        grid-column: auto !important;
        align-self: inherit !important;
        justify-self: inherit !important;
        text-align: left !important;
    }

    .Blogana > li .Bkaplama {
        grid-column: auto !important;
        grid-row: auto !important;
        text-align: left !important;
        align-self: normal !important;
        justify-self: normal !important;
    }

    .Blogana > li .Bresim {
        grid-column: auto !important;
        width: 100% !important;
        grid-row: 1/2 !important;
        border-radius: 0% !important;

    }

    .Baciklama {

    }

    .blogw-yazi {
        opacity: 1;
    }

    #Atransdaire01:after {
        background-color: #0000008c;
    }

    #yuzde {
        font-size: 10px;
        right: 5px;
    }

    .animasyonAlt h3 > a {
        opacity: 1;
    }

    .Afield {
        opacity: 1;
    }

    .Aaciklama {
        opacity: 1;
    }

    .KanimasyonAna {
        padding: 0 50px;
        margin: 0;
        max-width: 100%;
    }

    .animasyonAna {
        padding: 0 50px;
        margin: 0;
        max-width: 100%;
    }

    #Acizgianimasyon:before {
        left: 20px;
    }

    #Acizgianimasyon:after {
        left: 20px;
    }

    #Acizgianimasyonic {
        top: calc(50vh - -6px);
        left: 31px;
    }

    .Kmetin {
        top: calc((50vh - 110px));
        left: 50px;
        max-width: 80%;
        opacity: 1;
        right: 50px;
        padding: 20px;
    }

    .Ametin {
        top: auto;
        bottom: 20px;
        left: 0;
        max-width: 100%;
        padding: 0 50px;
        opacity: 1;
    }

    .Ametin .slogan {
        margin-bottom: 10px;
        line-height: 1.1;
    }

    .Ametin .aciklama {
        font-size: 13px;
        padding-bottom: 0;
        font-weight: 300;
    }

    .Kmetin h1 {
        font-size: 30px;
    }

    .prev, .next {
        display: block;
        margin: 10px 0;
        text-align: left;
    }

    .prev {
        justify-self: start;
    }

    .blog {
        grid-template-columns: 1fr;
    }

    .contactgrid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .anaAppModul {
        padding: 20px;
    }

    .singleikon {
        grid-gap: 25px;
        grid-template-columns: 1fr;
    }

    .simpleParallax {
        min-height: 100%;
    }

    .singleUst img {

    }

    .category section {
        padding-top: 0;
    }

    .anasayfaKategori {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .anasayfaKategori > div {
        grid-column: 1/2 !important;
    }

    .anasayfaKategori > div:nth-child(4) {

        grid-template-rows: 340px;
    }

    .anaapp {
        grid-template-columns: 1fr;
        height: auto;
    }

    .anaAppYazi {
        padding: 25px;
    }

    .anayazi02 {
        padding: 25px;
    }

    .anakimiz {
        grid-template-columns: 1fr;
        padding: 0 25px;
    }

    .anamusteri {
        padding: 25px;
    }

    .anamusteri h2, .anayazi02 h2, .anainstagram h2 {
        font-size: 30px;
    }

    #footer {
        height: auto;
        padding: 35px 50px;
        grid-row-gap: 30px;
        /* grid-gap: 0; */
        grid-template-rows: auto auto auto;
        grid-template-columns: calc(100vw - 100px);
    }

    .anainstagram {
        padding: 0;
        text-align: left;
        display: block;
    }

    .anainstagram div {
        text-align: left;
    }

    .footgrid {
        grid-template-columns: 1fr;
        padding: 0;
        grid-column: auto;
        grid-row: auto;
    }

    .footgrid02 {
        grid-row: auto;
        grid-column: auto;
    }


}

@media screen and (max-width: 1500px) {
    html {
        font-size: 0.8vw;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 700px) {
    html {
        font-size: 2.5vw;
    }
}