:root {

    --maxWidth: 1400px;
    --renk01: #006bbd;
    --renk02: #006bbd;
    --renk03: #ffcc00;
    --renk02k: #45483B;
    --backColor: #006bbd;
    --yukariY: -50px;
    --headBC: #30bed500;
    --headBH: 10rem;
    --menulia: #ffffff;
    --TextShadowSiyah: 1px 1px 3px rgba(0, 0, 0, 0.4);
    --TextShadowSiyahFlat: 2px 1px 0px rgba(0, 0, 0, 0.5);
    --TextShadowBeyazFlat: 2px 1px 0px rgba(255, 255, 255, 0.5);
    --TextShadowBeyaz: 1px 1px 3px rgba(255, 255, 255, 0.5);
    --textColor: #000000;
    --Aseffaf: 1;
    --Mseffaf: 1;
    --preload: block;
    --logoFilter: invert(100) brightness(100) grayscale(100);
    --aralik: 5rem;
    --Alogogizle:0;
}

* {
    box-sizing: border-box !important;
}

body, html {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
}
html {
    background-color: var(--backColor);
}
body {
    position: relative;
    font-family: "Anafont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.4px;
    font-size: 1.3rem;
    color: var(--textColor);
}

html {
    font-size: 0.7vw;
    scroll-behavior: smooth;
}

main {
    display: block;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin: 3.5rem 0 2rem;
    font-weight: 700;
    color: #000000;
}

:focus {
    outline: none;
}

a {
    color: var(--renk01);
}

a:hover {
    color: var(--renk01);
    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;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
    transition-duration: 0.3s;
    margin: 0;
    border: 1px solid var(--textColor);
    display: inline-grid;
    grid-template-columns: max-content auto;
    grid-column-gap: 15px;
    text-shadow: var(--TextShadowBeyazFlat);
    font-size: 1.2rem;
    width: max-content;
    height: 5rem;
    padding: 1rem 2rem;
    color: var(--renk02k);
    border-color: var(--renk02);
}
.buton01:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transition-duration: 0.3s;
}

.buton01:hover {
    color: var(--renk01);
    border: 1px solid var(--renk01);
}

.buton01:hover:after {
    transform: rotate(90deg);
}

#yukari {
    text-align: center;
    background-color: var(--renk02k);
    position: fixed;
    right: 10px;
    bottom: var(--yukariY);
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    z-index: 100;
    width: 35px;
    height: 35px;
    border-radius: 7px 7px 0 0;
}

#yukari a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    line-height: 35px;
}

#footer #yukari i {
    display: block;
    font-size: 20px;
    line-height: 42px;
    color: var(--renk02);
}

.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(--renk02k);
    margin: 0 auto;
}

.baslikEfekt h2.h2girdi:after {
    animation-name: baslikalti;
    animation-duration: 1s;
}

#logo {
    height: 100%;
}
#logo a {
    /* height: auto; */
    height: 100%;
    display: grid;
    grid-template-rows: 100%;
    align-items: center;
    justify-content: left;
}
#footer {
    /*max-width: var(--maxWidth);*/
    position: relative;
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 auto;
    color: #FFFFFF;
    align-items: center;
    z-index: 99;
    padding: 0;
    background-color: #000000;
}


#footer a, .footgrid a {
    text-decoration: none;
    font-weight: 300;
}

#footer .wpcf7-text {
    color: #000000;
    font-size: 1.2rem;
    border: 1px solid var(--renk01);
    text-align: center;
}

#footer .wpcf7-submit {
    color: #ffffff !important;
    font-size: 1.2rem;
    border: none;
    width: 100%;
    background-color: var(--renk01);
}

#footer .wpcf7-text::-webkit-input-placeholder { /* WebKit browsers */
    color: var(--renk01) !important;
    opacity: 1;
}

.page .wpcf7-text::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000 !important;
    opacity: 1;
}

.wpcf7-textarea::-webkit-input-placeholder, .wpcf7-text::-webkit-input-placeholder { /* WebKit browsers */
    color: #404040 !important;
    opacity: 1;
}

#footer br {
    display: none;
}

#footer p {
    margin: 0;
}

.footsag {
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
}

.page-template-kapak .footsag {

}

