﻿:root {
    --scale-px: 1px;
    --scale-rem: 1rem;
    --scale-em: 1em;
    --scale-perc: 1%;
    --spacing: var(--md, calc(var(--scale-px)* 40)) var(--n-md, calc(var(--scale-px)* 20));
}

html {
    background: #fff;
}

body {
    background-size: 100%;
    overflow-x: hidden;
}

.noscroll {
    overflow: hidden
}

body.modal-open {
    overflow: hidden;
}


.borderbottom {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 25px
}

.header {
    padding: 2vh 40px;
    display: flex;
    width: 100%;
    /* transition: .5s; */
    flex-direction: column;
    position: fixed;
    z-index: 99;
    left: 0;
    align-items: center;
    justify-content: center;
}

#twonclick {
    background: url(/img/2nreklam2.svg) no-repeat 0 0 transparent;
    bottom: calc(60px + 0.5vw);
    height: 9vh;
    position: fixed;
    right: 6px;
    width: 1.5vh;
    z-index: 9;
    background-size: auto 86%;
}

    #twonclick .twonclick {
        display: block;
        outline: none;
        text-indent: -9999px;
        background-size: 17px;
    }

.cerez {
    margin-bottom: 35px
}

.projepopup {
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

    .projepopup button {
        margin-top: 15px;
        border: 0;
        background: none;
        cursor: pointer
    }

    .projepopup.close {
        display: none
    }

    .projepopup > div {
        width: 90%;
        max-width: 1280px;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        background: #f9f4ee;
        color: #fff;
    }

        .projepopup > div .close {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 30px;
            width: 30px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .projepopup > div .close svg {
                width: 100%
            }

                .projepopup > div .close svg path {
                    fill: #5f4535;
                }

    .projepopup .popimg {
        width: 60%;
    }

        .projepopup .popimg img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .projepopup .popitem {
        width: 40%;
        padding: 45px;
    }

        .projepopup .popitem h1 {
            font-size: 23px;
            font-weight: 600;
            line-height: 30px;
            margin-bottom: 9px;
        }

        .projepopup .popitem p {
            font-size: 12px;
            line-height: 14px;
        }

        .projepopup .popitem form {
            margin-top: 15px;
            height: 75%;
        }

            .projepopup .popitem form > div {
                margin-bottom: 8px;
            }

            .projepopup .popitem form select {
                height: 50px;
                background-color: #f9f4ee;
                font-size: 15px;
            }

        .projepopup .popitem input {
            font-size: 15px;
            color: #000;
        }

        .projepopup .popitem .kosul {
        }

            .projepopup .popitem .kosul a {
                color: #5f4535;
                font-size: 13px;
            }

    .projepopup .form-control-checkbox__icon {
        box-shadow: inset 0 0 0 1px #695338;
    }

        .projepopup .form-control-checkbox__icon:before {
            background-color: 695338;
        }

    .projepopup .form-control-checkbox__icon, .form-control-checkbox__label {
        position: relative; /* min-height: 20px; */
        cursor: pointer;
        margin-right: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .projepopup input:checked ~ .form-control-checkbox__icon:before {
        opacity: 1;
    }

.iletab .form-control-checkbox__label {
    color: #fff
}

.mobilmenu {
    background: url("/img/mobilemenubg.svg?v=1") no-repeat top;
    background-size: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 67px;
    display: none;
    justify-content: center;
    align-items: center;
}

    .mobilmenu > div {
        display: flex;
        justify-content: space-between;
        width: 90%;
        position: relative;
    }

        .mobilmenu > div > div {
            width: calc(50% - 36px);
            display: flex;
            justify-content: center;
            margin-top: 5px;
        }

    .mobilmenu .telefon {
        position: absolute;
        top: -43px;
        left: calc(50% - 33px);
        background: #fff;
        border-radius: 100%;
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .mobilmenu > div > div > a {
        color: #fff;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobilmenu .telefon a {
        color: #000;
    }

        .mobilmenu .telefon a > img {
            filter: none;
            height: 35px;
        }

    .mobilmenu img {
        height: 22px;
        margin-bottom: 4px;
        filter: brightness(0) invert(1);
    }

.popitem .formloading {
    background: rgb(172 131 94 / 52%)
}

.poptesekkurler {
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: none
}

    .poptesekkurler > div {
    }

        .poptesekkurler > div > h1 {
            font-size: 30px;
            line-height: 35px;
            text-align: center;
        }

        .poptesekkurler > div > p {
            font-size: 20px;
            line-height: 24px;
            text-align: center;
            margin-top: 35px;
        }

.buton2 {
    display: flex;
    flex-direction: row;
    color: #fff;
    background: rgb(95 69 53);
    padding: 8px 20px;
    border-radius: 3px;
    float: left;
    align-items: center;
    align-content: center;
}

    .buton2 > svg {
        width: 17px;
        margin-right: 7px;
    }

        .buton2 > svg path {
            fill: #fff;
        }

.mobilemenu > div > .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mobilemenu > div .close > a {
}

    .mobilemenu > div .close > a > span {
        font-size: 34px;
        font-weight: 200;
    }

.header.fixed.homepagemenu {
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 0 40px;
    border-bottom: 1px solid #f9f9f9;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px #0000001a;
    min-height: 40px;
}

.header > div:not(.sourcebox, .mobilemenu) {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
    width: calc(4vw + 130px);
}

    .header .logo > a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header .logo img:first-child {
        height: auto;
        width: 57%; /* filter: brightness(0) invert(1); */
        margin-bottom: 8px;
    }

    .header .logo img:last-child {
        height: auto;
        width: 100%;
        filter: brightness(0) invert(1);
    }

.contenttxt > p {
    margin-bottom: 15px
}

    .contenttxt > p:last-child {
        margin-bottom: 0px
    }

.txthover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yarimw {
    width: 50%
}

.txthover > div:first-child {
    position: absolute;
    z-index: 9;
    width: 80%;
    max-width: 620px;
}

    .txthover > div:first-child * {
        color: #fff
    }

.txthover h1 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 6px;
}

.txthover h2 {
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 47px;
    line-height: 53px;
    margin-bottom: 20px;
}

.txthover p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}

.anamenubar {
    width: calc(100% - (4vw + 160px));
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid;
    border-color: rgb(255 255 255 / 20%);
    align-items: center;
}

.header .menu {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    1: %;
    margin-left: 1%;
}

    .header .menu > ul {
        display: flex;
        margin-right: 15px;
    }

        .header .menu > ul:last-child {
        }

        .header .menu > ul > li {
            margin-right: 22px;
        }

            .header .menu > ul > li > a {
                font-size: .80rem;
                position: relative;
                line-height: 1rem;
                padding: 2rem 0 0 0rem;
                color: #fff;
                letter-spacing: 0.5px;
                font-weight: 600;
            }


            .header .menu > ul > li > p {
                font-size: .89rem;
                position: relative;
                line-height: 2rem;
                color: #fff;
                letter-spacing: 0.5px;
                font-weight: 600;
                cursor: pointer;
            }
            /*

            .header .menu > ul > li > a.active:after, .header .menu > ul:not(.icon) > li > a:after, .header .menu > ul:not(.icon) > li > p:after {
                content: "";
                position: absolute;
                margin: 0;
                left: 0;
                width: 0;
                bottom: -9px;
                border-bottom: 3px solid #fff;
                border-radius: 5px;
                transition: width .5s, opacity .5s;
            }
*/
            .header .menu > ul > li > a.active:after {
                width: 100%;
            }

            .header .menu > ul > li > a:hover:after, .header .menu > ul > li > p:hover:after {
                width: 100%;
            }


.homesubmenu {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: auto !important;
    !i;
    !;
    max-width: 730px;
}

.altdetail {
}

    .altdetail ul:not(.slick-dots) {
        list-style: disc;
        padding: 45px 45px 45px 60px;
        width: 100%;
    }

        .altdetail ul:not(.slick-dots) > li {
            font-size: 21px;
            font-weight: 500;
            text-align: left;
            line-height: 30px;
            margin-bottom: 19px;
        }

.homesubmenu > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* gap: 30px; */
    /* border-radius: 10px 10px 0 0; */
    /* overflow: hidden; */
}

    .homesubmenu > ul > li {
        border-right: 1px solid #d52e3f;
        background: #c50015;
        padding: 18px 20px;
        min-width: 140px;
        display: flex;
        align-items: center;
    }

        .homesubmenu > ul > li:hover {
            background: #8c1316;
        }

        .homesubmenu > ul > li:last-child {
            border-right: 0px solid #d52e3f;
            margin-right: 0px;
        }


            .homesubmenu > ul > li:last-child > a {
                margin-right: 0px;
            }

        .homesubmenu > ul > li > a > div {
            display: flex;
            justify-content: center;
        }

            .homesubmenu > ul > li > a > div > img {
                filter: brightness(0) invert(1);
                height: 30px;
                margin-bottom: 9px;
            }

            .homesubmenu > ul > li > a > div > h1 {
                font-size: 12px;
                line-height: 16px;
                font-weight: 600;
                color: #fff;
                text-align: center;
                letter-spacing: 0;
            }





        .homesubmenu > ul > li > a {
            display: flex; /* içindeki div’leri yan yana veya dikey düzen için */
            flex-direction: column; /* resim üstte, başlık altta */
            align-items: center;
            text-decoration: none;
            color: inherit;
        }

            .homesubmenu > ul > li > a div:first-child {
                width: 90%; /* istediğin genişlik */
                /* istediğin yükseklik */
            }

                .homesubmenu > ul > li > a div:first-child img {
                    /* orantılı ve taşan kısmı kırp */
                    width: 100%;
                    height: auto; /* yükseklik orantılı */
                    max-height: 120px; /* kutuyu aşmasın */
                }



.header .menu li.open .submenu {
    top: 0;
}

.header .menu li .submenu {
    transition: .4s;
    /* border-top: 1px solid #E2EBF1; */
    position: absolute;
    top: -100vh;
    left: 0;
    padding-top: 60%;
    width: 100vw;
    background: #fff;
    z-index: -1;
    padding: 90px 0 45px 0;
    display: flex;
    justify-content: center;
}

    .header .menu li .submenu.dark {
        background #333;
        background: #3d3333;
    }

    .header .menu li .submenu > ul {
        max-width: 1400px;
        margin-top: 40px;
        display: flex;
        /* Grid kolonları eşit genişlikte olsun */
        gap: 40px; /* Aralarındaki boşluk */
    }

        .header .menu li .submenu > ul > li {
            width: 280px;
            padding-right: 15px;
            border-right: 1px solid #ececec;
        }

    .header .menu li .submenu.dark > ul > li {
        border-right: 1px solid #574e4e;
    }



    .header .menu li .submenu > ul > li:last-child {
        padding-right: 0px;
        border-right: 0px solid #ececec;
    }

    .header .menu li .submenu > ul > li > a {
    }

        .header .menu li .submenu > ul > li > a > div:last-child {
            margin-top: 24px;
        }

        .header .menu li .submenu > ul > li > a > div .material-symbols-outlined {
            font-size: 45px;
            line-height: 45px;
            margin-bottom: 10px;
            color: #5d5347;
        }

    .header .menu li .submenu.dark > ul > li > a > div .material-symbols-outlined {
        color: #dcd0c5;
        font-weight: 200;
    }

    .header .menu li .submenu.dark > ul > li > a > div > svg {
        height: 35px;
        width: auto;
        margin-bottom: 15px;
    }

        .header .menu li .submenu.dark > ul > li > a > div > svg > path {
            fill: #dcd0c5;
        }


    .header .menu li .submenu > ul > li > a > div h1 {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        color: #ac835e;
    }

    .header .menu li .submenu.dark > ul > li > a > div h1 {
        color: #ffffff;
    }

    .header .menu li .submenu > ul > li > a > div p {
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #5d5347;
    }

    .header .menu li .submenu.dark > ul > li > a > div p {
        color: #dcd0c5;
    }

    .header .menu li .submenu > ul > li > a > div > img {
        /* width: 42px; */
        margin-bottom: 15px;
        height: 41px;
    }

    .header .menu li .submenu > ul > li > a > div.cizgi {
        height: 4px;
        background: #5d5347;
        width: 40%;
        margin: 7px 0 21px 0;
    }

    .header .menu li .submenu.dark > ul > li > a > div.cizgi {
        background: #574e4e;
        height: 2px;
    }

.homepagemenu.header .menu > ul > li > a {
    color: #fff
}

.header.fixed .menu > ul > li > a {
    color: #333;
}

.homepagemenu.header .menu > ul > li > a:hover, .header .menu > ul > li > a:hover {
    color: #c1ad9a;
}


.openefect.header.fixed .menu > ul > li > a {
    color: #ffffff;
}

.openefect.header.fixed .anamenubar { /* border-color: rgb(0 0 0 / 20%); */
}

.openefect.header.fixed .menu > ul > li.subli.open > a {
    color: #c1ad9a
}

.openefect.header.fixed .menu1 > ul > li#arambar svg {
    filter: brightness(0) invert(1);
}

.openefect.header.fixed .menu1 > ul > li > a > span, .openefect.header.fixed .menu1 > ul > li > a {
    color: #fff
}
/*.header .menu li .submenu:before, .header .menu li .submenu:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 100vw;
    height: 100.8%;
    border-top: 1px solid #E2EBF1;
    background: #fff;
    z-index: -1;
    transform: translateX(100%);
}


.header .menu li .submenu:after {
    left: 0;
    transform: translateX(-100%);
    right: initial;
}*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4f4a46;
    z-index: 90;
    /* Animasyonun başlangıç zamanını 2 saniye geciktirir */
    animation: overlayAnimation 1s ease-out forwards;
    animation-delay: 1s; /* Animasyon başlamadan önce 2 saniye bekler */
}

@keyframes overlayAnimation {
    0% {
        height: 100%;
    }

    50% {
        height: 70%;
    }

    100% {
        height: 0;
    }
}

/* Bu sınıf animasyonu başlatacak */
#overlay.hide-overlay {
    /* Bu sınıf eklenince animasyon otomatik başlar */
}


