/*
 * Theme Name: Ankara Web Tasarim
 * Description: Özgün Tasarım Web Sitesi
 * Version: 1.0
 * Author: Ankara Web Tasarım
 * Author URL: https://ankara-web.com
 * Created: 2024-06-18
 * Updated: 2024-06-18
 */

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Bai Jamjuree", sans-serif;
}

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

body {
    font-family: "Bai Jamjuree", sans-serif;
    background-color: #fff;
    height: auto;
    position: relative;
    margin: 0;
    color: #000;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

header {
    display: block;
    unicode-bidi: isolate;
    z-index: 1999;
    position: relative;
    width: 100%;
    background-color: #000;
    padding: 20px 20px 20px 20px;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.1);
    z-index: 1000;
    transition: top 0.3s ease;
}

.site-navigation,
.text-right {
    text-align: right
}

#videobcg,
body,
img {
    height: auto
}

#footermenu>li>a,
p {
    font-size: 15px
}

.awtt-anasayfa,
.wp-post-image {
    object-fit: cover;
    object-position: center
}

.altkisim,
.baslikalt,
.makaledetay-data,
.makalelink,
p {
    font-style: normal
}

#mobilmenuozellik a,
.hizbtn,
.yanmenu ul li a,
a,
a:hover {
    text-decoration: none
}

.counter,
.next,
.prev,
img {
    vertical-align: middle
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Bai Jamjuree", sans-serif
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible
}

header {
    display: block;
    unicode-bidi: isolate;
    z-index: 1999;
    width: 100%;
    background-color: #000;
    padding: 20px
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgb(0, 0, 0, .1);
    z-index: 1000;
    transition: top .3s
}

#mobilmenuozellik {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    z-index: 11;
    user-select: none
}

#mobilmenuozellik a {
    color: #fff;
    transition: color .3s
}

#mobilmenuozellik a:hover,
.altkisim a,
.makaledetay-data a {
    color: #fff
}

#mobilmenuozellik input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2
}

#mobilmenuozellik span {
    display: block;
    width: 32px;
    height: 3px;
    margin-bottom: 6px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s
}

#mobilmenuozellik span:first-child {
    transform-origin: 0% 0%
}

#mobilmenuozellik span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#mobilmenuozellik input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px)
}

#mobilmenuozellik input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

#mobilmenuozellik input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px)
}

#menu-menu-1 {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    padding: 50px;
    background: #000;
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    height: 100vh;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    color: #fff !important
}

#menu-menu-1 li {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700
}

#mobilmenuozellik input:checked~ul {
    transform: translate(0, 0)
}

.site-navbar .site-navigation .site-menu>li.active>a,
.site-navbar .site-navigation .site-menu>li>a:hover,
.site-navbar ul .active a {
    color: #f4d804
}

.site-navigation {
    position: relative
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: -6px
}