.footsol {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.footsol img {
    /*filter: invert(100) brightness(100) grayscale(100);*/
    /*filter: drop-shadow(0 0 2px #FFFFFF);*/
}
.footust {
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;

}

.footalt {
    border-top: 1px solid var(--renk02k);
    color: #cccccc;
    margin: 0 5rem;
}
.footalt a {
    color: #cccccc;
    text-decoration: none;
}

.footorta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    grid-column-gap: 50px;
    padding: var(--aralik) 0;
    border-top: 1px solid var(--renk02k);
    margin: 0 5rem;
}

.anainstagram i, .footgrid i {
    color: var(--renk02k);
}

#footer a:hover, .footgrid a:hover {
    color: var(--renk01);
}

.footgrid {
    display: grid;
    /* justify-content: center; */
    justify-items: start;
    align-items: center;
    grid-template-columns: 1fr;
    text-align: left;
    /* grid-template-rows: 7rem; */
    /* padding: 35px 0; */
    /* height: 100%; */
    grid-row-gap: 1rem;
    align-content: center;
}
.footgrid > p {
    margin: 0;
    display: grid;
    grid-template-columns: 2rem auto;
}
.footgrid img {
    height: 100%;
    width: auto;
    filter: drop-shadow(1px 1px 1px #000);
}


.footbilgi {
    font-size: 1.05rem;
    padding: var(--aralik) 0;
}

.footbilgi a {

}

section {
    padding: 0;
}

.baslikust {
    position: fixed;
    top: -300px;
    z-index: -999;

}

.archive-header {
}

.archive-header h1 {
    margin: 0;
}

.archive-title, .archive-meta {
}

.archive-meta img {
}

.icerik {
    padding: var(--aralik);
    max-width: var(--maxWidth);
    margin: 0 auto;
}

.text {
    max-width: var(--maxWidth);
    margin: 0 auto;
    line-height: 2;
    position: relative;
    z-index: 9;
    padding: 0;
}

.text a {
    text-decoration: none;
}

.text p {
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0;
}

.text h3 {
    line-height: 1.2;
}

.text td {
    padding: 30px;
    background-color: #ececec;
    font-size: 14px;
    line-height: 2;
}

.text code {
    background-color: #ffebaf;
    font-family: "Anafont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
}


.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: var(--backColor);
    display: var(--preload);
    z-index: 9999;
    top: 0;
    left: 0;
    will-change: transform, opacity;

}

#tridiv {
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    padding-right: 16px;
    padding-top: 10px;
    color: var(--renk02);
    width: 100%;
    height: 100%;
}

.loader {
    border: 5px solid #f3f3f342;
    border-radius: 50%;
    border-top: 5px solid #4363a2;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: relative;
}
.loadspan {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4363a2;
    border-radius: 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;

}

#breadcrumbs a:hover {
    color: var(--renk01);
}

.prevnext {
    position: relative;
    z-index: 9;
    text-align: left;
    padding: 60px 0;
    color: #4e4e4e;
    font-size: 2rem;
    /* vertical-align: middle; */
    line-height: 2rem;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-rows: 30px;
    grid-column-gap: 20px;

}

.prevnext a {
    text-decoration: none;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
    max-width: 35rem;
}

.prevnext i {
    color: var(--renk01);
}

.prevnext div {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    align-items: center;
}

.prevnext a:hover {
    color: var(--renk02k);
}

.prevnext span {

}

.prev {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    align-items: center;
    margin: 0;
    color: #000000;
    padding: 0;

}

.prev a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.next {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    align-items: center;
    margin: 0;
    color: #000000;
    padding: 0;
}

.next a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-block-gallery li {
    max-height: 60rem;

}

.wp-block-gallery li img {
    transition-duration: 0.5s;
    opacity: 1;
    max-height: 100%;
}

.wp-block-gallery li img:hover {
    transition-duration: 0.5s;
    opacity: 0.7;
}

input, textarea {
    border-color: #000000;
    color: #000;
}

.page-template-searchpage input, .search input {
    border-color: #000000;
    color: #000;
    display: inline-grid;
    grid-template-columns: 30rem;
    width: 30rem;
    height: 6rem;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 1.5rem 1.8rem;
}