.header .menu1 {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    display: none;
}

    .header .menu1 > ul {
        display: flex;
        margin-right: 15px;
    }

        .header .menu1 > ul:last-child {
            margin-right: 0;
        }

        .header .menu1 > ul > li {
            margin-right: 11px;
            display: flex;
            align-items: center;
        }

            .header .menu1 > ul > li:last-child {
                margin-right: 0
            }

            .header .menu1 > ul > li > a {
                font-size: .89rem;
                position: relative;
                line-height: 2rem;
                padding: 0.5rem 0;
                color: #fff;
                letter-spacing: 0.5px;
                font-weight: 600;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                .header .menu1 > ul > li > a > span {
                    font-size: 1.25rem;
                    line-height: 2rem;
                    FONT-WEIGHT: 300;
                    color: #fff;
                    margin-right: 2px;
                }

            .header .menu1 > ul > li svg {
                filter: brightness(0) invert(1);
                cursor: pointer;
            }

            .header .menu1 > ul > li > a.ikili > svg {
                margin-right: 7px;
            }


.header ul.menuicon {
    position: absolute;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
}

    .header ul.menuicon > li {
        width: 40px;
        text-align: center;
        margin: 0
    }

    .header ul.menuicon a {
        display: flex;
        align-items: flex-start;
        position: relative;
        justify-content: center;
    }

        .header ul.menuicon a > span {
            line-height: 1.4rem;
            font-size: 2.4rem;
            font-weight: 100;
            color: #fff;
            cursor: pointer;
        }

            .header ul.menuicon a > span.active {
                color: #000 !important;
            }

.header.homepagemenu {
    position: fixed;
}

    .header.homepagemenu ul.menuicon a > span {
        color: #fff;
    }

    .header.homepagemenu .logo img { /* filter: brightness(0) invert(1); */
    }

    .header.homepagemenu.fixed .logo {
        width: 150px;
    }

        .header.homepagemenu.fixed .logo img {
            filter: brightness(1) invert(0);
        }

    .header.homepagemenu.fixed ul.menuicon a > span {
        /* color: #695338; */
        /* line-height: 43px; */
        /* font-size: 41px; */
    }

.header.fixed .logo img:first-child {
    margin-bottom: 0
}

.header.fixed .menu1 > ul > li > a > span {
    color: #333;
}

.header ul.menuicon a > div.txt {
    position: absolute;
    top: -1px;
    right: -2px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.fixed .menu > ul > li > a, .header.fixed .menu > ul > li > p {
    color: #333;
    letter-spacing: 0;
    font-weight: 600;
}

.header.fixed ul.menuicon a > span {
    /* color: #5f4535; */
}

.header.fixed .menu > ul > li > a:hover, .header.fixed .menu > ul > li > p:hover {
    color: #c1ad9a;
}

.header.fixed .anamenubar {
    margin-bottom: 0;
}

.header.fixed ul.menuicon {
    margin-bottom: 0;
}

.header.fixed .menu1 > ul > li > a {
    color: #333;
}

.header.fixed .menu1 > ul > li svg {
    filter: brightness(1) invert(0);
}

    .header.fixed .menu1 > ul > li svg > path { /* filter: brightness(0) invert(0); */
    }

.header.fixed .menu > ul:not(.icon) > li > a:after, .header.fixed .menu > ul:not(.icon) > li > p:after {
    border-bottom: 3px solid #f9f4ee;
}

.header.fixed .logo > a > img:last-child {
    display: none
}

.openefect.fixed {
    background: #ffffff;
    transition: 0;
}

.header.openefect.fixed .logo img:last-child {
    filter: brightness(0) invert(0);
}

openefect.header.fixed .menu > ul > li > a {
    color: #fff
}

.mapform {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* background: #fafafa; */
    /* padding: 55px 35px; */
    /* border: 1px solid #fbfbfb; */
    justify-content: space-between !important;
    !i;
    !;
    align-items: stretch !important;
    !i;
    !;
}

    .mapform > section {
    }

    .mapform .miniform span * {
        color: #333
    }

.detayharita {
    width: 100%;
    height: 65vh
}

    .detayharita .haritamodal {
        position: inherit
    }

    .detayharita iframe {
        width: 100%;
        height: 65vh
    }

.mapform > section:first-child {
    width: calc(70%);
}

.mapform > section:last-child {
    width: 500px;
    width: 30%;
    background: #333;
}

    .mapform > section:last-child form {
        width: 80%;
    }

        .mapform > section:last-child form input, .mapform > section:last-child form textarea {
            color: #ffffff;
            border-bottom: 1px solid #4a4a4a;
        }

        .mapform > section:last-child form .miniform h3.head > span.fonttxt {
            /* color: #ffffff; */
        }

        .mapform > section:last-child form .miniform h3.head > span.bigtxt {
            /* color: #ffffff; */
        }

        .mapform > section:last-child form .form-control-checkbox__icon,
        .mapform > section:last-child form .form-control-checkbox__label,
        .mapform > section:last-child form .form-control-checkbox__label a {
            /* color: #ffffff; */
        }

    .mapform > section:last-child .miniform button {
    }

.mapform > section {
}

.mapform .miniform {
    width: 100%;
}

.mapform .div-itemful {
    background: #f0f0f0 !important;
    !i;
    !;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mapform .div-itemful .iletisim {
        display: flex;
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

        .mapform .div-itemful .iletisim * {
        }

        .mapform .div-itemful .iletisim > img {
            width: 50%;
            margin-bottom: 25px;
            max-width: 250px;
        }

        .mapform .div-itemful .iletisim > h1 {
            font-weight: 800;
            margin-bottom: 10px;
        }

        .mapform .div-itemful .iletisim > p {
            font-size: 16px;
            text-align: center;
            margin-bottom: 10px;
        }

        .mapform .div-itemful .iletisim > a {
            margin-top: 16px;
        }

.bilgitalep {
    cursor: pointer !important
}

.genelbuton {
    background: #c50015;
    float: left;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #dc1a2f;
    transition: .5s;
}

    .genelbuton.bgblue {
        background: #004373;
        border: 1px solid #217ab9;
    }

.sirketbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .sirketbar > div {
    }

        .sirketbar > div:first-child {
            width: calc(150px + 2vw);
        }

            .sirketbar > div:first-child > img {
                width: 100%;
            }

        .sirketbar > div:last-child {
            width: calc(100% - (190px + 2vw));
        }

    .sirketbar .head h1.aciklama {
        margin-bottom: 0
    }

.borderleft {
    border-left: 1px solid #f0f0f0;
    padding-left: 40px;
    margin-left: 45px;
    width: calc(100% - 50px);
}

    .borderleft > ul {
    }

    .borderleft > div, .borderleft > div iframe {
        width: calc(100% - 95px);
    }

.borderleftic {
}

    .borderleftic p {
        font-size: 21px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -.25px;
        margin-bottom: 25px;
        text-align: left;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.genelbuton.small {
    padding: 7px 15px;
}

.genelbuton.beyaz {
    background: #fff;
    border: 1px solid #333;
}

.genelbuton.dark {
    background: none;
    border: 1px solid #333;
}

.genelbuton.soft {
    background: #f0f0f0;
    border: 1px solid #D2CDC4;
}

.genelbuton.softborder {
    border: 1px solid #574e4e;
}

.genelbuton > div:first-child {
    margin-right: 7px;
    transition: 0.5s;
}

.genelbuton:hover > div:first-child {
    margin-right: 17px;
}

.genelbuton div {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
}

.genelbuton.small div {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 700;
}

.genelbuton.beyaz div {
    color: #333;
}




.genelbuton.softborder div {
    color: #5f4535;
}

.genelbuton.soft div {
    color: #5f4535;
}

.genelbuton.dark div {
    color: #dcd0c5;
}

.genelbuton div > svg {
    width: 12px;
    margin-top: 2px;
}

    .genelbuton div > svg > path {
        fill: #fff;
    }

.genelbuton.beyaz div > svg > path {
    fill: #333;
}

.genelbuton.softborder div > svg > path {
    fill: #5f4535;
}

.genelbuton.soft div > svg > path {
    fill: #5f4535;
}

.genelbuton.dark div > svg > path {
    fill: #dcd0c5;
}

.projelerslader {
    width: 100%;
    margin-top: 25px;
    position: relative;
    margin-bottom: 45px;
    aspect-ratio: 1400 / 480;
}

.projelersladercarousel {
    padding: 0;
    height: auto !important;
    !i;
    !;
}

    .projelersladercarousel .slick-arrow {
        bottom: 0;
        top: auto;
        left: 48px;
        /* background: #000; */
    }

    .projelersladercarousel .ikili {
    }

        .projelersladercarousel .ikili > a {
            margin-right: 15px
        }

            .projelersladercarousel .ikili > a:last-child {
                margin-right: 0
            }

    .projelersladercarousel .slick-arrow, .projelersladercarousel .linkbutton.slick-arrow > a > div .icon {
        width: 40px;
        height: 40px;
    }

    .projelersladercarousel .linkbutton.slick-arrow > a > div .icon {
        background: #fff
    }

        .projelersladercarousel .linkbutton.slick-arrow > a > div .icon > span {
            color: #333
        }

    .projelersladercarousel .slick-arrow.slick-next {
        left: 0;
    }

    .projelersladercarousel .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

        .projelersladercarousel .container > li {
            /* height: 100%; */
        }

            .projelersladercarousel .container > li:last-child {
                width: 60%;
            }

            .projelersladercarousel .container > li:first-child {
                width: 35%;
                display: flex;
                flex-direction: column; /* height: calc(100% - 60px); */
                justify-content: space-between; /* overflow: hidden; */
                margin-bottom: 60px;
            }

li {
}

.projelersladercarousel .container > li > div {
}

    .projelersladercarousel .container > li > div h1 {
        font-weight: 600;
        font-size: 35px;
        letter-spacing: 0;
        margin-bottom: 15px;
        line-height: 40px;
        color: #AC835E;
        font-family: "Lora", serif;
    }

    .projelersladercarousel .container > li > div label {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 35px;
        font-weight: 600;
        font-size: 14px;
    }

        .projelersladercarousel .container > li > div label > span {
            margin-right: 7px;
        }

            .projelersladercarousel .container > li > div label > span > svg {
            }

                .projelersladercarousel .container > li > div label > span > svg > path {
                }

    .projelersladercarousel .container > li > div h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 0;
        border-bottom: 1px solid #D2CDC4;
        padding-bottom: 22px;
        margin-bottom: 28px;
    }

.projelersladercarousel .container > li:last-child img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    /* position: relative; */
    /* transition: 0.3s; */
}

.headbaslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D2CDC4;
    padding-bottom: 11px;
}

    .headbaslik > div {
    }

        .headbaslik > div h1 {
            font-weight: 600;
            letter-spacing: -0.5px;
            font-size: 18px;
            line-height: 20px;
        }

#search-modal .uk-container {
    flex-direction: column;
}

    #search-modal .uk-container input {
        color: #000
    }

#search-modal {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #fff;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-100%);
}

    #search-modal.uk-open {
        opacity: 1;
        transform: translateY(0);
    }

    #search-modal > div {
        max-width: 1400px;
        width: 100%;
    }

.popular-search {
    margin-top: 25px;
}

.dynamic-content {
    margin-top: 35px
}

.popular-search .title {
}

.popular-search .uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .popular-search .uk-grid > div {
        margin-right: 13px;
        margin-bottom: 13px;
    }

        .popular-search .uk-grid > div > div {
        }

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 0;
    right: 0;
    padding: 5px;
    border: 0;
}

    [class*=uk-modal-close-]:first-child + * {
        margin-top: 0
    }

.uk-modal-close-defaul {
}

.uk-container {
    display: flex;
    box-sizing: content-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    width: 90%;
    justify-content: center;
}

    .uk-container form {
        position: relative;
        margin-top: 14px;
    }

        .uk-container form input {
        }

.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.uk-modal-dialog {
    padding: 80px 0;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    max-width: 100% !important;
    background: #ffffff;
}



#search-modal .uk-modal-dialog #searchForm .uk-inline {
    display: flex;
    align-items: center
}

#search-modal .uk-modal-dialog .title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #333;
}

#search-modal .uk-modal-dialog .icon-button {
    background: #c80010;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .02em;
    color: #fff;
    padding: 7px 35px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px
}

    #search-modal .uk-modal-dialog .icon-button:hover {
        opacity: .8
    }

.uk-form-icon:hover {
    color: #666
}

.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
    padding-left: 40px !important
}

.uk-form-icon-flip {
    right: 0;
    left: auto
}

    .uk-form-icon-flip ~ .uk-input {
        padding-right: 40px !important
    }

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color
}

    .uk-button:not(:disabled) {
        cursor: pointer
    }

    .uk-button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .uk-button:hover {
        text-decoration: none
    }

#search-modal .uk-modal-dialog input {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border: none;
    height: 52px;
    padding: 0 10px;
    background: #f9f4ee;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
}

    #search-modal .uk-modal-dialog input:focus {
        border-color: #b59a88
    }

#search-modal .uk-modal-dialog .popular-search .title {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 8px;
}

#search-modal .uk-modal-dialog .popular-search .popular-button {
    padding: 6px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .02em;
    border: 1px solid #c2b9aa;
    border-radius: 4px;
    cursor: pointer
}

    #search-modal .uk-modal-dialog .popular-search .popular-button:hover {
        opacity: .8
    }

#search-modal .uk-modal-dialog .all-results {
    margin-bottom: 20px
}

    #search-modal .uk-modal-dialog .all-results .title {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    #search-modal .uk-modal-dialog .all-results .result {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 28px;
    }

        #search-modal .uk-modal-dialog .all-results .result > span {
            font-weight: 800;
            font-size: 14px;
            line-height: 28px;
        }

#search-modal .uk-modal-dialog .result-cards .result-card {
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6
}

    #search-modal .uk-modal-dialog .result-cards .result-card .title {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        color: #000
    }

    #search-modal .uk-modal-dialog .result-cards .result-card .desc {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #8f8f8f;
        margin-top: 8px
    }

        #search-modal .uk-modal-dialog .result-cards .result-card .desc p {
            margin-bottom: 0
        }

    #search-modal .uk-modal-dialog .result-cards .result-card .show-more {
        font-family: Chalet;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: .02em;
        cursor: pointer
    }

.haritamodal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: -101vh;
    left: 0;
    transition: .35s;
}

    .haritamodal.active {
        top: 0;
    }

.mutlumaps {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    background: #2d2a28;
    flex-flow: row-reverse;
}

    .mutlumaps > .harita {
        width: 100%;
        height: 100%;
    }

        .mutlumaps > .harita > div {
            width: 100%
        }

        .mutlumaps > .harita div .projedetayi {
            margin: 20px 10px;
        }

            .mutlumaps > .harita div .projedetayi h1 {
                font-size: 18px;
                margin-bottom: 12px;
                text-align: center;
            }

            .mutlumaps > .harita div .projedetayi a {
            }

                .mutlumaps > .harita div .projedetayi a div {
                    border: 1px solid #777471;
                    padding: 5px 25px;
                    font-size: 14px;
                    line-height: 22px;
                    letter-spacing: 0;
                    font-weight: 500;
                    color: #574d41;
                    text-align: center;
                }

        .mutlumaps > .harita > iframe {
            width: 100%;
            cursor: pointer;
            transition: .5s;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

    .mutlumaps .pharita {
        font-size: 15px;
        letter-spacing: 5px;
        margin-bottom: 16px;
        color: #c5c5c5;
        font-weight: 600;
    }

    .mutlumaps > .menubar {
        width: 20%;
        width: 520px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .mutlumaps > .menubar > div {
        }

    .mutlumaps .close {
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 55px;
        height: 55px;
        right: 15px;
        top: 15px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

.mcont {
    display: flex;
    align-items: center;
    height: 100%;
    width: 90%;
    flex-direction: column;
    padding: 75px 0;
}

    .mcont > div {
    }

.mheadlik {
    display: flex;
    flex-direction: row;
    background: #574d41;
    width: 100%;
    margin: 0;
}

    .mheadlik > div {
        text-align: center;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 19px 0;
        width: 50%;
        cursor: pointer;
    }

        .mheadlik > div.active, .mheadlik > div:hover {
            background: #fff;
        }

        .mheadlik > div > span {
            color: #fff;
            font-size: 35px;
            line-height: 49px;
        }

        .mheadlik > div > P {
            color: #fff;
            font-size: 15px;
            line-height: 18px;
        }

        .mheadlik > div.active > span, .mheadlik > div.active > p, .mheadlik > div:hover > span, .mheadlik > div:hover > p {
            color: #574d41;
        }

.mproje {
    width: 100%;
    background: #fff;
    padding: 15px 25px;
    height: calc(100% - 127px);
}



    .mproje > ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        height: 100%;
        overflow-y: auto;
        scroll-behavior: smooth; /* Yumuşak kaydırma efekti */
    }

        .mproje > ul::-webkit-scrollbar {
            width: 8px;
        }

        .mproje > ul::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .mproje > ul::-webkit-scrollbar-thumb {
            background-color: #c1c1c1;
            border-radius: 10px;
        }

            .mproje > ul::-webkit-scrollbar-thumb:hover {
                background-color: #a8a8a8;
            }

        .mproje > ul > li {
            display: flex;
            flex-direction: row;
            align-items: center;
            border-bottom: 1px solid #f8f3ef;
            cursor: pointer;
        }

            .mproje > ul > li:hover, .mproje > ul > li.active {
            }

                .mproje > ul > li:hover:after, .mproje > ul > li.active:after {
                    font-family: 'Material Symbols Outlined';
                    font-weight: normal;
                    font-style: normal;
                    font-size: 24px;
                    line-height: 1;
                    letter-spacing: normal;
                    text-transform: none;
                    display: inline-block;
                    white-space: nowrap;
                    word-wrap: normal;
                    direction: ltr;
                    -webkit-font-feature-settings: 'liga';
                    -webkit-font-smoothing: antialiased;
                    content: "\ef7d";
                    right: 60px;
                    position: absolute;
                    color: #a92327;
                }


            .mproje > ul > li > p {
                padding: 13px 0;
                font-weight: 500;
                font-size: 17px;
                line-height: 24px;
            }

            .mproje > ul > li:hover > p, .mproje > ul > li.acitve > p {
                color: #a92327;
            }




.iccenter {
}



.head {
    color: #695338;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .head > h1 {
    }

        .head > h1 > span {
            color: #695338;
            display: block;
        }

    .head > p {
        font-size: 26px;
        margin-bottom: 18px;
        line-height: 34px;
        font-weight: 500;
    }

    .head > he {
    }

.handtxt {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px !important;
    line-height: 55px !important;
    color: #a92327;
    margin-top: 25px;
}

.homesagmenu {
    position: fixed;
    z-index: 88;
    right: 0;
    top: 0;
    background: #d51317;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 90px;
}

    .homesagmenu > div {
        border-top: 1px solid #e43235;
        padding: 25px 25px;
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        height: 44%;
        justify-content: center;
    }

        .homesagmenu > div:first-child {
            background: #a4090c;
            height: calc(56%);
        }

        .homesagmenu > div:hover {
            background: #3a2c24;
        }



.aside_menu {
}

    .aside_menu > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .aside_menu > div > span {
            color: #fff;
            margin-bottom: 9px;
            font-size: 35px;
        }

        .aside_menu > div > svg {
            width: 20px;
            margin-bottom: 9px;
        }

        .aside_menu > div > div {
        }

.project-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .project-text > span {
        color: #fff;
        font-weight: 500;
        font-size: .98rem;
        line-height: 1.2rem;
    }

        .project-text > span.bosluk {
            margin-bottom: 20px;
        }


.siziarayalim {
    position: fixed;
    background: #3d3333;
    z-index: 9999;
    transition: 1s;
    /* Sağ kenara hizala */
    right: -620px;
    padding: 65px 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 90%;
    max-width: 420px;
}

    .siziarayalim * {
        color: #dcd0c5 !important;
    }

    .siziarayalim svg > rect {
        fill: #fff
    }

    .siziarayalim.active {
        right: 0
    }

    .siziarayalim .miniform > div:last-child {
        margin: 0;
        margin-top: 25px;
    }

    .siziarayalim > form {
    }

        .siziarayalim > form select {
        }

        .siziarayalim > form input, textarea {
            border-color: #635b5b;
            font-size: 13px;
        }


    .siziarayalim form textarea::placeholder {
        color: #635b5b;
        font-size: 13px;
    }

    .siziarayalim form input::placeholder {
        color: #635b5b;
        font-size: 13px;
    }

    .siziarayalim form select {
        background-image: url(/img/downbeyaz.png);
        font-size: 14px;
    }

.homemenusag {
    display: flex;
    right: -55px;
    position: fixed;
    flex-direction: column;
    /* height: 100%; */
    top: 0;
    z-index: 88;
    padding-top: 150px;
}

    .homemenusag > div > div {
        cursor: pointer;
    }

    .homemenusag > div {
    }

        .homemenusag > div .satistaki-projeler {
            font-size: 13px;
            line-height: 12px;
            color: #fff;
            margin-right: 5px;
        }

.fixed-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 8px;
}


    .fixed-buttons .mutlu-button-default {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* gap: 10px; */
        border: 1px solid transparent;
        border-radius: 23px;
        padding: 9px 13px;
    }

        .fixed-buttons .mutlu-button-default a {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-size: .75rem;
            line-height: 12px;
            color: #fff
        }

            .fixed-buttons .mutlu-button-default a:hover {
                color: #fff;
                text-decoration: none
            }

    .fixed-buttons > div:first-child {
        background: #c50015;
    }

    .fixed-buttons > div:last-child {
        background: #c50015;
    }

    .fixed-buttons.sales > div:last-child {
        background: #d51317;
    }

.fixed-scroll-button {
    position: fixed;
    bottom: 60px;
    right: 15px
}

    .fixed-scroll-button a .circle {
        border: 1px solid rgba(29,29,27,.1);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #1d1d1b
    }

        .fixed-scroll-button a .circle .uk-icon {
            transform: rotate(270deg)
        }

    .fixed-scroll-button a:hover .circle {
        opacity: .9
    }

.uk-margin-small-right {
    margin-right: 6px !important;
}

.header.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 8px 40px;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
}

.bgarma {
    position: absolute;
    z-index: 2;
    height: 70vh;
    padding-left: 10%;
    opacity: .85;
    width: 50%;
}

    .bgarma img {
    }

.carousel__text {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    z-index: 9;
    margin-bottom: 5vh;
}

.detaypagetoptitle .carousel__text {
    position: relative
}

    .detaypagetoptitle .carousel__text p, .detaypagetoptitle .carousel__text h1 {
        text-align: left
    }

.carouselimg-ads {
    position: absolute;
    z-index: 9;
    width: 95%;
    max-height: 100vh;
    height: 100%;
}

.elliyil .img {
}

    .elliyil .img > img, .carouselimg-ads > img {
        height: auto !important;
    }