.site-navbar .site-navigation .site-menu>li,
input:checked+.box .box-close,
input:checked+.box .box-content {
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.site-navbar .site-navigation .site-menu>li>a>span {
    padding: 5px 20px;
    display: inline-block;
    transition: .3s;
    border-radius: 30px
}

section {
    display: block;
    position: relative
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.container:after,
.row:after {
    clear: both
}

.menugenislik,
.referanslogo,
.sideyanmenu,
.ustkisimlogo,
.col-md-6,
.col-md-2,
.col-md-3,
.col-md-9,
.col-md-3,
.col-md-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

.col-md-12 {
    flex: 0 0 100%
}

li {
    list-style-type: none
}

a {
    background-color: transparent
}

.otuz {
    margin-top: 20px
}

.alt-mesafe,
.form-group,
.yirmi {
    margin-bottom: 20px
}


.metin-ortala,
.postbaslik,
.siyaharkaplan {
    text-align: center
}

.merkezekoy {
    align-items: center !important
}

.position-relative {
    position: relative !important
}

p {
    text-align: justify;
    line-height: 30px;
    font-weight: 300
}

.arka-plan-logo {
    background-image: url('https://localhost/wp-content/uploads/fotolar/arkaplan.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center
}

.siyaharkaplan {
    z-index: 1;
    display: block;
    position: fixed;
    background-color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    line-height: 200px;
    top: 17px;
    right: 6px
}

@media screen and (max-width:575px) {
    #banner {
        height: 223px
    }
    section {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .postbaslik {
        height: 90px
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .container {
        max-width: 540px
    }
    #banner {
        height: 320px
    }
    section {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .postbaslik {
        height: 180px
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width:991px) {
    .sideyanmenu,
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width:990px) {
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .sideyanmenu {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 720px
    }
    #banner {
        height: 425px
    }
    .referanslogo {
        height: 100px
    }
    .postbaslik {
        height: 248px
    }
    .logo-parilti {
        top: -235px;
        position: relative;
        right: 0;
        z-index: 0;
        width: 200px;
        height: 200px;
        margin: 0;
        padding: 0;
        background: #fff;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .referanslogo {
        border: .5px solid #e5e5e5;
        text-align: center;
        height: 180px;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
    .solarti {
        margin-top: -26px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 960px
    }
    #banner {
        height: 500px
    }
    .referanslogo {
        height: 137px
    }
    .postbaslik {
        height: 338px
    }
}

@media screen and (max-width:1199px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 120%
    }
    h1 {
        font-size: 35px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 26px
    }
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 12px
    }
    .tepebaslikyukari {
        color: #ffca4b;
        margin-top: -45px
    }
    .anabaslik {
        font-size: 52px;
        line-height: 50px;
        font-weight: 800;
        color: #0a0a0a;
        text-align: center
    }
    .mesafe {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .hbaslik {
        margin-top: 15px;
        font-size: 50px;
        line-height: 63px;
        font-weight: 700;
        text-align: center;
        padding: 0 6px
    }
    .nokta-kaydir {
        top: 9px;
        position: absolute;
        left: 227px;
        color: #ffc500 !important
    }

    .yan-slogan,
    .yanseritmetin {
        font-size: 40px;
        line-height: 48px
    }
    .col-md-6,
    .col-md-2,
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .black-bar {
        position: absolute;
        top: 10px;
        left: -16px;
        width: 20px;
        height: 117px;
        background-color: #000;
        padding-right: 10px;
        padding-top: 50px
    }
    .yanseritmetin {
        font-weight: 900
    }
    .yan-slogan {
        font-weight: 700
    }
    .siyaharkaplan,
    .ustkisimlogo {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .menugenislik {
        display: none
    }
    .d-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width:1200px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-2 {
        flex: 0 0 16.67%;
        max-width: 16.67%
    }
    .container {
        max-width: 1170px
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 150%
    }
    h1 {
        font-size: 48px
    }
    h2 {
        font-size: 36px
    }
    h3 {
        font-size: 30px
    }
    h4 {
        font-size: 22px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
    .menugenislik {
        display: block;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .anabaslik {
        font-size: 180px;
        line-height: 210px;
        -webkit-text-stroke: 1px #dfdfdf;
        font-weight: 800;
        color: #0a0a0a;
        text-align: center
    }
    .hbaslik {
        margin-top: 15px;
        font-size: 25px;
        line-height: 30px;
        padding: 0 6px
    }
    .nokta-kaydir {
        top: 37px;
        position: absolute;
        left: 289px;
        color: #ffc500 !important
    }
    .solarti {
        margin-top: -25px
    }
    #banner {
        height: 690px
    }
    .referanslogo {
        height: 221px
    }
    .ustkisimlogo {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .postbaslik {
        height: 263px
    }
    .black-bar {
        position: absolute;
        top: 10px;
        left: -16px;
        width: 20px;
        height: 292px;
        background-color: #000;
        padding-right: 10px;
        padding-top: 50px
    }
    .yanseritmetin {
        font-size: 82px;
        line-height: 78px;
        font-weight: 900;
        margin-bottom: 15px
    }
    .yan-slogan {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700
    }
    #mobilmenuozellik,
    .siyaharkaplan {
        display: none
    }
    .awt-referans-liste .sag,
    .awt-referans-liste .sol {
        border-right: .5px solid #e5e5e5
    }
}

#banner,
#ustanimasyon {
    display: flex;
    padding-top: 0;
    padding-bottom: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

img {
    max-width: 100%;
    border-style: none
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 16px
}

.pb-3,
.py-3 {
    padding-bottom: 16px
}

.pt-3,
.py-3 {
    padding-top: 16px
}

.altsifir,
.my-0 {
    margin-bottom: 0
}

.arka-siyah .box-title,
.arka-siyah h4,
.arka-siyah p,
.metinbeyaz {
    color: #fff !important
}

#banner {
    background-color: #000;
    justify-content: center;
    align-items: center
}

.ml-md-0 {
    margin-left: 0 !important
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -100
}

.d-lg-block {
    display: block !important
}

#ustanimasyon {
    height: calc(100vh - 153px);
    justify-content: center;
    align-items: center;
    background: #0a0a0a
}

.tepe-baslik {
    color: #ffca4b;
    margin-bottom: 70px
}

.yazianimasyon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3) 35%, rgba(0, 0, 0, .7));
    background: -moz-radial-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3) 35%, rgba(0, 0, 0, .7));
    background: -ms-radial-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3) 35%, rgba(0, 0, 0, .7));
    background: radial-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3) 35%, rgba(0, 0, 0, .7))
}