.page-template-searchpage #searchsubmit, .search #searchsubmit {
    border-color: var(--renk02k) !important;
    color: #FFFFFF !important;
    background-color: var(--renk02k);
    display: inline-grid;
    grid-template-columns: 10rem;
    width: max-content;
    height: 6rem;
    vertical-align: top;
}

.faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

/*------------------------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;
}
*/
/*---------------------------*/
.home {

}

@keyframes Acizgi {
    0% {
        opacity: 0.2;
        width: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        width: 50vh;
        height: 50vh;
    }

}

.lang-item a {
    /*display: grid !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    align-content: center;
    padding: 5px;
    border: 2px solid var(--renk01);
    justify-content: center;
    height: 30px;
    width: 30px;
    position: relative;
    transition-duration: 0.5s;
    background-color: transparent;*/
}

.lang-item a:hover {

}

.lang-item a img {
    /*object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;*/
    max-height: 2rem;
}

.lang-item a:after {
    display: none !important;
}


.wp-block-embed iframe {
    max-width: 100%;
    height: 421px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

#paylas {
    padding: 0;
    margin: 50px auto;
    max-width: var(--maxWidth);
}

.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;
}

.paylas a {
    color: #000000;
    display: inline-block;
    /* padding: 3px; */
    border: 1px solid #000000;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    opacity: 1;
    background-color: transparent;
}

.paylas a:hover {
    opacity: 0.7;
    color: var(--renk01);
    background-color: #000000;
}
.paylas i {
    line-height: inherit;
}

.single .paylas, .page .paylas {
    color: #7d7d7d;
}

.single .paylas a, .page .paylas a {
    border: 1px solid #000000;
}

/* todo berk */
.baslik {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 3rem;
    display: inline-block;
    text-shadow: var(--TextShadowBeyazFlat);
}
/*
.Blokana01 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 100px 0;
    overflow: hidden;
}


.BlokanaWrappper01 {
    position: absolute;
    top: -5%;
    left: 0;
    z-index: 1;
    width: 110%;
    height: 110%;
    overflow: hidden;
}

.BlokanaWrappper01 img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.page-template-kapak #section01 .BlokanaWrappper01 img {
    filter: grayscale(0.3);
}

.Bloksection01 {
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 100;
    grid-template-columns: 80rem;
    position: relative;
    width: 100%;
    height: 100%;
}

.BloksectionContent01 {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: end;
}

.BlokBorder01 {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 87%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}

.BlokSectionHeader01 {
    display: grid;
    grid-template-columns: 25rem 1fr;
    position: relative;
    grid-gap: 2rem;
}

.girdi .BlokBorderLine01 {
    animation: lineDrawIn 8s cubic-bezier(.22, .61, .36, 1) forwards;
}


.BlokSectionHeader01 h2 {
    text-transform: none;
    text-shadow: var(--TextShadowFlat);
    font-size: 6rem;
    margin: 0;
    grid-row: 1/3;
    align-self: center;
    color: var(--renk01);
    line-height: 1;
}


.BlokSectionHeader01 p {
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 50rem;
    text-shadow: var(--TextShadowFlat);
    margin: 0;
}
*/
h3.girdi {
    animation: yukariEfekt 2s forwards;
}

h3.cikti {
    animation: asagiEfekt 2s forwards;
}


.altcizgi {
    width: 100px;
    height: 2px;
    background-color: var(--renk02);
}


/* todo Page */
.page #content {
    /*background-color: var(--backColorKoyu);*/
}

.page article, .search article {
    /*display: grid;
    grid-template-columns: 1fr;
    padding: 0 calc((100vw - 100rem) / 2);
    background-image: linear-gradient(-0deg, #fdfdfdbf 30%, rgba(255, 255, 255, 0) 60%);*/
}

.search article {
    /*padding: 0 calc((100vw - 100rem) / 2) 10rem calc((100vw - 100rem) / 2);*/
}

.search article li a {
    text-decoration: none;
    line-height: 2rem;
    color: #000000;
}

.search article li a:hover {
    color: var(--renk01);
}



.wpcf7 {
    margin-top: 50px;
}

.wpcf7 h3 {
    margin-top: 0;
}

/* todo Category */