.elliyil {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    z-index: 9;
    max-width: calc(100% - 300px);
    align-items: center;
}



    .elliyil .img {
        width: 100%;
    }

    .elliyil .txt {
        position: absolute;
    }

    .elliyil > div > p {
        color: #fff;
        font-size: 80px;
        font-weight: 700;
        line-height: 96px;
    }

    .elliyil > div > h1 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
    }

    .elliyil > div .blok1 {
        display: flex;
        flex-direction: row;
        margin-top: 6vh;
        align-items: center;
    }

        .elliyil > div .blok1 .satis h1 {
            color: #fff;
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 13px;
            line-height: 17px;
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 150px;
        }

            .elliyil > div .blok1 .satis h1 > span {
                color: #ffffff;
                font-weight: 800;
                letter-spacing: 1px;
                font-size: 50px;
                margin-right: 7px;
            }

        .elliyil > div .blok1 > div:first-child {
            width: 201px;
            height: 60px;
            position: relative;
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            transition: all .4s;
            padding: 0 10px 0 55px;
            background: #ed1c24 url(/img/icon-play.png) no-repeat 20px center / 24px;
        }

        .elliyil > div .blok1 > div > a {
            color: #fff;
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 13px;
        }

        .elliyil > div .blok1 > div.satis {
            margin-left: 55px;
        }

            .elliyil > div .blok1 > div.satis > a {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

                .elliyil > div .blok1 > div.satis > a > span {
                    border: 1px solid #fff;
                    margin-left: 15px;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                    border-radius: 100%;
                }

                .elliyil > div .blok1 > div.satis > a svg {
                    filter: brightness(0) invert(1);
                    width: 17px;
                }

    .elliyil > div .blok2 {
        width: 60%;
        margin-top: 6vh;
        position: relative;
    }

        .elliyil > div .blok2 * {
            color: #fff
        }

        .elliyil > div .blok2 > ul {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .elliyil > div .blok2 > ul > li {
                padding-left: 30px;
                margin-right: 50px;
                position: relative;
                letter-spacing: 1px;
            }

                .elliyil > div .blok2 > ul > li:before {
                    content: "";
                    position: absolute;
                    top: 6px;
                    bottom: 4px;
                    left: 7px;
                    width: 1px;
                    background-color: #ed1c24;
                    transform: skewX(-15deg);
                }

    .elliyil .blok2 ul > li p {
        margin: -1px 0 1px 0;
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
    }

    .elliyil .blok2 ul > li span {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 8px;
    }

.homeproje {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.carousel__text > div {
}

    .carousel__text > div:first-child {
        max-width: 720px;
    }

    .carousel__text > div p {
        color: #fff;
        font-size: 70px;
        font-weight: 700;
        line-height: 76px;
        margin-bottom: 15px;
    }


    .carousel__text > div h1 {
        font-size: 33px;
        color: #fff;
        line-height: 38px;
        letter-spacing: 0;
        font-weight: 500;
    }

.slogan {
    font-family: "Bright Angels";
    font-size: calc(40px + 0.75vw);
    line-height: calc(29px + 0.75vw);
    color: #ac835e;
    padding: 26px 0;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
}

    .slogan > span {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #ac835e;
        margin-left: 9px;
        letter-spacing: 3px;
    }

.carousel__text > div h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    letter-spacing: 0;
}

.carousel__text > div a {
    background: #c50015;
    float: left;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
}

    .carousel__text > div a > div {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        color: #fff;
    }

        .carousel__text > div a > div:first-child {
            margin-right: 7px;
            transition: 0.5s;
        }

    .carousel__text > div a:hover > div:first-child {
        margin-right: 17px;
    }


    .carousel__text > div a > div > svg > path {
        fill: #fff;
    }

    .carousel__text > div a > div > svg {
        width: 12px;
        margin-top: 2px;
    }

.divcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rakamlar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 25px 0;
}

    .rakamlar > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .rakamlar > li:nth-child(2n) {
            padding: 22px;
        }

            .rakamlar > li:nth-child(2n) > img {
                width: 10px;
            }

        .rakamlar > li h1 {
            font-size: 68px;
            font-weight: 800;
        }

        .rakamlar > li p {
            color: #ac835e;
            font-size: 23px;
            text-align: left;
            width: 100%;
        }

        .rakamlar > li h1 > span {
            font-size: 22px;
            font-weight: 800;
        }

        .rakamlar > li h2 {
            font-size: 45px;
            font-weight: 800;
            line-height: 48px;
        }

        .rakamlar > li h3 {
            color: #ac835e;
            font-size: 16px;
            letter-spacing: 1px;
        }


.tv {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    max-height: 60vh;
    overflow: hidden;
    align-content: center;
    cursor: pointer;
    justify-content: center;
}

    .tv > div {
        position: absolute;
    }

        .tv > div.tvhead {
            max-width: 1400px;
            width: 90%;
            color: #fff;
            z-index: 3;
        }

            .tv > div.tvhead > h1 {
                color: #fff;
                font-size: 63px;
                font-weight: 700;
                letter-spacing: 2px;
                line-height: 58px;
            }

            .tv > div.tvhead > h2 {
                /* font-family: "Great Vibes", cursive; */
                color: #fff;
                font-size: 19px;
                font-weight: 600;
                letter-spacing: 2px;
            }

                .tv > div.tvhead > h2:before {
                    content: "";
                    margin-top: 15px
                }

                .tv > div.tvhead > h2 > span {
                    font-family: "Great Vibes", cursive;
                    color: #ffff;
                    margin-right: 5px;
                    font-size: 55px;
                }

        .tv > div.play {
            width: 100px;
            height: 100px;
            border-radius: 100%;
            overflow: hidden;
            z-index: 3;
            cursor: pointer;
        }

            .tv > div.play > div {
                transition: .22s ease-out;
                transition-property: background-color;
                background-color: rgb(255 255 255 / 15%);
                width: 100%;
                height: 100%;
                border-radius: 100%;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
            }

                .tv > div.play > div > div {
                    width: 85%;
                    height: 85%;
                    background: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 100%;
                    transition: .5s;
                }

                    .tv > div.play > div > div > img {
                        width: 12px;
                        transition: 0.5s;
                    }

    .tv > img {
        width: 100%;
        transition: .5s;
    }

    .tv:hover > div.play > div > div {
        width: 100%;
        height: 100%;
        background: #a92327;
    }

        .tv:hover > div.play > div > div > img {
            width: 16px;
            filter: brightness(0) invert(1);
        }

    .tv:hover > img {
        transform: scale(1.1)
    }

/* Modal stili */
.mutluvideo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

    .mutluvideo-modal > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    max-width: 1200px;
    width: 80%;
}

.homevclose {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    display: flex;
    width: 50px;
    height: 50px;
    z-index: 99;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .homevclose:hover,
    .homevclose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.spot {
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
}

    .spot:before {
        content: '';
        display: block;
        margin: 0 auto 30px;
        width: 1px;
        height: 40px;
        /* background-color: #878787; */
    }


.head h1 {
    font-size: 36px;
    font-weight: 800;
    text-align: left;
    line-height: 46px;
    margin-bottom: 30px;
    /* color: #5f4535; */
}

    .head h1.aciklama {
        font-size: 36px;
        font-weight: 500;
        text-align: left;
        line-height: 46px;
        margin-bottom: 30px;
        /* color: #5f4535; */
        /* font-family: "Lora", serif; */
        letter-spacing: -.25px;
    }



.althead h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 30px;
    color: #695338;
    text-align: center;
}

.althead p {
    font-size: 25px;
    line-height: 33px;
}

.headkisa h1 {
    width: 80%;
}

.head h4 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    line-height: 40px;
    letter-spacing: .02em;
}

.detaymenu {
    display: flex;
    justify-content: center;
}

    .detaymenu > ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        border: 1px solid #ece5db;
    }

        .detaymenu > ul > li {
            /* padding: 26px 35px; */
            background: #f9f4ee;
            border-right: 1px solid #ece5db;
        }

            .detaymenu > ul > li:last-child {
                border-right: 0
            }

            .detaymenu > ul > li > a {
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                color: #5f4535;
                line-height: 22px;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 26px 35px;
            }

                .detaymenu > ul > li > a > span {
                    color: #f9f4ee;
                }

            .detaymenu > ul > li:hover {
                background: #7f6f65;
            }

                .detaymenu > ul > li:hover > a {
                    color: #f9f4ee;
                }

                    .detaymenu > ul > li:hover > a > span { /* color: #695338; */
                    }

.projedetail .head h1 {
    margin-bottom: 15px;
    color: #8f775a;
}

.projedetail .head h4 {
}

.projedetail .head ul {
    margin-bottom: 25px;
}

    .projedetail .head ul > li {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 7px;
        line-height: 40px;
        letter-spacing: .02em;
    }

.projedetail .head h4 > p {
    margin-bottom: 15px
}

    .projedetail .head h4 > p:last-child {
        margin-bottom: 0px
    }

.projedetail .head h6 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 5px;
    font-family: "Lora", serif;
}

.projedetail .head .logo {
    text-align: center;
    position: absolute;
    top: -110px;
    z-index: 9;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding: 15px;
}

    .projedetail .head .logo > img {
        width: 100%;
    }

.projedetail .uk-container {
    width: 100%;
    background: #c09670;
}

.projedetail .counters {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: calc(50px + 2vw);
    /* background: rgb(240 240 240); */
    padding: 35px 0;
}

    .projedetail .counters .counterElement {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }

        .projedetail .counters .counterElement .count {
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 56px;
            letter-spacing: .02em;
            color: #fff
        }

            .projedetail .counters .counterElement .count span {
                font-weight: 800;
                font-size: 34px;
                line-height: 37px;
                color: #fff;
            }

        .projedetail .counters .counterElement b {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 28px;
            color: #ffffff;
        }

.projemaps {
    width: 100%;
    height: 70vh;
}

    .projemaps > iframe {
        width: 100%;
        height: 100%;
    }

.head.txtaciklama h1 {
    margin-bottom: 20px;
}

.head.txtaciklama h4 {
    margin-bottom: 0px;
}

.head.txtaciklama h6 {
    color: #ac835e;
    margin-bottom: 13px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 45px;
}

.borderleft .head.txtaciklama h6 {
    text-align: left;
}

.head.txtaciklama h4 > p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 28px;
}

    .head.txtaciklama h4 > p:last-child {
        margin-bottom: 0
    }

.head h6 {
    font-weight: 800;
    /* color: #ffffff; */
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-size: 1.35rem;
}