.solarti {
    float: left;
    color: #fc3;
    font-size: 47px;
    margin-top: -18px;
    font-weight: bolder
}

.solarti:hover {
    color: #4b4b4b
}

.sarirenk {
    background: #fc3
}

.iconyazisi {
    float: left;
    margin-right: 20px;
    margin-left: 2px
}

.baslikalt {
    font-size: 22px;
    line-height: 26px;
    color: #fff
}

.sagyazi {
    overflow: hidden
}

.sarimesafe {
    background-color: #f7d12a
}

#footerrenk,
.arka-siyah,
.arka-siyah .box {
    background-color: #000
}

.arka-siyah .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: none
}

.arka-siyah input:checked+.box .box-title {
    border-bottom: 1px solid;
    background-color: #000
}

.arka-siyah .box {
    height: 40px
}

.arka-siyah .box-title {
    height: 40px;
    line-height: 40px
}

.metinaltyazi {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #fff
}

.metin-ana-baslik {
    font-size: 42px;
    line-height: 35px;
    font-weight: 700;
    color: #ffc508
}

#footermenu>li>a,
.altkisim {
    line-height: 26px;
    color: #fff
}

.doksan {
    width: 98%
}

#hizmetlerimizvideosu,
.lightbox img {
    display: block;
    margin: 0 auto
}

#iletisime-gec {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    right: 0
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.blokalan {
    margin-top: 30px;
    padding: 10px;
    background-color: #dbdbdb;
    border-radius: 8px;
    border: 1px solid #000
}

.altkisim {
    font-size: 13px
}

.gri-arka {
    background-color: #f1f1f1
}

.ustyirmi {
    margin-top: 25px
}

.ustalt-mesafe {
    margin-top: 7%
}

.ref-dik-ort {
    display: flex;
    align-items: center
}

.referans-yukseklik {
    padding-top: 20px;
    padding-bottom: 20px
}

.onbes {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    bottom: 0;
    height: 50px
}

.footer-adres {
    color: #fff;
    font-size: 12px;
    line-height: 17px
}

#footerrenk {
    padding-top: 110px;
    padding-bottom: 50px
}

@media screen and (min-width:768px) {
    .referans-baslik {
        text-overflow: ellipsis;
        overflow: hidden;
        transform: translateY(-30%);
        opacity: 0;
        transition: transform .5s, opacity .5s;
        will-change: transform, opacity;
        padding: 2rem 0 0 2rem;
        font-size: 108px;
        line-height: 150px;
        margin-top: 27px;
        -webkit-text-stroke: 3px #000;
        font-weight: 800;
        color: #fff;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .referans-baslik {
        text-overflow: ellipsis;
        overflow: hidden;
        transform: translateY(-30%);
        opacity: 0;
        transition: transform .5s, opacity .5s;
        will-change: transform, opacity;
        padding: 2rem 0 0 2rem;
        font-size: 38px;
        line-height: 50px;
        margin-top: 27px;
        -webkit-text-stroke: 3px #000;
        font-weight: 800;
        color: #fff;
        width: 100%
    }
    .ustalt-mesafe {
        margin-top: 20px
    }
    #ustanimasyon {
        height: 300px
    }
    .referanslogo {
        border: .5px solid #e5e5e5;
        text-align: center;
        height: 180px;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
    .logo-parilti,
    .solarti {
        display: none
    }
    #footermenu>li>a {
        font-size: 17px;
        line-height: 40px;
        margin-right: 40px;
        color: #fff
    }
}

.footer-menu,
.yanmenu ul {
    list-style: none
}

.footer-menu>li {
    display: inline-block;
    margin: 0 10px;
    position: relative
}

.cerceve {
    padding: 15px;
    border: 1px solid #000;
    border-radius: 8px;
    margin-top: 20px;
    height: auto
}

.makalestildort.makalestil .sonmakale:hover .makalelink:after {
    width: 160px
}

.makalestildort.makalestil .sonmakale {
    position: relative;
    margin-bottom: 10px
}

.makalestildort.makalestil .sonmakale:hover .makalesonlink:after {
    opacity: 0
}

.makalesonlink {
    position: relative;
    display: block
}