.Kustbolum {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70vh;
    overflow: hidden;
    border-bottom: 2px solid #000000;
}

.category #content {

}
#category {
    /*max-width: var(--maxWidth);*/
    margin: 0 auto;
}


.BlokanaP {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.KUsol {
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    overflow: hidden;
    top: 0;
    position: relative;
}

.KUsolimg {
    position: absolute;
    top: -13%;
    left: -3%;
    z-index: 0;
    width: 106%;
    height: 120%;
    background-color: var(--renk03);
}

.KUsolimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}

.KUsagHead {
    padding: 4rem;
    position: relative;
    background-color: var(--renk02k);
    /* max-width: 40rem; */
    /* width: 35%; */
    width: 40%;
}

.KUsagHead h1 {
    text-transform: none;
    font-size: 5rem;
    font-weight: 300;
    margin: 0;
    color: var(--renk01);
    text-shadow: var(--TextShadowSiyah);
}
.single .KUsagHead h1 {
    font-size: 3.6rem;
}
.KUsagHead h2 {
    line-height: 1.2;
    margin: 2rem 0;
    color: var(--renk01);
    text-shadow: var(--TextShadowSiyah);
}

.category .aciklama {
    font-weight: 500;
    font-style: normal;
}
.category .aciklama h2 {
    margin: 0;
}

.KUsag {
    display: grid;
    align-items: center;
    justify-content: end;
    background-color: var(--renk03);
    position: relative;
    /* width: 30%; */
    height: 100%;
    /* width: 100%; */
    grid-template-columns: 1fr;
    justify-items: end;
}
/*
.KUsag:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #6b9a2c94;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    animation: fadeInLeft 3s;
}
*/
/*
.KUsag:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #476ea5;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 10px;
    animation: SifirdanYuze 4s ease-in-out;
}
*/
.blog {

}

.category #primary {
    /*background-color: var(--griKoyu);*/
}

.BlogUl {
    padding: 0;
    grid-gap: -8rem;
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    /* grid-auto-rows: 35rem; */
    /* align-items: center; */
    /* margin-right: 5rem; */
    /* height: 30rem; */
    width: calc(100% - 10rem);
    /* max-width: 1200px; */
    /* height: auto; */
    margin: 0 0 5rem 5rem;

    justify-content: center;
}
.Hhaberler .BlogUl {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 26rem;
    margin-right: 5rem;
}
.blog .BlogUl {
    padding: 5rem;
    margin: 0 auto;
}
.blog .BlogLi {
    margin-bottom: 3rem;
}
.BlogUl:after {
    /*content: "";
    display: block;
    background-color: #40529a4a;*/
}
.hakkimizda .BlogUl li:nth-child(2) {
    order: 3;
}
.hakkimizda .BlogUl li:nth-child(3) {
    order: 2;
}
.Sonli {
    background-color: #d3d7e8;
    overflow: hidden;
}
/*
.BlogUl li:nth-child(3n+1):nth-last-child(1) {
    grid-column: 2/3;

}
.BlogUl li:nth-child(3n+2):nth-last-child(1) {
    grid-column: 3/4;
}
*/

/*
.BlogUl li:nth-child(3n+3):nth-last-child(1) {
    grid-column: 3/4;
}
*/
/*
.BlogUl li:nth-child(4n+4):nth-last-child(1) {
    grid-column: 4/5;
}
*/


.BlogLi {
    list-style: none;
    margin: 0 0 -3rem -1rem;
    /* overflow: hidden; */
    display: grid;
    /* grid-template-rows: 26rem 11rem; */
    grid-template-columns: 1fr;
    position: relative;
    height: 30rem;
    width: 28rem;
    /* background-color: var(--renk03); */
    transition-duration: 0.5s;
    /* border-radius: 20px 0 0 0;*/
}
.BlogLi.girdi {
    animation: blogresimgirdi 1.5s forwards;
}
.BlogLi.cikti {
    animation: blogresimcikti 1.5s forwards;
}
.Hurunler .BlogLi {
    grid-template-columns: 1fr;
}