.head h2 {
    font-weight: 400;
    /* color: #ffffff; */
    text-align: left;
    line-height: 1.2;
    letter-spacing: 3px;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.head h3 {
    font-size: 25px;
    font-weight: 300;
    /* color: #ffffff; */
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
    letter-spacing: 1px;
}


.miniform {
    width: 640PX;
    margin: 0 auto; /* padding-bottom:10vh; */
}

    .miniform > div {
        margin-bottom: 13px;
    }

input, textarea {
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8d99ae;
    padding: 0 0 8px;
    min-width: 0;
    color: #392d29;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

select {
    width: 100%;
    height: 50px;
    border: 1px solid #635b5b;
    padding: 0px 30px;
    color: #392d29;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 16px;
    font-weight: 500;
    background-size: 25px;
    background-color: #3d3333;
}



.detailform {
    position: relative;
    background: #f9f4ee9c;
    padding: 55px 35px;
    border: 1px solid #fbfbfb;
    width: 90%;
    max-width: 800px;
}

.form-control-checkbox__icon, .form-control-checkbox__label {
    position: relative; /* min-height: 20px; */
    cursor: pointer
}

    .form-control-checkbox__icon:after, .form-control-checkbox__label:after {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: -5px;
        bottom: -10px;
        left: -5px
    }

.form-control-checkbox__icon {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px rgba(206 197 186);
    flex-shrink: 0;
    overflow: hidden;
    transition-property: border-color
}

    .form-control-checkbox__icon:before {
        content: "";
        display: block;
        position: absolute;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        left: 0;
        top: 0;
        background: url(/img/checkbox.svg);
        background-color: rgba(206 197 186);
        background-size: 10px;
        background-position: 50%;
        background-repeat: no-repeat;
        transition-property: opacity;
        opacity: 0
    }

.form-control-checkbox__icon, .form-control-checkbox__label {
    position: relative;
    /* min-height: 20px; */
    cursor: pointer;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    /* color: #fff; */
}

.form-control-checkbox input {
    position: absolute;
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    width: 40px;
}

.form-control-checkbox {
    display: flex;
    align-items: center;
}

.form-control-checkbox__label a {
    color: #ffffff;
    font-size: 12px;
    z-index: 1;
    position: relative;
    font-weight: 800;
}

.miniform input:checked ~ .form-control-checkbox__icon:before {
    opacity: 1;
}

.miniform h3.head {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

    .miniform h3.head > span.fonttxt {
        font-size: 15px;
        width: 100%;
        color: #181d24;
        text-align: center;
        display: block;
        line-height: 25px;
        margin-top: 15px;
    }

    .miniform h3.head > span.bigtxt {
        font-size: 25px;
        line-height: 37px;
        font-weight: 700;
        font-family: "Lora", serif;
        letter-spacing: 2px;
        /* color: #fff !important; */ !i;
        !;
    }

.fonttxt { /* font-family: Wonder Garden Script; */ /* position: absolute; */
}

.miniform button {
}

    .miniform button:hover {
    }

    .miniform button img {
    }

.miniform div:last-child {
    display: flex;
    /* justify-content: center; */
}

.formtesekkurler {
    display: none;
}

    .formtesekkurler > div {
        display: table !important;
    }

        .formtesekkurler > div h1 {
            font-size: 38px;
            line-height: 43px;
            text-align: center;
            font-weight: 500;
        }

        .formtesekkurler > div p {
            font-size: 25px;
            text-align: center;
            margin-top: 55px;
        }

.formloading {
    position: absolute;
    top: -20px;
    left: -20px;
    background: rgb(0 0 0 / 52%);
    height: 100%;
    display: none;
    width: calc(100% + 40px);
    z-index: 2;
}

.kosul {
    position: relative;
    display: flex;
    align-items: center;
}

.dtipi {
    width: 100%;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #ac835e; */
    padding-top: 12px;
    padding-bottom: 3px;
}

    .dtipi > div {
        margin-right: 7px;
    }

        .dtipi > div:first-child {
            margin-right: 45px;
            font-size: 12px;
            letter-spacing: 2px;
            /* border-bottom: 1px solid #ac835e; */
        }

section {
    display: flex;
    justify-content: center;
    position: relative;
}

    section img {
        max-width: 100%;
    }


    section.icleft {
        display: flex;
        justify-content: flex-start;
    }

    section.icright {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    section.iccenter > div {
        max-width: 1400px;
        width: 90%;
    }

.bg1 * {
    color: #fff
}

.homeyonetici {
    width: calc(((100% - 1400px) / 2) + 1400px);
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

    .homeyonetici > div {
    }

        .homeyonetici > div:first-child {
            width: 720px
        }

            .homeyonetici > div:first-child img {
                width: 100%
            }

        .homeyonetici > div.ustbilgi {
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% - 720px);
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            padding: 5%;
        }

            .homeyonetici > div.ustbilgi * {
                color: #fff
            }

            .homeyonetici > div.ustbilgi > div {
            }

                .homeyonetici > div.ustbilgi > div.title-border {
                    border-bottom: 1px solid #fff;
                    /* position: absolute; */
                    /* top: 5%; */
                    /* width: 80%; */
                }


                    .homeyonetici > div.ustbilgi > div.title-border h2 {
                        color: #fff;
                        margin-bottom: 16px;
                        letter-spacing: -.02em;
                    }

.degerler {
    display: flex;
    justify-content: space-between;
}

    .degerler > div {
        width: calc((100% / 4) - 20px);
        display: flex;
        justify-content: flex-start;
        text-align: left;
        flex-direction: column;
    }

        .degerler > div img {
            margin-bottom: 30px;
        }

        .degerler > div h1 {
            font-size: 21px;
            line-height: 24px;
            font-weight: 500;
            text-align: left;
            margin-bottom: 10px;
        }

        .degerler > div p {
            text-align: left !important;
            font-size: 17px !important;
        }

.appeal-ceo__name {
    /* position: absolute; */
    /* bottom: 5%; */
}

    .appeal-ceo__name h4 {
        font-size: calc(var(--scale-rem)* 6.2);
        line-height: 1.2em;
        --lh: 0.86957em;
        letter-spacing: -.04em;
        color: #fff;
        font-weight: 700;
    }

.appeal-ceo__text {
    /* position: absolute; */
    width: 550px;
    right: 20%;
    color: #fff;
    top: 19%;
}

    .appeal-ceo__text p {
        font-size: calc(var(--scale-rem)* 1.1);
        line-height: 1.35em;
        --lh: 1.25em;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
        margin-bottom: 14px;
    }

    .appeal-ceo__text h1 {
        font-size: calc(var(--scale-rem)* 2.5);
        line-height: 1.21622em;
        margin-bottom: 21px;
    }

    .appeal-ceo__text a {
        font-size: calc(var(--scale-rem)* 1.2);
        line-height: 1.25em;
        --lh: 1.25em;
        letter-spacing: 0;
        font-weight: 400;
        color: #fff;
    }

.autoheight {
    height: auto !important;
    max-height: auto !important
}

.mtop {
    margin-top: 8vh !important;
}

.galeri .slick-track {
    transform: none !important;
}

.galeribar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between !important;
    !i;
    !;
}

    .galeribar .galeribar-title {
    }

        .galeribar .galeribar-title > div {
            width: 80%;
            margin-left: 10%;
        }

            .galeribar .galeribar-title > div h1 {
                font-size: 30px;
                margin-bottom: 9px;
                font-family: "Lora", serif;
                color: #ac835e;
            }

            .galeribar .galeribar-title > div p {
                font-size: 18px;
                line-height: 24px;
                font-weight: 500;
            }

    .galeribar > div {
    }

        .galeribar > div:first-child {
            width: 25vw;
        }

        .galeribar > div:last-child {
            width: calc(100% - 26vw);
            height: auto;
        }

.divikili > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.divikili > .iccenter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .divikili > .iccenter .fullcenter {
    }

        .divikili > .iccenter .fullcenter > img {
            width: 100%
        }

.divikili .txtaciklama {
    width: 90%
}

.divikili .head.txtaciklama h4 > p {
    font-size: 18px;
    line-height: 26px;
}

.borderleft .divikili .head.txtaciklama {
    align-items: flex-start;
}

    .borderleft .divikili .head.txtaciklama h4 > p {
        font-size: 21px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -.25px;
        margin-bottom: 25px;
        text-align: left;
    }

.slogan2bar.divikili {
    padding: 45px 0;
}



.borderleft .slogan2bar.divikili {
    padding: 0px 0;
}




.slogan2bar .iccenter .fullcenter {
    width: 100%;
    max-width: 100%;
    max-height: 60vh;
    overflow: hidden;
}

    .slogan2bar .iccenter .fullcenter img {
        width: 100%
    }

.slogan2bar .txtaciklama {
    padding: 45px 0
}

.whatsapp {
    position: fixed;
    right: 2px;
    bottom: 20px;
    z-index: 999;
    width: 5%;
    height: 85px;
}

    .whatsapp > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .whatsapp > a > svg {
            width: 100%;
            height: auto;
        }

            .whatsapp > a > svg > circle {
            }

            .whatsapp > a > svg path {
            }

.container.projelist {
    display: flex;
    flex-direction: column; /* background: #fff; */
}

.resimsizproje {
}

.taahut {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .taahut > ul {
        max-width: 1400px;
        width: 100%;
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

        .taahut > ul > li {
            width: calc((100% / 3) - 20px);
        }

        .taahut > ul > li {
        }

            .taahut > ul > li > div, .resimsizproje > div {
                height: 100%;
                border: 1px solid #d2cdc4;
                padding: 35px 25px 25px 25px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

.resimsizproje > div {
    background: #3d3333;
}

    .resimsizproje > div * {
        color: #fff !important;
        border: 0 !important
    }

.taahut > ul > li > div .Name {
}

    .taahut > ul > li > div .Name h1, .resimsizproje .Name h1 {
        font-size: 20px;
        font-weight: 700;
        color: #333;
        font-family: "Lora", serif;
    }

    .taahut > ul > li > div .Name p, .resimsizproje .Name p {
        margin-bottom: 15px;
        margin-top: 3px;
        font-size: 18px;
        line-height: 22px;
    }

.taahut > ul > li > div .info, .resimsizproje .info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d2cdc4;
    padding: 15px;
    background: #ac835e;
}

.taahut > ul > li > div .Local {
    color: #fff;
}

.taahut > ul > li > div .Year {
    color: #fff;
}

.container.haberdetay {
    padding-bottom: 7vh
}

.haberdetay .news {
}

    .haberdetay .projegaleri h1, .haberdetay .news > h1 {
        font-size: 36px;
        font-weight: 500;
        text-align: left;
        line-height: 46px;
        margin-bottom: 15px;
        letter-spacing: -.25px;
    }

    .haberdetay .news h2 {
        font-size: 36px;
        font-weight: 500;
        text-align: left;
        line-height: 46px;
        margin-bottom: 15px;
        letter-spacing: -.25px;
    }

    .haberdetay .news .aciklama, .haberdetay .news .aciklama p {
        font-size: 21px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -.25px;
        margin-bottom: 25px;
        text-align: left;
    }

        .haberdetay .news .aciklama h1, .haberdetay .news .aciklama h2 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .haberdetay .news .aciklama ul {
            margin-bottom: 15px;
            list-style-type: disc;
            padding-left: 15px;
        }

            .haberdetay .news .aciklama ul > li {
                padding: 4px 0;
            }


.tekgaleri.projegaleri {
    height: 70vh;
}

    .tekgaleri.projegaleri .carousel__slide__inner {
        width: 100% !important
    }

    .tekgaleri.projegaleri ul {
    }

.haberdetay .news > div * {
}

.haberdetay .news > div a, .haberdetay .new > div b {
    font-weight: 600
}

.haberdetay .projegaleri {
    height: auto;
    overflow: initial;
}

    .haberdetay .projegaleri h1 {
        margin-bottom: 15px
    }

    .haberdetay .projegaleri > div {
        height: 60vh;
        overflow: hidden;
    }

.container.hakk {
    padding-bottom: 7vh
}

    .container.hakk .handyazi {
        margin-top: 25px
    }

    .container.hakk .appeal-ceo__text {
        width: 90%
    }

.ichead > div h1.trento {
    font-size: 5px;
    line-height: 45px;
}

.ichead > div h2 {
}

.murberry {
    font-family: 'al_murberry_mediummedium';
}

.trento {
    font-family: 'TRENTO';
}

.section .fs-content {
    margin-top: 0 !important;
}

.language {
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: 15px !important;
}

    .language a {
        align-content: center;
        align-items: center !important;
        font-size: 13px !important;
    }

        .language a span {
            margin-right: 2px;
        }

.menuac {
    display: flex;
    align-items: center;
}

.mobilemenu {
    max-width: 550px;
    position: absolute;
    z-index: 8;
    height: 100vh;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: -550px;
    transition: 0.5s;
    top: 0;
    width: 70%;
    box-shadow: 0px 0px 7px 0px #0000001f;
}

    .mobilemenu > div {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.texttop {
    display: flex;
    align-content: center;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    flex-direction: column;
    flex-direction: column-reverse;
    background: #070747;
}

.mobilemenubottom {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #3d3333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.5s
}

.mobilemenuhead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    align-items: center;
    padding: 15px 10%;
    border-bottom: 1px solid #ccc;
}

    .mobilemenuhead .close{
    display: flex;
    align-items: center;
    gap: 15px;
}

    .mobilemenuhead .close>div:first-child{
    border-right: 1px solid #ccc;
    padding-right: 18px;
}

    .mobilemenuhead > .mobilemenulogo {
        width: 167px;
    }

        .mobilemenuhead > .mobilemenulogo > a {
            display: block;
        }

            .mobilemenuhead > .mobilemenulogo > a > img {
                width: 100%;
            }

.mobilemenubottom.active {
    left: 0
}

.mobilemenubottom .close {
    position: absolute;
    top: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    right: 20px;
    z-index: 10;
}

    .mobilemenubottom .close > span {
        color: #fff;
    }

.mobilemenubottom > ul {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 10%;
}

    .mobilemenubottom > ul > li {
        display: flex;
        flex-direction: row;
        margin-bottom: 25px;
        width: 100%;
        border-bottom: 1px solid #8f775a;
        margin: 8px 0 15px 0;
        padding: 15px 0;
    }

        .mobilemenubottom > ul > li > a {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
        }

            .mobilemenubottom > ul > li > a > div {
            }



                .mobilemenubottom > ul > li > a > div span {
                    font-size: 45px;
                    line-height: 45px;
                    margin-bottom: 10px;
                    color: #fff;
                    font-weight: 200;
                }

                .mobilemenubottom > ul > li > a > div h1 {
                    font-size: 16px;
                    font-weight: 700;
                    margin-left: 7px;
                    color: #fff;
                }

                .mobilemenubottom > ul > li > a > div > svg {
                    fill: #fff;
                }

                    .mobilemenubottom > ul > li > a > div > svg path {
                        fill: #fff;
                    }

            .mobilemenubottom > ul > li > a .cizgi {
                width: 100%;
                height: 1px;
                background: #8f775a;
                margin: 8px 0 15px 0;
            }

            .mobilemenubottom > ul > li > a > div p {
                font-size: 14px;
                line-height: 20px;
            }

.texttop > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.texttop .txtcenter.txticmax {
    position: absolute;
    z-index: 3;
}

.carousel__slide__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
}



.mobilemenu.active {
    right: 0;
}

.mobilemenu .menuicerik {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    height: calc(100% - 160px);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.mobilemenu.active .menuicerik {
    opacity: 1;
    transition-delay: .5s; /* 2 saniye gecikme */
}

.mobilemenu .menuicerik .menuler {
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: flex-start;
    width: 80%;
}

    .mobilemenu .menuicerik .menuler > div {
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

        .mobilemenu .menuicerik .menuler > div > a {
            font-size: 35px;
            line-height: 43px;
            text-align: left;
            /* color: #5f4535; */
            font-weight: 500;
        }

            .mobilemenu .menuicerik .menuler > div > a:hover {
                border-bottom: 1px solid #000;
            }


        .mobilemenu .menuicerik .menuler > div.arama {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #000000;
            justify-content: space-between;
            margin-bottom: 8vh;
        }

            .mobilemenu .menuicerik .menuler > div.arama > div {
            }

                .mobilemenu .menuicerik .menuler > div.arama > div:first-child {
                    width: calc(100% - 50px);
                }

                .mobilemenu .menuicerik .menuler > div.arama > div:last-child {
                    width: 40px;
                    text-align: right;
                }

            .mobilemenu .menuicerik .menuler > div.arama input {
                background: no-repeat;
                border: 0;
                width: 100%;
            }

            .mobilemenu .menuicerik .menuler > div.arama span {
                font-size: 32px;
                line-height: 46px;
            }

.twobottom {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

    .twobottom > div {
        width: 100%;
    }

.pagedetail {
    width: 100%;
    margin: 4vh auto;
    position: relative;
}

.haberdetay p > span {
    font-weight: 700
}

.pagedetail.pad0 {
    width: 100%;
    margin: 0 auto
}

.txt90center {
}

    .txt90center > div {
        width: 90%;
        margin: 4vh auto;
    }

.pagedetail .treegallery {
    width: 90%;
    margin: 0 auto;
}


    .pagedetail .treegallery .slick-arrow, .pagedetail .slick-arrow {
        background-color: #eee8e1;
    }

        .pagedetail .slick-arrow:hover {
            background-color: #8F775A;
        }

.pagedetail .head {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2vh;
}

    .pagedetail .head h1 {
        font-size: 25px;
        color: #000;
        letter-spacing: 2px;
        font-weight: 500;
        margin-bottom: 0;
    }

.head div > p {
    font-size: calc(14px + .25vw );
    font-weight: 400;
    text-align: center;
    line-height: calc(21px + .25vw );
    margin-bottom: 15px;
}

.treediv {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

    .treediv > div {
        width: calc((100% / 3));
        max-height: 70vh;
    }

        .treediv > div:nth-child(3n) {
            margin-right: 0;
        }


.proje {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 90%;
    max-width: 1400px;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .proje > div {
    }

        .proje > div .zoom {
            position: relative;
            max-height: 30vw;
        }

        .proje > div .projetitle {
            position: absolute;
            z-index: 2;
            bottom: 0;
            right: 0;
        }


            .proje > div .projetitle > div {
                display: flex;
                flex-direction: row;
                align-items: center;
                background: #c50015;
                padding: 7px 10px;
                border-radius: 0;
            }

                .proje > div .projetitle > div > span {
                    font-size: 21px;
                    color: #ffffff;
                    margin-right: 6px;
                }

                .proje > div .projetitle > div > h1 {
                    font-weight: 500;
                    letter-spacing: 0px;
                    font-size: 15px;
                    color: #ffffff;
                }

        .proje > div .logoyok {
            width: 100% !important;
            !i;
            !;
            height: 100%;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .proje > div .logoyok p {
                color: #fff;
                text-align: center;
                font-size: 17px;
                line-height: 21px;
                font-weight: 700;
                letter-spacing: 1px;
            }

        .homegalery .logo, .proje > div .logo {
            position: absolute;
            z-index: 3;
            width: 25%;
            transition: .5s;
        }

            .homegalery .logo > img, .proje > div .logo > img {
                filter: brightness(0) invert(1);
                width: 100%;
                height: auto;
                border-radius: 0;
                object-fit: cover;
            }

            .homegalery .logo > img {
                width: auto !important;
                height: 75px !important;
            }

        .proje > div .projetitle > h1 {
            font-weight: 700;
            letter-spacing: 0px;
            font-size: 24px;
            margin-bottom: 5px;
            color: #ffffff;
        }

        .proje > div .projetitle > h2 {
            font-size: .95rem;
            line-height: 1.4rem;
            color: #fff;
        }

        .proje > div > a .bg30 {
        }

    .proje:hover > div > a .bg30 {
        background: rgb(0 0 0 / 60%);
    }

.projectgallery {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

    .projectgallery > div {
        width: calc((100% / 3) - 4px);
        margin-right: 6px;
        margin-bottom: 6px;
        max-height: 80vh;
    }

        .projectgallery > div:nth-child(5n-2) {
            margin-right: 0
        }

        .projectgallery > div:nth-child(5n) {
            width: calc(50% - 3px);
            margin-right: 0
        }

        .projectgallery > div:nth-child(5n-1) {
            width: calc(50% - 3px);
        }

.projenavigator {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 4vh auto;
    margin-bottom: 7vh;
}

    .projenavigator > div {
        display: flex;
        align-items: center;
        width: 47%;
        border-top: 1px solid #c09670;
        border-bottom: 1px solid #c09670;
        padding: 15px 0;
    }

        .projenavigator > div.bos {
            border-top: 0px solid #c3c3c3;
            border-bottom: 0px solid #c3c3c3;
        }

        .projenavigator > div > a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            .projenavigator > div > a > div {
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .projenavigator > div > a img {
                width: 150px;
            }

            .projenavigator > div > a p {
                color: #e5d1be;
                display: flex;
                align-items: center;
                margin: 0 15px;
                font-weight: 700;
                letter-spacing: 1px;
            }

                .projenavigator > div > a p > span {
                    color: #e5d1be;
                    margin-left: 15px;
                    margin-right: 15px;
                    font-size: 48px;
                    font-weight: 100;
                }

.mobilemenu > .menuicerik .altbar {
    width: 80%;
}

.socialmedia {
}

    .socialmedia > a {
        margin-right: 9px;
    }

        .socialmedia > a > svg {
            height: 19px;
        }

            .socialmedia > a > svg > path {
                fill: #5d5347;
            }

        .socialmedia > a:hover > svg > path {
            fill: #333;
        }

.aborder {
    border: 1px solid #695338;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .aborder > a {
        color: #5d5347;
        font-weight: 600;
        font-size: 13px;
        display: flex;
        align-content: center;
        align-items: center;
    }

        .aborder > a > svg {
            margin-right: 3px;
        }

            .aborder > a > svg > path {
                fill: #5d5347;
            }

.archtive {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .archtive > img {
        width: 300px;
        margin-right: 15px;
    }

    .archtive h1 {
        line-height: 2.4;
        font-size: 1.8rem;
        margin-top: 15px;
        font-weight: 600;
    }

.markalar {
    width: 100%;
}

    .markalar > img {
        width: 100%;
        filter: grayscale(100%);
    }

        .markalar > img:hover {
            width: 100%;
            filter: grayscale(0%);
        }

.menusepet {
    position: relative
}

    .menusepet:hover .basket-preview-container, .basket-preview-container.active {
        display: block
    }

.basket-preview-container {
    text-align: left !important;
    width: 350px;
    top: 40px;
    right: 0;
    border: 1px solid #e6e6e6;
    position: absolute;
    z-index: 901;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

    .basket-preview-container > div {
        padding: 15px;
    }

        .basket-preview-container > div .slideContainer {
            padding-bottom: 15px;
        }

            .basket-preview-container > div .slideContainer .slideUpBox {
                margin-bottom: 15px;
                margin-top: 15px;
            }

                .basket-preview-container > div .slideContainer .slideUpBox p {
                    font-size: 14px;
                    font-weight: 600;
                }

            .basket-preview-container > div .slideContainer .basketProductList {
                max-height: 375px;
                overflow-y: auto;
            }

                .basket-preview-container > div .slideContainer .basketProductList li {
                    padding: 15px;
                    margin: 0;
                    border-bottom: 1px solid #e6e6e6;
                }

                .basket-preview-container > div .slideContainer .basketProductList p {
                    text-align: left;
                    font-size: 13px;
                }

                .basket-preview-container > div .slideContainer .basketProductList img {
                    width: 55px;
                    margin-right: 15px;
                    border: 1px solid #e6e6e6;
                    border-radius: 6px;
                }

                .basket-preview-container > div .slideContainer .basketProductList p.product {
                    width: 100%;
                    margin: 0;
                }

                    .basket-preview-container > div .slideContainer .basketProductList p.product span {
                        font-size: 14px;
                    }

                    .basket-preview-container > div .slideContainer .basketProductList p.product .brand {
                        font-weight: 600;
                        margin-right: 5px;
                    }

                .basket-preview-container > div .slideContainer .basketProductList p.details {
                    margin: 5px 0;
                }

                    .basket-preview-container > div .slideContainer .basketProductList p.details .quantity {
                        font-size: 12px;
                    }

                .basket-preview-container > div .slideContainer .basketProductList p.price-info {
                }

                .basket-preview-container > div .slideContainer .basketProductList p.price-info {
                    font-size: 16px;
                    font-weight: 600;
                }

    .basket-preview-container .productPriceBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .basket-preview-container .productPriceBox > a {
            font-size: 15px;
            line-height: 19px;
            font-weight: 600;
            padding: 10px 21px;
            border: 1px solid #d1d1d1;
            border-radius: 5px;
        }

            .basket-preview-container .productPriceBox > a.goBasket {
            }

            .basket-preview-container .productPriceBox > a.CompleteOrder {
                background: #000;
                color: #fff;
                border-color: #000;
            }

.leftslider .slick-list, .leftsliderteam .slick-list {
    padding-left: 0px !important;
    margin: var(--yanmenugenislik) 0;
}

.projegaleri .carousel__slide__inner {
    width: 98% !important;
}

.projegaleri .slick-arrow {
    top: auto;
    left: 66px;
    bottom: 0px;
}

    .projegaleri .slick-arrow.slick-next {
        right: auto;
        left: 10px;
    }

.projegaleri .linkbutton.slick-arrow > a > div .icon {
    background: #c09670;
    border-radius: 0;
}

.projegaleri .linkbutton.dark > a:hover > div .icon:after {
}

.projegaleri .linkbutton > a > div .icon:after, .projegaleri .linkbutton > button > div .icon:after {
    border-radius: 0;
}


.sourcebox {
    width: 100%;
    display: none;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    top: 93px;
    z-index: 9;
    background: #fff;
}

    .sourcebox > div {
        width: calc(100% - 60px);
        position: relative;
        display: flex;
        align-items: center;
        margin: 25px auto;
    }

        .sourcebox > div > input {
            width: 100%;
        }

        .sourcebox > div .icontop {
            position: absolute;
            right: 10px;
        }

            .sourcebox > div .icontop > span {
            }

.yankenarlik {
    width: 100%;
}


.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1080;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.video {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #5f4535; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

    .loading-overlay svg {
        width: 50px;
        height: 50px;
    }


.slader {
    width: 100%;
    height: calc(100vh);
    position: relative;
}

    .slader video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative
    }

.slick-slider, .slick-list {
    width: 100%;
}

.arrow-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    z-index: 8;
    cursor: pointer;
    display: none;
}

    .arrow-scroll-down > a {
        display: block
    }

        .arrow-scroll-down > a > span {
            color: #fff;
            animation: bounce .6s infinite alternate;
            display: block;
            font-size: 2rem;
        }

#form-contact-us {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
}

.siziarayalim #form-contact-us {
    width: 100%
}

    .siziarayalim #form-contact-us .miniform {
        width: 90%
    }

#form-contact-us input, #form-contact-us textarea {
    color: #000;
}

.contactform textarea, .contactform input {
    color: #fff !important
}

.formloading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.55);
    height: 100%;
    display: none;
    width: 100%;
    z-index: 2;
}

.tesekkurler {
    width: 100%;
    padding: 10px 10px;
    display: none;
}

    .tesekkurler > p {
        color: #0a960f;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 0 !important;
    }

.projegaleri {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* margin-top: 4vh; */
    max-height: 60vh;
}

    .projegaleri .slader, .projegaleri .carousel__slide__inner {
        width: 100%;
        height: auto;
    }


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.icortala {
    width: 90%;
    margin: 0 auto;
}

.divalan {
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.ikilisatir {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .ikilisatir > div {
        width: 48%;
        /* border: 1px solid #f2f2f2; */
        /* padding: 45px 25px; */
    }

    .ikilisatir .txt {
        width: 90%;
    }

.terscevir {
    flex-direction: row-reverse;
}

    .terscevir .txt {
        margin-left: 10%;
    }

.txtright {
    text-align: right
}

.zoom {
    overflow: hidden
}

    .zoom > img {
        transition: 1s !important
    }

    .zoom:hover > img {
        transform: scale(1.05)
    }

.zoom {
    overflow: hidden
}

    .zoom > a > img {
        transition: 0.5s
    }

    .zoom:hover > a > img {
        transform: scale(1.2)
    }

    .zoom:hover .bg30 {
        opacity: 0
    }

.zoom-gallery .zoom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.zoom.pasif {
    background: #000
}

    .zoom.pasif img {
        opacity: 0.35
    }

.kvkk {
    padding-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1400px;
}

    .kvkk p {
    }

        .kvkk p span {
            font-weight: 800
        }

    .kvkk > div {
        display: flex;
    }

        .kvkk > div:last-child {
            display: flex;
            flex-direction: column;
        }

        .kvkk > div > a {
            border-right: 1px solid #d9cbb9;
            margin-left: 6px;
            padding-right: 6px;
            line-height: 14px;
            margin-bottom: 10px;
        }

            .kvkk > div > a:last-child {
                border: 0;
            }

a.link-2 {
}

.kvkk > div h2 {
    font-size: 12px;
    font-weight: 600;
    color: #5d5347;
    text-align: right;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.kvkk > div p {
    font-size: 11px;
    font-weight: 500;
    color: #5d5347;
    text-align: right;
    letter-spacing: 0;
}

    .kvkk > div p > a {
        font-weight: 700;
        color: #5d5347;
        font-size: 11px;
        letter-spacing: 0;
    }

.kurumsaltxt {
}



    .kurumsaltxt .ikilisatir h1 {
        font-weight: 700;
        margin-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
        color: #5f4535;
    }

    .kurumsaltxt .ikilisatir p {
        line-height: 25px;
        font-size: 18px;
    }

    .kurumsaltxt .ikilisatir p {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 31px;
        font-weight: 500;
    }

        .kurumsaltxt .ikilisatir p:last-child {
            margin-bottom: 0;
        }

    .kurumsaltxt .head h1 {
        font-weight: 700;
        /* font-size: 26px; */
        /* line-height: 30px; */
        margin-bottom: 10px;
    }

    .kurumsaltxt .head p {
        /* font-size: 18px; */
        /* line-height: 24px; */
    }

    .kurumsaltxt .fullcenter .ikilisatir {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 8vh;
    }

    .kurumsaltxt .ikilisatir > div {
        width: 45%;
    }

    .kurumsaltxt .ikilisatir.bgblue > div:last-child {
    }

    .kurumsaltxt .ikilisatir.bgblue > div:first-child {
    }

.baskan {
}

.ikilisatir.baskan > div:first-child {
    width: 340px;
    border: 1px solid #cbcbcb;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
}

    .ikilisatir.baskan > div:first-child > h1 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 22px;
        line-height: 25px;
        color: #5f4535;
        margin-top: 16px;
    }

    .ikilisatir.baskan > div:first-child > h2 {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
    }

    .ikilisatir.baskan > div:first-child > img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

.ikilisatir.baskan > div:last-child {
    width: calc(100% - 390px);
    );
    );
    );
    );
    );
    );
}

.sertifikalarKalite {
    width: 100%;
    /* background: #f2f5f7; */
}

    .sertifikalarKalite .sertifikaIn {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .sertifikalarKalite .sertifikaIn > ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin: 0;
            margin-left: 25px;
        }

            .sertifikalarKalite .sertifikaIn > ul > li {
                margin-right: 25px;
            }

                .sertifikalarKalite .sertifikaIn > ul > li > a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .sertifikalarKalite .sertifikaIn > ul > li > a > img {
                    }

                    .sertifikalarKalite .sertifikaIn > ul > li > a > div {
                        margin-top: 10px;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                    }

                        .sertifikalarKalite .sertifikaIn > ul > li > a > div > p {
                            font-weight: 700;
                            margin-right: 7px;
                        }

                        .sertifikalarKalite .sertifikaIn > ul > li > a > div > img {
                        }

        .sertifikalarKalite .sertifikaIn > h2 {
            font-weight: 800;
            font-size: 30px;
            line-height: 30px;
            color: #5f4535;
        }



.fourdiv {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 60px 0;
    padding: 0 !important;
}

    .fourdiv > div {
        width: calc((100% / 4) );
        margin-right: 1vw;
    }

        .fourdiv > div > img {
            width: 100%
        }

        .fourdiv > div:last-child {
            margin-right: 0
        }

        .fourdiv > div > a {
            height: 100%;
        }

.socialfollow {
}

    .socialfollow h2 {
        margin-top: 0 !important;
        line-height: 1.8rem !important;
    }

    .socialfollow .fourdiv {
        width: calc(100% - 60px);
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .socialfollow .fourdiv > div {
            border: 1px solid #f1f1f1; /* box-shadow: 0px 0 14px 5px rgb(0 0 0 / 7%); */
            border-radius: 12px;
        }

            .socialfollow .fourdiv > div:last-child {
                margin: 0
            }

            .socialfollow .fourdiv > div img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: relative;
            }

.fivediv {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 210px;
}

    .fivediv > div {
        width: calc((100% / 5) - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        max-height: calc(50vh - 190px);
        overflow: hidden;
    }

        .fivediv > div > a {
            color: #8F775A;
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            height: 100%;
            width: 100%;
        }

.twodiv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

    .twodiv > div {
        width: 50%;
    }

        .twodiv > div:last-child {
        }

            .twodiv > div:last-child > div.txt {
                width: 90%;
            }

        .twodiv > div:first-child {
        }

        .twodiv > div.fullcenter {
        }


            .twodiv > div.fullcenter h6 {
                font-size: 21px;
                font-weight: 500;
                line-height: 30px;
                letter-spacing: -.25px;
                margin-bottom: 25px;
                text-align: left
            }

                .twodiv > div.fullcenter h6:last-child {
                    margin-bottom: 0
                }


        .twodiv > div > img {
            width: 100%
        }

    .w25, .twodiv > .w25 {
        width: 25%
    }

    .w75, .twodiv > .w75 {
        width: 75%
    }

    .w23, .twodiv > .w23 {
        width: 23%
    }

    .w73, .twodiv > .w73 {
        width: 73%
    }

    .w38, .twodiv > .w23 {
        width: 23%
    }

    .w40, .twodiv > .w40 {
        width: calc(40% - 6px)
    }

    .w60, .twodiv > .w60 {
        width: calc(60% - 3px);
    }

.ouruniverse .trento {
    color: #8F775A;
    font-size: 5px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.ouruniverse .contenttxt > p {
    font-size: 16px;
    line-height: 23px;
}

.ouruniverse .althead {
    width: 90%;
    margin: 0 auto;
}

.ouruniverse .trento.txtcenter {
    margin-bottom: 20px
}

.ouruniverse .althead > div {
    margin-bottom: 60px
}

.ouruniverse .althead > h1 {
    margin-bottom: 20px;
}

.ouruniverse .althead .treegallery {
    margin-top: 25px;
    height: calc(100vh - 310px);
    max-height: calc(100vh - 310px);
}

.ourservices { /* height: 70vh !important; */
    width: 84% !important;
    margin: 0 auto;
}

    .ourservices > div {
    }

        .ourservices > div:last-child {
            width: 45%;
        }

        .ourservices > div:first-child {
            width: 50%;
            display: flex;
            align-items: flex-start;
        }

    .ourservices .fullcenter {
        color: #000;
    }

        .ourservices .fullcenter h1 {
            color: #8F775A;
            text-align: left;
            margin-bottom: 7px;
        }

        .ourservices .fullcenter h2 {
            color: #000;
            text-align: left;
            margin-top: 0px;
            margin-bottom: 25px;
        }

        .ourservices .fullcenter p {
            margin-bottom: 15px;
        }

            .ourservices .fullcenter p:last-child {
                margin-bottom: 0;
            }

.ouruniverse .twodiv.esit {
}

    .ouruniverse .twodiv.esit > div {
        width: calc(50% - 3px)
    }

        .ouruniverse .twodiv.esit > div:last-child {
            margin-right: 0
        }

.homegalerigiris {
}

    .homegalerigiris > div {
    }

        .homegalerigiris > div:last-child {
        }

        .homegalerigiris > div:first-child {
        }

            .homegalerigiris > div:first-child h1 {
            }

            .homegalerigiris > div:first-child p {
            }

.homegalery {
    display: flex;
    align-items: center;
    flex-direction: column; /* padding: 40px  0 40px 0; */
    width: 100%;
    margin-top: 6px;
}

    .homegalery > div {
        width: 100%;
    }

        .homegalery > div:first-child {
        }

        .homegalery > div:last-child {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .homegalery > div:first-child h1 {
            color: #ffffff;
            font-size: 23px;
            line-height: 30px;
            margin-bottom: 4px;
            font-weight: 700 !important;
        }

.homegalerylink {
    padding: 60px 0;
}

    .homegalerylink > div {
        width: 90%;
        max-width: 1400px;
    }

.homegalery h1 {
}

.homegalery h2 {
    text-align: left;
    margin-top: 0 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #ffffff;
    letter-spacing: 0;
}

.homegalery .treegallery .txt {
    width: 90%;
    padding: 25px 0 35px 0;
}

.homegalery .zoom {
    max-height: 30vw;
}

.eserler {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
    padding-bottom: 8vh;
}

    .eserler .head {
        margin: 7vh 0 0 0;
    }

        .eserler .head h2 {
            color: #ac835e;
            text-align: center;
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 6px;
        }

        .eserler .head h1 {
            color: #fff;
            font-family: "Lora", serif;
            font-weight: 600;
            font-size: 47px;
            line-height: 53px;
            margin-bottom: 20px;
        }

.eserleraciklama.ikilisatir {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; /* Ortalamak yerine baştan hizalamak */
    gap: 20px; /* İki sütun arasında boşluk */
    width: 90%;
    margin-bottom: 45px;
    max-width: 760px;
    background: #efefef;
    padding: 45px 30px;
}

    .eserleraciklama.ikilisatir > div {
        /* Her sütunun eşit şekilde genişlemesini sağlar */
        /* Flex item'ın taşmasını engeller */
    }

        .eserleraciklama.ikilisatir > div:first-child {
            width: 60%
        }

        .eserleraciklama.ikilisatir > div ul {
            list-style: disc;
            padding-left: 25px;
        }

            .eserleraciklama.ikilisatir > div ul > li {
                font-size: 16px;
                line-height: 28px;
                padding: 2px 0;
            }

        .eserleraciklama.ikilisatir > div h1 {
            font-size: 27px;
            line-height: 25px;
            margin-bottom: 16px;
            font-weight: 600;
        }

.eserlergaleri, .eserlergaleri.galeribar > section {
    max-height: 60vh
}

.eserlerslader {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 25px;
}

.eserlergaleri {
}

.eserlerslader .slick-arrow.slick-next {
    left: -5%;
}

.eserlerslader .slick-arrow {
    right: -5%;
}

.eserlerslader .slick-slide {
    width: 50%;
    /* max-height: 50vh; */
    /* margin-right: 15px; */
}

    .eserlerslader .slick-slide:nth-child(2n) {
        margin-right: 0
    }

    .eserlerslader .slick-slide a {
        display: block;
        width: 98%;
    }

.eserlerslader img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: 0.3s;
}

.eserlerslader h2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}

.homenewslink {
    padding: 40px 0;
}

    .homenewslink > div {
    }

.newsbar {
    padding: 7vh 0 6vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .newsbar > div {
        /* width:calc(((100% - 1400px) / 2) + 1400px); */
        /* padding-bottom: 7vh; */
        max-width: 1400px;
        width: 90%;
    }

    .newsbar .head {
        width: calc(100% - 197px);
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 14px;
    }

        .newsbar .head .title-border {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .newsbar .head .title-border h2 {
                margin-bottom: 0;
                font-weight: 600;
                letter-spacing: -0.5px;
                font-size: 18px;
                line-height: 20px;
            }

            .newsbar .head .title-border span {
                margin-left: 15px;
                width: 100%;
                height: 1px;
                background: #ededed;
            }

    .newsbar .newsgallery {
    }

        .newsbar .newsgallery > div.slick-lis {
            height: calc(var(--scale-px)* 600);
            overflow: hidden
        }

        .newsbar .newsgallery .slick-slide {
            margin-right: 35px;
            position: relative;
            /* height: calc(var(--scale-px)* 350); */
        }

            .newsbar .newsgallery .slick-slide > div {
                transition: 0.3s;
                position: absolute;
                height: 100%;
                padding: 35px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .newsbar .newsgallery .slick-slide .item1 {
                z-index: 1;
                background: #f3f3f4;
            }

            .newsbar .newsgallery .slick-slide .item2 {
                z-index: 2;
                background: rgb(0 0 0 / 36%);
                transform: translateY(100%);
                overflow: hidden;
                transition-property: transform;
            }

                .newsbar .newsgallery .slick-slide .item2 > a {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    width: 100%;
                    height: 100%;
                }

            .newsbar .newsgallery .slick-slide:hover .item2 {
                transform: translateY(0%)
            }

            .newsbar .newsgallery .slick-slide img {
            }

            .newsbar .newsgallery .slick-slide h2 {
                color: #ac835e;
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 0;
                margin-top: 16px;
                text-align: left;
            }

            .newsbar .newsgallery .slick-slide h6 {
                margin-top: 15px;
                font-size: 13px;
                line-height: 19px;
                text-align: left;
            }



            .newsbar .newsgallery .slick-slide .item2 * {
                color: #fff
            }

            .newsbar .newsgallery .slick-slide .itemimg {
            }

        .newsbar .newsgallery a {
        }


.card-article__bottom {
    padding-top: 35px;
    border-top: 1px solid;
    border-top-color: #d7d7d7;
}


.newsbar .slick-arrow {
    top: -49px;
    right: 0;
    left: auto;
}

.newsbar .slick-arrow {
    top: -76px;
    left: auto;
    right: 35px;
}

.newsbar .linkbutton.slick-arrow > a > div .icon {
    background: #c50015;
}

.newsbar .slick-arrow {
}

    .newsbar .slick-arrow.slick-next {
        left: auto;
        right: 100px;
    }

.newsbar .linkbutton.dark > a > div .icon:after {
    background: #89040f;
}

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    /* border-bottom: 1px solid #e9ebf3; */
    text-align: center;
    gap: 30px;
    margin-bottom: 15px;
}

.button.filtering-button {
    display: flex;
    margin-right: -3px;
    margin-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    font-size: calc(10px + 0.45vw);
    font-weight: 600;
    letter-spacing: 0px;
    padding: 9px 0;
    cursor: pointer;
    border: 0;
    justify-content: flex-start;
}

    .button.filtering-button > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
    }

        .button.filtering-button > div > span {
            font-size: 75px;
            margin-bottom: 8px;
            transition: .5s;
        }

    .button.filtering-button.active {
        color: #5f4535;
        background: no-repeat;
        border-color: #5f4535;
        border-bottom: 1px solid #5f4535;
    }



    .button.filtering-button:hover {
        color: #5f4535;
        background: no-repeat;
        border-color: #5f4535;
    }

        .button.filtering-button.active *, .button.filtering-button:hover * {
            color: #fff;
        }

.projetop {
    width: 100%;
    position: relative;
}


.darkbgbos {
    background: #333;
}

.darkbg2bos {
    background: #3d3333
}

.darkbg {
    width: 100%;
    background: #333;
    display: flex;
    justify-content: center;
}

    .darkbg * {
        color: #dcd0c5;
    }

    .darkbg .minheight {
        height: 250px
    }

.projetop .darkbg .grdbg {
    height: 100%;
}

.projetop .darkbg .grdbgbottom {
    height: 100%;
}

.darkbg > div {
    width: 100%;
    position: relative !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 250px;
}

    .darkbg > div > .detaypagetoptitle {
        color: #fff;
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        bottom: 30px;
        z-index: 3;
        justify-content: center;
    }

        .darkbg > div > .detaypagetoptitle > h1 {
            color: #fff;
            font-size: 21px;
            letter-spacing: 4px;
            font-weight: 700;
            position: absolute;
        }

        .darkbg > div > .detaypagetoptitle > h2 {
            margin-bottom: 38px;
            color: #635d58;
            font-size: 12vw;
            line-height: 12vw;
            padding: 0;
            letter-spacing: 13px;
            font-weight: 700;
            opacity: .12;
            text-shadow: 1px 1px 0 rgb(206 197 186), -1px -1px 0 rgba(206 197 186), 1px -1px 0 rgba(206 197 186), -1px 1px 0 rgba(206 197 186);
        }


        .darkbg > div > .detaypagetoptitle > h2 {
        }

.filter-menu2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
}

    .filter-menu2 > a {
        display: flex;
        margin-right: 10px;
        margin-left: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0px;
        /* border: 1px solid #7d7873; */
        padding: 35px 34px;
        cursor: pointer;
        background: #4f4a46;
        max-width: 250px;
        width: 40vw;
    }

        .filter-menu2 > a > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            color: #8f8d8b;
        }

            .filter-menu2 > a > div > span {
                font-size: 65px;
                line-height: 65px;
                margin-bottom: 5px;
                transition: .5s;
                color: #8f8d8b;
            }


        .filter-menu2 > a:hover, .filter-menu2 > a.active { /* padding: 65px 0; */
        }

            .filter-menu2 > a:hover *, .filter-menu2 > a.active > div, .filter-menu2 > a.active > div span {
                color: #f9f4ee
            }

                .filter-menu2 > a:hover > div > span, .filter-menu2 > a.active > div span {
                    font-size: 105px;
                    line-height: 105px;
                }


.group--between {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .group--between > time {
        font-weight: 700;
        color: #a92327;
        font-size: calc(var(--scale-rem)* 5.2);
        line-height: .86957em;
    }

    .group--between > div > p {
        color: #695338;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

.card-article__hover__background .group--between > div > p {
    color: #fff;
}

.card-article__layer, .card-article__hover__content {
    padding: 35px
}

.card-article h2 {
    font-size: calc(var(--scale-rem)* 1.35);
    line-height: 1.25em;
    --lh: 1.25em;
    letter-spacing: -.02em;
    color: #695338;
}

.card-article__hover__background .group--between > time, .card-article__hover__background .group--between > p {
    color: #fff
}

.card-article__hover__background * {
    color: #fff !important;
}

.card-article {
    position: relative;
    height: inherit;
    display: block;
    overflow: hidden;
}

.card-article__hover, .card-article__layer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-article__layer {
    position: relative;
}

.card-article__hover, .card-article__layer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #ece5db;
}

.card-article__hover {
    transform: translateY(100%);
    overflow: hidden;
    transition-property: transform;
}

.card-article__hover, .card-article__hover__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .8s cubic-bezier(.25,.74,.22,.99);
}

.card-article__hover__background {
    z-index: -1;
    transform: translateY(-100%);
}

.card-article:hover .card-article__hover, .card-article:hover .card-article__hover .card-article__hover__background {
    transform: translateY(0);
}

.carousel-owl-item img, .carousel-owl-item picture {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.card-article__hover__background picture {
    width: 100%;
    height: 100%;
    display: block;
}

.card-article__hover__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #0003;
}

.card-article__hover__background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    transition: transform .8s cubic-bezier(.25,.74,.22,.99);
}

.card-article:hover .card-article__hover .card-article__hover__background img {
    transform: scale(1.1);
}


.text-block-8 {
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px hsla(0, 0%, 91.3%, .24);
    color: #d1d1d1;
    font-size: 12px;
    letter-spacing: 1px;
}

.link-2 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px;
    color: #695338;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}

    .link-2:hover {
        color: #372817;
    }

.text--right {
    text-align: right
}



.homecontact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .homecontact > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .homecontact > div > div {
        }

            .homecontact > div > div:first-child {
                width: 90%;
            }

            .homecontact > div > div:last-child {
            }

            .homecontact > div > div:nth-child(2) {
                width: 90%;
            }

    .homecontact h1.trento {
        color: #8F775A;
        margin-bottom: 22px;
    }

.bottombar {
    width: 100%;
    margin-top: 25px;
    background: #f0f0f0;
    padding: 25px 0 25px 0;
    bottom: 0;
    border-top: 1px solid #f3f3f4;
}

footer > .bottombar {
    margin-top: 0;
    position: relative !important;
    max-width: 1400px;
    width: 90%;
    border-bottom: 1px solid #D2CDC4;
    margin-bottom: 25px;
}

.bottombar .logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .bottombar .logo > div.ciz {
        background: #D2CDC4;
        height: 1px;
        width: calc((100%/2) - 120px);
        );
        margin-top: 14px;
    }

    .bottombar .logo > div:nth-child(2) {
        width: 190px;
        margin: 0 15px;
    }

        .bottombar .logo > div:nth-child(2) > img {
            width: 100%;
        }

.bottombar .itembar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 25px;
}

    .bottombar .itembar > div {
        font-size: 14px;
        color: #ffffff;
    }