.makalesonlink:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgb(0, 0, 0, .6) 100%);
    box-shadow: none;
    border-radius: 0;
    transition: opacity .25s ease-in-out
}

.attachment-awtt-anasayfa {
    height: 263px !important
}

.wp-post-image {
    width: 100%;
    height: auto;
    display: block
}

.awtt-anasayfa {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1
}

.postbaslik {
    background-color: #ffc600;
    width: 100%;
    margin-bottom: 10px
}

.postanabaslik {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.makaledetay {
    position: absolute;
    bottom: 0;
    padding: 20px 15px 15px
}

.makaledetay-data {
    color: rgb(255, 255, 255, .8);
    font-size: 11px
}

.makalelink {
    position: relative;
    margin: 0 0 5px;
    color: #fff;
    text-shadow: 0 0 8px rgb(0, 0, 0, .7)
}

.makalelink:after {
    position: absolute;
    content: '';
    width: 88px;
    height: 3px;
    background-color: #ffc600;
    left: 0;
    bottom: -10px;
    transition: width .25s ease-in-out
}

.latest_posts-img {
    border-radius: 0;
    backface-visibility: hidden
}

@media print {
    [class*=yatay--] {
        width: 100%
    }
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
}

@keyframes caret {
    50% {
        border-color: transparent
    }
}

.text-box {
    position: relative;
    display: flex;
    margin-bottom: 20px
}

.sayfabaslik {
    font-size: 36px;
    font-weight: 900;
    background-color: #000;
    color: #fff;
    display: block;
    padding: .2em
}

.btn,
.hizbtn {
    font-size: 12pt;
    text-align: center
}

.box-title,
.btn,
.hizbtn {
    display: inline-block
}

.sayfabaslik:nth-child(2) {
    position: absolute;
    background-color: #fff;
    color: #000;
    clip-path: inset(-1% -1% 50% -1%)
}

.sidebar {
    position: fixed;
    width: 25%;
    height: 100vh;
    background: #312450
}

.animasyon-buton,
.box,
.referans-foto-isik,
.yanmenu,
.yanmenu ul li {
    position: relative
}

.yanmenu ul li {
    margin-bottom: 10px;
    margin-left: -40px
}

.yanmenu ul li a {
    line-height: 53px;
    color: #5a5a5a;
    display: block;
    transition: .3s ease-out;
    background-color: #dcdcdc;
    padding-left: 10px
}

.yanmenu ul li.active a {
    background-color: #f4d804
}

.yanmenu ul li:not(.active):hover a {
    color: #5d5c5c;
    background-color: #f4d804
}

.btn {
    background-color: #ffc500;
    color: #fff;
    padding: 13px 23px
}

.btn:hover,
.hizbtn:hover {
    background-color: #00aeec;
    color: #fff;
    box-shadow: 2px 2px 2px 2px gray, 0 1px 1px 0 gray
}

.animasyon-buton {
    color: #000;
    padding: 20px 40px;
    background: 0 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer
}

.animasyon-buton:after,
.animasyon-buton:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    transition: transform .2s
}

.animasyon-buton:after {
    transform: translate(3px, 3px)
}

.animasyon-buton:before {
    transform: translate(-3px, -3px)
}

.animasyon-buton:hover:after,
.animasyon-buton:hover:before {
    transform: translate(0)
}

.hizbtn {
    background-color: #ffc500;
    color: #fff;
    padding: 8px;
    margin: 0 4px 4px 0;
    transition: .4s
}

.accordion input {
    display: none
}

.box-title:before,
.box::before {
    display: block;
    position: absolute
}

.box {
    background: #fff;
    height: 64px;
    transition: .15s ease-in-out
}

.animasyon-sari,
.animasyon-siyah {
    background-size: 40% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .7s, background-position .5s ease-in-out
}

.box::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgb(0, 0, 0, .12), 0 2px 4px rgb(0, 0, 0, .24)
}

.box-title {
    width: 100%;
    padding-left: 44px;
    height: 64px;
    line-height: 64px;
    cursor: pointer
}

.box-content {
    padding: 30px 20px;
    display: none
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgb(0, 0, 0, .16), 0 6px 12px rgb(0, 0, 0, .32)
}

input:checked+.box .box-title {
    border-bottom: 1px solid;
    background-color: #f7d12a
}

.box-title:before {
    content: '+';
    font-size: 28pt;
    left: 13px;
    top: -1px;
    transition: transform .15s ease-in-out;
    color: #f7d12a;
    font-weight: 700
}