.Hhaberler .BlogLi:nth-child(1) {
    grid-row: 1/3;
}
.Hhaberler .BlogLi:nth-child(2) {
    grid-row: 2/4;
}
.Hhaberler .BlogLi:nth-child(3) {
    grid-row: 1/3;
    grid-column: 3/4;
}
.Hhaberler .BlogLi:nth-child(1) .BlogLhead h3, .Hhaberler .BlogLi:nth-child(2) .BlogLhead h3, .Hhaberler .BlogLi:nth-child(3) .BlogLhead h3 {
    font-size: 4.1rem;
    padding-top: 5rem;
}
.haberler .BlogLi:nth-child(1) {
    grid-column: 1/3;
}
.haberler .BlogLi:nth-child(1) h3 {
    padding-top: 5rem;
}
.haberler .BlogLi:nth-child(1) .BlogLhead h3 {
    font-size: 4.1rem;
}
.Hhaberler .BlogLi {
    background-color: #000000;
    border: 1px solid #5d5d5d;
}
.BlogLi:hover {

}
.BlogLi:after {
    /*display: block;
    content: "";
    height: 1px;
    border-bottom: 1px dashed var(--renk01);
    width: 75px;
    margin: 0 auto;*/

}
.home .BlogLi:after {
    display: none;
}
.BlogLi .SubKategori {
    width: auto;
    padding: 3px 5px;
    background-color: var(--renk03);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.BlogLi.girdi .BlogLheadWrap {
    animation: SeffafGir 2s forwards;
}
.BlogLi.cikti .BlogLheadWrap {
    animation: SeffafCik 2s forwards;
}
.BlogLi.girdi .BlogLimg {
    /*animation: BlogLimgAG 2s forwards;
    transform-origin: bottom right;*/
}
.BlogLi.cikti .BlogLimg {
    /*animation: BlogLimgAC 2s forwards;
    transform-origin: bottom right;*/
}
.BlogLheadWrap {
    padding: 0 1rem;
    width: 68%;
    height: auto;
    display: grid;
    /* align-items: center; */
    left: 0;
    margin-left: 1rem;
    /* top: 60px; */
    position: absolute;
    /* justify-content: start; */
    transition-duration: 0.5s;
    background-color: #036fb9;
    align-self: center;
    justify-self: center;
    /* justify-items: start; */
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.BlogLi:hover .BlogLheadWrap {
    background-color: #000000;
}
.BlogLimg {
    position: absolute;
    /* top: -10%; */
    /* right: 0; */
    /* z-index: 0; */
    width: 100%;
    /* left: -2%; */
    /* border-radius: 100% 100% 0 100%; */
    height: 100%;
    /* padding: 3rem; */
    /* align-items: center; */
    /* justify-items: center; */
    display: grid;
    /* overflow: hidden; */
    /* background-color: var(--renk03); */
    transition-duration: 0.5s;
    /* align-self: end; */
    /* justify-self: end; */
    /*filter: drop-shadow(7px 8px 6px black);*/
    /* border: 4px solid #fff; */

    /*box-shadow: 20px 19px 20px 20px #c42626;*/

}
.BlogLimg.ekli {
    background-color: var(--renk03);
}
.BlogLimg:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -10px;
    z-index: -1;
    display: block;
    background-color: #ffffff;
    height: calc(100% + 15px);
    width: calc(100% + 20px);
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.blog .BlogLimg:after {
    background-color: #e3e3e3;
}
.BlogLi:hover .BlogLimg {
    /*background-color: var(--renk02k);*/
}
.BlogLimg a {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.BlogLimg img {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    object-fit: contain;
    /* min-width: 100%; */
    max-width: 100%;
    max-height: 100%;
    /* min-height: 100%; */
    /* transform: translate(-50%, -50%); */
    transition-duration: 0.5s;
}
.BlogLimg.eksiz img {
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    max-height: 100%;
    max-width: 100%;
}


.BlogLi:hover img {
    /*mix-blend-mode: overlay;*/
    opacity: 0.8;
    filter: sepia(1);
}


.BlogLimg.girdi img {
    /*filter: grayscale(0);*/
    animation: blogresimgirdi 1s forwards;
}

.BlogLimg.cikti img {
    /*filter: grayscale(1);*/
    /*animation: blogresimcikti 1s forwards;*/
}

.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;
}

.BlogLhead {
    padding: 1rem;
    text-align: left;
}

.BlogLhead i {
    color: #afafaf;
    font-size: 1.5rem;
}

.BlogLhead h3 {
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.BlogLhead h3 a {
    text-decoration: none;
    transition-duration: 0.5s;
    color: #ffffff;
}
.Hhaberler .BlogLhead h3 a {
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyah);
}


.BlogLhead .bilgi {
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
    color: #FFFFFF;
margin: 0.5rem 0 0 0;
}

.BlogLi:hover .BlogLhead h3 a {

}
.BlogLhead h3 a:hover {

}
.BlokKat {
    padding: 1rem 2rem;

    margin: 0 5rem 0 0;
}
/* todo Single Page */
.single article {
    /*display: grid;
    grid-template-columns: 1fr;
    padding: 0 calc((100vw - 100rem) / 2);
    background-image: linear-gradient(-0deg, #fdfdfdbf 30%, rgba(255, 255, 255, 0) 60%);*/
}

.single #content {

}

.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);
}