.bottommenu {
    width: calc(100%);
    display: flex;
    justify-content: center;
}

    .bottommenu > ul {
    }

        .bottommenu > ul > li {
            display: flex;
            flex-direction: row;
            padding: 9px 0;
        }

            .bottommenu > ul > li:first-child {
                /* border-bottom: 1px solid #6953382e; */
            }

    .bottommenu .kvkk {
        padding-top: 5px;
    }

        .bottommenu .kvkk > div {
        }

    .bottommenu > ul > li:last-child > div:last-child {
    }

        .bottommenu > ul > li:last-child > div:last-child > a {
            color: #695338;
            font-weight: 600;
            font-size: 13px;
        }

            .bottommenu > ul > li:last-child > div:last-child > a > svg {
                margin-right: 3px;
            }

                .bottommenu > ul > li:last-child > div:last-child > a > svg > path {
                    fill: #695338;
                }

    .bottommenu .menu {
        width: 100%;
    }

        .bottommenu .menu > ul {
            display: flex;
            /* gap: 40px; */ /* Aralarındaki boşluk */
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .bottommenu .menu > ul > li {
                margin-right: 70px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                white-space: nowrap;
            }

    .bottommenu h1 {
        color: #ac835e;
        font-size: 15px;
        text-align: left;
        font-weight: 700;
        margin-bottom: 21px;
        /* font-family: "Lora", serif; */
    }


    .bottommenu .menu > ul > li > a {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #5d5347;
        line-height: 17px;
        margin-bottom: 6px;
        padding-bottom: 3px;
        letter-spacing: 0;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        text-align: left;
    }

        .bottommenu .menu > ul > li > a:hover {
            border-bottom: 1px solid #ac835e;
        }

.socialmedia > a > svg {
}

.bottombar .itembar > div > img {
    width: 76px;
}

.bottombar .itembar > div > ul {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
}

    .bottombar .itembar > div > ul > li {
        text-align: center;
    }

        .bottombar .itembar > div > ul > li > div {
            margin: 0;
        }


            .bottombar .itembar > div > ul > li > div:first-child {
                margin-right: 40px;
            }

            .bottombar .itembar > div > ul > li > div:last-child {
                width: 210px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

                .bottombar .itembar > div > ul > li > div:last-child .ikili {
                    margin-bottom: 35px;
                }

                    .bottombar .itembar > div > ul > li > div:last-child .ikili > a {
                        color: #5d5347;
                        font-weight: 600;
                        display: flex;
                        align-items: center;
                        font-size: 13px;
                        letter-spacing: 0;
                    }

                    .bottombar .itembar > div > ul > li > div:last-child .ikili a > span {
                        color: #5d5347;
                        margin-right: 4px;
                    }

        .bottombar .itembar > div > ul > li > a {
            color: #8F775A;
            display: block;
            margin: 6px 0;
            letter-spacing: 2px;
            font-size: 16px;
            line-height: 20px;
        }

.bottombar .sosial {
}

    .bottombar .sosial > a {
        display: flex;
        align-items: center;
    }

        .bottombar .sosial > a > svg {
            margin-right: 10px;
        }

            .bottombar .sosial > a > svg > path {
            }

        .bottombar .sosial > a > p {
            color: #8F775A;
            letter-spacing: 2px;
            font-size: 16px;
            line-height: 20px;
        }

.bottombar .bottom {
    background: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 45px;
}

    .bottombar .bottom p {
        color: #ACA29A;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 2px;
        text-align: center;
        width: 100%;
        padding: 17px 0;
    }

.treegallery {
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    width: 100%;
}

    .treegallery a {
        margin-right: 5px
    }

    .treegallery .slick-list {
        /* max-width: 90%; */
        margin: 0 auto;
    }

        .treegallery .slick-list .slick-track {
        }

            .treegallery .slick-list .slick-track > div {
                margin-right: 5px;
                max-height: 85vh;
            }

    .treegallery .slick-arrow { /* left: 20px; */ /* background-color: transparent; */ /* background-size: 34%; */
    }

        .treegallery .slick-arrow.slick-next {
            right: auto;
            left: 20px;
        }

.hiddentxt {
    position: relative;
}

    .hiddentxt:hover > div {
    }

    .hiddentxt > div {
        width: 100%;
        max-width: 100%;
        transition: 0.5s; /* position: absolute; */
        bottom: 0;
        padding: 0 5% 5%; /* background: linear-gradient(0deg, rgb(0 0 0) -40%, rgba(0, 0, 0, 0%) 100%); */
        z-index: 1;
    }

    .hiddentxt h1 {
        color: #fff;
        font-weight: 700 !important;
        margin-bottom: 7px;
        font-size: calc(var(--scale-rem) * 1.55);
        line-height: 1.21622em;
        letter-spacing: 0;
    }

    .hiddentxt h2 {
        text-align: left;
        margin-top: 0 !important;
        font-size: 16px !important;
        line-height: 19px !important;
        color: #000000;
        letter-spacing: 0;
    }

.shopinsta {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .shopinsta > a {
        color: #fff;
        font-size: 16px;
        border: 1px solid #ccc;
        padding: 8px 20px;
        margin-right: 11px;
    }

        .shopinsta > a:last-child {
            margin-right: 0
        }

        .shopinsta > a:hover {
            background: #3b2f2d70;
            /* border-color: #3b2f2d; */
        }

footer {
    width: 100%;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imza {
}

    .imza a {
        display: block
    }

    .imza span {
        color: #ffffff;
        line-height: 26px;
        font-size: 11px;
        display: block;
        text-align: right;
    }

.bglight {
    background: #f7f5f4
}

.imgsize {
    width: 100%
}

.fullimg {
    width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .fullimg > img {
        width: 100%
    }

    .fullimg .txt {
        position: absolute;
        z-index: 9
    }

        .fullimg .txt h1 {
            color: #fff;
            font-size: 7.5rem;
            line-height: 8rem;
            letter-spacing: 3px;
        }

.button {
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: 3px;
    border: 1px solid #000;
    padding: 15px;
    display: block;
    float: left;
    transition: .5s;
}

    .button:hover {
        background: #000;
        color: #fff; /* letter-spacing: 5px; */
    }

    .button.mttop {
        margin-top: 30px
    }

.divalan video {
    width: 100%
}

.txtcenter {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center !important;
}

.fullcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ichead {
    padding: 60px 0;
}

    .ichead p {
        line-height: 24px;
        font-size: 17px;
    }

    .ichead h1 {
        line-height: 26px;
        font-size: 23px;
        font-weight: 400;
        color: #fff;
    }

    .ichead h2 {
        line-height: 27px;
        font-size: 22px;
        margin-top: 15px;
        font-weight: 400;
        color: #fff;
    }

    .ichead h3 { /*font-family: 'Gloock', serif;*/
        line-height: 1.9rem;
        font-size: 1.375rem;
        margin-top: 15px;
        font-weight: 600;
    }


    .ichead > div > div {
        position: relative;
    }

        .ichead > div > div > div:not(.slick-list, .itembar) {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .ichead > div > div > div.txtcenter {
            position: absolute;
            width: 100%;
            height: calc(50% - 30px);
            bottom: 30px;
            z-index: 4;
        }

    .ichead > div.bgwhite {
    }

        .ichead > div.bgwhite > div {
        }

        .ichead > div.bgwhite > div {
        }

            .ichead > div.bgwhite > div h1 {
            }

            .ichead > div.bgwhite > div p {
                color: #fff;
            }

.txticmax {
    max-width: 560px;
}

.ichead > div img {
    width: 100%;
}

.ichead > div.bgwhite > div .bg30 {
}

.whiteborder {
}

    .whiteborder.twos {
        display: flex;
        justify-content: space-between;
    }

        .whiteborder.twos > div {
            width: calc(50% - 60px);
            margin: 40px 0 40px 0;
            margin-left: 40px;
            overflow: hidden;
            display: flex;
            justify-content: center;
        }

            .whiteborder.twos > div:last-child {
                margin-left: 0;
                margin-right: 40px;
            }

.detaypagetop {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 80vh;
    overflow: hidden; /* border-bottom: 10px solid #0099a8; */
    min-height: 440px;
}

    .detaypagetop > div:first-child {
    }

    .detaypagetop > div:last-child {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

        .detaypagetop > div:last-child > img {
            width: 100%
        }

        .detaypagetop > div:last-child > div {
            position: absolute;
            z-index: 3;
            width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            align-items: flex-start;
        }

            .detaypagetop > div:last-child > div > h1 {
                color: #fff;
                font-weight: 600;
                letter-spacing: 2px;
                font-size: 2.35rem;
            }

            .detaypagetop > div:last-child > div > h2 {
                margin-top: 8px;
                letter-spacing: 1px;
                font-size: 44px;
                font-weight: 300;
                color: #ffffff;
                line-height: 1.2;
                margin-bottom: 50px;
            }

            .detaypagetop > div:last-child > div > h3 {
                margin-top: 8px;
                letter-spacing: 1px;
                font-size: 24px;
                font-weight: 300;
                color: #ffffff;
                line-height: 1.2;
                margin-bottom: 50px;
            }

            .detaypagetop > div:last-child > div.detaypagetoptitle {
                width: 90%;
                bottom: 5%;
            }


.bottompagedetay {
    width: 100%;
    position: relative;
    height: calc(90vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottompagedetay > .txt {
        position: absolute;
        z-index: 3;
    }

        .bottompagedetay > .txt > h1 {
            color: #fff;
            font-size: 10vw;
        }

        .bottompagedetay > .txt > h2 {
            color: #fff;
            font-size: 2vw;
            text-align: center;
            line-height: 1vw;
            letter-spacing: 15px;
        }

    .bottompagedetay > video, .bottompagedetay > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

button.mfp-close {
    background: #fff !important;
    color: #000 !important;
    border-radius: 100%;
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
}

.resimlist {
    display: flex;
    flex-wrap: wrap;
}

    .resimlist > div {
        width: calc(25% - 3px);
        margin: 0 3px 3px 0px;
    }

        .resimlist > div > img {
        }

.iletisim {
    width: 100%;
}

    .iletisim .tel {
        margin-top: 1vh;
        text-align: center;
        color: #000;
        font-size: 21px;
        font-weight: 300;
        letter-spacing: 3px;
    }

        .iletisim .tel > a {
            font-size: 10.8rem;
            margin-bottom: 50px;
            display: block;
            letter-spacing: 0;
            color: #000000;
            line-height: 11.8rem;
            font-weight: bold;
        }

    .iletisim .altbar {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 25px;
        align-content: center;
        align-items: center;
    }

        .iletisim .altbar > div:first-child {
            display: flex;
            flex-direction: column;
            color: #000000;
            width: 40%;
        }

            .iletisim .altbar > div:first-child > div {
                width: 100%;
                margin-bottom: 35px;
            }

        .iletisim .altbar .form {
            margin-top: 35px;
        }

            .iletisim .altbar .form p {
                margin-bottom: 15px;
            }

            .iletisim .altbar .form button {
                background: #000;
                color: #fff;
                font-weight: 600;
                border-radius: 6px;
            }

.uk-text-right {
    text-align: right;
}

.iletisim .altbar .saat p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.iletisim .altbar .email {
    margin-bottom: 16px;
}

    .iletisim .altbar .email > p > span {
        font-size: 17px;
        font-weight: bold;
    }

    .iletisim .altbar .email a {
        text-align: left;
        color: #181e51;
        font-weight: bold;
    }

.iletisim .altbar > div:last-child {
    width: 55%;
}

.iletisim .maps { /* height: 60vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .iletisim .maps > div {
        width: 100%
    }

        .iletisim .maps > div img {
            width: 100%
        }

        .iletisim .maps > div a {
            width: 100%;
            display: block;
            text-align: center;
            margin-top: 35px;
            border: 1px solid #000;
            padding: 15px 15px;
        }

.iletisiminfo {
    margin-bottom: 4vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .iletisiminfo * { /* color:#fff; */
    }

    .iletisiminfo > div {
        margin-right: 45px;
    }

        .iletisiminfo > div p {
            display: flex;
            align-items: center;
            flex-direction: column;
            font-size: 25px;
            font-weight: 300;
            letter-spacing: 1px;
        }

            .iletisiminfo > div p > span {
                font-size: 58px;
                margin-bottom: 11px;
                font-weight: 200;
                border: 1px solid #ed1c24;
                border-radius: 100%;
                padding: 17px;
                transition: 0.3s;
                color: #ed1c24;
            }

        .iletisiminfo > div a {
            display: flex;
            align-items: center;
            align-content: center;
            margin-bottom: 50px;
        }

            .iletisiminfo > div a:hover span {
                background: #c80010;
                border: 1px solid #c80010;
                color: #fff;
            }

#form-contact-us > div {
    margin-bottom: 10px;
}

.iletisim .altbar .ofis h1 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.iletisim .altbar .ofis h2 {
    margin-bottom: 10px;
    font-size: 0.99rem;
    line-height: 1.7rem;
}

.iletisim .altbar .ofis p, .iletisim .altbar .ofis a {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
}

input, textarea {
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4f4f4f;
    padding: 0 0 8px;
    min-width: 0;
    color: #ffffff;
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 0;
}

.ileimg {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    width: 40%;
    right: 0;
}

    .ileimg > img {
        width: 100%
    }

.iletab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 7vh;
}

.ilenew {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-top: 5vh;
    justify-content: space-between;
}

    .ilenew > div {
    }

        .ilenew > div:last-child {
            width: 40%;
            position: relative;
        }

            .ilenew > div:last-child > div {
                /* position: absolute; */
                /* z-index: 2; */
                bottom: 0;
                background: #333;
                /* height: 100%; */
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .ilenew > div:last-child > div > form {
                    width: 100%;
                    border: 0;
                    background: transparent;
                }

                    .ilenew > div:last-child > div > form h6 {
                        font-size: 30px;
                        font-weight: 600;
                        margin-bottom: 10px;
                        color: #fff;
                        font-family: "Lora", serif;
                        letter-spacing: 1px;
                    }

                    .ilenew > div:last-child > div > form h3 {
                        font-size: 17px;
                        line-height: 22px;
                        font-weight: 500;
                        color: #fff;
                    }

.leftile {
    width: 58%;
    /* background: #ece5db; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .leftile > div { /* padding: 45px 45px 0 45px; */
    }

        .leftile > div:first-child {
            width: 100%;
            padding: 45px 0;
        }

            .leftile > div:first-child > div:first-child {
            }

            .leftile > div:first-child > div:last-child {
            }

        .leftile > div img {
            width: 100%;
        }

        .leftile > div.maps {
            width: 100%;
            height: 100%
        }

            .leftile > div.maps iframe {
                border: 0;
                width: 100%
            }

            .leftile > div.maps > div {
                width: 100%;
                height: 350px;
            }

        .leftile > div .item {
        }

            .leftile > div .item h4 {
                font-weight: 600;
                font-size: 23px;
                margin-bottom: 5px;
                color: #333;
                /* font-family: "Lora", serif; */
            }

            .leftile > div .item p {
                font-size: 17px;
                line-height: 22px;
                font-weight: 500;
                margin-bottom: 20px;
            }

            .leftile > div .item > div {
                display: flex;
                margin-bottom: 5px;
            }

                .leftile > div .item > div > a {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    font-size: 13px;
                }

                    .leftile > div .item > div > a:hover {
                    }

                        .leftile > div .item > div > a:hover * {
                        }

                    .leftile > div .item > div > a > p {
                        font-size: 17px;
                        line-height: 22px;
                        font-weight: 500;
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        margin-bottom: 4px;
                    }

                        .leftile > div .item > div > a > p > span {
                            margin-right: 8px;
                        }

                .leftile > div .item > div.ustclass {
                    margin-top: 25px;
                    display: flex;
                    flex-direction: row;
                }

                    .leftile > div .item > div.ustclass > a {
                        margin-right: 13px;
                        border: 1px solid #777471;
                        padding: 10px 20px;
                        font-size: 14px;
                        line-height: 22px;
                        letter-spacing: 0;
                        font-weight: 500;
                        color: #574d41;
                    }

                        .leftile > div .item > div.ustclass > a:hover {
                            background: #3d3333;
                            color: #fff;
                            border: 1px solid #3d3333;
                        }

.pagedetail .projelist {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .pagedetail .projelist > .section {
        height: 100%
    }

.pagedetail .fs-content {
    margin-top: 0 !important
}

.pagedetail .treediv > div {
    width: calc(50% - 6px);
    position: relative;
}

    .pagedetail .treediv > div > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        flex-direction: column;
    }

        .pagedetail .treediv > div > a > div:first-child {
            width: 100%;
            height: 100%;
            position: relative;
        }

            .pagedetail .treediv > div > a > div:first-child > img {
                width: 100%
            }

        .pagedetail .treediv > div > a:hover .logo {
            opacity: 0;
            width: 50%
        }

.projelinkhover .bg30 {
    opacity: 0;
    transition: .5s
}

projelinkhover > div:first-child {
    position: relative
}

.projelinkhover.active .bg30 {
    opacity: 1
}

.projelinkhover .proje-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .projelinkhover .proje-title > p {
    }

.pagedetail .treedivuclu > div {
    width: calc((100% / 3) - 26px);
    margin-right: 26px;
    margin-bottom: 26px;
}

    .pagedetail .treedivuclu > div:nth-child(2n) {
        margin-right: 26px !important
    }

.pagedetail .treediv > div:nth-child(2n) {
    /* margin-right: 0; */
}

.pagedetail .fs-section {
    height: calc(100vh - 230px);
}

.pagedetail .treediv.tamamlanan-projeler > div {
    width: calc((100% / 3) - 15px);
    height: 300px;
}

    /* .pagedetail .treediv.tamamlanan-projeler > div:nth-child(2n) {
        margin-right: 0px !important
    }*/

    .pagedetail .treediv.tamamlanan-projeler > div:nth-child(3n) {
        margin-right: 0px !important;
    }

.satisaktif {
    display: none
}

    .satisaktif.active {
        display: block
    }

.pagedetail .haberler .treediv {
    display: flex;
    justify-content: flex-start;
}

    .pagedetail .haberler .treediv > div {
        width: calc(25% - 15px);
        margin-right: 8px;
        margin-bottom: 28px;
        height: auto;
    }

        .pagedetail .haberler .treediv > div:nth-child(4n) {
            margin-right: 0
        }

        .pagedetail .haberler .treediv > div > a {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: auto;
        }

            .pagedetail .haberler .treediv > div > a .zoom {
                max-height: 15vw;
            }

            .pagedetail .haberler .treediv > div > a .projetitle {
                position: relative;
                left: auto;
                margin-bottom: 0;
                width: 100%;
                margin-top: 13px;
            }

                .pagedetail .haberler .treediv > div > a .projetitle p {
                    font-size: 13px;
                    font-weight: 500;
                }

                .pagedetail .haberler .treediv > div > a .projetitle h1 {
                    color: #333;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 600;
                    margin: 5px 0;
                }


.projedetail {
}

    .projedetail > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .projedetail > div .twodiv {
        }

    .projedetail .twodiv > div:last-child {
    }

        .projedetail .twodiv > div:last-child h1 {
            font-size: 38px;
            letter-spacing: -1px;
            line-height: 41px;
            margin-bottom: 15px;
            color: #9f8054;
        }

        .projedetail .twodiv > div:last-child p {
            margin-bottom: 15px;
            font-size: 22px;
            line-height: 33px;
            font-weight: 300;
        }

    .projedetail > div .twodiv > div:first-child {
    }

        .projedetail > div .twodiv > div:first-child > img {
        }

.pagedetail .menubar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2vh;
}

    .pagedetail .menubar > ul {
        display: flex;
        align-items: center;
    }

        .pagedetail .menubar > ul > li {
            width: calc(56vw / 8);
            text-align: center;
            min-width: 110px;
        }

            .pagedetail .menubar > ul > li > a, .pagedetail .menubar > ul > li > div {
                font-size: 15px;
                line-height: 18px;
                cursor: pointer;
                padding-bottom: 3px;
                border-bottom: 1px solid #fff;
            }

            .pagedetail .menubar > ul > li:hover div {
                border-bottom: 1px solid #000;
            }

.projelist > .section > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section.homepage {
    height: 100vh;
}

.homepage .slick-arrow {
    right: 40px;
}

.proje-head {
    position: absolute;
    z-index: 9;
    bottom: var(--yanmenugenislik);
    left: var(--yanmenugenislik);
}

    .proje-head h1 {
        color: #fff;
        font-size: 50px;
        line-height: 55px;
        font-weight: bold;
    }

    .proje-head h2 {
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        max-width: 650px;
    }

.section {
    width: 100%;
    height: calc(35vh);
    overflow: hidden;
}

    .section.homepage {
    }

.product {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: flex-start;
}

.categ.active + .list {
    height: 0px !important
}



.product > div > div {
    width: 100%;
}

    .product > div > div:nth-child(4n) {
        margin-right: 0
    }

    .product > div > div > div {
    }

        .product > div > div > div > a {
            display: block;
        }

            .product > div > div > div > a > div {
                width: 100%;
                margin-bottom: 7px;
                font-weight: 500;
            }

                .product > div > div > div > a > div img {
                    width: 100%;
                    margin-bottom: 15px;
                }

.product > div a div.zoom {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .product > div a div.zoom img {
        width: 100%;
    }

.product > div a, .product > div a div {
    font-size: 13px;
    line-height: 16px;
}

.product > div .price {
    font-weight: 300;
    color: #8C8C8C;
    letter-spacing: 1;
    font-size: 13px;
    margin-top: 5px;
}

.product > div .butttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

    .product > div .butttons > div {
    }

        .product > div .butttons > div > span { /* margin-right: 5px; */
            font-size: 18px;
        }

.product > div {
    width: calc((100% / 3) - 6px);
    margin-right: 6px;
    position: relative;
    margin-bottom: 37px;
}

.product.teklist > div {
    width: calc((100% / 4) - 6px);
}

    .product.teklist > div:last-child {
    }

    .product.teklist > div a div.zoom {
        max-height: 100%;
    }

.favoribox > span, .sepetbox > span, .sharebox > span {
    color: #c0c0c0;
    font-size: 15px;
}

.favoribox, .sepetbox {
    cursor: pointer;
    /* padding: 5px 5px; */
    cursor: pointer;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    transition: .5s;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.sharebox {
    cursor: pointer;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
}

.sepetbox {
}

    .sepetbox .txt {
        font-size: 18px;
        margin-left: 5px;
        color: #fff;
        letter-spacing: 2px;
    }

.sharebox > span {
    margin-right: 5px
}

.favoribox.active, .favoribox:hover, .sepetbox:hover, .sharebox:hover, .sepetbox.active {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.favoribox.active {
    border-radius: 5px;
}

    .favoribox:hover > span, .sepetbox:hover > span, .favoribox.active > span, .sharebox:hover > span, .sepetbox:hover .txt, .sepetbox.active .txt, .sepetbox.active span {
        color: #fff;
    }

.sepetbox.active {
    border: 1px solid #009688;
    background: #009688;
}

.prodetail .alttab {
    width: 100%;
    margin-top: 55px;
}

    .prodetail .alttab > .produt-features_tab {
        display: flex;
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
    }

        .prodetail .alttab > .produt-features_tab > li {
            padding: 16px 4px;
            width: 200px;
            text-align: center;
            cursor: pointer;
            position: relative;
        }

            .prodetail .alttab > .produt-features_tab > li.active:after {
                border-bottom: 3px solid #414141;
                content: '';
                position: absolute;
                bottom: -2px;
                width: 100%;
                left: 0;
            }

.benzerurun {
    width: 100%;
    height: auto !important;
    margin-top: 35px;
}

    .benzerurun img {
        width: 100% !important;
        height: auto !important;
    }

    .benzerurun .slick-slide {
        position: relative
    }

    .benzerurun .imgbar {
        width: 100%;
    }

    .benzerurun .butttons {
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 10px;
    }

    .benzerurun .imgbar > a {
        display: block;
        width: 100%
    }

        .benzerurun .imgbar > a > div {
            width: 100%;
            font-weight: 600;
            font-size: 18px;
            margin-block-start: 5px;
        }

            .benzerurun .imgbar > a > div.price {
                font-weight: 200;
            }

.prodetail .product-features_content {
    padding: 46px 0;
}

    .prodetail .product-features_content p {
        line-height: 1.3rem;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .prodetail .product-features_content b, .prodetail .product-features_content strong {
        line-height: 1.3rem;
        font-size: 1.1rem;
    }

    .prodetail .product-features_content h1 {
        line-height: 1.4;
        font-size: 1.2rem;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .prodetail .product-features_content span {
    }

    .prodetail .product-features_content ul > li {
        line-height: 1.3rem;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

.prosort {
}

    .prosort > div {
    }

        .prosort > div.item {
            display: flex;
            align-items: center;
            border: 1px solid #d1d1d1;
            padding: 13px 20px;
            min-width: 300px;
            justify-content: space-between;
        }

            .prosort > div.item > .txt {
                font-size: 15px;
                font-weight: 400;
                line-height: 18px;
            }

            .prosort > div.item > .material-symbols-outlined {
            }

        .prosort > div.list {
            height: 0;
            overflow: hidden;
            width: 100%;
            position: absolute;
            top: 51px;
            z-index: 9;
            background: #fff;
            transition: .5s;
        }

            .prosort > div.list ul {
                border: 1px solid #d1d1d1;
                padding: 13px 20px;
                width: 100%;
            }

                .prosort > div.list ul > li {
                    font-size: 16px;
                    border-bottom: 1px solid #d1d1d1;
                    padding: 11px 5px;
                }

                    .prosort > div.list ul > li:hover {
                        color: #d57205;
                    }

                    .prosort > div.list ul > li:last-child {
                        border-bottom: 0px
                    }

                    .prosort > div.list ul > li > spa {
                    }

    .prosort .item:hover + .list, .prosort .list:hover {
        height: auto
    }


.prodetail {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

    .prodetail .ustbar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.slick-slide div:not(.bgarma) > img, .slick-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: 0.3s;
}

.slick-slide div img {
    width: 100%
}

.prodetail .ustbar .info {
    width: 36%;
}

.prodetail .ustbar .galeri {
    width: 50%;
}

.prodetail .ustbar .info {
    width: 43%;
}

    .prodetail .ustbar .info .butttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0;
        flex-direction: row;
    }

        .prodetail .ustbar .info .butttons > div {
            margin-right: 12px;
            display: flex;
            align-items: center;
        }

    .prodetail .ustbar .info .info-txt {
        width: 100%;
    }

        .prodetail .ustbar .info .info-txt > div {
            margin-top: 26px;
        }

            .prodetail .ustbar .info .info-txt > div h1 {
                line-height: 100%;
                margin-bottom: 11px;
            }

            .prodetail .ustbar .info .info-txt > div p {
                margin-bottom: 0;
                line-height: 19px;
                font-size: 15px;
            }

                .prodetail .ustbar .info .info-txt > div p.price {
                    line-height: 16px;
                    font-size: 22px;
                }

            .prodetail .ustbar .info .info-txt > div span {
                margin-right: 5px;
            }

        .prodetail .ustbar .info .info-txt .box {
            font-size: 14px;
            font-weight: 600;
            padding: 9px 20px;
            border-radius: 6px;
            border: 1px solid #d1d1d1;
        }



            .prodetail .ustbar .info .info-txt .box.soft {
                margin-right: 6px;
                padding: 5px 10px;
            }

.softbg {
    background: #f0f0f0;
}

.prodetail .ustbar .info .info-txt .ikili {
    display: flex;
}

.prodetail .ustbar .info .info-txt > div .sepetbox {
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    background: #ADA39B;
    border: 1px solid #ADA39B;
    width: min-content;
    padding: 20px 25px;
}

    .prodetail .ustbar .info .info-txt > div .sepetbox > span {
        width: 22px;
    }

.combobox {
    margin-right: 15px;
    position: relative;
    border: 2px solid #ADA39B;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-right: 15px;
    cursor: pointer;
}

    .combobox p {
        display: flex;
        align-items: center;
        letter-spacing: 2px;
    }

    .combobox .head span {
        margin-right: 0 !important;
        margin-left: 6px;
    }

    .combobox .head {
        display: flex;
        align-items: center;
        min-width: 130px;
        justify-content: space-between;
    }

    .combobox .select {
        display: none;
        position: absolute;
        top: 44px;
        border: 2px solid #ada39b;
        width: calc(100% + 4px);
        background: #fff;
        left: -2px;
    }

        .combobox .select > div {
            font-size: 13px;
            padding: 8px 10px;
            border-bottom: 1px solid #ada39b;
        }

            .combobox .select > div:last-child {
                border: 0
            }

            .combobox .select > div:hover {
                background: #e1dcd8;
                /* color: #fff; */
            }

    .combobox.color {
        display: none
    }

.slider-nav .img {
    width: 100%
}

.slider-for .img {
}

.slider-nav {
    margin-top: 10px; /* display: none !important; */
}

    .slider-nav .slick-current {
        border: 1px solid #000;
    }

    .slider-nav .slick-track {
        display: flex;
        align-items: center
    }

    .slider-nav .slick-slide {
        padding: 15px;
        cursor: pointer;
    }

.moreplus {
    margin-top: 10px;
    width: 100%;
    cursor: pointer
}

    .moreplus > p {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-size: 18px;
        font-weight: 400;
    }

    .moreplus.hide {
        display: none
    }

.section .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section.homepage .container > img {
    width: 720px;
}

.section.homepage .container > div {
    width: 460px;
    text-align: right;
}

    .section.homepage .container > div > p {
        font-size: 19px;
        line-height: 33px;
        letter-spacing: 2px;
    }


.section.hakkimizda .container .icerik {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .section.hakkimizda .container .icerik .ciz {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .section.hakkimizda .container .icerik .ciz > div {
            background: #fff;
            width: 1px;
            height: 90%;
        }

    .section.hakkimizda .container .icerik h1 {
        font-size: 44px;
        line-height: 65px;
        margin-bottom: 22px;
        font-weight: 700;
    }

    .section.hakkimizda .container .icerik > div {
        width: calc(100% / 3);
    }

    .section.hakkimizda .container .icerik p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
    }

.hakkimizda .maxic {
    display: flex;
    flex-direction: row;
}

.maxic {
    width: 90%;
    max-width: 1280px
}

.detayslader {
    width: 100%;
    height: 100vw;
}

.hakk .head .txtleft h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.detayslader > carousel {
}

.worklist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    flex-direction: column;
}

    .worklist > div {
        width: 100%;
        height: 25vh;
        overflow: hidden;
    }

        .worklist > div img {
            width: 100%;
            cursor: pointer;
            transition: .5s;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

            .worklist > div img:hover {
                opacity: 0.40
            }


.beyazbg {
    background: #fff
}

.markalar .container > div {
    width: 90%;
}

    .markalar .container > div > img {
        width: 100%;
    }

.hizmetlerlist {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .hizmetlerlist > ul {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .hizmetlerlist > ul > li {
            background: url("/img/golge.jpg") no-repeat center left;
            width: 19%;
            padding: 0 46px;
            min-height: 340px;
        }

            .hizmetlerlist > ul > li:first-child {
                background-image: none
            }

            .hizmetlerlist > ul > li img {
                width: 60px;
                margin-bottom: 25px;
            }

            .hizmetlerlist > ul > li h2 {
                color: #000;
                font-size: 20px;
                line-height: 25px;
                margin-bottom: 15px;
                font-weight: 400;
            }

            .hizmetlerlist > ul > li p {
                color: #000;
                font-weight: 300;
                font-size: 16px;
                line-height: 23px;
            }

.sosyalmedya {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
    margin-top: 2vh;
}

    .sosyalmedya > div {
        display: flex;
        align-items: center;
    }

        .sosyalmedya > div:first-child {
        }

            .sosyalmedya > div:first-child > div {
                margin-right: 35px;
            }

                .sosyalmedya > div:first-child > div > a {
                    display: flex;
                    align-content: center;
                    align-items: center;
                }

                    .sosyalmedya > div:first-child > div > a > svg {
                        margin-right: 11px;
                        width: 33px;
                    }

                        .sosyalmedya > div:first-child > div > a > svg path {
                        }

                    .sosyalmedya > div:first-child > div > a p {
                        font-size: 15px;
                        line-height: 18px;
                    }

        .sosyalmedya > div:last-child {
            max-width: 387px;
        }

            .sosyalmedya > div:last-child p {
            }

                .sosyalmedya > div:last-child p > span {
                    display: block;
                }

            .sosyalmedya > div:last-child svg {
                margin-right: 10px;
            }

                .sosyalmedya > div:last-child svg path {
                }




/* Checkboxes */

body .facetwp-checkbox {
    background: none;
    margin-bottom: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    font-size: 19px;
    line-height: 23px;
}

    body .facetwp-checkbox:before {
        border: 2px solid #000;
        content: "";
        height: 14px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 14px;
    }

    body .facetwp-checkbox:after {
        content: "\e876"; /* Material Symbols Outlined onay işareti karakteri */
        font-family: 'Material Symbols Outlined';
        display: none;
        font-size: 14px;
        font-weight: 700;
        left: 2px;
        margin-top: 1px;
        position: absolute;
        top: 5px;
    }

    body .facetwp-checkbox.checked {
        background: none
    }

        body .facetwp-checkbox.checked:after {
            display: block
        }

    body .facetwp-checkbox .facetwp-display-value {
        font-size: 14px;
        line-height: 1.2;
    }


.facetwp-type-checkboxes .facetwp-depth {
    display: none;
}

    .facetwp-type-checkboxes .facetwp-depth.visible {
        display: inherit;
    }

.facetwp-checkbox {
    background: url('/img/checkbox.png') 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

    .facetwp-checkbox.checked {
        background-image: url('../images/checkbox-on.png');
    }


    .facetwp-checkbox.disabled,
    .facetwp-radio.disabled {
        opacity: 0.4;
        cursor: default;
    }

    .facetwp-checkbox .facetwp-expand {
        float: right;
    }

.facetwp-display-value {
    padding-right: 5px;
}


.cookie-consent {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 390px;
    z-index: 99;
    /* border: 1px solid rgba(89,65,62,.4); */
    background: #f3f3f3;
    color: #ffffff;
    padding: 20px 15px;
    border-radius: 20px;
}

    .cookie-consent > div {
        padding: 10px 0;
    }

        .cookie-consent > div > div {
            display: flex;
            align-items: flex-start;
            width: 90%;
            margin: 0 auto;
            justify-content: space-between;
            flex-direction: column;
        }

        .cookie-consent > div p {
            font-size: 11px;
            letter-spacing: 1px;
            line-height: 19px;
            margin-bottom: 15px;
            font-weight: 400;
        }

            .cookie-consent > div p > a {
                color: #000;
                letter-spacing: 1px;
                margin-left: 5px;
                font-size: 11px;
                font-weight: bold;
            }

.cookie-ok {
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    background: #000;
    PADDING: 14px 18px;
}

    .cookie-ok > span {
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
    }

@media(max-width:1600px) {
    .proje, section.iccenter > div, .carousel__text, .header > div:not(.sourcebox, .mobilemenu) {
        max-width: calc(100% - 100px);
    }

    .projelersladercarousel .container > li > div h1 {
        font-size: calc(20px + 0.75vw);
        line-height: calc(24px + 0.95vw);
        margin-bottom: calc(5px + .25vw);
    }
}

@media(max-width:1300px) {

    .header .menu li .submenu > ul, footer > .bottombar, .carousel__text, .header > div:not(.sourcebox, .mobilemenu) {
        max-width: calc(100% - 30px);
        margin-right: 20px;
    }

    .anamenubar {
        width: calc(100% - (4vw + 140px));
        /* display: flex; */
    }

    .header .logo {
        width: calc(4vw + 110px);
    }

    .homesubmenu > ul > li {
        padding: 18px 10px;
        min-width: 100px;
        /* background: #f0f0f0; */
        /* border-right: 1px solid #e9e0e0; */
    }

    .header .menu > ul > li {
        margin-right: 15px;
    }

        .header .menu > ul > li > a {
            font-size: 12px;
            line-height: 16px;
            font-weight: 600;
        }

    .header .menu > ul {
        margin-right: 5px;
    }

    .header ul.menuicon {
        right: 10px;
    }

    .genelbuton {
        padding: 10px 15px;
    }

        .genelbuton div {
            font-size: 12px;
        }

    .rakamlar > li h2 {
        font-size: calc(19px + .75vw);
        line-height: 38px;
    }

    .rakamlar > li:nth-child(2n) {
        padding: 15px;
    }

    .bottommenu .menu > ul > li {
        margin-right: 40px;
    }

    .bottombar .itembar > div > ul > li > div:last-child {
        width: 170px;
    }

    .socialmedia > a {
        margin-right: 4px;
    }

    .bottombar .itembar > div > ul > li > div:first-child {
        margin-right: 20px;
    }

    .header .menu li .submenu > ul {
        max-width: 90%;
        gap: 20px;
    }

    .pagedetail .haberler .treediv > div {
        width: calc((100% / 3) - 15px);
    }

        .pagedetail .haberler .treediv > div:nth-child(4n) {
            margin-right: 8px;
        }

        .pagedetail .haberler .treediv > div:nth-child(3n) {
            margin-right: 0px;
        }

    .carousel__text > div p {
        font-size: 43px;
        line-height: 50px;
    }

    .projelersladercarousel .container > li > div label {
        margin-bottom: 15px
    }

    .projelersladercarousel .container > li > div h2 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .projelersladercarousel .slick-arrow {
        bottom: 10px
    }

    .txthover p {
        font-size: calc(12px + 0.5vw);
        font-weight: 500;
        line-height: calc(21px + 0.5vw);
    }

    .eserler .head h1, .txthover h2 {
        line-height: calc(25px + 1.45vw);
        margin-bottom: 10px;
        font-size: calc(18px + 1.45vw);
    }

    .eserlerslader h2 {
        letter-spacing: 1px;
        font-size: 15px;
    }

    .rakamlar > li h1 {
        font-size: calc(40px + .75vw);
    }

    .rakamlar > li h3 {
        font-size: 14px;
        letter-spacing: 0;
    }

    .rakamlar > li:nth-child(2n) > img {
        width: calc(5px + .35vw);
    }

    .bottommenu .menu > ul > li:last-child {
        display: none
    }

    .head h1.aciklama {
        font-size: calc(20px + .75vw);
        line-height: calc(28px + .75vw);
    }

    .head.txtaciklama h6 {
        margin-bottom: 8px;
        font-size: calc(18px + .75vw);
        line-height: calc(22px + .75vw);
    }

    .borderleftic p, .borderleft .divikili .head.txtaciklama h4 > p {
        font-size: calc(15px + 0.35vw);
        line-height: calc(23px + 0.35vw);
    }

    .slogan2bar .iccenter .fullcenter {
        max-height: initial;
        overflow: inherit;
    }

    .kurumsaltxt .ikilisatir p {
        font-size: calc(12px + 0.35vw);
        line-height: calc(21px + 0.35vw);
    }

    .kurumsaltxt .ikilisatir h1 {
        font-size: calc(20px + 0.45vw);
        line-height: calc(25px + 0.45vw);
    }

    .ikilisatir.baskan > div:first-child > h1 {
        font-size: calc(15px + .45vw);
        line-height: calc(19px + .45vw);
    }

    .ikilisatir.baskan > div:first-child > h2 {
        font-size: calc(9px + .45vw);
        line-height: calc(18px + .45vw);
    }

    .ilenew > div:last-child > div > form h3, .leftile > div .item p, .twodiv > div.fullcenter h6, .altdetail ul:not(.slick-dots) > li, .haberdetay .news .aciklama, .haberdetay .news .aciklama p {
        font-size: calc(14px + .35vw);
        line-height: calc(21px + .35vw);
    }

    .haberdetay .projegaleri h1, .haberdetay .news > h1 {
        font-size: calc(22px + 0.45vw);
        font-weight: 600;
        line-height: calc(28px + 0.45vw);
    }

    .haberdetay .news .aciklama h1, .haberdetay .news .aciklama h2 {
        font-size: calc(22px + 0.45vw);
        font-weight: 600;
        line-height: calc(28px + 0.45vw);
    }

    .ilenew > div:last-child > div > form h6, .leftile > div .item h4 {
        font-size: calc(14px + .35vw);
        line-height: calc(21px + .35vw);
        font-weight: 600;
    }
}

@media(max-width:1080px) {
    .headbaslik > div:last-child, .genelbuton.bilgitalep, .header .menu {
        display: none
    }

    .section.homepage {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        height: auto;
        width: 100%;
    }

    .homesubmenu > ul {
        width: 100%
    }

        .homesubmenu > ul > li {
            width: 25%
        }

    .homesubmenu {
        position: relative;
        width: 100%;
    }

    .projelersladercarousel .container > li:first-child {
        margin-bottom: 0px;
    }

    .projelersladercarousel .slick-arrow.slick-next {
        left: auto;
        right: 48px;
    }

    .projelersladercarousel .slick-arrow {
        right: 0;
        left: auto;
        top: -70px;
        bottom: auto;
    }

    .homesubmenu > ul > li > a > div > h1 {
        font-size: 14px;
        line-height: 19px;
    }

    .divikili > .iccenter {
        display: flex;
        flex-direction: column;
    }

        .divikili > .iccenter > div {
            width: 100%;
            max-width: 100%
        }

        .divikili .txtaciklama, .divikili > .iccenter > div {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
        }

    .slogan2bar .txtaciklama {
        padding: 25px 0 0 0;
    }

    .mapform > section:first-child {
        width: 100%;
    }

    .mapform > section:last-child {
        width: 100%;
        padding: 25px 0;
    }

    .detayharita, .detayharita iframe {
        height: 350px;
        width: 100%;
    }

    .galeribar .galeribar-title > div p {
        font-size: calc(12px + 0.35vw);
        line-height: calc(17px + 0.35vw);
    }

    .projenavigator > div > a p {
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 16px;
        margin: 0 5px;
    }

        .projenavigator > div > a p > span {
            margin-left: 10px;
            margin-right: 10px;
            font-size: 38px;
        }

    .mobile90 {
        width: 90% !important;
        margin: 0 auto
    }
}

@media(max-width:800px) {
    .bottombar .itembar > div > ul > li > div:first-child, .bottommenu h1, .bottommenu .menu {
        display: none
    }

    .bottombar .itembar > div > ul > li > div:last-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kvkk {
        width: 90%;
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

        .kvkk > div {
            width: 90%;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
        }

    .bottombar .itembar > div > ul > li > div:last-child .ikili {
        margin-bottom: 17px;
    }

    .yarimw {
        width: 100%;
    }

    .fullimg {
        height: 60vh;
    }

        .fullimg > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

    .rakamlar {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }

        .rakamlar > li:first-child {
            width: 100%;
            margin-bottom: 15px;
        }

            .rakamlar > li:first-child p {
                text-align: center
            }

        .rakamlar > li:nth-child(2n) {
            display: none
        }

        .rakamlar > li {
            width: 100%;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 19px;
        }

    .anamenubar {
        border-bottom: 0px
    }

    .header .menu1 > ul > li:first-child {
        display: none
    }

    .homepage .slick-arrow {
        right: 10px;
    }

    .slick-arrow.slick-next {
        left: 10px;
    }

    .header ul.menuicon {
        background: #c50015;
        padding: 15px;
        top: 10px;
    }

    .carousel__text > div h1 {
        font-size: 20px;
        line-height: 30px;
        line-height: 25px;
    }

    .carousel__text > div p {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .carousel__text {
        margin-bottom: calc(12vh + 110px);
        width: calc(100% - 60px);
    }

    .newsbar .newsgallery .slick-slide {
        margin-right: 0
    }

    .newsbar .slick-arrow {
        right: 0px;
    }

        .newsbar .slick-arrow.slick-next {
            right: 60px;
        }

    .newsbar .head {
        width: calc(100% - 137px);
        height: 45px;
    }

    .newsbar .newsgallery .slick-slide img {
        width: 100%;
    }

    .bottombar .logo > div:nth-child(2) {
        width: 150px;
        margin: 0 15px;
    }

    .eserlerslader h2 {
        letter-spacing: 0;
        font-size: 13px;
        text-align: center;
    }

    .mobilemenu {
        max-width: 100%;
        width: 100%;
        right: -100vw;
    }

        .mobilemenu > .menuicerik .menuler > div > a {
            font-size: 20px;
            line-height: 33px;
            font-weight: 600;
        }

    .homesubmenu > ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .homesubmenu > ul > li {
            width: 50%;
            border-bottom: 1px solid #e9e0e0;
            min-height: 150px;
            display: flex;
            justify-content: center;
            border-right: 1px solid #e9e0e0;
            background: #f0f0f0;
        }

    .projelersladercarousel .container {
        flex-direction: column-reverse;
    }

        .projelersladercarousel .container > li:first-child, .projelersladercarousel .container > li:last-child {
            width: 100%
        }

        .projelersladercarousel .container > li:last-child {
            margin-bottom: 25px
        }

    .rakamlar > li h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .rakamlar > li h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .txthover p {
        font-size: calc(15px + 0.5vw);
    }

    .projelersladercarousel .container > li > div h2 {
        font-size: 17px;
        text-align: center;
    }

    .eserler .head h1, .txthover h2 {
        line-height: calc(33px + 1.45vw);
        margin-bottom: 6px;
        font-size: calc(19px + 1.45vw);
    }

    .projelersladercarousel .container > li > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .mobilemenu .menuicerik .menuler > div > a {
        font-size: 17px;
        line-height: 30px;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0;
    }

    .projedetail .head h6 {
        font-size: 30px;
        line-height: 35px;
    }

    .head h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .projedetail .counters {
        flex-wrap: wrap;
        gap: calc(20px + 2vw);
    }

        .projedetail .counters .counterElement {
            width: 46%;
        }

    .projedetail .head .logo {
        top: -80px;
        width: 200px;
        height: 200px;
    }

    .fullcenter {
        margin: 0 auto;
    }

    .projedetail .fullimg {
        height: auto !important
    }

        .projedetail .fullimg > img {
            height: auto !important
        }

    .divikili .head.txtaciklama h4 > p {
        font-size: 15px;
        line-height: 24px;
    }

    .galeribar > div:first-child {
        display: none
    }

    .galeribar > div:last-child {
        width: 90%;
        margin: 0 auto;
    }

    .projenavigator > div > a > div {
        display: none;
    }

    .treediv.proje {
        margin-right: 0
    }

    .pagedetail .treediv > div {
        width: calc(100%);
    }

    .pagedetail .treediv.tamamlanan-projeler > div {
        width: 100%;
        height: auto;
    }

    .taahut > ul > li > div, .resimsizproje > div {
        height: auto;
    }

    .taahut > ul > li {
        width: 90%;
        margin: 0 auto;
    }

    .borderleft > div, .borderleft > div iframe {
        width: 100%;
    }

    .borderleft {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }

    .kurumsaltxt .fullcenter .ikilisatir {
        flex-direction: column;
        padding: 19px;
        margin: 0 !important;
        !i;
        !;
    }

    .ikilisatir.baskan > div:last-child {
        width: 100%;
        text-align: center;
    }

    .ikilisatir.baskan > div:first-child {
        width: 100%;
        margin-bottom: 25px;
    }

    .proje, section.iccenter > div, .carousel__text, .header > div:not(.sourcebox, .mobilemenu) {
        max-width: 100%;
        margin-right: 0;
    }

    .kurumsaltxt .ikilisatir > div {
        width: 100%;
        margin-bottom: 25px;
    }

    .pagedetail .haberler .treediv > div {
        width: 100%;
        margin-right: 0;
    }

        .pagedetail .haberler .treediv > div > a .zoom {
            max-height: 60vw;
            height: auto;
        }

    .kvkk > div h2 {
        text-align: center
    }

    .haberdetay .projegaleri > div {
        /* Genişliği ayarlayın */
        aspect-ratio: 5 / 3; /* Genişlik/yükseklik oranı */
        overflow: hidden; /* İçerik taşmasını gizlemek için */
        height: auto;
    }

    .projegaleri .linkbutton.slick-arrow > a > div .icon {
        display: none
    }

    .twodiv {
        flex-direction: column;
    }

        .twodiv > div {
            width: 100%;
            margin-bottom: 25px;
        }

    .ilenew {
        flex-direction: column;
    }

        .ilenew > div {
            width: 100% !important;
            margin-bottom: 25px
        }

    .sirketbar {
        flex-direction: column;
    }

        .sirketbar > div:first-child {
            width: 70%;
            margin-bottom: 25px
        }

        .sirketbar > div:last-child {
            width: 100%
        }

    .newsbar .newsgallery, .eserlerslader, .projegaleri .slader, .projegaleri .carousel__slide__inner {
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 3;
    }

    .tekgaleri.projegaleri {
        height: initial
    }

    .mapform .div-itemful .iletisim * {
        text-align: center;
    }

    .header.fixed .logo > a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .darkbg > div > .detaypagetoptitle > h1 { /* display:none; */
        text-align: center;
        width: 90%;
    }

    .eserlerslader .slick-slide a {
        display: block;
        width: 100%;
    }

    .mapform {
        flex-direction: column;
    }

    .eserler {
        width: 100%;
        overflow-x: hidden
    }

    .eserlerslader .slick-arrow.slick-next {
        left: 10px;
    }

    .eserlerslader .slick-arrow {
        right: 10px;
    }

    .homepage .slader {
        height: calc(87vh - 1px);
    }

    .projepopup > div {
        flex-direction: column;
    }

    .projepopup .popimg {
        width: 100%;
        aspect-ratio: 2/1;
        overflow: hidden;
    }

    .projepopup .popitem {
        width: 100%;
        padding: 25px;
    }

    .poptesekkurler {
        width: 100%
    }

    .projepopup > div .close {
        height: 50px;
        width: 50px;
        background: #fff;
        border-radius: 100%;
        padding: 10px
    }

    .mobilmenu {
        display: flex;
        z-index: 98
    }

    .slick-dots {
        bottom: 106px;
    }

    .siziarayalim {
        width: 100%;
        max-width: 100%;
    }

    .carousel__text > div a {
        margin-top: 15px;
    }

    .projegaleri .slick-dots {
        bottom: 10px;
    }

        .projegaleri .slick-dots li {
            width: 10px;
            height: 10px;
            margin: 5px 3px;
        }

        .projegaleri .slick-dots button {
            width: 10px;
            height: 10px;
        }

    .projedetail .counters .counterElement .count span {
        font-size: 24px;
        line-height: 27px;
        text-align: center;
    }

    .header .logo {
        width: 250px;
    }

    .header {
        padding: 2vh 25px;
    }

    .linkbutton.slick-arrow > a > div .icon {
        width: 30px;
        height: 30px;
    }

    mobilemenu .altbar {
        width: 80%
    }

    .slick-arrow {
        top: auto;
        bottom: 95px;
    }

    .homesubmenu > ul > li > a > div > img {
        filter: brightness(1) invert(0);
    }

    .homesubmenu > ul > li:hover {
        background: #f0f0f0;
    }

    .header.fixed.homepagemenu {
        background: none;
        border-bottom: 0;
        height: 0;
        box-shadow: none;
    }

    .header.fixed .logo > a > img {
        display: none
    }
    #twonclick{display:none}
    .projelersladercarousel{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
    .projelersladercarousel>carousel__slide{}
    .projelersladercarousel>carousel__slide>ul{}
    .projelersladercarousel>carousel__slide>ul>li{}
    .rakamlar > li h1{font-size:70px}
}