.animasyon-sari:hover,
.animasyon-siyah:hover {
    background-size: 100% 100%;
    background-position: 0 0;
    transition: background-position .7s, background-size .5s ease-in-out
}

input:checked+section.box .box-title:before {
    transform: rotate(90deg)
}

.animasyon-sari,
.animasyon-siyah {
    position: relative;
    display: inline-block
}

.animasyon-sari {
    background-image: linear-gradient(#f7d12a, #f7d12a)
}

.animasyon-siyah {
    background-image: linear-gradient(#000, #000)
}

.animasyon-siyah:hover {
    color: #f7d12a
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.form-control {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.mesaj-gonderildi {
    font-size: 30px;
    background-color: #b2ff59
}

textarea.form-control {
    resize: vertical
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5)
}

.lightbox-close,
.lightbox-toggle iframe,
.lightbox-video iframe,
.referans-foto-isik:before {
    position: absolute;
    height: 100%
}

.lightbox-toggle iframe {
    width: 100%;
    left: 0;
    right: 0;
    top: 0
}

.lightbox-close {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    z-index: 3;
    width: 100%
}

.lightbox-container {
    max-width: 1024px;
    margin: 100px auto 25px
}

.lightbox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.logo-parilti,
.slider {
    height: 200px;
    position: relative;
    overflow: hidden
}

.lightbox-video iframe {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    max-height: 450px
}

.slider {
    width: 300px
}

.slider-inner {
    display: flex;
    width: 600%;
    animation: 10s infinite slide
}

.slider-inner img {
    width: 50%;
    height: auto
}

@keyframes slide {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-400%)
    }
}

.logo-parilti:hover img {
    opacity: 1;
    -webkit-animation: 1.5s flash;
    animation: 1.5s flash
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

.logo-parilti {
    top: -200px;
    left: 400px;
    z-index: 1;
    width: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5)
}

.logo-parilti:hover+span {
    bottom: -36px;
    opacity: 1
}

.referans-foto-isik:before {
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.counter,
.next,
.prev {
    display: inline-block
}

.referans-foto-isik:hover::before {
    -webkit-animation: 4s shine;
    animation: 4s shine
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.cd-slider {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden
}

.cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s 1s;
    will-change: visibility
}

.image {
    width: 70%;
    height: 100%
}

.content {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    text-align: right
}

.content .animasyon-buton,
.content a,
.content p {
    display: inline-block;
    font-size: 25px;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform .5s .1s, opacity .5s .1s;
    will-change: transform, opacity
}

li.current {
    visibility: visible;
    transition-delay: 0s
}

li.current .image {
    clip: rect(0, 80rem, 50rem, 0)
}

li.current .referans-baslik {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s
}

li.current .content .animasyon-buton,
li.current .content a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.1s
}

li.current .content p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.1s;
    width: 500px;
    height: 70px;
    text-align: right;
    margin: 10px 0 41px
}

li.prev_slide .image {
    clip: rect(0, 0, 50rem, 0)
}

.referansanimasyon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2
}

.next,
.prev {
    position: relative;
    height: 5rem;
    width: 5rem;
    border: 0;
    cursor: pointer;
    background: 0 0
}

.next::before,
.prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: .8rem solid transparent;
    border-right-width: 1rem;
    border-right-color: #000;
    border-left-width: 0;
    width: 0;
    height: 0
}

.next::after,
.prev::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    left: .5rem;
    background: #000;
    height: .1rem;
    min-height: 1px;
    width: 2.5rem;
    transition: width .3s
}

.next::before {
    right: 0;
    left: auto;
    border-left-width: 1rem;
    border-left-color: #000;
    border-right-width: 0
}

.next::after {
    right: .5rem;
    left: auto
}

.counter {
    font-size: 4rem;
    font-family: serif;
    font-style: italic
}

.counter span:last-child::before {
    content: '/';
    margin: 0 1rem
}

.next:hover::after,
.prev:hover::after {
    width: 3.5rem
}

@media screen and (max-width:991px) {
    .content,
    .image {
        width: 100%
    }
    .content {
        background-color: rgb(255 255 255 / 74%);
        right: 0;
        text-align: center !important
    }
    nav {
        left: 0;
        right: auto
    }
    li.current .content p {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.1s;
        width: 100%;
        height: 70px;
        margin: 10px 0 41px;
        text-align: center
    }
    .referansanimasyon {
        position: absolute;
        left: 0;
        background: #fff;
        z-index: 2;
        text-align: center
    }
    .referans-baslik {
        text-align: center
    }
}

#wpadminbar {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #1d2327
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.blokalan a {
    color: #000;
}