.wp-block-gallery {

}

.eklenen {
max-width: var(--maxWidth);
    margin: 0 auto;
}

/* todo sss */


/* todo xxx */


#ikonlar {
    position: fixed;
    top: 200px;
    right: -15rem;
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 1rem;
    z-index: 999;
    animation-name: fadeInLeft;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}

#ikonlar a {
    position: relative;
    right: 0;
    background-color: var(--renk01);
    font-size: 3rem;
    /* width: 6rem; */
    text-align: center;
    line-height: 3rem;
    color: #ffffff;
    /* padding: 1rem; */
    text-decoration: none;
    display: grid;
    align-items: center;
    /* justify-content: center; */
    grid-template-rows: 5rem;
    grid-template-columns: 5rem 14rem;
    /* grid-row-gap: 2rem; */
    grid-column-gap: 1rem;
    transition-duration: 0.5s;
}

#ikonlar a span {
    display: inline-block;
    font-size: 1.7rem;
    text-align: left;
    white-space: pre;
}

#ikonlar a:hover {
    right: 14rem;
}

#ikonlar a i {
    transition-duration: 0.5s;
}

#ikonlar a:hover i {
    color: var(--renk03);
}

#ikonlar li {

}
#uyeol {
    padding: 50px 0 80px 0;
    text-align: center;
    color: #ffffff;
position: relative;
    overflow: hidden;
}
#uyeol:before {
    /*content: "";
    display: block;
    position: absolute;
    background-color: #6b9a2c94;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 3rem;
    animation: fadeInLeft 3s;*/
}
#uyeol:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffffff54;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 3rem;
    animation: fadeInRight 3s;
}
.uyeol {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 5rem;
}
.uyeol h3 {
    color: #ffffff;
}
.uyeol input {
    border-color: #ffffff;
    color: #ffffff;
}
#uyeol .wpcf7-text::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc !important;
    opacity: 1;
}
#uyeol .wpcf7-textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc !important;
    opacity: 1;
}
#uyeol .wpcf7-submit {
    background-color: var(--renk01);
    text-decoration: none;
    color: var(--renk02k)!important;
    border: 0!important;
    transition-duration: 0.5s;
    max-width: 100%;
}
#uyeol .wpcf7-submit:hover {
    background-color: #ffffff;
}
#uyeol .BlokanaWrappper01 {
    z-index: -1;
    background-color: var(--renk02k);
    height: 115%;
}
#uyeol .BlokanaWrappper01 img {
    filter: blur(3px);
    opacity: 0.5;
}
#uyeol .wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}
#whats {
    position: fixed;
    /* top: 45%; */
    bottom: 0;
    right: 5rem;
    /* font-size: 30px; */
    height: auto;
    /* line-height: 34px; */
    z-index: 99;
    /* color: #4FCE5D; */
}
#whats a {
    color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
    display: block;
    line-height: 19px;
    background-color: #4FCE5D;
    text-shadow: 1px 1px 1px #0000007d;
    transition-duration: 0.5s;
    text-decoration: none;
}
#whats a:hover {
    background-color: #20722b;
}
.slayt {

}
ul.post-categories {
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.post-categories li {
    list-style: none;
    margin: 0;

}
.post-categories li a {
    color: #FFFFFF;
    border-top: 1px solid var(--renk01);
    border-bottom: 1px solid var(--renk01);
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    font-size: 1rem;
    transition-duration: 0.5s;
}
.post-categories li a:hover {
    background-color: var(--renk02k);
    color: #FFFFFF;
}

/* todo single kurucular */

.post-template-single-kurucular {}

.SKustbolum {
    grid-template-rows: auto;
    border-bottom: 2px solid #000000;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #f7f7f7;
}
.SKUsolimg {
    position: relative;
    display: grid;
    justify-content: end;
    justify-items: end;
    grid-template-rows: 35rem;

}
.SKUsolimg img {
    height: 100%;
    object-fit: contain;
    width: auto;
    top: 0;
    right: 0;
    position: absolute;
    /* max-height: 35rem; */
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.SKUsagHead {
    padding: 4rem;
}
.SKUsagHead h1 {
    margin: 1rem 0;
}
.SKUsagHead h2 {
    margin: 1rem 0;
    font-weight: 400;
    font-size: 2.2rem;
}
.SKUsag {

    display: grid;
    width: 100%;
    margin: 0 auto;
    align-items: center;

    grid-template-columns: 1fr 1fr;
}
/* todo kategori satır */
.HBlogUl {
    display: grid;
    grid-auto-flow: row;
    /* grid-template-rows: 150px; */
    grid-auto-rows: 100px;
    grid-row-gap: 20px;
    margin: var(--aralik);
}
.HBlogLi {
    list-style: none;
    margin: 0;
    overflow: hidden;
border: 1px solid #cccccc;
}
.HBlogLheadWrap {
    padding: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    grid-template-columns: 80% 20%;
}
.Hdate {
    padding: 0;
    justify-self: center;
    margin: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: #cb997e;
    color: #fff;
}
.HBlogLhead {
     padding: 0 5rem;
     text-align: center;
 }
.HBlogLhead h3 {
     margin: 0;
    text-align: left;
    line-height: 1.1;
 }
.HBlogLhead h3 a {
     text-decoration: none;
    font-weight: 400;
 }
.HBlogLhead h3 a:hover {
color: #000000;
 }

/* todo widget */

.hizmetgrup .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 2rem;
}
.hizmetgrup .wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 5%;
    margin: 5% 0;
    word-break: break-word;
    position: relative;
    left: -5rem;
    background-color: white;
    border-left: 3px solid #000;
}
.hizmetgrup .has-large-font-size {
    font-size: 2em;
}
.hizmetgrup li {
    font-size: 1em;
}
.hizmetgrup ul {

}
.referans .blocks-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 4rem;
    align-content: center;
    justify-content: center;
}
.referans .blocks-gallery-grid li {
    margin: 0 0 0 0!important;
    width: 100%!important;
    display: grid!important;
    align-content: center;
    align-items: center;
    height: 100%;
}

/* todo medya */



@media screen and (max-width: 1100px) {
    .blog .BlogUl {
        width: 100%;
    }
    .blog .BlogLi {
        margin-bottom: 0;
    }
    .hizmetgrup .wp-block-group__inner-container {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .hizmetgrup .wp-block-media-text .wp-block-media-text__content {

        position: relative;
        left: 0;
        background-color: transparent;
        border-left: 0;
    }
    .SKUsagHead h1 {
        font-size: 3rem;
    }


    rs-bgvideo {
        /*display: none!important;*/
    }
    .page-template-searchpage input, .search input {
        grid-template-columns: 100%;
        width: 100%;
    }
    .SKustbolum {
        border:0;
    }
    .SKUsolimg {
        padding: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        background-color: #000;
    }
    .SKUsag .altcizgi {
        margin: 0;
    }
    .SKUsag {
        grid-template-columns: 1fr;
    }
    #loading {
display: none;
    }
    .KUsagHead h1, .single .KUsagHead h1 {
        font-size: 2.4rem;
    }
    .Sonli {
        display: none;
    }
    .BlogUl li:nth-child(4n+1):nth-last-child(1) {
        grid-column: auto;
    }
    .BlogUl li:nth-child(4n+2):nth-last-child(1) {
        grid-column: auto;
    }
    .BlogUl li:nth-child(4n+3):nth-last-child(1) {
        grid-column: auto;
    }

    .footbilgi {
        padding: 25px 0;
        text-align: center;
    }
    .footust {
        height: 100%;
        display: grid;
        align-items: center;
    }
    .BlogLheadWrap {
        text-align: center;
    }
    .BlogLi:after {
        margin: 0 auto 2rem auto;
    }
    .BlogLimg {
        height: 22rem;
        width: 22rem;
    }
    .KUsag {
        align-items: center;
        justify-content: center;
        text-align: center;
        grid-template-rows: 45vh auto;
    }
    .KUsolimg {
        /* position: absolute; */
        /* top: -13%; */
        /* left: -3%; */
        /* z-index: 0; */
        top: 0;
        left: 0;
        position: relative;
    }
    .Kustbolum {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .KUsagHead {
        padding: 3rem 5rem;
        max-width: none;
        width: 100%;
    }
    .altcizgi {
        margin: 0 auto;
    }
    .search-results .icerik {
        padding: 5rem;
    }
    .BlokSectionHeaderP h1 {
        font-size: 3rem;
    }
    .BlokSectionHeaderK h3 {
        font-size: 1.7rem;
    }
    .prevnext a {
        max-width: 25rem;
        white-space: normal;
    }
    #sectionP:after {
        background-color: #ffffff26;
    }
    #ikonlar {
        position: static;
        grid-auto-flow: column;
        grid-row-gap: 0;
        animation: none;
    }

    #ikonlar a {
        position: relative;
        right: 0;
        font-size: 2rem;
        line-height: 3rem;
        grid-template-rows: 5rem;
        grid-template-columns: 4rem auto;
        grid-column-gap: 0;
    }

    #ikonlar a span {
        font-size: 1.2rem;
    }



    .text {

    }

    #sectionP {
        padding: 5rem;
    }

    .footorta {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        grid-column-gap: unset;
        grid-row-gap: 3rem;
    }



    .buton01 {
        justify-content: left;
    }


    h1, .page-template-kapak h1 {
        font-size: 3.6rem;
        line-height: 1.138888889;
    }

    .aciklama_devami {
        grid-template-columns: 1fr;
    }

    #paylas {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        margin: 0;
    }

    .paylas {
        grid-column: auto;
        grid-column-gap: 7px;

        grid-row-gap: 15px;
        margin-top: 5rem;
    }

    .paylas span {
        grid-column: 1/8;
    }

    .booknow {
        display: inline-block;
    }

    .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;
    }

    .wp-block-group.sagadaya {
        width: 100%;
    }

    .page .text {
        padding: 0 50px;
    }

    .wp-block-embed iframe {
        max-width: 100%;
        height: 156px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .flickity-slider:after {
        content: '';
        display: block;
    }

    .Blogana > li {
        opacity: 1;
    }

    .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;
        grid-template-columns: 1fr;
        grid-template-rows: auto;

    }

    #breadcrumbs a {

    }

    .page-template-kapak section .baslik {
        grid-template-columns: 1fr;
        padding: 0 50px;
    }

    .page-template-kapak section .baslik h2 {
        grid-column: 1/2;
    }

    .BlogUl {
    padding: 0;
        grid-template-columns: 1fr;
        grid-auto-rows: 32rem;
        max-width: 100%;
        grid-gap: 3rem;
        margin: 0 5rem;
    }

    .BlogLi {
height: 24rem;
        grid-template-rows: auto;
        width: 100%;
    }

    .BlogLi h3 {

    }



    .prev, .next {
        margin: 10px 0;
        text-align: left;
    }

    .prev {
        justify-self: start;
    }

    .blog {
        grid-template-columns: 1fr;
    }

    .footbilgi a {
        display: block;
    }

    .singleikon {
        grid-gap: 25px;
        grid-template-columns: 1fr;
    }

    .category section {
        padding-top: 0;
    }

    #footer {
        height: auto;
        padding: 0;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    .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: 3000px) {
    html {
        font-size: 0.55vw;
    }
}
@media screen and (max-width: 2000px) {
    html {
        font-size: 0.75vw;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 0.75vw;
    }
}
@media screen and (max-width: 1400px) {
    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: 3vw;
    }
}